-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLHBP.json
123 lines (123 loc) · 1.94 KB
/
LHBP.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
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
{
"type": "Feature",
"properties": {
"id": "LHBP",
"prefix": [
"LHBP"
],
"name": "Budapest Approach"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
20.2367306,
47.1570386
],
[
20.2350998,
48.094649
],
[
20.0461864,
48.1447279
],
[
19.9031067,
48.1582993
],
[
19.8155594,
48.1663144
],
[
19.7484398,
48.2141502
],
[
19.6353149,
48.2438248
],
[
19.6034718,
48.231877
],
[
19.4857979,
48.0982604
],
[
19.2543983,
48.0686735
],
[
19.1257381,
48.072
],
[
18.9624023,
48.0688456
],
[
18.8672161,
48.0511771
],
[
18.8494492,
48.0517509
],
[
18.8224983,
48.0368314
],
[
18.509903,
47.9578584
],
[
18.4787464,
47.8584971
],
[
18.4670734,
47.7630992
],
[
18.3806419,
47.7435946
],
[
18.2230568,
47.7303758
],
[
18.2516813,
47.4850479
],
[
18.3640766,
47.0425218
],
[
19.0102959,
46.8925778
],
[
19.4080353,
46.8048771
],
[
19.8581314,
46.8793203
],
[
20.2367306,
47.1570386
]
]
]
]
}
}