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
| {
| "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": "dd53b6a3-9622-4545-b9cd-c93ecd3c78f5"
| }
| },
| "geometry": {
| "type": "Point",
| "coordinates": [120.159047, 30.227375, 120.67]
| }
| }
| ]
| }
|
|