zl-g
TypeScript icon, indicating that this package has built-in type declarations

1.0.18 • Public • Published

画图工具 数据格式

多边形
// 一个两个多边形
drawun = zlg
  .register(DrawTool, 'polygon')
  .setData([
    [
      [
        [120.10116577148436, 30.292867742612255],
        [120.08949279785156, 30.216058476325074],
        [120.15781402587892, 30.207751175495517],
        [120.17051696777344, 30.277154904692335],
        [120.10597229003906, 30.325174912575307],
        [120.10116577148436, 30.292867742612255]
      ]
    ],
    [
      [
        [120.18287658691406, 30.316284093102404],
        [120.18424987792969, 30.285159872426014],
        [120.20450592041017, 30.275968928008236],
        [120.20862579345703, 30.2907926063742],
        [120.18287658691406, 30.316284093102404]
      ]
    ]
  ])
  .add();
//   或者另一种形式
drawun = zlg.register(DrawTool, 'polygon').setData([
  {
    type: 'Feature',
    properties: {},
    geometry: {
      type: 'Polygon',
      coordinates: [
        [
          [120.10116577148436, 30.292867742612255],
          [120.08949279785156, 30.216058476325074],
          [120.15781402587892, 30.207751175495517],
          [120.17051696777344, 30.277154904692335],
          [120.10597229003906, 30.325174912575307],
          [120.10116577148436, 30.292867742612255]
        ]
      ]
    }
  },
  {
    type: 'Feature',
    properties: {},
    geometry: {
      type: 'Polygon',
      coordinates: [
        [
          [120.02357482910155, 30.24839093066276],
          [120.06889343261717, 30.24839093066276],
          [120.06889343261717, 30.29790717639933],
          [120.02357482910155, 30.29790717639933],
          [120.02357482910155, 30.24839093066276]
        ]
      ]
    }
  }
]);
矩形
drawun = zlg
  .register(DrawTool, 'rect')
  .setData([
    {
      type: 'Feature',
      properties: {},
      geometry: {
        type: 'Polygon',
        coordinates: [
          [
            [120.11146545410156, 30.23000129725004],
            [120.15438079833983, 30.23000129725004],
            [120.15438079833983, 30.251060107580553],
            [120.11146545410156, 30.251060107580553],
            [120.11146545410156, 30.23000129725004]
          ]
        ]
      }
    },
    {
      type: 'Feature',
      properties: {},
      geometry: {
        type: 'Polygon',
        coordinates: [
          [
            [120.14511108398436, 30.257287905035877],
            [120.19592285156249, 30.257287905035877],
            [120.19592285156249, 30.27270741823115],
            [120.14511108398436, 30.27270741823115],
            [120.14511108398436, 30.257287905035877]
          ]
        ]
      }
    }
  ])
  .add();
//   另一种形式
drawun = zlg
  .register(DrawTool, 'rect')
  .setData([
    [
      [
        [120.10116577148436, 30.292867742612255],
        [120.08949279785156, 30.216058476325074],
        [120.15781402587892, 30.207751175495517],
        [120.17051696777344, 30.277154904692335],
        [120.10597229003906, 30.325174912575307],
        [120.10116577148436, 30.292867742612255]
      ]
    ],
    [
      [
        [120.14511108398436, 30.257287905035877],
        [120.19592285156249, 30.257287905035877],
        [120.19592285156249, 30.27270741823115],
        [120.14511108398436, 30.27270741823115],
        [120.14511108398436, 30.257287905035877]
      ]
    ]
  ])
  .add()
  .show();
