-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathUkraine.json
49 lines (48 loc) · 1.94 KB
/
Ukraine.json
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
{
"country": "Ukraine",
"parkings-lots": [
{
"name": "Lviv Central Parking",
"data": {
"type": "Polygon",
"coordinates":
[
[
[49.839758156621365, 24.029854238033295],
[49.83974864255308, 24.029792547225952],
[49.83971664067335, 24.029855579137802],
[49.83968982827132, 24.029962867498398],
[49.839670800106006, 24.0300352871418],
[49.839653501767415, 24.030101001262665],
[49.83963620342264, 24.030185490846634],
[49.839620634907035, 24.03024047613144],
[49.83960420146846, 24.030299484729767],
[49.83976075136693, 24.030248522758484],
[49.83997957440871, 24.030157327651978],
[49.83979794270474, 24.030027240514755],
[49.83976248119724, 24.02985692024231]
]
]
}
},
{
"name": "Team Technologies LLC Parking",
"data": {
"type": "Polygon",
"coordinates":
[
[
[49.85259265943878, 24.028132259845734],
[49.85229520667646, 24.027979373931885],
[49.8522658071761, 24.02813494205475],
[49.85252867266192, 24.02824491262436],
[49.852542507647875, 24.02820199728012],
[49.8526116825183, 24.02822345495224],
[49.85262724685049, 24.028159081935883],
[49.852599576923105, 24.02812957763672]
]
]
}
}
]
}