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.86400669060504, 28.620271391369386],
| [115.86002109341996, 28.616202513049245],
| [115.86637425430604, 28.614203765804177],
| [115.86591204400565, 28.617200102075913],
| [115.86400669060504, 28.620271391369386]
| ]
| ]
| },
| "properties": { "FID": 1, "Id": 0 }
| },
| {
| "type": "Feature",
| "id": 2,
| "geometry": {
| "type": "Polygon",
| "coordinates": [
| [
| [115.83936693345481, 28.616199931733206],
| [115.84128848946852, 28.616084360149614],
| [115.84093157031771, 28.618154491224743],
| [115.83814760094094, 28.618654178035968],
| [115.83936693345481, 28.616199931733206]
| ]
| ]
| },
| "properties": { "FID": 2, "Id": 0 }
| },
| {
| "type": "Feature",
| "id": 3,
| "geometry": {
| "type": "Polygon",
| "coordinates": [
| [
| [115.76493801956997, 28.690367528093361],
| [115.76654812497384, 28.688124702651749],
| [115.77111669010515, 28.688505416412738],
| [115.7695938350613, 28.690980055858802],
| [115.76493801956997, 28.690367528093361]
| ]
| ]
| },
| "properties": { "FID": 3, "Id": 0 }
| }
| ]
| }
|
|