whycq
2022-05-25 525da76ca931c91e5f02e5a13388750309c99b33
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "stroke": "#555555",
        "stroke-width": 2,
        "stroke-opacity": 1,
        "fill": "#555555",
        "fill-opacity": 0.5,
        "name": "余杭"
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              120.17189025878906,
              30.452817211422317
            ],
            [
              120.20690917968749,
              30.420848259306208
            ],
            [
              120.19111633300781,
              30.41078179084589
            ],
            [
              120.2075958251953,
              30.394199462058317
            ],
            [
              120.267333984375,
              30.39123803561794
            ],
            [
              120.2947998046875,
              30.41611122701556
            ],
            [
              120.32707214355469,
              30.394199462058317
            ],
            [
              120.355224609375,
              30.424992973925598
            ],
            [
              120.36003112792969,
              30.458144351018078
            ],
            [
              120.29273986816406,
              30.472940432754168
            ],
            [
              120.23574829101562,
              30.473532229270827
            ],
            [
              120.19248962402342,
              30.452817211422317
            ],
            [
              120.17189025878906,
              30.452817211422317
            ]
          ]
        ]
      }
    }
  ]
};