echarts绘制地图(effectScatter+heatmap+lines)

本文介绍了如何在Vue项目中利用echarts库,结合effectScatter、heatmap和lines组件,绘制出具有动态效果的江苏省地图。通过加载省级地图JSON数据,实现了一种视觉丰富的展示方式。
摘要由CSDN通过智能技术生成

1、创建一个vue文件 homePage2.vue

<style>
  #homePage2_map{
    width: 100%;
    height: 526px;
    position: relative;
  }
  .home2_div{
    position: absolute;
    width: 100%;
    height: 526px;
    background: url("./image/mapBg.png") no-repeat center center;
  }
</style>
<template>
  <div>
    <div class="home2_div"></div>
    <div id="homePage2_map"></div>
  </div>
</template>
<script src="./homePage2.js"></script>

2、创建js文件homePage2.js

export default {
  mounted () {
    this.showMap()
  },
  methods: {
    showMap () {
      let myChart = this.$echarts.init(document.getElementById('homePage2_map'));
      this.$echarts.registerMap('江苏',
        {"type": "FeatureCollection",
          "features":
            [
              {"type": "Feature","properties":{"id":"3209","name":"盐城消防支队","cp":[120.2234,33.5577],"childNum":8},"geometry":{"type":"Polygon","coordinates":[[[119.4763,33.6951],[119.5093,33.717],[119.5093,33.75],[119.5642,33.8434],[119.6411,33.8983],[119.6411,33.9478],[119.6301,33.9532],[119.6191,33.9478],[119.5972,33.9752],[119.5972,33.9917],[119.5752,33.9972],[119.5642,34.0137],[119.5642,34.0356],[119.5532,34.0576],[119.5642,34.0686],[119.5752,34.0741],[119.5862,34.0906],[119.5532,34.1125],[119.5422,34.1071],[119.5203,34.1345],[119.5313,34.1455],[119.5313,34.162],[119.5093,34.162],[119.5093,34.173],[119.5532,34.2059],[119.5862,34.2114],[119.6631,34.2554],[119.74,34.3048],[119.751,34.3268],[119.762,34.3488],[119.8059,34.3817],[119.7839,34.4092],[119.7949,34.4147],[119.7949,34.4366],[119.7949,34.4696],[119.8499,34.5465],[119.9377,34.5245],[120.0037,34.4916],[120.0806,34.4751],[120.3223,34.3762],[120.3552,34.3488],[120.3772,34.1565],[120.4541,34.0686],[120.4871,33.9862],[120.498,33.9093],[120.52,33.8708],[120.6189,33.7555],[120.7178,33.5632],[120.7507,33.4644],[120.7507,33.3325],[120.7507,33.327],[120.8276,33.316],[120.8496,33.3051],[120.8496,33.2721],[120.8276,33.2501],[120.8496,33.1842],[120.9155,33.1128],[120.9595,33.0414],[120.9814,32.9315],[120.9924,32.6678],[120.9924,32.6569],[120.8826,32.6239],[120.8496,32.6074],[120.8386,32.6074],[120.8276,32.5909],[120.7947,32.58],[120.7947,32.6019],[120.7507,32.6019],[120.7288,32.5854],[120.7178,32.5909],[120.7178,32.6019],[120.7068,32.6019],[120.6848,32.5964],[120.6628,32.5745],[120.6519,32.5854],[120.6519,32.6019],[120.6299,32.6184],[120.6189,32.6074],[120.6189,32.6239],[120.5969,32.6514],[120.575,32.6349],[120.542,32.6349],[120.509,32.6404],[120.498,32.6349],[120.498,32.6294],[120.4871,32.6239],[120.4761,32.6294],[120.4431,32.6294],[120.4321,32.6788],[120.3882,32.6953],[120.3882,32.7063],[120.3772,32.7118],[120.3333,32.7008],[120.3333,32.6953],[120.3113,32.7063],[120.2783,32.6788],[120.2234,32.6733],[120.2344,32.6514],[120.2124,32.6239],[120.2124,32.6074],[120.2014,32.6019],[120.1904,32.6074],[120.2014,32.6184],[120.1794,32.6294],[120.1794,32.6239],[120.1245,32.6129],[120.1135,32.6129],[120.1135,32.6294],[120.1245,32.6349],[120.1245,32.6843],[120.1355,32.6898],[120.1465,32.7063],[120.1575,32.7063],[120.1575,32.7118],[120.1685,32.7228],[120.1794,32.7173],[120.1794,32.7502],[120.2124,32.7557],[120.2234,32.7777],[120.2234,32.7942],[120.2014,32.7887],[120.1794,32.7722],[120.1575,32.7832],[120.1685,32.7942],[120.1575,32.8052],[120.1685,32.8162],[120.1904,32.8107],[120.1904,32.8271],[120.1794,32.8271],[120.2014,32.8546],[120.2124,32.8656],[120.1794,32.8821],[120.1794,32.9315],[120.2014,32.9315],[120.2014,32.9205],[120.2234,32.915],[120.2344,32.9205],[120.2454,32.9315],[120.2893,32.926],[120.2893,32.937],[120.2893,32.959],[120.3003,32.959],[120.3113,32.9919],[120.3113,33.0579],[120.3003,33.0853],[120.3003,33.1293],[120.2124,33.1403],[120.0806,33.1842],[120.0476,33.1622],[119.9817,33.1512],[119.8938,33.1512],[119.8718,33.1403],[119.8718,33.1567],[119.8499,33.1567],[119.7729,33.1293],[119.751,33.1293],[119.74,33.1458],[119.751,33.1732],[119.729,33.1732],[119.729,33.1787],[119.729,33.2062],[119.74,33.2062],[119.718,33.2172],[119.6851,33.2336],[119.696,33.2666],[119.718,33.2721],[119.707,33.2831],[119.696,33.2941],[119.6521,33.2831],[119.6411,33.2941],[119.6301,33.3325],[119.6191,33.338],[119.6082,33.3765],[119.5752,33.3765],[119.5642,33.3984],[119.6191,33.4259],[119.6191,33.4369],[119.5972,33.4644],[119.5862,33.4644],[119.5752,33.4753],[119.5642,33.4698],[119.5313,33.4973],[119.5203,33.5028],[119.4983,33.5193],[119.4653,33.6346],[119.4983,33.6566],[119.4873,33.6566],[119.4873,33.6731],[119.4763,33.6951]]]}},
              {"type": "Feature","properties":{"id":"3203","name":"徐州消防支队","cp":[117.5208,34.3268],"childNum":7},"geometry":{"type":"Polygon","coordinates":[[[118.1689,34.3872],[118.1799,34.3817],[118.1909,34.3927],[118.1909,34.3817],[118.2129,34.3762],[118.2239,34.4037],[118.2239,34.3982],[118.2788,34.4037],[118.3008,34.4257],[118.3228,34.4257],[118.3228,34.4202],[118.3777,34.4147],[118.4106,34.4366],[118.4216,34.4202],[118.4656,34.4092],[118.5205,34.4366],[118.5754,34.4147],[118.5974,34.4421],[118.6414,34.4421],[118.6523,34.4257],[118.6743,34.4147],[118.6743,34.3982],[118.6414,34.3762],[118.6414,34.3597],[118.6194,34.3378],[118.6304,34.3378],[118.6304,34.3103],[118.5864,34.3103],[118.5754,34.2938],[118.5754,34.2773],[118.5645,34.2499],[118.5754,34.2224],[118.5645,34.1949],[118.5645,34.1675],[118.5205,34.1675],[118.5095,34.162],[118.5095,34.1125],[118.4875,34.0961],[118.3887,34.118],[118.3008,34.1125],[118.2349,34.1235],[118.2129,34.162],[118.158,34.162],[118.158,34.14],[118.147,34.1345],[118.125,34.1455],[118.103,34.14],[118.0811,34.1675],[118.0701,34.1675],[118.0591,34.151],[118.0042,34.14],[117.9932,34.118],[117.9932,34.1071],[118.0042,34.1016],[118.0042,34.0906],[118.0151,34.0851],[118.0481,34.0906],[118.0591,34.0521],[118.0591,34.0192],[118.0591,34.0082],[118.0371,34.0082],[118.0261,33.9917],[118.0481,33.9752],[118.0811,33.9642],[118.0811,33.9423],[118.114,33.9368],[118.114,33.9423],[118.114,33.9532],[118.125,33.9532],[118.136,33.9368],[118.147,33.8983],[118.1689,33.8763],[118.1799,33.8434],[118.1909,33.8269],[118.1799,33.8159],[118.1689,33.8214],[118.158,33.7939],[118.1689,33.7885],[118.1799,33.7665],[118.1689,33.75],[118.147,33.75],[118.114,33.761],[118.092,33.7665],[118.0042,33.7445],[117.9712,33.75],[117.9602,33.7555],[117.9602,33.75],[117.9492,33.728],[117.9272,33.728],[117.9163,33.7335],[117.9053,33.7335],[117.8943,33.717],[117.8503,33.739],[117.8394,33.7335],[117.8174,33.739],[117.7954,33.7335],[117.7515,33.7115],[117.7295,33.7445],[117.7405,33.761],[117.7515,33.8049],[117.7515,33.8269],[117.7625,33.8818],[117.7405,33.8928],[117.7295,33.8873],[117.7185,33.8818],[117.7075,33.8873],[117.6965,33.9203],[117.6746,33.9368],[117.6746,33.9478],[117.6636,33.9697],[117.6746,33.9917],[117.6416,34.0082],[117.6416,34.0192],[117.6086,34.0302],[117.6086,34.0247],[117.6196,34.0192],[117.6086,34.0082],[117.5867,33.9972],[117.5867,33.9807],[117.5647,33.9807],[117.5647,33.9972],[117.5427,34.0082],[117.5427,34.0356],[117.5208,34.0576],[117.4878,34.0466],[117.4548,34.0356],[117.4548,34.0247],[117.4219,34.0192],[117.3999,34.0302],[117.3999,34.0521],[117.3669,34.0576],[117.3779,34.0741],[117.356,34.0851],[117.323,34.0796],[117.312,34.0631],[117.29,34.0686],[117.2791,34.0741],[117.2241,34.0631],[117.2131,34.0741],[117.1912,34.0686],[117.1472,34.0851],[117.1582,34.0961],[117.1143,34.1016],[117.1362,34.118],[117.1362,34.1235],[117.1033,34.129],[117.0923,34.1455],[117.0703,34.1455],[117.0483,34.1565],[117.0374,34.1675],[117.0264,34.1675],[117.0374,34.2004],[117.0593,34.2279],[117.0483,34.2224],[117.0483,34.2499],[117.0264,34.2444],[117.0154,34.2609],[117.0044,34.2554],[116.9714,34.2828],[116.9714,34.3213],[116.9824,34.3542],[116.9604,34.3652],[116.9714,34.3872],[116.9275,34.4037],[116.8726,34.4037],[116.8726,34.3927],[116.8286,34.3927],[116.7957,34.4202],[116.7737,34.4531],[116.7517,34.4696],[116.7297,34.4751],[116.6638,34.4696],[116.6199,34.4861],[116.5759,34.4861],[116.5759,34.4971],[116.5979,34.5026],[116.5979,34.5081],[116.5759,34.519],[116.554,34.541],[116.521,34.541],[116.521,34.552],[116.488,34.574],[116.4771,34.6124],[116.4441,34.6234],[116.4221,34.6509],[116.3892,34.6344],[116.3672,34.6454],[116.3782,34.6619],[116.3782,34.6783],[116.3892,34.7003],[116.3782,34.7168],[116.3672,34.7168],[116.3672,34.7443],[116.4111,34.7552],[116.4001,34.7992],[116.4111,34.8157],[116.4111,34.8596],[116.4441,34.8981],[116.4661,34.8926],[116.5649,34.9091],[116.6089,34.92],[116.6199,34.931],[116.7078,34.9365],[116.7517,34.92],[116.7847,34.9146],[116.7847,34.942],[116.8066,34.931],[116.8616,34.9255],[116.8835,34.9036],[116.9165,34.8926],[116.9495,34.8926],[116.9604,34.8761],[116.9714,34.8376],[116.9824,34.7992],[117.0483,34.7772],[117.0483,34.7552],[117.0593,34.7443],[117.0703,34.7223],[117.0923,34.7058],[117.0703,34.6948],[117.0593,34.6783],[117.0703,34.6454],[117.0813,34.6399],[117.0923,34.6454],[117.1252,34.6454],[117.1582,34.563],[117.1582,34.5135],[117.1802,34.4916],[117.1912,34.4971],[117.2131,34.4531],[117.2461,34.4531],[117.2461,34.4641],[117.2571,34.4586],[117.2571,34.4696],[117.2461,34.4806],[117.2461,34.4861],[117.2571,34.4751],[117.2681,34.4751],[117.2571,34.4971],[117.2681,34.5026],[117.2791,34.5081],[117.2681,34.5135],[117.2791,34.519],[117.2681,34.53],[117.29,34.574],[117.312,34.5685],[117.345,34.585],[117.3779,34.5795],[117.3999,34.5685],[117.3999,34.5465],[117.4548,34.5026],[117.4658,34.4861],[117.4878,34.4806],[117.4878,34.4641],[117.5098,34.4751],[117.5427,34.4696],[117.5537,34.4751],[117.5867,34.4586],[117.6086,34.4916],[117.6306,34.4861],[117.6636,34.5026],[117.6855,34.5465],[117.7185,34.541],[117.7954,34.519],[117.7954,34.5685],[117.7954,34.6179],[117.7954,34.6509],[117.8064,34.6454],[117.8284,34.6509],[117.8394,34.6454],[117.8723,34.6509],[117.9053,34.6454],[117.9163,34.6729],[117.9382,34.6619],[117.9822,34.6674],[117.9932,34.6674],[118.0042,34.6454],[118.0151,34.6454],[118.0261,34.6619],[118.0481,34.6509],[118.103,34.6509],[118.092,34.6344],[118.114,34.6124],[118.0811,34.5685],[118.125,34.5575],[118.136,34.563],[118.147,34.552],[118.1799,34.5465],[118.1689,34.5081],[118.147,34.4971],[118.136,34.4861],[118.1799,34.4531],[118.1799,34.4037],[118.1689,34.3872]]]}},
              {"type": "Feature","properties":{"id":"3206","name":"南通消防支队","cp":[121.1023,32.1625],"childNum":7},"geometry":{"type":"Polygon","coordinates":[[[120.2014,32.6019],[120.2124,32.6074],[120.2124,32.6239],[120.2344,32.6514],[120.2234,32.6733],[120.2783,32.6788],[120.3113,32.7063],[120.3333,32.6953],[120.3333,32.7008],[120.3772,32.7118],[120.3882,32.7063],[120.3882,32.6953],[120.4321,32.6788],[120.4431,32.6294],[120.4761,32.6294],[120.4871,32.6239],[120.498,32.6294],[120.498,32.6349],[120.509,32.6404],[120.542,32.6349],[120.575,32.6349],[120.5969,32.6514],[120.6189,32.6239],[120.6189,32.6074],[120.6299,32.6184],[120.6519,32.6019],[120.6519,32.5854],[120.6628,32.5745],[120.6848,32.5964],[120.7068,32.6019],[120.7178,32.6019],[120.7178,32.5909],[120.7288,32.5854],[120.7507,32.6019],[120.7947,32.6019],[120.7947,32.58],[120.8276,32.5909],[120.8386,32.6074],[120.8496,32.6074],[120.8826,32.6239],[120.9924,32.6569],[121.0144,32.6349],[121.1133,32.569],[121.1792,32.536],[121.4099,32.4811],[121.4539,32.4536],[121.4758,32.3492],[121.4868,32.2504],[121.4978,32.157],[121.5417,32.146],[121.7065,32.135],[121.8164,32.1021],[121.9592,31.9922],[121.9812,31.9537],[121.9922,31.8823],[122.0032,31.6681],[122.0032,31.6132],[121.8713,31.6187],[121.5637,31.723],[121.5088,31.745],[121.4429,31.7615],[121.366,31.8384],[121.311,31.8658],[121.2891,31.8658],[121.2231,31.8439],[121.1023,31.7615],[121.0583,31.7834],[121.0034,31.7834],[120.8936,31.8219],[120.7837,32.0032],[120.575,32.0032],[120.553,32.0142],[120.564,32.0361],[120.553,32.0526],[120.52,32.0581],[120.52,32.0856],[120.509,32.0911],[120.4431,32.124],[120.3552,32.1295],[120.3442,32.168],[120.3662,32.2174],[120.3662,32.2394],[120.3442,32.2504],[120.3552,32.3053],[120.3662,32.3108],[120.3442,32.3383],[120.3552,32.3547],[120.3552,32.3767],[120.3113,32.3602],[120.3003,32.3712],[120.2893,32.3657],[120.2783,32.4701],[120.2563,32.4921],[120.2673,32.5031],[120.2673,32.5525],[120.2563,32.5964],[120.2234,32.5854],[120.2014,32.6019]]]}},
              {"type": "Feature","properties":{"id":"3208","name":"淮安消防支队","cp":[118.927,33.4039],"childNum":5},"geometry":{"type":"Polygon","coordinates":[[[118.2239,33.1787],[118.2678,33.2007],[118.4216,33.1897],[118.5095,33.2611],[118.7842,33.3435],[118.7512,33.3875],[118.7732,33.4369],[118.7952,33.5413],[118.8062,33.5742],[118.7842,33.5907],[118.7622,33.6346],[118.7952,33.6456],[118.7952,33.6731],[118.8062,33.6951],[118.8171,33.7006],[118.8171,33.728],[118.8062,33.7445],[118.8062,33.761],[118.7952,33.7665],[118.8062,33.7885],[118.7952,33.8159],[118.8281,33.8599],[118.8721,33.8928],[118.894,33.8873],[118.905,33.8928],[118.9709,33.9203],[119.0039,33.8983],[119.0369,33.9258],[119.0479,33.9368],[119.0479,33.9587],[119.0369,33.9587],[119.0479,33.9697],[119.0808,33.9862],[119.0808,34.0027],[119.1467,34.0466],[119.1577,34.0741],[119.1797,34.0906],[119.2126,34.0576],[119.2236,34.0521],[119.2346,34.0356],[119.2896,34.0411],[119.3225,34.0247],[119.3884,34.0356],[119.3994,34.0192],[119.4104,34.0082],[119.4324,34.0027],[119.4324,33.9862],[119.4434,33.9807],[119.5093,34.0137],[119.5203,34.0356],[119.5313,34.0302],[119.5422,34.0192],[119.5642,34.0137],[119.5752,33.9972],[119.5972,33.9917],[119.5972,33.9752],[119.6191,33.9478],[119.6301,33.9532],[119.6411,33.9478],[119.6411,33.8983],[119.5642,33.8434],[119.5093,33.75],[119.5093,33.717],[119.4763,33.6951],[119.4873,33.6731],[119.4873,33.6566],[119.4983,33.6566],[119.4653,33.6346],[119.4983,33.5193],[119.5203,33.5028],[119.5313,33.4973],[119.5642,33.4698],[119.5752,33.4753],[119.5862,33.4644],[119.5972,33.4644],[119.6191,33.4369],[119.6191,33.4259],[119.5642,33.3984],[119.5313,33.4149],[119.4873,33.4039],[119.4543,33.3875],[119.4214,33.3765],[119.3115,33.3655],[119.2456,33.349],[119.2346,33.3435],[119.2456,33.3215],[119.2676,33.3051],[119.1577,33.2831],[119.1577,33.2611],[119.1467,33.2391],[119.1467,33.2117],[119.2126,33.2062],[119.2236,33.1512],[119.2456,33.1567],[119.3115,33.1293],[119.3445,33.0634],[119.3665,33.0524],[119.3555,33.0304],[119.3225,32.9919],[119.3225,32.8326],[119.2456,32.8217],[119.1907,32.8271],[119.1138,32.8217],[119.0588,32.8711],[119.0479,32.8931],[119.0479,32.9095],[119.0149,32.9095],[119.0149,32.9205],[119.0259,32.926],[119.0259,32.948],[119.0259,32.9535],[118.9929,32.959],[118.927,32.937],[118.894,32.9425],[118.894,32.959],[118.8501,32.959],[118.8391,32.9425],[118.8501,32.926],[118.8391,32.915],[118.8171,32.9205],[118.8062,32.915],[118.8171,32.8546],[118.7842,32.8491],[118.7512,32.8546],[118.7402,32.8491],[118.7512,32.7997],[118.7402,32.7942],[118.7402,32.7722],[118.7512,32.7502],[118.7512,32.7393],[118.7292,32.7228],[118.7183,32.7338],[118.7073,32.7228],[118.7073,32.7338],[118.6853,32.7393],[118.6853,32.7283],[118.6414,32.7448],[118.6194,32.7393],[118.6084,32.7283],[118.5754,32.7173],[118.5535,32.7283],[118.4656,32.7228],[118.4436,32.7393],[118.4216,32.7173],[118.3777,32.7173],[118.3667,32.7338],[118.3777,32.7393],[118.3667,32.7667],[118.3447,32.7722],[118.3228,32.7612],[118.3228,32.7777],[118.3008,32.7832],[118.2898,32.7997],[118.3118,32.8107],[118.3008,32.8271],[118.2898,32.8546],[118.2458,32.8491],[118.2349,32.926],[118.3008,32.948],[118.3118,32.9645],[118.2678,32.97],[118.2458,32.9974],[118.2458,33.0304],[118.2239,33.1128],[118.2239,33.1787]]]}},
              {"type": "Feature","properties":{"id":"3205","name":"苏州消防支队","cp":[120.6519,31.3989],"childNum":6},"geometry":{"type":"Polygon","coordinates":[[[119.9158,31.1682],[120.0037,31.2506],[120.1025,31.2616],[120.1245,31.2726],[120.1794,31.322],[120.2344,31.355],[120.2563,31.3824],[120.4211,31.4484],[120.498,31.4484],[120.553,31.4758],[120.553,31.4813],[120.553,31.4978],[120.553,31.5088],[120.5859,31.5253],[120.6079,31.5198],[120.5969,31.5857],[120.553,31.5747],[120.542,31.5857],[120.542,31.6022],[120.564,31.6022],[120.575,31.6132],[120.5969,31.6187],[120.5969,31.6241],[120.5969,31.6516],[120.564,31.6571],[120.564,31.6681],[120.564,31.6846],[120.5859,31.6901],[120.5969,31.712],[120.5859,31.712],[120.5859,31.7285],[120.5969,31.745],[120.5859,31.778],[120.564,31.7889],[120.531,31.7889],[120.52,31.8054],[120.531,31.8329],[120.498,31.8439],[120.4871,31.8713],[120.4651,31.8823],[120.4651,31.8878],[120.3772,31.9153],[120.3882,31.9318],[120.3772,31.9427],[120.3662,31.9867],[120.4211,32.0306],[120.4321,32.0361],[120.553,32.0142],[120.575,32.0032],[120.7837,32.0032],[120.8936,31.8219],[121.0034,31.7834],[121.0583,31.7834],[121.1023,31.7615],[121.2671,31.6461],[121.322,31.5857],[121.3879,31.5472],[121.322,31.4978],[121.311,31.5033],[121.3,31.4923],[121.2451,31.4758],[121.2451,31.4923],[121.2341,31.4923],[121.1792,31.4539],[121.1462,31.4429],[121.1462,31.4374],[121.1682,31.4319],[121.1462,31.4209],[121.1572,31.4099],[121.1462,31.3879],[121.1023,31.366],[121.1133,31.355],[121.1243,31.344],[121.1243,31.3055],[121.1462,31.3],[121.1572,31.2836],[121.1462,31.2726],[121.1133,31.2836],[121.1023,31.2781],[121.0913,31.2946],[121.0803,31.2726],[121.0693,31.2671],[121.0583,31.2177],[121.0803,31.1682],[121.0693,31.1517],[121.0474,31.1572],[121.0364,31.1353],[121.0254,31.1407],[120.9814,31.1353],[120.9265,31.1407],[120.8826,31.1353],[120.8606,31.1023],[120.8716,31.0968],[120.8936,31.0968],[120.9045,31.0803],[120.8936,31.0474],[120.9045,31.0364],[120.8936,31.0034],[120.8496,30.9924],[120.8276,31.0034],[120.8057,31.0034],[120.7727,30.9924],[120.7727,30.976],[120.7507,30.965],[120.7288,30.9705],[120.6958,30.9705],[120.6848,30.9595],[120.7068,30.932],[120.7178,30.8826],[120.7068,30.8826],[120.7068,30.8716],[120.6848,30.8826],[120.6628,30.8606],[120.6628,30.8661],[120.6519,30.8496],[120.6299,30.8551],[120.5859,30.8551],[120.564,30.8331],[120.509,30.7562],[120.4871,30.7617],[120.4761,30.7837],[120.4761,30.8057],[120.4541,30.8167],[120.4651,30.8386],[120.4431,30.8551],[120.4541,30.8661],[120.4321,30.8881],[120.4321,30.921],[120.4211,30.9265],[120.4211,30.8936],[120.3662,30.8826],[120.3552,30.91],[120.3662,30.9485],[120.3113,30.932],[120.2563,30.9265],[120.1245,30.943],[120.0586,31.0034],[119.9927,31.0309],[119.9817,31.0583],[119.9487,31.1023],[119.9377,31.1407],[119.9268,31.1627],[119.9158,31.1682]]]}},
              {"type": "Feature","properties":{"id":"3213","name":"宿迁消防支队","cp":[118.5535,33.7775],"childNum":4},"geometry":{"type":"Polygon","coordinates":[[[118.1689,33.75],[118.1799,33.7665],[118.1689,33.7885],[118.158,33.7939],[118.1689,33.8214],[118.1799,33.8159],[118.1909,33.8269],[118.1799,33.8434],[118.1689,33.8763],[118.147,33.8983],[118.136,33.9368],[118.125,33.9532],[118.114,33.9532],[118.114,33.9423],[118.114,33.9368],[118.0811,33.9423],[118.0811,33.9642],[118.0481,33.9752],[118.0261,33.9917],[118.0371,34.0082],[118.0591,34.0082],[118.0591,34.0192],[118.0591,34.0521],[118.0481,34.0906],[118.0151,34.0851],[118.0042,34.0906],[118.0042,34.1016],[117.9932,34.1071],[117.9932,34.118],[118.0042,34.14],[118.0591,34.151],[118.0701,34.1675],[118.0811,34.1675],[118.103,34.14],[118.125,34.1455],[118.147,34.1345],[118.158,34.14],[118.158,34.162],[118.2129,34.162],[118.2349,34.1235],[118.3008,34.1125],[118.3887,34.118],[118.4875,34.0961],[11
  • 2
    点赞
  • 8
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值