效果图
注册地图(地图json文件在最底下)
import { registerMap } from "echarts";import jjingjiangMap from "./json/jjingjiangMap.json";export default {...created() {registerMap("jjingjiangMap", jjingjiangMap);...},}
主要属性介绍
属性名作用
| visualMap | 右下角的视觉映射组件,根据数据大小设置地图的区域色 |
| geo | 这里的geo用于生成一个底部的地图,从而显示出一种凸起感与阴影色 |
| map: “jjingjiangMap”, | 自行注册的地图 |
| type: “effectScatter” | 散点图,坐标可在https://api.map.baidu.com/lbsapi/getpoint/ 搜索获取 |
const layoutSize = 1490;const layoutCenter = ["50%", "45%"];const option = {visualMap: {type: "piecewise",right: "10%",bottom: "10%",text: ["高", "低"],textStyle: {color: "#fff",},min: 10,max: 500,inRange: {color: ["rgba(57,226,204, 1)", "rgba(65,167,245,0.8)"],},},geo: {map: "jjingjiangMap",itemStyle: {areaColor: "#00416E",shadowColor: "#13A6D9",shadowOffsetX: 0,shadowOffsetY: 20,shadowBlur: 30,},silent: true,layoutSize,layoutCenter,},series: [{type: "map",map: "jjingjiangMap",layoutSize,layoutCenter: ["49%", "44%"],itemStyle: {borderWidth: 5,borderColor: "#003D6C",},// 选中区域颜色select: {label: {color: "#ffffff",},itemStyle: {areaColor: {type: "linear",x: 0,y: 0,x2: 0,y2: 1,colorStops: [{offset: 0,color: "#C9A90F",},{offset: 1,color: "#B46A17",},],},},},label: {show: true,fontSize: 30,color: "#ffffff",position: ["150%", "50%"],lineHeight: 30,formatter: params => {return `{b|${params.value}}{x|mw}\n{c|${params.name}}`},rich: {b: {color: "#fff",fontWeight: "bold",fontFamily: "Microsoft YaHei",fontSize: 30,textShadowColor: "#000",textShadowBlur: 1,textShadowOffsetY: 2,},c: {fontSize: 16,fontFamily: "Microsoft YaHei",borderColor: "#449933",borderRadius: 4,textShadowColor: "#000",textShadowBlur: 1,textShadowOffsetY: 2,},x: {color: "#cccccc",fontSize: 20,width: 50,textShadowColor: "#000",textShadowBlur: 1,textShadowOffsetY: 2,},},itemStyle: {borderColor: "#4ECEE6",borderWidth: 100,},},data: [{ name: "滨江新城", value: 10 },{name: "靖城街道",value: 29,},{name: "新桥镇",value: 177.91,},{name: "东兴镇",value: 105.66,},{name: "斜桥镇",value: 129,},{name: "西来镇",value: 129,},{name: "季市镇",value: 129,},{name: "孤山镇",value: 129,},{name: "生祠镇",value: 128.18,},{name: "马桥镇",value: 344.52,},{name: "城南办事处",value: 244.68,},{name: "城北园区",value: 329,},{name: "江阴园区",value: 51.68,},],},// 散点图{type: "effectScatter",coordinateSystem: "geo",symbolSize: 10,itemStyle: {color: "#EDE742",},data: [{name: "靖城街道",value: [120.24560416939749, 32.02041992926083],// 这里要加上visualMap: false,不然散点图的颜色会被visualMap的颜色覆盖visualMap: false,},{name: "新桥镇",value: [120.03848216936464, 31.9931845177382],visualMap: false,},{name: "东兴镇",value: [120.134156, 31.988466],visualMap: false,},{name: "斜桥镇",value: [120.362073, 32.045772],visualMap: false,},{name: "西来镇",value: [120.390819, 32.107482],visualMap: false,},{name: "季市镇",value: [120.300298, 32.1155],visualMap: false,},{name: "孤山镇",value: [120.254383, 32.082901],visualMap: false,},{name: "生祠镇",value: [120.088063, 32.050917],visualMap: false,},{name: "马桥镇",value: [120.201524, 32.048464],visualMap: false,},{name: "滨江新城",value: [120.265469, 31.98561],visualMap: false,},{name: "城南办事处",value: [120.228408, 32.0058513],visualMap: false,},{name: "城北园区",value: [120.260243, 32.050867],visualMap: false,},{name: "江阴园区",value: [120.166742, 31.958513],visualMap: false,},],},],}
靖江地图
{"type": "FeatureCollection","features": [{"type": "Feature","geometry": {"type": "Polygon","coordinates": [[[120.28343916938475,32.013242355087485],[120.28299516986901,32.01200838392426],[120.28289516941156,32.01204138292608],[120.28212217000784,32.01027142467714],[120.28141116963016,32.00897045506592],[120.28013716991101,32.00854046476],[120.27978416973359,32.00859646356212],[120.27739016938281,32.00542553788293],[120.27617716976307,32.004213566042125],[120.27588016966213,32.00395357183343],[120.27644516955162,32.003699578220676],[120.27413416993984,32.00055965185477],[120.27192916973495,31.997316727377022],[120.26850116986459,31.998397701994616],[120.26656017014876,31.999106685229503],[120.26710816942158,32.00026665852914],[120.26782016962423,32.00211261488648],[120.26948716970377,32.0063645160446],[120.27008017008076,32.00784548153912],[120.27093016947734,32.00961343985395],[120.27183116982589,32.01114340395651],[120.27166416942134,32.011146403617595],[120.26287016943955,32.01131539985353],[120.26286416959174,32.01131539985353],[120.26009017019777,32.01138239848239],[120.2567521698408,32.011425397565084],[120.25203916948239,32.01149839541257],[120.24917116947871,32.01153039522278],[120.24540217002486,32.011567394179984],[120.24012616942676,32.01162039301023],[120.24011016953327,32.011621393145965],[120.23973416978956,32.011624392791376],[120.23953616942283,32.00939144495701],[120.2382781695973,32.00939644499528],[120.23789416945773,32.00937544544136],[120.23802516987728,32.01070041432946],[120.22930816988837,32.01112540446008],[120.22932717015497,32.011779389317574],[120.22669316960472,32.01186038718698],[120.22670517019863,32.01235437544729],[120.22677316997074,32.01499631378584],[120.22585417007896,32.01843523366905],[120.22881016994614,32.01801024316165],[120.22931916975914,32.01787324620292],[120.22959216957062,32.0176782511124],[120.23211916999078,32.01803624258953],[120.23223016942057,32.0190982178809],[120.23496216988009,32.01932621242168],[120.23514816965294,32.02001819603897],[120.23493116991799,32.02010519450203],[120.23482217013809,32.020279190418755],[120.23487516984152,32.02062018252191],[120.23530316946365,32.020685181129465],[120.2355411700134,32.0219171519348],[120.23794316986175,32.02165215830817],[120.23801917002972,32.02259413630887],[120.23574517022791,32.02297312710795],[120.23597016946053,32.024135099981706],[120.23602616953701,32.02481208395914],[120.23632017016321,32.02534107198129],[120.23734717001021,32.030693946421884],[120.23591517010736,32.03099293950172],[120.23512716973673,32.03103693844422],[120.23177316948625,32.03162392458205],[120.23042716979712,32.031706923018874],[120.23056716953931,32.03582482617958],[120.2299131699614,32.03766478299741],[120.22838516979913,32.04091970682274],[120.22647017002254,32.045258605424706],[120.22582716941699,32.05106146994673],[120.22530216971046,32.051016471023594],[120.22523616958824,32.051736454183384],[120.22498117021843,32.05173345356732],[120.22497316982248,32.052139444167125],[120.22570517011664,32.05215644428189],[120.22563716944627,32.05278242973497],[120.22561716935473,32.05297842514409],[120.22481817001194,32.0609552380248],[120.22487816938808,32.06096623739775],[120.22545417004659,32.061064235144386],[120.22622817017348,32.06145922613915],[120.22686417020815,32.06147022621288],[120.22743116974752,32.061426226671635],[120.2281971694785,32.06122723154464],[120.22953116947203,32.061149233485864],[120.22969617022679,32.06088823911684],[120.23108016955074,32.06087723973459],[120.23111016968795,32.05959726970171],[120.23208116945837,32.059492272331745],[120.23508116970653,32.059258277324496],[120.23511216966868,32.06059224655664],[120.2366091698688,32.060520247851166],[120.2366091698688,32.05975326611624],[120.24060016997882,32.05957627023836],[120.24156417007653,32.05953427129524],[120.24294417010086,32.05900628326223],[120.24516416947603,32.05878828855745],[120.24556816970706,32.05856729370239],[120.24729316951283,32.05857929374696],[120.24820116953406,32.05874128962425],[120.24889517019335,32.05875328964591],[120.25000816935564,32.05853229470641],[120.24999616966008,32.05734232238261],[120.25011217001104,32.057254324637455],[120.25042316945732,32.0571993255279],[120.25061716962608,32.056993330576276],[120.25047216986114,32.05644334327578],[120.25035116948729,32.05629434712842],[120.24979616964345,32.05600035423323],[120.24980216949126,32.05575635984744],[120.25001816940136,32.05562736254023],[120.25106617006298,32.05566236188678],[120.25110616934761,32.055433367551885],[120.25042816948017,32.054957378670395],[120.25027216984455,32.0545403882474],[120.25027816969232,32.05426739421095],[120.25044517009694,32.05395840198625],[120.25093916984129,32.05360241019024],[120.25158816939644,32.05240443789538],[120.25149816988304,32.051000471167015],[120.25098216949898,32.0503004871467],[120.2509381700163,32.050090492267095],[120.25101116981126,32.04870752474223],[120.25047117003605,32.04812553869292],[120.24996716934758,32.04728655814808],[120.24993316991069,32.04665157310873],[120.2517911697859,32.04673657113386],[120.25329016963586,32.04657857433919],[120.25665317010719,32.04644757752751],[120.2605241696683,32.04606958693121],[120.2605791699199,32.04520160718481],[120.26079917002791,32.044173630887094],[120.262065169351,32.04011572568165],[120.2632751694959,32.03557283232076],[120.26335616968677,32.03532783842697],[120.26365016941465,32.03512784301894],[120.26762316998128,32.0327348984192],[120.27051916957404,32.030405953130725],[120.27084417016232,32.030150959025775],[120.27421616995615,32.02833700157305],[120.27751516995497,32.02668004039057],[120.27839117018911,32.0294559752073],[120.27932416942646,32.032170912037905],[120.27978116936097,32.03292289412483],[120.28064116970164,32.034092867077234],[120.28156717016452,32.03497384627419],[120.282346169416,32.03553083302449],[120.28250916962261,32.035446835131566],[120.28367617010991,32.0342708626327],[120.28300616973999,32.03353088047463],[120.28404617000572,32.03271289897937],[120.28491616949377,32.031687923086295],[120.28527717006709,32.03139493027174],[120.28513616960176,32.03115093578453],[120.28643617015848,32.030400953478775],[120.28660716986268,32.02980196710957],[120.28882316993811,32.02828700313535],[120.28921916977323,32.02788201256276],[120.29073117004204,32.02672203917985],[120.2918111695924,32.02771501633707],[120.29122216941343,32.02816300573083],[120.29153416958296,32.02888598875076],[120.29167116985036,32.029024985887716],[120.29149416940004,32.02927397966162],[120.29199817008849,32.0295329736846],[120.29232416960343,32.02923398040777],[120.29333916975477,32.02990696503462],[120.29371516949838,32.03036995409806],[120.2946771699463,32.03118993504168],[120.29587816987046,32.03061894802347],[120.29745916973626,32.03217491168542],[120.29759116998072,32.0322739097123],[120.2979291700895,32.03184391985944],[120.29941016949792,32.03292389403007],[120.29858117001771,32.03382387331087],[120.30115316974545,32.0353368380846],[120.30163516979424,32.034647854089016],[120.30281416997714,32.03535883765747],[120.30264417009782,32.03463885436778],[120.30269416942824,32.03461785450685],[120.30419917002435,32.03543383522648],[120.30392717003778,32.03577982738862],[120.3040081702286,32.035894824782396],[120.30534016967408,32.036893801402826],[120.30482716966307,32.03735379060702],[120.30611016960303,32.03839776635804],[120.30763416956741,32.0399277302817],[120.30685216994293,32.04056471515467],[120.30826217010446,32.04155769222576],[120.30906416982049,32.04104770449622],[120.31066116957979,32.042509669842026],[120.31195516939036,32.04178468664226],[120.31243817016247,32.042294674835006],[120.31259717017113,32.042194677180014],[120.31305016990764,32.04257466814488],[120.31413117018123,32.0421676779545],[120.31397916984518,32.04191668384101],[120.3142991695124,32.041769687260285],[120.31507316963926,32.041688689183395],[120.3157741699712,32.04096870617339],[120.31911917000083,32.038520763009686],[120.32089016983737,32.03713679596295],[120.32157216990274,32.03647281146466],[120.3210111702112,32.03620281796679],[120.32107216941223,32.036112819957204],[120.32066016968362,32.0358998248993],[120.32118016936727,32.0350998433589],[120.32131917018272,32.03515584192105],[120.32192216970714,32.03510084323838],[120.32253416945228,32.03495084673229],[120.3238971697582,32.03505184456432],[120.3239411701391,32.03522584026627],[120.32374516942224,32.035588831837224],[120.32325016985291,32.035770827780546],[120.32247816937578,32.035834826427035],[120.32253816965031,32.03640581290715],[120.32310716973777,32.03665680689913],[120.3240631694396,32.036835802661535],[120.32454816986149,32.03702979823513],[120.32510916955303,32.03751778645307],[120.32577016970207,32.03780178006561],[120.32598416996235,32.03797277632837],[120.32649816979826,32.03876075754013],[120.32678817022648,32.038973752796096],[120.32716916999298,32.039033751381055],[120.32804017020426,32.038963752901296],[120.32827117018293,32.03903275154469],[120.32868116936346,32.03972573536619],[120.32893116960875,32.03995272975585],[120.32943016937602,32.04025472253309],[120.33022117011971,32.04058071531784],[120.33208116964474,32.04213067917377],[120.3322331699807,32.04205868040918],[120.33248816935053,32.04214367813041],[120.33377416966351,32.042892661169155],[120.33621817024296,32.04453862233091],[120.33777817019238,32.0454826005144],[120.33792516960716,32.04536860274797],[120.33898316941618,32.0445626215293],[120.33993416999344,32.04404963368231],[120.34045516950201,32.04389163757952],[120.34209116961935,32.04371964192655],[120.33933116957071,32.042227676733276],[120.34031216938678,32.04123470007642],[120.34020017013212,32.04102970479111],[120.34014516988051,32.04053371617148],[120.33985416962739,32.04013372557798],[120.33896317022293,32.040134725402346],[120.33887016943822,32.04000072902846],[120.33893317008568,32.039652737165916],[120.33816817017963,32.03965173657459],[120.33828816983024,32.03892275423572],[120.33780816943121,32.03884575604003],[120.3381371702175,32.03825576944735],[120.33710816982244,32.037932777067574],[120.33732516955743,32.03689180168645],[120.33855116959592,32.037255792600966],[120.33863616998474,32.036757804374],[120.3393021701566,32.036815803166725],[120.33908816989636,32.03631481523272],[120.3392321698364,32.03571382896192],[120.33834317008174,32.03518284169336],[120.33806916954707,32.03557583195145],[120.33765216979552,32.03535483739303],[120.33781716965194,32.03512584250697],[120.33261717012012,32.03314488912804],[120.33279117019737,32.03268590000885],[120.33166217024323,32.03187291891625],[120.33177117002315,32.031699922852326],[120.3307421696281,32.03108793760028],[120.33025116935845,32.03169092284109],[120.32588117003003,32.03004496145238],[120.32507916941573,32.03192691733827],[120.32257816983316,32.03102193883357],[120.32268417013833,32.02585105961644],[120.32422016979805,32.01710826449989],[120.31700116983426,32.01572429683305],[120.31419616957972,32.01504331309956],[120.31385917019416,32.014879316620934],[120.31209616985517,32.01439932821338],[120.30635116962702,32.012776365927216],[120.30396317002234,32.012104381266795],[120.29659216972253,32.010379421821796],[120.29467416957289,32.01024642472208],[120.29118217012847,32.01038442180577],[120.28955617005685,32.01150039569069],[120.28692216950665,32.01240537433674],[120.28515016984514,32.01269436797913],[120.28456417003923,32.013028360044764],[120.2834571698264,32.01328635417716],[120.28343916938475,32.013242355087485]]]},"properties": {"name": "靖城街道","cp": [120.27260416939749,32.01841992926083]}},{"type": "Feature","geometry": {"type": "Polygon","coordinates": [[[120.12448216936464,31.96630845177382],[120.12425916978181,31.961671560556084],[120.1242241696216,31.95798964659049],[120.12362617012,31.951586795825698],[120.12260416939749,31.943141992926083],[120.11292817023215,31.947261897233332],[120.11291317016352,31.94726889699696],[120.09634217000124,31.954415729597507],[120.09448116975297,31.955210711049418],[120.09031216936773,31.95699366967845],[120.08561616962614,31.95863063139331],[120.08240816986387,31.959084621165854],[120.07794516975079,31.959715605793924],[120.07375316979928,31.960306592579858],[120.06421917002577,31.96145756559117],[120.05162317007985,31.962167549168473],[120.04511116939746,31.96252754072996],[120.04490316988331,31.962538540490122],[120.04280917000655,31.962635537694496],[120.0360061699694,31.963368520532963],[120.03512616953724,31.963517517678532],[120.03114617019621,31.964186502005198],[120.02645516957912,31.965523470640107],[120.02283716973805,31.96679344047416],[120.0198301698172,31.96803441160459],[120.01535917020652,31.970390357131564],[120.01815017021737,31.974030271400345],[120.01995016946796,31.976219220648996],[120.02144116982043,31.97846716838977],[120.02207617003015,31.97965713988874],[120.02318316934475,31.982502074098612],[120.02913416943754,31.999054687029748],[120.02927516990283,31.99930268122416],[120.02970616989805,31.999033687392306],[120.03026816941457,31.998834692257475],[120.03164116976615,31.998475700160476],[120.03396616962158,31.997835715056173],[120.0341361695009,31.99784571486971],[120.03424716982899,31.997955712746396],[120.03452717021156,31.99974667058088],[120.03451816999069,32.000202660149974],[120.03475716946703,32.001908619868146],[120.03520916937869,32.004516558764976],[120.03532916992759,32.00474755364982],[120.03562017018074,32.00477755311105],[120.0362511701925,32.004639555965454],[120.03654216954733,32.004720554050344],[120.03830116968841,32.006808505458245],[120.0394481700842,32.00792647905222],[120.03959816987205,32.00799647763759],[120.04257116945769,32.00842946719855],[120.04349617009565,32.008605463531886],[120.04356616951753,32.00868446158569],[120.04365616992922,32.00939644497476],[120.04410316981802,32.01089241010561],[120.04427716989527,32.01097740780682],[120.0451091697485,32.01107940555368],[120.04591016963958,32.011360399222326],[120.04645117013803,32.01255137143492],[120.0474331697791,32.0142333318634],[120.05090816950506,32.01343135051849],[120.05136916963758,32.01480131864816],[120.04800416951642,32.01557430055716],[120.05066216945791,32.021256167599276],[120.05267816951694,32.025397070398455],[120.05344417014626,32.02701203254501],[120.05295316987659,32.027182028427205],[120.05323316936074,32.027772014779785],[120.05208116984042,32.02824900409547],[120.05238217013931,32.02896998654385],[120.05409416952631,32.02838300091237],[120.05703617004825,32.03460385533249],[120.05728916976823,32.0348178502414],[120.05742517021068,32.035090843654125],[120.05755016988418,32.03671780531312],[120.06006317006063,32.03637181364949],[120.05988317013559,32.03755178599101],[120.0612271701749,32.03747578801901],[120.06239516958877,32.037465787960656],[120.06245516986323,32.03698579909834],[120.06368716974954,32.03690780093717],[120.06333617012024,32.03568782995338],[120.06420716943316,32.035535833136514],[120.06502716959086,32.03550983410672],[120.06552516953323,32.03541583591221],[120.06592217009158,32.03523884017602],[120.06603916936909,32.03526183964995],[120.06615817009312,32.03553183363792],[120.06719917018373,32.03538383682903],[120.06736016984219,32.036033821156266],[120.06777016992106,32.035953823205396],[120.06765816976808,32.035497834083586],[120.0676901695551,32.0352648392831],[120.06892016979158,32.03504584449588],[120.06915516996825,32.0356518307107],[120.0692711694209,32.03570682906252],[120.06970116959123,32.03567682982717],[120.06995116983647,32.03633681454201],[120.07065217016844,32.03625781596119],[120.07082217004775,32.03617781820595],[120.07066217021416,32.03575782789246],[120.07079216991052,32.03561883107468],[120.07341317004192,32.03477185106651],[120.07348316946381,32.03468185317351],[120.07288316941417,32.03350188116269],[120.07467417024053,32.03302389188723],[120.07485316944239,32.033303885372575],[120.07600417003616,32.033024891789395],[120.07584417020257,32.03265490061207],[120.0811841694764,32.03061994792922],[120.0814341697217,32.03094994044645],[120.08154616987468,32.03094794059693],[120.08209516987066,32.03070094665966],[120.08192417016643,32.030316955428155],[120.08251116979729,32.0300509617959],[120.08566616985613,32.02877499146663],[120.08913317008448,32.027256026638625],[120.08927316982654,32.027376023893105],[120.09669816965463,32.02451809122573],[120.09799817021138,32.02710803016466],[120.09842816948337,32.02706203168501],[120.0987371701782,32.02748802129126],[120.09976616967488,32.02797801000749],[120.10005716992804,32.028488998135145],[120.10028616935861,32.02867699341656],[120.10223117017074,32.0284269995907],[120.10294517002316,32.028329001928356],[120.1056001695915,32.02766701745979],[120.10576016942505,32.028157005980006],[120.10759116953611,32.027659017774894],[120.10819616960863,32.027536020243666],[120.10872316986327,32.027560020090775],[120.11020316944678,32.027215028063246],[120.10995216937654,32.02655604307744],[120.10983816957372,32.025926058094775],[120.10991616939151,32.02529307262794],[120.11054317010361,32.02526007382876],[120.11175816937318,32.02494608122097],[120.11256917020835,32.024604089231424],[120.11283916964676,32.025944057726186],[120.11347416985652,32.02578806156778],[120.11483616943913,32.025453069569004],[120.11446716936818,32.02381410729469],[120.11671316958088,32.02273213306515],[120.11660516962584,32.02218814566685],[120.11697217004695,32.02218214554426],[120.117192170155,32.02309212461861],[120.11767216965573,32.023032125490005],[120.11823016987259,32.0229011292615],[120.1180801700847,32.022114147173674],[120.11911816980226,32.02207014851467],[120.11936817004752,32.02262013518476],[120.12045517016887,32.02235914138075],[120.12034616949065,32.02208514807735],[120.1204211698337,32.02199214983603],[120.1236801696496,32.021486162165196],[120.1236591697332,32.021366164811475],[120.12498716987893,32.021225168177196],[120.12498716987893,32.02131516634568],[120.12585016969436,32.02116716941231],[120.1268761697163,32.021100171082225],[120.12783616961606,32.02086017673],[120.1308711700243,32.020974173783316],[120.13164216977812,32.020920174996604],[120.13188117015272,32.02097717388434],[120.13210116936247,32.0213371654791],[120.1362181698692,32.02035118877969],[120.13247416963121,32.010817411495275],[120.12985616987267,32.00379657608897],[120.1295911695588,32.00311259217539],[120.1293351694657,32.00240460815608],[120.12937516964868,32.00210561548065],[120.12998817011709,32.00130363391205],[120.1297971694231,32.0003136569921],[120.12993717006343,31.999289681531184],[120.1298491701999,31.998783693453014],[120.12952516943643,31.997965712556848],[120.12921516981507,31.99761572041675],[120.12821716938207,31.99591776023216],[120.12827116980881,31.995742764230194],[120.12849517011473,31.995578768265943],[120.13027316962406,31.994445794676498],[120.13024716968472,31.993899807095588],[120.13009416952387,31.993263821875757],[120.1301171699884,31.993001827939676],[120.13061116973275,31.992335843637306],[120.13108016936283,31.9920848493649],[120.13110016945436,31.99189585408944],[120.1310011697201,31.991530862413644],[120.12997317004829,31.989646906591396],[120.12977317003171,31.98912791902329],[120.1279521699664,31.98561800064236],[120.12758516954521,31.98452702652476],[120.12651716969043,31.982172081630917],[120.12654916947746,31.982073083579753],[120.12683516970777,31.98195208674787],[120.1324971700952,31.979832136110883],[120.13317716961244,31.97963614039373],[120.13226316974341,31.97617322178987],[120.13137516981361,31.972269313088752],[120.13129816982074,31.972060317470874],[120.13060917008264,31.971271335978066],[120.1300641693862,31.970318358403738],[120.12904316938712,31.96901338888684],[120.12900317010241,31.968843392587107],[120.12913216997381,31.96744342579297],[120.12894816985086,31.967281429254506],[120.1285321699242,31.96723943066974],[120.12608216949697,31.96744242593719],[120.12502217003806,31.96745042554243],[120.12476116992221,31.9672994289682],[120.1246201694569,31.966964436630708],[120.12448216936464,31.96630845177382]]]},"properties": {"name": "新桥镇"}},{"type": "Feature","geometry": {"type": "Polygon","coordinates": [[[120.1623201694312,31.970485354794842],[120.15847016978637,31.962968530025574],[120.15616417019739,31.95843663605017],[120.1421821694807,31.93824410778365],[120.13328816993985,31.94002006605093],[120.12692517011872,31.941264037266173],[120.12646516981117,31.941353035239196],[120.12588716950286,31.941574029970145],[120.12260416939749,31.943141992926083],[120.12362617012,31.951586795825698],[120.1242241696216,31.95798964659049],[120.12425916978181,31.961671560556084],[120.12448216936464,31.96630845177382],[120.1246201694569,31.966964436630708],[120.12476116992221,31.9672994289682],[120.12502217003806,31.96745042554243],[120.12608216949697,31.96744242593719],[120.1285321699242,31.96723943066974],[120.12894816985086,31.967281429254506],[120.12913216997381,31.96744342579297],[120.12900317010241,31.968843392587107],[120.12904316938712,31.96901338888684],[120.1300641693862,31.970318358403738],[120.13060917008264,31.971271335978066],[120.13129816982074,31.972060317470874],[120.13137516981361,31.972269313088752],[120.13226316974341,31.97617322178987],[120.13317716961244,31.97963614039373],[120.1324971700952,31.979832136110883],[120.12683516970777,31.98195208674787],[120.12654916947746,31.982073083579753],[120.12651716969043,31.982172081630917],[120.12758516954521,31.98452702652476],[120.1279521699664,31.98561800064236],[120.12977317003171,31.98912791902329],[120.12997317004829,31.989646906591396],[120.1310011697201,31.991530862413644],[120.13110016945436,31.99189585408944],[120.13108016936283,31.9920848493649],[120.13061116973275,31.992335843637306],[120.1301171699884,31.993001827939676],[120.13009416952387,31.993263821875757],[120.13024716968472,31.993899807095588],[120.13027316962406,31.994445794676498],[120.12849517011473,31.995578768265943],[120.12827116980881,31.995742764230194],[120.12821716938207,31.99591776023216],[120.12921516981507,31.99761572041675],[120.12952516943643,31.997965712556848],[120.1298491701999,31.998783693453014],[120.12993717006343,31.999289681531184],[120.1297971694231,32.0003136569921],[120.12998817011709,32.00130363391205],[120.12937516964868,32.00210561548065],[120.1293351694657,32.00240460815608],[120.1295911695588,32.00311259217539],[120.12985616987267,32.00379657608897],[120.13247416963121,32.010817411495275],[120.1362181698692,32.02035118877969],[120.15259817023586,32.01641128055932],[120.15921717015001,32.01482731747415],[120.17757017001959,32.010392421463834],[120.17680216974038,32.00711449857864],[120.18178717008534,32.006245518879965],[120.1821071697525,32.007044500082074],[120.18262516978638,32.00699350126316],[120.18285417011519,32.00740249120229],[120.18321317014043,32.00731249384289],[120.18316316991171,32.007002500653606],[120.18380116959621,32.006920502874564],[120.1841001693469,32.0073304933219],[120.18459917001258,32.00878945935202],[120.18546916950062,32.008716460870104],[120.18858017007685,32.008473466328944],[120.18844816983233,32.00774448341001],[120.18912516987491,32.007731484141694],[120.19002316985032,32.00783948123066],[120.19019216990472,32.007409491713446],[120.1927561701348,32.007663485712214],[120.19297516951956,32.00780448188506],[120.19382216944143,32.00792147971163],[120.19751217015089,32.008276470699286],[120.19766216993874,32.00841946779402],[120.1979221702298,32.00961343984625],[120.1986971701816,32.009623439898775],[120.19870116948124,32.00937244571817],[120.19810116943158,32.00937144555782],[120.19801316956806,32.00852446508728],[120.2003841694542,32.00841146795207],[120.20042216998739,32.00964643894898],[120.20550816971638,32.009733437357134],[120.20638317012563,32.00974843665404],[120.20634016956957,32.00922344913977],[120.20690016943625,32.009271447757534],[120.20664417024152,32.00810547536769],[120.20506616985035,32.000909643416335],[120.20367716960506,31.99378681022767],[120.20348417015948,31.992362843082088],[120.20300016956247,31.98994289992335],[120.20255716987162,31.988166941651553],[120.20175316960741,31.98393703990447],[120.20131016991665,31.982011084884522],[120.19248716962254,31.982607071370495],[120.18996916942302,31.971218337457746],[120.18443417015546,31.971356334592077],[120.18420917002454,31.970268359568788],[120.18313516942365,31.970460355425587],[120.18304016988743,31.970145362761958],[120.18014616994452,31.970641350568375],[120.18109016995076,31.9743522644521],[120.17240116955098,31.976063224466802],[120.17188017004241,31.974534260080684],[120.17096316980025,31.970842346296674],[120.1706801699431,31.96995336700696],[120.16829317016337,31.97071434887363],[120.16709716936373,31.97129033548939],[120.16367017021666,31.972617304798117],[120.16337016974263,31.9727183027395],[120.1623201694312,31.970485354794842]]]},"properties": {"name": "东兴镇","cp": [120.172156,31.986466]}},{"type": "Feature","geometry": {"type": "Polygon","coordinates": [[[120.36158816951256,32.08682663144082],[120.36273616973325,32.0865306383588],[120.36453316950909,32.085847654476474],[120.3654311694845,32.085410664559454],[120.36546216944669,32.08503167351047],[120.36537516940803,32.08426869150917],[120.36608516996081,32.08417669337782],[120.3661941697408,32.0844756867761],[120.36631216974156,32.084506686096745],[120.36876516964348,32.08369070533593],[120.36909416953148,32.08347271010447],[120.36855217010647,32.081960745948564],[120.3699691699407,32.08152375571381],[120.36990416964335,32.08121576284595],[120.37384016950178,32.080041790449286],[120.37500316979107,32.07952180255133],[120.37608616971445,32.078878817699845],[120.37708616979722,32.07813983561922],[120.37782716941382,32.07898281548664],[120.37837717013299,32.07867582259439],[120.37881716945078,32.07855182571102],[120.379212169461,32.07830683118408],[120.3797311702181,32.07774984447056],[120.37972316982217,32.077653846686836],[120.37867616988376,32.07644287484435],[120.37868316955647,32.07634787740055],[120.37947017010215,32.075807889694474],[120.37994217010524,32.075601894787255],[120.3800101698773,32.07557189568972],[120.38011316980952,32.07599488578554],[120.38023116981022,32.07617588110449],[120.38096317010434,32.07675786758561],[120.38171616941655,32.07697986205709],[120.38214216938887,32.07730985487926],[120.38274116961362,32.07830183110286],[120.38369317001586,32.07927780849931],[120.38378017005446,32.07948280410181],[120.38369516966564,32.07992379328035],[120.3834251702272,32.0805527786622],[120.38345617018942,32.080686775778986],[120.38489516976495,32.08174975055335],[120.3849821698036,32.08192174625705],[120.38490216943762,32.08223173928055],[120.38522617020104,32.08251173291035],[120.3856581700212,32.08417469393241],[120.39369217011976,32.08182174929083],[120.39440716979718,32.084001697796424],[120.40139817015532,32.08203674427213],[120.4026501701331,32.08096176887945],[120.40345617004702,32.08094576969118],[120.40377616971423,32.08178774943043],[120.40350717010071,32.08216274124792],[120.40352717019219,32.082446734059715],[120.40477917017004,32.083684705443005],[120.40497716963843,32.084023697086884],[120.40509916983717,32.08512967134882],[120.40531716939705,32.08572265734487],[120.40624516950977,32.08577465654569],[120.40832017001827,32.08480767861468],[120.40924716940778,32.085971651361504],[120.41125116977113,32.08465468261514],[120.40979416975385,32.08283172512602],[120.41091916951004,32.082123741641645],[120.41212516945706,32.081174764087265],[120.41252016946729,32.08149675668157],[120.41335817006659,32.0806997753499],[120.41358116964933,32.08062877663388],[120.41480716968788,32.080646776163675],[120.41579816954979,32.08111876552453],[120.41756716973647,32.07888081802872],[120.41741516940051,32.07879281969395],[120.41783616935,32.07833583074235],[120.41768416991235,32.07823783323547],[120.41778716984452,32.07816883446958],[120.41847916995565,32.07771084526819],[120.41723617019866,32.077046860598365],[120.41903116942636,32.07540089966041],[120.41969216957531,32.075399899460194],[120.4198081699263,32.075229903307225],[120.42010517002718,32.075285902433095],[120.42012216974565,32.07540989917932],[120.42284516998438,32.07630287798059],[120.42312316981872,32.07574689143287],[120.42528016944469,32.076901864497614],[120.42597016990601,32.07636387663739],[120.4274541696874,32.07754784932322],[120.4270741697458,32.07790884089228],[120.42943316993646,32.07913681201192],[120.4297971699845,32.07932680709385],[120.42907516973622,32.08053177944756],[120.42967317013598,32.080812772336884],[120.43597817023085,32.08370170502582],[120.43708217007062,32.08390370027952],[120.43751116951778,32.083940698913445],[120.43778417022749,32.083881700961356],[120.43941516942368,32.08423969232284],[120.43962316983615,32.08424569218315],[120.43992417013509,32.0841206951395],[120.4406031698274,32.08425969210942],[120.44120416970198,32.0844856862714],[120.44215617010407,32.084844678408345],[120.4436291700148,32.084834678199286],[120.44449416948,32.08506667302923],[120.44503816945317,32.08511867184212],[120.44553816994369,32.084858677481996],[120.44617817017628,32.08504567332476],[120.44691916979289,32.08502567371039],[120.44642116985054,32.08681463206769],[120.44582216962591,32.09085053756919],[120.4466161698443,32.09066154136143],[120.45399516964169,32.09096853433178],[120.45503917010532,32.09119552943452],[120.4566621698039,32.09178051547494],[120.4594201702027,32.09205750871511],[120.46199016938225,32.09241150071658],[120.46274316959277,32.0927134938406],[120.46434617009812,32.09283649052739],[120.4651851696241,32.09281949112521],[120.46595316990319,32.09269049434932],[120.4670551700931,32.092023509618365],[120.4682001699408,32.09119252935343],[120.46878417009687,32.0904115479135],[120.47572117002832,32.08472468115684],[120.48279416950383,32.07874382082493],[120.48570916936302,32.07607088374864],[120.48672517023758,32.07443092248983],[120.51729417011074,32.02506407851995],[120.49819716935322,32.0334698814554],[120.49138016997064,32.03414686573629],[120.4696071697283,32.03630081559601],[120.44876816944634,32.0345548564336],[120.44168116972703,32.03395787036292],[120.4278321699783,32.02920098151945],[120.42024016974557,32.02659104291044],[120.41028616984742,32.02316612311463],[120.39014816989726,32.00968243853018],[120.3742671701959,31.999039686781426],[120.37075716941143,31.99668674251439],[120.36568616975104,31.993075826345112],[120.36323816987189,31.991332867379334],[120.35540916981262,31.98575499782773],[120.35045316977997,31.982224080257204],[120.3420071699526,31.976920204352012],[120.33320916977276,31.972816300434946],[120.32053716965909,31.987012968606816],[120.31738917017123,31.98872692838749],[120.31446116989318,31.9911988704757],[120.31408816962428,31.99167785963087],[120.31414416970081,31.99259983789604],[120.30939316970772,31.99872369442638],[120.30891116965884,31.99921668312167],[120.30967916993801,32.00014766108128],[120.31368517011671,32.00421956582165],[120.31128116972025,32.005103544976],[120.31115017019896,32.00530054056949],[120.3112161694229,32.005629532672614],[120.31451916961987,32.01036442263007],[120.31462716957489,32.01075041323405],[120.31462816939981,32.0112214019725],[120.31395916975323,32.01333135260432],[120.31385917019416,32.014879316620934],[120.31419616957972,32.01504331309956],[120.31700116983426,32.01572429683305],[120.32422016979805,32.01710826449989],[120.32268417013833,32.02585105961644],[120.32257816983316,32.03102193883357],[120.32507916941573,32.03192691733827],[120.32588117003003,32.03004496145238],[120.33025116935845,32.03169092284109],[120.3307421696281,32.03108793760028],[120.33177117002315,32.031699922852326],[120.33166217024323,32.03187291891625],[120.33279117019737,32.03268590000885],[120.33261717012012,32.03314488912804],[120.33781716965194,32.03512584250697],[120.33765216979552,32.03535483739303],[120.33806916954707,32.03557583195145],[120.33834317008174,32.03518284169336],[120.3392321698364,32.03571382896192],[120.33908816989636,32.03631481523272],[120.3393021701566,32.036815803166725],[120.33863616998474,32.036757804374],[120.33855116959592,32.037255792600966],[120.33732516955743,32.03689180168645],[120.33710816982244,32.037932777067574],[120.3381371702175,32.03825576944735],[120.33780816943121,32.03884575604003],[120.33828816983024,32.03892275423572],[120.33816817017963,32.03965173657459],[120.33893317008568,32.039652737165916],[120.33887016943822,32.04000072902846],[120.33896317022293,32.040134725402346],[120.33985416962739,32.04013372557798],[120.34014516988051,32.04053371617148],[120.34020017013212,32.04102970479111],[120.34031216938678,32.04123470007642],[120.33933116957071,32.042227676733276],[120.34209116961935,32.04371964192655],[120.34045516950201,32.04389163757952],[120.33993416999344,32.04404963368231],[120.33898316941618,32.0445626215293],[120.33792516960716,32.04536860274797],[120.33777817019238,32.0454826005144],[120.33621817024296,32.04453862233091],[120.33377416966351,32.042892661169155],[120.33248816935053,32.04214367813041],[120.3322331699807,32.04205868040918],[120.33208116964474,32.04213067917377],[120.33211316943182,32.042441671336285],[120.33098816967563,32.04315365509043],[120.3307511698492,32.043545645613264],[120.33043416965677,32.043812639424765],[120.32976816948491,32.04413863172257],[120.32890717021769,32.044691619204336],[120.32847416967431,32.045197607354],[120.3278761701728,32.045713594910914],[120.3274511700254,32.04597958872954],[120.32655416987485,32.0470165645701],[120.32557616953349,32.04758055087536],[120.32512016942385,32.0482715352375],[120.32452216992239,32.048884520334525],[120.32303616959291,32.04992049628437],[120.32232916941315,32.050657479323334],[120.32206416999763,32.050670478591705],[120.32212416937377,32.051521458779156],[120.32274117004019,32.053109421754826],[120.32332116999834,32.05390040340363],[120.32385716957558,32.05451138876834],[120.32430017016466,32.05489137960853],[120.32453617016625,32.055204372651524],[120.32455916973245,32.055375368381476],[120.32485316946034,32.05605635296067],[120.32559016977736,32.05722132518359],[120.32579516981677,32.05743932057718],[120.32605017008494,32.057995307279974],[120.32719816940732,32.059802265281256],[120.32817616974882,32.061802217858116],[120.32845316975822,32.06213421057175],[120.32941617003105,32.06411616419559],[120.32980716984335,32.06457515329692],[120.33023117016583,32.06536013444271],[120.33049916995448,32.06562912840637],[120.33067317003176,32.066289113337355],[120.33089216941656,32.066525107701935],[120.33127216935819,32.06660610587258],[120.33142816989212,32.06679410128426],[120.33150816935974,32.06739108709573],[120.33209317023906,32.06789607504784],[120.33239316981476,32.068876052710564],[120.33294216981078,32.069866029331955],[120.33327316934857,32.070134022725355],[120.33349616982971,32.070906004678676],[120.33416016945343,32.07154599006964],[120.33421916990292,32.071753984699754],[120.33420217018453,32.072288972341056],[120.33496117024285,32.07290495781706],[120.33521116958975,32.073707939150474],[120.33522917003144,32.07427192609796],[120.33547916937842,32.074588918364135],[120.3357961695708,32.07578489051059],[120.33622116971829,32.07687286524031],[120.33647116996356,32.07702986129504],[120.33729216994614,32.07698186241845],[120.33719417003682,32.07750285047974],[120.337337170152,32.078069836604044],[120.33718116961809,32.07831883091751],[120.33702516998247,32.07834983004287],[120.3368021695014,32.07854182557001],[120.3368331694635,32.07877382038854],[120.33749416961253,32.07926480872437],[120.33762316948399,32.079501803246536],[120.33759216952183,32.08039978238522],[120.33891416981984,32.08074477412454],[120.33926216997445,32.08076377377305],[120.33959316951218,32.08087077135884],[120.33966916968014,32.081031767191504],[120.33959316951218,32.081486756859455],[120.33932516972364,32.0818157492657],[120.33897716956905,32.081988744973344],[120.33874016974264,32.082287737917994],[120.33870916978046,32.08250573293132],[120.33945016939708,32.08288572391765],[120.33945016939711,32.0831047191429],[120.33907016945551,32.08349570962973],[120.33899517001076,32.08368770500395],[120.33949516960301,32.08549866260894],[120.3401431702315,32.0859386523605],[120.34041117002016,32.086442640536795],[120.34039716977644,32.086647636052845],[120.34009817002568,32.08692862916684],[120.34009817002571,32.08713362435382],[120.34017417019366,32.08730761995982],[120.34067916980871,32.087731610612195],[120.34104117020705,32.08790560660177],[120.34112616969752,32.08804760332832],[120.34174816948847,32.08774661006967],[120.345834170033,32.08640064175568],[120.34677217019146,32.08600965075799],[120.34653516946663,32.08550566247707],[120.34708617001077,32.0852466685494],[120.34735416979942,32.085796655402035],[120.34793717013059,32.08565765924768],[120.34801816942313,32.08579165573026],[120.34825216977485,32.08568065822627],[120.3484571698143,32.08568065822632],[120.34900116978746,32.0881466010343],[120.34918816938524,32.08818359947263],[120.34924617000979,32.088374595594985],[120.3492781697969,32.08857459030191],[120.34920517000198,32.08876458631409],[120.34965816973849,32.08867558830742],[120.35387116960636,32.087838607653],[120.35374616993286,32.087326619767566],[120.35474617001556,32.08708462538425],[120.35455017019697,32.086195646447585],[120.3557681698396,32.085938652362145],[120.35605216952175,32.08603265041007],[120.35625716956115,32.085986651102125],[120.35636916971413,32.08580565542048],[120.3575141695618,32.085288667862464],[120.35763216956259,32.085313667117646],[120.35782917010445,32.086035649901014],[120.3586931697447,32.08584965464785],[120.35860816935588,32.086807632291276],[120.36045816973348,32.08691962926204],[120.36158816951256,32.08682663144082]]]},"properties": {"name": "斜桥镇"}},{"type": "Feature","geometry": {"type": "Polygon","coordinates": [[[120.4932161701058,32.10139829023153],[120.49264816984319,32.100780304418],[120.49272716948586,32.10068030678101],[120.50003816951116,32.098018369268814],[120.50253817016713,32.0971513893436],[120.50381017023638,32.09678639781592],[120.5069511700515,32.09566842411191],[120.50703016969422,32.095588425795704],[120.50701016960272,32.095368431587005],[120.50726016984797,32.09527743319807],[120.50801716935811,32.09528543306015],[120.50887316950072,32.090543544209815],[120.50908216973805,32.08890358308722],[120.50902216946358,32.08849359258374],[120.50920116956372,32.08771361097349],[120.51336417010103,32.078732821309934],[120.51528716937514,32.074798913355686],[120.51654116990107,32.071245996780945],[120.51654116990107,32.07108500046138],[120.51342216982715,32.06613611681376],[120.51330317000142,32.065716126182416],[120.5136921701639,32.065405133943194],[120.52771917018767,32.0613862277941],[120.54174217001349,32.05676233651096],[120.54294816996054,32.056179349507104],[120.54344716972778,32.055088375514046],[120.54360616973648,32.05405839976301],[120.54319716948247,32.05004049355481],[120.54243917014735,32.04659257473284],[120.54207017007634,32.04540360223248],[120.54192016939022,32.0451346081918],[120.54173117014268,32.04498461213392],[120.54071416944312,32.0445476218621],[120.5401661701704,32.044498623674876],[120.53986716952134,32.04435962642129],[120.53982717023668,32.04417963112125],[120.54001616948422,32.04411863232074],[120.54090416941395,32.04411663199747],[120.54127216966,32.04395563590074],[120.54143216949359,32.04374564093055],[120.54136217007166,32.042975659312496],[120.54152117008029,32.04271566544117],[120.5418501699683,32.04244567131689],[120.54253816988144,32.042163678008016],[120.54452217015337,32.040899707490304],[120.54642617005929,32.03950574001776],[120.54770317015137,32.038432765465764],[120.54838117001886,32.03820177097136],[120.54959717001164,32.037598785197886],[120.55169216971326,32.036275815896985],[120.55329716986843,32.035452835175384],[120.55338716938184,32.035251840162566],[120.55330716991422,32.03509284346548],[120.55355616943619,32.03489184842401],[120.55347616996858,32.0348118502369],[120.55294816988898,32.0346838529921],[120.55270916951436,32.034483857700515],[120.55252916958935,32.03409386699637],[120.55268916942289,32.03364387788447],[120.55267916937714,32.03336388391559],[120.55216016951837,32.032804897121686],[120.5519311700878,32.03203591478667],[120.55175117016275,32.031676923268535],[120.55090316951765,32.0308179434795],[120.5505341694467,32.03025895637645],[120.55025516978745,32.02998996277],[120.54850016984435,32.027754015560184],[120.54336317006151,32.01556830081538],[120.53747016969537,32.017733249626396],[120.51729417011074,32.02506407851995],[120.48672517023758,32.07443092248983],[120.48570916936302,32.07607088374864],[120.48279416950383,32.07874382082493],[120.47572117002832,32.08472468115684],[120.46878417009687,32.0904115479135],[120.4682001699408,32.09119252935343],[120.4670551700931,32.092023509618365],[120.46595316990319,32.09269049434932],[120.4651851696241,32.09281949112521],[120.46434617009812,32.09283649052739],[120.46274316959277,32.0927134938406],[120.46199016938225,32.09241150071658],[120.4594201702027,32.09205750871511],[120.4566621698039,32.09178051547494],[120.45503917010532,32.09119552943452],[120.45399516964169,32.09096853433178],[120.4466161698443,32.09066154136143],[120.44582216962591,32.09085053756919],[120.44642116985054,32.08681463206769],[120.44691916979289,32.08502567371039],[120.44617817017628,32.08504567332476],[120.44553816994369,32.084858677481996],[120.44503816945317,32.08511867184212],[120.44449416948,32.08506667302923],[120.4436291700148,32.084834678199286],[120.44215617010407,32.084844678408345],[120.44120416970198,32.0844856862714],[120.4406031698274,32.08425969210942],[120.43992417013509,32.0841206951395],[120.43962316983615,32.08424569218315],[120.43941516942368,32.08423969232284],[120.43778417022749,32.083881700961356],[120.43751116951778,32.083940698913445],[120.43708217007062,32.08390370027952],[120.43597817023085,32.08370170502582],[120.42967317013598,32.080812772336884],[120.42907516973622,32.08053177944756],[120.4297971699845,32.07932680709385],[120.42943316993646,32.07913681201192],[120.4270741697458,32.07790884089228],[120.4274541696874,32.07754784932322],[120.42597016990601,32.07636387663739],[120.42528016944469,32.076901864497614],[120.42312316981872,32.07574689143287],[120.42284516998438,32.07630287798059],[120.42012216974565,32.07540989917932],[120.42010517002718,32.075285902433095],[120.4198081699263,32.075229903307225],[120.41969216957531,32.075399899460194],[120.41903116942636,32.07540089966041],[120.41723617019866,32.077046860598365],[120.41847916995565,32.07771084526819],[120.41778716984452,32.07816883446958],[120.41768416991235,32.07823783323547],[120.41783616935,32.07833583074235],[120.41741516940051,32.07879281969395],[120.41756716973647,32.07888081802872],[120.41579816954979,32.08111876552453],[120.41480716968788,32.080646776163675],[120.41358116964933,32.08062877663388],[120.41335817006659,32.0806997753499],[120.41252016946729,32.08149675668157],[120.41212516945706,32.081174764087265],[120.41091916951004,32.082123741641645],[120.40979416975385,32.08283172512602],[120.41125116977113,32.08465468261514],[120.40924716940778,32.085971651361504],[120.40832017001827,32.08480767861468],[120.40624516950977,32.08577465654569],[120.40531716939705,32.08572265734487],[120.40509916983717,32.08512967134882],[120.40497716963843,32.084023697086884],[120.40477917017004,32.083684705443005],[120.40352717019219,32.082446734059715],[120.40350717010071,32.08216274124792],[120.40377616971423,32.08178774943043],[120.40345617004702,32.08094576969118],[120.4026501701331,32.08096176887945],[120.40139817015532,32.08203674427213],[120.39440716979718,32.084001697796424],[120.39369217011976,32.08182174929083],[120.3856581700212,32.08417469393241],[120.38522617020104,32.08251173291035],[120.38490216943762,32.08223173928055],[120.38459017016645,32.08253373255823],[120.38341017015867,32.08322671571451],[120.38281916943156,32.08339771233153],[120.38182916939458,32.082587730771934],[120.38167016938588,32.082587730771934],[120.38139616974948,32.08290172353192],[120.38074316999645,32.08393869945482],[120.37997116951945,32.08579465599347],[120.38000216948159,32.08585665449055],[120.38041917013143,32.08595265203147],[120.38073416977569,32.08626764472892],[120.38086816966998,32.086479639669236],[120.38089916963212,32.08671563443478],[120.38081417014165,32.08693662900309],[120.38056916991928,32.087123624399325],[120.37979817016542,32.087316619832656],[120.37903417008422,32.08740461833283],[120.3786111695866,32.08783860765562],[120.37819317001016,32.08849759279801],[120.37800416986431,32.088938581861925],[120.37806016994081,32.08904857916316],[120.37855516951016,32.08923757490199],[120.37905917019864,32.08968656455234],[120.37942116969859,32.09014355383084],[120.37954816992016,32.09096953435387],[120.37950117006451,32.09115652986885],[120.37932716998729,32.09134552581388],[120.3788161696261,32.09149452193072],[120.37694216985736,32.09088653639663],[120.37537816971006,32.093283479977956],[120.37478316968333,32.09421145824345],[120.37453116978823,32.09519343535171],[120.37413016993035,32.09937933748011],[120.37418716983173,32.10047331168496],[120.37420816974817,32.100879302011556],[120.37401216992966,32.10234226748323],[120.37379116999671,32.10349024076126],[120.37339017013872,32.104764211075036],[120.37329016968133,32.106800163326696],[120.3724551694551,32.10798013568306],[120.37228316992595,32.10826412890443],[120.37197316940622,32.108775116792735],[120.37166816980772,32.10955909821698],[120.37143216980624,32.11073907068165],[120.3713061694095,32.112005041141714],[120.37146316976839,32.113106015548134],[120.37192016970288,32.11438098538795],[120.37199917024394,32.11507396892271],[120.3719831694521,32.115630956360285],[120.37177816941268,32.116353938949125],[120.37127617017067,32.117385914581625],[120.37099016994041,32.1180948984223],[120.37082517008398,32.11851788795269],[120.37084116997752,32.119128873595955],[120.3709531701305,32.119868856324985],[120.37134616959264,32.12120682535342],[120.37147316981425,32.1213568219038],[120.37146316976852,32.12195080749571],[120.370866170092,32.124303752385906],[120.37063916941294,32.125744718453234],[120.37066117005259,32.12624770719745],[120.37075716941374,32.12670269607176],[120.37184017023554,32.12987662140161],[120.3720401693538,32.1310165947992],[120.37286016951145,32.13099759571442],[120.37269016963214,32.13017761426161],[120.37332116964389,32.13004861776934],[120.37371116963124,32.1309085977863],[120.37489216946395,32.130849598983815],[120.3749221696011,32.13125958951331],[120.37499216992136,32.13127958889285],[120.37714316969954,32.131131591859045],[120.37719316992825,32.13098159540139],[120.37726316935012,32.13097159567951],[120.38198616975426,32.13114659179605],[120.38348416977936,32.130941596507824],[120.38737716998008,32.13036061021276],[120.3872071701008,32.12956062887695],[120.38746116964568,32.129513629822824],[120.38796716998395,32.129421632381224],[120.39154717019021,32.12816366159629],[120.3911171700199,32.12729368220622],[120.39299716963686,32.126574698873206],[120.39307717000234,32.126754694766845],[120.3938271698398,32.12646470188424],[120.39445717002666,32.12773467184394],[120.39468717018043,32.12767467364305],[120.39405716999357,32.12617470884063],[120.39574616981436,32.12564572118407],[120.39601617015109,32.12640570325106],[120.39659617010923,32.12621570794748],[120.3969471697385,32.12698568923068],[120.39709616970143,32.12694569010611],[120.39676716981349,32.12617570848537],[120.39817617015011,32.12566672068375],[120.39842616949703,32.126205707703406],[120.39860616942212,32.12613570976664],[120.39868616978805,32.12627570634726],[120.39889616985033,32.126186708377475],[120.3985561700917,32.12554572339307],[120.39924616965466,32.12532672873752],[120.39960616950478,32.126056711161404],[120.40022516982103,32.12581671675054],[120.40038516965461,32.12607671092077],[120.40166517011978,32.12551672437103],[120.40194416977904,32.126046711660685],[120.40299417009047,32.12543672557732],[120.40354416991146,32.126746695380646],[120.40653616976358,32.125381727174556],[120.40662216997734,32.125406726867816],[120.40685217013112,32.12580571757557],[120.40734116985263,32.126805693793884],[120.40892017006863,32.12660569836204],[120.4129861696234,32.12568372005921],[120.41444416946551,32.125113733776736],[120.41463316961139,32.125373727667736],[120.41479417016816,32.126133709717834],[120.42214516947814,32.12498273689682],[120.42338216938734,32.125016735896345],[120.42330216991972,32.125786717407216],[120.42335217014846,32.12733668159832],[120.42340216947886,32.12739668002153],[120.42396116952057,32.1272956822348],[120.42665617017018,32.12602371219838],[120.42693616965441,32.125793717230515],[120.42705617020329,32.12540372638978],[120.42818316960934,32.12551172383309],[120.42819416947995,32.12607171117446],[120.428782169834,32.12605071176834],[120.42889216943892,32.127160685388084],[120.42954116989232,32.12713968623255],[120.42956017015892,32.12832965814725],[120.43027016981341,32.128368657044724],[120.43036916954759,32.128108663319445],[120.43051917023382,32.126898691229975],[120.4309481696808,32.12694869053916],[120.43101817000105,32.12787766865616],[120.43162616954828,32.12772767217387],[120.43137717002624,32.12593771444602],[120.43179616942759,32.12576771799496],[120.43175617014288,32.12547772501852],[120.43508916957872,32.123813763863204],[120.44087516981462,32.12070483668482],[120.4407451701182,32.11842589008379],[120.44280016963691,32.117661908041164],[120.44362817019052,32.1193508685958],[120.45250316946482,32.11586395035282],[120.45282217020535,32.11490297301857],[120.45312116995608,32.114822974811965],[120.45388616986216,32.114386985559875],[120.45589216987534,32.113427007678794],[120.45800517001868,32.11228303448681],[120.45867416966524,32.112071039316994],[120.4588131695824,32.11209103909773],[120.45892317008567,32.11334000968406],[120.46227116958998,32.112052040092294],[120.46233116986447,32.11204204057871],[120.46254116992671,32.11261202708624],[120.46249116969808,32.114150990761104],[120.46369716964509,32.11393899536388],[120.46376716996525,32.11372800077678],[120.46384616960799,32.111998041031946],[120.46545917015911,32.11134905685509],[120.46545116976317,32.110455077559195],[120.4658491701464,32.110354080045916],[120.46623816941053,32.11005308723848],[120.46676616949013,32.10984209204028],[120.46710516942389,32.1098000926025],[120.46727416947827,32.110110085388946],[120.47366916998472,32.10758214452156],[120.47463716938206,32.10721115371399],[120.47523216940883,32.106971159208335],[120.4782941695812,32.105791186749606],[120.4782941695812,32.105431195624476],[120.47820417006783,32.10521120077213],[120.47908117012689,32.10464921352204],[120.47970816994068,32.103937230606554],[120.481193169547,32.10327324625691],[120.48143216992159,32.10322324691448],[120.48287616951998,32.103369243761215],[120.48456017021624,32.10342324259844],[120.48465916995049,32.1022832692493],[120.49061616989069,32.102106273523425],[120.49127316984175,32.102184271643864],[120.49178216965481,32.1023522673106],[120.4932161701058,32.10139829023153]]]},"properties": {"name": "西来镇","cp": [120.420819,32.104482]}},{"type": "Feature","geometry": {"type": "Polygon","coordinates": [[[120.37979817016542,32.087316619832656],[120.38056916991928,32.087123624399325],[120.38081417014165,32.08693662900309],[120.38089916963212,32.08671563443478],[120.38086816966998,32.086479639669236],[120.38073416977569,32.08626764472892],[120.38041917013143,32.08595265203147],[120.38000216948159,32.08585665449055],[120.37997116951945,32.08579465599347],[120.38074316999645,32.08393869945482],[120.38139616974948,32.08290172353192],[120.38167016938588,32.082587730771934],[120.38182916939458,32.082587730771934],[120.38281916943156,32.08339771233153],[120.38341017015867,32.08322671571451],[120.38459017016645,32.08253373255823],[120.38490216943762,32.08223173928055],[120.3849821698036,32.08192174625705],[120.38489516976495,32.08174975055335],[120.38345617018942,32.080686775778986],[120.3834251702272,32.0805527786622],[120.38369516966564,32.07992379328035],[120.38378017005446,32.07948280410181],[120.38369317001586,32.07927780849931],[120.38274116961362,32.07830183110286],[120.38214216938887,32.07730985487926],[120.38171616941655,32.07697986205709],[120.38096317010434,32.07675786758561],[120.38023116981022,32.07617588110449],[120.38011316980952,32.07599488578554],[120.3800101698773,32.07557189568972],[120.37994217010524,32.075601894787255],[120.37947017010215,32.075807889694474],[120.37868316955647,32.07634787740055],[120.37867616988376,32.07644287484435],[120.37972316982217,32.077653846686836],[120.3797311702181,32.07774984447056],[120.379212169461,32.07830683118408],[120.37881716945078,32.07855182571102],[120.37837717013299,32.07867582259439],[120.37782716941382,32.07898281548664],[120.37708616979722,32.07813983561922],[120.37608616971445,32.078878817699845],[120.37500316979107,32.07952180255133],[120.37384016950178,32.080041790449286],[120.36990416964335,32.08121576284595],[120.3699691699407,32.08152375571381],[120.36855217010647,32.081960745948564],[120.36909416953148,32.08347271010447],[120.36876516964348,32.08369070533593],[120.36631216974156,32.084506686096745],[120.3661941697408,32.0844756867761],[120.36608516996081,32.08417669337782],[120.36537516940803,32.08426869150917],[120.36546216944669,32.08503167351047],[120.3654311694845,32.085410664559454],[120.36453316950909,32.085847654476474],[120.36273616973325,32.0865306383588],[120.36158816951256,32.08682663144082],[120.36045816973348,32.08691962926204],[120.35860816935588,32.086807632291276],[120.3586931697447,32.08584965464785],[120.35782917010445,32.086035649901014],[120.35763216956259,32.085313667117646],[120.3575141695618,32.085288667862464],[120.35636916971413,32.08580565542048],[120.35625716956115,32.085986651102125],[120.35605216952175,32.08603265041007],[120.3557681698396,32.085938652362145],[120.35455017019697,32.086195646447585],[120.35474617001556,32.08708462538425],[120.35374616993286,32.087326619767566],[120.35387116960636,32.087838607653],[120.34965816973849,32.08867558830742],[120.34920517000198,32.08876458631409],[120.3492781697969,32.08857459030191],[120.34924617000979,32.088374595594985],[120.34918816938524,32.08818359947263],[120.34900116978746,32.0881466010343],[120.3484571698143,32.08568065822632],[120.34825216977485,32.08568065822627],[120.34801816942313,32.08579165573026],[120.34793717013059,32.08565765924768],[120.34735416979942,32.085796655402035],[120.34708617001077,32.0852466685494],[120.34653516946663,32.08550566247707],[120.34677217019146,32.08600965075799],[120.345834170033,32.08640064175568],[120.34174816948847,32.08774661006967],[120.34112616969752,32.08804760332832],[120.34123316982763,32.08822259877621],[120.34135316947828,32.08972656325488],[120.34122816980482,32.089918559237866],[120.34059916944283,32.09026055146377],[120.34017016999577,32.090780539149016],[120.34015716957703,32.09104853287612],[120.34039316957858,32.091895512486076],[120.34010817007153,32.092572496753995],[120.34000517013936,32.09339047736178],[120.33955016985472,32.09387546633167],[120.33948717010553,32.094080461154256],[120.33972416993197,32.09487044308155],[120.33966117018284,32.09521343502011],[120.3393131700283,32.09569842344471],[120.33924316970811,32.09617141266329],[120.33929217011193,32.09766437766818],[120.3375631701081,32.09767937701678],[120.33578516970057,32.097345384846555],[120.33543716954603,32.09735838432764],[120.33316816976702,32.09666340110209],[120.33328016992,32.09633340890744],[120.33179716996358,32.09587641938769],[120.329466169362,32.09492644158825],[120.3293721696507,32.09645040622761],[120.32793916992296,32.09627840971137],[120.32625517012497,32.096226411160856],[120.32216416955754,32.09547942871867],[120.32197716995978,32.095509428131244],[120.32172216969167,32.096267410019834],[120.3199581695278,32.09596541722818],[120.3199141700452,32.09586741959979],[120.31761316958081,32.095254434331885],[120.31621216964018,32.09921234084455],[120.31395217008208,32.09912734288467],[120.30884217006363,32.09805336835062],[120.30805816989101,32.09888134878195],[120.30355316994505,32.098338361951505],[120.30258016962657,32.10002132197721],[120.30225016991366,32.10039631354459],[120.30192617004856,32.10063930759917],[120.30184817023077,32.10080530398026],[120.3012811697931,32.10042531293784],[120.30118316988377,32.100554309445414],[120.30087816938696,32.10042831271712],[120.30011616985391,32.10011132027614],[120.30019217002192,32.099986322868055],[120.29800516936037,32.098895348747654],[120.29967416998795,32.096384407422626],[120.29941117022223,32.09630540970498],[120.29951216960622,32.09604641518651],[120.29889116964019,32.09593541796317],[120.2995311698728,32.0949214416518],[120.29930816939172,32.094898441954975],[120.2974821702019,32.09479344478747],[120.29531217015712,32.09445645274473],[120.29473317002389,32.09428745702152],[120.29145216956836,32.09366647104239],[120.28982516967184,32.09612341394109],[120.28808716944735,32.09935433749833],[120.28699716985128,32.10066830691376],[120.28676216967462,32.100959300250715],[120.2851871696567,32.103645236953724],[120.28467016944775,32.104055227945935],[120.28430016955187,32.10457421560751],[120.28216516966728,32.10789013751948],[120.28202016990232,32.108173131179164],[120.28176616945912,32.10824912900173],[120.28129316963108,32.10892611305143],[120.2810871697668,32.10905011056607],[120.28066417016751,32.109665095726655],[120.28038316996015,32.11076607019818],[120.27978516956034,32.11188204362703],[120.27962416990187,32.111926043229886],[120.27923216936644,32.11266602576435],[120.2792811697702,32.11284002143441],[120.27951816959667,32.112871021021746],[120.2795491695588,32.11293401919338],[120.27887116969136,32.11426998761222],[120.27854017015362,32.114568980669404],[120.27824217022778,32.11499197132216],[120.27844716936887,32.11507196938076],[120.27846016978765,32.11521496548853],[120.27772517001885,32.11607894585243],[120.27748817019238,32.116154943941666],[120.27731417011509,32.11607894585238],[120.27460716977,32.11939286742585],[120.27419716969118,32.119217871591594],[120.27375716947513,32.119244870892445],[120.27326016935763,32.11991185539809],[120.2735601698316,32.1200418522384],[120.27264017011485,32.12110082753064],[120.27597017007594,32.122411796879526],[120.27856216989507,32.1233057762399],[120.27959217011498,32.12204780558319],[120.27964216944538,32.12200680612553],[120.27992316965279,32.12209780450714],[120.28135316990584,32.12274878922954],[120.28037316991461,32.12397775984113],[120.2821841699342,32.124779741518374],[120.28227416944755,32.1247797415184],[120.28291416968013,32.123790764580214],[120.28372516961697,32.12405075843679],[120.28437516989528,32.12309278112563],[120.28508616937467,32.12341277344896],[120.28470616943314,32.124242753775846],[120.2851661697406,32.12440275034382],[120.28439516998681,32.12560172209676],[120.2854771700853,32.12598271299066],[120.28730817019633,32.12685569238053],[120.28985016978675,32.127458678412665],[120.29005016980332,32.1274586784127],[120.29073117004378,32.127139686217895],[120.29440816943621,32.128336657760755],[120.29466516935415,32.128395656667024],[120.29268617000345,32.130907597424475],[120.29197316997593,32.13201057118598],[120.29190316965574,32.1324005626933],[120.29210316967233,32.13366953262002],[120.29256416980479,32.13474050715207],[120.29329416955079,32.1354514906448],[120.29433516964139,32.13613247493384],[120.29762916961744,32.138037430174656],[120.29816017007006,32.13843842095208],[120.2984701696915,32.13884841084155],[120.29861016943356,32.13920840252225],[120.29871116971594,32.139769389717294],[120.2985361698138,32.14038337528476],[120.29809016974997,32.141167356736574],[120.29691416994018,32.142429327087754],[120.29602816966027,32.14325430749939],[120.29877316964031,32.14458727635956],[120.29869116962456,32.14481727110144],[120.29983516964728,32.14508326478648],[120.30332716999008,32.14672422630967],[120.3042081702471,32.14709621715041],[120.30475916989293,32.1460372424067],[120.30557917005059,32.146259237336174],[120.30627117016166,32.14476027181124],[120.30911516987591,32.145685250312034],[120.30976517015424,32.144196285793555],[120.31219916978968,32.14560025227248],[120.31386116984625,32.142684320711744],[120.31474217010326,32.1430553126023],[120.31610217003607,32.14067636801901],[120.31617417000608,32.14056837027258],[120.31637516984756,32.140579370711],[120.31693516971421,32.13943039734483],[120.31319416984937,32.13812042787147],[120.3123181696152,32.13775243651652],[120.3130191699472,32.136793459016836],[120.31313916959775,32.13685445759406],[120.31360817012613,32.13601747733478],[120.32039017024697,32.136347469864305],[120.32094116989273,32.136278471635926],[120.32210216963394,32.13608047626435],[120.32564716968015,32.135176497298595],[120.32971416995811,32.13387552742786],[120.33024117021283,32.13376653043465],[120.33568416941884,32.132477560463286],[120.33917816941141,32.132533559489104],[120.34811016948545,32.13250455964586],[120.34964416949562,32.13253255915474],[120.35189817010425,32.13292654975553],[120.35350417008435,32.13311654553768],[120.3546611696276,32.13311054584523],[120.3585161701935,32.13259755811803],[120.36472316948065,32.1313065884276],[120.36923316944946,32.13045560778047],[120.37184017023554,32.12987662140161],[120.37075716941374,32.12670269607176],[120.37066117005259,32.12624770719745],[120.37063916941294,32.125744718453234],[120.370866170092,32.124303752385906],[120.37146316976852,32.12195080749571],[120.37147316981425,32.1213568219038],[120.37134616959264,32.12120682535342],[120.3709531701305,32.119868856324985],[120.37084116997752,32.119128873595955],[120.37082517008398,32.11851788795269],[120.37099016994041,32.1180948984223],[120.37127617017067,32.117385914581625],[120.37177816941268,32.116353938949125],[120.3719831694521,32.115630956360285],[120.37199917024394,32.11507396892271],[120.37192016970288,32.11438098538795],[120.37146316976839,32.113106015548134],[120.3713061694095,32.112005041141714],[120.37143216980624,32.11073907068165],[120.37166816980772,32.10955909821698],[120.37197316940622,32.108775116792735],[120.37228316992595,32.10826412890443],[120.3724551694551,32.10798013568306],[120.37329016968133,32.106800163326696],[120.37339017013872,32.104764211075036],[120.37379116999671,32.10349024076126],[120.37401216992966,32.10234226748323],[120.37420816974817,32.100879302011556],[120.37418716983173,32.10047331168496],[120.37413016993035,32.09937933748011],[120.37453116978823,32.09519343535171],[120.37478316968333,32.09421145824345],[120.37537816971006,32.093283479977956],[120.37694216985736,32.09088653639663],[120.3788161696261,32.09149452193072],[120.37932716998729,32.09134552581388],[120.37950117006451,32.09115652986885],[120.37954816992016,32.09096953435387],[120.37942116969859,32.09014355383084],[120.37905917019864,32.08968656455234],[120.37855516951016,32.08923757490199],[120.37806016994081,32.08904857916316],[120.37800416986431,32.088938581861925],[120.37819317001016,32.08849759279801],[120.3786111695866,32.08783860765562],[120.37903417008422,32.08740461833283],[120.37979817016542,32.087316619832656]]]},"properties": {"name": "季市镇"}},{"type": "Feature","geometry": {"type": "Polygon","coordinates": [[[120.32206416999763,32.050670478591705],[120.32232916941315,32.050657479323334],[120.32303616959291,32.04992049628437],[120.32452216992239,32.048884520334525],[120.32512016942385,32.0482715352375],[120.32557616953349,32.04758055087536],[120.32655416987485,32.0470165645701],[120.3274511700254,32.04597958872954],[120.3278761701728,32.045713594910914],[120.32847416967431,32.045197607354],[120.32890717021769,32.044691619204336],[120.32976816948491,32.04413863172257],[120.33043416965677,32.043812639424765],[120.3307511698492,32.043545645613264],[120.33098816967563,32.04315365509043],[120.33211316943182,32.042441671336285],[120.33208116964474,32.04213067917377],[120.33022117011971,32.04058071531784],[120.32943016937602,32.04025472253309],[120.32893116960875,32.03995272975585],[120.32868116936346,32.03972573536619],[120.32827117018293,32.03903275154469],[120.32804017020426,32.038963752901296],[120.32716916999298,32.039033751381055],[120.32678817022648,32.038973752796096],[120.32649816979826,32.03876075754013],[120.32598416996235,32.03797277632837],[120.32577016970207,32.03780178006561],[120.32510916955303,32.03751778645307],[120.32454816986149,32.03702979823513],[120.3240631694396,32.036835802661535],[120.32310716973777,32.03665680689913],[120.32253816965031,32.03640581290715],[120.32247816937578,32.035834826427035],[120.32325016985291,32.035770827780546],[120.32374516942224,32.035588831837224],[120.3239411701391,32.03522584026627],[120.3238971697582,32.03505184456432],[120.32253416945228,32.03495084673229],[120.32192216970714,32.03510084323838],[120.32131917018272,32.03515584192105],[120.32118016936727,32.0350998433589],[120.32066016968362,32.0358998248993],[120.32107216941223,32.036112819957204],[120.3210111702112,32.03620281796679],[120.32157216990274,32.03647281146466],[120.32089016983737,32.03713679596295],[120.31911917000083,32.038520763009686],[120.3157741699712,32.04096870617339],[120.31507316963926,32.041688689183395],[120.3142991695124,32.041769687260285],[120.31397916984518,32.04191668384101],[120.31413117018123,32.0421676779545],[120.31305016990764,32.04257466814488],[120.31259717017113,32.042194677180014],[120.31243817016247,32.042294674835006],[120.31195516939036,32.04178468664226],[120.31066116957979,32.042509669842026],[120.3100141696745,32.04289466075528],[120.30804816984428,32.04399163490025],[120.30337817004197,32.046862568021574],[120.30420116967429,32.04748755339488],[120.3042671697966,32.04772954750376],[120.30409017024459,32.048089539016075],[120.30449716995041,32.0486715252943],[120.30484916940458,32.04893751965355],[120.30406116993228,32.04994249615746],[120.30518817023675,32.05502737710681],[120.30188917023783,32.05677633605217],[120.3018341699863,32.056805334821114],[120.30156916967238,32.056125350898306],[120.29969417007875,32.05660433948909],[120.29947416997075,32.05770131451854],[120.29977216989661,32.05858429338988],[120.29630416984331,32.059189279469656],[120.2993611699929,32.062127210434376],[120.29648516959335,32.06347417867204],[120.29293316987452,32.065024142282354],[120.28389016947243,32.067874075678475],[120.28411416977848,32.071088000418115],[120.28371816994334,32.07107700073992],[120.28356216940938,32.07095600343169],[120.28308316973362,32.07053201336826],[120.2830601701674,32.07026701962704],[120.28024216949414,32.07098800301812],[120.27727317010645,32.07140999276259],[120.27735017009933,32.07181698305814],[120.27496216959636,32.07207597697714],[120.27397716958227,32.07272396210592],[120.2726821699468,32.072709962696486],[120.27075316992651,32.07311795275926],[120.26618916953105,32.074074930417595],[120.26611116971321,32.07354994249177],[120.26409516965428,32.07373193830213],[120.26082716961751,32.073872935518054],[120.26102417015925,32.069372040716566],[120.2610801702357,32.06770307971018],[120.26095416983901,32.06659210551918],[120.26082616979242,32.06315718669742],[120.2609171700289,32.05712432752048],[120.26065017006512,32.053549411287754],[120.26057516972206,32.050522482646564],[120.2616381695539,32.05050048291102],[120.26157216943162,32.04947250673831],[120.26147716989544,32.04913951479732],[120.26150516948448,32.048797522553876],[120.26053416971412,32.0487135246508],[120.2605241696683,32.04606958693121],[120.25665317010719,32.04644757752751],[120.25329016963586,32.04657857433919],[120.2517911697859,32.04673657113386],[120.24993316991069,32.04665157310873],[120.24996716934758,32.04728655814808],[120.25047117003605,32.04812553869292],[120.25101116981126,32.04870752474223],[120.2509381700163,32.050090492267095],[120.25098216949898,32.0503004871467],[120.25149816988304,32.051000471167015],[120.25158816939644,32.05240443789538],[120.25093916984129,32.05360241019024],[120.25044517009694,32.05395840198625],[120.25027816969232,32.05426739421095],[120.25027216984455,32.0545403882474],[120.25042816948017,32.054957378670395],[120.25110616934761,32.055433367551885],[120.25106617006298,32.05566236188678],[120.25001816940136,32.05562736254023],[120.24980216949126,32.05575635984744],[120.24979616964345,32.05600035423323],[120.25035116948729,32.05629434712842],[120.25047216986114,32.05644334327578],[120.25061716962608,32.056993330576276],[120.25042316945732,32.0571993255279],[120.25011217001104,32.057254324637455],[120.24999616966008,32.05734232238261],[120.25000816935564,32.05853229470641],[120.24994116940844,32.059391274822204],[120.25050117017346,32.05975126613608],[120.25039116967035,32.060306252887834],[120.25044616992193,32.06087824009582],[120.25020716954737,32.061249230987464],[120.25013016955447,32.061554223827386],[120.25018516980604,32.06175421935401],[120.25030816982964,32.0618662165666],[120.25103916940058,32.06212721042926],[120.25110016949995,32.06226620734099],[120.25107816975863,32.06251020111322],[120.25090016948343,32.06272019641778],[120.250229170187,32.06308718763438],[120.25005816958445,32.06335318195756],[120.24999216946226,32.06470615003251],[120.25025716977615,32.06650010786763],[120.25007416947803,32.06701009611007],[120.2500631696074,32.06724309079058],[120.2498801702076,32.067565082971925],[120.24814516945776,32.069185044781335],[120.24806016996726,32.069553036203644],[120.24799616949488,32.06975703203525],[120.24778516960765,32.06994602731942],[120.24733517024417,32.07019002191834],[120.24727417014482,32.07118399824121],[120.24694716990669,32.07220997433671],[120.24610417018285,32.07241596927408],[120.24586116961028,32.07266096360232],[120.2458281699983,32.07309295321077],[120.24589116974754,32.07356594221108],[120.24611116985552,32.07437992311124],[120.24605016975619,32.07451392014205],[120.24511816944553,32.07541889867874],[120.24497517022871,32.07551289688879],[120.24379416949776,32.07540189908107],[120.24368916991573,32.075451898425584],[120.24357716976274,32.07571289233764],[120.24350516979275,32.07623987964347],[120.24364316988503,32.077294855216756],[120.24357116991497,32.07756684885554],[120.24320617004203,32.07795483967935],[120.24312317020134,32.07832683073202],[120.24318916942532,32.0793148074686],[120.24312817022425,32.07951980298809],[120.24211916992068,32.080684775479085],[120.24095917000449,32.0829227229532],[120.2403291698176,32.08397369860778],[120.23881616972395,32.084998674163984],[120.23845616987384,32.08548666304186],[120.23795717010658,32.08680763227854],[120.23793016944414,32.088006603813554],[120.23776416976273,32.08864558892229],[120.2371321699261,32.09003255627042],[120.23595716994123,32.09171451708132],[120.2357961693844,32.09207050892508],[120.2358291698947,32.092215505316716],[120.23602416988837,32.09244149959063],[120.23594617007058,32.09286348999506],[120.23501217011014,32.09427345710328],[120.23459016943744,32.09505143906131],[120.236148169737,32.09598141682222],[120.23666716959578,32.09540043020942],[120.23943417021543,32.09651940411894],[120.23859416996632,32.09745938250614],[120.23816516962094,32.098219364096884],[120.23871516944187,32.098639354555175],[120.23756616939626,32.100819303645274],[120.239194170016,32.10133829143283],[120.23860516983704,32.10288825530638],[120.23809617002404,32.10278825693349],[120.23783616973299,32.10319824796826],[120.23787716974091,32.10327824570741],[120.24078316937938,32.10474721159569],[120.24272116962058,32.105506193550646],[120.24324217002754,32.10564719044502],[120.2439291701158,32.105865185274304],[120.24607716952097,32.1069951587392],[120.24701717022752,32.107365149813226],[120.24709716969514,32.10753414568982],[120.24661717019444,32.10845512411955],[120.24659916975276,32.108648120143066],[120.2466071701487,32.10872411833116],[120.24701717022752,32.10896411203407],[120.24896516961614,32.10980409263548],[120.25439216982706,32.11241403131356],[120.25983816940618,32.11534196287956],[120.26034916976738,32.11556695723399],[120.2618531696402,32.116476936504135],[120.26395917011091,32.11751591196495],[120.26413917003597,32.11757590999777],[120.2646091694909,32.117525911639895],[120.2648891698734,32.116905925922225],[120.2652891699065,32.1170269232558],[120.26514917016443,32.11752691137916],[120.26519916949478,32.11756591032849],[120.26882916992983,32.11884888034461],[120.26902916994635,32.11841889043851],[120.26886917011281,32.118318893097154],[120.26948916935562,32.1175589106358],[120.26963516984374,32.117611909712075],[120.26982917001254,32.117729906898965],[120.26939817001727,32.11818089594715],[120.26894916958042,32.11888887921418],[120.26955916967583,32.11914887334133],[120.2697391696009,32.11930886971025],[120.27102917011179,32.11777990590614],[120.2719101694705,32.118240895064766],[120.27277016981117,32.11881188139408],[120.27375716947513,32.119244870892445],[120.27419716969118,32.119217871591594],[120.27460716977,32.11939286742585],[120.27731417011509,32.11607894585238],[120.27748817019238,32.116154943941666],[120.27772517001885,32.11607894585243],[120.27846016978765,32.11521496548853],[120.27844716936887,32.11507196938076],[120.27824217022778,32.11499197132216],[120.27854017015362,32.114568980669404],[120.27887116969136,32.11426998761222],[120.2795491695588,32.11293401919338],[120.27951816959667,32.112871021021746],[120.2792811697702,32.11284002143441],[120.27923216936644,32.11266602576435],[120.27962416990187,32.111926043229886],[120.27978516956034,32.11188204362703],[120.28038316996015,32.11076607019818],[120.28066417016751,32.109665095726655],[120.2810871697668,32.10905011056607],[120.28129316963108,32.10892611305143],[120.28176616945912,32.10824912900173],[120.28202016990232,32.108173131179164],[120.28216516966728,32.10789013751948],[120.28430016955187,32.10457421560751],[120.28467016944775,32.104055227945935],[120.2851871696567,32.103645236953724],[120.28676216967462,32.100959300250715],[120.28699716985128,32.10066830691376],[120.28808716944735,32.09935433749833],[120.28982516967184,32.09612341394109],[120.29145216956836,32.09366647104239],[120.29473317002389,32.09428745702152],[120.29531217015712,32.09445645274473],[120.2974821702019,32.09479344478747],[120.29930816939172,32.094898441954975],[120.2995311698728,32.0949214416518],[120.29889116964019,32.09593541796317],[120.29951216960622,32.09604641518651],[120.29941117022223,32.09630540970498],[120.29967416998795,32.096384407422626],[120.29800516936037,32.098895348747654],[120.30019217002192,32.099986322868055],[120.30011616985391,32.10011132027614],[120.30087816938696,32.10042831271712],[120.30118316988377,32.100554309445414],[120.3012811697931,32.10042531293784],[120.30184817023077,32.10080530398026],[120.30192617004856,32.10063930759917],[120.30225016991366,32.10039631354459],[120.30258016962657,32.10002132197721],[120.30355316994505,32.098338361951505],[120.30805816989101,32.09888134878195],[120.30884217006363,32.09805336835062],[120.31395217008208,32.09912734288467],[120.31621216964018,32.09921234084455],[120.31761316958081,32.095254434331885],[120.3199141700452,32.09586741959979],[120.3199581695278,32.09596541722818],[120.32172216969167,32.096267410019834],[120.32197716995978,32.095509428131244],[120.32216416955754,32.09547942871867],[120.32625517012497,32.096226411160856],[120.32793916992296,32.09627840971137],[120.3293721696507,32.09645040622761],[120.329466169362,32.09492644158825],[120.33179716996358,32.09587641938769],[120.33328016992,32.09633340890744],[120.33316816976702,32.09666340110209],[120.33543716954603,32.09735838432764],[120.33578516970057,32.097345384846555],[120.3375631701081,32.09767937701678],[120.33929217011193,32.09766437766818],[120.33924316970811,32.09617141266329],[120.3393131700283,32.09569842344471],[120.33966117018284,32.09521343502011],[120.33972416993197,32.09487044308155],[120.33948717010553,32.094080461154256],[120.33955016985472,32.09387546633167],[120.34000517013936,32.09339047736178],[120.34010817007153,32.092572496753995],[120.34039316957858,32.091895512486076],[120.34015716957703,32.09104853287612],[120.34017016999577,32.090780539149016],[120.34059916944283,32.09026055146377],[120.34122816980482,32.089918559237866],[120.34135316947828,32.08972656325488],[120.34123316982763,32.08822259877621],[120.34112616969752,32.08804760332832],[120.34104117020705,32.08790560660177],[120.34067916980871,32.087731610612195],[120.34017417019366,32.08730761995982],[120.34009817002571,32.08713362435382],[120.34009817002568,32.08692862916684],[120.34039716977644,32.086647636052845],[120.34041117002016,32.086442640536795],[120.3401431702315,32.0859386523605],[120.33949516960301,32.08549866260894],[120.33899517001076,32.08368770500395],[120.33907016945551,32.08349570962973],[120.33945016939711,32.0831047191429],[120.33945016939708,32.08288572391765],[120.33870916978046,32.08250573293132],[120.33874016974264,32.082287737917994],[120.33897716956905,32.081988744973344],[120.33932516972364,32.0818157492657],[120.33959316951218,32.081486756859455],[120.33966916968014,32.081031767191504],[120.33959316951218,32.08087077135884],[120.33926216997445,32.08076377377305],[120.33891416981984,32.08074477412454],[120.33759216952183,32.08039978238522],[120.33762316948399,32.079501803246536],[120.33749416961253,32.07926480872437],[120.3368331694635,32.07877382038854],[120.3368021695014,32.07854182557001],[120.33702516998247,32.07834983004287],[120.33718116961809,32.07831883091751],[120.337337170152,32.078069836604044],[120.33719417003682,32.07750285047974],[120.33729216994614,32.07698186241845],[120.33647116996356,32.07702986129504],[120.33622116971829,32.07687286524031],[120.3357961695708,32.07578489051059],[120.33547916937842,32.074588918364135],[120.33522917003144,32.07427192609796],[120.33521116958975,32.073707939150474],[120.33496117024285,32.07290495781706],[120.33420217018453,32.072288972341056],[120.33421916990292,32.071753984699754],[120.33416016945343,32.07154599006964],[120.33349616982971,32.070906004678676],[120.33327316934857,32.070134022725355],[120.33294216981078,32.069866029331955],[120.33239316981476,32.068876052710564],[120.33209317023906,32.06789607504784],[120.33150816935974,32.06739108709573],[120.33142816989212,32.06679410128426],[120.33127216935819,32.06660610587258],[120.33089216941656,32.066525107701935],[120.33067317003176,32.066289113337355],[120.33049916995448,32.06562912840637],[120.33023117016583,32.06536013444271],[120.32980716984335,32.06457515329692],[120.32941617003105,32.06411616419559],[120.32845316975822,32.06213421057175],[120.32817616974882,32.061802217858116],[120.32719816940732,32.059802265281256],[120.32605017008494,32.057995307279974],[120.32579516981677,32.05743932057718],[120.32559016977736,32.05722132518359],[120.32485316946034,32.05605635296067],[120.32455916973245,32.055375368381476],[120.32453617016625,32.055204372651524],[120.32430017016466,32.05489137960853],[120.32385716957558,32.05451138876834],[120.32332116999834,32.05390040340363],[120.32274117004019,32.053109421754826],[120.32212416937377,32.051521458779156],[120.32206416999763,32.050670478591705]]]},"properties": {"name": "孤山镇"}},{"type": "Feature","geometry": {"type": "Polygon","coordinates": [[[120.18390916955173,32.03544083510559],[120.1871091698163,32.0286449942723],[120.18898416940986,32.024100100761366],[120.1910111702377,32.01856523012625],[120.19245817020912,32.018813224855265],[120.19278916974699,32.017771249158656],[120.19187816935268,32.01766825117325],[120.19219416972015,32.01685027044977],[120.19143717021004,32.01666527475131],[120.19140016950178,32.01658527663983],[120.19152916937318,32.01615528702249],[120.19106016974315,32.0160552890061],[120.19135017017133,32.015125311215805],[120.18991417007054,32.0149483151156],[120.18986416984177,32.01488131680818],[120.1905401700594,32.01309335869589],[120.19070917011378,32.013071359107364],[120.19282516973186,32.01353334783438],[120.19305716953545,32.013091358456826],[120.19520716948867,32.0101504269487],[120.19555516964319,32.0095814408897],[120.19613016957852,32.00958944062989],[120.19609216994365,32.01020042614528],[120.19706017023933,32.0102274256545],[120.19709816987414,32.00960244039664],[120.1979221702298,32.00961343984625],[120.19766216993874,32.00841946779402],[120.19751217015089,32.008276470699286],[120.19382216944143,32.00792147971163],[120.19297516951956,32.00780448188506],[120.1927561701348,32.007663485712214],[120.19019216990472,32.007409491713446],[120.19002316985032,32.00783948123066],[120.18912516987491,32.007731484141694],[120.18844816983233,32.00774448341001],[120.18858017007685,32.008473466328944],[120.18546916950062,32.008716460870104],[120.18459917001258,32.00878945935202],[120.1841001693469,32.0073304933219],[120.18380116959621,32.006920502874564],[120.18316316991171,32.007002500653606],[120.18321317014043,32.00731249384289],[120.18285417011519,32.00740249120229],[120.18262516978638,32.00699350126316],[120.1821071697525,32.007044500082074],[120.18178717008534,32.006245518879965],[120.17680216974038,32.00711449857864],[120.17757017001959,32.010392421463834],[120.15921717015001,32.01482731747415],[120.15259817023586,32.01641128055932],[120.1362181698692,32.02035118877969],[120.13210116936247,32.0213371654791],[120.13188117015272,32.02097717388434],[120.13164216977812,32.020920174996604],[120.1308711700243,32.020974173783316],[120.12783616961606,32.02086017673],[120.1268761697163,32.021100171082225],[120.12585016969436,32.02116716941231],[120.12498716987893,32.02131516634568],[120.12498716987893,32.021225168177196],[120.1236591697332,32.021366164811475],[120.1236801696496,32.021486162165196],[120.1204211698337,32.02199214983603],[120.12034616949065,32.02208514807735],[120.12045517016887,32.02235914138075],[120.11936817004752,32.02262013518476],[120.11911816980226,32.02207014851467],[120.1180801700847,32.022114147173674],[120.11823016987259,32.0229011292615],[120.11767216965573,32.023032125490005],[120.117192170155,32.02309212461861],[120.11697217004695,32.02218214554426],[120.11660516962584,32.02218814566685],[120.11671316958088,32.02273213306515],[120.11446716936818,32.02381410729469],[120.11483616943913,32.025453069569004],[120.11347416985652,32.02578806156778],[120.11283916964676,32.025944057726186],[120.11256917020835,32.024604089231424],[120.11175816937318,32.02494608122097],[120.11054317010361,32.02526007382876],[120.10991616939151,32.02529307262794],[120.10983816957372,32.025926058094775],[120.10995216937654,32.02655604307744],[120.11020316944678,32.027215028063246],[120.10872316986327,32.027560020090775],[120.10819616960863,32.027536020243666],[120.10759116953611,32.027659017774894],[120.10576016942505,32.028157005980006],[120.1056001695915,32.02766701745979],[120.10294517002316,32.028329001928356],[120.10223117017074,32.0284269995907],[120.10028616935861,32.02867699341656],[120.10005716992804,32.028488998135145],[120.09976616967488,32.02797801000749],[120.0987371701782,32.02748802129126],[120.09842816948337,32.02706203168501],[120.09799817021138,32.02710803016466],[120.09669816965463,32.02451809122573],[120.08927316982654,32.027376023893105],[120.08913317008448,32.027256026638625],[120.08566616985613,32.02877499146663],[120.08251116979729,32.0300509617959],[120.08192417016643,32.030316955428155],[120.08209516987066,32.03070094665966],[120.08154616987468,32.03094794059693],[120.0814341697217,32.03094994044645],[120.0811841694764,32.03061994792922],[120.07584417020257,32.03265490061207],[120.07600417003616,32.033024891789395],[120.07485316944239,32.033303885372575],[120.07467417024053,32.03302389188723],[120.07288316941417,32.03350188116269],[120.07348316946381,32.03468185317351],[120.07341317004192,32.03477185106651],[120.07079216991052,32.03561883107468],[120.07066217021416,32.03575782789246],[120.07082217004775,32.03617781820595],[120.07065217016844,32.03625781596119],[120.06995116983647,32.03633681454201],[120.06970116959123,32.03567682982717],[120.0692711694209,32.03570682906252],[120.06915516996825,32.0356518307107],[120.06892016979158,32.03504584449588],[120.0676901695551,32.0352648392831],[120.06765816976808,32.035497834083586],[120.06777016992106,32.035953823205396],[120.06736016984219,32.036033821156266],[120.06719917018373,32.03538383682903],[120.06615817009312,32.03553183363792],[120.06603916936909,32.03526183964995],[120.06592217009158,32.03523884017602],[120.06552516953323,32.03541583591221],[120.06502716959086,32.03550983410672],[120.06420716943316,32.035535833136514],[120.06333617012024,32.03568782995338],[120.06368716974954,32.03690780093717],[120.06245516986323,32.03698579909834],[120.06239516958877,32.037465787960656],[120.0612271701749,32.03747578801901],[120.05988317013559,32.03755178599101],[120.06006317006063,32.03637181364949],[120.05755016988418,32.03671780531312],[120.05742517021068,32.035090843654125],[120.05728916976823,32.0348178502414],[120.05703617004825,32.03460385533249],[120.04699517011154,32.03755678601433],[120.04716616981585,32.03790577807738],[120.04846717019747,32.04060871403963],[120.05070116981629,32.03997372912532],[120.05037016938016,32.03888375443507],[120.05212316967342,32.038466764639615],[120.05173216986108,32.03748678716735],[120.05276416973089,32.0372487928178],[120.05330517022932,32.03917874808731],[120.05363516994215,32.039159748176374],[120.05331516937679,32.0415686916192],[120.0536551700337,32.04189868427602],[120.05381516986733,32.043199653834016],[120.05321516981765,32.04316765442525],[120.05312516940599,32.04383763856799],[120.05155316976108,32.043804639597774],[120.05160316998982,32.044104632289134],[120.05268416936507,32.04413663213179],[120.05269416941083,32.04443662449656],[120.05147316939515,32.04449362321632],[120.0520441700308,32.04492561336243],[120.05255916969158,32.04561259738994],[120.05388617001246,32.04749755309364],[120.05443716965831,32.04853952867321],[120.05459716949191,32.04852952906191],[120.05475817004873,32.04862952664897],[120.05499816934994,32.048580527601324],[120.05503816953289,32.04851052956892],[120.05731116950979,32.04790454395158],[120.05799616994825,32.05005549305327],[120.05606916957778,32.050891473458],[120.05631016960221,32.051211465925576],[120.05699116984273,32.05257243444199],[120.05744117010455,32.05312342109085],[120.05888916990101,32.056817335071],[120.05966516967774,32.05871629069638],[120.06008516980232,32.05891728595627],[120.062187170075,32.058910285576026],[120.06716116965094,32.057008330489595],[120.0672721699791,32.058868287088934],[120.06888316998212,32.06156922375434],[120.07110417008047,32.060612246169704],[120.0741271698949,32.06501514247959],[120.07529716985701,32.06604611850243],[120.07607716983166,32.06535713500795],[120.07711816992227,32.066128116637906],[120.07589816973152,32.06715609294551],[120.0776181695145,32.06799807255808],[120.07658817019289,32.06891705163364],[120.076948170043,32.069247043868636],[120.07655817005568,32.069566035814084],[120.0773981694065,32.07032701822678],[120.07781816953106,32.0702380205367],[120.08053917011996,32.07101000237344],[120.0815111697153,32.07155798914588],[120.08164916980755,32.07166098740703],[120.08109916998666,32.072129976019696],[120.08150917006547,32.07242996871108],[120.0819991696119,32.07196098011463],[120.08224916985716,32.072210973793354],[120.08180916964113,32.072609964766905],[120.08550816967319,32.07435892397925],[120.08929816994176,32.07599388556101],[120.090018169642,32.07647487400277],[120.0905871697295,32.07668386902429],[120.0911671696876,32.076164881246726],[120.090787169746,32.075844889291325],[120.09211716954157,32.07475591429999],[120.09237617000768,32.074915910801096],[120.0929361698743,32.07441592232802],[120.09405516978276,32.07525590243633],[120.09511517013989,32.074285925242805],[120.09827216984864,32.07660587120853],[120.0973631700025,32.07749584997419],[120.09875216934934,32.0769458634095],[120.0977631700356,32.07799583834895],[120.09828316971935,32.078415828906216],[120.09838216945349,32.07856582495745],[120.09837317013097,32.07879982004126],[120.10012116950304,32.07910481295894],[120.1003411696111,32.079054814089915],[120.10065016940754,32.07829583158382],[120.10077016995643,32.07813583566979],[120.10091016969854,32.07811583606573],[120.10634416958212,32.080303784315355],[120.10687716968462,32.080457780893255],[120.11089916975676,32.0814817569277],[120.11159417024099,32.081720751292245],[120.11980417006673,32.08508467241177],[120.12216917010511,32.085982651500515],[120.12492116975788,32.086859630850014],[120.12653017011108,32.08733761974976],[120.13327516952367,32.08903857938813],[120.1349931696568,32.089551567621164],[120.13986917022181,32.09095953478963],[120.14242216968294,32.09157552002492],[120.14331916983343,32.089714564232715],[120.1441171693514,32.08826359816237],[120.14323017014495,32.08803460326258],[120.14328016947537,32.08792560556509],[120.14287016939653,32.087825608317175],[120.14330016956684,32.08602565056059],[120.14411716935139,32.08622364567813],[120.14370916982077,32.08796460497969],[120.1441771696259,32.08808360248544],[120.14435716955096,32.08670363425211],[120.14626217018012,32.086300643579115],[120.14614116980631,32.087570614383566],[120.1472591698898,32.0874986156095],[120.14764817005225,32.08742761760842],[120.1477171696492,32.08732761981558],[120.14787716948275,32.086357642853386],[120.14810716963656,32.08610764828359],[120.15070916950141,32.08592265250117],[120.15205316954072,32.08595565226197],[120.15350117023539,32.085988651249686],[120.15364017015257,32.08541766441118],[120.15377016984895,32.0854476640831],[120.15420116984409,32.08403269725254],[120.15398917013196,32.083977698263524],[120.154498169945,32.08252773256128],[120.1543661697005,32.08225773871166],[120.15475616968787,32.080996768399906],[120.15356016978654,32.08075977394797],[120.15465716995362,32.07795783942583],[120.15441716975411,32.07782884222228],[120.15500517010813,32.07681786649103],[120.15516516994171,32.076897864494654],[120.15564016941954,32.07606388388506],[120.15599216977202,32.075445897978845],[120.15554417005838,32.075276902113046],[120.15577316948892,32.07481691323409],[120.15627116943125,32.07502590823988],[120.15801617022687,32.07297295650422],[120.15886216942546,32.07328594933557],[120.1592921695958,32.07313095263048],[120.15970417022275,32.072876958271976],[120.15990116986622,32.07266596322205],[120.16029417022665,32.07207097730393],[120.16042916994581,32.07171898540218],[120.1617511702438,32.07051901386424],[120.16289617009144,32.06981103017504],[120.16346316963082,32.070427016358245],[120.16379516989184,32.0702360207934],[120.16329416957645,32.06960103516534],[120.16626117021255,32.06802907214711],[120.1690981693557,32.0646901502748],[120.16982416980203,32.06369617340709],[120.17077816985399,32.06409516422931],[120.17084616962607,32.06396516769693],[120.170958169779,32.06375217274495],[120.17006516982646,32.06334218210191],[120.1713511701394,32.061577223532446],[120.17231117003912,32.060769241985206],[120.17351816981106,32.05830729995982],[120.17367017014699,32.0578183110297],[120.17425517012798,32.05618634929632],[120.17452416974145,32.05499637767502],[120.17518216951737,32.05512537434919],[120.17534116952609,32.054495389504496],[120.17552116945116,32.0543853917421],[120.17561116986279,32.054054399511855],[120.17590016956778,32.05413439763333],[120.17618016995029,32.05328041757755],[120.17621916941005,32.053163420579835],[120.17666816984692,32.05331341693805],[120.17858816964636,32.049866497799165],[120.17856116988217,32.049800498864556],[120.1773351698436,32.04928251129548],[120.17625816976803,32.04906451626483],[120.1787211697156,32.04383563901319],[120.1790861695886,32.043250652310604],[120.1797531695854,32.043609644139266],[120.18004717021154,32.04301965778928],[120.17940516943081,32.042759664042855],[120.18243216944309,32.03835076759988],[120.18368517014405,32.03590582487042],[120.18390916955173,32.03544083510559]]]},"properties": {"name": "生祠镇"}},{"type": "Feature","geometry": {"type": "Polygon","coordinates": [[[120.20550816971638,32.009733437357134],[120.20042216998739,32.00964643894898],[120.2003841694542,32.00841146795207],[120.19801316956806,32.00852446508728],[120.19810116943158,32.00937144555782],[120.19870116948124,32.00937244571817],[120.1986971701816,32.009623439898775],[120.1979221702298,32.00961343984625],[120.19709816987414,32.00960244039664],[120.19706017023933,32.0102274256545],[120.19609216994365,32.01020042614528],[120.19613016957852,32.00958944062989],[120.19555516964319,32.0095814408897],[120.19520716948867,32.0101504269487],[120.19305716953545,32.013091358456826],[120.19282516973186,32.01353334783438],[120.19070917011378,32.013071359107364],[120.1905401700594,32.01309335869589],[120.18986416984177,32.01488131680818],[120.18991417007054,32.0149483151156],[120.19135017017133,32.015125311215805],[120.19106016974315,32.0160552890061],[120.19152916937318,32.01615528702249],[120.19140016950178,32.01658527663983],[120.19143717021004,32.01666527475131],[120.19219416972015,32.01685027044977],[120.19187816935268,32.01766825117325],[120.19278916974699,32.017771249158656],[120.19245817020912,32.018813224855265],[120.1910111702377,32.01856523012625],[120.18898416940986,32.024100100761366],[120.1871091698163,32.0286449942723],[120.18390916955173,32.03544083510559],[120.18368517014405,32.03590582487042],[120.18243216944309,32.03835076759988],[120.17940516943081,32.042759664042855],[120.18004717021154,32.04301965778928],[120.1797531695854,32.043609644139266],[120.1790861695886,32.043250652310604],[120.1787211697156,32.04383563901319],[120.17625816976803,32.04906451626483],[120.1773351698436,32.04928251129548],[120.17856116988217,32.049800498864556],[120.17858816964636,32.049866497799165],[120.17666816984692,32.05331341693805],[120.17621916941005,32.053163420579835],[120.17618016995029,32.05328041757755],[120.17590016956778,32.05413439763333],[120.17561116986279,32.054054399511855],[120.17552116945116,32.0543853917421],[120.17534116952609,32.054495389504496],[120.17518216951737,32.05512537434919],[120.17452416974145,32.05499637767502],[120.17425517012798,32.05618634929632],[120.17367017014699,32.0578183110297],[120.17351816981106,32.05830729995982],[120.17231117003912,32.060769241985206],[120.1713511701394,32.061577223532446],[120.17006516982646,32.06334218210191],[120.170958169779,32.06375217274495],[120.17084616962607,32.06396516769693],[120.17077816985399,32.06409516422931],[120.16982416980203,32.06369617340709],[120.1690981693557,32.0646901502748],[120.16626117021255,32.06802907214711],[120.16329416957645,32.06960103516534],[120.16379516989184,32.0702360207934],[120.16346316963082,32.070427016358245],[120.16289617009144,32.06981103017504],[120.1617511702438,32.07051901386424],[120.16042916994581,32.07171898540218],[120.16029417022665,32.07207097730393],[120.15990116986622,32.07266596322205],[120.15970417022275,32.072876958271976],[120.1592921695958,32.07313095263048],[120.15886216942546,32.07328594933557],[120.15801617022687,32.07297295650422],[120.15627116943125,32.07502590823988],[120.15577316948892,32.07481691323409],[120.15554417005838,32.075276902113046],[120.15599216977202,32.075445897978845],[120.15564016941954,32.07606388388506],[120.15516516994171,32.076897864494654],[120.15500517010813,32.07681786649103],[120.15441716975411,32.07782884222228],[120.15465716995362,32.07795783942583],[120.15356016978654,32.08075977394797],[120.15475616968787,32.080996768399906],[120.1543661697005,32.08225773871166],[120.154498169945,32.08252773256128],[120.15398917013196,32.083977698263524],[120.15420116984409,32.08403269725254],[120.15507616935504,32.08418569353261],[120.15486717001603,32.08489667655612],[120.15658216977607,32.08509267240891],[120.15635216962238,32.086143647465455],[120.15754916934851,32.08624064554784],[120.1577181694029,32.08550066276937],[120.15803717014347,32.08543966412126],[120.1601511701117,32.08566665849797],[120.16058016955878,32.08449568648921],[120.16056016946732,32.084355689775975],[120.16026116971656,32.08434668961569],[120.16058916977961,32.083315713676456],[120.16084816934739,32.08338571247587],[120.16136717010446,32.0819147468527],[120.16329117010191,32.08275172696142],[120.16971116982451,32.084149694342955],[120.17098316989373,32.08452468560325],[120.17050816951765,32.085667658587],[120.16918716994283,32.085381665706876],[120.16813716963144,32.08773161059399],[120.17252416957665,32.08841259474137],[120.17553416987056,32.08871658749275],[120.1767101696803,32.08663463579157],[120.17727916976779,32.08676363274518],[120.17749916987586,32.086223645681635],[120.17801716990968,32.08634264317122],[120.17811616964387,32.086462639824035],[120.18035017016109,32.087227621916846],[120.17944217013986,32.08869958732431],[120.17967216939533,32.08875858597152],[120.1794031697818,32.08925957443202],[120.18116916959552,32.08950156914441],[120.1817451693557,32.0895745671468],[120.18225417006704,32.089573567101645],[120.18266316942268,32.08947356937402],[120.18525517014012,32.089578567327955],[120.1897131702304,32.08987056026395],[120.19027016972399,32.08858959036523],[120.19035017008993,32.08856959076533],[120.19329216971343,32.089193575764384],[120.19298316991699,32.090024556704826],[120.19368116987587,32.08999355697279],[120.19414016946017,32.08891258276547],[120.19426917022997,32.08882258484948],[120.19461817020941,32.088941581999016],[120.19490716991442,32.08873158679043],[120.195106170106,32.08874158657323],[120.19637317015241,32.0889985803871],[120.19650316984878,32.08888858302571],[120.19733016967913,32.08709762554766],[120.19815817023267,32.08744661739509],[120.19753016969565,32.08877758547804],[120.19741017004506,32.08921757542475],[120.19811817004975,32.08934557248988],[120.19834817020353,32.08904557975227],[120.19916516998812,32.08723462165375],[120.19926616937215,32.087217622731465],[120.19994316941464,32.08731362036492],[120.20132917018506,32.087301620285885],[120.20128917000211,32.087561614545706],[120.20073616980812,32.08904957919539],[120.20075116987675,32.089181576693925],[120.20392316965403,32.0890965785345],[120.20521917001277,32.089124577659604],[120.20666616998426,32.08925257485512],[120.20626916942592,32.08974456326172],[120.20665816958831,32.09003855650819],[120.20795916996994,32.09053154452302],[120.20939216969772,32.09121452840652],[120.20976816944133,32.09023755134089],[120.21122916965652,32.09107553212165],[120.21218316970852,32.09148452243165],[120.21438816991332,32.09212150753823],[120.21647316956931,32.09303848611113],[120.21840917016061,32.09402546287268],[120.21935716946649,32.094524451391536],[120.21955716948307,32.094504451568646],[120.21987617022359,32.09428445703266],[120.22011616952481,32.09427445709551],[120.22279016935973,32.09496144110258],[120.22344916985892,32.09517043570749],[120.22661317013862,32.09649740479255],[120.22846916946563,32.093416477435994],[120.22970816992296,32.0939754637963],[120.23147516956156,32.09461444901975],[120.23248317004024,32.0949234416181],[120.23388116960791,32.09519243535319],[120.23455017015281,32.09409246109313],[120.23501217011014,32.09427345710328],[120.23594617007058,32.09286348999506],[120.23602416988837,32.09244149959063],[120.2358291698947,32.092215505316716],[120.2357961693844,32.09207050892508],[120.23595716994123,32.09171451708132],[120.2371321699261,32.09003255627042],[120.23776416976273,32.08864558892229],[120.23793016944414,32.088006603813554],[120.23795717010658,32.08680763227854],[120.23845616987384,32.08548666304186],[120.23881616972395,32.084998674163984],[120.2403291698176,32.08397369860778],[120.24095917000449,32.0829227229532],[120.24211916992068,32.080684775479085],[120.24312817022425,32.07951980298809],[120.24318916942532,32.0793148074686],[120.24312317020134,32.07832683073202],[120.24320617004203,32.07795483967935],[120.24357116991497,32.07756684885554],[120.24364316988503,32.077294855216756],[120.24350516979275,32.07623987964347],[120.24357716976274,32.07571289233764],[120.24368916991573,32.075451898425584],[120.24379416949776,32.07540189908107],[120.24497517022871,32.07551289688879],[120.24511816944553,32.07541889867874],[120.24605016975619,32.07451392014205],[120.24611116985552,32.07437992311124],[120.24589116974754,32.07356594221108],[120.2458281699983,32.07309295321077],[120.24586116961028,32.07266096360232],[120.24610417018285,32.07241596927408],[120.24694716990669,32.07220997433671],[120.24727417014482,32.07118399824121],[120.24733517024417,32.07019002191834],[120.24778516960765,32.06994602731942],[120.24799616949488,32.06975703203525],[120.24806016996726,32.069553036203644],[120.24814516945776,32.069185044781335],[120.2498801702076,32.067565082971925],[120.2500631696074,32.06724309079058],[120.25007416947803,32.06701009611007],[120.25025716977615,32.06650010786763],[120.24999216946226,32.06470615003251],[120.25005816958445,32.06335318195756