安徽地图

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<script src="lib/anhui.js"></script>
<script src="lib/echarts.min.js"></script>
</head>
<body>
<div style="width: 800px;height: 800px;" id="map"></div>
<script>
var data = [
{name: '淮北市',value: 1275},
{name: '宿州市',value: 1275},
{name: '亳州市',value: 1275},
{name: '阜阳市',value: 1275},
{name: '蚌埠市',value: 1270},
{name: '淮南市',value: 500},
{name: '滁州市',value: 500},
{name: '六安市',value: 500},
{name: '马鞍山市',value: 500},
{name: '铜陵市',value: 500},
{name: '合肥市',value: 500},
{name: '宣城市',value: 500},
{name: '安庆市',value: 500},
{name: '池州市',value: 500},
{name: '黄山市',value: 500},
{name: '巢湖市',value: 500},
{name: '芜湖市',value: 500}
 
]
echarts.registerMap('anhui',anhuiJson);
var geoCoordMap = {};
anhuiJson['features'].forEach(function(v){
var name = v.properties.name;
geoCoordMap[name] = v.properties.cp
})
function convertData(data) {
var res = [];
for (var i = 0; i < data.length; i++) {
var geoCoord = geoCoordMap[data[i].name];
console.log(geoCoord)
if (geoCoord) {
res.push({
name: data[i].name,
value: geoCoord.concat(data[i].value)
});
}
}
return res;
};
var chart = echarts.init(document.getElementById('map'))
chart.setOption({
geo: {
map: 'anhui',
roam: true,
label: {
normal: {
show: true,
textStyle: {
color: 'rgba(0,0,0,0.4)',
borderColor: '#fff'
}
},
},
itemStyle: {
normal:{
borderColor: '#fff',
borderWidth: 1,
areaColor: {
type: 'linear',
x: 0,
y: 0,
x2: 0,
y2: 1,
colorStops: [{
offset: 0, color: '#4EA1FF' // 0% 处的颜色
}, {
offset: 1, color: '#60DEA2' // 100% 处的颜色
}],
globalCoord: false // 缺省为 false
}
},
emphasis:{
areaColor: null,
shadowOffsetX: 0,
shadowOffsetY: 0,
shadowBlur: 20,
borderWidth: 0,
shadowColor: 'rgba(0, 0, 0, 0.5)',
color: '#ccc'
}
}
},
series: [
 
{
name: '散点',
type: 'scatter',
coordinateSystem: 'geo',
data: convertData(data),
symbolSize: 10,
label: {
normal: {
formatter: '{b}',
position: 'right',
show: true
},
emphasis: {
show: true
}
},
itemStyle: {
normal: {
color: 'transparent'
}
}
},
{
name: 'categoryA',
type: 'map',
map: 'anhui',
geoIndex: 0,
showLegendSymbol: false, // 存在legend时显示
label: {
normal: {
show: true
},
emphasis: {
show: true,
textStyle: {
color: '#fff'
}
}
},
roam: true,
itemStyle: {
normal: {
areaColor: '#031525',
borderColor: '#3B5077',
},
emphasis: {
areaColor: '#2B91B7'
}
},
animation: false,
data: data
},
{
name: '点',
type: 'scatter',
coordinateSystem: 'geo',
symbol: 'image://./lib/map-tip.png',
symbolSize: function(x,y,value){
// console.log(arguments)
return [80,30]
},
// symbolKeepAspect: true,
symbolOffset: [-10,-25],
label: {
normal: {
show: true,
textStyle: {
color: '#fff',
fontSize: 9,
},
formatter: function(e){
console.log(arguments)
return [
'{a|11458}',
'{b|50%}'
].join(' ')
},
rich: {
a: {
color: '#fff'
},
b: {
color: 'yellow'
}
}
}
},
itemStyle: {
normal: {
color: '#F62157', //标志颜色
}
},
zlevel: 6,
data: convertData(data),
},
 
]
})
</script>
</body>
</html>
 
