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
| {
| "type": "FeatureCollection",
| "crs": { "type": "name", "properties": { "name": "EPSG:4326" } },
| "features": [
| {
| "type": "Feature",
| "id": 0,
| "geometry": {
| "type": "Polygon",
| "coordinates": [
| [
| [115.86646556494736, 28.634450296554235],
| [115.86425430209033, 28.635738328540754],
| [115.86455173471609, 28.633120921432976],
| [115.86697714906381, 28.633843533997606],
| [115.86646556494736, 28.634450296554235]
| ]
| ]
| },
| "properties": { "FID": 0, "Id": 0 }
| },
| {
| "type": "Feature",
| "id": 1,
| "geometry": {
| "type": "Polygon",
| "coordinates": [
| [
| [115.87471426513127, 28.603615164328573],
| [115.8707286679462, 28.599546286008433],
| [115.87708182883227, 28.597547538763365],
| [115.87661961853189, 28.6005438750351],
| [115.87471426513127, 28.603615164328573]
| ]
| ]
| },
| "properties": { "FID": 1, "Id": 0 }
| },
| {
| "type": "Feature",
| "id": 2,
| "geometry": {
| "type": "Polygon",
| "coordinates": [
| [
| [115.81700000000001, 28.602637003999973],
| [115.81892155601372, 28.602521432416381],
| [115.8185646368629, 28.60459156349151],
| [115.81578066748614, 28.605091250302735],
| [115.81700000000001, 28.602637003999973]
| ]
| ]
| },
| "properties": { "FID": 2, "Id": 0 }
| },
| {
| "type": "Feature",
| "id": 3,
| "geometry": {
| "type": "Polygon",
| "coordinates": [
| [
| [115.81799999999998, 28.652296152000076],
| [115.81961010540385, 28.650053326558464],
| [115.82417867053516, 28.650434040319453],
| [115.82265581549132, 28.652908679765517],
| [115.81799999999998, 28.652296152000076]
| ]
| ]
| },
| "properties": { "FID": 3, "Id": 0 }
| }
| ]
| }
|
|