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
136
137
138
139
140
141
| {
| "type": "FeatureCollection",
| "features": [
| {
| "type": "Feature",
| "properties": {
| "type": "label",
| "style": {
| "text": "出警路线",
| "color": "#FFFFFF",
| "font_family": "黑体",
| "font_size": 18,
| "border": false,
| "border_color": "#ffffff",
| "border_width": 2,
| "background": true,
| "background_color": "rgba(0, 0, 0, .8)"
| },
| "attr": {
| "name": "出警路线",
| "id": "f37db040-4c2c-4295-abc1-b07f8a757799"
| }
| },
| "geometry": {
| "type": "Point",
| "coordinates": [121.066749, 32.059426, -0.6]
| }
| },
| {
| "type": "Feature",
| "properties": {
| "type": "polygon",
| "style": { "text": "小区" },
| "attr": { "name": "小区", "id": "a65caa57-4b1f-4033-a853-507e6e3f877c" }
| },
| "geometry": {
| "type": "Polygon",
| "coordinates": [
| [
| [121.06701, 32.056232, -0.01],
| [121.066988, 32.052646, 0],
| [121.074422, 32.052775, -0.01],
| [121.074253, 32.056344, -0.01],
| [121.06701, 32.056232, -0.01],
| [121.06701, 32.056232, -0.01]
| ]
| ]
| }
| },
| {
| "type": "Feature",
| "properties": {
| "type": "billboard",
| "style": { "image": "./images/wet.png", "scale": 0.25 },
| "attr": {
| "name": "垃圾车",
| "id": "1a9c592a-8290-49ad-a23c-6ff92f841f78"
| }
| },
| "geometry": {
| "type": "Point",
| "coordinates": [121.075558, 32.052621, -0.05]
| }
| },
| {
| "type": "Feature",
| "properties": {
| "type": "billboard",
| "style": { "image": "./images/wet.png", "scale": 0.25 },
| "attr": {
| "name": "垃圾车",
| "id": "6917840d-d6c8-417b-acd6-037d3ad97cf3"
| }
| },
| "geometry": {
| "type": "Point",
| "coordinates": [121.074692, 32.052657, -0.07]
| }
| },
| {
| "type": "Feature",
| "properties": {
| "type": "billboard",
| "style": { "image": "./images/wet.png", "scale": 0.25 },
| "attr": {
| "name": "垃圾车",
| "id": "91db320c-cfde-4352-b4b7-d52f330cb267"
| }
| },
| "geometry": {
| "type": "Point",
| "coordinates": [121.074762, 32.052627, -0.07]
| }
| },
| {
| "type": "Feature",
| "properties": {
| "type": "polyline",
| "style": { "color": "#FF6A00", "width": 6, "outlineWidth": "4.0" },
| "attr": {
| "name": "道路",
| "animateLine": true,
| "id": "b2de1530-b965-44f7-9076-4b4546618be4"
| }
| },
| "geometry": {
| "type": "LineString",
| "coordinates": [
| [121.06666, 32.052912, 0],
| [121.066867, 32.060968, 0.01],
| [121.075494, 32.061043, 0.01],
| [121.075477, 32.061695, 0.01]
| ]
| }
| },
| {
| "type": "Feature",
| "properties": {
| "type": "billboard",
| "style": { "image": "./images/police.png", "scale": 0.25 },
| "attr": { "name": "警察", "id": "9f5eb606-d775-40b8-9dcd-6eae9e753538" }
| },
| "geometry": {
| "type": "Point",
| "coordinates": [121.066634, 32.052901, 0.11]
| }
| },
| {
| "type": "Feature",
| "properties": {
| "type": "billboard",
| "style": { "image": "./images/alarm1.png", "scale": 0.25 },
| "attr": {
| "name": "突发事故",
| "id": "ffc11681-91b4-407a-a4f3-7c31777f6368"
| }
| },
| "geometry": { "type": "Point", "coordinates": [121.075515, 32.061682, 0] }
| }
| ]
| }
|
|