安徽地图json:
var anhuiJson = {"type": "FeatureCollection",
"features":
[
{"type": "Feature","properties":{"id":"3415","name":"六安市","cp":[116.3123,31.8329],"childNum":6},"geometry":{"type":"Polygon","coordinates":[[[115.9277,32.569],[115.9607,32.6019],[115.9827,32.6074],[116.0156,32.5964],[116.0266,32.5854],[116.0376,32.5525],[116.0925,32.5415],[116.1255,32.4701],[116.1475,32.4591],[116.1475,32.4371],[116.1694,32.4426],[116.1804,32.4261],[116.1914,32.4481],[116.2134,32.4481],[116.2134,32.4646],[116.2354,32.4646],[116.2463,32.4536],[116.2463,32.4811],[116.2683,32.4976],[116.2683,32.5195],[116.3123,32.525],[116.3342,32.5195],[116.3562,32.4811],[116.4001,32.4481],[116.4111,32.4426],[116.4441,32.4481],[116.488,32.4371],[116.499,32.4646],[116.521,32.4591],[116.521,32.4811],[116.532,32.4866],[116.532,32.5031],[116.5649,32.5415],[116.6199,32.5525],[116.6309,32.5525],[116.6748,32.569],[116.7078,32.5964],[116.7407,32.6184],[116.7517,32.6294],[116.7407,32.6514],[116.7517,32.6624],[116.7737,32.6514],[116.8066,32.6074],[116.8066,32.5854],[116.8176,32.5854],[116.8286,32.558],[116.8396,32.558],[116.8726,32.5415],[116.8945,32.4921],[116.8835,32.4811],[116.9055,32.4701],[116.8945,32.4536],[116.8945,32.4207],[116.8945,32.3932],[117.0154,32.3822],[117.0483,32.3877],[117.0374,32.3383],[117.0593,32.3328],[117.0483,32.3163],[117.0483,32.2998],[117.0374,32.2943],[117.0374,32.2778],[117.0593,32.2833],[117.0703,32.2668],[117.0593,32.2339],[117.0044,32.2174],[117.0264,32.1844],[117.0154,32.1625],[117.0044,32.157],[116.9824,32.157],[116.9934,32.1185],[117.0044,32.1185],[117.0154,32.1021],[117.0264,32.0636],[117.0483,32.0526],[117.0483,32.0361],[117.0374,32.0197],[117.0264,32.0087],[117.0374,31.9977],[117.0044,31.9922],[116.9495,31.9922],[116.9275,31.9757],[116.8726,31.9647],[116.8176,31.9208],[116.7737,31.9153],[116.7737,31.9043],[116.7627,31.9043],[116.7517,31.8933],[116.7407,31.8933],[116.7297,31.8933],[116.7297,31.8823],[116.7188,31.8823],[116.7297,31.8604],[116.7407,31.8604],[116.7407,31.8494],[116.7297,31.8384],[116.7078,31.8384],[116.6968,31.8219],[116.6858,31.8219],[116.7188,31.7834],[116.7407,31.778],[116.7407,31.7725],[116.7297,31.767],[116.7627,31.7725],[116.7627,31.767],[116.7517,31.745],[116.7627,31.734],[116.7517,31.7175],[116.7627,31.712],[116.7627,31.6791],[116.7627,31.6626],[116.7627,31.6461],[116.7627,31.6351],[116.7627,31.6241],[116.7627,31.6187],[116.7737,31.5692],[116.7957,31.5417],[116.8286,31.5198],[116.8835,31.5363],[116.9385,31.5417],[116.9495,31.5363],[116.9604,31.5308],[116.9824,31.5417],[116.9824,31.5308],[116.9934,31.5637],[117.0154,31.5472],[117.0483,31.5363],[117.0703,31.5527],[117.1143,31.5417],[117.1252,31.5472],[117.1362,31.5582],[117.1472,31.5472],[117.1912,31.5527],[117.2241,31.5417],[117.2241,31.5472],[117.2461,31.5253],[117.2461,31.5088],[117.2571,31.5033],[117.2571,31.4978],[117.2461,31.4923],[117.2351,31.4923],[117.1912,31.4978],[117.1912,31.5088],[117.1692,31.5088],[117.1582,31.4978],[117.1582,31.4868],[117.1143,31.4539],[117.0923,31.4154],[117.0703,31.3715],[117.0813,31.3495],[117.0703,31.3275],[117.0703,31.2891],[117.0483,31.2836],[117.0483,31.2671],[117.0374,31.2561],[117.0044,31.2671],[116.9824,31.2451],[116.9604,31.2067],[116.9495,31.1792],[116.9385,31.1572],[116.9275,31.1627],[116.8835,31.1243],[116.8506,31.1243],[116.8396,31.1023],[116.8286,31.1023],[116.7847,31.0638],[116.7737,31.0693],[116.7517,31.0583],[116.7407,31.0638],[116.7188,31.0583],[116.7078,31.0419],[116.6858,31.0474],[116.6748,31.0583],[116.6528,31.0529],[116.6199,31.0748],[116.5869,31.0474],[116.5759,31.0529],[116.543,31.0199],[116.532,31.0199],[116.543,31.0748],[116.5649,31.1133],[116.554,31.1188],[116.554,31.1737],[116.543,31.1792],[116.51,31.1407],[116.499,31.1517],[116.4551,31.1243],[116.4331,31.1298],[116.4331,31.1462],[116.4111,31.1627],[116.3562,31.1737],[116.3342,31.1407],[116.3123,31.1407],[116.3123,31.1298],[116.2793,31.1078],[116.2683,31.0858],[116.2134,31.0583],[116.1804,31.0638],[116.1804,31.0858],[116.1584,31.0968],[116.1255,31.0858],[116.1035,31.0968],[116.0706,31.0693],[116.0486,31.0144],[116.0376,31.0089],[116.0156,31.0144],[116.0046,31.0309],[115.9827,31.0419],[115.9387,31.0419],[115.9497,31.0638],[115.8948,31.0968],[115.8948,31.1078],[115.8948,31.1298],[115.8838,31.1462],[115.8508,31.1462],[115.8289,31.1243],[115.7959,31.1243],[115.7739,31.1078],[115.7629,31.1353],[115.741,31.1572],[115.73,31.1737],[115.719,31.1792],[115.708,31.2012],[115.708,31.2067],[115.6641,31.2122],[115.6421,31.2067],[115.6311,31.1847],[115.6201,31.1792],[115.5981,31.1517],[115.5872,31.1462],[115.5542,31.1627],[115.5322,31.1957],[115.5432,31.2286],[115.5322,31.2561],[115.5103,31.2671],[115.4993,31.2616],[115.4773,31.2671],[115.4553,31.2781],[115.4663,31.3165],[115.4663,31.322],[115.4553,31.311],[115.4443,31.3165],[115.4443,31.344],[115.4224,31.3495],[115.4114,31.3385],[115.3784,31.3495],[115.3784,31.3605],[115.3784,31.3715],[115.3894,31.3934],[115.3784,31.4099],[115.3894,31.4209],[115.3894,31.4484],[115.3674,31.4978],[115.4114,31.5253],[115.4443,31.5857],[115.4883,31.6132],[115.4773,31.6406],[115.4993,31.6736],[115.5322,31.6956],[115.5542,31.6956],[115.6311,31.756],[115.6641,31.7615],[115.675,31.778],[115.73,31.7615],[115.741,31.7834],[115.7739,31.7834],[115.8179,31.7615],[115.8398,31.7834],[115.8508,31.7725],[115.8838,31.778],[115.9058,31.7944],[115.9167,31.8164],[115.8948,31.8439],[115.8948,31.8768],[115.9167,31.9153],[115.9058,31.9537],[115.9277,31.9922],[115.9387,31.9977],[115.9167,32.0251],[115.9277,32.0526],[115.9387,32.0746],[115.9277,32.1021],[115.9387,32.168],[115.9277,32.1899],[115.9167,32.2284],[115.9167,32.2723],[115.9058,32.2998],[115.8948,32.2998],[115.9058,32.3108],[115.9058,32.3383],[115.8948,32.3438],[115.8948,32.3877],[115.8838,32.4536],[115.8618,32.4591],[115.8838,32.4701],[115.8838,32.4921],[115.8728,32.5031],[115.8508,32.5031],[115.8508,32.5085],[115.8728,32.525],[115.8838,32.5415],[115.9058,32.5635],[115.9277,32.569]]]}},
{"type": "Feature","properties":{"id":"3408","name":"安庆市","cp":[116.7517,30.5255],"childNum":9},"geometry":{"type":"Polygon","coordinates":[[[116.0486,31.0144],[116.0706,31.0693],[116.1035,31.0968],[116.1255,31.0858],[116.1584,31.0968],[116.1804,31.0858],[116.1804,31.0638],[116.2134,31.0583],[116.2683,31.0858],[116.2793,31.1078],[116.3123,31.1298],[116.3123,31.1407],[116.3342,31.1407],[116.3562,31.1737],[116.4111,31.1627],[116.4331,31.1462],[116.4331,31.1298],[116.4551,31.1243],[116.499,31.1517],[116.51,31.1407],[116.543,31.1792],[116.554,31.1737],[116.554,31.1188],[116.5649,31.1133],[116.543,31.0748],[116.532,31.0199],[116.543,31.0199],[116.5759,31.0529],[116.5869,31.0474],[116.6199,31.0748],[116.6528,31.0529],[116.6748,31.0583],[116.6858,31.0474],[116.7078,31.0419],[116.7188,31.0583],[116.7407,31.0638],[116.7517,31.0583],[116.7737,31.0693],[116.7847,31.0638],[116.8286,31.1023],[116.8396,31.1023],[116.8506,31.1243],[116.8835,31.1243],[116.9275,31.1627],[116.9385,31.1572],[116.9495,31.1792],[116.9604,31.2067],[116.9824,31.2451],[117.0044,31.2671],[117.0374,31.2561],[117.0593,31.2341],[117.0703,31.2341],[117.1252,31.1462],[117.1143,31.1243],[117.1252,31.0803],[117.1472,31.0693],[117.1802,31.0858],[117.2131,31.0529],[117.2351,31.0199],[117.2791,30.9869],[117.301,30.9869],[117.312,30.9979],[117.323,30.9924],[117.345,30.9924],[117.3669,30.965],[117.3669,30.954],[117.3779,30.9485],[117.3889,30.965],[117.4109,30.976],[117.4438,30.976],[117.5098,31.0034],[117.5427,30.9869],[117.5317,30.9705],[117.5427,30.965],[117.5537,30.976],[117.5757,30.9705],[117.5867,30.976],[117.6306,30.9705],[117.6636,30.9375],[117.6855,30.9595],[117.6855,30.976],[117.7405,30.9705],[117.7405,30.91],[117.7295,30.8606],[117.6965,30.7892],[117.5757,30.7562],[117.4658,30.6793],[117.3999,30.6958],[117.356,30.6903],[117.312,30.6738],[117.312,30.6683],[117.29,30.6683],[117.2131,30.6299],[117.2461,30.5914],[117.2461,30.5695],[117.2351,30.498],[117.2131,30.4761],[117.1912,30.4706],[117.1252,30.4926],[117.0374,30.498],[117.0044,30.4871],[116.9385,30.4376],[116.8945,30.4266],[116.8945,30.3992],[116.9275,30.2948],[116.9275,30.2673],[116.8286,30.1245],[116.7737,30.0696],[116.7407,30.0586],[116.7188,30.0531],[116.6638,30.0751],[116.6089,30.0641],[116.5759,30.0146],[116.5649,29.9432],[116.543,29.9048],[116.4661,29.8938],[116.3452,29.8334],[116.2683,29.7839],[116.2134,29.8224],[116.1694,29.8279],[116.1365,29.8224],[116.1255,29.8608],[116.1365,29.8773],[116.1255,29.8993],[116.0706,29.9652],[116.0815,30.0256],[116.0925,30.0311],[116.0815,30.0916],[116.0925,30.108],[116.0925,30.1245],[116.0706,30.13],[116.0596,30.152],[116.0596,30.1849],[116.0706,30.1904],[116.0706,30.2069],[116.0596,30.2179],[115.9937,30.2618],[115.9937,30.2838],[115.9717,30.2948],[115.9497,30.3058],[115.9277,30.3003],[115.9058,30.3058],[115.9167,30.3333],[115.8838,30.3772],[115.9167,30.4156],[115.9497,30.4266],[115.9167,30.4321],[115.9167,30.4431],[115.8948,30.4541],[115.9058,30.4926],[115.9167,30.5145],[115.8838,30.542],[115.8728,30.5859],[115.8508,30.6024],[115.8289,30.6079],[115.8179,30.5969],[115.8069,30.6134],[115.8179,30.6299],[115.8069,30.6409],[115.7629,30.6848],[115.7849,30.7562],[115.8069,30.7617],[115.8289,30.7507],[115.8508,30.7562],[115.8728,30.7782],[115.8618,30.7837],[115.8618,30.8002],[115.8508,30.8331],[115.8618,30.8606],[115.8948,30.8826],[115.9277,30.8881],[115.9387,30.899],[116.0046,30.9485],[116.0706,30.9595],[116.0596,31.0089],[116.0486,31.0144]]]}},
{"type": "Feature","properties":{"id":"3411","name":"滁州市","cp":[118.1909,32.536],"childNum":7},"geometry":{"type":"Polygon","coordinates":[[[117.1912,32.7338],[117.2351,32.7667],[117.2351,32.7832],[117.2571,32.8052],[117.2791,32.8052],[117.312,32.8326],[117.356,32.8271],[117.356,32.8381],[117.4109,32.8326],[117.4219,32.8436],[117.4658,32.8381],[117.4768,32.8491],[117.4988,32.8656],[117.5098,32.8766],[117.4988,32.8986],[117.5098,32.9315],[117.5317,32.937],[117.5317,32.981],[117.5977,32.9205],[117.6306,32.926],[117.6416,32.9095],[117.6636,32.9095],[117.6746,32.915],[117.7075,32.9974],[117.7185,33.0084],[117.7405,33.0084],[117.7734,33.0469],[117.7844,33.0469],[117.8064,33.0304],[117.8833,33.0469],[117.8943,33.0304],[117.8613,33.0029],[117.8833,33.0029],[117.9163,32.9865],[117.9492,33.0139],[117.9712,33.0029],[117.9822,33.0139],[118.0042,33.0029],[118.0261,33.0029],[118.0371,33.0249],[118.0261,33.0359],[118.0042,33.0304],[118.0042,33.0524],[118.0371,33.0743],[118.0481,33.0688],[118.0591,33.0743],[118.0701,33.0853],[118.0701,33.0963],[118.0701,33.1348],[118.0481,33.1238],[118.0481,33.1293],[118.0701,33.1403],[118.158,33.1732],[118.158,33.1787],[118.158,33.1952],[118.1689,33.2172],[118.1909,33.2117],[118.2129,33.1897],[118.2239,33.1732],[118.2239,33.1128],[118.2458,33.0304],[118.2458,32.9974],[118.2678,32.97],[118.3118,32.9645],[118.2898,32.948],[118.2458,32.937],[118.2349,32.926],[118.2458,32.8546],[118.2898,32.8546],[118.3118,32.8107],[118.2898,32.7997],[118.3008,32.7832],[118.3228,32.7777],[118.3228,32.7612],[118.3447,32.7722],[118.3667,32.7722],[118.3777,32.7448],[118.3667,32.7283],[118.3777,32.7173],[118.4106,32.7173],[118.4436,32.7393],[118.4656,32.7228],[118.5535,32.7283],[118.5754,32.7173],[118.6084,32.7283],[118.6194,32.7393],[118.6414,32.7448],[118.6853,32.7283],[118.6963,32.7393],[118.7073,32.7338],[118.7073,32.7228],[118.7512,32.7338],[118.7512,32.7448],[118.7402,32.7722],[118.7402,32.7942],[118.7512,32.8052],[118.7402,32.8491],[118.7512,32.8601],[118.7952,32.8491],[118.8171,32.8546],[118.8062,32.8711],[118.8171,32.9041],[118.8062,32.9095],[118.8171,32.9205],[118.8391,32.9095],[118.8501,32.926],[118.8391,32.9425],[118.8501,32.959],[118.894,32.959],[118.894,32.9425],[118.927,32.937],[118.9929,32.959],[119.0149,32.9535],[119.0259,32.948],[119.0259,32.937],[119.0259,32.926],[119.0149,32.926],[119.0149,32.9095],[119.0479,32.9095],[119.0588,32.8766],[119.1138,32.8217],[119.1797,32.8271],[119.1907,32.8217],[119.2126,32.7008],[119.2126,32.6843],[119.1797,32.6678],[119.2236,32.6294],[119.2126,32.6129],[119.2236,32.6074],[119.2126,32.5909],[119.2126,32.569],[119.1907,32.5964],[119.1797,32.5909],[119.1797,32.5745],[119.1467,32.5635],[119.1687,32.536],[119.1577,32.536],[119.1577,32.5031],[119.1138,32.4756],[119.0918,32.4701],[119.0808,32.4481],[119.0698,32.4646],[119.0588,32.4866],[119.0479,32.4976],[119.0369,32.514],[119.0149,32.5195],[119.0039,32.5031],[118.9709,32.5085],[118.9709,32.525],[118.938,32.547],[118.938,32.558],[118.916,32.558],[118.916,32.5525],[118.905,32.558],[118.8831,32.558],[118.894,32.558],[118.894,32.5745],[118.905,32.5909],[118.8391,32.569],[118.8391,32.5745],[118.8281,32.5745],[118.8171,32.5854],[118.8281,32.6019],[118.8062,32.5964],[118.8062,32.5854],[118.7842,32.58],[118.7732,32.5854],[118.7732,32.5964],[118.7622,32.6019],[118.7512,32.5964],[118.7402,32.5909],[118.7292,32.5964],[118.7183,32.6129],[118.6963,32.6074],[118.6963,32.5909],[118.6853,32.6019],[118.6963,32.5909],[118.6523,32.5964],[118.6304,32.58],[118.6304,32.5909],[118.5974,32.6019],[118.5645,32.5854],[118.5645,32.5635],[118.6084,32.536],[118.6084,32.5195],[118.6194,32.514],[118.6084,32.5031],[118.5974,32.5031],[118.5974,32.4811],[118.6304,32.4701],[118.6523,32.4756],[118.6963,32.4701],[118.6853,32.3987],[118.6743,32.3932],[118.6853,32.3767],[118.7073,32.3767],[118.6963,32.3547],[118.7073,32.3328],[118.6853,32.3273],[118.6963,32.3218],[118.6633,32.3053],[118.6743,32.2888],[118.6633,32.2614],[118.6743,32.2504],[118.6743,32.2394],[118.6523,32.2119],[118.6304,32.2009],[118.5754,32.2009],[118.5205,32.1899],[118.5095,32.1954],[118.5095,32.1844],[118.4985,32.179],[118.5095,32.1405],[118.4985,32.1295],[118.4985,32.124],[118.4766,32.1185],[118.4656,32.1021],[118.4326,32.0856],[118.4216,32.0856],[118.3997,32.0746],[118.3887,32.0581],[118.3228,32.0251],[118.3118,31.9922],[118.2239,31.9318],[118.2019,31.9263],[118.1689,31.9043],[118.114,31.9043],[118.0811,31.8768],[118.0811,31.8549],[118.0701,31.8494],[118.0701,31.8658],[118.0481,31.8604],[117.9932,31.8768],[117.9712,31.8988],[117.9272,31.9208],[117.8723,31.9318],[117.8613,31.9537],[117.8394,31.9647],[117.8284,31.9922],[117.8174,31.9977],[117.8394,32.0142],[117.8284,32.0306],[117.8394,32.0361],[117.8613,32.0361],[117.8833,32.0581],[117.8613,32.0911],[117.8613,32.1021],[117.8503,32.1075],[117.8613,32.124],[117.8723,32.146],[117.8613,32.2119],[117.8174,32.2284],[117.7954,32.2174],[117.7844,32.2394],[117.7405,32.2449],[117.7185,32.2339],[117.6965,32.2559],[117.6636,32.2614],[117.6086,32.2394],[117.5867,32.2394],[117.5537,32.2119],[117.5317,32.2119],[117.5098,32.2009],[117.4658,32.2284],[117.4329,32.2339],[117.4329,32.2449],[117.4219,32.2614],[117.3999,32.2833],[117.4219,32.3328],[117.4438,32.3438],[117.4438,32.3602],[117.3999,32.3877],[117.3999,32.3932],[117.3779,32.3767],[117.3669,32.3822],[117.356,32.3932],[117.3779,32.3932],[117.3889,32.4152],[117.3889,32.4426],[117.4109,32.4646],[117.3889,32.4756],[117.3779,32.4591],[117.334,32.4426],[117.323,32.4426],[117.312,32.4536],[117.29,32.4426],[117.2571,32.4591],[117.2241,32.4591],[117.2021,32.4701],[117.2131,32.514],[117.2021,32.5415],[117.2131,32.558],[117.2021,32.5745],[117.1912,32.6129],[117.1582,32.6843],[117.1802,32.6953],[117.1912,32.7173],[117.2021,32.7283],[117.1912,32.7338]]]}},
{"type": "Feature","properties":{"id":"3418","name":"宣城市","cp":[118.8062,30.6244],"childNum":7},"geometry":{"type":"Polygon","coordinates":[[[117.9712,30.5145],[117.9822,30.531],[117.9822,30.564],[117.9932,30.5695],[118.0371,30.575],[118.0481,30.6024],[118.0701,30.5969],[118.0811,30.6244],[118.103,30.6354],[118.125,30.6464],[118.125,30.6409],[118.1799,30.6903],[118.2239,30.7123],[118.2458,30.7013],[118.2678,30.7123],[118.3118,30.7013],[118.3118,30.7123],[118.3008,30.7178],[118.2898,30.7288],[118.2788,30.7343],[118.2788,30.7397],[118.3008,30.7562],[118.3008,30.7782],[118.3118,30.7782],[118.3008,30.8002],[118.3118,30.8002],[118.3118,30.8112],[118.3228,30.8221],[118.3447,30.8276],[118.3667,30.8441],[118.3887,30.8496],[118.4216,30.8386],[118.4326,30.8167],[118.4216,30.8057],[118.4326,30.7947],[118.4546,30.7947],[118.4546,30.7782],[118.4766,30.7672],[118.4875,30.7892],[118.4985,30.7947],[118.5095,30.7892],[118.5205,30.8221],[118.4875,30.8221],[118.4875,30.8441],[118.4766,30.8496],[118.4875,30.8661],[118.4766,30.8826],[118.5095,30.9155],[118.5095,30.9265],[118.4985,30.943],[118.5095,30.9375],[118.5095,30.954],[118.5315,30.954],[118.5425,30.9705],[118.5645,30.965],[118.5864,30.9924],[118.5645,31.0144],[118.5864,31.0254],[118.5974,31.0474],[118.6084,31.0419],[118.5974,31.0309],[118.6084,31.0199],[118.6304,31.0254],[118.6853,31.0748],[118.6743,31.0858],[118.6853,31.1023],[118.6853,31.1188],[118.7292,31.1517],[118.7183,31.1737],[118.6963,31.1847],[118.6853,31.2177],[118.6523,31.2451],[118.6633,31.2726],[118.6633,31.3055],[118.6963,31.3],[118.7183,31.2836],[118.7512,31.2726],[118.7732,31.2396],[118.7952,31.2286],[118.8171,31.2341],[118.8281,31.2286],[118.8501,31.2396],[118.916,31.2451],[118.949,31.2341],[118.9819,31.2396],[118.9929,31.2286],[119.0149,31.2396],[119.0479,31.2341],[119.1028,31.2341],[119.1138,31.2561],[119.1357,31.2671],[119.1577,31.2946],[119.1687,31.2946],[119.1797,31.3],[119.2017,31.2946],[119.2017,31.2671],[119.2126,31.2726],[119.2126,31.2671],[119.2346,31.2561],[119.2566,31.2616],[119.2676,31.2506],[119.3115,31.2671],[119.3335,31.2616],[119.3445,31.2671],[119.3555,31.3],[119.3774,31.2616],[119.3665,31.2341],[119.3665,31.2012],[119.3774,31.1902],[119.3994,31.1957],[119.4104,31.1902],[119.3884,31.1902],[119.3884,31.1737],[119.4214,31.1737],[119.4324,31.1792],[119.4543,31.1572],[119.4763,31.1517],[119.4873,31.1627],[119.5093,31.1572],[119.5313,31.1572],[119.5752,31.1353],[119.5862,31.1188],[119.6301,31.1298],[119.6521,31.1023],[119.6301,31.1023],[119.6301,31.0858],[119.6301,31.0638],[119.6301,31.0309],[119.6411,31.0254],[119.6301,31.0089],[119.5862,30.9705],[119.5862,30.932],[119.5642,30.9155],[119.5532,30.899],[119.5532,30.8716],[119.5752,30.8551],[119.5752,30.8331],[119.5532,30.8221],[119.5203,30.7782],[119.5093,30.7672],[119.4873,30.7782],[119.4763,30.7727],[119.4873,30.7068],[119.4434,30.6683],[119.4434,30.6519],[119.4104,30.6464],[119.3884,30.6848],[119.3445,30.6683],[119.3115,30.6244],[119.2896,30.6134],[119.2456,30.6189],[119.2456,30.6134],[119.2676,30.575],[119.2456,30.564],[119.2346,30.5475],[119.2456,30.531],[119.2786,30.509],[119.3115,30.531],[119.3225,30.531],[119.3335,30.509],[119.3335,30.4871],[119.3335,30.4486],[119.3445,30.4376],[119.3445,30.4102],[119.3665,30.4047],[119.3665,30.3882],[119.3884,30.3827],[119.3994,30.3717],[119.3774,30.3607],[119.3555,30.3552],[119.3225,30.3717],[119.3005,30.3607],[119.2786,30.3387],[119.2456,30.3387],[119.2346,30.2893],[119.2236,30.3003],[119.2017,30.3003],[119.2017,30.2893],[119.1248,30.3058],[119.0918,30.3223],[119.0588,30.3058],[118.9929,30.3333],[118.9929,30.3497],[118.96,30.3497],[118.949,30.3607],[118.938,30.3442],[118.8831,30.3113],[118.8831,30.2838],[118.894,30.2563],[118.8831,30.2454],[118.894,30.2454],[118.905,30.2179],[118.927,30.2124],[118.927,30.2069],[118.916,30.1904],[118.8501,30.1575],[118.8501,30.152],[118.894,30.1465],[118.8831,30.119],[118.8721,30.1135],[118.8721,30.1025],[118.8501,30.1135],[118.7622,30.0696],[118.7512,30.0861],[118.7402,30.0696],[118.7073,30.0641],[118.6853,30.0256],[118.6414,30.0256],[118.6194,30.0037],[118.6194,29.9982],[118.6084,29.9707],[118.5754,29.9652],[118.5645,29.9487],[118.5535,29.9432],[118.5205,29.9707],[118.5205,29.9982],[118.5095,29.9927],[118.4985,29.9982],[118.4985,30.0201],[118.5205,30.0311],[118.5095,30.0531],[118.4875,30.0586],[118.4985,30.0696],[118.4766,30.0751],[118.4656,30.0861],[118.4656,30.097],[118.4546,30.0916],[118.4436,30.1025],[118.4106,30.097],[118.3887,30.108],[118.3777,30.0916],[118.3557,30.108],[118.3557,30.119],[118.3447,30.1355],[118.3447,30.1575],[118.3447,30.163],[118.3228,30.174],[118.3118,30.1959],[118.2898,30.2014],[118.2898,30.2289],[118.2678,30.2344],[118.2678,30.2509],[118.2788,30.2783],[118.3228,30.2838],[118.3118,30.3497],[118.3008,30.3552],[118.3008,30.3662],[118.2788,30.3662],[118.2788,30.3827],[118.2568,30.3772],[118.2458,30.3992],[118.2349,30.4047],[118.2349,30.4156],[118.2239,30.4266],[118.2349,30.4431],[118.2129,30.4651],[118.1909,30.4651],[118.1689,30.4596],[118.158,30.4321],[118.114,30.4266],[118.125,30.4926],[118.125,30.498],[118.125,30.5035],[118.092,30.5145],[118.0371,30.4926],[118.0151,30.498],[118.0042,30.4926],[117.9712,30.5145]]]}},
{"type": "Feature","properties":{"id":"3412","name":"阜阳市","cp":[115.7629,32.9919],"childNum":6},"geometry":{"type":"Polygon","coordinates":[[[115.6421,33.5852],[115.6531,33.5413],[115.675,33.5083],[115.719,33.5083],[115.7629,33.4918],[115.7959,33.4698],[115.8508,33.4534],[115.8948,33.3984],[115.8948,33.36],[115.9277,33.3105],[115.9277,33.2996],[115.9167,33.2941],[115.9167,33.2776],[115.9058,33.2556],[115.9277,33.2281],[115.9167,33.2172],[115.8838,33.2446],[115.8398,33.2611],[115.8398,33.2117],[115.8508,33.2007],[115.8508,33.1787],[115.8289,33.1732],[115.8289,33.1567],[115.8289,33.1512],[115.8508,33.1512],[115.8508,33.1348],[115.8398,33.1348],[115.8398,33.1238],[115.8728,33.1183],[115.8728,33.0963],[115.9167,33.0853],[115.9277,33.0963],[115.9387,33.0853],[115.9607,33.0853],[115.9717,33.0688],[115.9827,33.0688],[116.0156,33.0634],[116.0156,33.0579],[116.0156,33.0414],[116.0486,33.0469],[116.0596,33.0084],[116.0596,32.9919],[116.0706,32.9865],[116.1255,32.981],[116.1255,32.9755],[116.1365,32.981],[116.1694,32.97],[116.1584,32.9425],[116.1914,32.915],[116.2024,32.8931],[116.2463,32.8876],[116.2463,32.8656],[116.2903,32.8601],[116.3562,32.8766],[116.3672,32.8986],[116.3892,32.8931],[116.3892,32.8711],[116.3892,32.8546],[116.4221,32.8601],[116.4441,32.8491],[116.4441,32.8217],[116.4441,32.8107],[116.4441,32.7502],[116.4441,32.7338],[116.4551,32.7283],[116.4441,32.6953],[116.4661,32.6788],[116.499,32.6843],[116.51,32.6624],[116.521,32.6569],[116.543,32.6239],[116.543,32.5854],[116.5979,32.5909],[116.6199,32.5854],[116.6309,32.5525],[116.6199,32.5525],[116.5649,32.5415],[116.532,32.5031],[116.532,32.4866],[116.521,32.4811],[116.521,32.4591],[116.499,32.4646],[116.488,32.4371],[116.4441,32.4481],[116.4111,32.4426],[116.4001,32.4481],[116.3562,32.4811],[116.3342,32.5195],[116.3123,32.525],[116.2683,32.5195],[116.2683,32.4976],[116.2463,32.4811],[116.2463,32.4536],[116.2354,32.4646],[116.2134,32.4646],[116.2134,32.4481],[116.1914,32.4481],[116.1804,32.4261],[116.1694,32.4426],[116.1475,32.4371],[116.1475,32.4591],[116.1255,32.4701],[116.0925,32.5415],[116.0376,32.5525],[116.0266,32.5854],[116.0156,32.5964],[115.9827,32.6074],[115.9607,32.6019],[115.9277,32.569],[115.9167,32.5745],[115.8948,32.5745],[115.8618,32.5415],[115.8398,32.525],[115.8398,32.5031],[115.8179,32.4976],[115.7849,32.4646],[115.7849,32.4866],[115.7739,32.5031],[115.7629,32.4866],[115.741,32.4756],[115.697,32.4921],[115.686,32.4811],[115.697,32.4701],[115.675,32.4646],[115.686,32.4426],[115.6641,32.4097],[115.6531,32.4097],[115.6531,32.4261],[115.6311,32.4042],[115.5981,32.4261],[115.5652,32.4042],[115.5542,32.4152],[115.5652,32.4097],[115.5762,32.4207],[115.5432,32.4261],[115.5432,32.4371],[115.5103,32.4536],[115.4993,32.4866],[115.4773,32.5195],[115.4333,32.536],[115.4443,32.547],[115.4114,32.5525],[115.4114,32.5745],[115.3894,32.569],[115.3235,32.5635],[115.3235,32.558],[115.3125,32.5525],[115.3015,32.5635],[115.3125,32.569],[115.3015,32.5745],[115.3015,32.5854],[115.2905,32.58],[115.2795,32.5909],[115.2795,32.5854],[115.2686,32.58],[115.2576,32.5854],[115.2576,32.5909],[115.2466,32.5964],[115.2246,32.58],[115.2356,32.5909],[115.2136,32.5909],[115.1917,32.6019],[115.2026,32.6129],[115.2026,32.6184],[115.2026,32.6294],[115.1917,32.6349],[115.1917,32.6459],[115.2136,32.6404],[115.2136,32.6459],[115.2136,32.6569],[115.2136,32.6624],[115.2026,32.6569],[115.2026,32.6678],[115.1917,32.6843],[115.1917,32.6733],[115.1807,32.6624],[115.1807,32.7173],[115.1807,32.7393],[115.1917,32.7667],[115.1807,32.7832],[115.2136,32.7887],[115.1917,32.8107],[115.1917,32.8271],[115.1917,32.8381],[115.2026,32.8436],[115.2026,32.8546],[115.1587,32.8656],[115.1367,32.8986],[115.1147,32.8986],[115.1038,32.8931],[115.0818,32.9041],[115.0269,32.9095],[115.0378,32.9205],[115.0049,32.9425],[114.95,32.9315],[114.917,32.97],[114.895,32.97],[114.884,32.9865],[114.884,32.9919],[114.906,32.9974],[114.895,33.0194],[114.928,33.0194],[114.939,33.0249],[114.917,33.0579],[114.917,33.0798],[114.895,33.0908],[114.906,33.1128],[114.906,33.1293],[114.928,33.1403],[114.928,33.1512],[114.9829,33.1458],[114.9939,33.1018],[115.0378,33.0853],[115.0488,33.0908],[115.0598,33.0853],[115.1147,33.0798],[115.1697,33.0908],[115.1697,33.1018],[115.1807,33.1128],[115.2026,33.1238],[115.2136,33.1128],[115.2466,33.1348],[115.2905,33.1293],[115.3015,33.1512],[115.2905,33.1952],[115.3235,33.2117],[115.3125,33.2227],[115.3345,33.2336],[115.3345,33.2501],[115.3455,33.2666],[115.3345,33.2996],[115.3674,33.2996],[115.3674,33.338],[115.3455,33.338],[115.3455,33.371],[115.3125,33.371],[115.3345,33.3984],[115.3125,33.4204],[115.3125,33.4369],[115.3235,33.4479],[115.3455,33.4534],[115.3455,33.5028],[115.3674,33.5193],[115.4004,33.5083],[115.4224,33.5577],[115.4663,33.5687],[115.4773,33.5577],[115.4993,33.5632],[115.5103,33.5522],[115.5432,33.5632],[115.5652,33.5632],[115.5652,33.5797],[115.6421,33.5852]]]}},
{"type": "Feature","properties":{"id":"3413","name":"宿州市","cp":[117.5208,33.6841],"childNum":5},"geometry":{"type":"Polygon","coordinates":[[[117.0264,34.2389],[117.0264,34.2279],[117.0154,34.2169],[117.0154,34.2334],[116.9934,34.2224],[116.9934,34.2059],[116.9824,34.1949],[116.9824,34.1785],[116.9714,34.173],[116.9495,34.162],[116.9604,34.118],[116.9824,34.1235],[116.9934,34.14],[117.0264,34.162],[117.0374,34.1565],[117.0264,34.1675],[117.0374,34.1675],[117.0703,34.1455],[117.0923,34.1455],[117.1033,34.129],[117.1252,34.129],[117.1362,34.1125],[117.1252,34.1071],[117.1252,34.1016],[117.1582,34.1016],[117.1472,34.0851],[117.1912,34.0686],[117.2131,34.0741],[117.2241,34.0631],[117.2571,34.0631],[117.2791,34.0741],[117.312,34.0631],[117.323,34.0851],[117.345,34.0796],[117.356,34.0906],[117.3779,34.0741],[117.3669,34.0576],[117.3999,34.0521],[117.3999,34.0247],[117.4219,34.0192],[117.4548,34.0247],[117.4768,34.0466],[117.4988,34.0466],[117.5208,34.0576],[117.5427,34.0356],[117.5427,34.0082],[117.5537,34.0027],[117.5647,33.9807],[117.5867,33.9807],[117.5867,33.9972],[117.6196,34.0137],[117.6086,34.0192],[117.6086,34.0302],[117.6416,34.0192],[117.6416,34.0082],[117.6746,33.9972],[117.6636,33.9697],[117.6746,33.9478],[117.6746,33.9313],[117.6855,33.9203],[117.6965,33.8928],[117.7185,33.8818],[117.7295,33.8928],[117.7625,33.8818],[117.7515,33.8214],[117.7515,33.8049],[117.7405,33.761],[117.7405,33.75],[117.7295,33.7445],[117.7295,33.7225],[117.7515,33.7115],[117.7954,33.7335],[117.8284,33.739],[117.8284,33.7335],[117.8503,33.7335],[117.8943,33.717],[117.9053,33.7335],[117.9163,33.7335],[117.9272,33.728],[117.9492,33.728],[117.9602,33.7555],[117.9712,33.761],[117.9712,33.75],[118.0042,33.7445],[118.0481,33.75],[118.0701,33.7665],[118.103,33.7665],[118.136,33.75],[118.158,33.75],[118.1909,33.7445],[118.1799,33.7335],[118.158,33.7335],[118.158,33.717],[118.1689,33.7115],[118.1689,33.6621],[118.114,33.6182],[118.114,33.5962],[118.103,33.4753],[118.0481,33.4918],[118.0371,33.4589],[118.0151,33.4094],[118.0261,33.3875],[118.0261,33.371],[117.9932,33.349],[117.9712,33.349],[117.9822,33.3325],[117.9163,33.3325],[117.9053,33.3435],[117.8943,33.327],[117.8613,33.327],[117.8503,33.2941],[117.8174,33.2996],[117.8064,33.2776],[117.7734,33.2831],[117.7295,33.2721],[117.6965,33.2886],[117.6855,33.3051],[117.6746,33.3051],[117.6636,33.327],[117.6306,33.338],[117.6086,33.338],[117.5757,33.3215],[117.5537,33.3325],[117.5537,33.327],[117.4988,33.349],[117.4768,33.349],[117.4438,33.371],[117.4329,33.371],[117.4219,33.3984],[117.3999,33.4259],[117.3999,33.4424],[117.3889,33.4589],[117.323,33.4753],[117.312,33.4918],[117.2461,33.5028],[117.2241,33.4534],[117.2131,33.4534],[117.2021,33.4259],[117.1582,33.4534],[117.1582,33.4369],[117.1362,33.4424],[117.1252,33.4369],[117.1252,33.4259],[117.1472,33.4094],[117.1252,33.382],[117.1143,33.3875],[117.1033,33.3984],[117.0813,33.4039],[117.0593,33.3875],[117.0483,33.371],[117.0703,33.371],[117.0923,33.3545],[117.0593,33.3325],[117.0703,33.3215],[117.0923,33.316],[117.1033,33.3051],[117.0923,33.2831],[117.0264,33.2941],[117.0154,33.2776],[116.9714,33.2776],[116.9495,33.2831],[116.9275,33.3105],[116.9275,33.3215],[116.9165,33.327],[116.9165,33.3435],[116.9275,33.349],[116.9385,33.3765],[116.9604,33.3765],[116.9714,33.3875],[116.9604,33.3984],[116.9714,33.4314],[116.9604,33.4479],[116.9385,33.4534],[116.9275,33.4698],[116.9165,33.4698],[116.9165,33.4918],[116.9055,33.5028],[116.9165,33.5358],[116.9275,33.5468],[116.9385,33.5797],[116.8945,33.5742],[116.8945,33.5852],[116.8726,33.5907],[116.8726,33.6127],[116.8616,33.6127],[116.8616,33.6292],[116.8726,33.6292],[116.8835,33.6566],[116.8726,33.6676],[116.8945,33.6841],[116.9275,33.6731],[116.9275,33.7006],[116.9385,33.7061],[116.9275,33.7445],[116.9495,33.7445],[116.9385,33.772],[116.9495,33.7885],[116.9604,33.8873],[116.9934,33.8983],[116.9934,33.9148],[116.9934,33.9258],[117.0044,33.9423],[116.9824,33.9642],[116.9604,33.9697],[116.9604,33.9478],[116.9495,33.9423],[116.9275,33.9587],[116.8945,33.9423],[116.8835,33.9423],[116.8945,33.9587],[116.9165,33.9752],[116.9824,34.0027],[116.9824,34.0137],[116.9714,34.0137],[116.9714,34.0302],[116.9495,34.0302],[116.9495,34.0466],[116.9714,34.0796],[116.9275,34.0796],[116.9275,34.0961],[116.9055,34.1016],[116.9055,34.0906],[116.8726,34.0741],[116.8506,34.0851],[116.8396,34.0686],[116.8286,34.0686],[116.8396,34.0466],[116.8176,34.0741],[116.8176,34.0851],[116.8066,34.0741],[116.8066,34.0356],[116.8066,34.0082],[116.7957,33.9972],[116.7847,34.0137],[116.7517,34.0192],[116.7078,34.0082],[116.6528,34.0192],[116.6089,34.0192],[116.554,34.0961],[116.543,34.0961],[116.532,34.1235],[116.543,34.162],[116.5649,34.1675],[116.5649,34.184],[116.543,34.2004],[116.543,34.2389],[116.5649,34.2499],[116.5869,34.2719],[116.554,34.2883],[116.51,34.2938],[116.499,34.2938],[116.4771,34.2719],[116.4661,34.2719],[116.4441,34.2883],[116.4221,34.2719],[116.4111,34.2773],[116.3672,34.2719],[116.3782,34.2938],[116.3562,34.3213],[116.3013,34.3378],[116.2903,34.3597],[116.2793,34.3597],[116.2573,34.3762],[116.2134,34.3762],[116.2134,34.4092],[116.1804,34.4257],[116.1804,34.4421],[116.1584,34.4531],[116.1804,34.4971],[116.2024,34.5081],[116.2024,34.5245],[116.2024,34.5685],[116.2134,34.5685],[116.2463,34.552],[116.2573,34.5795],[116.2793,34.5795],[116.2903,34.6069],[116.3232,34.6014],[116.3342,34.6234],[116.3562,34.6234],[116.3782,34.6399],[116.3892,34.6344],[116.4221,34.6509],[116.4331,34.6454],[116.4331,34.6289],[116.4661,34.6124],[116.4771,34.6124],[116.488,34.5795],[116.521,34.552],[116.521,34.541],[116.554,34.5465],[116.5759,34.519],[116.5979,34.5135],[116.5979,34.5026],[116.5759,34.4971],[116.5649,34.4971],[116.5759,34.4861],[116.6199,34.4861],[116.6638,34.4751],[116.7297,34.4751],[116.7517,34.4696],[116.7737,34.4531],[116.7957,34.4202],[116.8286,34.3927],[116.8726,34.3927],[116.8726,34.4037],[116.9275,34.4037],[116.9714,34.3872],[116.9604,34.3652],[116.9824,34.3542],[116.9714,34.3268],[116.9714,34.2883],[117.0044,34.2554],[117.0154,34.2554],[117.0154,34.2444],[117.0264,34.2389]]]}},
{"type": "Feature","properties":{"id":"3410","name":"黄山市","cp":[118.0481,29.9542],"childNum":5},"geometry":{"type":"Polygon","coordinates":[[[117.9163,30.3662],[117.9382,30.3772],[117.9602,30.3992],[117.9492,30.4102],[117.9492,30.4211],[117.9382,30.4266],[117.9492,30.4486],[117.9382,30.4541],[117.9492,30.4816],[117.9602,30.4871],[117.9712,30.5145],[118.0042,30.4926],[118.0151,30.498],[118.0371,30.4926],[118.092,30.5145],[118.125,30.5035],[118.125,30.498],[118.125,30.4926],[118.114,30.4266],[118.158,30.4321],[118.1689,30.4596],[118.1909,30.4651],[118.2129,30.4651],[118.2349,30.4431],[118.2239,30.4266],[118.2349,30.4156],[118.2349,30.4047],[118.2458,30.3992],[118.2568,30.3772],[118.2788,30.3827],[118.2788,30.3662],[118.3008,30.3662],[118.3008,30.3552],[118.3118,30.3497],[118.3228,30.2838],[118.2788,30.2783],[118.2678,30.2509],[118.2678,30.2344],[118.2898,30.2289],[118.2898,30.2014],[118.3118,30.1959],[118.3228,30.174],[118.3447,30.163],[118.3447,30.1575],[118.3447,30.1355],[118.3557,30.119],[118.3557,30.108],[118.3777,30.0916],[118.3887,30.108],[118.4106,30.097],[118.4436,30.1025],[118.4546,30.0916],[118.4656,30.097],[118.4656,30.0861],[118.4766,30.0751],[118.4985,30.0696],[118.4875,30.0586],[118.5095,30.0531],[118.5205,30.0311],[118.4985,30.0201],[118.4985,29.9982],[118.5095,29.9927],[118.5205,29.9982],[118.5205,29.9707],[118.5535,29.9432],[118.5645,29.9487],[118.5754,29.9652],[118.6084,29.9707],[118.6194,29.9982],[118.6194,30.0037],[118.6414,30.0256],[118.6853,30.0256],[118.7073,30.0641],[118.7402,30.0696],[118.7512,30.0861],[118.7622,30.0696],[118.8501,30.1135],[118.8721,30.1025],[118.8721,30.0696],[118.894,30.0531],[118.894,30.0421],[118.905,30.0311],[118.894,30.0146],[118.894,29.9817],[118.894,29.9652],[118.894,29.9432],[118.8721,29.9432],[118.8611,29.9377],[118.8391,29.9377],[118.8501,29.9103],[118.8391,29.8938],[118.7842,29.8444],[118.7622,29.8444],[118.7512,29.8334],[118.7622,29.8279],[118.7622,29.8224],[118.7402,29.8169],[118.7402,29.8004],[118.7512,29.751],[118.7183,29.7125],[118.6963,29.707],[118.6523,29.6411],[118.6194,29.6521],[118.5754,29.6356],[118.5315,29.5917],[118.4985,29.5752],[118.4985,29.5203],[118.4656,29.5038],[118.4436,29.5148],[118.4326,29.5038],[118.3887,29.5093],[118.3557,29.4763],[118.3228,29.4983],[118.3118,29.4983],[118.3118,29.4818],[118.3118,29.4269],[118.2898,29.4214],[118.2898,29.4269],[118.2458,29.4324],[118.2129,29.4214],[118.2019,29.3939],[118.1909,29.4049],[118.147,29.4159],[118.125,29.4324],[118.136,29.4434],[118.136,29.4653],[118.125,29.4708],[118.147,29.4873],[118.125,29.5148],[118.114,29.5203],[118.103,29.5367],[118.0591,29.5422],[118.0261,29.5752],[118.0042,29.5752],[117.9822,29.5587],[117.9602,29.5697],[117.9492,29.5477],[117.9272,29.5587],[117.8833,29.5422],[117.8613,29.5587],[117.8394,29.5532],[117.8174,29.5752],[117.7844,29.5587],[117.7515,29.5587],[117.7185,29.5422],[117.6855,29.5587],[117.6855,29.5917],[117.6746,29.5917],[117.6636,29.6136],[117.6416,29.6136],[117.5977,29.5807],[117.5867,29.5917],[117.5537,29.5917],[117.5208,29.6301],[117.5317,29.6466],[117.5208,29.6631],[117.5098,29.6686],[117.4988,29.6631],[117.4768,29.6631],[117.4768,29.6851],[117.4548,29.6906],[117.4548,29.7455],[117.4438,29.7565],[117.4329,29.7675],[117.4109,29.8004],[117.4329,29.8444],[117.3889,29.8444],[117.3889,29.8224],[117.3669,29.8114],[117.345,29.8279],[117.345,29.8553],[117.312,29.8389],[117.29,29.8389],[117.29,29.8224],[117.2791,29.8224],[117.2461,29.8389],[117.2461,29.8444],[117.2681,29.8828],[117.2571,29.9103],[117.2131,29.9323],[117.2021,29.9597],[117.2131,29.9817],[117.2461,29.9817],[117.2791,29.9982],[117.334,29.9982],[117.356,30.0146],[117.3889,30.0092],[117.3999,30.0311],[117.4329,30.0201],[117.4548,30.0256],[117.4548,30.0366],[117.4988,30.0311],[117.5317,30.0531],[117.5427,30.0696],[117.5317,30.0916],[117.5317,30.1025],[117.5537,30.097],[117.5757,30.097],[117.5757,30.1135],[117.6086,30.13],[117.6196,30.119],[117.6086,30.097],[117.6416,30.097],[117.6416,30.1135],[117.6526,30.1135],[117.6636,30.097],[117.6855,30.1135],[117.6855,30.13],[117.7075,30.1465],[117.7625,30.1575],[117.7844,30.1575],[117.8174,30.1849],[117.8284,30.1794],[117.8503,30.1959],[117.8613,30.2179],[117.8284,30.2289],[117.8284,30.2399],[117.8613,30.2673],[117.8943,30.2728],[117.8943,30.2948],[117.9163,30.2948],[117.9053,30.3058],[117.9163,30.3168],[117.9492,30.3223],[117.9163,30.3662]]]}},
{"type": "Feature","properties":{"id":"3414","name":"巢湖市","cp":[117.7734,31.4978],"childNum":5},"geometry":{"type":"Polygon","coordinates":[[[117.0374,31.2561],[117.0483,31.2671],[117.0483,31.2836],[117.0703,31.2891],[117.0703,31.3275],[117.0813,31.3495],[117.0703,31.3715],[117.0923,31.4154],[117.1143,31.4539],[117.1582,31.4868],[117.1582,31.4978],[117.1692,31.5088],[117.1912,31.5088],[117.1912,31.4978],[117.2351,31.4923],[117.2461,31.4923],[117.2571,31.4978],[117.2571,31.5033],[117.301,31.5308],[117.4329,31.5582],[117.4548,31.5802],[117.4988,31.6187],[117.4988,31.6351],[117.5098,31.6406],[117.5208,31.6571],[117.5427,31.6681],[117.5427,31.6791],[117.5537,31.6956],[117.5427,31.7065],[117.5647,31.7065],[117.5757,31.723],[117.5647,31.734],[117.5867,31.7505],[117.5867,31.756],[117.6086,31.7615],[117.6196,31.778],[117.6306,31.7834],[117.6416,31.8164],[117.6526,31.8219],[117.6965,31.8933],[117.7075,31.8988],[117.7405,31.9702],[117.7844,31.9812],[117.8174,31.9977],[117.8284,31.9922],[117.8394,31.9647],[117.8613,31.9537],[117.8723,31.9318],[117.9272,31.9208],[117.9712,31.8988],[117.9932,31.8768],[118.0481,31.8604],[118.0701,31.8658],[118.0701,31.8494],[118.0811,31.8549],[118.0811,31.8768],[118.114,31.9043],[118.1689,31.9043],[118.2019,31.9263],[118.2239,31.9318],[118.3118,31.9922],[118.3228,32.0251],[118.3887,32.0581],[118.3997,32.0471],[118.3887,32.0306],[118.3997,32.0251],[118.3887,31.9922],[118.3887,31.9812],[118.3777,31.9812],[118.3777,31.9702],[118.3667,31.9537],[118.3667,31.9318],[118.3887,31.9098],[118.3997,31.9153],[118.4216,31.8988],[118.4326,31.8988],[118.4656,31.8823],[118.4656,31.8604],[118.5095,31.8439],[118.4875,31.7889],[118.4875,31.778],[118.4656,31.7505],[118.4436,31.745],[118.4216,31.723],[118.3777,31.5308],[118.3337,31.4539],[118.3228,31.4429],[118.3008,31.4484],[118.3008,31.4264],[118.3228,31.4209],[118.3337,31.3989],[118.3557,31.322],[118.3447,31.3],[118.3228,31.2891],[118.2458,31.2891],[118.2129,31.2836],[118.0481,31.1847],[118.0042,31.1682],[118.0042,31.1078],[117.9712,31.0858],[117.9492,31.0693],[117.9163,31.0693],[117.8943,31.0803],[117.8503,31.1298],[117.7954,31.1188],[117.7625,31.0913],[117.7625,31.0583],[117.7625,31.0199],[117.7515,31.0089],[117.7515,31.0254],[117.7405,30.9705],[117.6855,30.976],[117.6855,30.9595],[117.6636,30.9375],[117.6306,30.9705],[117.5867,30.976],[117.5757,30.9705],[117.5537,30.976],[117.5427,30.965],[117.5317,30.9705],[117.5427,30.9869],[117.5098,31.0034],[117.4438,30.976],[117.4109,30.976],[117.3889,30.965],[117.3779,30.9485],[117.3669,30.954],[117.3669,30.965],[117.345,30.9924],[117.323,30.9924],[117.312,30.9979],[117.301,30.9869],[117.2791,30.9869],[117.2351,31.0199],[117.2131,31.0529],[117.1802,31.0858],[117.1472,31.0693],[117.1252,31.0803],[117.1143,31.1243],[117.1252,31.1462],[117.0703,31.2341],[117.0593,31.2341],[117.0374,31.2561]]]}},
{"type": "Feature","properties":{"id":"3416","name":"亳州市","cp":[116.1914,33.4698],"childNum":4},"geometry":{"type":"Polygon","coordinates":[[[116.3892,33.783],[116.4111,33.772],[116.4111,33.761],[116.4331,33.761],[116.4331,33.7445],[116.4551,33.7335],[116.4771,33.7061],[116.4771,33.7006],[116.488,33.6786],[116.4771,33.6511],[116.499,33.6346],[116.51,33.6182],[116.532,33.6127],[116.554,33.5962],[116.554,33.5907],[116.543,33.5907],[116.543,33.5687],[116.532,33.5632],[116.521,33.5522],[116.521,33.5358],[116.543,33.5138],[116.532,33.4698],[116.543,33.4644],[116.5869,33.4644],[116.5869,33.4753],[116.6418,33.4863],[116.6528,33.4808],[116.7188,33.4698],[116.7188,33.4534],[116.7407,33.4534],[116.7517,33.4369],[116.8176,33.4204],[116.7957,33.4149],[116.7957,33.3875],[116.7847,33.3435],[116.7847,33.3215],[116.8066,33.3051],[116.7957,33.2721],[116.8066,33.2721],[116.8176,33.2391],[116.8286,33.2281],[116.8176,33.1677],[116.8066,33.1567],[116.7957,33.1732],[116.7737,33.1512],[116.7627,33.1293],[116.7737,33.0908],[116.7517,33.0688],[116.7517,33.0524],[116.8176,33.0249],[116.8176,33.0029],[116.8066,32.9919],[116.8066,33.0029],[116.7847,32.9974],[116.7627,33.0084],[116.7517,33.0029],[116.7407,32.9315],[116.6199,32.9425],[116.3782,33.0029],[116.3672,32.948],[116.3892,32.915],[116.3892,32.8931],[116.3672,32.8986],[116.3562,32.8766],[116.2903,32.8601],[116.2463,32.8656],[116.2463,32.8876],[116.2024,32.8931],[116.1914,32.915],[116.1584,32.9425],[116.1694,32.97],[116.1365,32.981],[116.1255,32.9755],[116.1255,32.981],[116.0706,32.9865],[116.0596,32.9919],[116.0596,33.0084],[116.0486,33.0469],[116.0156,33.0414],[116.0156,33.0579],[116.0156,33.0634],[115.9827,33.0688],[115.9717,33.0688],[115.9607,33.0853],[115.9387,33.0853],[115.9277,33.0963],[115.9167,33.0853],[115.8728,33.0963],[115.8728,33.1183],[115.8398,33.1238],[115.8398,33.1348],[115.8508,33.1348],[115.8508,33.1512],[115.8289,33.1512],[115.8289,33.1567],[115.8289,33.1732],[115.8508,33.1787],[115.8508,33.2007],[115.8398,33.2117],[115.8398,33.2611],[115.8838,33.2446],[115.9167,33.2172],[115.9277,33.2281],[115.9058,33.2556],[115.9167,33.2776],[115.9167,33.2941],[115.9277,33.2996],[115.9277,33.3105],[115.8948,33.36],[115.8948,33.3984],[115.8508,33.4534],[115.7959,33.4698],[115.7629,33.4918],[115.719,33.5083],[115.675,33.5083],[115.6531,33.5413],[115.6421,33.5852],[115.6311,33.6237],[115.5981,33.6621],[115.5981,33.7225],[115.5652,33.772],[115.5762,33.7885],[115.6091,33.7775],[115.6201,33.7939],[115.6201,33.8159],[115.6421,33.8434],[115.6311,33.8708],[115.6201,33.8763],[115.5981,33.8654],[115.5762,33.8763],[115.5652,33.8708],[115.5432,33.8818],[115.5432,33.8928],[115.5542,33.8928],[115.5542,33.9038],[115.5652,33.9093],[115.5652,33.9203],[115.5762,33.9532],[115.5762,33.9752],[115.5872,33.9862],[115.5872,33.9917],[115.5872,34.0082],[115.6091,34.0137],[115.6091,34.0302],[115.6531,34.0356],[115.6531,34.0631],[115.6641,34.0576],[115.675,34.0631],[115.708,34.0631],[115.741,34.0741],[115.7629,34.0631],[115.8069,34.0631],[115.8289,34.0356],[115.8508,34.0247],[115.8508,34.0027],[115.8728,34.0027],[115.8838,34.0247],[115.8948,34.0247],[115.8948,34.0137],[115.9058,34.0027],[115.9607,34.0082],[115.9827,33.9917],[116.0046,33.9587],[115.9937,33.9532],[115.9937,33.9368],[115.9827,33.9313],[115.9827,33.9148],[116.0156,33.8983],[116.0156,33.8873],[116.0486,33.8654],[116.0596,33.8544],[116.0596,33.8489],[116.0596,33.8269],[116.0486,33.8324],[116.0486,33.8214],[116.0596,33.8159],[116.0596,33.8049],[116.0706,33.7939],[116.0706,33.783],[116.1035,33.783],[116.1035,33.761],[116.1365,33.75],[116.1584,33.7115],[116.1914,33.7115],[116.1914,33.7225],[116.2244,33.7225],[116.2354,33.739],[116.2573,33.7225],[116.2683,33.75],[116.3123,33.7555],[116.3123,33.772],[116.3232,33.7665],[116.3342,33.783],[116.3672,33.7775],[116.3892,33.783]]]}},
{"type": "Feature","properties":{"id":"3417","name":"池州市","cp":[117.3889,30.2014],"childNum":4},"geometry":{"type":"Polygon","coordinates":[[[116.7407,30.0586],[116.7737,30.0696],[116.8286,30.1245],[116.9275,30.2673],[116.9275,30.2948],[116.8945,30.3992],[116.8945,30.4266],[116.9385,30.4376],[117.0044,30.4871],[117.0374,30.498],[117.1252,30.4926],[117.1912,30.4706],[117.2131,30.4761],[117.2351,30.498],[117.2461,30.5695],[117.2461,30.5914],[117.2131,30.6299],[117.29,30.6683],[117.312,30.6683],[117.312,30.6738],[117.356,30.6903],[117.3999,30.6958],[117.4658,30.6793],[117.5757,30.7562],[117.6965,30.7892],[117.7515,30.8002],[117.7625,30.7892],[117.7515,30.7837],[117.7625,30.7672],[117.7844,30.7617],[117.7844,30.7507],[117.7954,30.7507],[117.8064,30.7562],[117.8394,30.7672],[117.8503,30.7892],[117.8833,30.8112],[117.9053,30.8112],[117.9382,30.8386],[117.9602,30.8167],[117.9822,30.8441],[117.9932,30.8276],[117.9712,30.8057],[117.9712,30.7947],[117.9822,30.7947],[117.9932,30.7782],[118.0371,30.7782],[118.0591,30.7617],[118.0701,30.7397],[118.103,30.7343],[118.125,30.7013],[118.103,30.6573],[118.103,30.6354],[118.0811,30.6244],[118.0701,30.5969],[118.0481,30.6024],[118.0371,30.575],[117.9932,30.5695],[117.9822,30.564],[117.9822,30.531],[117.9712,30.5145],[117.9602,30.4871],[117.9492,30.4816],[117.9382,30.4541],[117.9492,30.4486],[117.9382,30.4266],[117.9492,30.4211],[117.9492,30.4102],[117.9602,30.3992],[117.9382,30.3772],[117.9163,30.3662],[117.9492,30.3223],[117.9163,30.3168],[117.9053,30.3058],[117.9163,30.2948],[117.8943,30.2948],[117.8943,30.2728],[117.8613,30.2673],[117.8284,30.2399],[117.8284,30.2289],[117.8613,30.2179],[117.8503,30.1959],[117.8284,30.1794],[117.8174,30.1849],[117.7844,30.1575],[117.7625,30.1575],[117.7075,30.1465],[117.6855,30.13],[117.6855,30.1135],[117.6636,30.097],[117.6526,30.1135],[117.6416,30.1135],[117.6416,30.097],[117.6086,30.097],[117.6196,30.119],[117.6086,30.13],[117.5757,30.1135],[117.5757,30.097],[117.5537,30.097],[117.5317,30.1025],[117.5317,30.0916],[117.5427,30.0696],[117.5317,30.0531],[117.4988,30.0311],[117.4548,30.0366],[117.4548,30.0256],[117.4329,30.0201],[117.3999,30.0311],[117.3889,30.0092],[117.356,30.0146],[117.334,29.9982],[117.2791,29.9982],[117.2461,29.9817],[117.2131,29.9817],[117.2021,29.9597],[117.2131,29.9323],[117.1472,29.9103],[117.1252,29.8938],[117.1362,29.8773],[117.1252,29.8608],[117.0703,29.8279],[117.1143,29.8004],[117.1252,29.8004],[117.1362,29.7784],[117.1033,29.751],[117.1252,29.7235],[117.1143,29.707],[117.1033,29.707],[117.0923,29.696],[117.0374,29.6796],[117.0154,29.6851],[116.9934,29.6851],[116.9714,29.6466],[116.9275,29.6466],[116.9055,29.6246],[116.8835,29.6136],[116.8396,29.5697],[116.7847,29.5642],[116.7847,29.5697],[116.7847,29.5917],[116.7737,29.6027],[116.7188,29.5697],[116.7078,29.5917],[116.6858,29.6027],[116.6528,29.6411],[116.6638,29.6576],[116.6968,29.6741],[116.6638,29.6851],[116.6528,29.6906],[116.6528,29.696],[116.6528,29.7015],[116.6638,29.696],[116.6858,29.7345],[116.7078,29.74],[116.7188,29.762],[116.7407,29.7784],[116.7407,29.7949],[116.7627,29.8059],[116.7847,29.7894],[116.8066,29.8004],[116.8066,29.8169],[116.8286,29.8224],[116.8286,29.8334],[116.8506,29.8499],[116.8945,29.9103],[116.8945,29.9323],[116.9055,29.9487],[116.8945,29.9707],[116.8726,29.9762],[116.8286,29.9707],[116.8286,29.9982],[116.8176,30.0037],[116.7957,29.9982],[116.7847,30.0256],[116.7737,30.0366],[116.7627,30.0476],[116.7407,30.0586]],[[117.2461,30.4211],[117.2681,30.4431],[117.2571,30.4486],[117.2571,30.4596],[117.2791,30.4871],[117.323,30.4926],[117.323,30.4761],[117.323,30.4651],[117.29,30.4376],[117.301,30.4211],[117.2461,30.4211]]]}},
{"type": "Feature","properties":{"id":"3401","name":"合肥市","cp":[117.29,32.0581],"childNum":4},"geometry":{"type":"Polygon","coordinates":[[[116.8726,32.5415],[116.9055,32.547],[116.9385,32.5745],[116.9495,32.6074],[117.0483,32.6129],[117.1252,32.5909],[117.1692,32.6019],[117.1912,32.6129],[117.2021,32.5745],[117.2131,32.558],[117.2021,32.5415],[117.2131,32.514],[117.2021,32.4701],[117.2241,32.4591],[117.2571,32.4591],[117.29,32.4426],[117.312,32.4536],[117.323,32.4426],[117.334,32.4426],[117.3779,32.4591],[117.3889,32.4756],[117.4109,32.4646],[117.3889,32.4426],[117.3889,32.4152],[117.3779,32.3932],[117.356,32.3932],[117.3669,32.3822],[117.3779,32.3767],[117.3999,32.3932],[117.3999,32.3877],[117.4438,32.3602],[117.4438,32.3438],[117.4219,32.3328],[117.3999,32.2833],[117.4219,32.2614],[117.4329,32.2449],[117.4329,32.2339],[117.4658,32.2284],[117.5098,32.2009],[117.5317,32.2119],[117.5537,32.2119],[117.5867,32.2394],[117.6086,32.2394],[117.6636,32.2614],[117.6965,32.2559],[117.7185,32.2339],[117.7405,32.2449],[117.7844,32.2394],[117.7954,32.2174],[117.8174,32.2284],[117.8613,32.2119],[117.8723,32.146],[117.8613,32.124],[117.8503,32.1075],[117.8613,32.1021],[117.8613,32.0911],[117.8833,32.0581],[117.8613,32.0361],[117.8394,32.0361],[117.8284,32.0306],[117.8394,32.0142],[117.8174,31.9977],[117.7844,31.9812],[117.7405,31.9702],[117.7075,31.8988],[117.6965,31.8933],[117.6526,31.8219],[117.6416,31.8164],[117.6306,31.7834],[117.6196,31.778],[117.6086,31.7615],[117.5867,31.756],[117.5867,31.7505],[117.5647,31.734],[117.5757,31.723],[117.5647,31.7065],[117.5427,31.7065],[117.5537,31.6956],[117.5427,31.6791],[117.5427,31.6681],[117.5208,31.6571],[117.5098,31.6406],[117.4988,31.6351],[117.4988,31.6187],[117.4548,31.5802],[117.4329,31.5582],[117.301,31.5308],[117.2571,31.5033],[117.2461,31.5088],[117.2461,31.5253],[117.2241,31.5472],[117.2241,31.5417],[117.1912,31.5527],[117.1472,31.5472],[117.1362,31.5582],[117.1252,31.5472],[117.1143,31.5417],[117.0703,31.5527],[117.0483,31.5363],[117.0154,31.5472],[116.9934,31.5637],[116.9824,31.5308],[116.9824,31.5417],[116.9604,31.5308],[116.9495,31.5363],[116.9385,31.5417],[116.8835,31.5363],[116.8286,31.5198],[116.7957,31.5417],[116.7737,31.5692],[116.7627,31.6187],[116.7627,31.6241],[116.7627,31.6351],[116.7627,31.6461],[116.7627,31.6626],[116.7627,31.6791],[116.7627,31.712],[116.7517,31.7175],[116.7627,31.734],[116.7517,31.745],[116.7627,31.767],[116.7627,31.7725],[116.7297,31.767],[116.7407,31.7725],[116.7407,31.778],[116.7188,31.7834],[116.6858,31.8219],[116.6968,31.8219],[116.7078,31.8384],[116.7297,31.8384],[116.7407,31.8494],[116.7407,31.8604],[116.7297,31.8604],[116.7188,31.8823],[116.7297,31.8823],[116.7297,31.8933],[116.7407,31.8933],[116.7517,31.8933],[116.7627,31.9043],[116.7737,31.9043],[116.7737,31.9153],[116.8176,31.9208],[116.8726,31.9647],[116.9275,31.9757],[116.9495,31.9922],[117.0044,31.9922],[117.0374,31.9977],[117.0264,32.0087],[117.0374,32.0197],[117.0483,32.0361],[117.0483,32.0526],[117.0264,32.0636],[117.0154,32.1021],[117.0044,32.1185],[116.9934,32.1185],[116.9824,32.157],[117.0044,32.157],[117.0154,32.1625],[117.0264,32.1844],[117.0044,32.2174],[117.0593,32.2339],[117.0703,32.2668],[117.0593,32.2833],[117.0374,32.2778],[117.0374,32.2943],[117.0483,32.2998],[117.0483,32.3163],[117.0593,32.3328],[117.0374,32.3383],[117.0483,32.3877],[117.0154,32.3822],[116.8945,32.3932],[116.8945,32.4207],[116.8945,32.4536],[116.9055,32.4701],[116.8835,32.4811],[116.8945,32.4921],[116.8726,32.5415]]]}},
{"type": "Feature","properties":{"id":"3403","name":"蚌埠市","cp":[117.4109,33.1073],"childNum":4},"geometry":{"type":"Polygon","coordinates":[[[116.7407,32.9315],[116.7517,33.0029],[116.7627,33.0084],[116.7847,32.9974],[116.8066,33.0029],[116.8066,32.9919],[116.8176,33.0029],[116.8176,33.0249],[116.7517,33.0524],[116.7517,33.0688],[116.7737,33.0908],[116.7627,33.1293],[116.7737,33.1512],[116.7957,33.1732],[116.8066,33.1567],[116.8176,33.1677],[116.8286,33.2281],[116.8176,33.2391],[116.8066,33.2721],[116.7957,33.2721],[116.8066,33.3051],[116.8616,33.2776],[116.8726,33.2886],[116.8726,33.2996],[116.8945,33.2996],[116.9275,33.3105],[116.9495,33.2831],[116.9714,33.2776],[117.0154,33.2776],[117.0264,33.2941],[117.0923,33.2831],[117.1033,33.3051],[117.0923,33.316],[117.0703,33.3215],[117.0593,33.3325],[117.0923,33.3545],[117.0703,33.371],[117.0483,33.371],[117.0593,33.3875],[117.0813,33.4039],[117.1033,33.3984],[117.1143,33.3875],[117.1252,33.382],[117.1472,33.4094],[117.1252,33.4259],[117.1252,33.4369],[117.1362,33.4424],[117.1582,33.4369],[117.1582,33.4534],[117.2021,33.4259],[117.2131,33.4534],[117.2241,33.4534],[117.2461,33.5028],[117.312,33.4918],[117.323,33.4753],[117.3889,33.4589],[117.3999,33.4424],[117.3999,33.4259],[117.4219,33.3984],[117.4329,33.371],[117.4438,33.371],[117.4768,33.349],[117.4988,33.349],[117.5537,33.327],[117.5537,33.3325],[117.5757,33.3215],[117.6086,33.338],[117.6306,33.338],[117.6636,33.327],[117.6746,33.3051],[117.6855,33.3051],[117.6965,33.2886],[117.7295,33.2721],[117.7734,33.2831],[117.8064,33.2776],[117.8174,33.2996],[117.8503,33.2941],[117.8613,33.327],[117.8943,33.327],[117.9053,33.3435],[117.9163,33.3325],[117.9822,33.3325],[117.9932,33.327],[117.9822,33.2996],[117.9712,33.2776],[117.9492,33.2666],[117.9492,33.2501],[117.9382,33.2281],[117.9602,33.2227],[117.9822,33.2281],[117.9932,33.2062],[117.9822,33.2007],[117.9932,33.1787],[118.0042,33.1787],[118.0371,33.1512],[118.0371,33.1348],[118.0481,33.1458],[118.0481,33.1403],[118.0701,33.1403],[118.0481,33.1293],[118.0481,33.1238],[118.0701,33.1348],[118.0701,33.0963],[118.0701,33.0853],[118.0591,33.0743],[118.0481,33.0688],[118.0371,33.0743],[118.0042,33.0524],[118.0042,33.0304],[118.0261,33.0359],[118.0371,33.0249],[118.0261,33.0029],[118.0042,33.0029],[117.9822,33.0139],[117.9712,33.0029],[117.9492,33.0139],[117.9163,32.9865],[117.8833,33.0029],[117.8613,33.0029],[117.8943,33.0304],[117.8833,33.0469],[117.8064,33.0304],[117.7844,33.0469],[117.7734,33.0469],[117.7405,33.0084],[117.7185,33.0084],[117.7075,32.9974],[117.6746,32.915],[117.6636,32.9095],[117.6416,32.9095],[117.6306,32.926],[117.5977,32.9205],[117.5317,32.981],[117.5317,32.937],[117.5098,32.9315],[117.4988,32.8986],[117.5098,32.8766],[117.4988,32.8656],[117.4768,32.8491],[117.4658,32.8381],[117.4219,32.8436],[117.4109,32.8326],[117.356,32.8381],[117.356,32.8271],[117.312,32.8326],[117.2791,32.8052],[117.2571,32.8052],[117.2351,32.7832],[117.2351,32.7667],[117.1912,32.7338],[117.1252,32.7557],[117.0813,32.7448],[117.0923,32.7228],[117.0703,32.7118],[117.0593,32.7338],[117.0264,32.7448],[117.0264,32.7557],[117.0154,32.7612],[117.0044,32.7777],[116.9604,32.7942],[116.7957,32.9095],[116.7407,32.9315]]]}},
{"type": "Feature","properties":{"id":"3402","name":"芜湖市","cp":[118.3557,31.0858],"childNum":4},"geometry":{"type":"Polygon","coordinates":[[[117.9822,30.8441],[118.0151,30.8606],[118.0261,30.8441],[118.0371,30.8441],[118.0481,30.8661],[118.0701,30.8716],[118.0811,30.8606],[118.136,30.899],[118.158,30.9045],[118.158,30.9155],[118.158,30.9265],[118.147,30.9485],[118.158,30.9705],[118.103,30.965],[118.0811,31.0089],[118.0371,31.0199],[118.0261,31.0309],[118.0151,31.0309],[118.0151,31.0474],[118.0151,31.0693],[118.0042,31.0803],[117.9932,31.0693],[117.9712,31.0858],[118.0042,31.1078],[118.0042,31.1682],[118.0481,31.1847],[118.2129,31.2836],[118.2458,31.2891],[118.3228,31.2891],[118.3447,31.3],[118.3557,31.322],[118.3337,31.3989],[118.3228,31.4209],[118.3008,31.4264],[118.3008,31.4484],[118.3228,31.4429],[118.3337,31.4539],[118.3777,31.5308],[118.3887,31.5088],[118.4106,31.4978],[118.4216,31.4813],[118.4326,31.4758],[118.4326,31.4594],[118.4216,31.4539],[118.4436,31.3934],[118.4656,31.3989],[118.4656,31.3934],[118.4875,31.3934],[118.5205,31.4044],[118.5315,31.377],[118.5535,31.355],[118.5535,31.333],[118.5754,31.2946],[118.6304,31.2946],[118.6633,31.3055],[118.6633,31.2726],[118.6523,31.2451],[118.6853,31.2177],[118.6963,31.1847],[118.7183,31.1737],[118.7292,31.1517],[118.6853,31.1188],[118.6853,31.1023],[118.6743,31.0858],[118.6853,31.0748],[118.6304,31.0254],[118.6084,31.0199],[118.5974,31.0309],[118.6084,31.0419],[118.5974,31.0474],[118.5864,31.0254],[118.5645,31.0144],[118.5864,30.9924],[118.5645,30.965],[118.5425,30.9705],[118.5315,30.954],[118.5095,30.954],[118.5095,30.9375],[118.4985,30.943],[118.5095,30.9265],[118.5095,30.9155],[118.4766,30.8826],[118.4875,30.8661],[118.4766,30.8496],[118.4875,30.8441],[118.4875,30.8221],[118.5205,30.8221],[118.5095,30.7892],[118.4985,30.7947],[118.4875,30.7892],[118.4766,30.7672],[118.4546,30.7782],[118.4546,30.7947],[118.4326,30.7947],[118.4216,30.8057],[118.4326,30.8167],[118.4216,30.8386],[118.3887,30.8496],[118.3667,30.8441],[118.3447,30.8276],[118.3228,30.8221],[118.3118,30.8112],[118.3118,30.8002],[118.3008,30.8002],[118.3118,30.7782],[118.3008,30.7782],[118.3008,30.7562],[118.2788,30.7397],[118.2788,30.7343],[118.2898,30.7288],[118.3008,30.7178],[118.3118,30.7123],[118.3118,30.7013],[118.2678,30.7123],[118.2458,30.7013],[118.2239,30.7123],[118.1799,30.6903],[118.125,30.6409],[118.125,30.6464],[118.103,30.6354],[118.103,30.6573],[118.125,30.7013],[118.103,30.7343],[118.0701,30.7397],[118.0591,30.7617],[118.0371,30.7782],[117.9932,30.7782],[117.9822,30.7947],[117.9712,30.7947],[117.9712,30.8057],[117.9932,30.8276],[117.9822,30.8441]]]}},
{"type": "Feature","properties":{"id":"3406","name":"淮北市","cp":[116.6968,33.6896],"childNum":3},"geometry":{"type":"MultiPolygon","coordinates":[[[[116.3892,33.783],[116.4111,33.8049],[116.4331,33.7994],[116.4331,33.8489],[116.4551,33.8489],[116.4551,33.8599],[116.488,33.8708],[116.521,33.8708],[116.521,33.8818],[116.532,33.8818],[116.554,33.8763],[116.5649,33.9093],[116.5759,33.9093],[116.5869,33.8983],[116.6418,33.8818],[116.6418,33.8983],[116.6418,33.9148],[116.6528,33.9368],[116.6418,33.9478],[116.6528,33.9587],[116.6528,33.9697],[116.6089,33.9972],[116.6089,34.0192],[116.6528,34.0192],[116.7078,34.0082],[116.7517,34.0192],[116.7847,34.0137],[116.7957,33.9972],[116.8066,34.0082],[116.8066,34.0356],[116.8066,34.0741],[116.8176,34.0851],[116.8176,34.0741],[116.8396,34.0466],[116.8286,34.0686],[116.8396,34.0686],[116.8506,34.0851],[116.8726,34.0741],[116.9055,34.0906],[116.9055,34.1016],[116.9275,34.0961],[116.9275,34.0796],[116.9714,34.0796],[116.9495,34.0466],[116.9495,34.0302],[116.9714,34.0302],[116.9714,34.0137],[116.9824,34.0137],[116.9824,34.0027],[116.9165,33.9752],[116.8945,33.9587],[116.8835,33.9423],[116.8945,33.9423],[116.9275,33.9587],[116.9495,33.9423],[116.9604,33.9478],[116.9604,33.9697],[116.9824,33.9642],[117.0044,33.9423],[116.9934,33.9258],[116.9934,33.9148],[116.9934,33.8983],[116.9604,33.8873],[116.9495,33.7885],[116.9385,33.772],[116.9495,33.7445],[116.9275,33.7445],[116.9385,33.7061],[116.9275,33.7006],[116.9275,33.6731],[116.8945,33.6841],[116.8726,33.6676],[116.8835,33.6566],[116.8726,33.6292],[116.8616,33.6292],[116.8616,33.6127],[116.8726,33.6127],[116.8726,33.5907],[116.8945,33.5852],[116.8945,33.5742],[116.9385,33.5797],[116.9275,33.5468],[116.9165,33.5358],[116.9055,33.5028],[116.9165,33.4918],[116.9165,33.4698],[116.9275,33.4698],[116.9385,33.4534],[116.9604,33.4479],[116.9714,33.4314],[116.9604,33.3984],[116.9714,33.3875],[116.9604,33.3765],[116.9385,33.3765],[116.9275,33.349],[116.9165,33.3435],[116.9165,33.327],[116.9275,33.3215],[116.9275,33.3105],[116.8945,33.2996],[116.8726,33.2996],[116.8726,33.2886],[116.8616,33.2776],[116.8066,33.3051],[116.7847,33.3215],[116.7847,33.3435],[116.7957,33.3875],[116.7957,33.4149],[116.8176,33.4204],[116.7517,33.4369],[116.7407,33.4534],[116.7188,33.4534],[116.7188,33.4698],[116.6528,33.4808],[116.6418,33.4863],[116.5869,33.4753],[116.5869,33.4644],[116.543,33.4644],[116.532,33.4698],[116.543,33.5138],[116.521,33.5358],[116.521,33.5522],[116.532,33.5632],[116.543,33.5687],[116.543,33.5907],[116.554,33.5907],[116.554,33.5962],[116.532,33.6127],[116.51,33.6182],[116.499,33.6346],[116.4771,33.6511],[116.488,33.6786],[116.4771,33.7006],[116.4771,33.7061],[116.4551,33.7335],[116.4331,33.7445],[116.4331,33.761],[116.4111,33.761],[116.4111,33.772],[116.3892,33.783]]],[[[117.0264,34.2389],[117.0374,34.2499],[117.0483,34.2279],[117.0593,34.2279],[117.0264,34.1785],[117.0264,34.1675],[117.0374,34.1675],[117.0264,34.1675],[117.0374,34.1565],[117.0264,34.162],[116.9934,34.14],[116.9824,34.1235],[116.9604,34.118],[116.9495,34.162],[116.9714,34.173],[116.9824,34.1785],[116.9824,34.1949],[116.9934,34.2059],[116.9934,34.2224],[117.0154,34.2334],[117.0154,34.2169],[117.0264,34.2279],[117.0264,34.2389]]]]}},
{"type": "Feature","properties":{"id":"3404","name":"淮南市","cp":[116.7847,32.7722],"childNum":2},"geometry":{"type":"Polygon","coordinates":[[[116.7407,32.9315],[116.7957,32.9095],[116.9604,32.7942],[117.0044,32.7777],[117.0154,32.7612],[117.0264,32.7557],[117.0264,32.7448],[117.0593,32.7338],[117.0703,32.7118],[117.0923,32.7228],[117.0813,32.7448],[117.1252,32.7557],[117.1912,32.7338],[117.2021,32.7283],[117.1912,32.7173],[117.1802,32.6953],[117.1582,32.6843],[117.1912,32.6129],[117.1692,32.6019],[117.1252,32.5909],[117.0483,32.6129],[116.9495,32.6074],[116.9385,32.5745],[116.9055,32.547],[116.8726,32.5415],[116.8396,32.558],[116.8286,32.558],[116.8176,32.5854],[116.8066,32.5854],[116.8066,32.6074],[116.7737,32.6514],[116.7517,32.6624],[116.7407,32.6514],[116.7517,32.6294],[116.7407,32.6184],[116.7078,32.5964],[116.6748,32.569],[116.6309,32.5525],[116.6199,32.5854],[116.5979,32.5909],[116.543,32.5854],[116.543,32.6239],[116.521,32.6569],[116.51,32.6624],[116.499,32.6843],[116.4661,32.6788],[116.4441,32.6953],[116.4551,32.7283],[116.4441,32.7338],[116.4441,32.7502],[116.4441,32.8107],[116.4441,32.8217],[116.4441,32.8491],[116.4221,32.8601],[116.3892,32.8546],[116.3892,32.8711],[116.3892,32.8931],[116.3892,32.915],[116.3672,32.948],[116.3782,33.0029],[116.6199,32.9425],[116.7407,32.9315]]]}},
{"type": "Feature","properties":{"id":"3405","name":"马鞍山市","cp":[118.6304,31.5363],"childNum":2},"geometry":{"type":"Polygon","coordinates":[[[118.3777,31.5308],[118.4216,31.723],[118.4436,31.745],[118.4656,31.7505],[118.4875,31.778],[118.4985,31.778],[118.5205,31.7615],[118.5315,31.767],[118.5425,31.7615],[118.5205,31.745],[118.5535,31.7285],[118.5645,31.745],[118.5754,31.7395],[118.6084,31.756],[118.6194,31.7505],[118.6304,31.7615],[118.6414,31.756],[118.6523,31.7285],[118.6743,31.7285],[118.6963,31.712],[118.6633,31.6791],[118.6523,31.6791],[118.6523,31.6461],[118.6853,31.6351],[118.7073,31.6406],[118.7292,31.6296],[118.7402,31.6406],[118.7512,31.6791],[118.7732,31.6846],[118.7952,31.6681],[118.7842,31.6571],[118.8062,31.6187],[118.8171,31.6187],[118.8281,31.6296],[118.8611,31.6241],[118.8721,31.6132],[118.8721,31.5967],[118.8611,31.5967],[118.8721,31.5912],[118.8721,31.5857],[118.8721,31.5747],[118.8831,31.5637],[118.8721,31.5363],[118.8831,31.5198],[118.8611,31.4484],[118.8721,31.4264],[118.8501,31.3989],[118.8171,31.3715],[118.7732,31.366],[118.7622,31.3879],[118.7512,31.3824],[118.7073,31.3],[118.6963,31.3],[118.6633,31.3055],[118.6304,31.2946],[118.5754,31.2946],[118.5535,31.333],[118.5535,31.355],[118.5315,31.377],[118.5205,31.4044],[118.4875,31.3934],[118.4656,31.3934],[118.4656,31.3989],[118.4436,31.3934],[118.4216,31.4539],[118.4326,31.4594],[118.4326,31.4758],[118.4216,31.4813],[118.4106,31.4978],[118.3887,31.5088],[118.3777,31.5308]]]}},
{"type": "Feature","properties":{"id":"3407","name":"铜陵市","cp":[117.9382,30.9375],"childNum":3},"geometry":{"type":"MultiPolygon","coordinates":[[[[117.6965,30.7892],[117.7295,30.8606],[117.7405,30.91],[117.7405,30.9705],[117.7515,31.0254],[117.7515,31.0089],[117.7625,31.0199],[117.7625,31.0583],[117.7625,31.0913],[117.7954,31.1188],[117.8503,31.1298],[117.8943,31.0803],[117.9163,31.0693],[117.9492,31.0693],[117.9712,31.0858],[117.9932,31.0693],[118.0042,31.0803],[118.0151,31.0693],[118.0151,31.0474],[118.0151,31.0309],[118.0261,31.0309],[118.0371,31.0199],[118.0811,31.0089],[118.103,30.965],[118.158,30.9705],[118.147,30.9485],[118.158,30.9265],[118.158,30.9155],[118.158,30.9045],[118.136,30.899],[118.0811,30.8606],[118.0701,30.8716],[118.0481,30.8661],[118.0371,30.8441],[118.0261,30.8441],[118.0151,30.8606],[117.9822,30.8441],[117.9602,30.8167],[117.9382,30.8386],[117.9053,30.8112],[117.8833,30.8112],[117.8503,30.7892],[117.8394,30.7672],[117.8064,30.7562],[117.7954,30.7507],[117.7844,30.7507],[117.7844,30.7617],[117.7625,30.7672],[117.7515,30.7837],[117.7625,30.7892],[117.7515,30.8002],[117.6965,30.7892]]],[[[117.2791,30.4156],[117.2461,30.4211],[117.2681,30.4431],[117.2571,30.4486],[117.2571,30.4596],[117.2791,30.4871],[117.323,30.4926],[117.323,30.4761],[117.323,30.4651],[117.29,30.4376],[117.301,30.4211],[117.2791,30.4156]]]]}}
]
}

猜你喜欢

转载自www.cnblogs.com/kyshu/p/9057259.html
今日推荐