我们在使用百度地图的时候,会发现有些行政区域划分不是最新的,比如成都双流区,高新区,天府新区等,这个时候我们需要先找到这些最新的行政区域在地图上的一些点,将这些点结合起来画线即可。
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> <!--<meta name="viewport" content="width=device-width, initial-scale=1">--> <style> html,body{width: 100%; height: 100%; margin:0; padding: 0;} .container{height: 100%;} .left,.right{float: left;} .left{width: 300px; height: 100%; border-right: 1px solid #158820;} .right{position: absolute; left: 305px; bottom: 0; right: 0; top: 0; height: 100%; } /* 解决聚合区域覆盖问题 */ .BMapLabel:hover{ background: rgba(244, 84, 84, 0.9)!important; z-index: 999999!important;} </style> <script type="text/javascript" src="js/jquery2.1.1.min.js"></script> <script type="text/javascript" src="http://api.map.baidu.com/getscript?v=3.0&ak=ditcpblpgtmQ5mvuvPEf6UC8UQcdGGql"></script> <title>百度地图仿搜房网效果</title> </head> <body> <div class="container"> <div class="left"> 1111 </div> <div class="right" id="baidumap"></div> </div> </body> </html> <script type="text/javascript"> var plys = {}, boundary = new BMap.Boundary(); // 创建Map实例 var map = new BMap.Map("baidumap"); // 初始化地图,设置中心点坐标和地图级别 map.centerAndZoom(new BMap.Point(104.06792346, 30.67994285), 12); // ...............获取当前城市.............. /* var geolocation = new BMap.Geolocation(); geolocation.getCurrentPosition(function(r){ if(this.getStatus() == BMAP_STATUS_SUCCESS){ var mk = new BMap.Marker(r.point); map.addOverlay(mk); map.panTo(r.point); //alert('您的位置:'+r.point.lng+','+r.point.lat); map.centerAndZoom(new BMap.Point(r.point.lng, r.point.lat), 12); } else { alert('failed'+this.getStatus()); } },{ enableHighAccuracy: true }); */ // 缩略地图 默认位于地图右下方,是一个可折叠的缩略地图 map.addControl(new BMap.OverviewMapControl()); // 平移缩放控件 PC端默认位于地图右方 map.addControl(new BMap.NavigationControl({enableGeolocation: true, anchor: BMAP_ANCHOR_TOP_RIGHT})); // 比例尺 map.addControl(new BMap.ScaleControl()); // 开启鼠标滚轮缩放 map.enableScrollWheelZoom(true); // 添加城市列表 map.addControl(new BMap.CityListControl({ //anchor: BMAP_ANCHOR_TOP_LEFT, //offset: new BMap.Size(10, 20), // 切换城市之间事件 // onChangeBefore: function(){ // alert('before'); // }, // 切换城市之后事件 // onChangeAfter:function(){ // alert('after'); // } })); var areaData = [{ "id": 510104, "name": "锦江", "longitude": 104.11184377687, "latitude": 30.631792930153, "border": "104.09641841727,30.675971790982;104.09262097878,30.669933585817;104.090969,30.670643;104.089887,30.671144;104.089725,30.671237;104.089505,30.671331;104.089368,30.671404;104.085898,30.673074;104.084874,30.671703;104.083967,30.670356;104.081003,30.666038;104.080693,30.665576;104.080522,30.665312;104.080374,30.665091;104.080253,30.664908;104.080127,30.664687;104.073978,30.664373;104.07409,30.66285;104.074032,30.662703;104.073861,30.662563;104.073749,30.662423;104.072469,30.662427;104.072478,30.662117;104.072568,30.662047;104.07255,30.660792;104.072671,30.658808;104.072684,30.658614;104.070479,30.658664;104.070192,30.658047;104.069428,30.656785;104.069401,30.656641;104.068709,30.655636;104.066998,30.653313;104.068723,30.653142;104.069581,30.653174;104.070111,30.653123;104.070713,30.653135;104.071238,30.653076;104.071512,30.653088;104.071674,30.653061;104.072289,30.652824;104.072954,30.652762;104.073134,30.652793;104.073327,30.652777;104.073682,30.652836;104.074108,30.65268;104.074656,30.652614;104.075959,30.652319;104.077005,30.652109;104.077841,30.652063;104.07846,30.651993;104.079085,30.652024;104.079444,30.651946;104.08142,30.651845;104.082916,30.651791;104.083563,30.651775;104.08412,30.651694;104.084448,30.651624;104.085171,30.651364;104.085508,30.651193;104.087354,30.650028;104.08787,30.649741;104.090228,30.64856;104.090907,30.648424;104.09127,30.648144;104.091652,30.647966;104.091877,30.647904;104.092497,30.647539;104.093404,30.647636;104.094486,30.647274;104.094899,30.647065;104.095735,30.646269;104.095856,30.646117;104.095717,30.645888;104.095766,30.64569;104.095861,30.645573;104.097105,30.644703;104.097662,30.644039;104.098156,30.643321;104.098659,30.642455;104.099059,30.641589;104.099306,30.640956;104.099445,30.640614;104.099827,30.639247;104.100366,30.637868;104.100671,30.637262;104.100824,30.636885;104.101174,30.636271;104.101246,30.635879;104.10121,30.635137;104.10112,30.634966;104.101129,30.634729;104.101026,30.634306;104.100738,30.633366;104.100505,30.632958;104.100379,30.632795;104.098798,30.632236;104.09847,30.632166;104.095919,30.632224;104.094666,30.632205;104.09406,30.6321;104.093624,30.631937;104.093305,30.63168;104.093009,30.631443;104.092272,30.630585;104.091621,30.629839;104.091392,30.629268;104.091374,30.629004;104.091446,30.6278;104.091953,30.626347;104.092146,30.625893;104.092366,30.625663;104.09264,30.625154;104.09273,30.625046;104.092712,30.624335;104.092627,30.623985;104.092546,30.623826;104.09216,30.623309;104.091693,30.622758;104.091544,30.622439;104.091472,30.622016;104.09149,30.621639;104.091558,30.621367;104.091688,30.621107;104.091899,30.620792;104.093031,30.619568;104.093242,30.619234;104.09335,30.619009;104.093759,30.618628;104.093727,30.616942;104.093781,30.616713;104.093934,30.616348;104.094482,30.615532;104.094594,30.615369;104.094715,30.615307;104.095151,30.614743;104.095223,30.614541;104.095344,30.613298;104.095317,30.613065;104.095277,30.612886;104.095492,30.612102;104.095456,30.611892;104.095443,30.611418;104.095133,30.610217;104.094796,30.609541;104.094581,30.609009;104.094096,30.608415;104.093772,30.608123;104.093592,30.607964;104.093404,30.607843;104.092838,30.607571;104.090924,30.607136;104.09039,30.607012;104.089927,30.606837;104.089541,30.60662;104.089011,30.60606;104.088791,30.605435;104.088764,30.604619;104.088912,30.603612;104.08902,30.602645;104.089114,30.602186;104.089083,30.601627;104.089101,30.601355;104.089092,30.601192;104.089114,30.600978;104.089186,30.600822;104.089397,30.600605;104.089573,30.600244;104.089757,30.599921;104.090394,30.59895;104.090525,30.598713;104.090794,30.598009;104.090794,30.597749;104.090754,30.597539;104.090606,30.597162;104.09048,30.596929;104.090219,30.596564;104.089977,30.596323;104.089541,30.596032;104.088993,30.595802;104.088468,30.595686;104.087179,30.595596;104.08686,30.595526;104.086689,30.595453;104.086455,30.595285;104.086276,30.595037;104.086159,30.594726;104.085916,30.594178;104.085687,30.593525;104.085458,30.592628;104.085431,30.591982;104.085481,30.591423;104.085526,30.591112;104.0858,30.590312;104.087035,30.587988;104.087304,30.587432;104.087502,30.586709;104.087569,30.585656;104.087524,30.58498;104.087223,30.583899;104.086999,30.58334;104.086572,30.582679;104.086114,30.582703;104.085607,30.582353;104.08522,30.582139;104.085126,30.582271;104.084843,30.582411;104.084605,30.582442;104.084349,30.582407;104.084192,30.582333;104.083513,30.581851;104.083289,30.581657;104.081205,30.57943;104.080935,30.579069;104.080751,30.578579;104.080702,30.578124;104.080742,30.577685;104.08094,30.577231;104.081384,30.576675;104.081784,30.576352;104.082009,30.576232;104.082283,30.576119;104.082948,30.576033;104.08319,30.576014;104.085103,30.576123;104.08558,30.576166;104.087524,30.576578;104.088962,30.576367;104.089537,30.57475;104.089896,30.573257;104.090686,30.573009;104.105634,30.574563;104.119863,30.573817;104.144728,30.575931;104.173546,30.582212;104.186194,30.596388;104.17599,30.603289;104.16751,30.608386;104.161832,30.6128;104.154358,30.615908;104.147962,30.617586;104.140776,30.622745;104.143219,30.627096;104.139339,30.628774;104.134236,30.625791;104.131362,30.627748;104.134057,30.631167;104.133302,30.633186;104.131182,30.632472;104.133266,30.63561;104.131973,30.636667;104.13359,30.637257;104.135063,30.639308;104.134524,30.641638;104.133554,30.642197;104.131793,30.64257;104.128595,30.643689;104.105156,30.654474;104.103054,30.655329;104.100336,30.656672;104.094866,30.659286;104.09776526132,30.663085579931;104.09940919597,30.667054860132;104.10049840561,30.668770840364;104.10250093192,30.669099860784;104.10301056769,30.670507836529;104.09804013707,30.675083939526", "unit_price": 19381, "count": 5681 }, { "id": 510105, "name": "青羊", "longitude": 104.0250546995, "latitude": 30.673705549865, "border": "104.096121,30.675737;104.095196,30.676133;104.094361,30.676545;104.093583,30.677213;104.092905,30.678024;104.092483,30.678339;104.091881,30.678544;104.091428,30.678622;104.090803,30.678641;104.090251,30.678649;104.089658,30.678773;104.089317,30.678921;104.087421,30.680206;104.08562,30.68127;104.085184,30.681503;104.084924,30.681673;104.084205,30.681972;104.083644,30.682104;104.082921,30.682419;104.081928,30.683312;104.081429,30.683638;104.080787,30.683855;104.080275,30.68396;104.07833,30.684174;104.078088,30.684259;104.077621,30.684298;104.077194,30.684441;104.076709,30.684737;104.075294,30.685932;104.07493,30.686173;104.074468,30.686398;104.073003,30.686868;104.07246,30.687;104.071234,30.687617;104.070551,30.688017;104.070183,30.68825;104.069774,30.687978;104.069289,30.687598;104.069194,30.68712;104.068992,30.686235;104.068768,30.685567;104.068368,30.684581;104.068193,30.684267;104.067892,30.684244;104.067389,30.684166;104.066446,30.684174;104.065431,30.684364;104.064604,30.684539;104.064173,30.684403;104.063701,30.684053;104.063656,30.684154;104.062965,30.683696;104.062534,30.683374;104.061941,30.68285;104.061595,30.682617;104.061249,30.682427;104.060584,30.682159;104.060243,30.682081;104.059884,30.682073;104.05965,30.682;104.059147,30.681507;104.058985,30.681281;104.058873,30.680944;104.058904,30.680606;104.058828,30.680117;104.058316,30.679193;104.058168,30.678925;104.058078,30.678824;104.057957,30.678482;104.05779,30.677857;104.057467,30.67729;104.057323,30.677092;104.05731,30.676921;104.057364,30.676832;104.057413,30.67599;104.057391,30.67585;104.057436,30.675407;104.057418,30.675054;104.057494,30.674503;104.057449,30.674316;104.057099,30.673944;104.056174,30.672907;104.056012,30.67279;104.055379,30.672045;104.055078,30.671789;104.054723,30.671556;104.054337,30.671284;104.054188,30.671051;104.053326,30.669467;104.053155,30.669215;104.049324,30.67114;104.049099,30.671206;104.047779,30.671831;104.04759,30.671944;104.047271,30.672103;104.047024,30.672231;104.046009,30.672756;104.046238,30.673128;104.046077,30.673322;104.045704,30.673485;104.045385,30.673555;104.044841,30.67385;104.044428,30.673998;104.043817,30.674685;104.043768,30.674778;104.043534,30.674972;104.043072,30.675349;104.04291,30.675419;104.042726,30.675392;104.042555,30.675388;104.042461,30.675345;104.042398,30.675268;104.041953,30.675097;104.041634,30.675085;104.041212,30.675139;104.040853,30.675357;104.040606,30.675567;104.040326,30.675957;104.039735,30.676809;104.039106,30.67755;104.038778,30.677912;104.038684,30.678521;104.038993,30.679903;104.038989,30.679996;104.038553,30.680932;104.038347,30.681417;104.038014,30.682349;104.037866,30.682749;104.037709,30.683285;104.037686,30.683851;104.037758,30.684232;104.037969,30.684473;104.038944,30.684931;104.039124,30.685195;104.039101,30.685525;104.03898,30.685738;104.038791,30.685878;104.038553,30.68594;104.037071,30.685882;104.036532,30.686099;104.036501,30.686165;104.036222,30.68634;104.035481,30.687081;104.03474,30.687602;104.034246,30.687792;104.033954,30.687807;104.033563,30.687621;104.03328,30.687415;104.033002,30.687287;104.032647,30.687272;104.032377,30.68733;104.031964,30.687625;104.031794,30.68785;104.031726,30.687986;104.031246,30.68856;104.030725,30.688797;104.029813,30.689038;104.029153,30.689065;104.028811,30.688987;104.028322,30.688987;104.028012,30.689073;104.027426,30.689467;104.027275,30.689601;104.027046,30.689663;104.026696,30.689667;104.025806,30.689391;104.025312,30.689178;104.024814,30.688848;104.024598,30.688661;104.024257,30.688207;104.024144,30.688126;104.023951,30.688075;104.02202,30.688786;104.021849,30.688758;104.021661,30.688681;104.021548,30.688436;104.021472,30.687947;104.021203,30.687761;104.021018,30.687753;104.020439,30.687951;104.020129,30.688254;104.019532,30.689057;104.018997,30.689395;104.018606,30.689383;104.018256,30.689313;104.018,30.68929;104.017793,30.689372;104.017672,30.6895;104.017398,30.690412;104.0169,30.690913;104.016837,30.691122;104.016909,30.691441;104.016877,30.691608;104.016805,30.691724;104.016549,30.691899;104.016253,30.691976;104.015988,30.691992;104.015408,30.691945;104.014676,30.692093;104.014479,30.692054;104.014173,30.691728;104.013886,30.691604;104.013639,30.69158;104.013064,30.691623;104.012008,30.691747;104.011312,30.691965;104.010706,30.692252;104.010107,30.692588;104.010019,30.692788;104.010019,30.69299;104.009996,30.693168;104.009911,30.693339;104.010602,30.694542;104.013881,30.693025;104.014164,30.693479;104.013405,30.693727;104.013158,30.693731;104.012965,30.693781;104.012853,30.693999;104.01283,30.694232;104.013208,30.694853;104.013594,30.695532;104.015238,30.694857;104.017466,30.693809;104.018323,30.695202;104.016271,30.696324;104.015269,30.696871;104.014021,30.697593;104.012628,30.698366;104.013342,30.699744;104.013769,30.70066;104.015732,30.699313;104.015849,30.699328;104.016037,30.699654;104.015858,30.700101;104.015368,30.700404;104.014461,30.701032;104.014128,30.701172;104.014964,30.702278;104.015516,30.702969;104.0157,30.703237;104.015175,30.703842;104.014223,30.705321;104.01389,30.706109;104.0135,30.706909;104.012996,30.70647;104.011725,30.705616;104.010998,30.704941;104.010576,30.704448;104.009888,30.70345;104.009646,30.702954;104.007072,30.70418;104.007804,30.705197;104.006619,30.705962;104.00749,30.706765;104.005689,30.707945;104.005994,30.708314;104.00572,30.708554;104.005657,30.708931;104.005873,30.709463;104.005195,30.709781;104.004611,30.710281;104.003663,30.709342;104.003241,30.709117;104.002581,30.708547;104.000434,30.710091;103.999679,30.709637;103.998929,30.710479;103.997941,30.709831;103.996225,30.711737;103.995637,30.710976;103.994685,30.71008;103.99517,30.709835;103.995259,30.709823;103.995511,30.709994;103.99578,30.709986;103.996149,30.709567;103.99623,30.709327;103.996131,30.709074;103.995893,30.708888;103.995439,30.708807;103.995125,30.708597;103.994864,30.708527;103.994321,30.708554;103.994105,30.708461;103.993746,30.708038;103.993557,30.707615;103.992937,30.706858;103.992879,30.706684;103.992973,30.706513;103.993292,30.706319;103.993611,30.706179;103.993939,30.706101;103.99419,30.706101;103.994711,30.706229;103.995408,30.706261;103.995601,30.706323;103.996005,30.70621;103.996122,30.706136;103.996252,30.706012;103.996427,30.705643;103.996418,30.704797;103.996477,30.70446;103.996441,30.70425;103.995745,30.703563;103.995659,30.7034;103.995686,30.703171;103.995938,30.702356;103.996149,30.702123;103.996602,30.701956;103.9968,30.701972;103.997406,30.702127;103.997617,30.702107;103.997847,30.70196;103.997986,30.70175;103.9979,30.700846;103.997766,30.700167;103.997631,30.699751;103.997474,30.699375;103.997227,30.699029;103.994002,30.699309;103.992452,30.699771;103.991644,30.698793;103.990031,30.699441;103.989744,30.698859;103.986964,30.698785;103.986757,30.699138;103.986479,30.699538;103.986267,30.69986;103.98563,30.700559;103.98479,30.70137;103.984507,30.701552;103.983572,30.701894;103.982769,30.702364;103.982403,30.702743;103.982212,30.703516;103.981911,30.70394;103.981475,30.704223;103.981012,30.704409;103.979943,30.704727;103.9798,30.704855;103.979454,30.705597;103.979431,30.70595;103.979746,30.706804;103.980033,30.707002;103.980258,30.70725;103.980487,30.707627;103.980496,30.708011;103.980401,30.708539;103.98024,30.708884;103.980074,30.709105;103.979687,30.709393;103.979611,30.70949;103.979611,30.709893;103.979683,30.710056;103.98015,30.710386;103.980244,30.710545;103.980217,30.710801;103.980015,30.71098;103.979633,30.711108;103.979391,30.711151;103.979153,30.711081;103.978825,30.710864;103.978587,30.710774;103.978183,30.710743;103.9779,30.710856;103.97772,30.710976;103.977531,30.711193;103.977486,30.711395;103.977522,30.711896;103.977527,30.712816;103.977671,30.713006;103.977864,30.713336;103.977976,30.713829;103.977954,30.714201;103.977751,30.714706;103.977572,30.715005;103.977419,30.715529;103.977379,30.716301;103.977037,30.716747;103.976813,30.716895;103.976395,30.717038;103.972923,30.717275;103.9726,30.717411;103.971701,30.717717;103.971068,30.717799;103.97074,30.717748;103.970556,30.717694;103.969896,30.717329;103.96942,30.717182;103.968975,30.71712;103.968189,30.717279;103.968036,30.717411;103.967982,30.717717;103.968023,30.718268;103.968306,30.719743;103.968198,30.720108;103.967852,30.720977;103.967133,30.721831;103.966824,30.722005;103.965773,30.721963;103.965265,30.722188;103.964766,30.722479;103.964394,30.722848;103.964169,30.72291;103.963985,30.722906;103.963733,30.722789;103.963527,30.722642;103.963078,30.722172;103.962709,30.721963;103.962386,30.721901;103.962067,30.721901;103.961528,30.72206;103.96111,30.722254;103.960517,30.722673;103.960199,30.723038;103.960145,30.723243;103.960163,30.723721;103.960257,30.723919;103.960342,30.724252;103.960333,30.72452;103.960392,30.725265;103.96067,30.72587;103.96103,30.726068;103.961407,30.726573;103.961375,30.726829;103.961034,30.727151;103.960464,30.727411;103.96032,30.727524;103.959898,30.727652;103.958734,30.727741;103.957427,30.727671;103.956722,30.72745;103.95599,30.727163;103.955491,30.726864;103.954988,30.726422;103.954692,30.726324;103.954059,30.726309;103.953803,30.726359;103.953506,30.726511;103.9533,30.726775;103.953223,30.727861;103.95316,30.727974;103.952325,30.728777;103.951606,30.729541;103.951422,30.730185;103.951341,30.730861;103.947703,30.73055;103.947178,30.730616;103.944492,30.727097;103.944811,30.726542;103.945058,30.726398;103.945525,30.726301;103.945853,30.725964;103.946073,30.725824;103.946288,30.725517;103.946764,30.725354;103.947205,30.725238;103.946544,30.723069;103.943589,30.723499;103.942188,30.723166;103.937211,30.725176;103.936564,30.71906;103.940678,30.716972;103.936941,30.716122;103.933312,30.715144;103.931354,30.711896;103.929436,30.708644;103.927734,30.708411;103.926454,30.708255;103.926202,30.708104;103.92609,30.707945;103.926018,30.707774;103.925996,30.707196;103.924909,30.70666;103.923009,30.707405;103.923328,30.706311;103.924433,30.705803;103.924882,30.705453;103.925555,30.70477;103.926665,30.702647;103.927374,30.700644;103.926809,30.699782;103.926081,30.698564;103.923786,30.699359;103.921827,30.696821;103.919097,30.692629;103.916617,30.692939;103.916312,30.691495;103.913312,30.691992;103.912539,30.686122;103.910329,30.687349;103.909287,30.687155;103.908218,30.686817;103.908034,30.686759;103.907814,30.686775;103.907086,30.687031;103.906206,30.687147;103.90573,30.687458;103.904638,30.687931;103.904221,30.687955;103.904014,30.687893;103.903673,30.687702;103.903075,30.686383;103.90308,30.686126;103.902994,30.685726;103.90317,30.68549;103.904203,30.684558;103.9048,30.683723;103.905317,30.682656;103.905936,30.681774;103.906363,30.681475;103.90679,30.681363;103.907068,30.681375;103.907405,30.681437;103.908007,30.681736;103.908416,30.681833;103.909691,30.681945;103.909992,30.681856;103.910302,30.681732;103.9105,30.6816;103.910621,30.681417;103.913312,30.681693;103.913563,30.68073;103.918881,30.678956;103.923534,30.677418;103.927015,30.676207;103.928057,30.67571;103.929144,30.67498;103.929297,30.673924;103.929418,30.673012;103.929503,30.6726;103.929566,30.672523;103.929827,30.672658;103.930667,30.672678;103.931309,30.672569;103.932657,30.672154;103.933182,30.671995;103.933748,30.671696;103.934282,30.671315;103.93479,30.670733;103.935491,30.66963;103.936075,30.668279;103.936057,30.668108;103.935828,30.667351;103.935131,30.666361;103.935033,30.666073;103.934997,30.665895;103.935122,30.665479;103.935419,30.665301;103.935765,30.664967;103.935994,30.664854;103.93616,30.66485;103.937305,30.665545;103.937593,30.66565;103.937903,30.66565;103.938213,30.66553;103.938365,30.665545;103.938783,30.665413;103.93903,30.665355;103.939273,30.665409;103.940023,30.665763;103.940476,30.666186;103.940746,30.66633;103.940876,30.666431;103.940952,30.666566;103.941289,30.666966;103.941963,30.667211;103.942897,30.667258;103.943225,30.667195;103.944343,30.666881;103.944757,30.666803;103.94504,30.666854;103.945655,30.666924;103.946419,30.667176;103.947946,30.667036;103.948651,30.666706;103.948902,30.66633;103.948965,30.666058;103.948759,30.665437;103.948866,30.664893;103.949105,30.664388;103.949244,30.664252;103.949468,30.664101;103.949661,30.664093;103.950389,30.664186;103.951211,30.664147;103.951871,30.664237;103.952356,30.664477;103.95259,30.664761;103.952608,30.666139;103.953021,30.666516;103.953524,30.666632;103.954023,30.666652;103.954499,30.66657;103.955074,30.666248;103.95546,30.665689;103.955756,30.665075;103.956062,30.664749;103.959929,30.664046;103.963756,30.66664;103.967241,30.666858;103.968211,30.668318;103.967277,30.67015;103.969664,30.670034;103.969633,30.669323;103.971784,30.668706;103.971722,30.66697;103.972858,30.666966;103.972862,30.667949;103.973437,30.667953;103.973599,30.668415;103.973806,30.668329;103.974196,30.668283;103.97439,30.668329;103.97443,30.66864;103.976101,30.668605;103.976096,30.667925;103.976348,30.667925;103.976339,30.667665;103.976687,30.666924;103.976009,30.666345;103.976139,30.666104;103.975762,30.665662;103.975003,30.665638;103.974545,30.665499;103.974194,30.665312;103.973947,30.664563;103.973467,30.663709;103.973049,30.662171;103.972923,30.660641;103.973943,30.660629;103.975142,30.660183;103.976548,30.661759;103.981839,30.666543;103.982221,30.667017;103.983132,30.666539;103.983595,30.666582;103.983505,30.667871;103.98377,30.667856;103.983999,30.667836;103.984242,30.667809;103.984484,30.667797;103.984763,30.667766;103.98505,30.667751;103.985306,30.667724;103.985486,30.667716;103.98571,30.667681;103.986492,30.667611;103.986496,30.667436;103.986586,30.665619;103.986658,30.663837;103.988495,30.66386;103.990624,30.663887;103.990907,30.665258;103.99119,30.666186;103.991509,30.667312;103.991981,30.667351;103.992196,30.667366;103.992344,30.667382;103.992484,30.667366;103.9926,30.667366;103.992767,30.667366;103.992996,30.667366;103.99291,30.667195;103.992928,30.667048;103.992969,30.666924;103.993023,30.666807;103.993139,30.666636;103.99327,30.666516;103.993445,30.666473;103.993768,30.666473;103.994006,30.666489;103.995012,30.666574;103.995385,30.665899;103.995497,30.665165;103.995489,30.664505;103.995547,30.664202;103.995682,30.663969;103.995834,30.663833;103.996005,30.663747;103.996198,30.663744;103.996517,30.663841;103.99676,30.664023;103.996831,30.664264;103.996782,30.664936;103.996665,30.665336;103.996903,30.66631;103.996975,30.66673;103.997797,30.666722;103.998269,30.666632;103.998493,30.666384;103.998686,30.665934;103.998983,30.665021;103.99914,30.664679;103.999446,30.664563;103.999791,30.66452;103.999971,30.664617;104.00064,30.664726;104.001071,30.664621;104.001372,30.664419;104.001592,30.66412;104.001678,30.663678;104.001539,30.663107;104.001386,30.662909;104.001031,30.662718;104.000694,30.662575;104.00038,30.662346;104.000245,30.662105;104.000155,30.66179;104.000142,30.661286;104.000245,30.66087;104.000389,30.660493;104.000532,30.660354;104.000869,30.660101;104.001085,30.660016;104.001305,30.660035;104.001476,30.660024;104.001808,30.660167;104.00281,30.660975;104.00378,30.661488;104.003852,30.661678;104.003852,30.661938;104.003721,30.662252;104.003537,30.662489;104.003367,30.662878;104.003281,30.663425;104.003385,30.663794;104.004112,30.665988;104.004274,30.666256;104.004521,30.666539;104.005285,30.666823;104.006205,30.667001;104.006888,30.666947;104.00771,30.666644;104.008554,30.666019;104.009264,30.665537;104.009462,30.665491;104.009938,30.665572;104.010751,30.665914;104.011317,30.665976;104.011824,30.665747;104.012237,30.665398;104.012803,30.664101;104.012947,30.663654;104.012983,30.663134;104.012669,30.662466;104.012031,30.661759;104.01199,30.661088;104.012287,30.660427;104.012502,30.660093;104.012673,30.659829;104.012785,30.659705;104.012947,30.659651;104.014119,30.658948;104.014465,30.65889;104.01487015953,30.65890137039;104.016998,30.659453;104.01796933274,30.659807815561;104.019006,30.660202;104.019595,30.660404;104.020003,30.660633;104.020309,30.66087;104.020789,30.661507;104.020978,30.661647;104.02118,30.662342;104.021737,30.66301;104.022186,30.663235;104.02251,30.663336;104.023367,30.663425;104.024877,30.663681;104.025618,30.663619;104.026022,30.663448;104.02639,30.663208;104.026646,30.662936;104.026835,30.662606;104.02705,30.661146;104.027634,30.659375;104.027976,30.658754;104.028703,30.658668;104.028726,30.658265;104.028744,30.657977;104.031174,30.65767;104.032198,30.657418;104.033217,30.657212;104.043507,30.657301;104.044064,30.657383;104.045196,30.657733;104.046256,30.658039;104.047361,30.65814;104.05016075649,30.658088028271;104.053214,30.658117;104.053631,30.658117;104.053798,30.657857;104.054049,30.657709;104.054278,30.65767;104.054808,30.657632;104.055751,30.657651;104.0566,30.657744;104.057076,30.657884;104.058433,30.658358;104.059008,30.658416;104.059551,30.658393;104.060005,30.658296;104.060427,30.658129;104.060899,30.657818;104.061626,30.657049;104.062116,30.656443;104.062435,30.65588;104.062866,30.655309;104.063261,30.654956;104.063369,30.654777;104.063894,30.654276;104.06482,30.65376;104.065139,30.653601;104.065493,30.653476;104.066634,30.653344;104.067106,30.654074;104.067604,30.65463;104.06848,30.655783;104.069401,30.657115;104.070129,30.65835;104.070367,30.658835;104.07197,30.658812;104.07219,30.658812;104.072397,30.658808;104.072361,30.659666;104.072231,30.660785;104.072208,30.66207;104.072258,30.662152;104.072258,30.662299;104.072092,30.662485;104.073623,30.662497;104.073857,30.662645;104.073964,30.662746;104.074009,30.662835;104.073888,30.664637;104.076156,30.664699;104.077504,30.664707;104.080091,30.664707;104.080931,30.665992;104.083805,30.67043;104.084722,30.671773;104.085863,30.673291;104.08761,30.672437;104.089393,30.671575;104.090206,30.671191;104.091059,30.670795;104.092501,30.670119;104.093188,30.671222;104.093336,30.67128", "unit_price": 17384, "count": 6150 }, { "id": 510107, "name": "武侯", "longitude": 104.03881939208, "latitude": 30.642962853222, "border": "104.07047,30.652781;104.069163,30.652762;104.068341,30.652742;104.067434,30.652855;104.066612,30.652999;104.064802,30.653228;104.064438,30.653414;104.063355,30.654335;104.063104,30.654478;104.062974,30.654591;104.062412,30.655135;104.061559,30.656505;104.06106,30.657119;104.060589,30.6576;104.060072,30.657931;104.05987,30.657985;104.059448,30.65807;104.059178,30.658082;104.058666,30.658008;104.056726,30.657422;104.055913,30.657278;104.054197,30.657282;104.05382,30.657426;104.053577,30.657581;104.053281,30.658073;104.052477,30.658065;104.049194,30.657969;104.047837,30.657977;104.047384,30.657997;104.046526,30.657927;104.046023,30.657841;104.045106,30.657554;104.044338,30.657309;104.043575,30.657146;104.040161,30.657142;104.037763,30.657103;104.035751,30.657107;104.033222,30.657049;104.032503,30.657185;104.031151,30.657515;104.029597,30.657701;104.02807,30.657818;104.028052,30.65828;104.027616,30.659103;104.02741,30.659332;104.027091,30.660008;104.026727,30.661049;104.02661,30.66233;104.02652,30.662625;104.026184,30.662885;104.025685,30.663208;104.025411,30.663285;104.025178,30.663301;104.022519,30.663103;104.022078,30.662901;104.021822,30.662699;104.021557,30.662353;104.021279,30.661499;104.02105,30.661088;104.020704,30.660715;104.020286,30.660369;104.019837,30.660113;104.017043,30.65908;104.015121,30.65863;104.014923,30.658595;104.014721,30.658552;104.014411,30.658466;104.01408838896,30.658536054889;104.013639,30.658812;104.013077,30.659181;104.012772,30.659414;104.012449,30.659659;104.012233,30.659993;104.012017,30.66028;104.011815,30.660789;104.011748,30.661053;104.011743,30.66146;104.01191,30.661903;104.011941,30.662113;104.012516,30.66266;104.012731,30.663293;104.012709,30.66365;104.012619,30.663973;104.011995,30.665223;104.011622,30.665549;104.011321,30.66558;104.010962,30.665569;104.010585,30.665456;104.009915,30.665211;104.009596,30.665176;104.009331,30.665207;104.008837,30.665437;104.008051,30.666124;104.007764,30.66626;104.00647,30.666757;104.00625,30.666796;104.005976,30.666768;104.004889,30.666427;104.004629,30.666252;104.004463,30.66598;104.004247,30.665219;104.004099,30.664543;104.00378,30.663736;104.003645,30.663382;104.003659,30.662932;104.003753,30.662656;104.004099,30.662008;104.004148,30.661635;104.004126,30.661495;104.004049,30.661398;104.003308,30.660928;104.002185,30.660163;104.001669,30.659857;104.001467,30.659794;104.001161,30.659802;104.000649,30.660039;104.000218,30.660377;104.000128,30.660567;103.999841,30.660917;103.999904,30.661996;104.000151,30.662462;104.000784,30.663068;104.001094,30.663204;104.001229,30.663398;104.001238,30.663802;104.001197,30.664011;104.001031,30.66419;104.000636,30.664365;103.999652,30.664225;103.999145,30.664318;103.998745,30.664602;103.998426,30.665281;103.998291,30.665778;103.998255,30.666174;103.99821,30.666302;103.998013,30.666473;103.997528,30.66652;103.997348,30.666473;103.997164,30.666248;103.997007,30.665992;103.996908,30.66567;103.996881,30.665367;103.99702,30.664427;103.996966,30.664124;103.996854,30.663903;103.996602,30.663662;103.996239,30.66358;103.995888,30.663623;103.995556,30.663821;103.995309,30.66426;103.995259,30.664924;103.995102,30.665611;103.994999,30.665934;103.9949,30.666085;103.994653,30.666198;103.99358,30.666225;103.993382,30.666267;103.993,30.666489;103.992726,30.666803;103.992722,30.667153;103.992241,30.66718;103.992115,30.66678;103.991877,30.666062;103.991752,30.665654;103.991671,30.665277;103.991572,30.664908;103.991509,30.66459;103.991437,30.664178;103.991379,30.663763;103.988594,30.663782;103.986577,30.663771;103.986541,30.66452;103.986505,30.665572;103.986474,30.666493;103.986443,30.666943;103.986429,30.66718;103.986434,30.667467;103.986209,30.667479;103.98594,30.667498;103.985612,30.667533;103.985162,30.667572;103.984924,30.667603;103.98448,30.667642;103.984264,30.667654;103.984076,30.667681;103.983797,30.667689;103.98382,30.667215;103.983896,30.666516;103.983105,30.666469;103.982207,30.666939;103.981915,30.666535;103.981533,30.666217;103.98046,30.665262;103.979629,30.664477;103.978973,30.663848;103.977958,30.66292;103.9775,30.662524;103.976566,30.661701;103.975151,30.660128;103.97392,30.660598;103.972892,30.660618;103.973022,30.662186;103.97344,30.66372;103.973911,30.664586;103.974167,30.665339;103.974531,30.665549;103.97498,30.665689;103.975762,30.665704;103.976085,30.666101;103.975928,30.666353;103.976076,30.666594;103.976566,30.666978;103.976296,30.667277;103.976179,30.667681;103.972898,30.667739;103.972896,30.666943;103.971688,30.666935;103.97168306891,30.667509341204;103.969882,30.665522;103.956965,30.662742;103.956391,30.65292;103.960559,30.649689;103.961134,30.63751;103.968464,30.631171;103.963434,30.624334;103.965302,30.616254;103.974069,30.611778;103.973495,30.590144;103.963721,30.596983;103.960846,30.595491;103.971914,30.589025;103.976657,30.580693;103.994335,30.592879;104.004684,30.592009;104.011726,30.585045;104.018338,30.590765;104.023565,30.587801;104.037255,30.598946;104.038836,30.606484;104.038392,30.607217;104.031421,30.607217;104.031335,30.60925;104.030886,30.616476;104.031407,30.61716;104.033289,30.61965;104.033114,30.620578;104.033123,30.6208;104.033177,30.621013;104.033455,30.621689;104.033595,30.622132;104.033666,30.62261;104.033909,30.624358;104.03386,30.624712;104.034003,30.624976;104.03421,30.625197;104.033451,30.625574;104.034839,30.627532;104.036532,30.626844;104.036824,30.626631;104.038392,30.625889;104.039613,30.627866;104.040916,30.629769;104.038827,30.630787;104.038917,30.630876;104.039959,30.632725;104.041688,30.631742;104.042259,30.632686;104.042272,30.632834;104.042209,30.632931;104.042007,30.63302;104.04145,30.633541;104.042111,30.633914;104.0445,30.635316;104.044868,30.635794;104.045798,30.63706;104.046301,30.63781;104.047155,30.639188;104.048089,30.640649;104.049328,30.642602;104.050011,30.643608;104.050842,30.644804;104.05135,30.644501;104.052032,30.644164;104.053771,30.643278;104.053937,30.643045;104.055042,30.642556;104.056793,30.64167;104.058693,30.640777;104.061074,30.639658;104.061375,30.639631;104.062682,30.639553;104.06407,30.63955;104.065076,30.639577;104.065031,30.639406;104.065067,30.636637;104.06508,30.635658;104.064869,30.633638;104.064707,30.632379;104.064559,30.630969;104.064389,30.629225;104.064186,30.627621;104.064002,30.626324;104.063921,30.625659;104.06398,30.622229;104.064092,30.620062;104.064164,30.617867;104.064209,30.61784;104.064168,30.616787;104.064254,30.616635;104.064195,30.615046;104.064119,30.613065;104.069495,30.61291;104.073861,30.612828;104.077517,30.612704;104.082355,30.612525;104.084034,30.612486;104.087237,30.61237;104.08871,30.612296;104.089914,30.612261;104.094194,30.611845;104.094221,30.61223;104.094329,30.612844;104.094307,30.613232;104.094343,30.613333;104.094284,30.614273;104.094199,30.614452;104.093768,30.615128;104.093377,30.61568;104.093318,30.615699;104.093143,30.615998;104.09291,30.616515;104.092847,30.616857;104.092842,30.61735;104.092829,30.618527;104.092784,30.618768;104.092559,30.619192;104.09229,30.619522;104.091468,30.620415;104.091243,30.62052;104.09096,30.620986;104.090835,30.621363;104.090767,30.621658;104.090763,30.622039;104.090808,30.622365;104.090916,30.622688;104.090996,30.622843;104.091118,30.622936;104.091589,30.623527;104.091953,30.623935;104.092106,30.624211;104.092155,30.62435;104.092124,30.624886;104.092016,30.625139;104.091877,30.625388;104.091603,30.625698;104.091329,30.626331;104.090848,30.627598;104.090812,30.628806;104.09092,30.629765;104.091059,30.630072;104.091746,30.630888;104.092667,30.631812;104.093188,30.632247;104.093449,30.632364;104.093907,30.63255;104.094558,30.632686;104.095173,30.632694;104.097002,30.632655;104.09847,30.632694;104.099445,30.632966;104.099719,30.633117;104.100015,30.633518;104.100159,30.633883;104.100195,30.634151;104.100262,30.634465;104.100527,30.63499;104.100631,30.635619;104.100581,30.63617;104.10002,30.637157;104.099795,30.637421;104.099647,30.637693;104.099261,30.638858;104.09905,30.639285;104.098892,30.639903;104.098457,30.641258;104.098147,30.641926;104.097181,30.643608;104.096404,30.644338;104.095286,30.645612;104.09485,30.646156;104.094455,30.646474;104.09353,30.646882;104.092303,30.647247;104.0907,30.647772;104.090035,30.648078;104.090035,30.648187;104.089927,30.648241;104.089784,30.648222;104.088005,30.649174;104.087179,30.649713;104.086887,30.649865;104.086024,30.65044;104.084731,30.65108;104.084344,30.651205;104.08385,30.651313;104.082817,30.651395;104.081578,30.651407;104.081313,30.651368;104.080976,30.651391;104.079134,30.651647;104.078685,30.651593;104.076969,30.651709;104.075096,30.651954;104.074189,30.65223;104.073502,30.652447;104.072684,30.652467;104.071602,30.652669", "unit_price": 15987, "count": 6657 }, { "id": 990002, "name": "高新", "longitude": 104.07241906727, "latitude": 30.598387243821, "border": "104.064007,30.613169;104.063971,30.625849;104.065013,30.635637;104.064995,30.639537;104.060988,30.639661;104.05082,30.644772;104.044531,30.635342;104.041441,30.633524;104.042304,30.63281;104.041693,30.631784;104.040004,30.632747;104.038926,30.630821;104.040902,30.629733;104.038279,30.625849;104.034902,30.627496;104.033644,30.625693;104.034327,30.625196;104.034021,30.624485;104.033626,30.622123;104.033195,30.620694;104.033159,30.619637;104.030859,30.616529;104.03147,30.607252;104.038297,30.607252;104.038944,30.606692;104.037004,30.598984;104.023493,30.587606;104.034776,30.58058;104.042609,30.578217;104.039303,30.570008;104.034273,30.569946;104.031758,30.561985;104.024427,30.550168;104.018894,30.547866;104.016522,30.545316;104.018463,30.543388;104.022631,30.544694;104.02493,30.543637;104.025146,30.541148;104.026152,30.539344;104.036573,30.543885;104.042897,30.544072;104.058958,30.54415;104.059354,30.540231;104.063845,30.540075;104.066792,30.540417;104.070385,30.540449;104.070313,30.536032;104.075918,30.538396;104.077068,30.508095;104.077068,30.502494;104.093309,30.502121;104.104772,30.501343;104.112533,30.508064;104.118857,30.506446;104.120726,30.502339;104.127194,30.502588;104.131218,30.507442;104.126762,30.508935;104.129062,30.514162;104.127337,30.521007;104.132224,30.52698;104.128343,30.532952;104.129062,30.540044;104.1282,30.544772;104.125613,30.546638;104.129062,30.547882;104.133949,30.548131;104.134236,30.550495;104.129637,30.551365;104.1282,30.55547;104.120007,30.554351;104.115839,30.560757;104.120798,30.567567;104.120259,30.573786;104.105491,30.574626;104.090291,30.572915;104.088063,30.57248;104.088638,30.573599;104.088351,30.574408;104.08677,30.575154;104.08332,30.574968;104.080661,30.575714;104.079368,30.577766;104.081021,30.58044;104.083752,30.583113;104.085692,30.585663;104.085979,30.587528;104.085189,30.589642;104.084398,30.592751;104.085422,30.595265;104.086824,30.596291;104.089195,30.596913;104.089806,30.598187;104.089339,30.599089;104.088692,30.599928;104.088297,30.600922;104.088081,30.602073;104.087938,30.603844;104.087938,30.605305;104.088117,30.606207;104.088764,30.607015;104.089591,30.607574;104.091064,30.607947;104.09286,30.608414;104.093363,30.609159;104.093974,30.610465;104.094226,30.611832;104.08995,30.612236;104.083518,30.612454", "unit_price": 19814, "count": 8030 }, { "id": 510108, "name": "成华", "longitude": 104.13204104996, "latitude": 30.676802057756, "border": "104.096437,30.675928;104.09804747126,30.675089854104;104.103035,30.67052;104.103017,30.670233;104.102972,30.669953;104.102954,30.670007;104.102918,30.66993;104.102855,30.669798;104.10281,30.669697;104.102774,30.669541;104.10251098735,30.669091419117;104.10050384906,30.668760778608;104.09942740648,30.667051225742;104.09778022271,30.66307570852;104.094887,30.659333;104.102589,30.655557;104.103847,30.65499;104.116715,30.649064;104.118911,30.648077;104.120083,30.647491;104.121274,30.64692;104.124319,30.645537;104.126111,30.644718;104.128285,30.64372;104.128451,30.643731;104.1315709153,30.642773045073;104.13200783677,30.642613190029;104.13387867873,30.642307581917;104.133874,30.642211;104.133909,30.642118;104.134685,30.641774;104.134766,30.641331;104.135009,30.640353;104.134973,30.639918;104.135157,30.639226;104.133607,30.637125;104.131874,30.636597;104.133356,30.635571;104.131119,30.632402;104.133344,30.633285;104.133757,30.632221;104.134084,30.631159;104.131348,30.627717;104.133936,30.625905;104.139128,30.628717;104.143404,30.627055;104.140781,30.622673;104.14773070829,30.617745536493;104.15113508597,30.622080244376;104.15283208667,30.627700851982;104.1625376322,30.626589800675;104.16751802166,30.630048324347;104.168469149,30.633292727663;104.1692025159,30.636137701676;104.17021915595,30.638130008896;104.17089691189,30.648222071678;104.163733,30.649745;104.164991,30.651858;104.16553,30.653411;104.167003,30.656114;104.163625,30.657046;104.16535,30.66301;104.166931,30.668105;104.165709,30.675622;104.166141,30.678976;104.168656,30.68084;104.170812,30.682082;104.177064,30.674628;104.181304,30.67587;104.19927,30.681026;104.205882,30.688977;104.22036283181,30.687698346998;104.22376282176,30.685003977567;104.23039023033,30.689155574078;104.23790908017,30.688497449333;104.23427034315,30.692191780717;104.24257040164,30.692669203566;104.23477900475,30.700155823008;104.23039081039,30.711166262793;104.23113529791,30.713070375646;104.23629328133,30.715956396226;104.23237912073,30.719558879924;104.21820787558,30.718624192173;104.21333753875,30.710170083094;104.2068638645,30.716731428469;104.19598082244,30.714225218796;104.20013964026,30.720190604776;104.19412575332,30.73084175971;104.18786934672,30.726862570027;104.18709424837,30.734746192925;104.18245244981,30.736242557654;104.17335231895,30.733506145177;104.1779785419,30.731182579781;104.17104313323,30.727824255226;104.17216513033,30.738981820532;104.15176794055,30.746699644067;104.14651499597,30.743598409126;104.14456704227,30.749957519357;104.14103409447,30.754624352843;104.13955962405,30.7536820648;104.13543705093,30.753686416645;104.13538425777,30.755106210946;104.13337329623,30.755512300729;104.13156050462,30.74845832447;104.13488436643,30.747561431872;104.1339708698,30.745951793794;104.12870202956,30.74459624862;104.1278754313,30.742534152053;104.12374236934,30.742706412402;104.12339091531,30.740527305251;104.121651,30.740067;104.120708,30.738104;104.11999702667,30.736614535091;104.11977322878,30.734582866649;104.11338536032,30.734862925249;104.11116257129,30.73682298807;104.10847040101,30.736995514192;104.11022712729,30.729235219088;104.09623443821,30.725171546953;104.081799,30.728832;104.081637,30.72832;104.080918,30.72447;104.080667,30.723073;104.080505,30.722375;104.080163,30.722937;104.079786,30.723069;104.07935,30.723143;104.079202,30.723228;104.079094,30.723395;104.079081,30.723609;104.079063,30.723814;104.078735,30.723896;104.078456,30.724047;104.078218,30.724583;104.077585,30.724292;104.077037,30.724261;104.07732,30.723244;104.077051,30.722681;104.076643,30.720497;104.075793,30.718684;104.0778,30.71807;104.077728,30.717558;104.077697,30.717217;104.07767,30.716363;104.077737,30.716316;104.077769,30.715955;104.077818,30.715692;104.077778,30.714892;104.077764,30.714648;104.077423,30.714655;104.076111,30.714589;104.076071,30.714298;104.075932,30.713324;104.075757,30.712385;104.075963,30.711597;104.076668,30.711624;104.077441,30.711613;104.07754,30.711504;104.077567,30.710867;104.077468,30.710875;104.077513,30.71001;104.077549,30.709944;104.078025,30.709975;104.078699,30.709975;104.078645,30.708791;104.078861,30.705985;104.07892,30.703385;104.089133,30.703273;104.099428,30.703024;104.098273,30.701125;104.100644,30.699918;104.100379,30.698839;104.100006,30.697822;104.098744,30.697244;104.09835897156,30.696526155773;104.099275,30.695478;104.098467,30.693367;104.100572,30.69292;104.099351,30.691072;104.098066,30.689282;104.095538,30.685502;104.101575,30.682474", "unit_price": 15244, "count": 7581 }, { "id": 510106, "name": "金牛", "longitude": 104.05502980433, "latitude": 30.711579640801, "border": "104.08372552226,30.808432024969;104.07466711129,30.804667121272;104.06952518107,30.804078988766;104.06489157161,30.790736443215;104.06845541832,30.786662939016;104.07749818255,30.785168593845;104.07771136277,30.777540210749;104.0775870454,30.773762860757;104.07929898606,30.771720669101;104.07882907736,30.770592975542;104.07694285212,30.771025773746;104.07604061488,30.77026316715;104.07727541556,30.76495946443;104.08168821574,30.770054048555;104.08245224072,30.767648124487;104.08636364431,30.767810909383;104.08838238896,30.770850047729;104.09374498758,30.773717187589;104.0972071867,30.771099991743;104.10339089629,30.770628868222;104.10160347082,30.76692785158;104.10812456306,30.7636211093;104.08110141826,30.752031955528;104.07850470504,30.749771394206;104.07438836498,30.74785287047;104.07277976427,30.748019262362;104.06800144684,30.751884224888;104.06577620758,30.754463009506;104.06110333054,30.75748147538;104.057734,30.758094;104.057123,30.758265;104.05653,30.75849;104.055713,30.759149;104.054608,30.758792;104.053368,30.75842;104.049379,30.757202;104.04655,30.75437;104.043244,30.75108;104.04028,30.748147;104.042418,30.745913;104.044053,30.744268;104.044259,30.743988;104.044169,30.743996;104.044421,30.743794;104.045202,30.742933;104.042975,30.740015;104.041816,30.740776;104.040756,30.739837;104.040387,30.738999;104.040046,30.738099;104.04001,30.738099;104.040037,30.738114;104.039992,30.738138;104.038214,30.73948;104.037414,30.739969;104.036264,30.740559;104.034018,30.74173;104.0333,30.743437;104.032869,30.744508;104.03277,30.74471;104.032321,30.745789;104.03144,30.747837;104.030174,30.747534;104.02888,30.74724;104.027667,30.746984;104.02745739908,30.748032354834;104.027254,30.751468;104.026985,30.754944;104.024865,30.754742;104.019259,30.75451;104.020697,30.756573;104.021613,30.757815;104.023149,30.760111;104.021029,30.764952;104.018604,30.764394;104.014885,30.763641;104.013151,30.763307;104.01192,30.763005;104.010555,30.762718;104.008264,30.762175;104.005605,30.761554;104.003305,30.761135;104.003216,30.758854;104.00291,30.751096;104.005407,30.748985;104.011857,30.7436;104.009935,30.741738;104.007869,30.739705;104.005443,30.73716;103.997862,30.730424;103.991927,30.73665;103.987256,30.735102;103.982391,30.733588;103.98686,30.728963;103.991554,30.724051;103.989495,30.723348;103.986971,30.722627;103.984945,30.722079;103.983081,30.721575;103.982376,30.72315;103.981837,30.723942;103.981033,30.724823;103.979798,30.72575;103.978487,30.726635;103.976447,30.727931;103.974799,30.729056;103.974413,30.729266;103.974282,30.729786;103.974062,30.730271;103.973896,30.731039;103.973754,30.731299;103.97214,30.730799;103.972353,30.730542;103.968216,30.729208;103.965391,30.728288;103.963064,30.727547;103.962453,30.727403;103.961456,30.727121;103.961744,30.726844;103.96182,30.726674;103.961807,30.72655;103.96156,30.726297;103.961254,30.726076;103.960648,30.725448;103.960567,30.724807;103.960571,30.724411;103.960491,30.723868;103.960387,30.723499;103.960365,30.723115;103.960567,30.722855;103.961142,30.722444;103.961501,30.722223;103.961923,30.722168;103.962211,30.722091;103.962494,30.722118;103.963037,30.722425;103.963504,30.722921;103.963918,30.723084;103.964272,30.723073;103.964659,30.722906;103.965005,30.722549;103.965683,30.722223;103.96602,30.72218;103.966608,30.722258;103.966976,30.722231;103.967205,30.722126;103.967439,30.721901;103.967987,30.721055;103.968503,30.720057;103.968723,30.719223;103.968494,30.718556;103.968378,30.718199;103.968297,30.717865;103.968288,30.717523;103.968445,30.717407;103.968638,30.717364;103.969056,30.717349;103.969487,30.717399;103.970601,30.717826;103.971382,30.7179;103.972097,30.717752;103.972703,30.717547;103.97348,30.717434;103.974845,30.717325;103.975811,30.717302;103.976552,30.717232;103.977064,30.717011;103.977397,30.716712;103.977599,30.716332;103.977698,30.71535;103.977751,30.715078;103.978183,30.714155;103.978165,30.713507;103.978003,30.71306;103.977814,30.712587;103.977805,30.712074;103.977891,30.711353;103.978016,30.711081;103.978308,30.710976;103.978484,30.710984;103.978668,30.711058;103.979238,30.711314;103.979499,30.711329;103.979795,30.711294;103.980285,30.711038;103.980496,30.710693;103.980415,30.710425;103.980078,30.70999;103.979966,30.709823;103.979943,30.709606;103.980006,30.709385;103.980384,30.709105;103.980689,30.708418;103.980675,30.707603;103.980604,30.70746;103.98059,30.707324;103.980078,30.706715;103.979788,30.706297;103.979678,30.706132;103.979642,30.70581;103.979737,30.70531;103.979894,30.705053;103.980123,30.704875;103.980527,30.704696;103.981129,30.704557;103.981722,30.704328;103.982135,30.703986;103.9824,30.70359;103.982504,30.703051;103.982589,30.702837;103.982795,30.702651;103.982993,30.702503;103.983528,30.702298;103.984601,30.701719;103.985877,30.700745;103.986375,30.70005;103.986829,30.699647;103.987157,30.69913;103.987278,30.698897;103.98969,30.698956;103.989986,30.699515;103.991567,30.698878;103.992412,30.699872;103.994038,30.699367;103.997173,30.699095;103.997429,30.699414;103.997631,30.69998;103.997815,30.700792;103.997918,30.70175;103.997752,30.701952;103.997613,30.70203;103.997411,30.702045;103.996634,30.701882;103.996194,30.702022;103.996054,30.702115;103.995866,30.702371;103.995664,30.703016;103.995592,30.703423;103.995762,30.703714;103.996019,30.703947;103.996315,30.704258;103.996337,30.704471;103.996369,30.705616;103.996306,30.705799;103.996221,30.705969;103.996117,30.70607;103.995852,30.706198;103.995677,30.706226;103.995448,30.706198;103.995143,30.70621;103.994734,30.706167;103.993925,30.706028;103.993589,30.706117;103.99331,30.706241;103.99291,30.706486;103.992825,30.706621;103.992847,30.706839;103.993472,30.707623;103.993683,30.708061;103.994065,30.708488;103.99428,30.708609;103.994653,30.708585;103.99503,30.708616;103.99539,30.708869;103.995785,30.708904;103.995942,30.708989;103.99605,30.709102;103.99614,30.709265;103.996122,30.709435;103.996005,30.709645;103.995807,30.709886;103.995677,30.709959;103.995502,30.709928;103.995206,30.709757;103.994406,30.710184;103.995435,30.711139;103.996113,30.711985;103.997959,30.709909;103.998929,30.710561;103.999693,30.709699;104.000447,30.710181;104.002567,30.708613;104.0032,30.709179;104.003605,30.709389;104.00462,30.710386;104.005258,30.709851;104.005976,30.709497;104.005738,30.708876;104.00581,30.708558;104.006071,30.708318;104.005756,30.707937;104.006726,30.70734;104.007643,30.706757;104.006789,30.706043;104.007939,30.705255;104.007207,30.704203;104.009309,30.703214;104.009376,30.703198;104.009547,30.703575;104.010306,30.704669;104.010809,30.705209;104.011371,30.705752;104.0135,30.707332;104.013881,30.706738;104.014443,30.705426;104.015341,30.704002;104.015835,30.703373;104.015714,30.703214;104.01557,30.702926;104.015009,30.702255;104.014223,30.70118;104.01447,30.701079;104.015399,30.700431;104.015885,30.700128;104.016091,30.699631;104.015898,30.699309;104.01575,30.699243;104.0138,30.700559;104.013419,30.699709;104.012727,30.698412;104.016379,30.696328;104.018418,30.695233;104.017466,30.693638;104.015907,30.694344;104.01522,30.694686;104.014807,30.694861;104.014578,30.694946;104.014205,30.695105;104.013567,30.695396;104.013253,30.694861;104.012938,30.694317;104.012893,30.694131;104.012935,30.694039;104.012979,30.69384;104.013064,30.693778;104.013419,30.69375;104.013544,30.693712;104.014321,30.693459;104.013962,30.692893;104.012791,30.693442;104.011848,30.693892;104.010724,30.694399;104.010508,30.694026;104.010059,30.693281;104.010144,30.693141;104.010162,30.69297;104.010158,30.692838;104.010207,30.692722;104.010279,30.692629;104.011106,30.69219;104.01199,30.691887;104.013149,30.691759;104.013661,30.691705;104.013917,30.691747;104.014137,30.691903;104.01438,30.692171;104.01464,30.69224;104.015516,30.692039;104.016109,30.692132;104.016459,30.692073;104.016814,30.69191;104.016976,30.691751;104.017048,30.691538;104.017003,30.691119;104.017043,30.690971;104.017551,30.690466;104.017672,30.690039;104.017825,30.689574;104.018,30.68943;104.018175,30.689422;104.018463,30.689496;104.018768,30.689527;104.019074,30.689492;104.019348,30.689352;104.019601,30.689117;104.019875,30.688846;104.02039,30.68818;104.02069,30.68799;104.021023,30.687908;104.021292,30.687994;104.021423,30.688576;104.021548,30.688824;104.021908,30.688929;104.022218,30.688859;104.022788,30.688611;104.023596,30.688324;104.023695,30.688273;104.023888,30.688215;104.023969,30.68825;104.024037,30.688308;104.02427,30.688459;104.024764,30.68896;104.025398,30.689372;104.025838,30.689515;104.026498,30.689682;104.026835,30.689849;104.027181,30.689775;104.02798,30.689282;104.028101,30.689154;104.02847,30.6891;104.028807,30.689131;104.029611,30.689174;104.030028,30.689104;104.030572,30.688956;104.031021,30.688801;104.031115,30.6887;104.03121,30.688716;104.031362,30.68865;104.031973,30.687807;104.032301,30.687516;104.032633,30.687404;104.032957,30.687419;104.033262,30.687582;104.033464,30.687745;104.033644,30.687815;104.033887,30.687873;104.034174,30.687885;104.034435,30.687846;104.034915,30.687652;104.03553,30.68714;104.036267,30.686615;104.036492,30.686235;104.036707,30.686103;104.037049,30.685971;104.038522,30.686053;104.038769,30.686002;104.038998,30.68589;104.03916,30.685688;104.039245,30.685408;104.039258,30.685191;104.0391822612,30.685016665611;104.038827,30.684671;104.038383,30.684445;104.038207,30.684329;104.0381,30.684205;104.038014,30.68377;104.037884,30.683397;104.037929,30.683141;104.037978,30.682792;104.038185,30.682271;104.03849,30.681425;104.038675,30.681021;104.038953,30.680412;104.039133,30.680062;104.039142,30.679942;104.039016,30.679313;104.038917,30.678828;104.038877,30.678537;104.038895,30.678141;104.038953,30.677888;104.039124,30.677679;104.039348,30.677465;104.039775,30.677069;104.039937,30.67689;104.039959,30.676751;104.040211,30.676254;104.040336,30.676149;104.040718,30.675582;104.041163,30.675225;104.04181,30.675163;104.042236,30.675337;104.042497,30.675516;104.04313,30.675489;104.043921,30.674798;104.044464,30.674161;104.044734,30.673986;104.044999,30.673781;104.045394,30.673641;104.045852,30.673536;104.046086,30.673431;104.046243,30.673315;104.046328,30.67319;104.046333,30.673066;104.047011,30.672678;104.04746,30.672445;104.048021,30.672115;104.04936,30.671435;104.049499,30.671245;104.053083,30.669444;104.05333,30.669801;104.053753,30.670616;104.054049,30.671117;104.054211,30.671311;104.054624,30.671583;104.055253,30.672084;104.055558,30.67236;104.055823,30.672682;104.056987,30.673986;104.057377,30.674293;104.057409,30.674507;104.057292,30.675054;104.05722,30.675873;104.057373,30.676005;104.057368,30.6763;104.057337,30.676813;104.057278,30.676937;104.057296,30.677112;104.057436,30.677321;104.05779,30.678067;104.057903,30.678494;104.058002,30.678746;104.058047,30.678878;104.058177,30.679006;104.058388,30.679402;104.058527,30.679666;104.058783,30.680136;104.058873,30.680559;104.058801,30.680909;104.058873,30.681173;104.059075,30.681565;104.059318,30.681763;104.059645,30.682081;104.059866,30.68212;104.060171,30.682124;104.060598,30.682225;104.061235,30.682458;104.061695,30.682739;104.062064,30.683042;104.062799,30.68365;104.063252,30.68396;104.063598,30.684212;104.064155,30.684562;104.064366,30.684678;104.064591,30.684667;104.065004,30.684589;104.065431,30.684507;104.06605,30.684376;104.066756,30.684313;104.067178,30.684271;104.067771,30.684395;104.067941,30.684616;104.068197,30.685043;104.068341,30.685431;104.068534,30.685967;104.068718,30.686553;104.068853,30.68724;104.069024,30.687722;104.069181,30.688095;104.069275,30.688545;104.069666,30.688463;104.070025,30.688316;104.070353,30.688533;104.070546,30.68832;104.071386,30.687792;104.072069,30.687427;104.073035,30.68707;104.074468,30.686678;104.07484,30.686522;104.07533,30.686223;104.076314,30.685443;104.076677,30.685098;104.077109,30.684768;104.077409,30.684628;104.078182,30.684407;104.078586,30.684313;104.079759,30.684313;104.080778,30.684154;104.08138,30.683921;104.082081,30.68349;104.08257,30.683075;104.083073,30.682582;104.083437,30.682396;104.083639,30.68233;104.083864,30.682295;104.084138,30.68224;104.084695,30.682046;104.085593,30.681526;104.086482,30.681083;104.087322,30.680621;104.088346,30.679938;104.089141,30.679344;104.089474,30.679154;104.089869,30.678975;104.090264,30.678898;104.090987,30.67887;104.091711,30.678824;104.091989,30.67875;104.092865,30.678393;104.09317,30.678187;104.094091,30.677189;104.094522,30.676836;104.095021,30.676522;104.096247,30.675963;104.096579,30.676494;104.097356,30.677473;104.098861,30.679352;104.099723,30.680381;104.099714,30.680517;104.100132,30.681068;104.101277,30.682427;104.099701,30.683195;104.099669,30.683292;104.095389,30.685408;104.096382,30.686876;104.097329,30.68837;104.098511,30.690074;104.099521,30.691456;104.100429,30.692861;104.099297,30.692904;104.098897,30.692974;104.098672,30.693083;104.098425,30.693316;104.098403,30.693452;104.098327,30.693688;104.098353,30.694042;104.098605,30.694453;104.098803,30.694632;104.098982,30.694896;104.099023,30.695074;104.098982,30.695214;104.098892,30.695319;104.098389,30.695738;104.097877,30.696122;104.097774,30.696312;104.098403,30.697244;104.098583,30.69745;104.098883,30.697597;104.099369,30.697706;104.099696,30.69783;104.099876,30.698016;104.099984,30.698098;104.100199,30.698797;104.100429,30.699674;104.100226,30.699895;104.097972,30.700974;104.09933115801,30.702996559862;104.09882947844,30.703006200462;104.0977555335,30.703017356619;104.09675202987,30.703038862357;104.09408302759,30.703086155171;104.09167581606,30.703133324112;104.09007296727,30.703166802606;104.0885293407,30.70320471187;104.087965,30.703109;104.087354,30.703124;104.086042,30.703124;104.084353,30.703171;104.082413,30.703233;104.080706,30.703249;104.078892,30.703357;104.078838,30.704444;104.078748,30.706152;104.078586,30.708628;104.078654,30.709936;104.07816,30.709952;104.077549,30.70992;104.077454,30.710006;104.077432,30.71093;104.077522,30.710914;104.077486,30.711485;104.077418,30.711566;104.076664,30.711593;104.075909,30.711562;104.075698,30.712404;104.075927,30.7136;104.076058,30.714605;104.077719,30.71469;104.077769,30.715695;104.077706,30.716274;104.077625,30.716359;104.077652,30.717213;104.077751,30.717942;104.075631,30.718625;104.076457,30.720612;104.076925,30.72241;104.07697,30.722693;104.077253,30.723248;104.077145,30.723671;104.076974,30.724307;104.077181,30.724338;104.077495,30.72433;104.078196,30.724625;104.078385,30.724552;104.078438,30.724261;104.078636,30.724012;104.07913,30.723826;104.079162,30.723411;104.079328,30.723225;104.079916,30.723104;104.080383,30.722852;104.08077069126,30.724435124028;104.08128435767,30.727070508678;104.08153392599,30.728356314183;104.08167707788,30.728976003474;104.08298947231,30.728637061408;104.08608499673,30.72785489979;104.09626465127,30.72519869953;104.1102135752,30.729234091882;104.10845495284,30.737003629675;104.11116691893,30.736837656924;104.1134027075,30.734880118485;104.11975863565,30.734594110367;104.119991905,30.736633745446;104.120474,30.737956;104.121516,30.740137;104.12337821163,30.740524973926;104.12373318784,30.742716875791;104.12786949825,30.742547901641;104.12869447301,30.744605630687;104.13396007212,30.745953788379;104.13488355422,30.747555992576;104.13155159144,30.74845004408;104.13336033763,30.755521042572;104.13538776728,30.755107082337;104.13544434107,30.753696844777;104.13956124607,30.753699724111;104.14103949527,30.754636646404;104.14454976518,30.749981134148;104.14599187424,30.761036802748;104.14626072103,30.772325103899;104.12847,30.770114;104.126744,30.768333;104.125074,30.769046;104.123331,30.772025;104.123672,30.772847;104.118795,30.775889;104.12772631634,30.785833504975;104.12900882561,30.789994849036;104.12823382412,30.795363993608;104.11011436389,30.796436521885;104.10656186406,30.8012754713;104.09772017745,30.799095635908;104.10056687104,30.8030607514;104.09954698568,30.806987134869;104.09746,30.807066;104.096076,30.808989;104.095394,30.810555;104.092357,30.812835;104.091513,30.812369;104.090291,30.810012;104.088566,30.809826;104.085584,30.812075", "unit_price": 14476, "count": 7293 }, { "id": 23008850, "name": "天府新区", "longitude": 104.097087, "latitude": 30.437881, "border": "104.354887,30.394158;104.365523,30.404375;104.378171,30.411975;104.3947,30.421817;104.373428,30.429539;104.353019,30.436265;104.342383,30.439628;104.332897,30.44324;104.324417,30.446727;104.319817,30.448844;104.313861,30.45121;104.302713,30.456191;104.29064,30.461919;104.282448,30.466028;104.274543,30.46802;104.262766,30.473997;104.228558,30.483085;104.186015,30.519304;104.179259,30.526024;104.171929,30.534485;104.167042,30.540955;104.164024,30.545683;104.16115,30.550161;104.159209,30.553271;104.156478,30.556879;104.154466,30.560113;104.151735,30.56372;104.149579,30.567576;104.147567,30.570934;104.14442482098,30.575838496248;104.129817,30.574199;104.120393,30.57367;104.120645,30.570375;104.120878,30.567483;104.118489,30.564249;104.11601,30.560797;104.117447,30.558185;104.120178,30.554437;104.128298,30.555495;104.129772,30.55111;104.134407,30.550612;104.13412,30.548;104.129808,30.547906;104.125747,30.546538;104.127903,30.544734;104.129269,30.539789;104.128298,30.533163;104.132431,30.527004;104.127616,30.521124;104.129197,30.514155;104.12643,30.509022;104.131029,30.507591;104.127616,30.502457;104.120861,30.502083;104.118812,30.506377;104.112848,30.508088;104.105014,30.501352;104.094307,30.502083;104.079525,30.502258;104.077023,30.502285;104.076844,30.506517;104.07652,30.513673;104.076628,30.516442;104.076592,30.5203;104.076484,30.52478;104.075712,30.538474;104.074894,30.538268;104.073282,30.537502;104.072258,30.536869;104.070942,30.536247;104.070439,30.535823;104.070371,30.540372;104.066994,30.540348;104.066924,30.540435;104.066995,30.540248;104.066995,30.540373;104.063869,30.539968;104.059306,30.540217;104.058958,30.544072;104.052886,30.544072;104.05285,30.537938;104.051844,30.53489;104.05055,30.530348;104.0494,30.527113;104.048394,30.524189;104.047676,30.522073;104.045879,30.517407;104.044873,30.514731;104.043507,30.51106;104.041926,30.506828;104.040777,30.501414;104.040489,30.497556;104.039339,30.493199;104.038046,30.489216;104.036896,30.484983;104.036034,30.480875;104.034453,30.476767;104.032584,30.473281;104.030572,30.469764;104.028128,30.466028;104.026691,30.462542;104.024535,30.459304;104.021661,30.45532;104.014609,30.443738;104.008141,30.43969;104.00232,30.430661;103.993696,30.421069;103.988163,30.414965;103.981048,30.407739;103.974868,30.400139;103.972425,30.390233;103.984067,30.386682;104.001027,30.380825;104.009219,30.379267;104.021652,30.377709;104.038755,30.372537;104.045367,30.370356;104.066639,30.359949;104.078568,30.356396;104.093229,30.347234;104.113494,30.346236;104.133113,30.347857;104.168902,30.353654;104.173645,30.354277;104.180544,30.352781;104.184856,30.351659;104.191611,30.349415;104.197648,30.346922;104.205553,30.343057;104.215614,30.338943;104.225962,30.337198;104.237748,30.336325;104.241916,30.335826;104.246515,30.335078;104.25054,30.335826;104.259595,30.336574;104.267069,30.339816;104.27368,30.341062;104.285035,30.343182;104.297252,30.347171;104.305876,30.356022;104.309038,30.359512;104.313781,30.361881;104.318092,30.366617;104.333471,30.375341;104.342095,30.384314;104.347844,30.388551", "unit_price": 16492, "count": 4887 }, { "id": 23009121, "name": "高新西", "longitude": 103.938985, "latitude": 30.755203, "border": "103.960763,30.727566;103.961167,30.727396;103.961455,30.727163;103.966849,30.728882;103.972198,30.730954;103.973712,30.731466;103.973991,30.730981;103.974112,30.730446;103.974282,30.730073;103.974426,30.729596;103.97453,30.729266;103.974742,30.729169;103.974889,30.729181;103.976663,30.72802;103.979542,30.726135;103.980454,30.72551;103.981235,30.724838;103.982003,30.724039;103.98252,30.723247;103.983203,30.721746;103.984869,30.722219;103.986917,30.722762;103.989414,30.723469;103.991171,30.724086;103.981938,30.733751;103.984507,30.734609;103.982432,30.736553;103.982665,30.736809;103.983622,30.737833;103.985306,30.739529;103.983724,30.740995;103.982089,30.742501;103.983629,30.744169;103.985225,30.745752;103.980927,30.749255;103.978838,30.750873;103.976009,30.7527;103.970358,30.755613;103.968319,30.756599;103.961384,30.759927;103.958213,30.761397;103.955941,30.762476;103.954701,30.763418;103.954113,30.764054;103.953556,30.764725;103.95232,30.766979;103.951669,30.768154;103.950623,30.769907;103.949765,30.770792;103.948956,30.771587;103.946931,30.773363;103.944595,30.774868;103.941764,30.776617;103.942963,30.779724;103.944019,30.78233;103.942024,30.783695;103.94025,30.78499;103.93937,30.785937;103.938777,30.786802;103.93826,30.787744;103.936729,30.790652;103.935157,30.793592;103.933958,30.795794;103.933486,30.79695;103.933082,30.798097;103.932601,30.799928;103.93235,30.800812;103.932071,30.801614;103.930917,30.804274;103.929578,30.807325;103.929017,30.808628;103.928684,30.80921;103.928249,30.809764;103.927903,30.810074;103.926888,30.81078;103.926264,30.811063;103.925504,30.811327;103.922913,30.812083;103.922863,30.811842;103.920236,30.808523;103.918749,30.806562;103.917312,30.804623;103.916665,30.803685;103.915493,30.80213;103.914756,30.801172;103.913148,30.798985;103.91132,30.796508;103.910377,30.79524;103.909012,30.79346;103.906348,30.78995;103.905616,30.788985;103.9047,30.78793;103.903375,30.786406;103.902647,30.785467;103.90138,30.783684;103.899314,30.780725;103.897864,30.778634;103.898573,30.778072;103.899184,30.777494;103.899799,30.776633;103.901035,30.774926;103.902189,30.773251;103.903262,30.771742;103.903878,30.77085;103.90456,30.77007;103.905939,30.768767;103.908347,30.766448;103.911001,30.763919;103.911846,30.763092;103.912317,30.762724;103.913548,30.761859;103.916351,30.760117;103.917649,30.756409;103.918776,30.755257;103.919715,30.754085;103.919913,30.753515;103.920532,30.752898;103.921211,30.752339;103.922221,30.751692;103.924018,30.750609;103.924292,30.750078;103.92484,30.749251;103.925446,30.748258;103.926048,30.747238;103.926457,30.746784;103.926771,30.746528;103.928289,30.74555;103.929641,30.744534;103.931793,30.743017;103.932601,30.742454;103.933459,30.742117;103.935525,30.74072;103.936877,30.739754;103.938804,30.738722;103.940295,30.737985;103.940578,30.737903;103.94091,30.737903;103.942235,30.738299;103.942536,30.738311;103.94295,30.738283;103.943632,30.738109;103.944319,30.737779;103.948003,30.735792;103.949359,30.734982;103.949696,30.734675;103.951452,30.731718;103.951901,30.729902;103.952764,30.729041;103.953482,30.728599;103.953792,30.728211;103.953743,30.727295;103.953765,30.727081;103.954098,30.726814;103.95425,30.726748;103.954533,30.726736;103.955719,30.727349;103.95624,30.72757;103.957466,30.727908;103.958369,30.727985;103.959276,30.727997;103.960071,30.727819;103.960511,30.727768", "unit_price": 12215, "count": 1609 }, { "id": 510122, "name": "双流", "longitude": 103.86652978345, "latitude": 30.612969442112, "border": "103.96829,30.631181;103.960996,30.637395;103.960385,30.649637;103.956253,30.652682;103.952078,30.663922;103.949401,30.663658;103.944909,30.666438;103.938734,30.664893;103.936119,30.664334;103.935293,30.664846;103.934413,30.665506;103.93207,30.6716;103.928035,30.671136;103.926526,30.671199;103.924684,30.672806;103.921163,30.669933;103.912359,30.670756;103.912072,30.671703;103.912988,30.672635;103.916006,30.674017;103.91518,30.675042;103.909828,30.670979;103.909684,30.66663;103.906055,30.66604;103.905157,30.67073;103.903109,30.675855;103.900989,30.676011;103.896749,30.676756;103.893551,30.671693;103.890245,30.669829;103.885071,30.665108;103.879897,30.663368;103.867392,30.655416;103.861068,30.654173;103.859343,30.651936;103.857619,30.652185;103.853594,30.650693;103.838646,30.646717;103.823699,30.642242;103.804475,30.635515;103.83110788284,30.552102329923;103.826196,30.538192;103.829502,30.524381;103.833957,30.512807;103.865003,30.510069;103.883112,30.507456;103.891539,30.499646;103.897001,30.492427;103.898968,30.489302;103.901447,30.487497;103.903711,30.485755;103.90637,30.483794;103.907268,30.481989;103.911169,30.483745;103.919937,30.484119;103.934309,30.480633;103.944945,30.477769;103.956012,30.473786;103.948251,30.457599;103.914906,30.426348;103.918499,30.423607;103.941065,30.406416;103.948682,30.401183;103.956731,30.397196;103.963774,30.393457;103.971679,30.390841;103.973691,30.399189;103.9798,30.407988;103.982099,30.410231;103.985836,30.419201;103.994172,30.426924;104.005096,30.440126;104.015732,30.447101;104.020205,30.454417;104.029045,30.468083;104.031991,30.473125;104.035692,30.481902;104.038701,30.491437;104.038975,30.492285;104.039344,30.49407;104.039824,30.496712;104.040269,30.499174;104.040624,30.50113;104.04114,30.503962;104.041756,30.507427;104.042169,30.508967;104.043305,30.511779;104.045821,30.518103;104.046881,30.521362;104.047824,30.524535;104.050779,30.532261;104.052711,30.53795;104.052778,30.538645;104.052773,30.541663;104.052755,30.541799;104.052738,30.544058;104.045017,30.544073;104.039178,30.543964;104.036474,30.543832;104.03377,30.542611;104.027913,30.539921;104.026323,30.539217;104.025164,30.541422;104.024841,30.543754;104.022613,30.544687;104.018337,30.54335;104.016576,30.545372;104.01866,30.547735;104.024553,30.550317;104.031776,30.561761;104.034363,30.56997;104.039285,30.570064;104.042382,30.578308;104.034836,30.580438;104.029087,30.583951;104.018397,30.590682;104.011714,30.584931;104.004617,30.591895;103.994395,30.59278;103.976662,30.580547;103.971757,30.589019;103.960708,30.595485;103.963708,30.597133;103.973374,30.590325;103.973859,30.611695;103.965236,30.616155;103.963295,30.624235", "unit_price": 12403, "count": 5700 }, { "id": 510115, "name": "温江", "longitude": 103.8435535959, "latitude": 30.698727210531, "border": "103.69482955999,30.891966229653;103.72757632985,30.781723913586;103.74459288861,30.736103064511;103.789089,30.677434;103.786574,30.674949;103.778453,30.67439;103.791425,30.646836;103.800444,30.650875;103.804477,30.635701;103.829522,30.644432;103.857603,30.652292;103.85931,30.652044;103.860999,30.65425;103.867449,30.655601;103.879881,30.66346;103.885001,30.665153;103.890032,30.669782;103.893571,30.671894;103.896679,30.677034;103.903417,30.676056;103.905501,30.670217;103.906219,30.666272;103.909597,30.666738;103.909579,30.671117;103.915149,30.675575;103.914412,30.678436;103.910594,30.68036;103.910235,30.681665;103.906925,30.681045;103.904984,30.681852;103.902577,30.685858;103.903798,30.688219;103.923314,30.701043;103.92463,30.701118;103.923157,30.706241;103.922726,30.707545;103.924581,30.706975;103.930307,30.712466;103.936708,30.728094;103.942762,30.732972;103.947326,30.733872;103.947851,30.73405;103.948732,30.733786;103.948732,30.734174;103.948965,30.734345;103.949149,30.734706;103.94261,30.73795;103.940292,30.737686;103.938172,30.738601;103.928309,30.745057;103.925847,30.74692;103.923691,30.750303;103.921086,30.75218;103.919811,30.750737;103.918589,30.746144;103.913109,30.745709;103.895539,30.758977;103.883968,30.762049;103.882477,30.759116;103.886987,30.754306;103.885226,30.752413;103.863325,30.754942;103.848836,30.763232;103.84014,30.767701;103.832451,30.774031;103.825049,30.782377;103.804387,30.787806;103.796087,30.807504;103.792458,30.814421;103.773989,30.814762;103.761484,30.832749;103.736763,30.844872;103.722893,30.867782", "unit_price": 11085, "count": 5412 }, { "id": 510124, "name": "郫都", "longitude": 103.88837671014, "latitude": 30.814910311649, "border": "103.736114,30.870379;103.723394,30.867775;103.737048,30.844959;103.761913,30.833176;103.774166,30.815282;103.79357,30.814569;103.798061,30.802969;103.804673,30.787955;103.813512,30.785659;103.825226,30.782618;103.832915,30.774241;103.840569,30.767942;103.849642,30.763319;103.856943,30.759269;103.861614,30.756569;103.863842,30.755141;103.88515,30.752721;103.886731,30.754303;103.882203,30.759145;103.883784,30.762279;103.89575,30.759176;103.913177,30.745862;103.918387,30.746234;103.919537,30.750765;103.921006,30.752193;103.920161,30.752787;103.919416,30.753454;103.919196,30.753873;103.918275,30.755079;103.9173,30.756247;103.916173,30.759998;103.913366,30.761759;103.912535,30.762314;103.911807,30.762869;103.910855,30.763803;103.9082,30.766325;103.905797,30.768652;103.904531,30.769846;103.903709,30.770762;103.903102,30.771607;103.90211,30.773042;103.899666,30.776521;103.898975,30.77739;103.898629,30.777763;103.897717,30.778445;103.897259,30.778755;103.898153,30.779973;103.899514,30.781808;103.901005,30.783906;103.901926,30.785209;103.903529,30.787206;103.905169,30.789199;103.90591,30.790075;103.906947,30.79144;103.910895,30.79664;103.922726,30.812386;103.924478,30.811859;103.926378,30.811269;103.927024,30.810983;103.927981,30.810335;103.928354,30.810009;103.928677,30.809649;103.929032,30.809133;103.929328,30.80861;103.929805,30.807513;103.93113,30.804469;103.931902,30.802654;103.932288,30.801759;103.932621,30.800844;103.933371,30.798137;103.933762,30.796931;103.934215,30.795877;103.93537,30.793755;103.936982,30.790715;103.938518,30.787842;103.939107,30.786772;103.939336,30.786411;103.93961,30.78607;103.939933,30.785647;103.940436,30.785143;103.942233,30.783867;103.944281,30.782416;103.943185,30.779647;103.941999,30.776675;103.944685,30.775019;103.947052,30.773491;103.947838,30.772805;103.949311,30.771474;103.95073,30.770028;103.951808,30.768278;103.952734,30.766552;103.953704,30.764799;103.954719,30.763628;103.956035,30.762611;103.963194,30.759159;103.966716,30.757452;103.970318,30.755718;103.97322,30.75424;103.97463,30.753511;103.976022,30.752797;103.977491,30.751839;103.978874,30.750931;103.980891,30.749426;103.985414,30.745721;103.983909,30.744192;103.982337,30.742516;103.983927,30.741034;103.985468,30.739548;103.985333,30.739482;103.982486,30.736541;103.984538,30.734628;103.988316,30.735847;103.991743,30.736995;103.997898,30.730606;104.004905,30.736907;104.009971,30.741905;104.011732,30.743581;104.002785,30.751061;104.003216,30.761209;104.021164,30.765119;104.023338,30.760076;104.019404,30.754536;104.027129,30.755049;104.027776,30.747057;104.031513,30.747926;104.034046,30.741812;104.037657,30.73998;104.039472,30.738723;104.039975,30.738227;104.040693,30.739965;104.041843,30.740927;104.042921,30.74012;104.045239,30.742944;104.040172,30.748128;104.049353,30.757267;104.055713,30.759269;104.055048,30.759766;104.047521,30.763815;104.043622,30.76591;104.0417,30.766934;104.039903,30.767927;104.037657,30.776351;104.035483,30.784899;104.050036,30.781533;104.050952,30.792127;104.038771,30.792872;104.040693,30.802178;104.025674,30.813514;104.021272,30.824478;103.995904,30.836478;103.977399,30.841005;103.964355,30.858522;103.947988,30.863746;103.944036,30.873479;103.954169,30.882157;103.95115,30.888294;103.95638782327,30.893281197989;103.94056809587,30.907057326289;103.94029236772,30.907372731458;103.92458053488,30.923571766674;103.91969309374,30.928481516547;103.89157856223,30.935397765049;103.88375120776,30.937283650306;103.85493796924,30.941909465477;103.84405750033,30.929338624298;103.837551,30.931794;103.833454,30.941149;103.819872,30.953723;103.787964,30.962023;103.774238,30.955519;103.777005,30.929316;103.768525,30.921076;103.762416,30.906019;103.756092,30.906669;103.755014,30.903416;103.762919,30.89759;103.769459,30.890897;103.757817,30.885442;103.741935,30.883893", "unit_price": 10710, "count": 6403 }, { "id": 510112, "name": "龙泉驿", "longitude": 104.274566, "latitude": 30.562024, "border": "104.39519351316,30.606083109757;104.42719394121,30.657086793653;104.37870560363,30.691373152029;104.33361379534,30.723262355567;104.314903,30.709178;104.30804,30.705452;104.304303,30.703217;104.29956,30.700919;104.296111,30.699056;104.292518,30.697751;104.279582,30.69241;104.263628,30.68769;104.264455,30.731283;104.251663,30.728178;104.247063,30.72942;104.236284,30.71576;104.230103,30.712035;104.23479308126,30.700151578766;104.24261310975,30.692658876035;104.23430121014,30.69218574095;104.23795020928,30.688476400076;104.23038698559,30.689133593039;104.223766635,30.684979829442;104.22035550149,30.687685637294;104.205935,30.689002;104.199288,30.68102;104.177154,30.67456;104.170758,30.682092;104.168494,30.680632;104.166194,30.679048;104.165691,30.675694;104.16641,30.671718;104.166877,30.668146;104.16508,30.662042;104.163643,30.657071;104.166877,30.656108;104.165548,30.653421;104.165044,30.652038;104.163715,30.649693;104.167542,30.648916;104.16844,30.648745;104.16932,30.648605;104.171027,30.648403;104.1703340119,30.638135872528;104.16923780498,30.636086890568;104.16765041913,30.629987423807;104.16253677758,30.626504607707;104.15289613286,30.627604141167;104.15124242129,30.622101313737;104.14785826135,30.617777933684;104.15397748241,30.616136600334;104.15609737906,30.615219755768;104.15965267821,30.613626697433;104.16037930535,30.613305822925;104.16187993703,30.612509375239;104.16298333542,30.61183774823;104.1640202664,30.611091963604;104.16742563321,30.608535461067;104.17099733447,30.606486686123;104.17749605775,30.602429720993;104.18316093588,30.598579941249;104.18433925814,30.597790405466;104.1863987481,30.596455557224;104.17936548605,30.588662654822;104.17337574676,30.582153193417;104.14457660624,30.575790587368;104.17793657238,30.527909873178;104.22372645994,30.488209233713;104.25935252058,30.475564125094;104.30196065846,30.474301153368;104.35368323946,30.540060519436", "unit_price": 12102, "count": 4198 }, { "id": 510114, "name": "新都", "longitude": 104.18365673628, "latitude": 30.829559374266, "border": "104.12904070627,30.789980959613;104.12847891677,30.78812051508;104.12777361432,30.785802471659;104.11878815623,30.775887999553;104.123744,30.772878;104.123457,30.772025;104.125163,30.769093;104.126726,30.768426;104.12846877646,30.770109812698;104.14641192465,30.772417034134;104.14606723355,30.761051451508;104.14456813108,30.749984393539;104.14652446679,30.743624861138;104.15177011805,30.746730326312;104.17217627419,30.738989363886;104.1710602811,30.727862448005;104.17792250703,30.731182284376;104.17331726817,30.733509061284;104.18245599952,30.736254724925;104.18715366993,30.734782240924;104.18789339461,30.726934667984;104.19414134526,30.730898762424;104.20019713368,30.720173947119;104.19609401808,30.714316986767;104.20689142067,30.716781241771;104.21333050837,30.7102341889;104.21812772488,30.718664909321;104.23241520236,30.719616853087;104.23631061518,30.71597200105;104.246848,30.729575;104.251447,30.72852;104.265137,30.731717;104.264212,30.68807;104.283984,30.69446;104.300656,30.702564;104.312514,30.70865;104.324228,30.717468;104.331917,30.724236;104.304178,30.743792;104.295913,30.749254;104.29132399982,30.753850836586;104.23978489475,30.822133973887;104.26068272376,30.847859140518;104.22461319687,30.870422165828;104.21219905554,30.861179387743;104.18441663667,30.872287171233;104.18956462815,30.915950777529;104.17578464117,30.913652760142;104.15968288576,30.927636166718;104.14349474278,30.925119901986;104.1052173067,30.919051801862;104.07874467752,30.925538780647;104.07481206047,30.950386641276;104.05933780844,30.965807723266;103.97865693233,30.932712398059;103.97039185744,30.923163631514;103.95681957332,30.921334989248;103.94935859305,30.910439029354;103.9406012973,30.907058588726;103.956906,30.893341;103.951732,30.888258;103.954679,30.881936;103.949576,30.877721;103.944761,30.873444;103.946738,30.867833;103.948175,30.864113;103.953529,30.862378;103.96474,30.858689;103.969986,30.851372;103.977567,30.841389;103.992767,30.837606;103.995893,30.836769;104.001462,30.833901;104.00148,30.833885;104.001498,30.833808;104.006996,30.831187;104.00899,30.830272;104.009853,30.829931;104.010715,30.829497;104.011757,30.82897;104.014129,30.827823;104.016464,30.826768;104.021315,30.824536;104.023507,30.818922;104.025735,30.813619;104.029508,30.81061;104.032202,30.808532;104.040629,30.802236;104.039515,30.796249;104.03894,30.793767;104.038868,30.79293;104.042174,30.792588;104.050887,30.792138;104.050564,30.78674;104.050348,30.785065;104.049953,30.781435;104.04327,30.783064;104.038059,30.784274;104.035508,30.784832;104.036586,30.780892;104.037592,30.7772;104.038131,30.77478;104.038172,30.774648;104.038239,30.77445;104.038306,30.774206;104.038324,30.774097;104.03845,30.773663;104.03867,30.773136;104.039762,30.768764;104.040036,30.767985;104.040148,30.767884;104.04004,30.767989;104.040009,30.768039;104.040076,30.767938;104.040081,30.76795;104.040031,30.767965;104.04,30.768047;104.040009,30.768043;104.040134,30.767899;104.040278,30.767806;104.041922,30.766914;104.043359,30.7662;104.043642,30.76603;104.046153,30.764653;104.047294,30.764013;104.048174,30.763547;104.049118,30.763051;104.050034,30.762539;104.050901,30.762104;104.051309,30.761856;104.051803,30.761592;104.052886,30.761003;104.054013,30.760398;104.055415,30.759668;104.056367,30.758745;104.057198,30.758311;104.05802368394,30.758110023519;104.06122226546,30.757587817502;104.06592330361,30.754587661253;104.06814668163,30.751962387264;104.07289046928,30.748136324568;104.07444621528,30.748010646841;104.07838564305,30.749935826749;104.0810562103,30.752201680576;104.08163785605,30.752476818798;104.08235356511,30.752813969303;104.10784770481,30.763597457788;104.101516,30.766899;104.102481,30.768842;104.102966,30.769773;104.103155,30.770176;104.103353,30.770568;104.100272,30.770797;104.097186,30.771053;104.09543,30.772333;104.093718,30.77364;104.091796,30.772585;104.091055,30.772181;104.089878,30.771557;104.089079,30.771134;104.088508,30.770805;104.088513,30.770812;104.0880486833,30.770197906044;104.08772026899,30.769732063169;104.08739646054,30.769267560775;104.087039,30.768687;104.086752,30.768264;104.086613,30.768058;104.08646,30.767861;104.08637,30.767721;104.086011,30.767721;104.084237,30.767655;104.082404,30.767581;104.081672,30.769924;104.079485,30.767391;104.077261,30.764878;104.076606,30.767543;104.075959,30.770293;104.076947,30.771095;104.078798,30.770665;104.079224,30.771708;104.07753635318,30.773755005864;104.077517,30.779395;104.077396,30.785065;104.0684,30.786613;104.064806,30.790727;104.0672541564,30.797704061071;104.069473,30.804163;104.074665,30.80476;104.079238,30.806656;104.081483,30.807609;104.085548,30.812571;104.089483,30.810121;104.091387,30.81271;104.092735,30.813083;104.094423,30.812214;104.095933,30.810725;104.096741,30.809252;104.0964,30.808585;104.097613,30.807253;104.099593,30.807067;104.100146,30.805047;104.10042,30.804042;104.100635,30.803046;104.09790249037,30.799221784615;104.10663231714,30.801386940481;104.11017608123,30.796526747549;104.12831938471,30.795426018691", "unit_price": 10672, "count": 4459 }, { "id": 23009222, "name": "天府新区南区", "longitude": 104.061542, "latitude": 30.255423, "border": "103.670177,30.214182;103.674704,30.26635;103.705031,30.291487;103.746928,30.310819;103.777327,30.345608;103.813475,30.360068;103.850084,30.365012;103.860618,30.357886;103.873841,30.358447;103.887711,30.35209;103.886704,30.35745;103.882177,30.385057;103.895831,30.399511;103.902012,30.407547;103.91236,30.421126;103.914947,30.424427;103.928991,30.41442;103.943796,30.402989;103.955617,30.395981;103.970673,30.389595;103.972829,30.38947;104.000856,30.380498;104.020834,30.377631;104.043687,30.370527;104.065965,30.359434;104.076139,30.356765;104.093274,30.346844;104.113971,30.345847;104.132799,30.347467;104.173331,30.354199;104.192128,30.34941;104.215874,30.338366;104.238009,30.335499;104.237577,30.297714;104.223348,30.274012;104.240955,30.279314;104.241314,30.265715;104.24462,30.253175;104.26388,30.246749;104.276815,30.224533;104.33675,30.173217;104.382887,30.160603;104.482635,30.077381;104.452739,30.031367;104.277678,29.980638;104.19489,29.95661;104.1259,29.931574;104.089105,29.934578;104.015516,29.958612;103.959462,29.972316;103.939052,29.97363;103.937328,29.983641;103.950551,29.99265;103.964924,29.988146;103.970673,29.991149;103.970098,29.999156;103.978147,30.004161;103.979297,30.015669;103.981596,30.031179;103.979297,30.044686;103.985621,30.058691;103.983321,30.078694;103.979297,30.093694;103.972398,30.104193;103.980446,30.121188;103.975272,30.128685;103.983362,30.160863;103.965324,30.143875;103.950448,30.147123;103.940675,30.155929;103.909485,30.162986;103.902371,30.139877;103.899927,30.135005;103.88577,30.134255;103.887064,30.149996;103.881315,30.150246;103.862486,30.149246;103.839346,30.145124;103.824685,30.146748;103.816493,30.148247;103.795796,30.147248;103.783291,30.146998;103.744054,30.151245;103.718685,30.154743;103.658032,30.180846;103.652283,30.189712;103.64603,30.193707;103.639922,30.194019;103.632304,30.194332;103.628208,30.196891;103.623752,30.202947;103.618794,30.208128", "unit_price": 10211, "count": 213 }, { "id": 510113, "name": "青白江", "longitude": 104.25837555123, "latitude": 30.89086103135, "border": "104.15969504741,30.927692922948;104.17582592208,30.913702069842;104.18962616226,30.916008145762;104.18448227434,30.872315876258;104.21218902086,30.861230508899;104.22461537954,30.870463669379;104.26074967497,30.847855059684;104.23986358116,30.822111470011;104.291322108,30.753926530902;104.4275467246,30.657093877287;104.47759604543,30.782164388422;104.46763157797,30.786078946376;104.45866451167,30.779727572227;104.44866262551,30.786991609561;104.44234767336,30.781599601221;104.42995191125,30.786364088361;104.42766192382,30.799843292484;104.41746754053,30.794689712352;104.4046484334,30.811353081292;104.37531729688,30.829020270367;104.3793573697,30.836352454304;104.37406021895,30.843623653185;104.36775212009,30.844877875307;104.3636531914,30.83957198879;104.35951629196,30.839341570673;104.35890359505,30.844724803658;104.3635883846,30.848880133974;104.3848989471,30.854098588239;104.3857791673,30.862553658445;104.39239515443,30.869157605699;104.3967094246,30.873688968716;104.392445,30.891324;104.41116404552,30.918849416117;104.36034351832,30.954542230763;104.29048661689,30.942103752659;104.28493216301,30.949073841051;104.28054160277,30.9528453762;104.28147643262,30.956434222239;104.27873335138,30.965773926227;104.27157137431,30.970292120154;104.25901628095,30.972122072261;104.24870550526,30.942293569662;104.23823344835,30.949099468497;104.20704173879,30.95373606424;104.17984634737,30.946310736733;104.14818892935,30.941122060319;104.14347660863,30.925195838401;104.15969504741,30.927692922948", "unit_price": 7672, "count": 1249 }, { "id": 510181, "name": "都江堰", "longitude": 103.63305299972, "latitude": 30.995080063356, "border": "103.74319769964,31.014881635113;103.72296865003,31.069338674804;103.75738420063,31.082590447713;103.72625883188,31.136732596627;103.70691249158,31.185983216639;103.70515606677,31.235259822001;103.72584039404,31.29878087059;103.68556362558,31.379750181682;103.57489115499,31.342614557991;103.58823455672,31.205405505332;103.52117191221,31.062656047221;103.53438606622,31.029452224472;103.509114,30.980444;103.488704,30.964591;103.464316,30.941638;103.47179,30.931974;103.48027,30.922185;103.498092,30.90186;103.55267,30.831133;103.726007,30.78225;103.694386,30.891396;103.723132,30.868833;103.735855,30.870587;103.741676,30.884286;103.757774,30.88565;103.769056,30.891011;103.76284,30.897333;103.754791,30.903406;103.755941,30.906877;103.762337,30.906257;103.768122,30.921253;103.776674,30.929555;103.773799,30.955634;103.788029,30.962509", "unit_price": 8498, "count": 2105 }, { "id": 510182, "name": "彭州", "longitude": 103.95404267391, "latitude": 30.986135924006, "border": "103.78808469967,30.962871048031;103.82076577164,30.95423888568;103.83367698242,30.941342600329;103.83780876158,30.931849630387;103.84391874273,30.929529489814;103.85482239451,30.942020147819;103.88463887001,30.937360633263;103.92005651994,30.928539923929;103.94070971766,30.907498879875;103.94908640646,30.910689374735;103.9566807704,30.921817012913;103.97022190553,30.923722517447;103.97836112881,30.933270175614;104.05976452974,30.966137075751;104.07529379234,30.950493868695;104.07909673071,30.925751705208;104.10508230436,30.919587599123;104.14318649787,30.925364961662;104.14797986728,30.941359335716;104.14830189295,30.965009518222;104.17203239429,30.985457315469;104.17531826063,31.005821252562;104.16322358172,31.024660945669;104.10142408873,31.051291295739;104.08220980479,31.09457972718;104.02531444615,31.150585743135;103.97711549435,31.195649419149;103.91816962805,31.291830222149;103.91000360039,31.416531355848;103.80668071762,31.440195719101;103.6861572092,31.379607545659;103.72632282454,31.298387701109;103.70579072662,31.235396588588;103.70766468959,31.185348383485;103.72688767928,31.136597118942;103.75802656737,31.082158814669;103.7236068826,31.068931752035;103.744465031,31.014358488765;103.78808469967,30.962871048031", "unit_price": 7648, "count": 443 }, { "id": 23009119, "name": "简阳", "longitude": 104.253495, "latitude": 30.258073, "border": "104.251614,30.259411;104.251632,30.259473;104.250949,30.257321;104.253985,30.256775;104.255979,30.257617;104.869266,30.201492;104.769805,30.539749;104.707715,30.596466;104.570885,30.627298;104.497295,30.59746;104.389211,30.593481;104.298896,30.459623;104.344601,30.440072;104.400799,30.421762", "unit_price": 9914, "count": 1030 } ]; $.each(areaData, function(index, data) { var point = new BMap.Point(data.longitude, data.latitude); //自定义label样式 var tpl = '<div class="area-count" style="text-align: center; color: #fff;" data-longitude="' + data.longitude + '"' + ' data-latitude="' + data.latitude + '" data-id="' + data.code + '">' + '<p style="margin-top: 25px; font-size: 14px;" title="' + data.name + '">' + data.name + '</p>' + '<p><span class="count">' + data.count + '</span>个楼盘</p>' + '</div>'; var myLabel = new BMap.Label(tpl, { position: point, //label 在此处添加点位位置信息 offset: new BMap.Size(-46, -46) }); myLabel.setStyle({ width: "92px", //宽 height: "92px", //高度 border: "0", //边 background: "rgba(84,144,244,.9)", //背景颜色 borderRadius:"50%", cursor: "pointer" }); myLabel.setTitle(data.name); // 添加点聚合 map.addOverlay(myLabel); // 清除覆盖物的时候跳过label myLabel.disableMassClear(); // 当鼠标悬停在label上时显示行政区划边界 myLabel.addEventListener("mouseover", function (event) { //myLabel.setStyle({background:"rgba(241,80,68,.9)"}); //修改覆盖物背景颜色 //var regionName = myLabel.getTitle(); //getBoundary(data, tpl); var lab = event.target, boundaries = plys[lab.getContent()]; for (var i = 0; i < boundaries.length; i++) { boundaries[i].show(); } }); myLabel.addEventListener("mouseout", function (event) { //map.clearOverlays(); var lab = event.target, boundaries = plys[lab.getContent()]; for (var i = 0; i < boundaries.length; i++) { boundaries[i].hide(); } }); myLabel.addEventListener("click", function (event) { //map.clearOverlays(); var lab = event.target, map = lab.getMap(); map.zoomIn(); map.panTo(event.point); }); // 行政区域预加载-闭包 plys[tpl] = []; (function (tpl) { var ply = new BMap.Polygon(data.border, { strokeWeight: 2, strokeOpacity: 0.8, StrokeStyle: "solid", strokeColor: "rgb(244, 84, 84)", fillColor: "rgb(244, 84, 84)", fillOpacity: 0.2 }); // console.log(tpl); map.addOverlay(ply); //添加覆盖物 plys[tpl].push(ply); ply.hide(); // 初始化隐藏边界 }) (tpl) }); </script>
这样就有最新的区域信息了,如下图
访客评论