drawun = zlg
  .register(DrawTool, 'circle')
  .setData([
    {
      type: 'Feature',
      id: 1574,
      properties: {},
      geometry: {
        type: 'Polygon',
        coordinates: [
          [
            [120.08183238897418, 30.289791429999987],
            [120.08180859077082, 30.290379886111587],
            [120.08173731210319, 30.290965471819636],
            [120.08161890023376, 30.29154533428616],
            [120.08145393205331, 30.292116648605727],
            [120.08124321127022, 30.29267663156574],
            [120.08098776449494, 30.293222555202526],
            [120.0806888362385, 30.293751760087467],
            [120.0803478828493, 30.294261668278498],
            [120.079966565418, 30.29474979587396],
            [120.0795467416848, 30.295213765107633],
            [120.0790904569887, 30.295651315926307],
            [120.07859993430287, 30.29606031699364],
            [120.07807756340456, 30.296438776066587],
            [120.07752588923228, 30.296784849694244],
            [120.07694759948708, 30.29709685219187],
            [120.07634551153855, 30.297373263846595],
            [120.07572255869862, 30.29761273831475],
            [120.0750817759309, 30.297814109175267],
            [120.07442628506465, 30.29797639560688],
            [120.07375927958546, 30.298098807162155],
            [120.07308400907694, 30.298180747614456],
            [120.0724037633892, 30.29822181785998],
            [120.07172185661081, 30.29822181785998],
            [120.07104161092306, 30.298180747614456],
            [120.07036634041455, 30.298098807162155],
            [120.06969933493535, 30.29797639560688],
            [120.0690438440691, 30.297814109175267],
            [120.06840306130138, 30.29761273831475],
            [120.06778010846146, 30.297373263846595],
            [120.06717802051293, 30.29709685219187],
            [120.06659973076773, 30.296784849694244],
            [120.06604805659543, 30.296438776066587],
            [120.06552568569714, 30.29606031699364],
            [120.06503516301132, 30.295651315926307],
            [120.06457887831522, 30.295213765107633],
            [120.064159054582, 30.29474979587396],
            [120.0637777371507, 30.294261668278498],
            [120.0634367837615, 30.293751760087467],
            [120.06313785550506, 30.293222555202526],
            [120.06288240872978, 30.29267663156574],
            [120.06267168794669, 30.292116648605727],
            [120.06250671976623, 30.29154533428616],
            [120.06238830789681, 30.290965471819636],
            [120.06231702922918, 30.290379886111587],
            [120.06229323102582, 30.289791429999987],
            [120.06231702922918, 30.28920297035815],
            [120.06238830789681, 30.28861737412805],
            [120.06250671976623, 30.28803749435252],
            [120.06267168794669, 30.287466156273823],
            [120.06288240872978, 30.286906143567037],
            [120.06313785550506, 30.286360184774814],
            [120.0634367837615, 30.285830940010058],
            [120.0637777371507, 30.28532098799101],
            [120.064159054582, 30.284832813472427],
            [120.06457887831522, 30.284368795133815],
            [120.06503516301132, 30.283931193984152],
            [120.06552568569714, 30.283522142339407],
            [120.06604805659543, 30.283143633427105],
            [120.06659973076773, 30.282797511668164],
            [120.06717802051293, 30.282485463684164],
            [120.06778010846146, 30.28220901007333],
            [120.06840306130138, 30.28196949799592],
            [120.0690438440691, 30.281768094605084],
            [120.06969933493535, 30.281605781355186],
            [120.07036634041455, 30.281483349215705],
            [120.07104161092306, 30.281401394813873],
            [120.07172185661081, 30.28136031752505],
            [120.0724037633892, 30.28136031752505],
            [120.07308400907694, 30.281401394813873],
            [120.07375927958546, 30.281483349215705],
            [120.07442628506465, 30.281605781355186],
            [120.0750817759309, 30.281768094605084],
            [120.07572255869862, 30.28196949799592],
            [120.07634551153855, 30.28220901007333],
            [120.07694759948708, 30.282485463684164],
            [120.07752588923228, 30.282797511668164],
            [120.07807756340456, 30.283143633427105],
            [120.07859993430287, 30.283522142339407],
            [120.0790904569887, 30.283931193984152],
            [120.0795467416848, 30.284368795133815],
            [120.079966565418, 30.284832813472427],
            [120.0803478828493, 30.28532098799101],
            [120.0806888362385, 30.285830940010058],
            [120.08098776449494, 30.286360184774814],
            [120.08124321127022, 30.286906143567037],
            [120.08145393205331, 30.287466156273823],
            [120.08161890023376, 30.28803749435252],
            [120.08173731210319, 30.28861737412805],
            [120.08180859077082, 30.28920297035815],
            [120.08183238897418, 30.289791429999987]
          ]
        ]
      },
      bbox: [
        120.06229323102582, 30.28136031752505, 120.08183238897418,
        30.29822181785998
      ]
    },
    {
      type: 'Feature',
      id: 1784,
      properties: {
        _draw_type: 'circle',
        _draw_prop_radius: 1793.0130003743168,
        _draw_prop_center: '120.09952772,30.28671722',
        _draw_prop_point: '120.1148296,30.28237502',
        _draw_prop_seg: 90
      },
      geometry: {
        type: 'Polygon',
        coordinates: [
          [
            [120.1156346298286, 30.286717219999993],
            [120.11559539420578, 30.287687424361284],
            [120.11547787848937, 30.2886528924591],
            [120.11528265520407, 30.28960892083843],
            [120.11501067545817, 30.290550852168188],
            [120.11466326430958, 30.291474097924624],
            [120.11424211431057, 30.292374160737012],
            [120.11374927726155, 30.293246656286858],
            [120.11318715421508, 30.29408733465434],
            [120.11255848377819, 30.2948921010081],
            [120.11186632877, 30.29565703553788],
            [120.11111406130017, 30.296378412533375],
            [120.11030534634018, 30.297052718516586],
            [120.109444123868, 30.297676669339623],
            [120.108534589673, 30.298247226165312],
            [120.10758117491429, 30.298761610252768],
            [120.10658852453278, 30.29921731647661],
            [120.10556147462134, 30.29961212551413],
            [120.10450502886388, 30.299944114641345],
            [120.10342433415796, 30.30021166708583],
            [120.10232465553956, 30.30041347989095],
            [120.10121135053235, 30.30054857025329],
            [120.10008984304643, 30.300616280302886],
            [120.09896559695353, 30.300616280302886],
            [120.09784408946761, 30.30054857025329],
            [120.09673078446039, 30.30041347989095],
            [120.095631105842, 30.30021166708583],
            [120.0945504111361, 30.299944114641345],
            [120.09349396537863, 30.29961212551413],
            [120.09246691546718, 30.29921731647661],
            [120.09147426508568, 30.298761610252768],
            [120.09052085032697, 30.298247226165312],
            [120.08961131613195, 30.297676669339623],
            [120.08875009365978, 30.297052718516586],
            [120.08794137869981, 30.296378412533375],
            [120.08718911122995, 30.29565703553788],
            [120.08649695622178, 30.2948921010081],
            [120.08586828578488, 30.29408733465434],
            [120.08530616273842, 30.293246656286858],
            [120.0848133256894, 30.292374160737012],
            [120.08439217569035, 30.291474097924624],
            [120.0840447645418, 30.290550852168188],
            [120.08377278479588, 30.28960892083843],
            [120.0835775615106, 30.2886528924591],
            [120.08346004579418, 30.287687424361284],
            [120.08342081017138, 30.286717219999993],
            [120.08346004579418, 30.28574700604355],
            [120.0835775615106, 30.284781509347003],
            [120.08377278479588, 30.283825433922054],
            [120.0840447645418, 30.282883438015443],
            [120.08439217569035, 30.281960111407848],
            [120.0848133256894, 30.28105995304367],
            [120.08530616273842, 30.280187349101208],
            [120.08586828578488, 30.27934655161002],
            [120.08649695622178, 30.278541657720076],
            [120.08718911122995, 30.27777658972398],
            [120.08794137869981, 30.2770550759298],
            [120.08875009365978, 30.276380632478183],
            [120.08961131613195, 30.275756546192646],
            [120.09052085032697, 30.27518585854704],
            [120.09147426508568, 30.274671350828484],
            [120.09246691546718, 30.274215530568682],
            [120.09349396537863, 30.273820619309966],
            [120.0945504111361, 30.2734885417659],
            [120.095631105842, 30.273220916429846],
            [120.09673078446039, 30.273019047677206],
            [120.09784408946761, 30.272883919400346],
            [120.09896559695353, 30.272816190207184],
            [120.10008984304643, 30.272816190207184],
            [120.10121135053235, 30.272883919400346],
            [120.10232465553956, 30.273019047677206],
            [120.10342433415796, 30.273220916429846],
            [120.10450502886388, 30.2734885417659],
            [120.10556147462134, 30.273820619309966],
            [120.10658852453278, 30.274215530568682],
            [120.10758117491429, 30.274671350828484],
            [120.108534589673, 30.27518585854704],
            [120.109444123868, 30.275756546192646],
            [120.11030534634018, 30.276380632478183],
            [120.11111406130017, 30.2770550759298],
            [120.11186632877, 30.27777658972398],
            [120.11255848377819, 30.278541657720076],
            [120.11318715421508, 30.27934655161002],
            [120.11374927726155, 30.280187349101208],
            [120.11424211431057, 30.28105995304367],
            [120.11466326430958, 30.281960111407848],
            [120.11501067545817, 30.282883438015443],
            [120.11528265520407, 30.283825433922054],
            [120.11547787848937, 30.284781509347003],
            [120.11559539420578, 30.28574700604355],
            [120.1156346298286, 30.286717219999993]
          ]
        ]
      },
      bbox: [
        120.08342081017138, 30.272816190207184, 120.1156346298286,
        30.300616280302886
      ]
    },
    {
      type: 'Feature',
      id: 2044,
      properties: {
        _draw_type: 'circle',
        _draw_prop_radius: 2112.148966097002,
        _draw_prop_center: '120.12394648,30.30215329',
        _draw_prop_point: '120.14006939,30.29351676',
        _draw_prop_seg: 90
      },
      geometry: {
        type: 'Polygon',
        coordinates: [
          [
            [120.14292023698583, 30.30215329],
            [120.14287401786741, 30.303295998846618],
            [120.14273558568712, 30.304433127308666],
            [120.14250561487258, 30.305559135699898],
            [120.14218522581851, 30.306668538696808],
            [120.14177597942817, 30.307755932053308],
            [120.1412798695088, 30.308816018916882],
            [120.14069931305812, 30.30984363561846],
            [120.14003713848875, 30.310833776810465],
            [120.13929657184866, 30.311781619830942],
            [120.13848122110407, 30.312682548175626],
            [120.13759505856186, 30.31353217396398],
            [120.13664240151682, 30.314326359290167],
            [120.13562789121836, 30.315061236355525],
            [120.13455647025863, 30.315733226284998],
            [120.13343335849291, 30.316339056536343],
            [120.13226402760877, 30.31687577681783],
            [120.13105417446877, 30.31734077343739],
            [120.12980969335575, 30.317731782013748],
            [120.12853664725667, 30.318046898488127],
            [120.12724123832409, 30.318284588383143],
            [120.12592977766015, 30.31844369426431],
            [120.12460865456936, 30.318523441367873],
            [120.12328430543064, 30.318523441367873],
            [120.12196318233985, 30.31844369426431],
            [120.12065172167591, 30.318284588383143],
            [120.11935631274334, 30.318046898488127],
            [120.11808326664426, 30.317731782013748],
            [120.11683878553123, 30.31734077343739],
            [120.11562893239123, 30.31687577681783],
            [120.1144596015071, 30.316339056536343],
            [120.11333648974134, 30.315733226284998],
            [120.11226506878164, 30.315061236355525],
            [120.11125055848318, 30.314326359290167],
            [120.11029790143814, 30.31353217396398],
            [120.10941173889593, 30.312682548175626],
            [120.10859638815134, 30.311781619830942],
            [120.10785582151125, 30.310833776810465],
            [120.10719364694188, 30.30984363561846],
            [120.10661309049118, 30.308816018916882],
            [120.10611698057183, 30.307755932053308],
            [120.1057077341815, 30.306668538696808],
            [120.10538734512743, 30.305559135699898],
            [120.10515737431288, 30.304433127308666],
            [120.10501894213259, 30.303295998846618],
            [120.10497272301417, 30.30215329],
            [120.10501894213259, 30.301010567834524],
            [120.10515737431288, 30.29987339967521],
            [120.10538734512743, 30.298747325980944],
            [120.1057077341815, 30.297637833346272],
            [120.10611698057183, 30.296550327761995],
            [120.10661309049118, 30.295490108265003],
            [120.10719364694188, 30.29446234110591],
            [120.10785582151125, 30.29347203456081],
            [120.10859638815134, 30.292524014510064],
            [120.10941173889593, 30.291622900903615],
            [120.11029790143814, 30.2907730852279],
            [120.11125055848318, 30.289978709084718],
            [120.11226506878164, 30.289243643986772],
            [120.11333648974134, 30.28857147246894],
            [120.1144596015071, 30.28796547060788],
            [120.11562893239123, 30.287428592035504],
            [120.11683878553123, 30.286963453524848],
            [120.11808326664426, 30.286572322218923],
            [120.11935631274334, 30.286257104565323],
            [120.12065172167591, 30.28601933701073],
            [120.12196318233985, 30.285860178501217],
            [120.12328430543064, 30.285780404824898],
            [120.12460865456936, 30.285780404824898],
            [120.12592977766015, 30.285860178501217],
            [120.12724123832409, 30.28601933701073],
            [120.12853664725667, 30.286257104565323],
            [120.12980969335575, 30.286572322218923],
            [120.13105417446877, 30.286963453524848],
            [120.13226402760877, 30.287428592035504],
            [120.13343335849291, 30.28796547060788],
            [120.13455647025863, 30.28857147246894],
            [120.13562789121836, 30.289243643986772],
            [120.13664240151682, 30.289978709084718],
            [120.13759505856186, 30.2907730852279],
            [120.13848122110407, 30.291622900903615],
            [120.13929657184866, 30.292524014510064],
            [120.14003713848875, 30.29347203456081],
            [120.14069931305812, 30.29446234110591],
            [120.1412798695088, 30.295490108265003],
            [120.14177597942817, 30.296550327761995],
            [120.14218522581851, 30.297637833346272],
            [120.14250561487258, 30.298747325980944],
            [120.14273558568712, 30.29987339967521],
            [120.14287401786741, 30.301010567834524],
            [120.14292023698583, 30.30215329]
          ]
        ]
      },
      bbox: [
        120.10497272301417, 30.285780404824898, 120.14292023698583,
        30.318523441367873
      ]
    },
    {
      type: 'Feature',
      id: 2244,
      properties: {
        _draw_type: 'circle',
        _draw_prop_radius: 2359.004399186826,
        _draw_prop_center: '120.16012825,30.28896587',
        _draw_prop_point: '120.17687871,30.27775667',
        _draw_prop_seg: 90
      },
      geometry: {
        type: 'Polygon',
        coordinates: [
          [
            [120.18131954707093, 30.28896587],
            [120.18126792613636, 30.29024230264147],
            [120.18111331482456, 30.291512500142503],
            [120.18085646638639, 30.29277027458932],
            [120.18049863216154, 30.294009498825066],
            [120.18004155548243, 30.295224136289114],
            [120.1794874631807, 30.296408270410726],
            [120.17883905473833, 30.297556133414094],
            [120.1780994891361, 30.298662134394934],
            [120.17727236946324, 30.29972088653216],
            [120.17636172536368, 30.300727233302613],
            [120.17537199340394, 30.30167627357177],
            [120.17430799545862, 30.302563385438834],
            [120.17317491521874, 30.30338424872044],
            [120.17197827293741, 30.30413486596443],
            [120.17072389853547, 30.304811581891627],
            [120.16941790319892, 30.305411101171913],
            [120.16806664960582, 30.305930504448273],
            [120.16667672092777, 30.30636726253158],
            [120.1652548887576, 30.30671924869738],
            [120.16380808011876, 30.30698474902538],
            [120.16234334371747, 30.307162470731505],
            [120.16086781560223, 30.307251548452488],
            [120.15938868439774, 30.307251548452488],
            [120.15791315628253, 30.307162470731505],
            [120.15644841988124, 30.30698474902538],
            [120.1550016112424, 30.30671924869738],
            [120.15357977907223, 30.30636726253158],
            [120.15218985039418, 30.305930504448273],
            [120.15083859680108, 30.305411101171913],
            [120.1495326014645, 30.304811581891627],
            [120.14827822706259, 30.30413486596443],
            [120.14708158478123, 30.30338424872044],
            [120.14594850454138, 30.302563385438834],
            [120.14488450659606, 30.30167627357177],
            [120.14389477463632, 30.300727233302613],
            [120.14298413053676, 30.29972088653216],
            [120.1421570108639, 30.298662134394934],
            [120.14141744526167, 30.297556133414094],
            [120.14076903681926, 30.296408270410726],
            [120.14021494451755, 30.295224136289114],
            [120.13975786783845, 30.294009498825066],
            [120.13940003361361, 30.29277027458932],
            [120.13914318517543, 30.291512500142503],
            [120.13898857386364, 30.29024230264147],
            [120.13893695292907, 30.28896587],
            [120.13898857386364, 30.28768942074882],
            [120.13914318517543, 30.286419173741972],
            [120.13940003361361, 30.285161317856772],
            [120.13975786783845, 30.283921981835203],
            [120.14021494451755, 30.28270720441367],
            [120.14076903681926, 30.28152290488703],
            [120.14141744526167, 30.280374854250514],
            [120.1421570108639, 30.27926864706046],
            [120.14298413053676, 30.278209674151608],
            [120.14389477463632, 30.277203096344174],
            [120.14488450659606, 30.276253819269517],
            [120.14594850454138, 30.275366469437643],
            [120.14708158478123, 30.274545371663585],
            [120.14827822706259, 30.273794527963656],
            [120.1495326014645, 30.27311759802472],
            [120.15083859680108, 30.27251788134239],
            [120.15218985039418, 30.27199830111591],
            [120.15357977907223, 30.271561389978547],
            [120.1550016112424, 30.271209277633734],
            [120.15644841988124, 30.27094368045773],
            [120.15791315628253, 30.270765893119638],
            [120.15938868439774, 30.27067678226016],
            [120.16086781560223, 30.27067678226016],
            [120.16234334371747, 30.270765893119638],
            [120.16380808011876, 30.27094368045773],
            [120.1652548887576, 30.271209277633734],
            [120.16667672092777, 30.271561389978547],
            [120.16806664960582, 30.27199830111591],
            [120.16941790319892, 30.27251788134239],
            [120.17072389853547, 30.27311759802472],
            [120.17197827293741, 30.273794527963656],
            [120.17317491521874, 30.274545371663585],
            [120.17430799545862, 30.275366469437643],
            [120.17537199340394, 30.276253819269517],
            [120.17636172536368, 30.277203096344174],
            [120.17727236946324, 30.278209674151608],
            [120.1780994891361, 30.27926864706046],
            [120.17883905473833, 30.280374854250514],
            [120.1794874631807, 30.28152290488703],
            [120.18004155548243, 30.28270720441367],
            [120.18049863216154, 30.283921981835203],
            [120.18085646638639, 30.285161317856772],
            [120.18111331482456, 30.286419173741972],
            [120.18126792613636, 30.28768942074882],
            [120.18131954707093, 30.28896587]
          ]
        ]
      },
      bbox: [
        120.13893695292907, 30.27067678226016, 120.18131954707093,
        30.307251548452488
      ]
    }
  ])
  .add()
  .show();
