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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
| {
| "type": "FeatureCollection",
| "name": "emergency_area",
| "crs": {
| "type": "name",
| "properties": {
| "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
| }
| },
| "features": [
| {
| "type": "Feature",
| "properties": {
| "id": 1,
| "name": "后坡"
| },
| "geometry": {
| "type": "MultiPolygon",
| "coordinates": [
| [
| [
| [
| 116.597954985254006,
| 40.558243665415674
| ],
| [
| 116.598026582247712,
| 40.558181727248879
| ],
| [
| 116.597986412173199,
| 40.55816014358016
| ],
| [
| 116.597915765166448,
| 40.558219940638857
| ],
| [
| 116.597954985254006,
| 40.558243665415674
| ]
| ]
| ]
| ]
| }
| },
| {
| "type": "Feature",
| "properties": {
| "id": 2,
| "name": "范振江家"
| },
| "geometry": {
| "type": "MultiPolygon",
| "coordinates": [
| [
| [
| [
| 116.590918809316889,
| 40.574109106947368
| ],
| [
| 116.591099690364146,
| 40.574166930893753
| ],
| [
| 116.591188180974342,
| 40.574002841348772
| ],
| [
| 116.591010439430974,
| 40.573942646006508
| ],
| [
| 116.590918809316889,
| 40.574109106947368
| ]
| ]
| ]
| ]
| }
| },
| {
| "type": "Feature",
| "properties": {
| "id": 3,
| "name": "尹建华家"
| },
| "geometry": {
| "type": "MultiPolygon",
| "coordinates": [
| [
| [
| [
| 116.593554833091247,
| 40.568505723061044
| ],
| [
| 116.593657785466505,
| 40.568427934282653
| ],
| [
| 116.593461120684182,
| 40.568295720055126
| ],
| [
| 116.593363132674952,
| 40.568379244495922
| ],
| [
| 116.593554833091247,
| 40.568505723061044
| ]
| ]
| ]
| ]
| }
| }
| ]
| }
|
|