-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdl.js
97 lines (97 loc) · 2.2 KB
/
dl.js
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
shpwrite.download({
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#555555",
"fill-opacity": 0.5,
"ship_id": 1
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
78.7005615234375,
24.647017162630366
],
[
78.28857421875,
24.731864277701714
],
[
77.87109375,
24.101632993396617
],
[
79.2059326171875,
23.93103407144254
],
[
79.6453857421875,
24.467150664739002
],
[
78.7005615234375,
24.647017162630366
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#555555",
"fill-opacity": 0.5,
"ship_id": 2
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
77.14599609375,
23.104996849988808
],
[
77.14599609375,
23.674712836608773
],
[
76.5911865234375,
23.46324633155036
],
[
76.2066650390625,
22.836945920943855
],
[
76.937255859375,
22.156883186860703
],
[
78.3380126953125,
22.436417600763114
],
[
78.55224609374999,
23.11004929735674
],
[
77.14599609375,
23.104996849988808
]
]
]
}
}
]
});