-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.js
71 lines (71 loc) · 2.17 KB
/
data.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
export const TKMGeoJson = {
type: "FeatureCollection",
features: [
{
type: "Feature",
id: "TKM",
properties: { name: "Turkmenistan" },
geometry: {
type: "Polygon",
coordinates: [
[
[61.210817, 35.650072],
[61.123071, 36.491597],
[60.377638, 36.527383],
[59.234762, 37.412988],
[58.436154, 37.522309],
[57.330434, 38.029229],
[56.619366, 38.121394],
[56.180375, 37.935127],
[55.511578, 37.964117],
[54.800304, 37.392421],
[53.921598, 37.198918],
[53.735511, 37.906136],
[53.880929, 38.952093],
[53.101028, 39.290574],
[53.357808, 39.975286],
[52.693973, 40.033629],
[52.915251, 40.876523],
[53.858139, 40.631034],
[54.736845, 40.951015],
[54.008311, 41.551211],
[53.721713, 42.123191],
[52.91675, 41.868117],
[52.814689, 41.135371],
[52.50246, 41.783316],
[52.944293, 42.116034],
[54.079418, 42.324109],
[54.755345, 42.043971],
[55.455251, 41.259859],
[55.968191, 41.308642],
[57.096391, 41.32231],
[56.932215, 41.826026],
[57.78653, 42.170553],
[58.629011, 42.751551],
[59.976422, 42.223082],
[60.083341, 41.425146],
[60.465953, 41.220327],
[61.547179, 41.26637],
[61.882714, 41.084857],
[62.37426, 40.053886],
[63.518015, 39.363257],
[64.170223, 38.892407],
[65.215999, 38.402695],
[66.54615, 37.974685],
[66.518607, 37.362784],
[66.217385, 37.39379],
[65.745631, 37.661164],
[65.588948, 37.305217],
[64.746105, 37.111818],
[64.546479, 36.312073],
[63.982896, 36.007957],
[63.193538, 35.857166],
[62.984662, 35.404041],
[62.230651, 35.270664],
[61.210817, 35.650072],
],
],
},
},
],
};