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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
| {
| "type": "FeatureCollection",
| "crs": {
| "type": "name",
| "properties": {
| "name": "EPSG:4490"
| }
| },
| "features": [
| {
| "type": "Feature",
| "id": 0,
| "geometry": {
| "type": "LineString",
| "coordinates": [
| [
| 115.60431361000001,
| 29.812292800000002
| ],
| [
| 115.60692072000001,
| 29.810496149999999
| ]
| ]
| },
| "properties": {
| "FID": 0,
| "O_Name": "惠城-浩普",
| "O_Com": " ",
| "O_LClr": 16711935,
| "O_LWidth": 30,
| "O_LAlpha": 100,
| "O_LType": 8,
| "O_SType": 4,
| "O_TType": 0
| }
| },
| {
| "type": "Feature",
| "id": 1,
| "geometry": {
| "type": "LineString",
| "coordinates": [
| [
| 115.62469040000001,
| 29.807209969999999
| ],
| [
| 115.62325001000001,
| 29.804891900000001
| ]
| ]
| },
| "properties": {
| "FID": 1,
| "O_Name": "荣联-熠亮",
| "O_Com": " ",
| "O_LClr": 16711935,
| "O_LWidth": 30,
| "O_LAlpha": 100,
| "O_LType": 8,
| "O_SType": 4,
| "O_TType": 0
| }
| },
| {
| "type": "Feature",
| "id": 2,
| "geometry": {
| "type": "LineString",
| "coordinates": [
| [
| 115.61415194999999,
| 29.81387531
| ],
| [
| 115.61442018,
| 29.80899737
| ]
| ]
| },
| "properties": {
| "FID": 2,
| "O_Name": "造纸-瑞易德",
| "O_Com": " ",
| "O_LClr": 16711935,
| "O_LWidth": 30,
| "O_LAlpha": 100,
| "O_LType": 8,
| "O_SType": 4,
| "O_TType": 0
| }
| },
| {
| "type": "Feature",
| "id": 3,
| "geometry": {
| "type": "LineString",
| "coordinates": [
| [
| 115.60693144999999,
| 29.810449609999999
| ],
| [
| 115.60717750627862,
| 29.809860793739997
| ],
| [
| 115.6073877095381,
| 29.809261607279428
| ],
| [
| 115.60740351999999,
| 29.809211479999988
| ],
| [
| 115.60740352000001,
| 29.809211479999998
| ]
| ]
| },
| "properties": {
| "FID": 3,
| "O_Name": "海德森-浩普",
| "O_Com": " ",
| "O_LClr": 16711935,
| "O_LWidth": 30,
| "O_LAlpha": 100,
| "O_LType": 8,
| "O_SType": 4,
| "O_TType": 0
| }
| }
| ]
| }
|
|