需求:根据中国七大区域战士统计数据,鼠标移入显示每一个阶段数据
代码部分
引入的七大区域数据 里面是六大区域,蒙古分成了蒙东,蒙西,详情数据可以私信我,把里面的数据合并改一下就是七大区域了。
mapSeven.js
export const myjson = {
type: "FeatureCollection",
features: [
{
type: "Feature",
id: "db",
properties: {
name: "东北",
cp: [128.1445, 45.5156],
childNum: 3
},
geometry: {
type: "Polygon",
coordinates: [
// 黑龙江
[
[121.4648, 53.3496],
[123.6621, 53.5693],
[124.8926, 53.0859],
[125.0684, 53.2178],
[125.5957, 53.0859],
[125.6836, 52.9102],
[126.123, 52.7783],
[126.0352, 52.6025],
[126.2109, 52.5146],
[126.3867, 52.2949],
[126.3867, 52.207],
[126.5625, 52.1631],
[126.4746, 51.9434],
[126.9141, 51.3721],
[126.8262, 51.2842],
[127.002, 51.3281],
[126.9141, 51.1084],
[127.2656, 50.7568],
[127.3535, 50.2734],
[127.6172, 50.2295],
[127.5293, 49.8779],
[127.793, 49.6143],
[128.7598, 49.5703],
[129.1113, 49.3506],
[129.4629, 49.4385],
[130.2539, 48.8672],
[130.6934, 48.8672],
[130.5176, 48.6475],
[130.8691, 48.2959],
[130.6934, 48.1201],
[131.0449, 47.6807],
[132.5391, 47.7246],
[132.627, 47.9443],
[133.0664, 48.1201],
[133.5059, 48.1201],
[134.209, 48.3838],
[135.0879, 48.4277],
[134.7363, 48.252],
[134.5605, 47.9883],
[134.7363, 47.6807],
[134.5605, 47.4609],
[134.3848, 47.4609],
[134.209, 47.2852],
[134.209, 47.1533],
[133.8574, 46.5381],
[133.9453, 46.2744],
[133.5059, 45.835],
[133.418, 45.5713],
[133.2422, 45.5273],
[133.0664, 45.1318],
[132.8906, 45.0439],
[131.9238, 45.3516],
[131.5723, 45.0439],
[131.0449, 44.8682],
[131.3086, 44.0771],
[131.2207, 43.7256],
[131.3086, 43.4619],
[130.8691, 43.418],
[130.5176, 43.6377],
[130.3418, 43.9893],
[129.9902, 43.8574],
[129.9023, 44.0332],
[129.8145, 43.9014],
[129.2871, 43.8135],
[129.1992, 43.5938],
[128.8477, 43.5498],
[128.4961, 44.165],
[128.4082, 44.4727],
[128.0566, 44.3408],
[128.0566, 44.1211],
[127.7051, 44.1211],
[127.5293, 44.6045],
[127.0898, 44.6045],
[127.002, 44.7803],
[127.0898, 45],
[126.9141, 45.1318],
[126.5625, 45.2637],
[126.0352, 45.1758],
[125.7715, 45.3076],
[125.6836, 45.5273],
[125.0684, 45.3955],
[124.8926, 45.5273],
[124.3652, 45.4395],
[124.0137, 45.7471],
[123.9258, 46.2305],
[123.2227, 46.2305],
[123.0469, 46.582],
[123.5742, 46.6699],
[123.5742, 46.8896],
[123.5742, 46.8457],
[123.4863, 46.9775],
[123.3984, 46.9775],
[123.3984, 46.8896],
[123.0469, 46.7139],
[122.4316, 47.373],
[124.2773, 48.5156],
[124.4531, 48.1201],
[124.8047, 49.1309],
[125.2441, 49.1748],
[125.1563, 49.834],
[125.332, 50.1416],
[125.7715, 50.5371],
[125.7715, 50.7568],
[126.0352, 51.0205],
[125.332, 51.6357],
[125.0684, 51.6357],
[124.8926, 51.3721],
[124.541, 51.3721],
[124.3652, 51.2842],
[123.6621, 51.3721],
[123.3105, 51.2402],
[122.959, 51.3281],
[122.6074, 52.0752],
[122.6953, 52.251],
[122.168, 52.5146],
[121.9922, 52.2949],
[121.7285, 52.2949],
[121.6406, 52.4268],
[121.2012, 52.5586],
[121.8164, 53.042],
[121.4648, 53.3496]
],
// 吉林
[
[123.2227, 46.2305],
[123.9258, 46.2305],
[124.0137, 45.7471],
[124.3652, 45.4395],
[124.8926, 45.5273],
[125.0684, 45.3955],
[125.6836, 45.5273],
[125.7715, 45.3076],
[126.0352, 45.1758],
[126.5625, 45.2637],
[126.9141, 45.1318],
[127.0898, 45],
[127.002, 44.7803],
[127.0898, 44.6045],
[127.5293, 44.6045],
[127.7051, 44.1211],
[128.0566, 44.1211],
[128.0566, 44.3408],
[128.4082, 44.4727],
[128.4961, 44.165],
[128.8477, 43.5498],
[129.1992, 43.5938],
[129.2871, 43.8135],
[129.8145, 43.9014],
[129.9023, 44.0332],
[129.9902, 43.8574],
[130.3418, 43.9893],
[130.5176, 43.6377],
[130.8691, 43.418],
[131.3086, 43.4619],
[131.3086, 43.3301],
[131.1328, 42.9346],
[130.4297, 42.7148],
[130.6055, 42.6709],
[130.6055, 42.4512],
[130.2539, 42.7588],
[130.2539, 42.8906],
[130.166, 42.9785],
[129.9023, 43.0225],
[129.7266, 42.4951],
[129.375, 42.4512],
[128.9355, 42.0117],
[128.0566, 42.0117],
[128.3203, 41.5723],
[128.1445, 41.3525],
[127.0898, 41.5283],
[127.1777, 41.5723],
[126.9141, 41.792],
[126.6504, 41.6602],
[126.4746, 41.3965],
[126.123, 40.957],
[125.6836, 40.8691],
[125.5957, 40.9131],
[125.7715, 41.2207],
[125.332, 41.6602],
[125.332, 41.9678],
[125.4199, 42.0996],
[125.332, 42.1436],
[124.8926, 42.8027],
[124.8926, 43.0664],
[124.7168, 43.0664],
[124.4531, 42.8467],
[124.2773, 43.2422],
[123.8379, 43.4619],
[123.6621, 43.374],
[123.3105, 43.5059],
[123.4863, 43.7256],
[123.1348, 44.4727],
[122.3438, 44.2529],
[122.0801, 44.8682],
[122.2559, 45.2637],
[121.9043, 45.7031],
[121.7285, 45.7471],
[121.8164, 46.0107],
[122.2559, 45.791],
[122.4316, 45.8789],
[122.6953, 45.7031],
[122.7832, 46.0107],
[123.2227, 46.2305]
],
// 辽宁
[
[119.2676, 41.3086],
[119.4434, 41.6162],
[119.2676, 41.7041],
[119.3555, 42.2754],
[119.5313, 42.3633],
[119.8828, 42.1875],
[120.1465, 41.7041],
[120.498, 42.0996],
[121.4648, 42.4951],
[121.7285, 42.4512],
[121.9922, 42.7148],
[122.3438, 42.6709],
[122.3438, 42.8467],
[122.7832, 42.7148],
[123.1348, 42.8027],
[123.3105, 42.9785],
[123.5742, 43.0225],
[123.6621, 43.374],
[123.8379, 43.4619],
[124.2773, 43.2422],
[124.4531, 42.8467],
[124.7168, 43.0664],
[124.8926, 43.0664],
[124.8926, 42.8027],
[125.332, 42.1436],
[125.4199, 42.0996],
[125.332, 41.9678],
[125.332, 41.6602],
[125.7715, 41.2207],
[125.5957, 40.9131],
[125.6836, 40.8691],
[124.541, 40.21],
[124.1016, 39.6826],
[123.3984, 39.6826],
[123.1348, 39.4189],
[123.1348, 39.0234],
[122.0801, 39.0234],
[121.5527, 38.7158],
[121.1133, 38.6719],
[120.9375, 38.9795],
[121.377, 39.1992],
[121.2012, 39.5508],
[122.0801, 40.3857],
[121.9922, 40.6934],
[121.7285, 40.8252],
[121.2012, 40.8252],
[120.5859, 40.21],
[119.8828, 39.9463],
[119.707, 40.1221],
[119.5313, 40.5615],
[119.2676, 40.5176],
[118.8281, 40.8252],
[119.2676, 41.3086]
],
// 蒙东
[
[115.529418, 48.15527],
[115.580577, 47.921725],
[115.938975, 47.683113],
[115.968167, 47.689897],
[116.110949, 47.811709],
[116.265869, 47.876733],
[116.452872, 47.837544],
[116.669935, 47.890557],
[116.791328, 47.897622],
[116.879193, 47.893936],
[117.094811, 47.824013],
[117.384131, 47.641154],
[117.493674, 47.758461],
[117.528935, 47.782937],
[117.813342, 48.01619],
[117.886756, 48.025228],
[117.926353, 48.015883],
[118.015375, 48.012053],
[118.107576, 48.031049],
[118.240241, 48.040544],
[118.27637, 48.009295],
[118.329841, 48.006077],
[118.424354, 48.014811],
[118.455858, 47.996268],
[118.568002, 47.99213],
[118.773214, 47.771085],
[119.134214, 47.664452],
[119.152134, 47.540594],
[119.205316, 47.520335],
[119.365728, 47.477472],
[119.322084, 47.427136],
[119.351565, 47.432095],
[119.386827, 47.397532],
[119.444633, 47.371014],
[119.486254, 47.336721],
[119.561113, 47.301164],
[119.557356, 47.257656],
[119.62181, 47.248484],
[119.716034, 47.195595],
[119.762857, 47.130968],
[119.8065, 47.054872],
[119.794939, 47.013035],
[119.844942, 46.96507],
[119.859682, 46.917062],
[119.928761, 46.903762],
[119.920379, 46.853193],
[119.936275, 46.790189],
[119.91691, 46.758346],
[119.935119, 46.712822],
[119.906794, 46.668518],
[119.952461, 46.604196],
[119.907083, 46.53775],
[119.948704, 46.493617],
[119.909396, 46.429088],
[119.984544, 46.418667],
[119.961421, 46.39561],
[119.900147, 46.403507],
[119.838294, 46.37586],
[119.874134, 46.345512],
[119.837716, 46.320683],
[119.835693, 46.235357],
[119.889452, 46.209686],
[119.850433, 46.18321],
[119.879336, 46.144344],
[119.855058, 46.107992],
[119.833669, 46.004838],
[119.807657, 45.991314],
[119.829912, 45.974603],
[119.807946, 45.820463],
[119.751585, 45.76297],
[119.700426, 45.736439],
[119.708808, 45.703178],
[119.681639, 45.669417],
[119.596086, 45.670057],
[119.566027, 45.65565],
[119.544927, 45.635956],
[119.55909, 45.615933],
[119.496081, 45.550691],
[119.396943, 45.511863],
[119.304742, 45.468029],
[119.313413, 45.385244],
[119.248381, 45.304111],
[119.323818, 45.245925],
[119.311101, 45.186551],
[119.360814, 45.165884],
[119.373243, 45.105456],
[119.342027, 45.076026],
[119.293181, 45.087347],
[119.28769, 45.121943],
[119.215432, 45.152802],
[119.159071, 45.099959],
[119.156759, 45.074409],
[119.196934, 45.03234],
[119.231907, 45.019065],
[119.208495, 44.997366],
[119.171788, 45.015989],
[119.15329, 44.992993],
[119.18624, 44.952971],
[119.230172, 44.9353],
[119.224681, 44.909676],
[119.146642, 44.924922],
[119.107334, 44.920543],
[119.082188, 44.938381],
[119.067448, 44.870895],
[119.14751, 44.808692],
[119.173233, 44.76041],
[119.125832, 44.762199],
[119.148377, 44.731617],
[119.074674, 44.712739],
[119.001549, 44.713879],
[118.97149, 44.729827],
[118.926112, 44.7046],
[118.96831, 44.691087],
[119.001549, 44.648248],
[118.981606, 44.566064],
[118.904723, 44.516436],
[118.816569, 44.49128],
[118.789111, 44.46317],
[118.75067, 44.477554],
[118.659336, 44.453361],
[118.635635, 44.472814],
[118.596038, 44.468728],
[118.54777, 44.442243],
[118.544591, 44.411165],
[118.476957, 44.399383],
[118.466552, 44.354036],
[118.428111, 44.346174],
[118.414816, 44.322419],
[118.34198, 44.319961],
[118.250935, 44.337493],
[118.214228, 44.306195],
[118.237351, 44.279144],
[118.19284, 44.242565],
[118.172608, 44.204321],
[118.148907, 44.215157],
[118.128675, 44.190692],
[118.116825, 44.132362],
[118.06162, 44.100461],
[117.962193, 44.121182],
[117.904098, 44.121182],
[117.859876, 44.072987],
[117.827793, 44.063113],
[117.790219, 44.019482],
[117.700331, 44.016353],
[117.643392, 44.042207],
[117.686746, 44.095033],
[117.624894, 44.128745],
[117.634721, 44.14847],
[117.550613, 44.187736],
[117.522866, 44.226811],
[117.452631, 44.235017],
[117.206666, 44.220081],
[117.166201, 44.192662],
[117.120823, 44.179195],
[117.011281, 44.057681],
[116.961567, 44.024752],
[116.970816, 43.988674],
[117.022264, 43.969721],
[117.031802, 43.942845],
[117.000008, 43.912328],
[117.013304, 43.85075],
[116.986135, 43.840343],
[117.001164, 43.782495],
[117.053768, 43.753384],
[116.971683, 43.673422],
[116.858383, 43.657351],
[116.837284, 43.614086],
[116.812138, 43.612593],
[116.804912, 43.565147],
[116.830636, 43.5067],
[116.790461, 43.484436],
[116.734967, 43.509026],
[116.681207, 43.517165],
[116.621956, 43.505039],
[116.59681, 43.410605],
[116.518194, 43.365664],
[116.436398, 43.328188],
[116.413853, 43.258003],
[116.37021, 43.243323],
[116.356336, 43.156835],
[116.419345, 43.104015],
[116.436109, 43.077922],
[116.503742, 43.04914],
[116.500852, 43.01532],
[116.580624, 42.985336],
[116.664732, 42.933038],
[116.673981, 42.889758],
[116.666177, 42.81655],
[116.67427, 42.761586],
[116.619354, 42.671387],
[116.58785, 42.599775],
[116.63554, 42.614609],
[116.638141, 42.577179],
[116.669357, 42.555755],
[116.699127, 42.592019],
[116.801444, 42.582913],
[116.82052, 42.546981],
[116.885552, 42.534662],
[116.875725, 42.482996],
[116.907807, 42.443965],
[116.893645, 42.387826],
[116.993939, 42.425708],
[117.016772, 42.456471],
[117.078625, 42.460189],
[117.095389, 42.484178],
[117.176028, 42.465596],
[117.286727, 42.479787],
[117.332105, 42.46154],
[117.413034, 42.471171],
[117.39627, 42.53635],
[117.433266, 42.555755],
[117.435289, 42.585442],
[117.473441, 42.602472],
[117.520264, 42.59185],
[117.539918, 42.605507],
[117.600326, 42.602978],
[117.667381, 42.582407],
[117.707267, 42.587972],
[117.779814, 42.618655],
[117.797734, 42.585274],
[117.855829, 42.540063],
[117.874038, 42.510185],
[117.997744, 42.416747],
[118.024335, 42.384781],
[118.016242, 42.333329],
[118.059885, 42.298271],
[118.047457, 42.28065],
[117.96913, 42.245562],
[118.033584, 42.199088],
[118.106419, 42.171934],
[118.088789, 42.117081],
[118.155266, 42.081222],
[118.125206, 42.032926],
[118.189082, 42.030544],
[118.220298, 42.058609],
[118.226656, 42.090231],
[118.272323, 42.083262],
[118.296891, 42.048405],
[118.23764, 42.022887],
[118.313944, 41.988167],
[118.30614, 41.939971],
[118.268855, 41.930088],
[118.340246, 41.872468],
[118.292266, 41.772788],
[118.246889, 41.773984],
[118.235905, 41.807625],
[118.16596, 41.813259],
[118.140236, 41.784061],
[118.130698, 41.742375],
[118.169139, 41.670729],
[118.206713, 41.650708],
[118.209893, 41.610649],
[118.230414, 41.582215],
[118.301515, 41.569707],
[118.315678, 41.512449],
[118.272034, 41.471273],
[118.32695, 41.450848],
[118.361056, 41.384892],
[118.349206, 41.342776],
[118.380132, 41.31216],
[118.412503, 41.331942],
[118.519156, 41.353781],
[118.629855, 41.346387],
[118.676967, 41.350514],
[118.741999, 41.32403],
[118.770035, 41.353093],
[118.839691, 41.374237],
[118.844894, 41.342432],
[118.89085, 41.300805],
[118.974669, 41.306483],
[119.093172, 41.293578],
[119.155024, 41.297708],
[119.197801, 41.282907],
[119.252139, 41.325578],
[119.326131, 41.329362],
[119.309945, 41.406026],
[119.376422, 41.422172],
[119.377867, 41.459774],
[119.403302, 41.475221],
[119.404458, 41.510734],
[119.361971, 41.566451],
[119.414863, 41.562339],
[119.416019, 41.590096],
[119.342606, 41.618012],
[119.307922, 41.657554],
[119.299829, 41.711435],
[119.317749, 41.763222],
[119.290002, 41.783378],
[119.312835, 41.805747],
[119.334513, 41.869398],
[119.340871, 41.921568],
[119.324686, 41.969268],
[119.374399, 42.021016],
[119.385093, 42.089551],
[119.352433, 42.11827],
[119.314859, 42.119799],
[119.276417, 42.186021],
[119.237976, 42.200954],
[119.28451, 42.265227],
[119.346652, 42.299965],
[119.41573, 42.309621],
[119.488277, 42.351444],
[119.50244, 42.387995],
[119.572096, 42.359399],
[119.541459, 42.292172],
[119.608514, 42.277091],
[119.616896, 42.252683],
[119.67239, 42.241663],
[119.744648, 42.211643],
[119.846676, 42.215205],
[119.854769, 42.170236],
[119.839739, 42.148674],
[119.84552, 42.097199],
[119.869798, 42.083432],
[119.924425, 41.989189],
[119.954484, 41.968246],
[119.954484, 41.920375],
[119.985122, 41.904694],
[120.023274, 41.816502],
[120.041772, 41.818721],
[120.050443, 41.776033],
[120.024719, 41.738615],
[120.036858, 41.708016],
[120.09611, 41.697071],
[120.138308, 41.729215],
[120.128192, 41.773471],
[120.251608, 41.883894],
[120.300455, 41.888157],
[120.260279, 41.904183],
[120.28687, 41.934859],
[120.374447, 41.994466],
[120.456531, 42.016251],
[120.450751, 42.057248],
[120.493527, 42.072552],
[120.466647, 42.105357],
[120.584283, 42.16718],
[120.624748, 42.154447],
[120.722151, 42.203669],
[120.745273, 42.223517],
[120.820711, 42.228096],
[120.829382, 42.252514],
[120.883719, 42.24268],
[120.885743, 42.270482],
[120.886032, 42.270651],
[120.936034, 42.279803],
[121.028813, 42.24251],
[121.069277, 42.252683],
[121.087197, 42.278447],
[121.121592, 42.280989],
[121.218706, 42.371922],
[121.284895, 42.387826],
[121.304549, 42.435683],
[121.385188, 42.473029],
[121.433746, 42.475395],
[121.478834, 42.496339],
[121.506292, 42.482489],
[121.570168, 42.486881],
[121.607742, 42.516094],
[121.605141, 42.493974],
[121.637802, 42.480462],
[121.666127, 42.437204],
[121.711215, 42.443627],
[121.747344, 42.484516],
[121.828851, 42.531962],
[121.869315, 42.527911],
[121.921341, 42.606181],
[121.916139, 42.65724],
[121.940417, 42.688562],
[122.018745, 42.699168],
[122.060943, 42.723402],
[122.133201, 42.689404],
[122.19621, 42.690919],
[122.203724, 42.732151],
[122.259507, 42.696643],
[122.341303, 42.671219],
[122.398531, 42.68671],
[122.399688, 42.712128],
[122.46154, 42.758055],
[122.374831, 42.774869],
[122.349974, 42.82159],
[122.358356, 42.835868],
[122.436973, 42.842921],
[122.563857, 42.825957],
[122.58091, 42.789662],
[122.625132, 42.773188],
[122.732362, 42.786469],
[122.850865, 42.714315],
[122.887283, 42.770162],
[122.928904, 42.772179],
[122.945956, 42.753682],
[122.980351, 42.777559],
[123.058389, 42.769153],
[123.115907, 42.800419],
[123.227473, 42.83234],
[123.169955, 42.859713],
[123.188742, 42.895799],
[123.184118, 42.925995],
[123.258977, 42.993043],
[123.321986, 43.000749],
[123.471993, 43.042779],
[123.537603, 43.007114],
[123.572576, 43.004601],
[123.626336, 43.079427],
[123.636163, 43.141462],
[123.667956, 43.18089],
[123.646279, 43.213283],
[123.676916, 43.224132],
[123.664199, 43.26234],
[123.696281, 43.281351],
[123.712756, 43.347179],
[123.703796, 43.370659],
[123.608705, 43.36633],
[123.545118, 43.415097],
[123.519683, 43.402452],
[123.486734, 43.44537],
[123.441934, 43.43772],
[123.419967, 43.410106],
[123.375746, 43.476625],
[123.315916, 43.49208],
[123.32979, 43.518992],
[123.304644, 43.550707],
[123.352912, 43.567636],
[123.452339, 43.545726],
[123.46101, 43.568632],
[123.421123, 43.59833],
[123.510434, 43.592193],
[123.511879, 43.62619],
[123.537314, 43.649728],
[123.517371, 43.71383],
[123.482687, 43.737831],
[123.49685, 43.785637],
[123.463322, 43.819524],
[123.468236, 43.853062],
[123.443957, 43.877337],
[123.428349, 43.927341],
[123.375168, 43.965599],
[123.400891, 43.979281],
[123.332391, 44.028376],
[123.328344, 44.083847],
[123.3506, 44.092566],
[123.38644, 44.161945],
[123.32372, 44.179852],
[123.287302, 44.213351],
[123.277186, 44.252573],
[123.196835, 44.345028],
[123.127179, 44.368774],
[123.114461, 44.402493],
[123.142208, 44.428178],
[123.124, 44.457939],
[123.124867, 44.509577],
[123.024862, 44.492914],
[122.856068, 44.398238],
[122.760687, 44.369756],
[122.675423, 44.285703],
[122.641896, 44.283408],
[122.512988, 44.250276],
[122.483218, 44.236986],
[122.319337, 44.232883],
[122.274537, 44.25405],
[122.29159, 44.310292],
[122.29448, 44.411001],
[122.286098, 44.477717],
[122.228003, 44.480168],
[122.223957, 44.526235],
[122.195921, 44.559863],
[122.131756, 44.577485],
[122.103142, 44.673988],
[122.117304, 44.702158],
[122.161526, 44.7282],
[122.152566, 44.743819],
[122.102853, 44.736336],
[122.110656, 44.767891],
[122.142739, 44.753742],
[122.169041, 44.770167],
[122.114992, 44.776671],
[122.049671, 44.912758],
[122.079152, 44.914218],
[122.086667, 44.952971],
[122.074528, 45.006597],
[122.098806, 45.021493],
[122.119327, 45.068586],
[122.109789, 45.141979],
[122.143317, 45.182999],
[122.192741, 45.180739],
[122.230026, 45.206887],
[122.238986, 45.276234],
[122.147363, 45.295572],
[122.146785, 45.374465],
[122.179735, 45.409369],
[122.163549, 45.443768],
[122.023369, 45.490191],
[122.002559, 45.50785],
[121.99331, 45.552937],
[121.96643, 45.596064],
[121.9962, 45.598949],
[122.003426, 45.623302],
[121.970187, 45.69278],
[121.934058, 45.710535],
[121.867003, 45.719811],
[121.812376, 45.704777],
[121.81122, 45.68702],
[121.714106, 45.701738],
[121.644449, 45.752423],
[121.656878, 45.77016],
[121.690116, 45.76281],
[121.754281, 45.794918],
[121.784918, 45.860194],
[121.81729, 45.875665],
[121.821047, 45.920615],
[121.809197, 45.961548],
[121.761796, 45.998952],
[121.843303, 46.024403],
[121.863824, 46.002611],
[121.923653, 46.004838],
[122.040133, 45.959001],
[122.083488, 45.917269],
[122.09158, 45.882043],
[122.200834, 45.856845],
[122.262687, 45.794918],
[122.320782, 45.830518],
[122.337546, 45.859875],
[122.373097, 45.856047],
[122.362114, 45.917428],
[122.445933, 45.91695],
[122.495935, 45.85828],
[122.504317, 45.787731],
[122.554897, 45.821421],
[122.603454, 45.778147],
[122.640739, 45.771118],
[122.671377, 45.700619],
[122.7419, 45.705097],
[122.751149, 45.736119],
[122.792481, 45.766165],
[122.752305, 45.834827],
[122.800285, 45.856685],
[122.82861, 45.912329],
[122.793059, 46.073205],
[123.045672, 46.100052],
[123.069951, 46.123552],
[123.112438, 46.130061],
[123.1029, 46.17195],
[123.127757, 46.174646],
[123.128624, 46.210478],
[123.178626, 46.24803],
[123.140474, 46.300274],
[123.094807, 46.342192],
[123.011566, 46.434928],
[123.007231, 46.576966],
[123.052898, 46.580115],
[123.045672, 46.617255],
[123.077755, 46.622132],
[123.098565, 46.603094],
[123.181517, 46.613637],
[123.22834, 46.5883],
[123.279209, 46.616941],
[123.277475, 46.661602],
[123.366497, 46.67779],
[123.482109, 46.686904],
[123.604658, 46.690046],
[123.631827, 46.729466],
[123.629226, 46.81355],
[123.580091, 46.827969],
[123.625758, 46.847711],
[123.599167, 46.864939],
[123.605525, 46.891242],
[123.576911, 46.890616],
[123.562749, 46.825932],
[123.514192, 46.826089],
[123.483843, 46.844734],
[123.522284, 46.922225],
[123.527776, 46.958036],
[123.427482, 46.934425],
[123.336437, 46.989136],
[123.301754, 46.999759],
[123.304066, 46.964914],
[123.360427, 46.97101],
[123.404649, 46.93552],
[123.406672, 46.906423],
[123.374589, 46.837684],
[123.34164, 46.826872],
[123.295684, 46.865253],
[123.230941, 46.859928],
[123.18643, 46.786739],
[123.171112, 46.743908],
[123.104056, 46.734647],
[123.077176, 46.745007],
[123.026596, 46.71879],
[122.996537, 46.761641],
[122.907226, 46.807907],
[122.893642, 46.895155],
[122.895376, 46.960224],
[122.848842, 46.939586],
[122.802308, 46.937396],
[122.77485, 46.973979],
[122.778318, 47.002883],
[122.845952, 47.046757],
[122.852021, 47.072346],
[122.821962, 47.065638],
[122.702014, 47.096676],
[122.679759, 47.094181],
[122.612414, 47.128474],
[122.596229, 47.155115],
[122.556342, 47.172556],
[122.509808, 47.242886],
[122.462696, 47.278482],
[122.418186, 47.350534],
[122.506918, 47.401408],
[122.543336, 47.495426],
[122.593049, 47.547088],
[122.765023, 47.61445],
[122.857513, 47.678333],
[122.980929, 47.717179],
[123.031221, 47.741829],
[123.165042, 47.783091],
[123.221692, 47.832624],
[123.254642, 47.874736],
[123.300308, 47.953642],
[123.537603, 48.021858],
[123.61911, 48.077896],
[123.705241, 48.152061],
[123.746283, 48.197577],
[123.866231, 48.27477],
[123.979821, 48.363718],
[124.083294, 48.438533],
[124.24255, 48.522189],
[124.259025, 48.536447],
[124.31423, 48.50383],
[124.302668, 48.456764],
[124.330126, 48.435646],
[124.306715, 48.399619],
[124.33215, 48.379238],
[124.318854, 48.347128],
[124.35585, 48.314846],
[124.365099, 48.284678],
[124.404985, 48.264251],
[124.428397, 48.230086],
[124.410477, 48.190401],
[124.476954, 48.164131],
[124.472619, 48.134485],
[124.430131, 48.121032],
[124.416258, 48.087995],
[124.463948, 48.097633],
[124.488515, 48.126383],
[124.531003, 48.148699],
[124.512505, 48.16459],
[124.547189, 48.200936],
[124.578982, 48.262116],
[124.55875, 48.268215],
[124.57956, 48.297479],
[124.541119, 48.335253],
[124.5469, 48.357631],
[124.52002, 48.374521],
[124.526378, 48.421664],
[124.508748, 48.448257],
[124.553258, 48.46527],
[124.534471, 48.51779],
[124.548923, 48.531291],
[124.518575, 48.554188],
[124.578982, 48.596468],
[124.601816, 48.632356],
[124.624938, 48.700276],
[124.613955, 48.751193],
[124.653552, 48.777161],
[124.65413, 48.834333],
[124.697196, 48.841871],
[124.714827, 48.886771],
[124.711936, 48.921248],
[124.744308, 48.920496],
[124.765407, 48.981263],
[124.808184, 49.020481],
[124.828994, 49.071974],
[124.80934, 49.115918],
[124.847492, 49.129709],
[124.860787, 49.166564],
[124.906454, 49.183933],
[124.982759, 49.16252],
[125.039987, 49.176297],
[125.039409, 49.151885],
[125.117447, 49.125962],
[125.160224, 49.146342],
[125.185369, 49.18528],
[125.219475, 49.189023],
[125.233638, 49.255442],
[125.214851, 49.280252],
[125.258205, 49.314008],
[125.257049, 49.393976],
[125.263986, 49.46146],
[125.228435, 49.48691],
[125.212538, 49.541337],
[125.235661, 49.540891],
[125.226412, 49.596],
[125.205313, 49.59407],
[125.168317, 49.629985],
[125.154154, 49.61678],
[125.127274, 49.655051],
[125.164559, 49.669431],
[125.189994, 49.649861],
[125.219764, 49.669135],
[125.224967, 49.726468],
[125.205313, 49.733575],
[125.228146, 49.774564],
[125.222943, 49.798964],
[125.177855, 49.829409],
[125.2241, 49.835762],
[125.24173, 49.866775],
[125.212827, 49.907209],
[125.225545, 49.924612],
[125.189994, 49.959841],
[125.231614, 49.957631],
[125.242019, 49.987829],
[125.296646, 50.009472],
[125.286819, 50.034489],
[125.256182, 50.039049],
[125.285663, 50.058757],
[125.316011, 50.045669],
[125.337689, 50.05964],
[125.278726, 50.071843],
[125.289132, 50.091243],
[125.257627, 50.100794],
[125.27757, 50.12635],
[125.313121, 50.139417],
[125.375841, 50.137362],
[125.33422, 50.164953],
[125.388558, 50.178449],
[125.464573, 50.229906],
[125.442896, 50.26169],
[125.466019, 50.266961],
[125.466308, 50.297403],
[125.530473, 50.331043],
[125.522669, 50.367143],
[125.537409, 50.379852],
[125.513131, 50.409347],
[125.536542, 50.420001],
[125.574694, 50.401318],
[125.561977, 50.438239],
[125.59088, 50.452242],
[125.632211, 50.443928],
[125.654467, 50.471197],
[125.740598, 50.523356],
[125.752737, 50.506898],
[125.829331, 50.561637],
[125.792913, 50.644208],
[125.787421, 50.678037],
[125.825284, 50.70488],
[125.782219, 50.724024],
[125.794647, 50.739971],
[125.758518, 50.747217],
[125.805341, 50.772717],
[125.840025, 50.756202],
[125.838869, 50.794439],
[125.889449, 50.804862],
[125.878466, 50.816585],
[125.920375, 50.831343],
[125.906791, 50.855206],
[125.945521, 50.855495],
[125.958817, 50.900296],
[125.996391, 50.871542],
[125.995524, 50.897118],
[126.021247, 50.927878],
[126.044081, 50.928022],
[126.072695, 50.979243],
[126.033676, 51.010525],
[126.057087, 51.045242],
[126.009108, 51.057193],
[125.976158, 51.084538],
[125.990032, 51.119199],
[125.946388, 51.108128],
[125.908814, 51.139179],
[125.868928, 51.140328],
[125.851875, 51.212555],
[125.817769, 51.227044],
[125.75794, 51.227331],
[125.76401, 51.261455],
[125.711117, 51.302715],
[125.695509, 51.337785],
[125.669496, 51.343222],
[125.625853, 51.379262],
[125.524114, 51.49149],
[125.424687, 51.563023],
[125.379598, 51.586795],
[125.351562, 51.623923],
[125.316011, 51.609986],
[125.289132, 51.633875],
[125.17612, 51.639277],
[125.130453, 51.635439],
[125.12843, 51.659031],
[125.098949, 51.658321],
[125.05993, 51.596756],
[125.072936, 51.553482],
[125.047502, 51.529693],
[125.004436, 51.529266],
[124.983626, 51.508315],
[124.92871, 51.498477],
[124.917727, 51.474231],
[124.942583, 51.447403],
[124.885066, 51.408131],
[124.864545, 51.379691],
[124.783616, 51.392269],
[124.751245, 51.356955],
[124.693438, 51.332777],
[124.624649, 51.328627],
[124.587075, 51.363677],
[124.55586, 51.375402],
[124.49025, 51.380406],
[124.443716, 51.358099],
[124.426663, 51.331918],
[124.430131, 51.301283],
[124.406431, 51.27206],
[124.339375, 51.293406],
[124.311628, 51.289539],
[124.271453, 51.308299],
[124.239371, 51.344653],
[124.192548, 51.339359],
[124.128094, 51.347514],
[124.090231, 51.341362],
[124.071733, 51.320754],
[123.994561, 51.322758],
[123.926061, 51.30071],
[123.88762, 51.320898],
[123.842531, 51.367538],
[123.794552, 51.361246],
[123.711022, 51.398272],
[123.660441, 51.342793],
[123.661886, 51.31918],
[123.582403, 51.306868],
[123.582692, 51.294695],
[123.465345, 51.28739],
[123.4402, 51.270914],
[123.339617, 51.27249],
[123.294239, 51.254145],
[123.231519, 51.268621],
[123.15377, 51.300853],
[123.059257, 51.3219],
[123.014457, 51.310018],
[122.978039, 51.331489],
[122.960119, 51.361675],
[122.965899, 51.386981],
[122.898555, 51.422558],
[122.900289, 51.445261],
[122.854623, 51.477655],
[122.880057, 51.511023],
[122.873988, 51.561172],
[122.832656, 51.581672],
[122.856357, 51.606714],
[122.820806, 51.633165],
[122.816181, 51.655195],
[122.77485, 51.703907],
[122.749993, 51.747746],
[122.77196, 51.7795],
[122.732651, 51.832608],
[122.725715, 51.87816],
[122.706061, 51.890177],
[122.729472, 51.919288],
[122.726293, 51.978862],
[122.683805, 51.974489],
[122.665018, 51.99875],
[122.650567, 52.059064],
[122.625132, 52.067513],
[122.643919, 52.111702],
[122.629178, 52.136592],
[122.690742, 52.140387],
[122.738143, 52.153458],
[122.769358, 52.179729],
[122.766179, 52.232646],
[122.787278, 52.252701],
[122.760976, 52.26686],
[122.710685, 52.256206],
[122.678892, 52.276671],
[122.585824, 52.26644],
[122.560678, 52.282557],
[122.478304, 52.296286],
[122.484085, 52.341508],
[122.439863, 52.393672],
[122.416451, 52.37424],
[122.367027, 52.413794],
[122.34217, 52.414074],
[122.310377, 52.475222],
[122.207771, 52.469222],
[122.16933, 52.51357],
[122.091291, 52.427204],
[122.040422, 52.413096],
[122.035508, 52.377596],
[121.976835, 52.343747],
[121.947643, 52.298387],
[121.90082, 52.280595],
[121.841279, 52.282697],
[121.769311, 52.308191],
[121.714106, 52.318133],
[121.715551, 52.343047],
[121.658612, 52.390318],
[121.678844, 52.419801],
[121.640114, 52.444379],
[121.5904, 52.443123],
[121.565255, 52.460292],
[121.518721, 52.456663],
[121.49502, 52.484847],
[121.416404, 52.49935],
[121.409756, 52.523466],
[121.353106, 52.535728],
[121.325648, 52.572631],
[121.277091, 52.587662],
[121.232002, 52.577642],
[121.182289, 52.596289],
[121.292698, 52.651765],
[121.321023, 52.678852],
[121.373049, 52.683157],
[121.454845, 52.735333],
[121.482014, 52.774286],
[121.591268, 52.824693],
[121.620171, 52.851119],
[121.610344, 52.892317],
[121.662369, 52.912487],
[121.677399, 52.948108],
[121.715551, 52.998037],
[121.785496, 53.018571],
[121.814978, 53.069108],
[121.775669, 53.089746],
[121.784629, 53.104599],
[121.753125, 53.147342],
[121.719597, 53.146243],
[121.665259, 53.170551],
[121.679133, 53.199511],
[121.678844, 53.241337],
[121.648207, 53.260797],
[121.615257, 53.259016],
[121.579706, 53.289285],
[121.511495, 53.31748],
[121.499356, 53.337178],
[121.416115, 53.319395],
[121.329405, 53.322816],
[121.285473, 53.291338],
[121.234603, 53.280932],
[121.153674, 53.285314],
[121.129396, 53.277371],
[121.096735, 53.307354],
[121.047022, 53.288874],
[120.954821, 53.298594],
[120.93112, 53.286957],
[120.822734, 53.270112],
[120.840076, 53.241063],
[120.814063, 53.239692],
[120.748164, 53.210349],
[120.690936, 53.172611],
[120.686889, 53.142396],
[120.660009, 53.137038],
[120.642089, 53.105149],
[120.611163, 53.100336],
[120.541507, 53.070346],
[120.529078, 53.045981],
[120.453063, 53.010028],
[120.408263, 52.956387],
[120.363174, 52.941345],
[120.344676, 52.900884],
[120.294963, 52.890659],
[120.296986, 52.869926],
[120.222416, 52.842819],
[120.187732, 52.807943],
[120.141198, 52.812927],
[120.099, 52.787309],
[120.031367, 52.772762],
[120.070675, 52.707587],
[120.035124, 52.646346],
[120.049287, 52.598515],
[120.080502, 52.585436],
[120.185998, 52.579312],
[120.286292, 52.622993],
[120.396702, 52.616319],
[120.437166, 52.639675],
[120.4837, 52.630084],
[120.561161, 52.595594],
[120.596711, 52.592811],
[120.629372, 52.570265],
[120.73429, 52.536842],
[120.692959, 52.518309],
[120.706543, 52.490147],
[120.683132, 52.466571],
[120.690069, 52.430416],
[120.648448, 52.389619],
[120.649315, 52.363752],
[120.624169, 52.361514],
[120.628505, 52.322753],
[120.696138, 52.289842],
[120.717526, 52.260833],
[120.758569, 52.256346],
[120.747008, 52.20402],
[120.785738, 52.165542],
[120.763193, 52.142777],
[120.769552, 52.114093],
[120.698739, 52.056107],
[120.686022, 52.034976],
[120.71955, 52.010171],
[120.701341, 51.980555],
[120.661165, 51.955578],
[120.660876, 51.929458],
[120.547865, 51.907137],
[120.533414, 51.87915],
[120.496996, 51.88735],
[120.459422, 51.845062],
[120.400459, 51.833457],
[120.406818, 51.81647],
[120.363463, 51.789985],
[120.311149, 51.781767],
[120.293518, 51.750724],
[120.226174, 51.717674],
[120.172414, 51.679913],
[120.094375, 51.682043],
[120.102179, 51.650221],
[120.06605, 51.639135],
[120.035124, 51.585799],
[120.052466, 51.560887],
[120.017204, 51.521143],
[119.987145, 51.506604],
[120.002464, 51.459392],
[119.982809, 51.444976],
[119.971248, 51.400415],
[119.922113, 51.396557],
[119.912864, 51.375259],
[119.945813, 51.365965],
[119.922402, 51.345225],
[119.883961, 51.336927],
[119.879336, 51.2967],
[119.810836, 51.278508],
[119.827889, 51.263749],
[119.797251, 51.247121],
[119.82153, 51.21442],
[119.786268, 51.225466],
[119.760255, 51.213272],
[119.785112, 51.163603],
[119.764302, 51.092594],
[119.722681, 51.076192],
[119.725572, 51.049562],
[119.683084, 51.018883],
[119.629902, 51.008508],
[119.598687, 50.984723],
[119.569784, 50.933797],
[119.491457, 50.878913],
[119.498971, 50.827726],
[119.515735, 50.814125],
[119.496659, 50.745478],
[119.433072, 50.684568],
[119.387405, 50.682827],
[119.394053, 50.667296],
[119.361393, 50.632732],
[119.282487, 50.604831],
[119.299251, 50.583893],
[119.26659, 50.56091],
[119.262544, 50.510831],
[119.238265, 50.505587],
[119.264567, 50.469447],
[119.239999, 50.459095],
[119.206761, 50.410368],
[119.164851, 50.422482],
[119.126699, 50.391243],
[119.176702, 50.378683],
[119.155602, 50.364659],
[119.195489, 50.349316],
[119.23393, 50.365098],
[119.237109, 50.346539],
[119.277284, 50.365974],
[119.358502, 50.358961],
[119.386827, 50.321685],
[119.347808, 50.298135],
[119.340004, 50.243823],
[119.318616, 50.220381],
[119.359658, 50.197074],
[119.34434, 50.163192],
[119.309656, 50.161285],
[119.290291, 50.121651],
[119.234797, 50.074783],
[119.189997, 50.085365],
[119.188263, 50.054493],
[119.123809, 50.018156],
[119.091437, 49.985768],
[119.050395, 49.980613],
[118.96542, 49.98886],
[118.763098, 49.959694],
[118.741999, 49.946578],
[118.651243, 49.950852],
[118.617715, 49.927856],
[118.572916, 49.930952],
[118.523202, 49.881093],
[118.485917, 49.866923],
[118.496033, 49.84625],
[118.469732, 49.825716],
[118.385334, 49.826898],
[118.402387, 49.811381],
[118.388514, 49.785952],
[118.315967, 49.767168],
[118.282439, 49.74364],
[118.220876, 49.730022],
[118.205846, 49.684697],
[118.185325, 49.687809],
[118.154688, 49.66024],
[118.118848, 49.666467],
[118.082719, 49.616631],
[117.980691, 49.621231],
[117.950921, 49.596],
[117.866524, 49.59214],
[117.849471, 49.551442],
[117.809585, 49.521268],
[117.638189, 49.574914],
[117.485003, 49.6331],
[117.278056, 49.636364],
[117.069087, 49.695514],
[116.736701, 49.847579],
[116.717914, 49.847284],
[116.350845, 49.317592],
[116.048518, 48.873516],
[116.078288, 48.822421],
[115.830299, 48.560101],
[115.799373, 48.515059],
[115.822785, 48.259372],
[115.529418, 48.15527]
]
]
}
},
{
type: "Feature",
id: "hb",
properties: {
name: "华北",
cp: [115.1551, 42.2539],
childNum: 5
},
geometry: {
type: "Polygon",
coordinates: [
// 北京市
[
[117.4219, 40.21],
[117.334, 40.1221],
[117.2461, 40.0781],
[116.8066, 39.9902],
[116.8945, 39.8145],
[116.8945, 39.6826],
[116.8066, 39.5947],
[116.543, 39.5947],
[116.3672, 39.4629],
[116.1914, 39.5947],
[115.752, 39.5068],
[115.4883, 39.6387],
[115.4004, 39.9463],
[115.9277, 40.2539],
[115.752, 40.5615],
[116.1035, 40.6055],
[116.1914, 40.7813],
[116.4551, 40.7813],
[116.3672, 40.9131],
[116.6309, 41.0449],
[116.9824, 40.6934],
[117.4219, 40.6494],
[117.2461, 40.5176],
[117.4219, 40.21]
],
// 天津市
[
[116.8066, 39.5947],
[116.8945, 39.6826],
[117.1582, 39.6387],
[117.1582, 39.8145],
[117.2461, 40.0781],
[117.334, 40.1221],
[117.4219, 40.21],
[117.6855, 40.0781],
[117.6855, 39.9902],
[117.5098, 39.9902],
[117.5098, 39.7705],
[117.6855, 39.5947],
[117.9492, 39.5947],
[117.8613, 39.4189],
[118.0371, 39.2432],
[118.0371, 39.1992],
[117.8613, 39.1113],
[117.5977, 38.6279],
[117.2461, 38.54],
[116.7188, 38.8037],
[116.7188, 38.9355],
[116.8945, 39.1113],
[116.8066, 39.5947]
],
// 河北省
[
[114.5215, 39.5068],
[114.3457, 39.8584],
[113.9941, 39.9902],
[114.5215, 40.3418],
[114.3457, 40.3857],
[114.2578, 40.6055],
[114.082, 40.7373],
[113.9063, 41.1328],
[113.9941, 41.2207],
[113.9063, 41.4404],
[114.2578, 41.5723],
[114.1699, 41.792],
[114.5215, 42.1436],
[114.873, 42.0996],
[114.9609, 41.6162],
[115.2246, 41.5723],
[115.9277, 41.9238],
[116.0156, 41.792],
[116.2793, 42.0117],
[116.8066, 42.0117],
[116.8945, 42.4072],
[117.334, 42.4512],
[117.5098, 42.583],
[117.7734, 42.627],
[118.0371, 42.4072],
[117.9492, 42.2314],
[118.125, 42.0557],
[118.3008, 42.0996],
[118.3008, 41.792],
[118.125, 41.748],
[118.3887, 41.3086],
[119.2676, 41.3086],
[118.8281, 40.8252],
[119.2676, 40.5176],
[119.5313, 40.5615],
[119.707, 40.1221],
[119.8828, 39.9463],
[119.5313, 39.6826],
[119.4434, 39.4189],
[118.916, 39.0674],
[118.4766, 38.9355],
[118.125, 39.0234],
[118.0371, 39.1992],
[118.0371, 39.2432],
[117.8613, 39.4189],
[117.9492, 39.5947],
[117.6855, 39.5947],
[117.5098, 39.7705],
[117.5098, 39.9902],
[117.6855, 39.9902],
[117.6855, 40.0781],
[117.4219, 40.21],
[117.2461, 40.5176],
[117.4219, 40.6494],
[116.9824, 40.6934],
[116.6309, 41.0449],
[116.3672, 40.9131],
[116.4551, 40.7813],
[116.1914, 40.7813],
[116.1035, 40.6055],
[115.752, 40.5615],
[115.9277, 40.2539],
[115.4004, 39.9463],
[115.4883, 39.6387],
[115.752, 39.5068],
[116.1914, 39.5947],
[116.3672, 39.4629],
[116.543, 39.5947],
[116.8066, 39.5947],
[116.8945, 39.1113],
[116.7188, 38.9355],
[116.7188, 38.8037],
[117.2461, 38.54],
[117.5977, 38.6279],
[117.9492, 38.3203],
[117.4219, 37.8369],
[116.8066, 37.8369],
[116.4551, 37.4854],
[116.2793, 37.5732],
[116.2793, 37.3535],
[116.0156, 37.3535],
[115.752, 36.9141],
[115.3125, 36.5186],
[115.4883, 36.167],
[115.3125, 36.0791],
[115.1367, 36.2109],
[114.9609, 36.0791],
[114.873, 36.123],
[113.7305, 36.3428],
[113.4668, 36.6504],
[113.7305, 36.8701],
[113.7305, 37.1338],
[114.1699, 37.6611],
[113.9941, 37.7051],
[113.8184, 38.1445],
[113.5547, 38.2764],
[113.5547, 38.54],
[113.8184, 38.8037],
[113.8184, 38.9355],
[113.9063, 39.0234],
[114.3457, 39.0674],
[114.5215, 39.5068]
],
// 河北省 部分
[
[117.2461, 40.0781],
[117.1582, 39.8145],
[117.1582, 39.6387],
[116.8945, 39.6826],
[116.8945, 39.8145],
[116.8066, 39.9902],
[117.2461, 40.0781]
],
[
// 山西
[110.918, 38.7158],
[111.1816, 39.2432],
[111.0938, 39.375],
[111.3574, 39.4189],
[111.4453, 39.6387],
[111.9727, 39.5947],
[112.3242, 40.2539],
[112.7637, 40.166],
[113.2031, 40.3857],
[113.5547, 40.3418],
[113.8184, 40.5176],
[114.082, 40.5176],
[114.082, 40.7373],
[114.2578, 40.6055],
[114.3457, 40.3857],
[114.5215, 40.3418],
[113.9941, 39.9902],
[114.3457, 39.8584],
[114.5215, 39.5068],
[114.3457, 39.0674],
[113.9063, 39.0234],
[113.8184, 38.9355],
[113.8184, 38.8037],
[113.5547, 38.54],
[113.5547, 38.2764],
[113.8184, 38.1445],
[113.9941, 37.7051],
[114.1699, 37.6611],
[113.7305, 37.1338],
[113.7305, 36.8701],
[113.4668, 36.6504],
[113.7305, 36.3428],
[113.6426, 35.6836],
[113.1152, 35.332],
[112.7637, 35.2002],
[112.0605, 35.2881],
[112.0605, 35.0684],
[111.7969, 35.0684],
[111.5332, 34.8486],
[111.1816, 34.8047],
[110.8301, 34.6289],
[110.3906, 34.585],
[110.2148, 34.6729],
[110.2148, 34.8926],
[110.5664, 35.6396],
[110.4785, 36.123],
[110.3906, 37.002],
[110.8301, 37.6611],
[110.4785, 37.9688],
[110.4785, 38.1885],
[110.8301, 38.4961],
[110.918, 38.7158]
],
// 山东
[
[115.4883, 36.167],
[115.3125, 36.5186],
[115.752, 36.9141],
[116.0156, 37.3535],
[116.2793, 37.3535],
[116.2793, 37.5732],
[116.4551, 37.4854],
[116.8066, 37.8369],
[117.4219, 37.8369],
[117.9492, 38.3203],
[118.125, 38.1445],
[118.916, 38.1445],
[119.3555, 37.6611],
[119.0039, 37.5293],
[119.0039, 37.3535],
[119.3555, 37.1338],
[119.707, 37.1338],
[119.8828, 37.3975],
[120.498, 37.8369],
[120.5859, 38.1445],
[120.9375, 38.4521],
[121.0254, 37.8369],
[121.2012, 37.6611],
[121.9043, 37.4854],
[122.168, 37.6172],
[122.2559, 37.4854],
[122.6074, 37.4854],
[122.6953, 37.3535],
[122.6074, 36.9141],
[122.4316, 36.7822],
[121.8164, 36.8701],
[121.7285, 36.6943],
[121.1133, 36.6064],
[121.1133, 36.4307],
[121.377, 36.2549],
[120.7617, 36.167],
[120.9375, 35.8594],
[120.6738, 36.0352],
[119.707, 35.4639],
[119.9707, 34.9805],
[119.3555, 35.0244],
[119.2676, 35.1123],
[118.916, 35.0244],
[118.7402, 34.7168],
[118.4766, 34.6729],
[118.3887, 34.4092],
[118.2129, 34.4092],
[118.125, 34.6289],
[117.9492, 34.6729],
[117.5977, 34.4531],
[117.334, 34.585],
[117.2461, 34.4531],
[116.8066, 34.9365],
[116.4551, 34.8926],
[116.3672, 34.6289],
[116.1914, 34.585],
[115.5762, 34.585],
[115.4004, 34.8486],
[114.7852, 35.0684],
[115.0488, 35.376],
[115.2246, 35.4199],
[115.4883, 35.7275],
[116.1035, 36.0791],
[115.3125, 35.8154],
[115.4883, 36.167]
]
]
}
},
{
type: "Feature",
id: "hd",
properties: {
name: "华东",
cp: [119.4648, 29.2891],
childNum: 5
},
geometry: {
type: "Polygon",
coordinates: [
// 上海市
[
[120.9375, 31.0254],
[121.2012, 31.4648],
[121.377, 31.5088],
[121.1133, 31.7285],
[121.2012, 31.8604],
[121.9922, 31.5967],
[121.9043, 31.1572],
[121.9922, 30.8057],
[121.2891, 30.6738],
[120.9375, 31.0254]
],
// 江苏省
[
[116.3672, 34.6289],
[116.4551, 34.8926],
[116.8066, 34.9365],
[117.2461, 34.4531],
[117.334, 34.585],
[117.5977, 34.4531],
[117.9492, 34.6729],
[118.125, 34.6289],
[118.2129, 34.4092],
[118.3887, 34.4092],
[118.4766, 34.6729],
[118.7402, 34.7168],
[118.916, 35.0244],
[119.2676, 35.1123],
[119.3555, 35.0244],
[119.3555, 34.8486],
[119.707, 34.585],
[120.3223, 34.3652],
[120.9375, 33.0469],
[121.0254, 32.6514],
[121.377, 32.4756],
[121.4648, 32.168],
[121.9043, 31.9922],
[121.9922, 31.6846],
[121.9922, 31.5967],
[121.2012, 31.8604],
[121.1133, 31.7285],
[121.377, 31.5088],
[121.2012, 31.4648],
[120.9375, 31.0254],
[120.498, 30.8057],
[119.9707, 31.1572],
[119.6191, 31.1133],
[119.4434, 31.1572],
[119.3555, 31.2891],
[118.8281, 31.2451],
[118.7402, 31.377],
[118.916, 31.5527],
[118.3887, 31.9482],
[118.4766, 32.168],
[118.6523, 32.2119],
[118.5645, 32.5635],
[119.1797, 32.4756],
[119.1797, 32.8271],
[118.916, 32.959],
[118.7402, 32.7393],
[118.3008, 32.7832],
[118.2129, 33.2227],
[118.0371, 33.1348],
[117.9492, 33.2227],
[118.125, 33.75],
[117.7734, 33.7061],
[117.5977, 34.0137],
[117.1582, 34.0576],
[116.8945, 34.4092],
[116.3672, 34.6289]
],
// 浙江省
[
[118.2129, 29.3994],
[118.7402, 29.707],
[118.916, 29.9707],
[118.916, 30.3223],
[119.3555, 30.4102],
[119.2676, 30.6299],
[119.4434, 30.6738],
[119.6191, 31.0693],
[119.6191, 31.1133],
[119.9707, 31.1572],
[120.498, 30.8057],
[120.9375, 31.0254],
[121.2891, 30.6738],
[121.9922, 30.8057],
[122.6953, 30.8936],
[122.8711, 30.7178],
[122.959, 30.1465],
[122.6074, 30.1025],
[122.6074, 29.9268],
[122.168, 29.5313],
[122.3438, 28.8721],
[121.9922, 28.8721],
[121.9922, 28.4326],
[121.7285, 28.3447],
[121.7285, 28.2129],
[121.4648, 28.2129],
[121.5527, 28.0371],
[121.2891, 27.9492],
[121.1133, 27.4219],
[120.6738, 27.334],
[120.6738, 27.1582],
[120.9375, 27.0264],
[120.7617, 27.0264],
[120.4102, 27.1582],
[120.2344, 27.4219],
[119.7949, 27.29],
[119.6191, 27.6855],
[119.2676, 27.4219],
[118.916, 27.4658],
[118.7402, 28.0371],
[118.8281, 28.2568],
[118.4766, 28.3008],
[118.4766, 28.3447],
[118.3887, 28.7842],
[118.0371, 29.0479],
[118.0371, 29.1797],
[118.2129, 29.3994]
],
// 安徽省
[
[116.6309, 33.9258],
[116.543, 34.2773],
[116.1914, 34.4092],
[116.1914, 34.585],
[116.3672, 34.6289],
[116.8945, 34.4092],
[117.1582, 34.0576],
[117.5977, 34.0137],
[117.7734, 33.7061],
[118.125, 33.75],
[117.9492, 33.2227],
[118.0371, 33.1348],
[118.2129, 33.2227],
[118.3008, 32.7832],
[118.7402, 32.7393],
[118.916, 32.959],
[119.1797, 32.8271],
[119.1797, 32.4756],
[118.5645, 32.5635],
[118.6523, 32.2119],
[118.4766, 32.168],
[118.3887, 31.9482],
[118.916, 31.5527],
[118.7402, 31.377],
[118.8281, 31.2451],
[119.3555, 31.2891],
[119.4434, 31.1572],
[119.6191, 31.1133],
[119.6191, 31.0693],
[119.4434, 30.6738],
[119.2676, 30.6299],
[119.3555, 30.4102],
[118.916, 30.3223],
[118.916, 29.9707],
[118.7402, 29.707],
[118.2129, 29.3994],
[118.0371, 29.5752],
[117.5098, 29.6191],
[117.1582, 29.9268],
[117.0703, 29.8389],
[117.1582, 29.707],
[116.7188, 29.6191],
[116.7188, 29.751],
[116.8945, 29.9268],
[116.7188, 30.0586],
[116.2793, 29.7949],
[116.1035, 29.8389],
[116.1035, 30.1904],
[115.752, 30.6738],
[116.0156, 31.0254],
[115.5762, 31.2012],
[115.4004, 31.4209],
[115.4883, 31.6846],
[115.9277, 31.7725],
[115.8398, 32.5195],
[115.5762, 32.4316],
[115.2246, 32.6074],
[115.1367, 32.8711],
[114.873, 33.0029],
[114.873, 33.1348],
[115.3125, 33.1787],
[115.4004, 33.5303],
[115.5762, 33.6621],
[115.5762, 33.9258],
[115.6641, 34.0576],
[116.0156, 33.9697],
[116.1914, 33.7061],
[116.6309, 33.9258]
],
// 福建省
[
[118.4766, 28.3008],
[118.8281, 28.2568],
[118.7402, 28.0371],
[118.916, 27.4658],
[119.2676, 27.4219],
[119.6191, 27.6855],
[119.7949, 27.29],
[120.2344, 27.4219],
[120.4102, 27.1582],
[120.7617, 27.0264],
[120.6738, 26.8945],
[120.2344, 26.8506],
[120.2344, 26.7188],
[120.4102, 26.6748],
[120.498, 26.3672],
[120.2344, 26.2793],
[120.4102, 26.1475],
[120.0586, 26.1914],
[119.9707, 25.9277],
[119.7949, 25.9277],
[119.9707, 25.4004],
[119.7949, 25.2686],
[119.5313, 25.1367],
[119.4434, 25.0049],
[119.2676, 25.0928],
[118.916, 24.8291],
[118.6523, 24.5215],
[118.4766, 24.5215],
[118.4766, 24.4336],
[118.2129, 24.3457],
[118.2129, 24.1699],
[117.8613, 23.9941],
[117.7734, 23.7744],
[117.5098, 23.5986],
[117.1582, 23.5547],
[116.9824, 23.9063],
[116.9824, 24.1699],
[116.7188, 24.6533],
[116.543, 24.6094],
[116.3672, 24.873],
[116.2793, 24.7852],
[115.9277, 24.917],
[115.8398, 25.2246],
[116.0156, 25.2686],
[116.1914, 25.8838],
[116.4551, 26.1035],
[116.3672, 26.2354],
[116.6309, 26.4551],
[116.543, 26.8066],
[117.0703, 27.1143],
[117.1582, 27.29],
[116.9824, 27.6416],
[117.5098, 27.9932],
[117.7734, 27.8174],
[118.3008, 28.0811],
[118.4766, 28.3008]
]
]
}
},
{
type: "Feature",
id: "hn",
properties: {
name: "华南",
cp: [111.2813, 23.6426],
childNum: 3
},
geometry: {
type: "Polygon",
coordinates: []
}
},
{
type: "Feature",
id: "hz",
properties: {
name: "华中",
cp: [112.8, 31.1572],
childNum: 4
},
geometry: {
type: "Polygon",
coordinates: [
// 湖北
[
[110.2148, 31.1572],
[110.127, 31.377],
[109.6875, 31.5527],
[109.7754, 31.6846],
[109.5996, 31.7285],
[109.5117, 32.4316],
[109.6875, 32.6074],
[110.127, 32.6074],
[110.127, 32.7393],
[109.7754, 32.915],
[109.7754, 33.0469],
[109.4238, 33.1348],
[109.5996, 33.2666],
[110.3027, 33.1787],
[110.5664, 33.2666],
[110.7422, 33.1348],
[111.0059, 33.2666],
[111.5332, 32.6074],
[112.3242, 32.3438],
[113.2031, 32.4316],
[113.4668, 32.2998],
[113.7305, 32.4316],
[113.8184, 31.8604],
[113.9941, 31.7725],
[114.1699, 31.8604],
[114.5215, 31.7725],
[114.6094, 31.5527],
[114.7852, 31.4648],
[115.1367, 31.5967],
[115.2246, 31.4209],
[115.4004, 31.4209],
[115.5762, 31.2012],
[116.0156, 31.0254],
[115.752, 30.6738],
[116.1035, 30.1904],
[116.1035, 29.8389],
[115.9277, 29.707],
[115.4883, 29.7949],
[114.873, 29.3994],
[114.2578, 29.3555],
[113.9063, 29.0479],
[113.7305, 29.0918],
[113.6426, 29.3115],
[113.7305, 29.5752],
[113.5547, 29.707],
[113.5547, 29.8389],
[113.0273, 29.4434],
[112.9395, 29.4873],
[113.0273, 29.751],
[112.9395, 29.7949],
[112.6758, 29.5752],
[112.5, 29.6191],
[112.2363, 29.5313],
[111.7969, 29.9268],
[110.8301, 30.1465],
[110.4785, 30.0146],
[110.6543, 29.751],
[110.4785, 29.6631],
[109.7754, 29.751],
[109.6875, 29.6191],
[109.5117, 29.6191],
[109.248, 29.1357],
[109.0723, 29.3555],
[108.9844, 29.3115],
[108.6328, 29.8389],
[108.457, 29.7949],
[108.5449, 30.2344],
[108.457, 30.4102],
[108.6328, 30.5859],
[108.8086, 30.498],
[109.0723, 30.6299],
[109.1602, 30.542],
[109.248, 30.6299],
[109.4238, 30.542],
[109.8633, 30.8936],
[110.0391, 30.8057],
[110.2148, 31.1572]
],
// 湖南
[
[109.248, 28.4766],
[109.248, 29.1357],
[109.5117, 29.6191],
[109.6875, 29.6191],
[109.7754, 29.751],
[110.4785, 29.6631],
[110.6543, 29.751],
[110.4785, 30.0146],
[110.8301, 30.1465],
[111.7969, 29.9268],
[112.2363, 29.5313],
[112.5, 29.6191],
[112.6758, 29.5752],
[112.9395, 29.7949],
[113.0273, 29.751],
[112.9395, 29.4873],
[113.0273, 29.4434],
[113.5547, 29.8389],
[113.5547, 29.707],
[113.7305, 29.5752],
[113.6426, 29.3115],
[113.7305, 29.0918],
[113.9063, 29.0479],
[114.1699, 28.8281],
[114.082, 28.5645],
[114.2578, 28.3447],
[113.7305, 27.9492],
[113.6426, 27.5977],
[113.6426, 27.3779],
[113.8184, 27.29],
[113.7305, 27.1143],
[113.9063, 26.9385],
[113.9063, 26.6309],
[114.082, 26.5869],
[113.9941, 26.1914],
[114.2578, 26.1475],
[113.9941, 26.0596],
[113.9063, 25.4443],
[113.6426, 25.3125],
[113.2031, 25.5322],
[112.8516, 25.3564],
[113.0273, 25.2246],
[113.0273, 24.9609],
[112.8516, 24.917],
[112.5879, 25.1367],
[112.2363, 25.1807],
[112.1484, 24.873],
[112.0605, 24.7412],
[111.709, 24.7852],
[111.5332, 24.6533],
[111.3574, 25.1367],
[111.0938, 24.9609],
[111.0059, 25.0049],
[111.4453, 25.8398],
[111.2695, 25.8838],
[111.2695, 26.2354],
[111.1816, 26.3232],
[110.5664, 26.3232],
[110.2148, 25.9717],
[109.9512, 26.1914],
[109.7754, 25.8838],
[109.5117, 26.0156],
[109.4238, 26.2793],
[109.248, 26.3232],
[109.4238, 26.5869],
[109.3359, 26.7188],
[109.5117, 26.8066],
[109.5117, 27.0264],
[109.3359, 27.1582],
[108.8965, 27.0264],
[108.8086, 27.1143],
[109.4238, 27.5977],
[109.3359, 27.9053],
[109.3359, 28.2568],
[109.248, 28.4766]
],
// 河南
[
[110.3906, 34.585],
[110.8301, 34.6289],
[111.1816, 34.8047],
[111.5332, 34.8486],
[111.7969, 35.0684],
[112.0605, 35.0684],
[112.0605, 35.2881],
[112.7637, 35.2002],
[113.1152, 35.332],
[113.6426, 35.6836],
[113.7305, 36.3428],
[114.873, 36.123],
[114.9609, 36.0791],
[115.1367, 36.2109],
[115.3125, 36.0791],
[115.4883, 36.167],
[115.3125, 35.8154],
[116.1035, 36.0791],
[115.4883, 35.7275],
[115.2246, 35.4199],
[115.0488, 35.376],
[114.7852, 35.0684],
[115.4004, 34.8486],
[115.5762, 34.585],
[116.1914, 34.585],
[116.1914, 34.4092],
[116.543, 34.2773],
[116.6309, 33.9258],
[116.1914, 33.7061],
[116.0156, 33.9697],
[115.6641, 34.0576],
[115.5762, 33.9258],
[115.5762, 33.6621],
[115.4004, 33.5303],
[115.3125, 33.1787],
[114.873, 33.1348],
[114.873, 33.0029],
[115.1367, 32.8711],
[115.2246, 32.6074],
[115.5762, 32.4316],
[115.8398, 32.5195],
[115.9277, 31.7725],
[115.4883, 31.6846],
[115.4004, 31.4209],
[115.2246, 31.4209],
[115.1367, 31.5967],
[114.7852, 31.4648],
[114.6094, 31.5527],
[114.5215, 31.7725],
[114.1699, 31.8604],
[113.9941, 31.7725],
[113.8184, 31.8604],
[113.7305, 32.4316],
[113.4668, 32.2998],
[113.2031, 32.4316],
[112.3242, 32.3438],
[111.5332, 32.6074],
[111.0059, 33.2666],
[111.0059, 33.5303],
[110.6543, 33.8379],
[110.6543, 34.1455],
[110.4785, 34.2334],
[110.3906, 34.585]
],
// 江西省
[
[114.2578, 28.3447],
[114.082, 28.5645],
[114.1699, 28.8281],
[113.9063, 29.0479],
[114.2578, 29.3555],
[114.873, 29.3994],
[115.4883, 29.7949],
[115.9277, 29.707],
[116.1035, 29.8389],
[116.2793, 29.7949],
[116.7188, 30.0586],
[116.8945, 29.9268],
[116.7188, 29.751],
[116.7188, 29.6191],
[117.1582, 29.707],
[117.0703, 29.8389],
[117.1582, 29.9268],
[117.5098, 29.6191],
[118.0371, 29.5752],
[118.2129, 29.3994],
[118.0371, 29.1797],
[118.0371, 29.0479],
[118.3887, 28.7842],
[118.4766, 28.3447],
[118.4766, 28.3008],
[118.3008, 28.0811],
[117.7734, 27.8174],
[117.5098, 27.9932],
[116.9824, 27.6416],
[117.1582, 27.29],
[117.0703, 27.1143],
[116.543, 26.8066],
[116.6309, 26.4551],
[116.3672, 26.2354],
[116.4551, 26.1035],
[116.1914, 25.8838],
[116.0156, 25.2686],
[115.8398, 25.2246],
[115.9277, 24.917],
[115.752, 24.7852],
[115.8398, 24.5654],
[115.4004, 24.7852],
[114.4336, 24.5215],
[114.1699, 24.6973],
[114.4336, 24.9609],
[114.6973, 25.1367],
[114.7852, 25.2686],
[114.6094, 25.4004],
[113.9941, 25.2686],
[113.9063, 25.4443],
[113.9941, 26.0596],
[114.2578, 26.1475],
[113.9941, 26.1914],
[114.082, 26.5869],
[113.9063, 26.6309],
[113.9063, 26.9385],
[113.7305, 27.1143],
[113.8184, 27.29],
[113.6426, 27.3779],
[113.6426, 27.5977],
[113.7305, 27.9492],
[114.2578, 28.3447]
]
]
}
},
{
type: "Feature",
id: "xn",
properties: {
name: "西南",
cp: [97.5, 30.1904],
childNum: 5
},
geometry: {
type: "Polygon",
coordinates: [
// 四川省
[
[101.7773, 33.5303],
[101.8652, 33.5742],
[101.9531, 33.4424],
[101.8652, 33.0908],
[102.4805, 33.4424],
[102.2168, 33.9258],
[102.9199, 34.3213],
[103.0957, 34.1895],
[103.1836, 33.7939],
[104.1504, 33.6182],
[104.2383, 33.3984],
[104.4141, 33.3105],
[104.3262, 33.2227],
[104.4141, 33.0469],
[104.3262, 32.8711],
[104.4141, 32.7393],
[105.2051, 32.6074],
[105.3809, 32.7393],
[105.3809, 32.8711],
[105.4688, 32.915],
[105.5566, 32.7393],
[106.084, 32.8711],
[106.084, 32.7393],
[106.3477, 32.6514],
[107.0508, 32.6953],
[107.1387, 32.4756],
[107.2266, 32.4316],
[107.4023, 32.5195],
[108.0176, 32.168],
[108.2813, 32.2559],
[108.5449, 32.2119],
[108.3691, 32.168],
[108.2813, 31.9043],
[108.5449, 31.6846],
[108.1934, 31.5088],
[107.9297, 30.8496],
[107.4902, 30.8496],
[107.4023, 30.7617],
[107.4902, 30.6299],
[107.0508, 30.0146],
[106.7871, 30.0146],
[106.6113, 30.3223],
[106.2598, 30.1904],
[105.8203, 30.4541],
[105.6445, 30.2783],
[105.5566, 30.1025],
[105.7324, 29.8828],
[105.293, 29.5313],
[105.4688, 29.3115],
[105.7324, 29.2676],
[105.8203, 28.96],
[106.2598, 28.8721],
[106.3477, 28.5205],
[105.9961, 28.7402],
[105.6445, 28.4326],
[105.9082, 28.125],
[106.1719, 28.125],
[106.3477, 27.8174],
[105.6445, 27.6416],
[105.5566, 27.7734],
[105.293, 27.7295],
[105.2051, 27.9932],
[105.0293, 28.0811],
[104.8535, 27.9053],
[104.4141, 27.9492],
[104.3262, 28.0371],
[104.4141, 28.125],
[104.4141, 28.2568],
[104.2383, 28.4326],
[104.4141, 28.6084],
[103.8867, 28.6523],
[103.7988, 28.3008],
[103.4473, 28.125],
[103.4473, 27.7734],
[102.9199, 27.29],
[103.0078, 26.3672],
[102.6563, 26.1914],
[102.5684, 26.3672],
[102.1289, 26.1035],
[101.8652, 26.0596],
[101.6016, 26.2354],
[101.6895, 26.3672],
[101.4258, 26.5869],
[101.4258, 26.8066],
[101.4258, 26.7188],
[101.1621, 27.0264],
[101.1621, 27.1582],
[100.7227, 27.8613],
[100.3711, 27.8174],
[100.2832, 27.7295],
[100.0195, 28.125],
[100.1953, 28.3447],
[99.668, 28.8281],
[99.4043, 28.5205],
[99.4043, 28.1689],
[99.2285, 28.3008],
[99.1406, 29.2676],
[98.9648, 30.7617],
[98.6133, 31.2012],
[98.877, 31.4209],
[98.4375, 31.8604],
[98.1738, 32.3438],
[97.7344, 32.5195],
[97.4707, 32.6953],
[97.3828, 32.8711],
[97.7344, 33.3984],
[97.4707, 33.5742],
[97.3828, 33.8818],
[97.7344, 33.9258],
[97.6465, 34.1016],
[97.8223, 34.1895],
[98.4375, 34.0576],
[98.877, 33.1787],
[99.2285, 33.0469],
[99.2285, 32.915],
[99.7559, 32.7393],
[99.8438, 33.0029],
[100.1074, 32.8711],
[100.1074, 32.6514],
[100.3711, 32.7393],
[100.7227, 32.5195],
[100.7227, 32.6514],
[101.25, 32.6953],
[101.1621, 33.2227],
[101.6016, 33.1348],
[101.7773, 33.2227],
[101.6895, 33.3105],
[101.7773, 33.5303]
],
// 重庆市
[
[108.5449, 31.6846],
[108.2813, 31.9043],
[108.3691, 32.168],
[108.5449, 32.2119],
[109.0723, 31.9482],
[109.248, 31.7285],
[109.5996, 31.7285],
[109.7754, 31.6846],
[109.6875, 31.5527],
[110.127, 31.377],
[110.2148, 31.1572],
[110.0391, 30.8057],
[109.8633, 30.8936],
[109.4238, 30.542],
[109.248, 30.6299],
[109.1602, 30.542],
[109.0723, 30.6299],
[108.8086, 30.498],
[108.6328, 30.5859],
[108.457, 30.4102],
[108.5449, 30.2344],
[108.457, 29.7949],
[108.6328, 29.8389],
[108.9844, 29.3115],
[109.0723, 29.3555],
[109.248, 29.1357],
[109.248, 28.4766],
[109.0723, 28.2129],
[108.7207, 28.2129],
[108.7207, 28.4766],
[108.5449, 28.3887],
[108.5449, 28.6523],
[108.3691, 28.6523],
[108.2813, 29.0918],
[107.8418, 29.0039],
[107.8418, 29.1357],
[107.5781, 29.2236],
[107.4023, 29.1797],
[107.4023, 28.8721],
[106.875, 28.7842],
[106.6992, 28.4766],
[106.6113, 28.5205],
[106.6113, 28.6523],
[106.5234, 28.7842],
[106.4355, 28.7842],
[106.5234, 28.5645],
[106.3477, 28.5205],
[106.2598, 28.8721],
[105.8203, 28.96],
[105.7324, 29.2676],
[105.4688, 29.3115],
[105.293, 29.5313],
[105.7324, 29.8828],
[105.5566, 30.1025],
[105.6445, 30.2783],
[105.8203, 30.4541],
[106.2598, 30.1904],
[106.6113, 30.3223],
[106.7871, 30.0146],
[107.0508, 30.0146],
[107.4902, 30.6299],
[107.4023, 30.7617],
[107.4902, 30.8496],
[107.9297, 30.8496],
[108.1934, 31.5088],
[108.5449, 31.6846]
],
// 西藏
[
[79.0137, 34.3213],
[79.1016, 34.4531],
[79.8047, 34.4971],
[79.8926, 34.8047],
[80.2441, 35.2002],
[80.332, 35.1563],
[80.2441, 35.2881],
[80.4199, 35.4199],
[81.6504, 35.2441],
[82.002, 35.332],
[82.4414, 35.7275],
[82.8809, 35.6836],
[83.1445, 35.4199],
[84.1992, 35.376],
[85.0781, 35.7275],
[85.6055, 35.6836],
[86.1328, 35.8594],
[86.2207, 36.167],
[87.3633, 36.4307],
[88.5938, 36.4746],
[88.7695, 36.3428],
[89.209, 36.2988],
[89.7363, 36.0791],
[89.3848, 36.0352],
[89.4727, 35.9033],
[89.7363, 35.7715],
[89.7363, 35.4199],
[89.4727, 35.376],
[89.4727, 35.2441],
[89.5605, 34.8926],
[89.8242, 34.8486],
[89.7363, 34.6729],
[89.8242, 34.3652],
[89.6484, 34.0137],
[90.0879, 33.4863],
[90.7031, 33.1348],
[91.4063, 33.1348],
[91.9336, 32.8271],
[92.1973, 32.8271],
[92.2852, 32.7393],
[92.9883, 32.7393],
[93.5156, 32.4756],
[93.7793, 32.5635],
[94.1309, 32.4316],
[94.6582, 32.6074],
[95.1855, 32.4316],
[95.0098, 32.2998],
[95.1855, 32.3438],
[95.2734, 32.2119],
[95.3613, 32.168],
[95.3613, 31.9922],
[95.4492, 31.8164],
[95.8008, 31.6846],
[95.9766, 31.8164],
[96.1523, 31.5967],
[96.2402, 31.9482],
[96.5039, 31.7285],
[96.8555, 31.6846],
[96.7676, 31.9922],
[97.2949, 32.0801],
[97.3828, 32.5635],
[97.7344, 32.5195],
[98.1738, 32.3438],
[98.4375, 31.8604],
[98.877, 31.4209],
[98.6133, 31.2012],
[98.9648, 30.7617],
[99.1406, 29.2676],
[98.9648, 29.1357],
[98.9648, 28.8281],
[98.7891, 28.8721],
[98.7891, 29.0039],
[98.7012, 28.916],
[98.6133, 28.5205],
[98.7891, 28.3447],
[98.7012, 28.2129],
[98.3496, 28.125],
[98.2617, 28.3887],
[98.1738, 28.125],
[97.5586, 28.5205],
[97.2949, 28.0811],
[97.3828, 27.9053],
[97.0313, 27.7295],
[96.5039, 28.125],
[95.7129, 28.2568],
[95.3613, 28.125],
[95.2734, 27.9492],
[94.2188, 27.5537],
[93.8672, 27.0264],
[93.6035, 26.9385],
[92.1094, 26.8506],
[92.0215, 27.4658],
[91.582, 27.5537],
[91.582, 27.9053],
[91.4063, 28.0371],
[91.0547, 27.8613],
[90.7031, 28.0811],
[89.8242, 28.2129],
[89.6484, 28.1689],
[89.1211, 27.5977],
[89.1211, 27.334],
[89.0332, 27.2021],
[88.7695, 27.4219],
[88.8574, 27.9932],
[88.6816, 28.125],
[88.1543, 27.9053],
[87.8906, 27.9492],
[87.7148, 27.8174],
[87.0996, 27.8174],
[86.748, 28.125],
[86.5723, 28.125],
[86.4844, 27.9053],
[86.1328, 28.125],
[86.0449, 27.9053],
[85.6934, 28.3447],
[85.6055, 28.2568],
[85.166, 28.3447],
[85.166, 28.6523],
[84.9023, 28.5645],
[84.4629, 28.7402],
[84.2871, 28.8721],
[84.1992, 29.2236],
[84.1113, 29.2676],
[83.584, 29.1797],
[83.2324, 29.5752],
[82.1777, 30.0586],
[82.0898, 30.3223],
[81.3867, 30.3662],
[81.2109, 30.0146],
[81.0352, 30.2344],
[80.0684, 30.5859],
[79.7168, 30.9375],
[79.0137, 31.0693],
[78.75, 31.333],
[78.8379, 31.5967],
[78.6621, 31.8164],
[78.75, 31.9043],
[78.4863, 32.124],
[78.3984, 32.5195],
[78.75, 32.6953],
[78.9258, 32.3438],
[79.2773, 32.5635],
[79.1016, 33.1787],
[78.6621, 33.6621],
[78.6621, 34.1016],
[78.9258, 34.1455],
[79.0137, 34.3213]
]
]
}
},
{
type: "Feature",
id: "xb",
properties: {
name: "西北",
cp: [91.5996, 39.6396],
childNum: 5
},
geometry: {
type: "Polygon",
coordinates: [
// 陕西
[
[105.4688, 32.915],
[105.9082, 33.0029],
[105.9961, 33.1787],
[105.7324, 33.3984],
[105.9961, 33.6182],
[106.5234, 33.5303],
[106.4355, 33.9258],
[106.6113, 34.1455],
[106.5234, 34.2773],
[106.6992, 34.3213],
[106.3477, 34.585],
[106.5234, 34.7607],
[106.6113, 35.0684],
[106.9629, 35.0684],
[107.2266, 34.8926],
[107.666, 34.9365],
[107.8418, 35.0244],
[107.7539, 35.1123],
[107.7539, 35.2881],
[108.5449, 35.2881],
[108.6328, 35.5518],
[108.5449, 35.8594],
[108.6328, 35.9912],
[108.7207, 36.3428],
[107.3145, 36.9141],
[107.3145, 37.0898],
[107.3145, 37.6172],
[107.666, 37.8809],
[108.1934, 37.6172],
[108.7207, 37.7051],
[108.8086, 38.0127],
[108.8965, 37.9688],
[109.0723, 38.0127],
[108.9844, 38.3203],
[109.9512, 39.1553],
[109.8633, 39.2432],
[110.2148, 39.2871],
[110.127, 39.4629],
[110.6543, 39.2871],
[111.0938, 39.5947],
[111.0938, 39.375],
[111.1816, 39.2432],
[110.918, 38.7158],
[110.8301, 38.4961],
[110.4785, 38.1885],
[110.4785, 37.9688],
[110.8301, 37.6611],
[110.3906, 37.002],
[110.4785, 36.123],
[110.5664, 35.6396],
[110.2148, 34.8926],
[110.2148, 34.6729],
[110.3906, 34.585],
[110.4785, 34.2334],
[110.6543, 34.1455],
[110.6543, 33.8379],
[111.0059, 33.5303],
[111.0059, 33.2666],
[110.7422, 33.1348],
[110.5664, 33.2666],
[110.3027, 33.1787],
[109.5996, 33.2666],
[109.4238, 33.1348],
[109.7754, 33.0469],
[109.7754, 32.915],
[110.127, 32.7393],
[110.127, 32.6074],
[109.6875, 32.6074],
[109.5117, 32.4316],
[109.5996, 31.7285],
[109.248, 31.7285],
[109.0723, 31.9482],
[108.5449, 32.2119],
[108.2813, 32.2559],
[108.0176, 32.168],
[107.4023, 32.5195],
[107.2266, 32.4316],
[107.1387, 32.4756],
[107.0508, 32.6953],
[106.3477, 32.6514],
[106.084, 32.7393],
[106.084, 32.8711],
[105.5566, 32.7393],
[105.4688, 32.915]
],
// 甘肃省
[
[96.416, 42.7148],
[97.207, 42.8027],
[97.8223, 41.748],
[97.8223, 41.6162],
[97.4707, 41.4844],
[98.3496, 40.9131],
[98.3496, 40.5615],
[98.6133, 40.6494],
[98.5254, 40.7373],
[98.7891, 40.6055],
[98.9648, 40.7813],
[99.0527, 40.6934],
[99.2285, 40.8691],
[99.9316, 41.001],
[100.1953, 40.6494],
[100.1074, 40.2539],
[99.4922, 39.8584],
[100.0195, 39.7705],
[100.5469, 39.4189],
[100.8105, 39.4189],
[100.9863, 38.9355],
[101.25, 39.0234],
[101.3379, 38.7598],
[101.7773, 38.6719],
[102.041, 38.8916],
[101.8652, 39.1113],
[102.4805, 39.2432],
[103.0078, 39.1113],
[103.3594, 39.3311],
[104.0625, 39.4189],
[104.2383, 38.9795],
[103.4473, 38.3643],
[103.5352, 38.1445],
[103.3594, 38.0127],
[103.4473, 37.8369],
[104.3262, 37.4414],
[104.5898, 37.4414],
[104.5898, 37.2217],
[104.8535, 37.2217],
[105.293, 36.8262],
[105.2051, 36.6943],
[105.4688, 36.123],
[105.293, 35.9912],
[105.3809, 35.7715],
[105.7324, 35.7275],
[105.8203, 35.5518],
[105.9961, 35.4639],
[105.9082, 35.4199],
[105.9961, 35.4199],
[106.084, 35.376],
[106.2598, 35.4199],
[106.3477, 35.2441],
[106.5234, 35.332],
[106.4355, 35.6836],
[106.6992, 35.6836],
[106.9629, 35.8154],
[106.875, 36.123],
[106.5234, 36.2549],
[106.5234, 36.4746],
[106.4355, 36.5625],
[106.6113, 36.7822],
[106.6113, 37.0898],
[107.3145, 37.0898],
[107.3145, 36.9141],
[108.7207, 36.3428],
[108.6328, 35.9912],
[108.5449, 35.8594],
[108.6328, 35.5518],
[108.5449, 35.2881],
[107.7539, 35.2881],
[107.7539, 35.1123],
[107.8418, 35.0244],
[107.666, 34.9365],
[107.2266, 34.8926],
[106.9629, 35.0684],
[106.6113, 35.0684],
[106.5234, 34.7607],
[106.3477, 34.585],
[106.6992, 34.3213],
[106.5234, 34.2773],
[106.6113, 34.1455],
[106.4355, 33.9258],
[106.5234, 33.5303],
[105.9961, 33.6182],
[105.7324, 33.3984],
[105.9961, 33.1787],
[105.9082, 33.0029],
[105.4688, 32.915],
[105.3809, 32.8711],
[105.3809, 32.7393],
[105.2051, 32.6074],
[104.4141, 32.7393],
[104.3262, 32.8711],
[104.4141, 33.0469],
[104.3262, 33.2227],
[104.4141, 33.3105],
[104.2383, 33.3984],
[104.1504, 33.6182],
[103.1836, 33.7939],
[103.0957, 34.1895],
[102.9199, 34.3213],
[102.2168, 33.9258],
[102.4805, 33.4424],
[101.8652, 33.0908],
[101.9531, 33.4424],
[101.8652, 33.5742],
[101.7773, 33.5303],
[101.6016, 33.5303],
[101.5137, 33.7061],
[101.25, 33.6621],
[100.8105, 34.2773],
[100.9863, 34.3652],
[101.6895, 34.1016],
[102.1289, 34.2773],
[102.2168, 34.4092],
[101.9531, 34.6289],
[101.9531, 34.8486],
[102.3926, 35.2002],
[102.3047, 35.4199],
[102.4805, 35.5957],
[102.832, 35.5957],
[102.6563, 35.7715],
[102.9199, 35.9033],
[102.9199, 36.0791],
[103.0078, 36.2549],
[102.832, 36.3428],
[102.5684, 36.7383],
[102.6563, 36.8262],
[102.4805, 36.958],
[102.5684, 37.1777],
[102.1289, 37.4414],
[101.9531, 37.7051],
[101.7773, 37.6172],
[101.5137, 37.8809],
[101.1621, 37.8369],
[100.7227, 38.2324],
[100.459, 38.2764],
[100.1074, 38.4961],
[100.0195, 38.4521],
[100.1953, 38.2764],
[99.8438, 38.3643],
[99.1406, 38.9355],
[98.7891, 39.0674],
[98.6133, 38.9355],
[98.3496, 39.0234],
[98.1738, 38.8037],
[97.0313, 39.1992],
[97.1191, 38.584],
[96.6797, 38.4521],
[96.6797, 38.1885],
[96.416, 38.2324],
[96.2402, 38.1006],
[95.7129, 38.3643],
[95.4492, 38.2764],
[95.0098, 38.4082],
[94.5703, 38.3643],
[94.3066, 38.7598],
[93.8672, 38.7158],
[93.6914, 38.9355],
[93.1641, 38.9795],
[93.1641, 39.1992],
[92.373, 39.1113],
[92.373, 39.3311],
[92.6367, 39.6387],
[93.0762, 40.6494],
[93.8672, 40.6934],
[94.043, 41.0889],
[94.5703, 41.4844],
[95.1855, 41.792],
[95.2734, 41.6162],
[95.9766, 41.9238],
[96.2402, 42.2314],
[96.0645, 42.3193],
[95.9766, 42.4951],
[96.416, 42.7148]
],
// 宁夏
[
[104.3262, 37.4414],
[105.8203, 37.793],
[105.9082, 38.7158],
[106.3477, 39.2871],
[106.7871, 39.375],
[106.9629, 38.9795],
[106.5234, 38.3203],
[106.7871, 38.1885],
[107.3145, 38.1006],
[107.666, 37.8809],
[107.3145, 37.6172],
[107.3145, 37.0898],
[106.6113, 37.0898],
[106.6113, 36.7822],
[106.4355, 36.5625],
[106.5234, 36.4746],
[106.5234, 36.2549],
[106.875, 36.123],
[106.9629, 35.8154],
[106.6992, 35.6836],
[106.4355, 35.6836],
[106.5234, 35.332],
[106.3477, 35.2441],
[106.2598, 35.4199],
[106.084, 35.376],
[105.9961, 35.4199],
[106.084, 35.4639],
[105.9961, 35.4639],
[105.8203, 35.5518],
[105.7324, 35.7275],
[105.3809, 35.7715],
[105.293, 35.9912],
[105.4688, 36.123],
[105.2051, 36.6943],
[105.293, 36.8262],
[104.8535, 37.2217],
[104.5898, 37.2217],
[104.5898, 37.4414],
[104.3262, 37.4414]
],
// 新疆
[
[96.416, 42.7588],
[96.416, 42.7148],
[95.9766, 42.4951],
[96.0645, 42.3193],
[96.2402, 42.2314],
[95.9766, 41.9238],
[95.2734, 41.6162],
[95.1855, 41.792],
[94.5703, 41.4844],
[94.043, 41.0889],
[93.8672, 40.6934],
[93.0762, 40.6494],
[92.6367, 39.6387],
[92.373, 39.3311],
[92.373, 39.1113],
[92.373, 39.0234],
[90.1758, 38.4961],
[90.3516, 38.2324],
[90.6152, 38.3203],
[90.5273, 37.8369],
[91.0547, 37.4414],
[91.3184, 37.0898],
[90.7031, 36.7822],
[90.791, 36.6064],
[91.0547, 36.5186],
[91.0547, 36.0791],
[90.8789, 36.0352],
[90, 36.2549],
[89.9121, 36.0791],
[89.7363, 36.0791],
[89.209, 36.2988],
[88.7695, 36.3428],
[88.5938, 36.4746],
[87.3633, 36.4307],
[86.2207, 36.167],
[86.1328, 35.8594],
[85.6055, 35.6836],
[85.0781, 35.7275],
[84.1992, 35.376],
[83.1445, 35.4199],
[82.8809, 35.6836],
[82.4414, 35.7275],
[82.002, 35.332],
[81.6504, 35.2441],
[80.4199, 35.4199],
[80.2441, 35.2881],
[80.332, 35.1563],
[80.2441, 35.2002],
[79.8926, 34.8047],
[79.8047, 34.4971],
[79.1016, 34.4531],
[79.0137, 34.3213],
[78.2227, 34.7168],
[78.0469, 35.2441],
[78.0469, 35.5078],
[77.4316, 35.4639],
[76.8164, 35.6396],
[76.5527, 35.8594],
[76.2012, 35.8154],
[75.9375, 36.0352],
[76.0254, 36.4746],
[75.8496, 36.6943],
[75.498, 36.7383],
[75.4102, 36.958],
[75.0586, 37.002],
[74.8828, 36.9141],
[74.7949, 37.0459],
[74.5313, 37.0898],
[74.5313, 37.2217],
[74.8828, 37.2217],
[75.1465, 37.4414],
[74.8828, 37.5732],
[74.9707, 37.749],
[74.8828, 38.4521],
[74.3555, 38.6719],
[74.1797, 38.6719],
[74.0918, 38.54],
[73.8281, 38.584],
[73.7402, 38.8477],
[73.8281, 38.9795],
[73.4766, 39.375],
[73.916, 39.5068],
[73.916, 39.6826],
[73.8281, 39.7705],
[74.0039, 40.0342],
[74.8828, 40.3418],
[74.7949, 40.5176],
[75.2344, 40.4297],
[75.5859, 40.6494],
[75.7617, 40.2979],
[76.377, 40.3857],
[76.9043, 41.001],
[77.6074, 41.001],
[78.1348, 41.2207],
[78.1348, 41.3965],
[80.1563, 42.0557],
[80.2441, 42.2754],
[80.1563, 42.627],
[80.2441, 42.8467],
[80.5078, 42.8906],
[80.4199, 43.0664],
[80.7715, 43.1982],
[80.4199, 44.165],
[80.4199, 44.6045],
[79.9805, 44.8242],
[79.9805, 44.9561],
[81.7383, 45.3955],
[82.0898, 45.2197],
[82.5293, 45.2197],
[82.2656, 45.6592],
[83.0566, 47.2412],
[83.6719, 47.0215],
[84.7266, 47.0215],
[84.9023, 46.8896],
[85.5176, 47.0654],
[85.6934, 47.2852],
[85.5176, 48.1201],
[85.7813, 48.4277],
[86.5723, 48.5596],
[86.8359, 48.8232],
[86.748, 48.9551],
[86.8359, 49.1309],
[87.8027, 49.1748],
[87.8906, 48.999],
[87.7148, 48.9111],
[88.0664, 48.7354],
[87.9785, 48.6035],
[88.5059, 48.3838],
[88.6816, 48.1641],
[89.1211, 47.9883],
[89.5605, 48.0322],
[89.7363, 47.8564],
[90.0879, 47.8564],
[90.3516, 47.6807],
[90.5273, 47.2412],
[90.8789, 46.9775],
[91.0547, 46.582],
[90.8789, 46.3184],
[91.0547, 46.0107],
[90.7031, 45.7471],
[90.7031, 45.5273],
[90.8789, 45.2197],
[91.582, 45.0879],
[93.5156, 44.9561],
[94.7461, 44.3408],
[95.3613, 44.2969],
[95.3613, 44.0332],
[95.5371, 43.9014],
[95.8887, 43.2422],
[96.3281, 42.9346],
[96.416, 42.7588]
],
// 青海
[
[89.7363, 36.0791],
[89.9121, 36.0791],
[90, 36.2549],
[90.8789, 36.0352],
[91.0547, 36.0791],
[91.0547, 36.5186],
[90.791, 36.6064],
[90.7031, 36.7822],
[91.3184, 37.0898],
[91.0547, 37.4414],
[90.5273, 37.8369],
[90.6152, 38.3203],
[90.3516, 38.2324],
[90.1758, 38.4961],
[92.373, 39.0234],
[92.373, 39.1113],
[93.1641, 39.1992],
[93.1641, 38.9795],
[93.6914, 38.9355],
[93.8672, 38.7158],
[94.3066, 38.7598],
[94.5703, 38.3643],
[95.0098, 38.4082],
[95.4492, 38.2764],
[95.7129, 38.3643],
[96.2402, 38.1006],
[96.416, 38.2324],
[96.6797, 38.1885],
[96.6797, 38.4521],
[97.1191, 38.584],
[97.0313, 39.1992],
[98.1738, 38.8037],
[98.3496, 39.0234],
[98.6133, 38.9355],
[98.7891, 39.0674],
[99.1406, 38.9355],
[99.8438, 38.3643],
[100.1953, 38.2764],
[100.0195, 38.4521],
[100.1074, 38.4961],
[100.459, 38.2764],
[100.7227, 38.2324],
[101.1621, 37.8369],
[101.5137, 37.8809],
[101.7773, 37.6172],
[101.9531, 37.7051],
[102.1289, 37.4414],
[102.5684, 37.1777],
[102.4805, 36.958],
[102.6563, 36.8262],
[102.5684, 36.7383],
[102.832, 36.3428],
[103.0078, 36.2549],
[102.9199, 36.0791],
[102.9199, 35.9033],
[102.6563, 35.7715],
[102.832, 35.5957],
[102.4805, 35.5957],
[102.3047, 35.4199],
[102.3926, 35.2002],
[101.9531, 34.8486],
[101.9531, 34.6289],
[102.2168, 34.4092],
[102.1289, 34.2773],
[101.6895, 34.1016],
[100.9863, 34.3652],
[100.8105, 34.2773],
[101.25, 33.6621],
[101.5137, 33.7061],
[101.6016, 33.5303],
[101.7773, 33.5303],
[101.6895, 33.3105],
[101.7773, 33.2227],
[101.6016, 33.1348],
[101.1621, 33.2227],
[101.25, 32.6953],
[100.7227, 32.6514],
[100.7227, 32.5195],
[100.3711, 32.7393],
[100.1074, 32.6514],
[100.1074, 32.8711],
[99.8438, 33.0029],
[99.7559, 32.7393],
[99.2285, 32.915],
[99.2285, 33.0469],
[98.877, 33.1787],
[98.4375, 34.0576],
[97.8223, 34.1895],
[97.6465, 34.1016],
[97.7344, 33.9258],
[97.3828, 33.8818],
[97.4707, 33.5742],
[97.7344, 33.3984],
[97.3828, 32.8711],
[97.4707, 32.6953],
[97.7344, 32.5195],
[97.3828, 32.5635],
[97.2949, 32.0801],
[96.7676, 31.9922],
[96.8555, 31.6846],
[96.5039, 31.7285],
[96.2402, 31.9482],
[96.1523, 31.5967],
[95.9766, 31.8164],
[95.8008, 31.6846],
[95.4492, 31.8164],
[95.3613, 31.9922],
[95.3613, 32.168],
[95.2734, 32.2119],
[95.1855, 32.3438],
[95.0098, 32.2998],
[95.1855, 32.4316],
[94.6582, 32.6074],
[94.1309, 32.4316],
[93.7793, 32.5635],
[93.5156, 32.4756],
[92.9883, 32.7393],
[92.2852, 32.7393],
[92.1973, 32.8271],
[91.9336, 32.8271],
[91.4063, 33.1348],
[90.7031, 33.1348],
[90.0879, 33.4863],
[89.6484, 34.0137],
[89.8242, 34.3652],
[89.7363, 34.6729],
[89.8242, 34.8486],
[89.5605, 34.8926],
[89.4727, 35.2441],
[89.4727, 35.376],
[89.7363, 35.4199],
[89.7363, 35.7715],
[89.4727, 35.9033],
[89.3848, 36.0352],
[89.7363, 36.0791]
]
]
}
},
{
type: "Feature",
id: "kong",
properties: {
name: "",
cp: [111.2813, 23.6426],
childNum: 6
},
geometry: {
type: "Polygon",
coordinates: [
// 广东
[
[109.7754, 21.4014],
[109.7754, 21.6211],
[109.8633, 21.665],
[109.9512, 21.8408],
[110.3027, 21.8848],
[110.3027, 22.1484],
[110.6543, 22.1484],
[110.7422, 22.2803],
[110.7422, 22.5439],
[111.2695, 22.8076],
[111.4453, 23.0273],
[111.3574, 23.4668],
[111.6211, 23.6865],
[111.6211, 23.8184],
[111.7969, 23.8184],
[111.8848, 23.9941],
[111.8848, 24.2139],
[112.0605, 24.3457],
[111.8848, 24.6533],
[112.0605, 24.7412],
[112.1484, 24.873],
[112.2363, 25.1807],
[112.5879, 25.1367],
[112.8516, 24.917],
[113.0273, 24.9609],
[113.0273, 25.2246],
[112.8516, 25.3564],
[113.2031, 25.5322],
[113.6426, 25.3125],
[113.9063, 25.4443],
[113.9941, 25.2686],
[114.6094, 25.4004],
[114.7852, 25.2686],
[114.6973, 25.1367],
[114.4336, 24.9609],
[114.1699, 24.6973],
[114.4336, 24.5215],
[115.4004, 24.7852],
[115.8398, 24.5654],
[115.752, 24.7852],
[115.9277, 24.917],
[116.2793, 24.7852],
[116.3672, 24.873],
[116.543, 24.6094],
[116.7188, 24.6533],
[116.9824, 24.1699],
[116.9824, 23.9063],
[117.1582, 23.5547],
[117.334, 23.2471],
[116.8945, 23.3789],
[116.6309, 23.1152],
[116.543, 22.8516],
[115.9277, 22.7197],
[115.6641, 22.7637],
[115.5762, 22.6318],
[115.0488, 22.6758],
[114.6094, 22.3682],
[114.3457, 22.5439],
[113.9941, 22.5],
[113.8184, 22.1924],
[114.3457, 22.1484],
[114.4336, 22.0166],
[114.082, 21.9287],
[113.9941, 21.7969],
[113.5547, 22.0166],
[113.1152, 21.8408],
[112.9395, 21.5771],
[112.4121, 21.4453],
[112.2363, 21.5332],
[111.5332, 21.4893],
[111.2695, 21.3574],
[110.7422, 21.3574],
[110.6543, 21.2256],
[110.7422, 20.918],
[110.4785, 20.874],
[110.6543, 20.2588],
[110.5664, 20.2588],
[110.3906, 20.127],
[110.0391, 20.127],
[109.8633, 20.127],
[109.8633, 20.3027],
[109.5996, 20.918],
[109.7754, 21.4014],
[109.7754, 21.4014]
],
// 海南
[
[108.6328, 19.3799],
[109.0723, 19.6436],
[109.248, 19.9512],
[109.5996, 20.0391],
[110.0391, 20.127],
[110.3906, 20.127],
[110.5664, 20.2588],
[110.6543, 20.2588],
[111.0938, 19.9512],
[111.2695, 19.9951],
[110.6543, 19.1602],
[110.5664, 18.6768],
[110.2148, 18.5889],
[110.0391, 18.3691],
[109.8633, 18.3691],
[109.6875, 18.1055],
[108.9844, 18.2813],
[108.6328, 18.457],
[108.6328, 19.3799]
],
// 贵州
[
[104.1504, 27.2461],
[104.4141, 27.4658],
[104.5898, 27.334],
[105.2051, 27.3779],
[105.293, 27.7295],
[105.5566, 27.7734],
[105.6445, 27.6416],
[106.3477, 27.8174],
[106.1719, 28.125],
[105.9082, 28.125],
[105.6445, 28.4326],
[105.9961, 28.7402],
[106.3477, 28.5205],
[106.5234, 28.5645],
[106.4355, 28.7842],
[106.5234, 28.7842],
[106.6113, 28.6523],
[106.6113, 28.5205],
[106.6992, 28.4766],
[106.875, 28.7842],
[107.4023, 28.8721],
[107.4023, 29.1797],
[107.5781, 29.2236],
[107.8418, 29.1357],
[107.8418, 29.0039],
[108.2813, 29.0918],
[108.3691, 28.6523],
[108.5449, 28.6523],
[108.5449, 28.3887],
[108.7207, 28.4766],
[108.7207, 28.2129],
[109.0723, 28.2129],
[109.248, 28.4766],
[109.3359, 28.2568],
[109.3359, 27.9053],
[109.4238, 27.5977],
[108.8086, 27.1143],
[108.8965, 27.0264],
[109.3359, 27.1582],
[109.5117, 27.0264],
[109.5117, 26.8066],
[109.3359, 26.7188],
[109.4238, 26.5869],
[109.248, 26.3232],
[109.4238, 26.2793],
[109.5117, 26.0156],
[109.3359, 25.708],
[108.9844, 25.752],
[109.0723, 25.5322],
[108.6328, 25.5762],
[108.6328, 25.3125],
[108.3691, 25.5322],
[108.1934, 25.4443],
[108.1055, 25.2246],
[107.8418, 25.1367],
[107.7539, 25.2246],
[107.4902, 25.2246],
[107.2266, 25.6201],
[106.9629, 25.4883],
[107.0508, 25.2686],
[106.875, 25.1807],
[106.1719, 24.9609],
[106.1719, 24.7852],
[105.9961, 24.6533],
[105.2051, 24.9609],
[104.6777, 24.6094],
[104.502, 24.7412],
[104.6777, 24.9609],
[104.5898, 25.0488],
[104.8535, 25.2246],
[104.3262, 25.708],
[104.6777, 26.4111],
[104.4141, 26.6748],
[103.8867, 26.543],
[103.7109, 26.7627],
[103.7109, 26.9824],
[103.623, 27.0264],
[103.8867, 27.4219],
[104.1504, 27.2461]
],
// 云南
[
[98.1738, 28.125],
[98.2617, 28.3887],
[98.3496, 28.125],
[98.7012, 28.2129],
[98.7891, 28.3447],
[98.6133, 28.5205],
[98.7012, 28.916],
[98.7891, 29.0039],
[98.7891, 28.8721],
[98.9648, 28.8281],
[98.9648, 29.1357],
[99.1406, 29.2676],
[99.2285, 28.3008],
[99.4043, 28.1689],
[99.4043, 28.5205],
[99.668, 28.8281],
[100.1953, 28.3447],
[100.0195, 28.125],
[100.2832, 27.7295],
[100.3711, 27.8174],
[100.7227, 27.8613],
[101.1621, 27.1582],
[101.1621, 27.0264],
[101.4258, 26.7188],
[101.4258, 26.8066],
[101.4258, 26.5869],
[101.6895, 26.3672],
[101.6016, 26.2354],
[101.8652, 26.0596],
[102.1289, 26.1035],
[102.5684, 26.3672],
[102.6563, 26.1914],
[103.0078, 26.3672],
[102.9199, 27.29],
[103.4473, 27.7734],
[103.4473, 28.125],
[103.7988, 28.3008],
[103.8867, 28.6523],
[104.4141, 28.6084],
[104.2383, 28.4326],
[104.4141, 28.2568],
[104.4141, 28.125],
[104.3262, 28.0371],
[104.4141, 27.9492],
[104.8535, 27.9053],
[105.0293, 28.0811],
[105.2051, 27.9932],
[105.293, 27.7295],
[105.2051, 27.3779],
[104.5898, 27.334],
[104.4141, 27.4658],
[104.1504, 27.2461],
[103.8867, 27.4219],
[103.623, 27.0264],
[103.7109, 26.9824],
[103.7109, 26.7627],
[103.8867, 26.543],
[104.4141, 26.6748],
[104.6777, 26.4111],
[104.3262, 25.708],
[104.8535, 25.2246],
[104.5898, 25.0488],
[104.6777, 24.9609],
[104.502, 24.7412],
[104.6777, 24.3457],
[104.7656, 24.4775],
[105.0293, 24.4336],
[105.2051, 24.082],
[105.4688, 24.0381],
[105.5566, 24.126],
[105.9961, 24.126],
[106.1719, 23.8184],
[106.1719, 23.5547],
[105.6445, 23.4229],
[105.5566, 23.2031],
[105.293, 23.3789],
[104.8535, 23.1592],
[104.7656, 22.8516],
[104.3262, 22.6758],
[104.1504, 22.8076],
[103.9746, 22.5439],
[103.623, 22.7637],
[103.5352, 22.5879],
[103.3594, 22.8076],
[103.0957, 22.4561],
[102.4805, 22.7637],
[102.3047, 22.4121],
[101.8652, 22.3682],
[101.7773, 22.5],
[101.6016, 22.1924],
[101.8652, 21.6211],
[101.7773, 21.1377],
[101.6016, 21.2256],
[101.25, 21.1816],
[101.1621, 21.7529],
[100.6348, 21.4453],
[100.1074, 21.4893],
[99.9316, 22.0605],
[99.2285, 22.1484],
[99.4043, 22.5879],
[99.3164, 22.7197],
[99.4922, 23.0713],
[98.877, 23.2031],
[98.7012, 23.9502],
[98.877, 24.126],
[98.1738, 24.082],
[97.7344, 23.8623],
[97.5586, 23.9063],
[97.7344, 24.126],
[97.6465, 24.4336],
[97.5586, 24.4336],
[97.5586, 24.7412],
[97.7344, 24.8291],
[97.8223, 25.2686],
[98.1738, 25.4004],
[98.1738, 25.6201],
[98.3496, 25.5762],
[98.5254, 25.8398],
[98.7012, 25.8838],
[98.6133, 26.0596],
[98.7012, 26.1475],
[98.7891, 26.5869],
[98.7012, 27.5098],
[98.5254, 27.6416],
[98.3496, 27.5098],
[98.1738, 28.125]
],
// 广西
[
[104.502, 24.7412],
[104.6777, 24.6094],
[105.2051, 24.9609],
[105.9961, 24.6533],
[106.1719, 24.7852],
[106.1719, 24.9609],
[106.875, 25.1807],
[107.0508, 25.2686],
[106.9629, 25.4883],
[107.2266, 25.6201],
[107.4902, 25.2246],
[107.7539, 25.2246],
[107.8418, 25.1367],
[108.1055, 25.2246],
[108.1934, 25.4443],
[108.3691, 25.5322],
[108.6328, 25.3125],
[108.6328, 25.5762],
[109.0723, 25.5322],
[108.9844, 25.752],
[109.3359, 25.708],
[109.5117, 26.0156],
[109.7754, 25.8838],
[109.9512, 26.1914],
[110.2148, 25.9717],
[110.5664, 26.3232],
[111.1816, 26.3232],
[111.2695, 26.2354],
[111.2695, 25.8838],
[111.4453, 25.8398],
[111.0059, 25.0049],
[111.0938, 24.9609],
[111.3574, 25.1367],
[111.5332, 24.6533],
[111.709, 24.7852],
[112.0605, 24.7412],
[111.8848, 24.6533],
[112.0605, 24.3457],
[111.8848, 24.2139],
[111.8848, 23.9941],
[111.7969, 23.8184],
[111.6211, 23.8184],
[111.6211, 23.6865],
[111.3574, 23.4668],
[111.4453, 23.0273],
[111.2695, 22.8076],
[110.7422, 22.5439],
[110.7422, 22.2803],
[110.6543, 22.1484],
[110.3027, 22.1484],
[110.3027, 21.8848],
[109.9512, 21.8408],
[109.8633, 21.665],
[109.7754, 21.6211],
[109.7754, 21.4014],
[109.5996, 21.4453],
[109.1602, 21.3574],
[109.248, 20.874],
[109.0723, 20.9619],
[109.0723, 21.5332],
[108.7207, 21.5332],
[108.6328, 21.665],
[108.2813, 21.4893],
[107.8418, 21.6211],
[107.4023, 21.6211],
[107.0508, 21.7969],
[107.0508, 21.9287],
[106.6992, 22.0166],
[106.6113, 22.4121],
[106.7871, 22.7637],
[106.6992, 22.8955],
[105.9082, 22.9395],
[105.5566, 23.0713],
[105.5566, 23.2031],
[105.6445, 23.4229],
[106.1719, 23.5547],
[106.1719, 23.8184],
[105.9961, 24.126],
[105.5566, 24.126],
[105.4688, 24.0381],
[105.2051, 24.082],
[105.0293, 24.4336],
[104.7656, 24.4775],
[104.6777, 24.3457],
[104.502, 24.7412]
],
// 台湾
[
[120.443706, 22.441432],
[120.297112, 22.531565],
[120.274323, 22.560307],
[120.20041, 22.721039],
[120.149287, 22.896468],
[120.133272, 23.000625],
[120.029795, 23.048544],
[120.018708, 23.073322],
[120.081534, 23.291728],
[120.108019, 23.341191],
[120.12157, 23.504836],
[120.095084, 23.58768],
[120.102476, 23.701162],
[120.175156, 23.807427],
[120.245989, 23.840276],
[120.278018, 23.92783],
[120.316206, 23.984708],
[120.391967, 24.118055],
[120.451713, 24.182493],
[120.470807, 24.242533],
[120.520698, 24.311816],
[120.546568, 24.370159],
[120.589068, 24.43229],
[120.642654, 24.490033],
[120.68885, 24.600542],
[120.762147, 24.658208],
[120.82374, 24.688118],
[120.89211, 24.767482],
[120.914899, 24.864715],
[120.961095, 24.940167],
[121.009754, 24.993878],
[121.024537, 25.040517],
[121.102145, 25.075214],
[121.132942, 25.078466],
[121.209318, 25.12724],
[121.319572, 25.140785],
[121.371926, 25.159746],
[121.413194, 25.238806],
[121.444607, 25.27074],
[121.53515, 25.307535],
[121.585041, 25.309159],
[121.62323, 25.29455],
[121.655259, 25.242054],
[121.700222, 25.226896],
[121.707613, 25.191701],
[121.745186, 25.161912],
[121.782142, 25.160287],
[121.841888, 25.135367],
[121.917033, 25.138076],
[121.947214, 25.031841],
[121.98109, 25.030757],
[122.012503, 25.001471],
[121.933047, 24.938539],
[121.844968, 24.836476],
[121.841272, 24.734329],
[121.86283, 24.671261],
[121.892395, 24.617953],
[121.88562, 24.529784],
[121.867758, 24.47914],
[121.82649, 24.423572],
[121.809243, 24.339083],
[121.689135, 24.174303],
[121.678048, 24.133895],
[121.643556, 24.097843],
[121.63986, 24.064514],
[121.65957, 24.007125],
[121.621382, 23.920718],
[121.587505, 23.760878],
[121.522832, 23.538858],
[121.5216, 23.483431],
[121.497578, 23.419744],
[121.479716, 23.322507],
[121.440296, 23.271937],
[121.415042, 23.196047],
[121.430441, 23.137175],
[121.409499, 23.1025],
[121.370695, 23.084334],
[121.35468, 23.00999],
[121.324499, 22.945526],
[121.276456, 22.877171],
[121.237652, 22.836362],
[121.21055, 22.770711],
[121.170514, 22.723247],
[121.078739, 22.669691],
[121.03316, 22.650914],
[121.014682, 22.584069],
[120.981421, 22.528248],
[120.914899, 22.302525],
[120.903197, 22.12634],
[120.912436, 22.086418],
[120.907508, 22.033171],
[120.86624, 21.984345],
[120.873016, 21.897191],
[120.854537, 21.883309],
[120.781857, 21.923843],
[120.743052, 21.915515],
[120.701784, 21.927174],
[120.667908, 21.983235],
[120.651277, 22.033171],
[120.661748, 22.067007],
[120.659285, 22.154056],
[120.640806, 22.241605],
[120.569973, 22.361757],
[120.517619, 22.408793],
[120.443706, 22.441432]
],
// 香港 澳门
[
[113.5986, 22.1649],
[113.6096, 22.1265],
[113.5547, 22.11],
[113.5437, 22.2034],
[113.5767, 22.2034],
[113.5986, 22.1649]
],
// 蒙西
[
[97.172763, 42.795209],
[97.371328, 42.456978],
[97.500814, 42.243867],
[97.847073, 41.656527],
[97.614114, 41.47728],
[97.629432, 41.440547],
[97.971934, 41.097966],
[98.142463, 41.001756],
[98.18495, 40.988099],
[98.250271, 40.939153],
[98.333223, 40.919079],
[98.344206, 40.568376],
[98.628035, 40.677898],
[98.56994, 40.746822],
[98.668499, 40.772845],
[98.687864, 40.696829],
[98.715611, 40.661742],
[98.800298, 40.610294],
[98.807234, 40.65931],
[98.791049, 40.705337],
[98.984988, 40.782905],
[99.041638, 40.693703],
[99.102046, 40.676335],
[99.125747, 40.715234],
[99.173148, 40.747343],
[99.174882, 40.858303],
[99.565941, 40.846696],
[99.673171, 40.932924],
[99.985903, 40.909733],
[100.057005, 40.908002],
[100.108163, 40.875624],
[100.23736, 40.716796],
[100.242563, 40.61864],
[100.169727, 40.541403],
[100.169727, 40.277537],
[100.0018, 40.196934],
[99.955844, 40.150907],
[99.928386, 40.064894],
[99.841388, 40.01334],
[99.75121, 40.006849],
[99.713925, 39.972103],
[99.524609, 39.888149],
[99.459577, 39.898166],
[99.441079, 39.885865],
[99.487903, 39.876022],
[99.672593, 39.887974],
[99.822022, 39.860025],
[99.904396, 39.785791],
[100.040819, 39.757096],
[100.127817, 39.702137],
[100.250078, 39.685042],
[100.314242, 39.606914],
[100.300947, 39.572318],
[100.326382, 39.509085],
[100.44315, 39.485578],
[100.500668, 39.481336],
[100.499222, 39.4005],
[100.617436, 39.387401],
[100.707903, 39.40457],
[100.842013, 39.405809],
[100.84288, 39.200218],
[100.864269, 39.106972],
[100.829296, 39.074973],
[100.835077, 39.026059],
[100.875541, 39.00239],
[100.901843, 39.029973],
[100.969476, 38.996694],
[100.969187, 38.947012],
[101.117171, 38.975151],
[101.228737, 39.02072],
[101.198678, 38.943271],
[101.237697, 38.907278],
[101.242032, 38.861279],
[101.335389, 38.846831],
[101.341459, 38.82221],
[101.306197, 38.801865],
[101.331343, 38.777228],
[101.412272, 38.764192],
[101.557654, 38.715063],
[101.601876, 38.655169],
[101.679047, 38.690932],
[101.777029, 38.660534],
[101.873854, 38.734004],
[101.941488, 38.808826],
[102.07502, 38.891592],
[102.045828, 38.904604],
[101.955072, 38.986012],
[101.926169, 39.00061],
[101.8305, 39.093463],
[101.897555, 39.11106],
[102.008254, 39.125809],
[102.059701, 39.143575],
[102.286591, 39.192585],
[102.352201, 39.231272],
[102.453651, 39.255219],
[102.583426, 39.180691],
[102.947027, 39.106794],
[103.013215, 39.101107],
[103.133163, 39.192763],
[103.188079, 39.215481],
[103.346468, 39.332504],
[103.428842, 39.353582],
[103.595324, 39.386693],
[103.838977, 39.460295],
[103.955745, 39.457112],
[104.090145, 39.419788],
[104.073381, 39.351811],
[104.047657, 39.297772],
[104.177432, 39.152101],
[104.207202, 39.083685],
[104.191017, 39.042249],
[104.196219, 38.988149],
[104.167894, 38.940421],
[104.044478, 38.894979],
[104.011528, 38.859139],
[103.859787, 38.644436],
[103.416413, 38.405041],
[103.466416, 38.350996],
[103.507747, 38.28091],
[103.534916, 38.156747],
[103.368723, 38.088997],
[103.368145, 37.985631],
[103.385487, 37.946989],
[103.401962, 37.861869],
[103.636077, 37.795476],
[103.683189, 37.777918],
[103.841, 37.647459],
[103.871348, 37.605737],
[103.93349, 37.574157],
[104.074537, 37.475158],
[104.183502, 37.40678],
[104.23784, 37.411874],
[104.322526, 37.448432],
[104.407501, 37.464614],
[104.41964, 37.511866],
[104.623696, 37.522585],
[104.806075, 37.539659],
[104.866482, 37.566714],
[105.028051, 37.581055],
[105.111003, 37.633857],
[105.221991, 37.677014],
[105.31477, 37.702026],
[105.403791, 37.709999],
[105.467378, 37.694958],
[105.598887, 37.699308],
[105.616229, 37.722501],
[105.62201, 37.777736],
[105.677504, 37.771943],
[105.760745, 37.799819],
[105.808724, 37.87543],
[105.799764, 37.940125],
[105.839939, 38.007832],
[105.782133, 38.082327],
[105.76797, 38.121619],
[105.775196, 38.186817],
[105.797163, 38.217055],
[105.84254, 38.241165],
[105.865952, 38.29727],
[105.82173, 38.368058],
[105.835604, 38.390322],
[105.83676, 38.475903],
[105.862773, 38.526272],
[105.856703, 38.572128],
[105.875201, 38.591823],
[105.852946, 38.641574],
[105.893121, 38.691111],
[105.905838, 38.731324],
[105.898613, 38.789547],
[105.935898, 38.810075],
[106.002953, 38.875902],
[105.973183, 38.911377],
[106.018849, 38.951109],
[106.060759, 38.968563],
[106.089373, 39.015916],
[106.078101, 39.026592],
[106.098333, 39.087597],
[106.146023, 39.153166],
[106.250941, 39.131494],
[106.295452, 39.167907],
[106.279845, 39.262136],
[106.402972, 39.291568],
[106.506445, 39.270116],
[106.525232, 39.308406],
[106.555869, 39.322228],
[106.602692, 39.375363],
[106.680731, 39.355885],
[106.750965, 39.381559],
[106.781603, 39.371822],
[106.806748, 39.318684],
[106.796054, 39.214239],
[106.825535, 39.193828],
[106.853571, 39.116569],
[106.881318, 39.090263],
[106.933344, 39.076396],
[106.967739, 39.052388],
[106.971496, 39.016983],
[106.954443, 38.941134],
[106.837386, 38.847545],
[106.755879, 38.748474],
[106.702697, 38.708271],
[106.662522, 38.60149],
[106.648648, 38.472676],
[106.601825, 38.392476],
[106.511358, 38.336804],
[106.504711, 38.332852],
[106.482455, 38.319556],
[106.555291, 38.263828],
[106.627838, 38.23253],
[106.728132, 38.204098],
[106.755879, 38.181236],
[106.945194, 38.131708],
[107.014851, 38.120357],
[107.068899, 38.139095],
[107.125839, 38.137113],
[107.138845, 38.160709],
[107.190293, 38.154045],
[107.242318, 38.110626],
[107.331629, 38.086474],
[107.39377, 38.01505],
[107.440015, 37.995017],
[107.41169, 37.949156],
[107.450132, 37.933261],
[107.492619, 37.944821],
[107.560541, 37.893687],
[107.650141, 37.864581],
[107.68338, 37.887722],
[107.741186, 37.845412],
[107.842636, 37.828951],
[107.884834, 37.808325],
[107.981949, 37.787331],
[107.993221, 37.735363],
[108.024436, 37.698764],
[108.013164, 37.665592],
[108.133979, 37.622066],
[108.19352, 37.63821],
[108.246412, 37.665774],
[108.301039, 37.640749],
[108.422432, 37.64891],
[108.532553, 37.690608],
[108.611169, 37.654169],
[108.777651, 37.683539],
[108.792103, 37.700214],
[108.784588, 37.764701],
[108.793259, 37.815925],
[108.798173, 37.933622],
[108.826787, 37.995198],
[108.797595, 38.047885],
[108.830544, 38.049869],
[108.882859, 38.013787],
[108.893842, 37.978229],
[108.935751, 37.921698],
[108.974193, 37.931815],
[108.982574, 37.963784],
[109.017547, 37.969924],
[109.038068, 38.021546],
[109.069573, 38.02299],
[109.050786, 38.054919],
[109.068995, 38.091161],
[108.967545, 38.152784],
[108.938931, 38.209497],
[108.975927, 38.245122],
[108.961764, 38.265087],
[109.00772, 38.359078],
[109.051364, 38.385295],
[109.052231, 38.42855],
[109.175936, 38.518746],
[109.196747, 38.552607],
[109.276808, 38.622966],
[109.331435, 38.59791],
[109.367564, 38.629766],
[109.328834, 38.660534],
[109.338661, 38.701479],
[109.40167, 38.716314],
[109.450805, 38.788833],
[109.517282, 38.833808],
[109.549653, 38.805791],
[109.624513, 38.854502],
[109.683764, 38.935611],
[109.665266, 38.981739],
[109.725384, 39.018407],
[109.757467, 39.053455],
[109.860073, 39.124387],
[109.922215, 39.106972],
[109.89389, 39.141265],
[109.960367, 39.186727],
[109.869033, 39.249721],
[109.902849, 39.271889],
[109.962679, 39.211932],
[110.010947, 39.20856],
[110.110663, 39.249721],
[110.210957, 39.281463],
[110.203153, 39.315317],
[110.158931, 39.389526],
[110.136676, 39.391827],
[110.132051, 39.446855],
[110.152572, 39.453929],
[110.243328, 39.423681],
[110.340443, 39.341715],
[110.391023, 39.311773],
[110.429175, 39.342069],
[110.430042, 39.379258],
[110.482646, 39.360666],
[110.524266, 39.382799],
[110.559239, 39.352165],
[110.566754, 39.319924],
[110.626294, 39.266747],
[110.702888, 39.273839],
[110.732947, 39.308406],
[110.739595, 39.348977],
[110.74104, 39.349509],
[110.808095, 39.411826],
[110.890758, 39.508908],
[110.959258, 39.51951],
[111.041054, 39.567728],
[111.043655, 39.554661],
[111.100883, 39.559429],
[111.134411, 39.586441],
[111.154932, 39.568964],
[111.148863, 39.53223],
[111.106375, 39.498481],
[111.108976, 39.474264],
[111.058396, 39.447739],
[111.064466, 39.400854],
[111.097993, 39.401915],
[111.108109, 39.356593],
[111.145394, 39.409525],
[111.21216, 39.425627],
[111.289332, 39.417134],
[111.352341, 39.426689],
[111.364191, 39.467368],
[111.426622, 39.50343],
[111.438183, 39.640433],
[111.502059, 39.663182],
[111.616515, 39.633378],
[111.646574, 39.644313],
[111.722589, 39.606031],
[111.787621, 39.589618],
[111.842537, 39.620147],
[111.878955, 39.605855],
[111.92838, 39.610266],
[111.925489, 39.667414],
[111.956416, 39.687686],
[111.970578, 39.79635],
[112.035032, 39.854398],
[112.042547, 39.886216],
[112.076363, 39.919425],
[112.174923, 40.05122],
[112.183594, 40.083998],
[112.223191, 40.128845],
[112.233018, 40.170336],
[112.285622, 40.198158],
[112.31019, 40.25639],
[112.345451, 40.25639],
[112.418287, 40.295358],
[112.45615, 40.300075],
[112.509043, 40.270373],
[112.629858, 40.235761],
[112.728707, 40.168236],
[112.750673, 40.168061],
[112.848655, 40.20708],
[112.892876, 40.326447],
[113.039704, 40.370086],
[113.11543, 40.381079],
[113.251275, 40.413349],
[113.316018, 40.320161],
[113.387698, 40.319113],
[113.55996, 40.348619],
[113.680486, 40.444034],
[113.763438, 40.474009],
[113.794942, 40.517901],
[113.851014, 40.460592],
[113.890034, 40.466517],
[113.948707, 40.517379],
[114.011427, 40.515812],
[114.062007, 40.52887],
[114.076748, 40.575857],
[114.041775, 40.608729],
[114.070389, 40.660352],
[114.06403, 40.707074],
[114.093223, 40.731898],
[114.134554, 40.737798],
[114.044665, 40.8311],
[114.073568, 40.857264],
[114.055359, 40.86783],
[114.041486, 40.917349],
[114.057383, 40.925137],
[113.991195, 40.940191],
[113.975587, 40.976514],
[113.868356, 41.068962],
[113.820377, 41.10159],
[113.877894, 41.115569],
[113.920382, 41.171971],
[113.961135, 41.171281],
[113.996686, 41.192484],
[114.01634, 41.232113],
[113.992351, 41.269825],
[113.97154, 41.23952],
[113.951308, 41.282907],
[113.899572, 41.316289],
[113.926741, 41.326266],
[113.948707, 41.392109],
[113.871247, 41.413412],
[113.92096, 41.456513],
[113.92992, 41.484487],
[114.032237, 41.529597],
[114.101315, 41.537827],
[114.23109, 41.513649],
[114.221552, 41.582215],
[114.228778, 41.620923],
[114.259415, 41.62332],
[114.215483, 41.685099],
[114.237449, 41.69861],
[114.206812, 41.738445],
[114.200742, 41.789867],
[114.346703, 41.928043],
[114.352483, 41.953939],
[114.421562, 41.942185],
[114.509427, 41.972503],
[114.466073, 42.038029],
[114.502491, 42.067111],
[114.510872, 42.110964],
[114.565788, 42.133728],
[114.624751, 42.112153],
[114.67562, 42.120478],
[114.755393, 42.115891],
[114.807129, 42.149523],
[114.856265, 42.109944],
[114.860889, 42.054868],
[114.901932, 42.015571],
[114.916961, 41.981017],
[114.921586, 41.875879],
[114.939217, 41.846197],
[114.922453, 41.825207],
[114.867248, 41.803016],
[114.896151, 41.767663],
[114.902799, 41.689375],
[114.895573, 41.636502],
[114.8606, 41.601058],
[115.025059, 41.615272],
[115.055985, 41.602257],
[115.087779, 41.622806],
[115.195009, 41.602086],
[115.204258, 41.571421],
[115.257729, 41.581187],
[115.264377, 41.613046],
[115.290389, 41.622977],
[115.310911, 41.592665],
[115.377677, 41.602428],
[115.345594, 41.635646],
[115.362358, 41.668163],
[115.319003, 41.691427],
[115.347039, 41.71229],
[115.429991, 41.728702],
[115.51988, 41.767834],
[115.574218, 41.805406],
[115.653991, 41.828962],
[115.688096, 41.867692],
[115.724514, 41.868033],
[115.837236, 41.937756],
[115.853133, 41.927703],
[115.916431, 41.945081],
[115.946779, 41.885599],
[115.995047, 41.828621],
[116.016725, 41.777058],
[116.098809, 41.776546],
[116.128869, 41.806089],
[116.106902, 41.831522],
[116.123088, 41.861722],
[116.19419, 41.861893],
[116.233498, 41.941504],
[116.298241, 41.968076],
[116.327144, 42.0057],
[116.373678, 42.009955],
[116.414431, 41.986976],
[116.386684, 41.952406],
[116.427438, 41.938948],
[116.482643, 41.975909],
[116.514147, 41.970119],
[116.533801, 41.938948],
[116.566462, 41.928725],
[116.640743, 41.930429],
[116.652304, 41.943889],
[116.727452, 41.951044],
[116.766471, 41.990381],
[116.814161, 41.981868],
[116.832081, 42.00536],
[116.879482, 42.018463],
[116.890755, 42.092611],
[116.85029, 42.156315],
[116.825145, 42.155636],
[116.789305, 42.200276],
[116.903472, 42.190773],
[116.918502, 42.229962],
[116.884974, 42.353306],
[116.893645, 42.387826],
[116.907807, 42.443965],
[116.875725, 42.482996],
[116.885552, 42.534662],
[116.82052, 42.546981],
[116.801444, 42.582913],
[116.699127, 42.592019],
[116.669357, 42.555755],
[116.638141, 42.577179],
[116.63554, 42.614609],
[116.58785, 42.599775],
[116.619354, 42.671387],
[116.67427, 42.761586],
[116.666177, 42.81655],
[116.673981, 42.889758],
[116.664732, 42.933038],
[116.580624, 42.985336],
[116.500852, 43.01532],
[116.503742, 43.04914],
[116.436109, 43.077922],
[116.419345, 43.104015],
[116.356336, 43.156835],
[116.37021, 43.243323],
[116.413853, 43.258003],
[116.436398, 43.328188],
[116.518194, 43.365664],
[116.59681, 43.410605],
[116.621956, 43.505039],
[116.681207, 43.517165],
[116.734967, 43.509026],
[116.790461, 43.484436],
[116.830636, 43.5067],
[116.804912, 43.565147],
[116.812138, 43.612593],
[116.837284, 43.614086],
[116.858383, 43.657351],
[116.971683, 43.673422],
[117.053768, 43.753384],
[117.001164, 43.782495],
[116.986135, 43.840343],
[117.013304, 43.85075],
[117.000008, 43.912328],
[117.031802, 43.942845],
[117.022264, 43.969721],
[116.970816, 43.988674],
[116.961567, 44.024752],
[117.011281, 44.057681],
[117.120823, 44.179195],
[117.166201, 44.192662],
[117.206666, 44.220081],
[117.452631, 44.235017],
[117.522866, 44.226811],
[117.550613, 44.187736],
[117.634721, 44.14847],
[117.624894, 44.128745],
[117.686746, 44.095033],
[117.643392, 44.042207],
[117.700331, 44.016353],
[117.790219, 44.019482],
[117.827793, 44.063113],
[117.859876, 44.072987],
[117.904098, 44.121182],
[117.962193, 44.121182],
[118.06162, 44.100461],
[118.116825, 44.132362],
[118.128675, 44.190692],
[118.148907, 44.215157],
[118.172608, 44.204321],
[118.19284, 44.242565],
[118.237351, 44.279144],
[118.214228, 44.306195],
[118.250935, 44.337493],
[118.34198, 44.319961],
[118.414816, 44.322419],
[118.428111, 44.346174],
[118.466552, 44.354036],
[118.476957, 44.399383],
[118.544591, 44.411165],
[118.54777, 44.442243],
[118.596038, 44.468728],
[118.635635, 44.472814],
[118.659336, 44.453361],
[118.75067, 44.477554],
[118.789111, 44.46317],
[118.816569, 44.49128],
[118.904723, 44.516436],
[118.981606, 44.566064],
[119.001549, 44.648248],
[118.96831, 44.691087],
[118.926112, 44.7046],
[118.97149, 44.729827],
[119.001549, 44.713879],
[119.074674, 44.712739],
[119.148377, 44.731617],
[119.125832, 44.762199],
[119.173233, 44.76041],
[119.14751, 44.808692],
[119.067448, 44.870895],
[119.082188, 44.938381],
[119.107334, 44.920543],
[119.146642, 44.924922],
[119.224681, 44.909676],
[119.230172, 44.9353],
[119.18624, 44.952971],
[119.15329, 44.992993],
[119.171788, 45.015989],
[119.208495, 44.997366],
[119.231907, 45.019065],
[119.196934, 45.03234],
[119.156759, 45.074409],
[119.159071, 45.099959],
[119.215432, 45.152802],
[119.28769, 45.121943],
[119.293181, 45.087347],
[119.342027, 45.076026],
[119.373243, 45.105456],
[119.360814, 45.165884],
[119.311101, 45.186551],
[119.323818, 45.245925],
[119.248381, 45.304111],
[119.313413, 45.385244],
[119.304742, 45.468029],
[119.396943, 45.511863],
[119.496081, 45.550691],
[119.55909, 45.615933],
[119.544927, 45.635956],
[119.566027, 45.65565],
[119.596086, 45.670057],
[119.681639, 45.669417],
[119.708808, 45.703178],
[119.700426, 45.736439],
[119.751585, 45.76297],
[119.807946, 45.820463],
[119.829912, 45.974603],
[119.807657, 45.991314],
[119.833669, 46.004838],
[119.855058, 46.107992],
[119.879336, 46.144344],
[119.850433, 46.18321],
[119.889452, 46.209686],
[119.835693, 46.235357],
[119.837716, 46.320683],
[119.874134, 46.345512],
[119.838294, 46.37586],
[119.900147, 46.403507],
[119.961421, 46.39561],
[119.984544, 46.418667],
[119.909396, 46.429088],
[119.948704, 46.493617],
[119.907083, 46.53775],
[119.952461, 46.604196],
[119.906794, 46.668518],
[119.804188, 46.681719],
[119.813437, 46.668361],
[119.783667, 46.625907],
[119.739734, 46.615367],
[119.677593, 46.58468],
[119.656782, 46.625593],
[119.598976, 46.618199],
[119.558223, 46.633772],
[119.491746, 46.62921],
[119.431916, 46.638647],
[119.37411, 46.603252],
[119.357924, 46.6193],
[119.313413, 46.610805],
[119.262833, 46.648868],
[119.152423, 46.658301],
[119.123231, 46.642893],
[119.040857, 46.708896],
[119.011376, 46.745634],
[118.950968, 46.722087],
[118.912527, 46.733391],
[118.91455, 46.774976],
[118.845183, 46.771838],
[118.788244, 46.717533],
[118.787955, 46.687061],
[118.676967, 46.698058],
[118.638815, 46.721459],
[118.585922, 46.693031],
[118.446609, 46.704498],
[118.410191, 46.72821],
[118.316545, 46.739513],
[118.238796, 46.709524],
[118.19284, 46.682819],
[118.124339, 46.678262],
[118.04659, 46.631412],
[117.993119, 46.63157],
[117.982425, 46.614895],
[117.914503, 46.607973],
[117.868547, 46.575706],
[117.870859, 46.54988],
[117.813342, 46.530817],
[117.769987, 46.537592],
[117.703799, 46.516791],
[117.641079, 46.558228],
[117.630096, 46.591606],
[117.595991, 46.603567],
[117.495697, 46.600577],
[117.419971, 46.582004],
[117.447718, 46.528138],
[117.392224, 46.463176],
[117.375749, 46.416457],
[117.371991, 46.360214],
[117.247708, 46.367011],
[117.097412, 46.357211],
[116.82659, 46.380443],
[116.813294, 46.355946],
[116.745661, 46.327801],
[116.673403, 46.325112],
[116.585249, 46.292361],
[116.573398, 46.258958],
[116.536113, 46.232664],
[116.439577, 46.137679],
[116.414142, 46.134029],
[116.27165, 45.966802],
[116.243036, 45.876143],
[116.288703, 45.838976],
[116.286969, 45.775112],
[116.260956, 45.775911],
[116.223093, 45.747309],
[116.217312, 45.722369],
[116.174246, 45.68862],
[116.115573, 45.679659],
[116.035512, 45.6851],
[116.026841, 45.661093],
[115.936663, 45.632913],
[115.863827, 45.572982],
[115.699657, 45.459515],
[115.530285, 45.428982],
[115.36467, 45.392322],
[115.16784, 45.396343],
[114.974189, 45.37704],
[114.920719, 45.386049],
[114.744988, 45.438304],
[114.551048, 45.387657],
[114.539776, 45.326015],
[114.519543, 45.283809],
[114.459714, 45.213342],
[114.409712, 45.179609],
[114.347281, 45.119357],
[114.313464, 45.107396],
[114.190915, 45.03671],
[114.116923, 44.956861],
[114.065186, 44.931246],
[113.907376, 44.915191],
[113.861998, 44.863265],
[113.798989, 44.849464],
[113.71228, 44.788214],
[113.631062, 44.745446],
[113.540595, 44.759434],
[113.504177, 44.777484],
[113.129015, 44.796991],
[113.03797, 44.822502],
[112.937965, 44.840208],
[112.850678, 44.840695],
[112.712232, 44.879335],
[112.599799, 44.930598],
[112.540547, 45.001091],
[112.438808, 45.071498],
[112.39661, 45.064542],
[112.113648, 45.073115],
[112.071161, 45.096079],
[112.002661, 45.090743],
[111.903523, 45.052245],
[111.764499, 44.969339],
[111.692241, 44.86018],
[111.624608, 44.778297],
[111.560732, 44.646944],
[111.569981, 44.57618],
[111.530673, 44.550233],
[111.514487, 44.507453],
[111.478358, 44.488829],
[111.4272, 44.39431],
[111.415927, 44.357148],
[111.428645, 44.31947],
[111.506683, 44.294229],
[111.534141, 44.262088],
[111.541656, 44.20662],
[111.559287, 44.17131],
[111.663049, 44.061138],
[111.702357, 44.033974],
[111.77317, 44.010587],
[111.870284, 43.940206],
[111.959884, 43.82316],
[111.970578, 43.748421],
[111.950924, 43.693133],
[111.891673, 43.674085],
[111.794269, 43.671931],
[111.643973, 43.543734],
[111.564489, 43.490252],
[111.456681, 43.494406],
[111.40032, 43.472802],
[111.354075, 43.436057],
[111.183546, 43.396128],
[111.150886, 43.380315],
[111.069668, 43.358004],
[111.020533, 43.33002],
[110.820234, 43.148982],
[110.769943, 43.099332],
[110.736415, 43.089631],
[110.68728, 43.036418],
[110.689303, 43.021516],
[110.631497, 42.936057],
[110.46964, 42.839059],
[110.437268, 42.781426],
[110.337552, 42.738039],
[110.139566, 42.674755],
[110.108351, 42.642752],
[109.906029, 42.635844],
[109.684053, 42.558961],
[109.544162, 42.472354],
[109.486934, 42.458668],
[109.379414, 42.447345],
[109.291549, 42.435852],
[109.02564, 42.458499],
[108.983153, 42.448866],
[108.845574, 42.395776],
[108.798751, 42.415225],
[108.704816, 42.413365],
[108.532842, 42.442951],
[108.298438, 42.438387],
[108.23803, 42.460358],
[108.089179, 42.436359],
[108.022413, 42.433316],
[107.939172, 42.403726],
[107.732804, 42.414887],
[107.574415, 42.413027],
[107.501868, 42.456809],
[107.466317, 42.458837],
[107.304171, 42.412689],
[107.271799, 42.364138],
[107.051269, 42.319275],
[106.785938, 42.291494],
[106.613097, 42.241832],
[106.344877, 42.149523],
[106.013069, 42.032075],
[105.741669, 41.94934],
[105.589638, 41.888498],
[105.385293, 41.79721],
[105.291647, 41.749894],
[105.226615, 41.748186],
[105.009553, 41.583243],
[104.923133, 41.654131],
[104.689017, 41.645232],
[104.52427, 41.661832],
[104.53005, 41.874855],
[104.095636, 41.80865],
[103.868747, 41.802503],
[103.418437, 41.882359],
[103.207444, 41.962796],
[103.021886, 42.028162],
[102.712045, 42.152749],
[102.540938, 42.162257],
[102.449026, 42.144088],
[102.093807, 42.223686],
[102.070395, 42.232166],
[101.981952, 42.326556],
[101.80362, 42.503769],
[101.581644, 42.52521],
[101.155034, 42.613935],
[100.862824, 42.671219],
[100.576683, 42.682838],
[100.325515, 42.690077],
[100.272622, 42.63635],
[99.969139, 42.647806],
[99.507557, 42.56807],
[98.962733, 42.606855],
[98.546528, 42.638203],
[98.195355, 42.653366],
[97.831754, 42.706069],
[97.282595, 42.782098],
[97.172763, 42.795209]
]
]
}
}
]
};
html
<template>
<div class="centerMap">
<div class="centerEcharts">
<div id="myChartArea"></div>
</div>
</div>
</template>
js
<script>
import * as echarts from "echarts";
import { myjson } from "../utils/mapSeven";
export default {
components: {},
data() {
return {
// 区域地图
areaData: [
{
name: "华北",
longitude: 115.4883,
latitude: 40.0387,
itemStyle: {
color: "#57A7C6"
}
},
{
name: "华东",
longitude: "120.9375",
latitude: "31.0254",
itemStyle: {
color: "#74CDA9"
}
},
{
name: "华中",
longitude: "113.2148",
latitude: "30.1572",
itemStyle: {
color: "#3E96A3"
}
},
{
name: "西南",
longitude: "90.7773",
latitude: "32.5303",
itemStyle: {
color: "#4FB7AA"
}
},
{
name: "东北",
longitude: "127.2539",
latitude: "48.7588",
itemStyle: {
color: "#3D97CB"
}
},
{
name: "西北",
longitude: "90.4688",
latitude: "42.915",
itemStyle: {
color: "#74CDA9"
}
},
{
name: "",
longitude: "-1000",
latitude: "-1000",
itemStyle: {
color: "#f5fdfc"
}
}
]
};
},
mounted() {
var data = [
{
constructionCapacity: "4300",
projectNum: "5",
provinceCode: "05",
provinceName: "东北",
stageNumFive: "0",
stageNumFour: "1",
stageNumOne: "1",
stageNumThree: "1",
stageNumTwo: "2"
},
{
constructionCapacity: "7770",
projectNum: "5",
provinceCode: "05",
provinceName: "华东",
stageNumFive: "0",
stageNumFour: "1",
stageNumOne: "1",
stageNumThree: "1",
stageNumTwo: "2"
},
{
constructionCapacity: "15200",
projectNum: "5",
provinceCode: "05",
provinceName: "华中",
stageNumFive: "0",
stageNumFour: "1",
stageNumOne: "1",
stageNumThree: "1",
stageNumTwo: "2"
},
{
constructionCapacity: "6780",
projectNum: "5",
provinceCode: "05",
provinceName: "华北",
stageNumFive: "0",
stageNumFour: "1",
stageNumOne: "1",
stageNumThree: "1",
stageNumTwo: "2"
},
{
constructionCapacity: "4740",
projectNum: "5",
provinceCode: "05",
provinceName: "西北",
stageNumFive: "0",
stageNumFour: "1",
stageNumOne: "1",
stageNumThree: "1",
stageNumTwo: "2"
},
{
constructionCapacity: "2600",
projectNum: "5",
provinceCode: "05",
provinceName: "西南",
stageNumFive: "0",
stageNumFour: "1",
stageNumOne: "1",
stageNumThree: "1",
stageNumTwo: "2"
},
];
this.mapChartData(data);
},
methods: {
// 区域地图
mapChartData(value) {
var data = [];
this.areaData.forEach(item => {
value.forEach(it => {
if (item.name == it.provinceName) {
item.constructionCapacity = it.constructionCapacity;
item.currentEngineeringStage = it.currentEngineeringStage;
item.projectNum = it.projectNum;
item.stageNumFive = it.stageNumFive;
item.stageNumFour = it.stageNumFour;
item.stageNumOne = it.stageNumOne;
item.stageNumThree = it.stageNumThree;
item.stageNumTwo = it.stageNumTwo;
item.provinceCode = it.provinceCode;
}
});
});
data = this.areaData;
let myChart = echarts.init(document.getElementById("myChartArea"));
myChart.clear();
echarts.registerMap("mymap", myjson);
var option = {
tooltip: {
trigger: "item",
backgroundColor: "rgba(0,0,0,0)", // 提示框浮层的背景颜色。
position: function(point, params, dom, rect, size) {
var x = 0; // x坐标位置
var y = 0; // y坐标位置
// 当前鼠标位置
var pointX = point[0];
var pointY = point[1];
// 提示框大小
var boxWidth = size.contentSize[0];
var boxHeight = size.contentSize[1];
// boxWidth > pointX 说明鼠标左边放不下提示框
if (boxWidth > pointX) {
x = pointX + 10;
} else {
// 左边放的下
x = pointX - boxWidth - 10;
}
// boxHeight > pointY 说明鼠标上边放不下提示框
if (boxHeight > pointY) {
y = 5;
} else {
// 上边放得下
y = pointY - boxHeight;
}
return [x, y];
},
formatter: function(params) {
if (params.componentSubType == "map") {
return;
}
var total = Number(params.data.projectNum);
var oneWidth = null;
var twoWidth = null;
var threeWidth = null;
var fourWidth = null;
var fiveWidth = null;
oneWidth = (
(Number(params.data.stageNumOne) / total) *
270
).toFixed(2);
twoWidth = (
(Number(params.data.stageNumTwo) / total) *
270
).toFixed(2);
threeWidth = (
(Number(params.data.stageNumThree) / total) *
270
).toFixed(2);
fourWidth = (
(Number(params.data.stageNumFour) / total) *
270
).toFixed(2);
fiveWidth = (
(Number(params.data.stageNumFive) / total) *
270
).toFixed(2);
var res = "";
res += `
<div
style="
width: 270px;
height: 320px;
background: #fff;
padding: 18px 20px;
border-radius: 4px;
"
>
<div style="display: flex; align-items: center; margin-bottom: 16px">
<img
style="width: 17px; height: 20px"
src=${require("../assets/images/engineerProject/location.png")}
/>
<span
style="
font-size: 16px;
font-family: 'Source Han Sans CN-Medium, Source Han Sans CN';
font-weight: 500;
color: #333333;
margin-left: 10px;
"
>
${params.name}地区
</span>
</div>
<div style="height: 1px; background: #f4f4f4"></div>
<div style="margin-top: 12px; display: flex">
<div style="margin-right: 24px">
<div style="display: flex; align-items: center">
<div
style="
display: flex;
align-items: center;
justify-content: center;
width: 18px;
height: 22px;
background: #16c5af;
"
>
<img
style="width: 12px; height: 10.77px"
src=${require("../assets/images/engineerProject/file.png")}
/>
</div>
<div
class="mapLeftBackground"
style="
display: flex;
align-items: center;
width: 82.12px;
height: 22px;
margin-left: 5px;
font-size: 14px;
color: #333;
"
>
XXX总数
</div>
</div>
<div
class="mapBottomBg"
style="
width: 103px;
height: 24px;
display: flex;
align-items: center;
justify-content: center;
"
>
<span style="font-size: 18px; font-weight: 500; color: #16c5af"
>${params.data.projectNum}</span
>
<span style="font-size: 12px; font-weight: 500; color: #16c5af"
><sub>个</sub></span
>
</div>
</div>
<div>
<div style="display: flex; align-items: center">
<div
style="
display: flex;
align-items: center;
justify-content: center;
width: 18px;
height: 22px;
background: #16c5af;
"
>
<img
style="width: 12px; height: 10.77px"
src=${require("../assets/images/engineerProject/rightBg.png")}
/>
</div>
<div
class="mapLeftBackground"
style="
display: flex;
align-items: center;
width: 110.12px;
height: 22px;
margin-left: 5px;
font-size: 14px;
color: #333;
"
>
XXXX
</div>
</div>
<div
class="mapBottomBg"
style="
width: 103px;
height: 24px;
display: flex;
align-items: center;
justify-content: center;
"
>
<span style="font-size: 18px; font-weight: 500; color: #16c5af"
>${
params.data.constructionCapacity
? params.data.constructionCapacity
: 0
}</span
>
<span style="font-size: 12px; font-weight: 500; color: #16c5af"
><sub>MW</sub></span
>
</div>
</div>
</div>
<div
style="
font-size: 14px;
color: #333333;
height: 20px;
margin-top: 10px;
"
>
XXX项目:
</div>
<div style="height: 22px; display: flex;align-items: center;">
<div
style="
display:${oneWidth ? "" : "none"};
width: ${oneWidth}px;
height: 8px;
background: #008d81;
border-right: ${oneWidth == 0 ? 0 : 5}px solid #fff;
"
></div>
<div
style="
display:${twoWidth ? "" : "none"};
width: ${twoWidth}px;
height: 8px;
background: #eb905c;
border-right: ${twoWidth == 0 ? 0 : 5}px solid #fff;
"
></div>
<div
style="
display:${threeWidth ? "" : "none"};
width: ${threeWidth}px;
height: 8px;
background: #1eade2;
border-right: ${threeWidth == 0 ? 0 : 5}px solid #fff;
"
></div>
<div
style="
display:${fourWidth ? "" : "none"};
width: ${fourWidth}px;
height: 8px;
background: #0d84e6;
border-right: ${fourWidth == 0 ? 0 : 5}px solid #fff;
"
></div>
<div style="display:${
fiveWidth ? "" : "none"
};width: ${fiveWidth}px; height: 8px; background: #51c9ba"></div>
</div>
<div
style="
margin-top: 12px;
display: flex;
align-items: center;
justify-content: space-between;
"
>
<div style="display: flex; align-items: center">
<div style="background: #008d81; width: 10px; height: 10px"></div>
<div style="margin-left: 16px; font-size: 14px; color: #333">
XXXX期
</div>
</div>
<div style="font-size: 14px; color: #333">${
params.data.stageNumOne
}</div>
</div>
<div
style="
margin-top: 12px;
display: flex;
align-items: center;
justify-content: space-between;
"
>
<div style="display: flex; align-items: center">
<div style="background: #eb905c; width: 10px; height: 10px"></div>
<div style="margin-left: 16px; font-size: 14px; color: #333">
XXXX期
</div>
</div>
<div style="font-size: 14px; color: #333">${
params.data.stageNumTwo
}</div>
</div>
<div
style="
margin-top: 12px;
display: flex;
align-items: center;
justify-content: space-between;
"
>
<div style="display: flex; align-items: center">
<div style="background: #1eade2; width: 10px; height: 10px"></div>
<div style="margin-left: 16px; font-size: 14px; color: #333">
XXXX期
</div>
</div>
<div style="font-size: 14px; color: #333">${
params.data.stageNumThree
}</div>
</div>
<div
style="
margin-top: 12px;
display: flex;
align-items: center;
justify-content: space-between;
"
>
<div style="display: flex; align-items: center">
<div style="background: #0d84e6; width: 10px; height: 10px"></div>
<div style="margin-left: 16px; font-size: 14px; color: #333">
XXXX期
</div>
</div>
<div style="font-size: 14px; color: #333">${
params.data.stageNumFour
}</div>
</div>
<div
style="
margin-top: 12px;
display: flex;
align-items: center;
justify-content: space-between;
"
>
<div style="display: flex; align-items: center">
<div style="background: #51c9ba; width: 10px; height: 10px"></div>
<div style="margin-left: 16px; font-size: 14px; color: #333">
XXXX期
</div>
</div>
<div style="font-size: 14px; color: #333">${
params.data.stageNumFive
}</div>
</div>
</div>
`;
return res;
}
},
geo: [
{
center: [103.49, 36.03],
map: "mymap", // js 地图包要和echarts.registerMap()里面的名字保持一致
mapType: "mymap", // 自定义地区要和echarts.registerMap()里面的名字保持一致
coordinateSystem: "geo",
silent: false, // 禁止图形响应鼠标事件
zoom: 1.1,
roam: true,
zlevel: 0,
label: {
normal: {
// show: true,
// color: '#000',
// fontSize:20,
},
emphasis: {
show: false,
color: "#292929"
}
},
itemStyle: {
normal: {
shadowColor: "#A3C3C0",
shadowOffsetX: -5,
shadowOffsetY: 12
}
}
}
],
series: [
{
center: [103.49, 36.03],
map: "mymap",
type: "map",
zoom: 1.1, //当前视角的缩放比例。
aspectScale: 0.75, //这个参数用于 scale 地图的长宽比。geoBoundingRect.width / geoBoundingRect.height * aspectScale
roam: true, //是否开启鼠标缩放和平移漫游。默认不开启
label: {
show: true,
rich: {
txt1: {
fontSize: this.$fontChart(0.2),
color: "#fff",
align: "center"
},
txt2: {
fontSize: this.$fontChart(0.2),
color: "#fff",
padding: [-this.$fontChart(1.6), 0, 0, 0],
align: "center"
},
txt3: {
fontSize: this.$fontChart(0.2),
color: "#fff",
padding: [-this.$fontChart(0.3), 0, 0, 0],
align: "center"
},
txt4: {
fontSize: this.$fontChart(0.2),
color: "#fff",
padding: [-this.$fontChart(1), 0, 0, 0],
align: "center"
},
txt5: {
fontSize: this.$fontChart(0.2),
color: "#fff",
align: "center"
},
txt6: {
fontSize: this.$fontChart(0.2),
color: "#fff",
padding: [0, this.$fontChart(0.5), 0, 0],
align: "center"
}
},
formatter(params) {
if (params.data.name == "东北") {
return `{txt1|${params.data.name}}`;
} else if (params.data.name == "华北") {
return `{txt2|${params.data.name}}`;
} else if (params.data.name == "华东") {
return `{txt3|${params.data.name}}`;
} else if (params.data.name == "华中") {
return `{txt4|${params.data.name}}`;
} else if (params.data.name == "西北") {
return `{txt5|${params.data.name}}`;
} else if (params.data.name == "西南") {
return `{txt6|${params.data.name}}`;
}
}
},
itemStyle: {
normal: {
borderColor: "#40BFBC", //图形的描边颜色
borderWidth: 1, //描边线宽。为 0 时无描边。
borderType: "solid", //柱条的描边类型,默认为实线,支持 'solid', 'dashed', 'dotted'。
areaColor: "auto" //图形的颜色 #eee
},
//鼠标移入时
emphasis: {
show: false,
borderColor: "#62C4BF",
borderWidth: "1",
areaColor: "",
label: {
show: false,
textStyle: {
color: "#fff",
fontSize: "calc(100vw * 24 / 1920)"
}
}
}
},
data: data
}
]
};
var arr = [];
data.forEach((item, index) => {
if (item.projectNum != 0) {
arr.push({
type: "scatter",
coordinateSystem: "geo",
//自定义图片的 位置(lng, lat)
// longitude: "105.4688",
// latitude: "32.915",
data: [
{
name: item.name,
value: [item.longitude, item.latitude],
data: item.projectNum,
constructionCapacity: item.constructionCapacity,
currentEngineeringStage: item.currentEngineeringStage,
projectNum: item.projectNum,
stageNumFive: item.stageNumFive,
stageNumFour: item.stageNumFour,
stageNumOne: item.stageNumOne,
stageNumThree: item.stageNumThree,
stageNumTwo: item.stageNumTwo,
provinceCode: item.provinceCode
}
],
//自定义图片的 大小
symbolSize: [this.$fontChart(0.5), this.$fontChart(0.73)],
//自定义图片的 路径(注:必须以image://开头)
symbol:
"image://" +
require("../assets/images/engineerProject/mapIcon.png"),
label: {
show: true,
textStyle: {
color: "white",
backgroundColor: "", //文字背景色
fontSize: this.$fontChart(0.24)
},
rich: {
txtOneVal: {
fontSize: "calc(100vw * 18 / 1920)",
color: "#fff",
align: "center",
padding: [this.$fontChart(0.24), -this.$fontChart(0.07), 0, 0]
},
txtTwoVal: {
fontSize: "calc(100vw * 18 / 1920)",
color: "#fff",
align: "center",
padding: [this.$fontChart(0.24), 0, 0, 0]
}
},
formatter(params) {
let { data } = params;
if (data && data.value) {
if (data.name == "东北") {
return `{txtOneVal|${data.data}} `;
} else if (data.name == "华北") {
return `{txtTwoVal|${data.data}}`;
} else if (data.name == "华东") {
return `{txtTwoVal|${data.data}}`;
} else if (data.name == "华中") {
return `{txtTwoVal|${data.data}}`;
} else if (data.name == "西北") {
return `{txtTwoVal|${data.data}}`;
} else if (data.name == "西南") {
return `{txtTwoVal|${data.data}}`;
}
}
}
}
});
}
}),
arr.forEach(item => {
option.series.push(item);
});
myChart.on("georoam", params => {
var option = myChart.getOption(); //获得option对象
if (params.componentType == "geo") {
if (params.zoom != null && params.zoom != undefined) {
//捕捉到缩放时
option.series[0].zoom = option.geo[0].zoom; //下层geo的缩放等级跟着上层的geo一起改变
option.series[0].center = option.geo[0].center; //下层的geo的中心位置随着上层geo一起改变
} else {
//捕捉到拖曳时
option.series[0].center = option.geo[0].center; //下层的geo的中心位置随着上层geo一起改变
}
} else {
if (params.zoom != null && params.zoom != undefined) {
//捕捉到缩放时
option.geo[0].zoom = option.series[0].zoom; //下层geo的缩放等级跟着上层的geo一起改变
option.geo[0].center = option.series[0].center; //下层的geo的中心位置随着上层geo一起改变
} else {
//捕捉到拖曳时
option.geo[0].center = option.series[0].center; //下层的geo的中心位置随着上层geo一起改变
}
}
myChart.setOption(option);
});
myChart.setOption(option);
myChart.off("click");
myChart.on("click", params => {
if (!params.name) return;
var itemSearchIndexData = "";
if (this.itemSearchIndex != 0) {
itemSearchIndexData = this.itemSearchIndex;
}
this.$refs.centerMapTableDialog.init(
"pro",
params.data,
itemSearchIndexData
);
});
myChart.resize();
window.addEventListener("resize", function() {
myChart.resize();
});
}
}
};
css
<style lang="scss">
.mapLeftBackground {
background: url("../assets/images/engineerProject/numberP.png");
background-size: 100% 100%;
background-repeat: no-repeat;
display: flex;
align-items: center;
justify-content: center;
}
.mapBottomBg {
margin-top: 5px;
background: url("../assets/images/engineerProject/mengban.png");
background-size: 100%;
background-repeat: no-repeat;
display: flex;
align-items: center;
justify-content: center;
}
</style>
<style lang="scss" scoped>
.centerMap {
width: 100%;
height: 100%;
.title {
height: calc(100vh * 50 / 930);
width: calc(100vw * 860 / 1920);
display: flex;
align-items: center;
justify-content: center;
background: url("../assets//images/engineerProject/titleBg.png");
background-repeat: no-repeat;
background-size: 100% 100%;
span {
font-weight: bold;
color: #333333;
font-size: calc(100vw * 24 / 1920);
}
}
.search {
height: calc(100vh * 40 / 930);
width: calc(100vw * 860 / 1920);
margin: calc(100vh * 20 / 930) 0;
display: flex;
align-items: center;
.SearchBox {
display: flex;
align-items: center;
.itemSearch {
height: calc(100vh * 30 / 930);
font-size: calc(100vw * 16 / 1920);
border-radius: 3px;
background: #ffffff;
display: flex;
align-items: center;
justify-content: center;
color: #333;
cursor: pointer;
}
.active {
background: #16c5af;
color: #fff;
}
}
.rightTriangle {
border: calc(100vw * 9 / 1920) solid;
border-right: 0;
border-color: transparent transparent transparent #fff;
}
.rightTriangleActive {
border-color: transparent transparent transparent #16c5af;
}
}
.tab {
display: flex;
align-items: center;
justify-content: flex-end;
margin-right: calc(100vw * 9 / 1920);
font-size: calc(100vw * 14 / 1920);
.divBox {
color: #333;
display: flex;
align-items: center;
justify-content: center;
width: calc(100vw * 60 / 1920);
height: calc(100vh * 32 / 930);
background: #fff;
border-radius: 4px 0px 0px 4px;
cursor: pointer;
}
.divBox_right {
border-radius: 0px 4px 4px 0px;
}
.active {
color: #fff;
background: #16c5af;
}
}
.centerEcharts {
height: calc(100vh * 750 / 930);
width: calc(100vw * 860 / 1920);
#myChartArea {
height: calc(100vh * 750 / 930);
width: calc(100vw * 860 / 1920);
}
#myChartProv {
height: calc(100vh * 750 / 930);
width: calc(100vw * 860 / 1920);
}
}
}
</style>