//   另一种数据格式
drawun = zlg
  .register(DrawTool, 'circle')
  .setData([
    [
      [
        [120.08183238897418, 30.289791429999987],
        [120.08180859077082, 30.290379886111587],
        [120.08173731210319, 30.290965471819636],
        [120.08161890023376, 30.29154533428616],
        [120.08145393205331, 30.292116648605727],
        [120.08124321127022, 30.29267663156574],
        [120.08098776449494, 30.293222555202526],
        [120.0806888362385, 30.293751760087467],
        [120.0803478828493, 30.294261668278498],
        [120.079966565418, 30.29474979587396],
        [120.0795467416848, 30.295213765107633],
        [120.0790904569887, 30.295651315926307],
        [120.07859993430287, 30.29606031699364],
        [120.07807756340456, 30.296438776066587],
        [120.07752588923228, 30.296784849694244],
        [120.07694759948708, 30.29709685219187],
        [120.07634551153855, 30.297373263846595],
        [120.07572255869862, 30.29761273831475],
        [120.0750817759309, 30.297814109175267],
        [120.07442628506465, 30.29797639560688],
        [120.07375927958546, 30.298098807162155],
        [120.07308400907694, 30.298180747614456],
        [120.0724037633892, 30.29822181785998],
        [120.07172185661081, 30.29822181785998],
        [120.07104161092306, 30.298180747614456],
        [120.07036634041455, 30.298098807162155],
        [120.06969933493535, 30.29797639560688],
        [120.0690438440691, 30.297814109175267],
        [120.06840306130138, 30.29761273831475],
        [120.06778010846146, 30.297373263846595],
        [120.06717802051293, 30.29709685219187],
        [120.06659973076773, 30.296784849694244],
        [120.06604805659543, 30.296438776066587],
        [120.06552568569714, 30.29606031699364],
        [120.06503516301132, 30.295651315926307],
        [120.06457887831522, 30.295213765107633],
        [120.064159054582, 30.29474979587396],
        [120.0637777371507, 30.294261668278498],
        [120.0634367837615, 30.293751760087467],
        [120.06313785550506, 30.293222555202526],
        [120.06288240872978, 30.29267663156574],
        [120.06267168794669, 30.292116648605727],
        [120.06250671976623, 30.29154533428616],
        [120.06238830789681, 30.290965471819636],
        [120.06231702922918, 30.290379886111587],
        [120.06229323102582, 30.289791429999987],
        [120.06231702922918, 30.28920297035815],
        [120.06238830789681, 30.28861737412805],
        [120.06250671976623, 30.28803749435252],
        [120.06267168794669, 30.287466156273823],
        [120.06288240872978, 30.286906143567037],
        [120.06313785550506, 30.286360184774814],
        [120.0634367837615, 30.285830940010058],
        [120.0637777371507, 30.28532098799101],
        [120.064159054582, 30.284832813472427],
        [120.06457887831522, 30.284368795133815],
        [120.06503516301132, 30.283931193984152],
        [120.06552568569714, 30.283522142339407],
        [120.06604805659543, 30.283143633427105],
        [120.06659973076773, 30.282797511668164],
        [120.06717802051293, 30.282485463684164],
        [120.06778010846146, 30.28220901007333],
        [120.06840306130138, 30.28196949799592],
        [120.0690438440691, 30.281768094605084],
        [120.06969933493535, 30.281605781355186],
        [120.07036634041455, 30.281483349215705],
        [120.07104161092306, 30.281401394813873],
        [120.07172185661081, 30.28136031752505],
        [120.0724037633892, 30.28136031752505],
        [120.07308400907694, 30.281401394813873],
        [120.07375927958546, 30.281483349215705],
        [120.07442628506465, 30.281605781355186],
        [120.0750817759309, 30.281768094605084],
        [120.07572255869862, 30.28196949799592],
        [120.07634551153855, 30.28220901007333],
        [120.07694759948708, 30.282485463684164],
        [120.07752588923228, 30.282797511668164],
        [120.07807756340456, 30.283143633427105],
        [120.07859993430287, 30.283522142339407],
        [120.0790904569887, 30.283931193984152],
        [120.0795467416848, 30.284368795133815],
        [120.079966565418, 30.284832813472427],
        [120.0803478828493, 30.28532098799101],
        [120.0806888362385, 30.285830940010058],
        [120.08098776449494, 30.286360184774814],
        [120.08124321127022, 30.286906143567037],
        [120.08145393205331, 30.287466156273823],
        [120.08161890023376, 30.28803749435252],
        [120.08173731210319, 30.28861737412805],
        [120.08180859077082, 30.28920297035815],
        [120.08183238897418, 30.289791429999987]
      ]
    ],
    [
      [
        [120.1156346298286, 30.286717219999993],
        [120.11559539420578, 30.287687424361284],
        [120.11547787848937, 30.2886528924591],
        [120.11528265520407, 30.28960892083843],
        [120.11501067545817, 30.290550852168188],
        [120.11466326430958, 30.291474097924624],
        [120.11424211431057, 30.292374160737012],
        [120.11374927726155, 30.293246656286858],
        [120.11318715421508, 30.29408733465434],
        [120.11255848377819, 30.2948921010081],
        [120.11186632877, 30.29565703553788],
        [120.11111406130017, 30.296378412533375],
        [120.11030534634018, 30.297052718516586],
        [120.109444123868, 30.297676669339623],
        [120.108534589673, 30.298247226165312],
        [120.10758117491429, 30.298761610252768],
        [120.10658852453278, 30.29921731647661],
        [120.10556147462134, 30.29961212551413],
        [120.10450502886388, 30.299944114641345],
        [120.10342433415796, 30.30021166708583],
        [120.10232465553956, 30.30041347989095],
        [120.10121135053235, 30.30054857025329],
        [120.10008984304643, 30.300616280302886],
        [120.09896559695353, 30.300616280302886],
        [120.09784408946761, 30.30054857025329],
        [120.09673078446039, 30.30041347989095],
        [120.095631105842, 30.30021166708583],
        [120.0945504111361, 30.299944114641345],
        [120.09349396537863, 30.29961212551413],
        [120.09246691546718, 30.29921731647661],
        [120.09147426508568, 30.298761610252768],
        [120.09052085032697, 30.298247226165312],
        [120.08961131613195, 30.297676669339623],
        [120.08875009365978, 30.297052718516586],
        [120.08794137869981, 30.296378412533375],
        [120.08718911122995, 30.29565703553788],
        [120.08649695622178, 30.2948921010081],
        [120.08586828578488, 30.29408733465434],
        [120.08530616273842, 30.293246656286858],
        [120.0848133256894, 30.292374160737012],
        [120.08439217569035, 30.291474097924624],
        [120.0840447645418, 30.290550852168188],
        [120.08377278479588, 30.28960892083843],
        [120.0835775615106, 30.2886528924591],
        [120.08346004579418, 30.287687424361284],
        [120.08342081017138, 30.286717219999993],
        [120.08346004579418, 30.28574700604355],
        [120.0835775615106, 30.284781509347003],
        [120.08377278479588, 30.283825433922054],
        [120.0840447645418, 30.282883438015443],
        [120.08439217569035, 30.281960111407848],
        [120.0848133256894, 30.28105995304367],
        [120.08530616273842, 30.280187349101208],
        [120.08586828578488, 30.27934655161002],
        [120.08649695622178, 30.278541657720076],
        [120.08718911122995, 30.27777658972398],
        [120.08794137869981, 30.2770550759298],
        [120.08875009365978, 30.276380632478183],
        [120.08961131613195, 30.275756546192646],
        [120.09052085032697, 30.27518585854704],
        [120.09147426508568, 30.274671350828484],
        [120.09246691546718, 30.274215530568682],
        [120.09349396537863, 30.273820619309966],
        [120.0945504111361, 30.2734885417659],
        [120.095631105842, 30.273220916429846],
        [120.09673078446039, 30.273019047677206],
        [120.09784408946761, 30.272883919400346],
        [120.09896559695353, 30.272816190207184],
        [120.10008984304643, 30.272816190207184],
        [120.10121135053235, 30.272883919400346],
        [120.10232465553956, 30.273019047677206],
        [120.10342433415796, 30.273220916429846],
        [120.10450502886388, 30.2734885417659],
        [120.10556147462134, 30.273820619309966],
        [120.10658852453278, 30.274215530568682],
        [120.10758117491429, 30.274671350828484],
        [120.108534589673, 30.27518585854704],
        [120.109444123868, 30.275756546192646],
        [120.11030534634018, 30.276380632478183],
        [120.11111406130017, 30.2770550759298],
        [120.11186632877, 30.27777658972398],
        [120.11255848377819, 30.278541657720076],
        [120.11318715421508, 30.27934655161002],
        [120.11374927726155, 30.280187349101208],
        [120.11424211431057, 30.28105995304367],
        [120.11466326430958, 30.281960111407848],
        [120.11501067545817, 30.282883438015443],
        [120.11528265520407, 30.283825433922054],
        [120.11547787848937, 30.284781509347003],
        [120.11559539420578, 30.28574700604355],
        [120.1156346298286, 30.286717219999993]
      ]
    ]
  ])
  .add()
  .show();

Readme

Keywords

Package Sidebar

Install

npm i zl-g

Weekly Downloads

6

Version

1.0.18

License

MIT

Unpacked Size

254 kB

Total Files

126

Last publish

Collaborators

  • zasqwhdh