From 6437132350528a84b0c645d46aba32c9baf4ac93 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Tue, 18 Jan 2022 12:24:30 +0000 Subject: [PATCH] Added waypoint model and waypoints data --- go.mod | 5 + go.sum | 2 + main.go | 29 + waypoint.go | 7 + waypoints.json | 40001 +++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 40044 insertions(+) create mode 100644 go.mod create mode 100644 go.sum create mode 100644 main.go create mode 100644 waypoint.go create mode 100644 waypoints.json diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..e01fbd7 --- /dev/null +++ b/go.mod @@ -0,0 +1,5 @@ +module DataInputClient + +go 1.17 + +require github.com/go-sql-driver/mysql v1.6.0 // indirect diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..20c16d6 --- /dev/null +++ b/go.sum @@ -0,0 +1,2 @@ +github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE= +github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= diff --git a/main.go b/main.go new file mode 100644 index 0000000..acc9a38 --- /dev/null +++ b/main.go @@ -0,0 +1,29 @@ +package main + +import ( + "database/sql" + "encoding/json" + "fmt" + "os" +) + +func main() { + + //Marshall JSON into Objects + + jsonString, _ := os.ReadFile("./waypoints.json") + data := []Waypoint{} + x := json.Unmarshal(jsonString, &data) + + fmt.Println(string(jsonString), x) + + //Open a connection to the database + db, err := sql.Open("mysql", "") + if err != nil { + + } + //Make a Query to the database + db.Exec("INSERT INTO ") + //Close the connection + db.Close() +} diff --git a/waypoint.go b/waypoint.go new file mode 100644 index 0000000..4b2016e --- /dev/null +++ b/waypoint.go @@ -0,0 +1,7 @@ +package main + +type Waypoint struct { + Coords []float64 `json:"coords"` + NavType string `json:"type"` + Name string `json:"name"` +} diff --git a/waypoints.json b/waypoints.json new file mode 100644 index 0000000..768e1d7 --- /dev/null +++ b/waypoints.json @@ -0,0 +1,40001 @@ +[{ + "coords": [-45.427776, 61.16111, 0.0], + "type": "ARP", + "name": "BGBW" +}, { + "coords": [-50.694168, 67.018059, 0.0], + "type": "ARP", + "name": "BGSF" +}, { + "coords": [-18.072222, 65.658607, 0.0], + "type": "ARP", + "name": "BIAR" +}, { + "coords": [-14.401389, 65.283333, 0.0], + "type": "ARP", + "name": "BIEG" +}, { + "coords": [-22.605556, 63.985001, 0.0], + "type": "ARP", + "name": "BIKF" +}, { + "coords": [-21.940556, 64.129997, 0.0], + "type": "ARP", + "name": "BIRK" +}, { + "coords": [4.767, 50.757832, 0.0], + "type": "ARP", + "name": "EBBE" +}, { + "coords": [5.469722, 51.168335, 0.0], + "type": "ARP", + "name": "EBBL" +}, { + "coords": [4.484445, 50.90139, 0.0], + "type": "ARP", + "name": "EBBR" +}, { + "coords": [5.223889, 49.891666, 0.0], + "type": "ARP", + "name": "EBBX" +}, { + "coords": [4.452778, 50.459999, 0.0], + "type": "ARP", + "name": "EBCI" +}, { + "coords": [3.838611, 50.576668, 0.0], + "type": "ARP", + "name": "EBCV" +}, { + "coords": [2.652833, 51.090332, 0.0], + "type": "ARP", + "name": "EBFN" +}, { + "coords": [4.645555, 50.243332, 0.0], + "type": "ARP", + "name": "EBFS" +}, { + "coords": [3.208889, 50.81889, 0.0], + "type": "ARP", + "name": "EBKT" +}, { + "coords": [5.442778, 50.636391, 0.0], + "type": "ARP", + "name": "EBLG" +}, { + "coords": [4.484445, 50.90139, 0.0], + "type": "ARP", + "name": "EBMB" +}, { + "coords": [2.862222, 51.198891, 0.0], + "type": "ARP", + "name": "EBOS" +}, { + "coords": [5.590556, 50.947498, 0.0], + "type": "ARP", + "name": "EBSL" +}, { + "coords": [5.44, 50.034168, 0.0], + "type": "ARP", + "name": "EBSU" +}, { + "coords": [3.475556, 51.144165, 0.0], + "type": "ARP", + "name": "EBUL" +}, { + "coords": [4.959167, 51.394165, 0.0], + "type": "ARP", + "name": "EBWE" +}, { + "coords": [4.753334, 51.264721, 0.0], + "type": "ARP", + "name": "EBZR" +}, { + "coords": [14.519722, 51.193611, 0.0], + "type": "ARP", + "name": "EDAB" +}, { + "coords": [12.506389, 50.981945, 0.0], + "type": "ARP", + "name": "EDAC" +}, { + "coords": [14.152223, 53.878613, 0.0], + "type": "ARP", + "name": "EDAH" +}, { + "coords": [13.555555, 51.306946, 0.0], + "type": "ARP", + "name": "EDAK" +}, { + "coords": [13.693611, 52.827221, 0.0], + "type": "ARP", + "name": "EDAV" +}, { + "coords": [12.752167, 53.305168, 0.0], + "type": "ARP", + "name": "EDAX" +}, { + "coords": [11.418889, 51.855, 0.0], + "type": "ARP", + "name": "EDBC" +}, { + "coords": [14.95, 51.363167, 0.0], + "type": "ARP", + "name": "EDBR" +}, { + "coords": [14.531667, 51.889446, 0.0], + "type": "ARP", + "name": "EDCD" +}, { + "coords": [13.772778, 54.157776, 0.0], + "type": "ARP", + "name": "EDCP" +}, { + "coords": [14.137, 51.577, 0.0], + "type": "ARP", + "name": "EDCY" +}, { + "coords": [13.520555, 52.378613, 0.0], + "type": "ARP", + "name": "EDDB" +}, { + "coords": [13.767222, 51.132778, 0.0], + "type": "ARP", + "name": "EDDC" +}, { + "coords": [10.958055, 50.979721, 0.0], + "type": "ARP", + "name": "EDDE" +}, { + "coords": [8.570556, 50.033333, 0.0], + "type": "ARP", + "name": "EDDF" +}, { + "coords": [7.684722, 52.134724, 0.0], + "type": "ARP", + "name": "EDDG" +}, { + "coords": [9.988334, 53.63028, 0.0], + "type": "ARP", + "name": "EDDH" +}, { + "coords": [13.401667, 52.47361, 0.0], + "type": "ARP", + "name": "EDDI" +}, { + "coords": [7.142778, 50.866112, 0.0], + "type": "ARP", + "name": "EDDK" +}, { + "coords": [6.757222, 51.280834, 0.0], + "type": "ARP", + "name": "EDDL" +}, { + "coords": [11.786111, 48.353889, 0.0], + "type": "ARP", + "name": "EDDM" +}, { + "coords": [11.078055, 49.498611, 0.0], + "type": "ARP", + "name": "EDDN" +}, { + "coords": [12.236389, 51.423889, 0.0], + "type": "ARP", + "name": "EDDP" +}, { + "coords": [7.109445, 49.214443, 0.0], + "type": "ARP", + "name": "EDDR" +}, { + "coords": [9.221945, 48.689999, 0.0], + "type": "ARP", + "name": "EDDS" +}, { + "coords": [13.287778, 52.559723, 0.0], + "type": "ARP", + "name": "EDDT" +}, { + "coords": [9.683611, 52.460278, 0.0], + "type": "ARP", + "name": "EDDV" +}, { + "coords": [8.786667, 53.047501, 0.0], + "type": "ARP", + "name": "EDDW" +}, { + "coords": [7.263889, 49.948666, 0.0], + "type": "ARP", + "name": "EDFH" +}, { + "coords": [10.480556, 50.990276, 0.0], + "type": "ARP", + "name": "EDGE" +}, { + "coords": [8.083, 50.707668, 0.0], + "type": "ARP", + "name": "EDGS" +}, { + "coords": [9.835556, 53.535278, 0.0], + "type": "ARP", + "name": "EDHI" +}, { + "coords": [10.719167, 53.805279, 0.0], + "type": "ARP", + "name": "EDHL" +}, { + "coords": [6.937222, 51.402222, 0.0], + "type": "ARP", + "name": "EDLE" +}, { + "coords": [8.616111, 51.613888, 0.0], + "type": "ARP", + "name": "EDLP" +}, { + "coords": [11.283055, 48.08139, 0.0], + "type": "ARP", + "name": "EDMO" +}, { + "coords": [9.511486, 47.671318, 0.0], + "type": "ARP", + "name": "EDNY" +}, { + "coords": [14.244445, 52.614445, 0.0], + "type": "ARP", + "name": "EDON" +}, { + "coords": [11.783611, 53.426945, 0.0], + "type": "ARP", + "name": "EDOP" +}, { + "coords": [11.8185, 52.627499, 0.0], + "type": "ARP", + "name": "EDOV" +}, { + "coords": [7.401111, 49.209446, 0.0], + "type": "ARP", + "name": "EDRZ" +}, { + "coords": [8.080556, 48.779724, 0.0], + "type": "ARP", + "name": "EDSB" +}, { + "coords": [7.617778, 47.903057, 0.0], + "type": "ARP", + "name": "EDTG" +}, { + "coords": [7.827778, 48.369167, 0.0], + "type": "ARP", + "name": "EDTL" +}, { + "coords": [10.556111, 52.319168, 0.0], + "type": "ARP", + "name": "EDVE" +}, { + "coords": [8.623333, 53.143333, 0.0], + "type": "ARP", + "name": "EDWD" +}, { + "coords": [8.3425, 54.911667, 0.0], + "type": "ARP", + "name": "EDXW" +}, { + "coords": [24.472778, 58.418888, 0.0], + "type": "ARP", + "name": "EEPU" +}, { + "coords": [24.8325, 59.413334, 0.0], + "type": "ARP", + "name": "EETN" +}, { + "coords": [23.4275, 68.364441, 0.0], + "type": "ARP", + "name": "EFET" +}, { + "coords": [24.789167, 61.856388, 0.0], + "type": "ARP", + "name": "EFHA" +}, { + "coords": [24.963333, 60.317223, 0.0], + "type": "ARP", + "name": "EFHK" +}, { + "coords": [23.082222, 59.845554, 0.0], + "type": "ARP", + "name": "EFHN" +}, { + "coords": [27.413889, 68.610832, 0.0], + "type": "ARP", + "name": "EFIV" +}, { + "coords": [29.624445, 62.65889, 0.0], + "type": "ARP", + "name": "EFJO" +}, { + "coords": [25.672777, 62.400833, 0.0], + "type": "ARP", + "name": "EFJY" +}, { + "coords": [23.05139, 63.124168, 0.0], + "type": "ARP", + "name": "EFKA" +}, { + "coords": [24.584723, 65.779167, 0.0], + "type": "ARP", + "name": "EFKE" +}, { + "coords": [27.6875, 64.284164, 0.0], + "type": "ARP", + "name": "EFKI" +}, { + "coords": [23.139166, 63.720276, 0.0], + "type": "ARP", + "name": "EFKK" +}, { + "coords": [29.231945, 65.99028, 0.0], + "type": "ARP", + "name": "EFKS" +}, { + "coords": [24.848055, 67.698608, 0.0], + "type": "ARP", + "name": "EFKT" +}, { + "coords": [27.794445, 63.00861, 0.0], + "type": "ARP", + "name": "EFKU" +}, { + "coords": [28.148611, 61.045834, 0.0], + "type": "ARP", + "name": "EFLP" +}, { + "coords": [19.896389, 60.121944, 0.0], + "type": "ARP", + "name": "EFMA" +}, { + "coords": [27.200001, 61.68639, 0.0], + "type": "ARP", + "name": "EFMI" +}, { + "coords": [25.355556, 64.929169, 0.0], + "type": "ARP", + "name": "EFOU" +}, { + "coords": [21.797777, 61.461388, 0.0], + "type": "ARP", + "name": "EFPO" +}, { + "coords": [26.946945, 65.402222, 0.0], + "type": "ARP", + "name": "EFPU" +}, { + "coords": [25.830833, 66.561668, 0.0], + "type": "ARP", + "name": "EFRO" +}, { + "coords": [28.945, 61.94278, 0.0], + "type": "ARP", + "name": "EFSA" +}, { + "coords": [22.831944, 62.693611, 0.0], + "type": "ARP", + "name": "EFSI" +}, { + "coords": [23.587778, 61.415279, 0.0], + "type": "ARP", + "name": "EFTP" +}, { + "coords": [22.261667, 60.514721, 0.0], + "type": "ARP", + "name": "EFTU" +}, { + "coords": [26.938055, 60.896389, 0.0], + "type": "ARP", + "name": "EFUT" +}, { + "coords": [21.764166, 63.045277, 0.0], + "type": "ARP", + "name": "EFVA" +}, { + "coords": [27.86861, 62.171112, 0.0], + "type": "ARP", + "name": "EFVR" +}, { + "coords": [-6.215833, 54.657501, 0.0], + "type": "ARP", + "name": "EGAA" +}, { + "coords": [-5.8725, 54.618057, 0.0], + "type": "ARP", + "name": "EGAC" +}, { + "coords": [-7.160833, 55.042778, 0.0], + "type": "ARP", + "name": "EGAE" +}, { + "coords": [-1.748028, 52.453857, 0.0], + "type": "ARP", + "name": "EGBB" +}, { + "coords": [-1.479722, 52.36972, 0.0], + "type": "ARP", + "name": "EGBE" +}, { + "coords": [-2.27495, 53.353745, 0.0], + "type": "ARP", + "name": "EGCC" +}, { + "coords": [-2.148889, 53.338055, 0.0], + "type": "ARP", + "name": "EGCD" +}, { + "coords": [-4.995333, 50.440498, 0.0], + "type": "ARP", + "name": "EGDG" +}, { + "coords": [-1.993333, 51.505165, 0.0], + "type": "ARP", + "name": "EGDL" +}, { + "coords": [-1.747333, 51.152168, 0.0], + "type": "ARP", + "name": "EGDM" +}, { + "coords": [-5.230834, 50.001167, 0.0], + "type": "ARP", + "name": "EGDO" +}, { + "coords": [-5.255667, 50.086166, 0.0], + "type": "ARP", + "name": "EGDR" +}, { + "coords": [-2.935667, 50.962502, 0.0], + "type": "ARP", + "name": "EGDW" +}, { + "coords": [-3.435833, 51.404835, 0.0], + "type": "ARP", + "name": "EGDX" +}, { + "coords": [-2.638833, 51.009335, 0.0], + "type": "ARP", + "name": "EGDY" +}, { + "coords": [-5.686389, 55.437222, 0.0], + "type": "ARP", + "name": "EGEC" +}, { + "coords": [-4.961111, 51.833057, 0.0], + "type": "ARP", + "name": "EGFE" +}, { + "coords": [-3.343333, 51.396667, 0.0], + "type": "ARP", + "name": "EGFF" +}, { + "coords": [-2.719089, 51.382668, 0.0], + "type": "ARP", + "name": "EGGD" +}, { + "coords": [-2.85, 53.333611, 0.0], + "type": "ARP", + "name": "EGGP" +}, { + "coords": [-0.368333, 51.874443, 0.0], + "type": "ARP", + "name": "EGGW" +}, { + "coords": [-1.8425, 50.779999, 0.0], + "type": "ARP", + "name": "EGHH" +}, { + "coords": [-1.356803, 50.95026, 0.0], + "type": "ARP", + "name": "EGHI" +}, { + "coords": [-1.030556, 51.186111, 0.0], + "type": "ARP", + "name": "EGHL" +}, { + "coords": [-2.195508, 49.207947, 0.0], + "type": "ARP", + "name": "EGJJ" +}, { + "coords": [0.0325, 51.330833, 0.0], + "type": "ARP", + "name": "EGKB" +}, { + "coords": [-0.190278, 51.148056, 0.0], + "type": "ARP", + "name": "EGKK" +}, { + "coords": [-0.776389, 51.275833, 0.0], + "type": "ARP", + "name": "EGLF" +}, { + "coords": [-1.080833, 51.676109, 0.0], + "type": "ARP", + "name": "EGLJ" +}, { + "coords": [-0.461389, 51.477501, 0.0], + "type": "ARP", + "name": "EGLL" +}, { + "coords": [0.695556, 51.571388, 0.0], + "type": "ARP", + "name": "EGMC" +}, { + "coords": [1.346111, 51.342224, 0.0], + "type": "ARP", + "name": "EGMH" +}, { + "coords": [-2.809167, 54.9375, 0.0], + "type": "ARP", + "name": "EGNC" +}, { + "coords": [-3.028561, 53.771561, 0.0], + "type": "ARP", + "name": "EGNH" +}, { + "coords": [-0.350833, 53.574444, 0.0], + "type": "ARP", + "name": "EGNJ" +}, { + "coords": [-1.660569, 53.865898, 0.0], + "type": "ARP", + "name": "EGNM" +}, { + "coords": [-2.883889, 53.744999, 0.0], + "type": "ARP", + "name": "EGNO" +}, { + "coords": [-2.977778, 53.178055, 0.0], + "type": "ARP", + "name": "EGNR" +}, { + "coords": [-4.624166, 54.083332, 0.0], + "type": "ARP", + "name": "EGNS" +}, { + "coords": [-1.691667, 55.037498, 0.0], + "type": "ARP", + "name": "EGNT" +}, { + "coords": [-1.429406, 54.50919, 0.0], + "type": "ARP", + "name": "EGNV" +}, { + "coords": [-1.328056, 52.831112, 0.0], + "type": "ARP", + "name": "EGNX" +}, { + "coords": [-4.1235, 52.811668, 0.0], + "type": "ARP", + "name": "EGOD" +}, { + "coords": [-4.373, 53.258835, 0.0], + "type": "ARP", + "name": "EGOQ" +}, { + "coords": [-2.668, 52.798168, 0.0], + "type": "ARP", + "name": "EGOS" +}, { + "coords": [-4.535333, 53.248165, 0.0], + "type": "ARP", + "name": "EGOV" +}, { + "coords": [-3.0555, 53.581501, 0.0], + "type": "ARP", + "name": "EGOW" +}, { + "coords": [-4.947834, 54.851166, 0.0], + "type": "ARP", + "name": "EGOY" +}, { + "coords": [-3.0975, 58.456665, 0.0], + "type": "ARP", + "name": "EGPC" +}, { + "coords": [-2.200278, 57.204166, 0.0], + "type": "ARP", + "name": "EGPD" +}, { + "coords": [-4.05005, 57.540062, 0.0], + "type": "ARP", + "name": "EGPE" +}, { + "coords": [-4.433333, 55.871944, 0.0], + "type": "ARP", + "name": "EGPF" +}, { + "coords": [-3.3725, 55.950001, 0.0], + "type": "ARP", + "name": "EGPH" +}, { + "coords": [-6.256667, 55.681946, 0.0], + "type": "ARP", + "name": "EGPI" +}, { + "coords": [-4.586667, 55.507778, 0.0], + "type": "ARP", + "name": "EGPK" +}, { + "coords": [-7.366389, 57.477501, 0.0], + "type": "ARP", + "name": "EGPL" +}, { + "coords": [-6.328889, 58.213612, 0.0], + "type": "ARP", + "name": "EGPO" +}, { + "coords": [-3.560667, 57.649334, 0.0], + "type": "ARP", + "name": "EGQK" +}, { + "coords": [-2.8685, 56.372833, 0.0], + "type": "ARP", + "name": "EGQL" +}, { + "coords": [-3.33917, 57.705215, 0.0], + "type": "ARP", + "name": "EGQS" +}, { + "coords": [0.175, 52.205002, 0.0], + "type": "ARP", + "name": "EGSC" +}, { + "coords": [1.28265, 52.67593, 0.0], + "type": "ARP", + "name": "EGSH" +}, { + "coords": [0.235, 51.884998, 0.0], + "type": "ARP", + "name": "EGSS" +}, { + "coords": [0.155833, 51.721111, 0.0], + "type": "ARP", + "name": "EGSX" +}, { + "coords": [-0.616667, 52.072224, 0.0], + "type": "ARP", + "name": "EGTC" +}, { + "coords": [-0.535833, 51.117222, 0.0], + "type": "ARP", + "name": "EGTD" +}, { + "coords": [-3.413889, 50.734444, 0.0], + "type": "ARP", + "name": "EGTE" +}, { + "coords": [-2.590278, 51.519444, 0.0], + "type": "ARP", + "name": "EGTG" +}, { + "coords": [-1.095833, 51.616333, 0.0], + "type": "ARP", + "name": "EGUB" +}, { + "coords": [0.561111, 52.409443, 0.0], + "type": "ARP", + "name": "EGUL" +}, { + "coords": [0.486667, 52.360001, 0.0], + "type": "ARP", + "name": "EGUN" +}, { + "coords": [0.956, 52.127335, 0.0], + "type": "ARP", + "name": "EGUW" +}, { + "coords": [-1.583667, 51.75, 0.0], + "type": "ARP", + "name": "EGVN" +}, { + "coords": [-0.942833, 51.234165, 0.0], + "type": "ARP", + "name": "EGVO" +}, { + "coords": [-0.418167, 51.553001, 0.0], + "type": "ARP", + "name": "EGWU" +}, { + "coords": [-0.166, 53.092999, 0.0], + "type": "ARP", + "name": "EGXC" +}, { + "coords": [-1.420333, 54.137165, 0.0], + "type": "ARP", + "name": "EGXD" +}, { + "coords": [-1.535167, 54.292332, 0.0], + "type": "ARP", + "name": "EGXE" +}, { + "coords": [-1.1955, 53.834332, 0.0], + "type": "ARP", + "name": "EGXG" +}, { + "coords": [-0.648833, 52.735668, 0.0], + "type": "ARP", + "name": "EGXJ" +}, { + "coords": [-0.476667, 52.612499, 0.0], + "type": "ARP", + "name": "EGXT" +}, { + "coords": [-1.252833, 54.049168, 0.0], + "type": "ARP", + "name": "EGXU" +}, { + "coords": [-0.523833, 53.166168, 0.0], + "type": "ARP", + "name": "EGXW" +}, { + "coords": [-1.382167, 54.205502, 0.0], + "type": "ARP", + "name": "EGXZ" +}, { + "coords": [1.357333, 52.755001, 0.0], + "type": "ARP", + "name": "EGYC" +}, { + "coords": [-0.483167, 53.030334, 0.0], + "type": "ARP", + "name": "EGYD" +}, { + "coords": [-0.561667, 52.962334, 0.0], + "type": "ARP", + "name": "EGYE" +}, { + "coords": [0.5505, 52.648335, 0.0], + "type": "ARP", + "name": "EGYM" +}, { + "coords": [4.764167, 52.308056, 0.0], + "type": "ARP", + "name": "EHAM" +}, { + "coords": [5.776945, 50.915833, 0.0], + "type": "ARP", + "name": "EHBK" +}, { + "coords": [5.871933, 52.059734, 0.0], + "type": "ARP", + "name": "EHDL" +}, { + "coords": [5.374516, 51.450134, 0.0], + "type": "ARP", + "name": "EHEH" +}, { + "coords": [6.583333, 53.125, 0.0], + "type": "ARP", + "name": "EHGG" +}, { + "coords": [4.931833, 51.567383, 0.0], + "type": "ARP", + "name": "EHGR" +}, { + "coords": [5.752533, 53.225266, 0.0], + "type": "ARP", + "name": "EHLW" +}, { + "coords": [4.437222, 51.956944, 0.0], + "type": "ARP", + "name": "EHRD" +}, { + "coords": [5.2762, 52.1273, 0.0], + "type": "ARP", + "name": "EHSB" +}, { + "coords": [6.8891, 52.275833, 0.0], + "type": "ARP", + "name": "EHTW" +}, { + "coords": [4.41795, 52.166149, 0.0], + "type": "ARP", + "name": "EHVB" +}, { + "coords": [5.707817, 51.6572, 0.0], + "type": "ARP", + "name": "EHVK" +}, { + "coords": [4.34215, 51.449001, 0.0], + "type": "ARP", + "name": "EHWO" +}, { + "coords": [-8.491111, 51.84127, 0.0], + "type": "ARP", + "name": "EICK" +}, { + "coords": [-6.27, 53.421391, 0.0], + "type": "ARP", + "name": "EIDW" +}, { + "coords": [-8.818492, 53.910297, 0.0], + "type": "ARP", + "name": "EIKN" +}, { + "coords": [-9.523784, 52.180878, 0.0], + "type": "ARP", + "name": "EIKY" +}, { + "coords": [-6.455406, 53.30299, 0.0], + "type": "ARP", + "name": "EIME" +}, { + "coords": [-8.924817, 52.701977, 0.0], + "type": "ARP", + "name": "EINN" +}, { + "coords": [10.619166, 56.299999, 0.0], + "type": "ARP", + "name": "EKAH" +}, { + "coords": [9.151667, 55.740276, 0.0], + "type": "ARP", + "name": "EKBI" +}, { + "coords": [12.656111, 55.618057, 0.0], + "type": "ARP", + "name": "EKCH" +}, { + "coords": [8.5525, 55.52639, 0.0], + "type": "ARP", + "name": "EKEB" +}, { + "coords": [9.111111, 56.298611, 0.0], + "type": "ARP", + "name": "EKKA" +}, { + "coords": [10.331111, 55.476665, 0.0], + "type": "ARP", + "name": "EKOD" +}, { + "coords": [12.131428, 55.585567, 0.0], + "type": "ARP", + "name": "EKRK" +}, { + "coords": [14.759444, 55.063332, 0.0], + "type": "ARP", + "name": "EKRN" +}, { + "coords": [9.26393, 55.225552, 0.0], + "type": "ARP", + "name": "EKSP" +}, { + "coords": [8.701944, 57.06889, 0.0], + "type": "ARP", + "name": "EKTS" +}, { + "coords": [9.213611, 55.701111, 0.0], + "type": "ARP", + "name": "EKVA" +}, { + "coords": [12.323889, 55.769444, 0.0], + "type": "ARP", + "name": "EKVL" +}, { + "coords": [9.849167, 57.092777, 0.0], + "type": "ARP", + "name": "EKYT" +}, { + "coords": [6.204444, 49.623333, 0.0], + "type": "ARP", + "name": "ELLX" +}, { + "coords": [6.119639, 62.562443, 0.0], + "type": "ARP", + "name": "ENAL" +}, { + "coords": [16.144047, 69.292366, 0.0], + "type": "ARP", + "name": "ENAN" +}, { + "coords": [23.371666, 69.976112, 0.0], + "type": "ARP", + "name": "ENAT" +}, { + "coords": [14.36525, 67.269203, 0.0], + "type": "ARP", + "name": "ENBO" +}, { + "coords": [5.218086, 60.293522, 0.0], + "type": "ARP", + "name": "ENBR" +}, { + "coords": [8.085022, 58.203953, 0.0], + "type": "ARP", + "name": "ENCN" +}, { + "coords": [8.512806, 60.416687, 0.0], + "type": "ARP", + "name": "ENDI" +}, { + "coords": [18.540356, 69.055756, 0.0], + "type": "ARP", + "name": "ENDU" +}, { + "coords": [16.678389, 68.488853, 0.0], + "type": "ARP", + "name": "ENEV" +}, { + "coords": [9.288089, 61.015507, 0.0], + "type": "ARP", + "name": "ENFG" +}, { + "coords": [11.083889, 60.202778, 0.0], + "type": "ARP", + "name": "ENGM" +}, { + "coords": [5.212517, 59.343197, 0.0], + "type": "ARP", + "name": "ENHD" +}, { + "coords": [7.826147, 63.112057, 0.0], + "type": "ARP", + "name": "ENKB" +}, { + "coords": [11.033334, 59.983334, 0.0], + "type": "ARP", + "name": "ENKJ" +}, { + "coords": [29.887697, 69.725052, 0.0], + "type": "ARP", + "name": "ENKR" +}, { + "coords": [6.624939, 58.100212, 0.0], + "type": "ARP", + "name": "ENLI" +}, { + "coords": [7.262617, 62.744804, 0.0], + "type": "ARP", + "name": "ENML" +}, { + "coords": [9.603769, 63.699123, 0.0], + "type": "ARP", + "name": "ENOL" +}, { + "coords": [11.344983, 62.579025, 0.0], + "type": "ARP", + "name": "ENRO" +}, { + "coords": [10.785502, 59.378773, 0.0], + "type": "ARP", + "name": "ENRY" +}, { + "coords": [18.917719, 69.681511, 0.0], + "type": "ARP", + "name": "ENTC" +}, { + "coords": [10.258631, 59.186634, 0.0], + "type": "ARP", + "name": "ENTO" +}, { + "coords": [10.924189, 63.457596, 0.0], + "type": "ARP", + "name": "ENVA" +}, { + "coords": [5.637778, 58.876667, 0.0], + "type": "ARP", + "name": "ENZV" +}, { + "coords": [17.977669, 53.096802, 0.0], + "type": "ARP", + "name": "EPBY" +}, { + "coords": [19.204721, 50.884998, 0.0], + "type": "ARP", + "name": "EPCH" +}, { + "coords": [21.893612, 51.551388, 0.0], + "type": "ARP", + "name": "EPDE" +}, { + "coords": [18.466223, 54.377571, 0.0], + "type": "ARP", + "name": "EPGD" +}, { + "coords": [19.784836, 50.077732, 0.0], + "type": "ARP", + "name": "EPKK" +}, { + "coords": [16.265556, 54.0425, 0.0], + "type": "ARP", + "name": "EPKO" +}, { + "coords": [19.080019, 50.474255, 0.0], + "type": "ARP", + "name": "EPKT" +}, { + "coords": [19.134167, 54.026943, 0.0], + "type": "ARP", + "name": "EPMB" +}, { + "coords": [21.462132, 50.322273, 0.0], + "type": "ARP", + "name": "EPML" +}, { + "coords": [20.650555, 52.451111, 0.0], + "type": "ARP", + "name": "EPMO" +}, { + "coords": [16.826324, 52.421032, 0.0], + "type": "ARP", + "name": "EPPO" +}, { + "coords": [18.673334, 54.248055, 0.0], + "type": "ARP", + "name": "EPPR" +}, { + "coords": [22.018999, 50.109959, 0.0], + "type": "ARP", + "name": "EPRZ" +}, { + "coords": [14.902205, 53.584732, 0.0], + "type": "ARP", + "name": "EPSC" +}, { + "coords": [17.1075, 54.478889, 0.0], + "type": "ARP", + "name": "EPSK" +}, { + "coords": [20.937691, 53.481857, 0.0], + "type": "ARP", + "name": "EPSY" +}, { + "coords": [20.967123, 52.165749, 0.0], + "type": "ARP", + "name": "EPWA" +}, { + "coords": [16.885836, 51.102684, 0.0], + "type": "ARP", + "name": "EPWR" +}, { + "coords": [15.798555, 52.138515, 0.0], + "type": "ARP", + "name": "EPZG" +}, { + "coords": [15.522778, 58.397778, 0.0], + "type": "ARP", + "name": "ESCF" +}, { + "coords": [16.106667, 58.611389, 0.0], + "type": "ARP", + "name": "ESCK" +}, { + "coords": [17.098333, 61.261391, 0.0], + "type": "ARP", + "name": "ESCL" +}, { + "coords": [17.595833, 59.900833, 0.0], + "type": "ARP", + "name": "ESCM" +}, { + "coords": [17.907778, 59.179443, 0.0], + "type": "ARP", + "name": "ESCN" +}, { + "coords": [12.855136, 56.291233, 0.0], + "type": "ARP", + "name": "ESDB" +}, { + "coords": [15.265095, 56.266804, 0.0], + "type": "ARP", + "name": "ESDF" +}, { + "coords": [13.263056, 58.409721, 0.0], + "type": "ARP", + "name": "ESFH" +}, { + "coords": [14.136355, 56.187363, 0.0], + "type": "ARP", + "name": "ESFI" +}, { + "coords": [13.628612, 55.649166, 0.0], + "type": "ARP", + "name": "ESFJ" +}, { + "coords": [14.113611, 58.598057, 0.0], + "type": "ARP", + "name": "ESFM" +}, { + "coords": [15.452836, 56.844513, 0.0], + "type": "ARP", + "name": "ESFQ" +}, { + "coords": [13.0575, 58.498611, 0.0], + "type": "ARP", + "name": "ESFR" +}, { + "coords": [14.949722, 56.681667, 0.0], + "type": "ARP", + "name": "ESFU" +}, { + "coords": [13.601389, 56.783333, 0.0], + "type": "ARP", + "name": "ESFY" +}, { + "coords": [12.291111, 57.66, 0.0], + "type": "ARP", + "name": "ESGG" +}, { + "coords": [14.069114, 57.758282, 0.0], + "type": "ARP", + "name": "ESGJ" +}, { + "coords": [13.174502, 58.465412, 0.0], + "type": "ARP", + "name": "ESGL" +}, { + "coords": [11.870528, 57.77549, 0.0], + "type": "ARP", + "name": "ESGP" +}, { + "coords": [13.972725, 58.456249, 0.0], + "type": "ARP", + "name": "ESGR" +}, { + "coords": [12.345, 58.318054, 0.0], + "type": "ARP", + "name": "ESGT" +}, { + "coords": [14.507222, 58.513611, 0.0], + "type": "ARP", + "name": "ESIA" +}, { + "coords": [12.711236, 58.428471, 0.0], + "type": "ARP", + "name": "ESIB" +}, { + "coords": [18.105, 60.132778, 0.0], + "type": "ARP", + "name": "ESKA" +}, { + "coords": [14.510555, 60.958611, 0.0], + "type": "ARP", + "name": "ESKM" +}, { + "coords": [16.90361, 58.788612, 0.0], + "type": "ARP", + "name": "ESKN" +}, { + "coords": [17.112499, 59.314445, 0.0], + "type": "ARP", + "name": "ESKS" +}, { + "coords": [17.421944, 60.345001, 0.0], + "type": "ARP", + "name": "ESKT" +}, { + "coords": [16.571112, 58.790833, 0.0], + "type": "ARP", + "name": "ESKX" +}, { + "coords": [14.085278, 55.920555, 0.0], + "type": "ARP", + "name": "ESMK" +}, { + "coords": [16.287451, 56.68565, 0.0], + "type": "ARP", + "name": "ESMQ" +}, { + "coords": [13.353414, 55.548271, 0.0], + "type": "ARP", + "name": "ESMS" +}, { + "coords": [12.82, 56.690834, 0.0], + "type": "ARP", + "name": "ESMT" +}, { + "coords": [14.137222, 57.292221, 0.0], + "type": "ARP", + "name": "ESMV" +}, { + "coords": [14.728764, 56.930332, 0.0], + "type": "ARP", + "name": "ESMX" +}, { + "coords": [15.705277, 61.898056, 0.0], + "type": "ARP", + "name": "ESNF" +}, { + "coords": [20.812243, 67.133018, 0.0], + "type": "ARP", + "name": "ESNG" +}, { + "coords": [17.936089, 63.632587, 0.0], + "type": "ARP", + "name": "ESNI" +}, { + "coords": [20.151667, 66.498055, 0.0], + "type": "ARP", + "name": "ESNJ" +}, { + "coords": [17.769444, 63.048611, 0.0], + "type": "ARP", + "name": "ESNK" +}, { + "coords": [18.717842, 64.547485, 0.0], + "type": "ARP", + "name": "ESNL" +}, { + "coords": [17.442898, 62.529385, 0.0], + "type": "ARP", + "name": "ESNN" +}, { + "coords": [18.992598, 63.407906, 0.0], + "type": "ARP", + "name": "ESNO" +}, { + "coords": [21.265278, 65.399445, 0.0], + "type": "ARP", + "name": "ESNP" +}, { + "coords": [20.335592, 67.821259, 0.0], + "type": "ARP", + "name": "ESNQ" +}, { + "coords": [21.076881, 64.624725, 0.0], + "type": "ARP", + "name": "ESNS" +}, { + "coords": [17.00639, 62.482224, 0.0], + "type": "ARP", + "name": "ESNT" +}, { + "coords": [20.279858, 63.793152, 0.0], + "type": "ARP", + "name": "ESNU" +}, { + "coords": [19.281944, 65.590279, 0.0], + "type": "ARP", + "name": "ESNX" +}, { + "coords": [15.04, 59.228054, 0.0], + "type": "ARP", + "name": "ESOE" +}, { + "coords": [13.3375, 59.444721, 0.0], + "type": "ARP", + "name": "ESOK" +}, { + "coords": [16.633699, 59.589462, 0.0], + "type": "ARP", + "name": "ESOW" +}, { + "coords": [22.123562, 65.543243, 0.0], + "type": "ARP", + "name": "ESPA" +}, { + "coords": [14.500278, 63.194443, 0.0], + "type": "ARP", + "name": "ESPC" +}, { + "coords": [20.154167, 65.876663, 0.0], + "type": "ARP", + "name": "ESPE" +}, { + "coords": [21.473333, 65.839447, 0.0], + "type": "ARP", + "name": "ESPJ" +}, { + "coords": [15.920834, 59.388332, 0.0], + "type": "ARP", + "name": "ESQO" +}, { + "coords": [17.918612, 59.651943, 0.0], + "type": "ARP", + "name": "ESSA" +}, { + "coords": [17.942133, 59.354507, 0.0], + "type": "ARP", + "name": "ESSB" +}, { + "coords": [15.514947, 60.422127, 0.0], + "type": "ARP", + "name": "ESSD" +}, { + "coords": [15.823334, 57.525833, 0.0], + "type": "ARP", + "name": "ESSF" +}, { + "coords": [16.951389, 60.593334, 0.0], + "type": "ARP", + "name": "ESSK" +}, { + "coords": [15.679708, 58.406265, 0.0], + "type": "ARP", + "name": "ESSL" +}, { + "coords": [16.246288, 58.585972, 0.0], + "type": "ARP", + "name": "ESSP" +}, { + "coords": [12.993664, 60.154644, 0.0], + "type": "ARP", + "name": "ESST" +}, { + "coords": [16.708334, 59.352222, 0.0], + "type": "ARP", + "name": "ESSU" +}, { + "coords": [18.346033, 57.662773, 0.0], + "type": "ARP", + "name": "ESSV" +}, { + "coords": [13.207036, 56.085148, 0.0], + "type": "ARP", + "name": "ESTL" +}, { + "coords": [19.318056, 64.571663, 0.0], + "type": "ARP", + "name": "ESUA" +}, { + "coords": [17.701878, 64.961029, 0.0], + "type": "ARP", + "name": "ESUD" +}, { + "coords": [12.689445, 61.86972, 0.0], + "type": "ARP", + "name": "ESUE" +}, { + "coords": [20.76111, 65.107498, 0.0], + "type": "ARP", + "name": "ESUF" +}, { + "coords": [6.7, 49.976665, 0.0], + "type": "ARP", + "name": "ETAD" +}, { + "coords": [7.6, 49.436668, 0.0], + "type": "ARP", + "name": "ETAR" +}, { + "coords": [9.966666, 49.650002, 0.0], + "type": "ARP", + "name": "ETEU" +}, { + "coords": [9.082167, 52.2785, 0.0], + "type": "ARP", + "name": "ETHB" +}, { + "coords": [10.022166, 52.591331, 0.0], + "type": "ARP", + "name": "ETHC" +}, { + "coords": [9.910167, 48.220165, 0.0], + "type": "ARP", + "name": "ETHL" +}, { + "coords": [7.315166, 50.365833, 0.0], + "type": "ARP", + "name": "ETHM" +}, { + "coords": [10.183833, 52.919334, 0.0], + "type": "ARP", + "name": "ETHS" +}, { + "coords": [14.292, 51.768002, 0.0], + "type": "ARP", + "name": "ETHT" +}, { + "coords": [9.346, 54.624832, 0.0], + "type": "ARP", + "name": "ETME" +}, { + "coords": [8.6585, 53.767666, 0.0], + "type": "ARP", + "name": "ETMN" +}, { + "coords": [6.0425, 50.960835, 0.0], + "type": "ARP", + "name": "ETNG" +}, { + "coords": [9.538167, 54.312168, 0.0], + "type": "ARP", + "name": "ETNH" +}, { + "coords": [7.888667, 53.533501, 0.0], + "type": "ARP", + "name": "ETNJ" +}, { + "coords": [12.278334, 53.918167, 0.0], + "type": "ARP", + "name": "ETNL" +}, { + "coords": [6.658167, 50.831165, 0.0], + "type": "ARP", + "name": "ETNN" +}, { + "coords": [7.541333, 52.338665, 0.0], + "type": "ARP", + "name": "ETNP" +}, { + "coords": [9.516334, 54.459332, 0.0], + "type": "ARP", + "name": "ETNS" +}, { + "coords": [7.667333, 53.547832, 0.0], + "type": "ARP", + "name": "ETNT" +}, { + "coords": [13.306, 53.602165, 0.0], + "type": "ARP", + "name": "ETNU" +}, { + "coords": [9.427167, 52.457333, 0.0], + "type": "ARP", + "name": "ETNW" +}, { + "coords": [8.325397, 50.04982, 0.0], + "type": "ARP", + "name": "ETOU" +}, { + "coords": [10.906, 48.070499, 0.0], + "type": "ARP", + "name": "ETSA" +}, { + "coords": [7.063334, 50.173832, 0.0], + "type": "ARP", + "name": "ETSB" +}, { + "coords": [11.948667, 48.322334, 0.0], + "type": "ARP", + "name": "ETSE" +}, { + "coords": [11.267, 48.205666, 0.0], + "type": "ARP", + "name": "ETSF" +}, { + "coords": [13.167666, 51.767834, 0.0], + "type": "ARP", + "name": "ETSH" +}, { + "coords": [11.534, 48.715668, 0.0], + "type": "ARP", + "name": "ETSI" +}, { + "coords": [10.861167, 48.185501, 0.0], + "type": "ARP", + "name": "ETSL" +}, { + "coords": [10.2395, 47.988834, 0.0], + "type": "ARP", + "name": "ETSM" +}, { + "coords": [11.2115, 48.710999, 0.0], + "type": "ARP", + "name": "ETSN" +}, { + "coords": [8.306311, 51.922905, 0.0], + "type": "ARP", + "name": "ETUO" +}, { + "coords": [6.132108, 51.199696, 0.0], + "type": "ARP", + "name": "ETUR" +}, { + "coords": [21.097033, 56.517521, 0.0], + "type": "ARP", + "name": "EVLA" +}, { + "coords": [23.971197, 56.92366, 0.0], + "type": "ARP", + "name": "EVRA" +}, { + "coords": [24.08478, 54.963921, 0.0], + "type": "ARP", + "name": "EYKA" +}, { + "coords": [21.093855, 55.973228, 0.0], + "type": "ARP", + "name": "EYPA" +}, { + "coords": [23.394976, 55.893887, 0.0], + "type": "ARP", + "name": "EYSA" +}, { + "coords": [25.287804, 54.637074, 0.0], + "type": "ARP", + "name": "EYVI" +}, { + "coords": [19.723333, 41.411667, 0.0], + "type": "ARP", + "name": "LATI" +}, { + "coords": [27.516666, 42.566666, 0.0], + "type": "ARP", + "name": "LBBG" +}, { + "coords": [25.711666, 43.151669, 0.0], + "type": "ARP", + "name": "LBGO" +}, { + "coords": [24.851667, 42.068333, 0.0], + "type": "ARP", + "name": "LBPD" +}, { + "coords": [23.408333, 42.695, 0.0], + "type": "ARP", + "name": "LBSF" +}, { + "coords": [27.825001, 43.233334, 0.0], + "type": "ARP", + "name": "LBWN" +}, { + "coords": [18.268244, 42.561352, 0.0], + "type": "ARP", + "name": "LDDU" +}, { + "coords": [13.922192, 44.893532, 0.0], + "type": "ARP", + "name": "LDPL" +}, { + "coords": [14.570267, 45.216888, 0.0], + "type": "ARP", + "name": "LDRI" +}, { + "coords": [16.297964, 43.538944, 0.0], + "type": "ARP", + "name": "LDSP" +}, { + "coords": [16.068777, 45.742931, 0.0], + "type": "ARP", + "name": "LDZA" +}, { + "coords": [15.346697, 44.108269, 0.0], + "type": "ARP", + "name": "LDZD" +}, { + "coords": [15.781944, 44.555557, 0.0], + "type": "ARP", + "name": "LDZU" +}, { + "coords": [-1.863444, 38.948471, 0.0], + "type": "ARP", + "name": "LEAB" +}, { + "coords": [-0.558156, 38.282169, 0.0], + "type": "ARP", + "name": "LEAL" +}, { + "coords": [-2.370097, 36.843937, 0.0], + "type": "ARP", + "name": "LEAM" +}, { + "coords": [-6.034622, 43.563568, 0.0], + "type": "ARP", + "name": "LEAS" +}, { + "coords": [-2.910608, 43.301098, 0.0], + "type": "ARP", + "name": "LEBB" +}, { + "coords": [2.078464, 41.297077, 0.0], + "type": "ARP", + "name": "LEBL" +}, { + "coords": [-6.821333, 38.891251, 0.0], + "type": "ARP", + "name": "LEBZ" +}, { + "coords": [-8.377255, 43.302063, 0.0], + "type": "ARP", + "name": "LECO" +}, { + "coords": [2.760547, 41.90097, 0.0], + "type": "ARP", + "name": "LEGE" +}, { + "coords": [-3.777356, 37.188732, 0.0], + "type": "ARP", + "name": "LEGR" +}, { + "coords": [-3.723833, 40.29414, 0.0], + "type": "ARP", + "name": "LEGT" +}, { + "coords": [1.373117, 38.87286, 0.0], + "type": "ARP", + "name": "LEIB" +}, { + "coords": [-6.060111, 36.744621, 0.0], + "type": "ARP", + "name": "LEJR" +}, { + "coords": [-0.812389, 37.774971, 0.0], + "type": "ARP", + "name": "LELC" +}, { + "coords": [-3.560945, 40.472229, 0.0], + "type": "ARP", + "name": "LEMD" +}, { + "coords": [-4.499208, 36.674973, 0.0], + "type": "ARP", + "name": "LEMG" +}, { + "coords": [4.218647, 39.862598, 0.0], + "type": "ARP", + "name": "LEMH" +}, { + "coords": [-5.616667, 37.174999, 0.0], + "type": "ARP", + "name": "LEMO" +}, { + "coords": [2.738808, 39.551674, 0.0], + "type": "ARP", + "name": "LEPA" +}, { + "coords": [-1.646331, 42.770039, 0.0], + "type": "ARP", + "name": "LEPP" +}, { + "coords": [1.167172, 41.147388, 0.0], + "type": "ARP", + "name": "LERS" +}, { + "coords": [-6.346667, 36.646667, 0.0], + "type": "ARP", + "name": "LERT" +}, { + "coords": [-5.501986, 40.952118, 0.0], + "type": "ARP", + "name": "LESA" +}, { + "coords": [-1.790611, 43.356518, 0.0], + "type": "ARP", + "name": "LESO" +}, { + "coords": [-8.415145, 42.896332, 0.0], + "type": "ARP", + "name": "LEST" +}, { + "coords": [-3.458306, 40.486805, 0.0], + "type": "ARP", + "name": "LETO" +}, { + "coords": [-0.481625, 39.489315, 0.0], + "type": "ARP", + "name": "LEVC" +}, { + "coords": [-4.851861, 41.706001, 0.0], + "type": "ARP", + "name": "LEVD" +}, { + "coords": [-2.724469, 42.882835, 0.0], + "type": "ARP", + "name": "LEVT" +}, { + "coords": [-8.627528, 42.229118, 0.0], + "type": "ARP", + "name": "LEVX" +}, { + "coords": [-3.820006, 43.427063, 0.0], + "type": "ARP", + "name": "LEXJ" +}, { + "coords": [-1.041553, 41.666241, 0.0], + "type": "ARP", + "name": "LEZG" +}, { + "coords": [-5.898914, 37.417923, 0.0], + "type": "ARP", + "name": "LEZL" +}, { + "coords": [1.951389, 50.960835, 0.0], + "type": "ARP", + "name": "LFAC" +}, { + "coords": [3.029722, 49.868889, 0.0], + "type": "ARP", + "name": "LFAG" +}, { + "coords": [1.6275, 50.514721, 0.0], + "type": "ARP", + "name": "LFAT" +}, { + "coords": [0.590556, 44.174721, 0.0], + "type": "ARP", + "name": "LFBA" +}, { + "coords": [-1.131389, 44.535, 0.0], + "type": "ARP", + "name": "LFBC" +}, { + "coords": [-0.715278, 44.828609, 0.0], + "type": "ARP", + "name": "LFBD" +}, { + "coords": [0.520556, 44.824444, 0.0], + "type": "ARP", + "name": "LFBE" +}, { + "coords": [1.357222, 43.549168, 0.0], + "type": "ARP", + "name": "LFBF" +}, { + "coords": [-0.3175, 45.658333, 0.0], + "type": "ARP", + "name": "LFBG" +}, { + "coords": [-1.195278, 46.179165, 0.0], + "type": "ARP", + "name": "LFBH" +}, { + "coords": [0.306667, 46.587502, 0.0], + "type": "ARP", + "name": "LFBI" +}, { + "coords": [1.180278, 45.860832, 0.0], + "type": "ARP", + "name": "LFBL" +}, { + "coords": [-0.51, 43.911388, 0.0], + "type": "ARP", + "name": "LFBM" +}, { + "coords": [-0.394444, 46.313332, 0.0], + "type": "ARP", + "name": "LFBN" +}, { + "coords": [1.367778, 43.634998, 0.0], + "type": "ARP", + "name": "LFBO" +}, { + "coords": [-0.418611, 43.380001, 0.0], + "type": "ARP", + "name": "LFBP" +}, { + "coords": [-0.002778, 43.185555, 0.0], + "type": "ARP", + "name": "LFBT" +}, { + "coords": [0.219167, 45.729443, 0.0], + "type": "ARP", + "name": "LFBU" +}, { + "coords": [0.815278, 45.197498, 0.0], + "type": "ARP", + "name": "LFBX" +}, { + "coords": [-1.531111, 43.468334, 0.0], + "type": "ARP", + "name": "LFBZ" +}, { + "coords": [2.116667, 43.913334, 0.0], + "type": "ARP", + "name": "LFCI" +}, { + "coords": [2.290555, 43.555, 0.0], + "type": "ARP", + "name": "LFCK" +}, { + "coords": [3.183333, 43.989166, 0.0], + "type": "ARP", + "name": "LFCM" +}, { + "coords": [2.483333, 44.407501, 0.0], + "type": "ARP", + "name": "LFCR" +}, { + "coords": [-0.9825, 45.889446, 0.0], + "type": "ARP", + "name": "LFDN" +}, { + "coords": [4.4825, 48.430832, 0.0], + "type": "ARP", + "name": "LFFN" +}, { + "coords": [7.359167, 48.110279, 0.0], + "type": "ARP", + "name": "LFGA" +}, { + "coords": [5.435, 47.042778, 0.0], + "type": "ARP", + "name": "LFGJ" +}, { + "coords": [6.246666, 48.978333, 0.0], + "type": "ARP", + "name": "LFJL" +}, { + "coords": [-0.312222, 47.560276, 0.0], + "type": "ARP", + "name": "LFJR" +}, { + "coords": [9.484722, 42.549999, 0.0], + "type": "ARP", + "name": "LFKB" +}, { + "coords": [8.793056, 42.520279, 0.0], + "type": "ARP", + "name": "LFKC" +}, { + "coords": [9.096666, 41.502224, 0.0], + "type": "ARP", + "name": "LFKF" +}, { + "coords": [8.8025, 41.923889, 0.0], + "type": "ARP", + "name": "LFKJ" +}, { + "coords": [9.405278, 41.926388, 0.0], + "type": "ARP", + "name": "LFKS" +}, { + "coords": [3.496667, 47.84639, 0.0], + "type": "ARP", + "name": "LFLA" +}, { + "coords": [5.88, 45.639168, 0.0], + "type": "ARP", + "name": "LFLB" +}, { + "coords": [3.1625, 45.785831, 0.0], + "type": "ARP", + "name": "LFLC" +}, { + "coords": [2.378889, 47.064445, 0.0], + "type": "ARP", + "name": "LFLD" +}, { + "coords": [5.081111, 45.725555, 0.0], + "type": "ARP", + "name": "LFLL" +}, { + "coords": [4.021111, 46.406387, 0.0], + "type": "ARP", + "name": "LFLN" +}, { + "coords": [6.106389, 45.930832, 0.0], + "type": "ARP", + "name": "LFLP" +}, { + "coords": [5.332778, 45.363056, 0.0], + "type": "ARP", + "name": "LFLS" +}, { + "coords": [4.968611, 44.915554, 0.0], + "type": "ARP", + "name": "LFLU" +}, { + "coords": [3.404167, 46.171665, 0.0], + "type": "ARP", + "name": "LFLV" +}, { + "coords": [2.416667, 44.897499, 0.0], + "type": "ARP", + "name": "LFLW" +}, { + "coords": [1.721111, 46.860279, 0.0], + "type": "ARP", + "name": "LFLX" +}, { + "coords": [4.938889, 45.729443, 0.0], + "type": "ARP", + "name": "LFLY" +}, { + "coords": [5.370833, 43.501667, 0.0], + "type": "ARP", + "name": "LFMA" +}, { + "coords": [6.955278, 43.547501, 0.0], + "type": "ARP", + "name": "LFMD" +}, { + "coords": [4.297222, 45.534168, 0.0], + "type": "ARP", + "name": "LFMH" +}, { + "coords": [4.924167, 43.522499, 0.0], + "type": "ARP", + "name": "LFMI" +}, { + "coords": [2.308611, 43.215832, 0.0], + "type": "ARP", + "name": "LFMK" +}, { + "coords": [5.215, 43.436668, 0.0], + "type": "ARP", + "name": "LFML" +}, { + "coords": [7.215, 43.665279, 0.0], + "type": "ARP", + "name": "LFMN" +}, { + "coords": [4.868611, 44.139999, 0.0], + "type": "ARP", + "name": "LFMO" +}, { + "coords": [2.869722, 42.740833, 0.0], + "type": "ARP", + "name": "LFMP" +}, { + "coords": [5.787222, 43.253334, 0.0], + "type": "ARP", + "name": "LFMQ" +}, { + "coords": [3.961389, 43.583332, 0.0], + "type": "ARP", + "name": "LFMT" +}, { + "coords": [3.353333, 43.323334, 0.0], + "type": "ARP", + "name": "LFMU" +}, { + "coords": [4.901945, 43.906666, 0.0], + "type": "ARP", + "name": "LFMV" +}, { + "coords": [5.108056, 43.602779, 0.0], + "type": "ARP", + "name": "LFMY" +}, { + "coords": [2.638889, 47.056946, 0.0], + "type": "ARP", + "name": "LFOA" +}, { + "coords": [2.112778, 49.454445, 0.0], + "type": "ARP", + "name": "LFOB" +}, { + "coords": [1.379444, 48.057777, 0.0], + "type": "ARP", + "name": "LFOC" +}, { + "coords": [1.22, 49.02861, 0.0], + "type": "ARP", + "name": "LFOE" +}, { + "coords": [0.088056, 49.53389, 0.0], + "type": "ARP", + "name": "LFOH" +}, { + "coords": [1.760556, 47.987778, 0.0], + "type": "ARP", + "name": "LFOJ" +}, { + "coords": [4.206111, 48.773335, 0.0], + "type": "ARP", + "name": "LFOK" +}, { + "coords": [1.183889, 49.390835, 0.0], + "type": "ARP", + "name": "LFOP" +}, { + "coords": [0.723056, 47.431946, 0.0], + "type": "ARP", + "name": "LFOT" +}, { + "coords": [-0.742778, 48.032223, 0.0], + "type": "ARP", + "name": "LFOV" +}, { + "coords": [2.441389, 48.969444, 0.0], + "type": "ARP", + "name": "LFPB" +}, { + "coords": [2.519167, 49.253613, 0.0], + "type": "ARP", + "name": "LFPC" +}, { + "coords": [2.547778, 49.009724, 0.0], + "type": "ARP", + "name": "LFPG" +}, { + "coords": [2.670833, 48.605278, 0.0], + "type": "ARP", + "name": "LFPM" +}, { + "coords": [2.379444, 48.723331, 0.0], + "type": "ARP", + "name": "LFPO" +}, { + "coords": [2.040833, 49.096668, 0.0], + "type": "ARP", + "name": "LFPT" +}, { + "coords": [2.191667, 48.774166, 0.0], + "type": "ARP", + "name": "LFPV" +}, { + "coords": [2.332222, 48.596111, 0.0], + "type": "ARP", + "name": "LFPY" +}, { + "coords": [4.016667, 48.321667, 0.0], + "type": "ARP", + "name": "LFQB" +}, { + "coords": [5.676111, 49.229168, 0.0], + "type": "ARP", + "name": "LFQE" +}, { + "coords": [3.110833, 47.003613, 0.0], + "type": "ARP", + "name": "LFQG" +}, { + "coords": [3.152222, 50.219166, 0.0], + "type": "ARP", + "name": "LFQI" +}, { + "coords": [7.205, 48.768055, 0.0], + "type": "ARP", + "name": "LFQP" +}, { + "coords": [3.086944, 50.563332, 0.0], + "type": "ARP", + "name": "LFQQ" +}, { + "coords": [2.64, 50.616665, 0.0], + "type": "ARP", + "name": "LFQT" +}, { + "coords": [-4.421667, 48.447224, 0.0], + "type": "ARP", + "name": "LFRB" +}, { + "coords": [-1.475278, 49.650833, 0.0], + "type": "ARP", + "name": "LFRC" +}, { + "coords": [-2.08, 48.587776, 0.0], + "type": "ARP", + "name": "LFRD" +}, { + "coords": [0.16, 49.363335, 0.0], + "type": "ARP", + "name": "LFRG" +}, { + "coords": [-3.44, 47.760555, 0.0], + "type": "ARP", + "name": "LFRH" +}, { + "coords": [-1.381667, 46.702499, 0.0], + "type": "ARP", + "name": "LFRI" +}, { + "coords": [-4.151667, 48.530277, 0.0], + "type": "ARP", + "name": "LFRJ" +}, { + "coords": [-0.45, 49.173332, 0.0], + "type": "ARP", + "name": "LFRK" +}, { + "coords": [-1.732222, 48.071945, 0.0], + "type": "ARP", + "name": "LFRN" +}, { + "coords": [-3.474444, 48.755001, 0.0], + "type": "ARP", + "name": "LFRO" +}, { + "coords": [-4.167778, 47.974998, 0.0], + "type": "ARP", + "name": "LFRQ" +}, { + "coords": [-1.607778, 47.156944, 0.0], + "type": "ARP", + "name": "LFRS" +}, { + "coords": [-2.856667, 48.537498, 0.0], + "type": "ARP", + "name": "LFRT" +}, { + "coords": [-3.816667, 48.600834, 0.0], + "type": "ARP", + "name": "LFRU" +}, { + "coords": [-2.723333, 47.719166, 0.0], + "type": "ARP", + "name": "LFRV" +}, { + "coords": [-2.156667, 47.310555, 0.0], + "type": "ARP", + "name": "LFRZ" +}, { + "coords": [7.529167, 47.59, 0.0], + "type": "ARP", + "name": "LFSB" +}, { + "coords": [7.399722, 47.921944, 0.0], + "type": "ARP", + "name": "LFSC" +}, { + "coords": [5.095, 47.265835, 0.0], + "type": "ARP", + "name": "LFSD" +}, { + "coords": [6.133889, 49.076389, 0.0], + "type": "ARP", + "name": "LFSF" +}, { + "coords": [6.066667, 48.325001, 0.0], + "type": "ARP", + "name": "LFSG" +}, { + "coords": [4.908056, 48.63361, 0.0], + "type": "ARP", + "name": "LFSI" +}, { + "coords": [5.98, 48.779999, 0.0], + "type": "ARP", + "name": "LFSL" +}, { + "coords": [6.791389, 47.486668, 0.0], + "type": "ARP", + "name": "LFSM" +}, { + "coords": [5.954444, 48.583057, 0.0], + "type": "ARP", + "name": "LFSO" +}, { + "coords": [4.050833, 49.310276, 0.0], + "type": "ARP", + "name": "LFSR" +}, { + "coords": [7.632222, 48.540554, 0.0], + "type": "ARP", + "name": "LFST" +}, { + "coords": [6.365, 47.787224, 0.0], + "type": "ARP", + "name": "LFSX" +}, { + "coords": [6.127222, 43.247501, 0.0], + "type": "ARP", + "name": "LFTF" +}, { + "coords": [6.146111, 43.097221, 0.0], + "type": "ARP", + "name": "LFTH" +}, { + "coords": [4.416389, 43.7575, 0.0], + "type": "ARP", + "name": "LFTW" +}, { + "coords": [5.337778, 45.979721, 0.0], + "type": "ARP", + "name": "LFXA" +}, { + "coords": [5.493889, 44.052502, 0.0], + "type": "ARP", + "name": "LFXI" +}, { + "coords": [5.663889, 48.086113, 0.0], + "type": "ARP", + "name": "LFYD" +}, { + "coords": [21.291389, 37.925278, 0.0], + "type": "ARP", + "name": "LGAD" +}, { + "coords": [21.35, 38.602779, 0.0], + "type": "ARP", + "name": "LGAG" +}, { + "coords": [25.956667, 40.856667, 0.0], + "type": "ARP", + "name": "LGAL" +}, { + "coords": [23.727777, 37.895832, 0.0], + "type": "ARP", + "name": "LGAT" +}, { + "coords": [22.487499, 40.655556, 0.0], + "type": "ARP", + "name": "LGAX" +}, { + "coords": [22.795834, 39.220554, 0.0], + "type": "ARP", + "name": "LGBL" +}, { + "coords": [23.554167, 38.069443, 0.0], + "type": "ARP", + "name": "LGEL" +}, { + "coords": [20.8225, 39.698334, 0.0], + "type": "ARP", + "name": "LGIO" +}, { + "coords": [25.1775, 35.338055, 0.0], + "type": "ARP", + "name": "LGIR" +}, { + "coords": [21.277222, 40.450279, 0.0], + "type": "ARP", + "name": "LGKA" +}, { + "coords": [20.501112, 38.121113, 0.0], + "type": "ARP", + "name": "LGKF" +}, { + "coords": [22.025833, 37.07, 0.0], + "type": "ARP", + "name": "LGKL" +}, { + "coords": [24.35, 40.966667, 0.0], + "type": "ARP", + "name": "LGKM" +}, { + "coords": [27.091589, 36.795673, 0.0], + "type": "ARP", + "name": "LGKO" +}, { + "coords": [27.15, 35.416668, 0.0], + "type": "ARP", + "name": "LGKP" +}, { + "coords": [19.9125, 39.602501, 0.0], + "type": "ARP", + "name": "LGKR" +}, { + "coords": [24.620277, 40.915001, 0.0], + "type": "ARP", + "name": "LGKV" +}, { + "coords": [21.842501, 40.286667, 0.0], + "type": "ARP", + "name": "LGKZ" +}, { + "coords": [25.236944, 39.918056, 0.0], + "type": "ARP", + "name": "LGLM" +}, { + "coords": [22.44861, 39.648613, 0.0], + "type": "ARP", + "name": "LGLR" +}, { + "coords": [25.347778, 37.438332, 0.0], + "type": "ARP", + "name": "LGMK" +}, { + "coords": [26.600277, 39.058334, 0.0], + "type": "ARP", + "name": "LGMT" +}, { + "coords": [20.766666, 38.926109, 0.0], + "type": "ARP", + "name": "LGPZ" +}, { + "coords": [28.117777, 36.384167, 0.0], + "type": "ARP", + "name": "LGRD" +}, { + "coords": [28.086945, 36.405556, 0.0], + "type": "ARP", + "name": "LGRP" +}, { + "coords": [21.416666, 38.150002, 0.0], + "type": "ARP", + "name": "LGRX" +}, { + "coords": [24.151667, 35.532223, 0.0], + "type": "ARP", + "name": "LGSA" +}, { + "coords": [23.504168, 39.178333, 0.0], + "type": "ARP", + "name": "LGSK" +}, { + "coords": [26.912777, 37.690277, 0.0], + "type": "ARP", + "name": "LGSM" +}, { + "coords": [25.479166, 36.40139, 0.0], + "type": "ARP", + "name": "LGSR" +}, { + "coords": [22.783333, 39.474998, 0.0], + "type": "ARP", + "name": "LGSV" +}, { + "coords": [24.488056, 38.968334, 0.0], + "type": "ARP", + "name": "LGSY" +}, { + "coords": [23.549999, 38.333332, 0.0], + "type": "ARP", + "name": "LGTG" +}, { + "coords": [25.329166, 35.193054, 0.0], + "type": "ARP", + "name": "LGTL" +}, { + "coords": [22.4, 37.516666, 0.0], + "type": "ARP", + "name": "LGTP" +}, { + "coords": [22.973612, 40.519444, 0.0], + "type": "ARP", + "name": "LGTS" +}, { + "coords": [20.884722, 37.752224, 0.0], + "type": "ARP", + "name": "LGZA" +}, { + "coords": [19.261808, 47.439327, 0.0], + "type": "ARP", + "name": "LHBP" +}, { + "coords": [21.615305, 47.488918, 0.0], + "type": "ARP", + "name": "LHDC" +}, { + "coords": [17.159044, 46.686348, 0.0], + "type": "ARP", + "name": "LHSM" +}, { + "coords": [17.918333, 46.393333, 0.0], + "type": "ARP", + "name": "LHTA" +}, { + "coords": [15.718889, 41.542221, 0.0], + "type": "ARP", + "name": "LIBA" +}, { + "coords": [17.079067, 38.996788, 0.0], + "type": "ARP", + "name": "LIBC" +}, { + "coords": [16.764887, 41.13818, 0.0], + "type": "ARP", + "name": "LIBD" +}, { + "coords": [15.535128, 41.432903, 0.0], + "type": "ARP", + "name": "LIBF" +}, { + "coords": [17.399723, 40.516666, 0.0], + "type": "ARP", + "name": "LIBG" +}, { + "coords": [18.135, 40.238335, 0.0], + "type": "ARP", + "name": "LIBN" +}, { + "coords": [14.187222, 42.436668, 0.0], + "type": "ARP", + "name": "LIBP" +}, { + "coords": [17.946589, 40.658737, 0.0], + "type": "ARP", + "name": "LIBR" +}, { + "coords": [16.934999, 40.766388, 0.0], + "type": "ARP", + "name": "LIBV" +}, { + "coords": [16.241541, 38.908451, 0.0], + "type": "ARP", + "name": "LICA" +}, { + "coords": [15.063733, 37.466228, 0.0], + "type": "ARP", + "name": "LICC" +}, { + "coords": [12.610894, 35.496502, 0.0], + "type": "ARP", + "name": "LICD" +}, { + "coords": [11.965872, 36.814278, 0.0], + "type": "ARP", + "name": "LICG" +}, { + "coords": [13.099234, 38.182056, 0.0], + "type": "ARP", + "name": "LICJ" +}, { + "coords": [15.653472, 38.072063, 0.0], + "type": "ARP", + "name": "LICR" +}, { + "coords": [12.486161, 37.912334, 0.0], + "type": "ARP", + "name": "LICT" +}, { + "coords": [14.923889, 37.405834, 0.0], + "type": "ARP", + "name": "LICZ" +}, { + "coords": [8.28853, 40.631218, 0.0], + "type": "ARP", + "name": "LIEA" +}, { + "coords": [8.972777, 39.354721, 0.0], + "type": "ARP", + "name": "LIED" +}, { + "coords": [9.056891, 39.247051, 0.0], + "type": "ARP", + "name": "LIEE" +}, { + "coords": [9.517731, 40.898724, 0.0], + "type": "ARP", + "name": "LIEO" +}, { + "coords": [8.723094, 45.629902, 0.0], + "type": "ARP", + "name": "LIMC" +}, { + "coords": [9.699503, 45.667408, 0.0], + "type": "ARP", + "name": "LIME" +}, { + "coords": [7.649594, 45.201786, 0.0], + "type": "ARP", + "name": "LIMF" +}, { + "coords": [8.837414, 44.413731, 0.0], + "type": "ARP", + "name": "LIMJ" +}, { + "coords": [9.278386, 45.449345, 0.0], + "type": "ARP", + "name": "LIML" +}, { + "coords": [8.665277, 45.531113, 0.0], + "type": "ARP", + "name": "LIMN" +}, { + "coords": [10.294678, 44.821518, 0.0], + "type": "ARP", + "name": "LIMP" +}, { + "coords": [9.723333, 44.913334, 0.0], + "type": "ARP", + "name": "LIMS" +}, { + "coords": [7.621819, 44.545952, 0.0], + "type": "ARP", + "name": "LIMZ" +}, { + "coords": [12.598889, 46.029999, 0.0], + "type": "ARP", + "name": "LIPA" +}, { + "coords": [12.308333, 44.224998, 0.0], + "type": "ARP", + "name": "LIPC" +}, { + "coords": [11.292212, 44.531239, 0.0], + "type": "ARP", + "name": "LIPE" +}, { + "coords": [12.198622, 45.652359, 0.0], + "type": "ARP", + "name": "LIPH" +}, { + "coords": [13.055, 45.981667, 0.0], + "type": "ARP", + "name": "LIPI" +}, { + "coords": [12.069722, 44.195, 0.0], + "type": "ARP", + "name": "LIPK" +}, { + "coords": [10.271389, 45.436668, 0.0], + "type": "ARP", + "name": "LIPL" +}, { + "coords": [10.330633, 45.429073, 0.0], + "type": "ARP", + "name": "LIPO" +}, { + "coords": [13.471994, 45.827362, 0.0], + "type": "ARP", + "name": "LIPQ" +}, { + "coords": [12.611975, 44.021515, 0.0], + "type": "ARP", + "name": "LIPR" +}, { + "coords": [12.082778, 45.685001, 0.0], + "type": "ARP", + "name": "LIPS" +}, { + "coords": [10.887195, 45.395966, 0.0], + "type": "ARP", + "name": "LIPX" +}, { + "coords": [13.362278, 43.615963, 0.0], + "type": "ARP", + "name": "LIPY" +}, { + "coords": [12.351684, 45.505135, 0.0], + "type": "ARP", + "name": "LIPZ" +}, { + "coords": [12.594761, 41.79929, 0.0], + "type": "ARP", + "name": "LIRA" +}, { + "coords": [12.446667, 41.654999, 0.0], + "type": "ARP", + "name": "LIRE" +}, { + "coords": [12.252253, 41.811787, 0.0], + "type": "ARP", + "name": "LIRF" +}, { + "coords": [12.91, 41.546665, 0.0], + "type": "ARP", + "name": "LIRL" +}, { + "coords": [14.082778, 41.061943, 0.0], + "type": "ARP", + "name": "LIRM" +}, { + "coords": [14.288703, 40.88401, 0.0], + "type": "ARP", + "name": "LIRN" +}, { + "coords": [10.394134, 43.683735, 0.0], + "type": "ARP", + "name": "LIRP" +}, { + "coords": [11.203055, 43.808056, 0.0], + "type": "ARP", + "name": "LIRQ" +}, { + "coords": [11.072222, 42.760834, 0.0], + "type": "ARP", + "name": "LIRS" +}, { + "coords": [12.510167, 43.09737, 0.0], + "type": "ARP", + "name": "LIRZ" +}, { + "coords": [15.533334, 45.896389, 0.0], + "type": "ARP", + "name": "LJCE" +}, { + "coords": [14.456047, 46.224487, 0.0], + "type": "ARP", + "name": "LJLJ" +}, { + "coords": [15.686131, 46.479862, 0.0], + "type": "ARP", + "name": "LJMB" +}, { + "coords": [14.429167, 48.946667, 0.0], + "type": "ARP", + "name": "LKCS" +}, { + "coords": [15.383611, 49.939999, 0.0], + "type": "ARP", + "name": "LKCV" +}, { + "coords": [15.846945, 50.253613, 0.0], + "type": "ARP", + "name": "LKHK" +}, { + "coords": [14.543612, 50.121387, 0.0], + "type": "ARP", + "name": "LKKB" +}, { + "coords": [17.439722, 49.029446, 0.0], + "type": "ARP", + "name": "LKKU" +}, { + "coords": [12.915, 50.203056, 0.0], + "type": "ARP", + "name": "LKKV" +}, { + "coords": [13.273056, 49.674446, 0.0], + "type": "ARP", + "name": "LKLN" +}, { + "coords": [15.006667, 50.540001, 0.0], + "type": "ARP", + "name": "LKMH" +}, { + "coords": [18.110834, 49.69611, 0.0], + "type": "ARP", + "name": "LKMT" +}, { + "coords": [16.126112, 49.166668, 0.0], + "type": "ARP", + "name": "LKNA" +}, { + "coords": [15.738611, 50.013332, 0.0], + "type": "ARP", + "name": "LKPD" +}, { + "coords": [17.406666, 49.426388, 0.0], + "type": "ARP", + "name": "LKPO" +}, { + "coords": [14.26, 50.100834, 0.0], + "type": "ARP", + "name": "LKPR" +}, { + "coords": [16.69389, 49.15139, 0.0], + "type": "ARP", + "name": "LKTB" +}, { + "coords": [14.395541, 50.216679, 0.0], + "type": "ARP", + "name": "LKVO" +}, { + "coords": [14.478056, 35.858612, 0.0], + "type": "ARP", + "name": "LMML" +}, { + "coords": [15.439167, 46.993057, 0.0], + "type": "ARP", + "name": "LOWG" +}, { + "coords": [11.343889, 47.260277, 0.0], + "type": "ARP", + "name": "LOWI" +}, { + "coords": [14.337222, 46.642776, 0.0], + "type": "ARP", + "name": "LOWK" +}, { + "coords": [14.188056, 48.235279, 0.0], + "type": "ARP", + "name": "LOWL" +}, { + "coords": [13.003333, 47.794445, 0.0], + "type": "ARP", + "name": "LOWS" +}, { + "coords": [16.569723, 48.110279, 0.0], + "type": "ARP", + "name": "LOWW" +}, { + "coords": [14.746667, 47.204166, 0.0], + "type": "ARP", + "name": "LOXZ" +}, { + "coords": [-9.0281, 38.885525, 0.0], + "type": "ARP", + "name": "LPAR" +}, { + "coords": [-25.171112, 36.973888, 0.0], + "type": "ARP", + "name": "LPAZ" +}, { + "coords": [-7.932397, 38.078903, 0.0], + "type": "ARP", + "name": "LPBJ" +}, { + "coords": [-7.965833, 37.014446, 0.0], + "type": "ARP", + "name": "LPFR" +}, { + "coords": [-16.778055, 32.694168, 0.0], + "type": "ARP", + "name": "LPFU" +}, { + "coords": [-28.716389, 38.52, 0.0], + "type": "ARP", + "name": "LPHR" +}, { + "coords": [-27.090797, 38.761841, 0.0], + "type": "ARP", + "name": "LPLA" +}, { + "coords": [-8.887375, 39.828384, 0.0], + "type": "ARP", + "name": "LPMR" +}, { + "coords": [-9.037617, 38.704891, 0.0], + "type": "ARP", + "name": "LPMT" +}, { + "coords": [-8.643786, 40.920361, 0.0], + "type": "ARP", + "name": "LPOV" +}, { + "coords": [-25.697779, 37.741943, 0.0], + "type": "ARP", + "name": "LPPD" +}, { + "coords": [-8.678056, 41.235554, 0.0], + "type": "ARP", + "name": "LPPR" +}, { + "coords": [-16.349722, 33.070835, 0.0], + "type": "ARP", + "name": "LPPS" +}, { + "coords": [-9.134167, 38.774166, 0.0], + "type": "ARP", + "name": "LPPT" +}, { + "coords": [-9.338555, 38.830173, 0.0], + "type": "ARP", + "name": "LPST" +}, { + "coords": [-8.364917, 39.475655, 0.0], + "type": "ARP", + "name": "LPTN" +}, { + "coords": [17.297501, 44.941334, 0.0], + "type": "ARP", + "name": "LQBK" +}, { + "coords": [17.845879, 43.282902, 0.0], + "type": "ARP", + "name": "LQMO" +}, { + "coords": [18.331467, 43.824585, 0.0], + "type": "ARP", + "name": "LQSA" +}, { + "coords": [18.724783, 44.458656, 0.0], + "type": "ARP", + "name": "LQTZ" +}, { + "coords": [21.262022, 46.176552, 0.0], + "type": "ARP", + "name": "LRAR" +}, { + "coords": [26.910278, 46.521946, 0.0], + "type": "ARP", + "name": "LRBC" +}, { + "coords": [23.466219, 47.658249, 0.0], + "type": "ARP", + "name": "LRBM" +}, { + "coords": [26.103594, 44.503483, 0.0], + "type": "ARP", + "name": "LRBS" +}, { + "coords": [28.488453, 44.362114, 0.0], + "type": "ARP", + "name": "LRCK" +}, { + "coords": [23.686119, 46.785091, 0.0], + "type": "ARP", + "name": "LRCL" +}, { + "coords": [22.252222, 45.420277, 0.0], + "type": "ARP", + "name": "LRCS" +}, { + "coords": [23.888533, 44.318146, 0.0], + "type": "ARP", + "name": "LRCV" +}, { + "coords": [27.620045, 47.178757, 0.0], + "type": "ARP", + "name": "LRIA" +}, { + "coords": [21.902409, 47.025322, 0.0], + "type": "ARP", + "name": "LROD" +}, { + "coords": [26.085119, 44.570992, 0.0], + "type": "ARP", + "name": "LROP" +}, { + "coords": [24.091183, 45.785801, 0.0], + "type": "ARP", + "name": "LRSB" +}, { + "coords": [22.885605, 47.703415, 0.0], + "type": "ARP", + "name": "LRSM" +}, { + "coords": [26.354025, 47.687477, 0.0], + "type": "ARP", + "name": "LRSV" +}, { + "coords": [28.714447, 45.062874, 0.0], + "type": "ARP", + "name": "LRTC" +}, { + "coords": [24.412525, 46.467712, 0.0], + "type": "ARP", + "name": "LRTM" +}, { + "coords": [21.337872, 45.809834, 0.0], + "type": "ARP", + "name": "LRTR" +}, { + "coords": [6.108889, 46.238056, 0.0], + "type": "ARP", + "name": "LSGG" +}, { + "coords": [7.326944, 46.219166, 0.0], + "type": "ARP", + "name": "LSGS" +}, { + "coords": [8.689445, 46.513054, 0.0], + "type": "ARP", + "name": "LSPM" +}, { + "coords": [8.548056, 47.458332, 0.0], + "type": "ARP", + "name": "LSZH" +}, { + "coords": [9.883889, 46.534443, 0.0], + "type": "ARP", + "name": "LSZS" +}, { + "coords": [27.783333, 47.838333, 0.0], + "type": "ARP", + "name": "LUBL" +}, { + "coords": [28.933332, 46.928333, 0.0], + "type": "ARP", + "name": "LUKK" +}, { + "coords": [20.742325, 41.179955, 0.0], + "type": "ARP", + "name": "LWOH" +}, { + "coords": [21.621433, 41.961613, 0.0], + "type": "ARP", + "name": "LWSK" +}, { + "coords": [-5.348333, 36.1525, 0.0], + "type": "ARP", + "name": "LXGB" +}, { + "coords": [20.307066, 44.819382, 0.0], + "type": "ARP", + "name": "LYBE" +}, { + "coords": [21.853722, 43.337288, 0.0], + "type": "ARP", + "name": "LYNI" +}, { + "coords": [19.251877, 42.359394, 0.0], + "type": "ARP", + "name": "LYPG" +}, { + "coords": [21.035744, 42.574112, 0.0], + "type": "ARP", + "name": "LYPR" +}, { + "coords": [18.723286, 42.404663, 0.0], + "type": "ARP", + "name": "LYTV" +}, { + "coords": [17.212778, 48.169998, 0.0], + "type": "ARP", + "name": "LZIB" +}, { + "coords": [21.241112, 48.663055, 0.0], + "type": "ARP", + "name": "LZKZ" +}, { + "coords": [17.120001, 48.403332, 0.0], + "type": "ARP", + "name": "LZMC" +}, { + "coords": [17.828611, 48.625, 0.0], + "type": "ARP", + "name": "LZPP" +}, { + "coords": [19.134167, 48.638054, 0.0], + "type": "ARP", + "name": "LZSL" +}, { + "coords": [17.99361, 48.864723, 0.0], + "type": "ARP", + "name": "LZTN" +}, { + "coords": [20.241112, 49.073612, 0.0], + "type": "ARP", + "name": "LZTT" +}, { + "coords": [77.03833, 43.351665, 0.0], + "type": "ARP", + "name": "UAAA" +}, { + "coords": [75.004997, 46.893333, 0.0], + "type": "ARP", + "name": "UAAH" +}, { + "coords": [71.466667, 51.026669, 0.0], + "type": "ARP", + "name": "UACC" +}, { + "coords": [74.478333, 43.061668, 0.0], + "type": "ARP", + "name": "UAFM" +}, { + "coords": [72.793335, 40.608334, 0.0], + "type": "ARP", + "name": "UAFO" +}, { + "coords": [69.478889, 42.364166, 0.0], + "type": "ARP", + "name": "UAII" +}, { + "coords": [67.73333, 47.708332, 0.0], + "type": "ARP", + "name": "UAKD" +}, { + "coords": [73.338333, 49.669998, 0.0], + "type": "ARP", + "name": "UAKK" +}, { + "coords": [51.544998, 51.151669, 0.0], + "type": "ARP", + "name": "UARR" +}, { + "coords": [51.825001, 47.119999, 0.0], + "type": "ARP", + "name": "UATG" +}, { + "coords": [57.203335, 50.244999, 0.0], + "type": "ARP", + "name": "UATT" +}, { + "coords": [63.549999, 53.206665, 0.0], + "type": "ARP", + "name": "UAUU" +}, { + "coords": [50.049999, 40.466667, 0.0], + "type": "ARP", + "name": "UBBB" +}, { + "coords": [46.318333, 40.735001, 0.0], + "type": "ARP", + "name": "UBBG" +}, { + "coords": [44.396667, 40.148335, 0.0], + "type": "ARP", + "name": "UGEE" +}, { + "coords": [43.855, 40.743332, 0.0], + "type": "ARP", + "name": "UGEL" +}, { + "coords": [44.955002, 41.671665, 0.0], + "type": "ARP", + "name": "UGGG" +}, { + "coords": [101.698334, 56.369999, 0.0], + "type": "ARP", + "name": "UIBB" +}, { + "coords": [104.394997, 52.266666, 0.0], + "type": "ARP", + "name": "UIII" +}, { + "coords": [107.441666, 51.806667, 0.0], + "type": "ARP", + "name": "UIUU" +}, { + "coords": [30.895, 50.345001, 0.0], + "type": "ARP", + "name": "UKBB" +}, { + "coords": [37.740002, 48.073334, 0.0], + "type": "ARP", + "name": "UKCC" +}, { + "coords": [35.101665, 48.356667, 0.0], + "type": "ARP", + "name": "UKDD" +}, { + "coords": [35.316666, 47.866665, 0.0], + "type": "ARP", + "name": "UKDE" +}, { + "coords": [33.209999, 48.043335, 0.0], + "type": "ARP", + "name": "UKDR" +}, { + "coords": [33.981667, 45.038334, 0.0], + "type": "ARP", + "name": "UKFF" +}, { + "coords": [36.291668, 49.924999, 0.0], + "type": "ARP", + "name": "UKHH" +}, { + "coords": [31.996666, 49.416668, 0.0], + "type": "ARP", + "name": "UKKE" +}, { + "coords": [30.451666, 50.401669, 0.0], + "type": "ARP", + "name": "UKKK" +}, { + "coords": [30.196667, 50.598331, 0.0], + "type": "ARP", + "name": "UKKM" +}, { + "coords": [24.686666, 48.884998, 0.0], + "type": "ARP", + "name": "UKLI" +}, { + "coords": [23.956667, 49.813332, 0.0], + "type": "ARP", + "name": "UKLL" +}, { + "coords": [26.146667, 50.601665, 0.0], + "type": "ARP", + "name": "UKLR" +}, { + "coords": [22.264999, 48.634998, 0.0], + "type": "ARP", + "name": "UKLU" +}, { + "coords": [31.921667, 47.058334, 0.0], + "type": "ARP", + "name": "UKON" +}, { + "coords": [30.678333, 46.426666, 0.0], + "type": "ARP", + "name": "UKOO" +}, { + "coords": [28.6, 49.233334, 0.0], + "type": "ARP", + "name": "UKWW" +}, { + "coords": [40.718334, 64.599998, 0.0], + "type": "ARP", + "name": "ULAA" +}, { + "coords": [30.264999, 59.799999, 0.0], + "type": "ARP", + "name": "ULLI" +}, { + "coords": [32.746666, 68.78167, 0.0], + "type": "ARP", + "name": "ULMM" +}, { + "coords": [28.396667, 57.786667, 0.0], + "type": "ARP", + "name": "ULOO" +}, { + "coords": [34.154999, 61.883335, 0.0], + "type": "ARP", + "name": "ULPB" +}, { + "coords": [23.898333, 52.108334, 0.0], + "type": "ARP", + "name": "UMBB" +}, { + "coords": [31.018333, 52.526669, 0.0], + "type": "ARP", + "name": "UMGG" +}, { + "coords": [30.351667, 55.126389, 0.0], + "type": "ARP", + "name": "UMII" +}, { + "coords": [20.594999, 54.889999, 0.0], + "type": "ARP", + "name": "UMKK" +}, { + "coords": [24.055, 53.601665, 0.0], + "type": "ARP", + "name": "UMMG" +}, { + "coords": [27.541666, 53.865002, 0.0], + "type": "ARP", + "name": "UMMM" +}, { + "coords": [28.033333, 53.883335, 0.0], + "type": "ARP", + "name": "UMMS" +}, { + "coords": [91.385002, 53.741665, 0.0], + "type": "ARP", + "name": "UNAA" +}, { + "coords": [83.541664, 53.363335, 0.0], + "type": "ARP", + "name": "UNBB" +}, { + "coords": [92.493332, 56.171665, 0.0], + "type": "ARP", + "name": "UNKL" +}, { + "coords": [82.651665, 55.011665, 0.0], + "type": "ARP", + "name": "UNNT" +}, { + "coords": [73.309998, 54.966667, 0.0], + "type": "ARP", + "name": "UNOO" +}, { + "coords": [37.348331, 45.001667, 0.0], + "type": "ARP", + "name": "URKA" +}, { + "coords": [39.171665, 45.035, 0.0], + "type": "ARP", + "name": "URKK" +}, { + "coords": [47.651669, 42.816666, 0.0], + "type": "ARP", + "name": "URML" +}, { + "coords": [43.083332, 44.224998, 0.0], + "type": "ARP", + "name": "URMM" +}, { + "coords": [43.639999, 43.513332, 0.0], + "type": "ARP", + "name": "URMN" +}, { + "coords": [44.608334, 43.205002, 0.0], + "type": "ARP", + "name": "URMO" +}, { + "coords": [42.113335, 45.108334, 0.0], + "type": "ARP", + "name": "URMT" +}, { + "coords": [39.82, 47.258335, 0.0], + "type": "ARP", + "name": "URRR" +}, { + "coords": [39.948334, 43.445, 0.0], + "type": "ARP", + "name": "URSS" +}, { + "coords": [48.008335, 46.288334, 0.0], + "type": "ARP", + "name": "URWA" +}, { + "coords": [44.333332, 46.373333, 0.0], + "type": "ARP", + "name": "URWI" +}, { + "coords": [44.346668, 48.781666, 0.0], + "type": "ARP", + "name": "URWW" +}, { + "coords": [61.506668, 55.303333, 0.0], + "type": "ARP", + "name": "USCC" +}, { + "coords": [77.330002, 62.158333, 0.0], + "type": "ARP", + "name": "USNR" +}, { + "coords": [56.026669, 57.916668, 0.0], + "type": "ARP", + "name": "USPP" +}, { + "coords": [74.535004, 62.189999, 0.0], + "type": "ARP", + "name": "USRK" +}, { + "coords": [73.404999, 61.343334, 0.0], + "type": "ARP", + "name": "USRR" +}, { + "coords": [60.805, 56.743332, 0.0], + "type": "ARP", + "name": "USSS" +}, { + "coords": [65.316666, 57.168335, 0.0], + "type": "ARP", + "name": "USTR" +}, { + "coords": [58.363335, 37.991665, 0.0], + "type": "ARP", + "name": "UTAA" +}, { + "coords": [68.824997, 38.543335, 0.0], + "type": "ARP", + "name": "UTDD" +}, { + "coords": [69.695, 40.215, 0.0], + "type": "ARP", + "name": "UTDL" +}, { + "coords": [60.645, 41.583332, 0.0], + "type": "ARP", + "name": "UTNU" +}, { + "coords": [64.480003, 39.775002, 0.0], + "type": "ARP", + "name": "UTSB" +}, { + "coords": [66.985001, 39.701668, 0.0], + "type": "ARP", + "name": "UTSS" +}, { + "coords": [67.309166, 37.286388, 0.0], + "type": "ARP", + "name": "UTST" +}, { + "coords": [69.28167, 41.257305, 0.0], + "type": "ARP", + "name": "UTTT" +}, { + "coords": [34.178333, 53.213333, 0.0], + "type": "ARP", + "name": "UUBP" +}, { + "coords": [37.908333, 55.408333, 0.0], + "type": "ARP", + "name": "UUDD" +}, { + "coords": [37.415001, 55.971668, 0.0], + "type": "ARP", + "name": "UUEE" +}, { + "coords": [35.759998, 56.825001, 0.0], + "type": "ARP", + "name": "UUEM" +}, { + "coords": [36.591667, 50.643333, 0.0], + "type": "ARP", + "name": "UUOB" +}, { + "coords": [39.23, 51.814999, 0.0], + "type": "ARP", + "name": "UUOO" +}, { + "coords": [37.275002, 55.598331, 0.0], + "type": "ARP", + "name": "UUWW" +}, { + "coords": [50.84, 61.641666, 0.0], + "type": "ARP", + "name": "UUYY" +}, { + "coords": [43.786667, 56.23, 0.0], + "type": "ARP", + "name": "UWGG" +}, { + "coords": [49.285, 55.603333, 0.0], + "type": "ARP", + "name": "UWKD" +}, { + "coords": [52.095001, 55.563332, 0.0], + "type": "ARP", + "name": "UWKE" +}, { + "coords": [47.348331, 56.09, 0.0], + "type": "ARP", + "name": "UWKS" +}, { + "coords": [48.805, 54.401669, 0.0], + "type": "ARP", + "name": "UWLW" +}, { + "coords": [55.456665, 51.796665, 0.0], + "type": "ARP", + "name": "UWOO" +}, { + "coords": [58.596668, 51.071667, 0.0], + "type": "ARP", + "name": "UWOR" +}, { + "coords": [46.044998, 51.564999, 0.0], + "type": "ARP", + "name": "UWSS" +}, { + "coords": [55.875, 54.556667, 0.0], + "type": "ARP", + "name": "UWUU" +}, { + "coords": [50.154999, 53.5, 0.0], + "type": "ARP", + "name": "UWWW" +}, { + "coords": [108.183334, 22.616667, 0.0], + "type": "ARP", + "name": "ZGNN" +}, { + "coords": [109.41333, 18.301666, 0.0], + "type": "ARP", + "name": "ZGSY" +}, { + "coords": [103.621666, 36.516666, 0.0], + "type": "ARP", + "name": "ZLLL" +}, { + "coords": [108.754997, 34.439999, 0.0], + "type": "ARP", + "name": "ZLXY" +}, { + "coords": [102.789772, 46.259258, 0.0], + "type": "ARP", + "name": "ZMAH" +}, { + "coords": [96.219505, 46.380184, 0.0], + "type": "ARP", + "name": "ZMAT" +}, { + "coords": [100.706253, 46.174755, 0.0], + "type": "ARP", + "name": "ZMBH" +}, { + "coords": [103.477592, 48.851807, 0.0], + "type": "ARP", + "name": "ZMBN" +}, { + "coords": [104.107422, 43.752151, 0.0], + "type": "ARP", + "name": "ZMBR" +}, { + "coords": [91.58696, 46.102406, 0.0], + "type": "ARP", + "name": "ZMBS" +}, { + "coords": [106.767349, 47.842468, 0.0], + "type": "ARP", + "name": "ZMUB" +}, { + "coords": [102.75, 25.0, 0.0], + "type": "ARP", + "name": "ZPPP" +}, { + "coords": [106.639999, 29.716667, 0.0], + "type": "ARP", + "name": "ZUCK" +}, { + "coords": [103.948334, 30.58, 0.0], + "type": "ARP", + "name": "ZUUU" +}, { + "coords": [102.18, 27.985001, 0.0], + "type": "ARP", + "name": "ZUXC" +}, { + "coords": [76.021667, 39.543335, 0.0], + "type": "ARP", + "name": "ZWSH" +}, { + "coords": [79.866669, 37.033333, 0.0], + "type": "ARP", + "name": "ZWTN" +}, { + "coords": [87.476669, 43.904999, 0.0], + "type": "ARP", + "name": "ZWWW" +}, { + "coords": [25.643639, 62.414928, 0.0], + "type": "NDB", + "name": "A" +}, { + "coords": [19.720833, 41.4375, 0.0], + "type": "NDB", + "name": "A" +}, { + "coords": [-82.43222, 22.973333, 0.0], + "type": "NDB", + "name": "A" +}, { + "coords": [-52.784824, 68.723145, 0.0], + "type": "NDB", + "name": "AA" +}, { + "coords": [-3.538811, 40.448212, 0.0], + "type": "NDB", + "name": "AA" +}, { + "coords": [-6.6675, 61.393055, 0.0], + "type": "NDB", + "name": "AB" +}, { + "coords": [13.585834, 59.950417, 0.0], + "type": "NDB", + "name": "AB" +}, { + "coords": [2.0645, 43.912556, 0.0], + "type": "NDB", + "name": "AB" +}, { + "coords": [11.501675, 47.28854, 0.0], + "type": "NDB", + "name": "AB" +}, { + "coords": [8.221389, 44.055279, 0.0], + "type": "NDB", + "name": "ABN" +}, { + "coords": [12.521033, 50.993771, 0.0], + "type": "NDB", + "name": "ABU" +}, { + "coords": [-4.542747, 55.814121, 0.0], + "type": "NDB", + "name": "AC" +}, { + "coords": [15.800583, 57.53186, 0.0], + "type": "NDB", + "name": "AC" +}, { + "coords": [-3.676511, 40.58567, 0.0], + "type": "NDB", + "name": "ACD" +}, { + "coords": [6.115939, 61.829567, 0.0], + "type": "NDB", + "name": "AD" +}, { + "coords": [2.395856, 39.549442, 0.0], + "type": "NDB", + "name": "ADX" +}, { + "coords": [0.673722, 44.150696, 0.0], + "type": "NDB", + "name": "AG" +}, { + "coords": [10.933094, 48.424297, 0.0], + "type": "NDB", + "name": "AGB" +}, { + "coords": [-99.542778, 26.334444, 0.0], + "type": "NDB", + "name": "AGG" +}, { + "coords": [0.426889, 45.710724, 0.0], + "type": "NDB", + "name": "AGO" +}, { + "coords": [12.900723, 56.266109, 0.0], + "type": "NDB", + "name": "AH" +}, { + "coords": [8.331031, 40.698997, 0.0], + "type": "NDB", + "name": "AH" +}, { + "coords": [-0.660011, 38.296181, 0.0], + "type": "NDB", + "name": "AI" +}, { + "coords": [27.614628, 68.678391, 0.0], + "type": "NDB", + "name": "AKU" +}, { + "coords": [6.221517, 62.596066, 0.0], + "type": "NDB", + "name": "AL" +}, { + "coords": [0.110889, 48.449696, 0.0], + "type": "NDB", + "name": "AL" +}, { + "coords": [-3.035278, 35.938057, 0.0], + "type": "NDB", + "name": "ALB" +}, { + "coords": [-2.1997, 49.708878, 0.0], + "type": "NDB", + "name": "ALD" +}, { + "coords": [8.263544, 40.586773, 0.0], + "type": "NDB", + "name": "ALG" +}, { + "coords": [5.360472, 43.507778, 0.0], + "type": "NDB", + "name": "ALM" +}, { + "coords": [25.944166, 40.857498, 0.0], + "type": "NDB", + "name": "ALP" +}, { + "coords": [-0.551472, 38.287571, 0.0], + "type": "NDB", + "name": "ALT" +}, { + "coords": [-2.239906, 36.875832, 0.0], + "type": "NDB", + "name": "AM" +}, { + "coords": [1.041, 47.418167, 0.0], + "type": "NDB", + "name": "AMB" +}, { + "coords": [15.837778, 41.499168, 0.0], + "type": "NDB", + "name": "AME" +}, { + "coords": [21.347221, 37.775833, 0.0], + "type": "NDB", + "name": "AML" +}, { + "coords": [-2.379156, 36.84837, 0.0], + "type": "NDB", + "name": "AMN" +}, { + "coords": [19.143028, 65.633919, 0.0], + "type": "NDB", + "name": "AN" +}, { + "coords": [13.472222, 43.586777, 0.0], + "type": "NDB", + "name": "ANC" +}, { + "coords": [-63.093613, 18.209999, 0.0], + "type": "NDB", + "name": "ANG" +}, { + "coords": [10.633333, 49.310001, 0.0], + "type": "NDB", + "name": "ANS" +}, { + "coords": [-61.808887, 17.126667, 0.0], + "type": "NDB", + "name": "ANU" +}, { + "coords": [16.102057, 69.318405, 0.0], + "type": "NDB", + "name": "ANY" +}, { + "coords": [-4.559444, 52.11639, 0.0], + "type": "NDB", + "name": "AP" +}, { + "coords": [-2.404722, 57.138332, 0.0], + "type": "NDB", + "name": "AQ" +}, { + "coords": [-18.089445, 65.755836, 0.0], + "type": "NDB", + "name": "AR" +}, { + "coords": [2.367917, 44.955639, 0.0], + "type": "NDB", + "name": "AR" +}, { + "coords": [9.678889, 39.920834, 0.0], + "type": "NDB", + "name": "ARB" +}, { + "coords": [-3.122461, 40.963879, 0.0], + "type": "NDB", + "name": "ARN" +}, { + "coords": [24.552841, 65.675163, 0.0], + "type": "NDB", + "name": "AS" +}, { + "coords": [19.367611, 65.562164, 0.0], + "type": "NDB", + "name": "AS" +}, { + "coords": [-0.151444, 47.577251, 0.0], + "type": "NDB", + "name": "AS" +}, { + "coords": [5.180253, 60.421997, 0.0], + "type": "NDB", + "name": "ASK" +}, { + "coords": [6.020333, 45.861637, 0.0], + "type": "NDB", + "name": "AT" +}, { + "coords": [-79.396942, 9.038889, 0.0], + "type": "NDB", + "name": "AT" +}, { + "coords": [23.293161, 69.992287, 0.0], + "type": "NDB", + "name": "ATA" +}, { + "coords": [-2.1057, 57.077515, 0.0], + "type": "NDB", + "name": "ATF" +}, { + "coords": [26.375834, 36.579723, 0.0], + "type": "NDB", + "name": "ATL" +}, { + "coords": [-1.227778, 37.935555, 0.0], + "type": "NDB", + "name": "ATR" +}, { + "coords": [8.319722, 55.99139, 0.0], + "type": "NDB", + "name": "AU" +}, { + "coords": [4.362056, 44.442139, 0.0], + "type": "NDB", + "name": "AUB" +}, { + "coords": [11.865278, 57.739307, 0.0], + "type": "NDB", + "name": "AV" +}, { + "coords": [2.928833, 46.881332, 0.0], + "type": "NDB", + "name": "AV" +}, { + "coords": [2.799611, 47.120667, 0.0], + "type": "NDB", + "name": "AVD" +}, { + "coords": [12.428611, 45.924446, 0.0], + "type": "NDB", + "name": "AVI" +}, { + "coords": [-6.028392, 43.557842, 0.0], + "type": "NDB", + "name": "AVS" +}, { + "coords": [3.502139, 47.920166, 0.0], + "type": "NDB", + "name": "AX" +}, { + "coords": [24.868652, 67.667488, 0.0], + "type": "NDB", + "name": "B" +}, { + "coords": [-3.034864, 43.372826, 0.0], + "type": "NDB", + "name": "B" +}, { + "coords": [14.547831, 51.198814, 0.0], + "type": "NDB", + "name": "BA" +}, { + "coords": [25.008078, 69.895844, 0.0], + "type": "NDB", + "name": "BA" +}, { + "coords": [21.030472, 42.622223, 0.0], + "type": "NDB", + "name": "BA" +}, { + "coords": [-2.388611, 53.469166, 0.0], + "type": "NDB", + "name": "BAE" +}, { + "coords": [-88.595001, 15.736667, 0.0], + "type": "NDB", + "name": "BAR" +}, { + "coords": [11.565158, 49.956882, 0.0], + "type": "NDB", + "name": "BAZ" +}, { + "coords": [4.490833, 51.370277, 0.0], + "type": "NDB", + "name": "BC" +}, { + "coords": [17.045221, 62.570389, 0.0], + "type": "NDB", + "name": "BCS" +}, { + "coords": [-0.56225, 44.935223, 0.0], + "type": "NDB", + "name": "BD" +}, { + "coords": [-0.397806, 44.870583, 0.0], + "type": "NDB", + "name": "BE" +}, { + "coords": [7.510483, 46.899117, 0.0], + "type": "NDB", + "name": "BER" +}, { + "coords": [7.385667, 52.287834, 0.0], + "type": "NDB", + "name": "BET" +}, { + "coords": [-5.824444, 57.253334, 0.0], + "type": "NDB", + "name": "BFD" +}, { + "coords": [-64.535835, 18.445833, 0.0], + "type": "NDB", + "name": "BFI" +}, { + "coords": [18.210083, 59.071556, 0.0], + "type": "NDB", + "name": "BG" +}, { + "coords": [0.619278, 44.819473, 0.0], + "type": "NDB", + "name": "BGC" +}, { + "coords": [-59.490528, 13.071333, 0.0], + "type": "NDB", + "name": "BGI" +}, { + "coords": [3.203075, 41.951515, 0.0], + "type": "NDB", + "name": "BGR" +}, { + "coords": [-3.635383, 42.358131, 0.0], + "type": "NDB", + "name": "BGS" +}, { + "coords": [11.262222, 59.848694, 0.0], + "type": "NDB", + "name": "BGU" +}, { + "coords": [2.280889, 48.939056, 0.0], + "type": "NDB", + "name": "BGW" +}, { + "coords": [-71.116669, 18.241667, 0.0], + "type": "NDB", + "name": "BHN" +}, { + "coords": [-1.752386, 52.454548, 0.0], + "type": "NDB", + "name": "BHX" +}, { + "coords": [-1.842486, 50.777672, 0.0], + "type": "NDB", + "name": "BIA" +}, { + "coords": [2.782861, 47.611027, 0.0], + "type": "NDB", + "name": "BIC" +}, { + "coords": [-2.5992, 43.186638, 0.0], + "type": "NDB", + "name": "BIL" +}, { + "coords": [-24.530277, 65.502502, 0.0], + "type": "NDB", + "name": "BJ" +}, { + "coords": [-3.562553, 40.446857, 0.0], + "type": "NDB", + "name": "BJ" +}, { + "coords": [-7.921708, 38.159245, 0.0], + "type": "NDB", + "name": "BJA" +}, { + "coords": [-6.698195, 38.816582, 0.0], + "type": "NDB", + "name": "BJZ" +}, { + "coords": [-20.2925, 65.686111, 0.0], + "type": "NDB", + "name": "BL" +}, { + "coords": [-6.261944, 58.515556, 0.0], + "type": "NDB", + "name": "BL" +}, { + "coords": [5.760453, 61.389984, 0.0], + "type": "NDB", + "name": "BL" +}, { + "coords": [15.408305, 60.470333, 0.0], + "type": "NDB", + "name": "BL" +}, { + "coords": [8.123889, 45.461666, 0.0], + "type": "NDB", + "name": "BLA" +}, { + "coords": [1.202472, 47.673943, 0.0], + "type": "NDB", + "name": "BLB" +}, { + "coords": [21.362167, 43.246723, 0.0], + "type": "NDB", + "name": "BLC" +}, { + "coords": [-0.844794, 51.323288, 0.0], + "type": "NDB", + "name": "BLK" +}, { + "coords": [17.259153, 45.095169, 0.0], + "type": "NDB", + "name": "BLK" +}, { + "coords": [-3.629172, 38.151512, 0.0], + "type": "NDB", + "name": "BLN" +}, { + "coords": [-2.973503, 43.323902, 0.0], + "type": "NDB", + "name": "BLO" +}, { + "coords": [8.908775, 53.049335, 0.0], + "type": "NDB", + "name": "BMN" +}, { + "coords": [8.227217, 58.304062, 0.0], + "type": "NDB", + "name": "BN" +}, { + "coords": [7.479084, 47.661694, 0.0], + "type": "NDB", + "name": "BN" +}, { + "coords": [-60.976387, 13.731944, 0.0], + "type": "NDB", + "name": "BNE" +}, { + "coords": [21.718834, 65.839058, 0.0], + "type": "NDB", + "name": "BO" +}, { + "coords": [15.264003, 44.169247, 0.0], + "type": "NDB", + "name": "BO" +}, { + "coords": [4.298917, 45.520527, 0.0], + "type": "NDB", + "name": "BO" +}, { + "coords": [11.200236, 44.567307, 0.0], + "type": "NDB", + "name": "BOA" +}, { + "coords": [12.051945, 42.616943, 0.0], + "type": "NDB", + "name": "BOL" +}, { + "coords": [5.287778, 46.20364, 0.0], + "type": "NDB", + "name": "BOR" +}, { + "coords": [7.023303, 51.585754, 0.0], + "type": "NDB", + "name": "BOT" +}, { + "coords": [-0.045556, 52.210835, 0.0], + "type": "NDB", + "name": "BOU" +}, { + "coords": [9.537444, 42.425667, 0.0], + "type": "NDB", + "name": "BP" +}, { + "coords": [-3.02785, 53.772877, 0.0], + "type": "NDB", + "name": "BPL" +}, { + "coords": [16.66045, 41.110298, 0.0], + "type": "NDB", + "name": "BPL" +}, { + "coords": [-14.3725, 65.332779, 0.0], + "type": "NDB", + "name": "BR" +}, { + "coords": [4.992694, 45.616001, 0.0], + "type": "NDB", + "name": "BR" +}, { + "coords": [-5.666889, 41.93214, 0.0], + "type": "NDB", + "name": "BRB" +}, { + "coords": [18.008833, 40.605473, 0.0], + "type": "NDB", + "name": "BRD" +}, { + "coords": [2.281556, 47.01786, 0.0], + "type": "NDB", + "name": "BRG" +}, { + "coords": [-6.725278, 41.796665, 0.0], + "type": "NDB", + "name": "BRG" +}, { + "coords": [-2.716189, 51.380531, 0.0], + "type": "NDB", + "name": "BRI" +}, { + "coords": [16.716747, 48.062923, 0.0], + "type": "NDB", + "name": "BRK" +}, { + "coords": [19.903418, 42.871166, 0.0], + "type": "NDB", + "name": "BRN" +}, { + "coords": [-7.448928, 57.025627, 0.0], + "type": "NDB", + "name": "BRR" +}, { + "coords": [7.647858, 63.084816, 0.0], + "type": "NDB", + "name": "BRS" +}, { + "coords": [-1.1275, 44.36639, 0.0], + "type": "NDB", + "name": "BRS" +}, { + "coords": [10.606158, 52.322243, 0.0], + "type": "NDB", + "name": "BRU" +}, { + "coords": [3.294583, 48.406055, 0.0], + "type": "NDB", + "name": "BRY" +}, { + "coords": [14.3454, 45.423649, 0.0], + "type": "NDB", + "name": "BRZ" +}, { + "coords": [7.53625, 47.579723, 0.0], + "type": "NDB", + "name": "BS" +}, { + "coords": [-4.432222, 48.283611, 0.0], + "type": "NDB", + "name": "BST" +}, { + "coords": [6.202611, 47.266888, 0.0], + "type": "NDB", + "name": "BSV" +}, { + "coords": [5.300542, 60.049084, 0.0], + "type": "NDB", + "name": "BTA" +}, { + "coords": [12.686103, 54.338371, 0.0], + "type": "NDB", + "name": "BTH" +}, { + "coords": [21.693592, 41.732002, 0.0], + "type": "NDB", + "name": "BU" +}, { + "coords": [-0.677222, 51.51889, 0.0], + "type": "NDB", + "name": "BUR" +}, { + "coords": [-0.581483, 53.72538, 0.0], + "type": "NDB", + "name": "BV" +}, { + "coords": [2.029528, 49.491695, 0.0], + "type": "NDB", + "name": "BV" +}, { + "coords": [5.810083, 62.240856, 0.0], + "type": "NDB", + "name": "BVK" +}, { + "coords": [8.669975, 53.044216, 0.0], + "type": "NDB", + "name": "BW" +}, { + "coords": [3.469083, 44.567165, 0.0], + "type": "NDB", + "name": "BX" +}, { + "coords": [-6.051389, 53.361389, 0.0], + "type": "NDB", + "name": "BY" +}, { + "coords": [9.091, 52.291168, 0.0], + "type": "NDB", + "name": "BYC" +}, { + "coords": [-1.6015, 51.749168, 0.0], + "type": "NDB", + "name": "BZ" +}, { + "coords": [-1.403694, 43.470528, 0.0], + "type": "NDB", + "name": "BZ" +}, { + "coords": [-88.313889, 17.53861, 0.0], + "type": "NDB", + "name": "BZE" +}, { + "coords": [11.32188, 46.46365, 0.0], + "type": "NDB", + "name": "BZO" +}, { + "coords": [25.393162, 64.920212, 0.0], + "type": "NDB", + "name": "C" +}, { + "coords": [-8.360833, 43.323647, 0.0], + "type": "NDB", + "name": "C" +}, { + "coords": [-77.870003, 21.411388, 0.0], + "type": "NDB", + "name": "C" +}, { + "coords": [-9.353333, 38.724724, 0.0], + "type": "NDB", + "name": "CA" +}, { + "coords": [-1.119972, 44.551304, 0.0], + "type": "NDB", + "name": "CAA" +}, { + "coords": [-4.34, 53.099998, 0.0], + "type": "NDB", + "name": "CAE" +}, { + "coords": [9.097472, 39.214638, 0.0], + "type": "NDB", + "name": "CAG" +}, { + "coords": [-61.357777, 12.677778, 0.0], + "type": "NDB", + "name": "CAI" +}, { + "coords": [0.182792, 52.21085, 0.0], + "type": "NDB", + "name": "CAM" +}, { + "coords": [8.700833, 45.428612, 0.0], + "type": "NDB", + "name": "CAM" +}, { + "coords": [-4.491667, 54.141109, 0.0], + "type": "NDB", + "name": "CAR" +}, { + "coords": [9.515555, 39.104443, 0.0], + "type": "NDB", + "name": "CAR" +}, { + "coords": [7.645325, 45.123463, 0.0], + "type": "NDB", + "name": "CAS" +}, { + "coords": [14.9657, 37.456882, 0.0], + "type": "NDB", + "name": "CAT" +}, { + "coords": [-73.783333, 18.266666, 0.0], + "type": "NDB", + "name": "CAY" +}, { + "coords": [-8.471945, 40.160557, 0.0], + "type": "NDB", + "name": "CB" +}, { + "coords": [-79.856773, 19.689976, 0.0], + "type": "NDB", + "name": "CBC" +}, { + "coords": [-3.974722, 55.975555, 0.0], + "type": "NDB", + "name": "CBN" +}, { + "coords": [4.843028, 46.721222, 0.0], + "type": "NDB", + "name": "CC" +}, { + "coords": [-6.42885, 39.528908, 0.0], + "type": "NDB", + "name": "CCS" +}, { + "coords": [-3.33828, 51.393307, 0.0], + "type": "NDB", + "name": "CDF" +}, { + "coords": [1.363639, 48.062416, 0.0], + "type": "NDB", + "name": "CDN" +}, { + "coords": [18.560049, 45.528423, 0.0], + "type": "NDB", + "name": "CE" +}, { + "coords": [10.117084, 52.600567, 0.0], + "type": "NDB", + "name": "CEL" +}, { + "coords": [12.180278, 44.266945, 0.0], + "type": "NDB", + "name": "CEV" +}, { + "coords": [3.361611, 45.804722, 0.0], + "type": "NDB", + "name": "CF" +}, { + "coords": [-8.339275, 55.044006, 0.0], + "type": "NDB", + "name": "CFN" +}, { + "coords": [-0.306194, 45.669277, 0.0], + "type": "NDB", + "name": "CGC" +}, { + "coords": [2.400611, 48.987415, 0.0], + "type": "NDB", + "name": "CGO" +}, { + "coords": [2.740195, 49.005417, 0.0], + "type": "NDB", + "name": "CGZ" +}, { + "coords": [-51.208332, 68.824997, 0.0], + "type": "NDB", + "name": "CH" +}, { + "coords": [4.5576, 52.220615, 0.0], + "type": "NDB", + "name": "CH" +}, { + "coords": [5.883695, 45.592194, 0.0], + "type": "NDB", + "name": "CH" +}, { + "coords": [12.281275, 45.072422, 0.0], + "type": "NDB", + "name": "CHI" +}, { + "coords": [-84.701668, 11.035, 0.0], + "type": "NDB", + "name": "CHI" +}, { + "coords": [-0.518611, 51.623055, 0.0], + "type": "NDB", + "name": "CHT" +}, { + "coords": [-108.325836, 26.722778, 0.0], + "type": "NDB", + "name": "CHX" +}, { + "coords": [3.696111, 48.007778, 0.0], + "type": "NDB", + "name": "CHY" +}, { + "coords": [12.560805, 41.864944, 0.0], + "type": "NDB", + "name": "CIA" +}, { + "coords": [-0.556944, 52.129723, 0.0], + "type": "NDB", + "name": "CIT" +}, { + "coords": [-2.522797, 40.383892, 0.0], + "type": "NDB", + "name": "CJN" +}, { + "coords": [-2.805464, 54.940289, 0.0], + "type": "NDB", + "name": "CL" +}, { + "coords": [1.415472, 44.385193, 0.0], + "type": "NDB", + "name": "CL" +}, { + "coords": [1.318333, 52.924168, 0.0], + "type": "NDB", + "name": "CM" +}, { + "coords": [4.905361, 43.908279, 0.0], + "type": "NDB", + "name": "CM" +}, { + "coords": [-1.298311, 40.902424, 0.0], + "type": "NDB", + "name": "CMA" +}, { + "coords": [-7.480075, 52.453751, 0.0], + "type": "NDB", + "name": "CML" +}, { + "coords": [9.171389, 44.345001, 0.0], + "type": "NDB", + "name": "CMO" +}, { + "coords": [12.380289, 42.124954, 0.0], + "type": "NDB", + "name": "CMP" +}, { + "coords": [-0.32125, 49.115665, 0.0], + "type": "NDB", + "name": "CNE" +}, { + "coords": [-3.735833, 40.645832, 0.0], + "type": "NDB", + "name": "CNR" +}, { + "coords": [2.803972, 49.431499, 0.0], + "type": "NDB", + "name": "CO" +}, { + "coords": [9.541175, 45.226261, 0.0], + "type": "NDB", + "name": "COD" +}, { + "coords": [-83.58667, 10.768333, 0.0], + "type": "NDB", + "name": "COL" +}, { + "coords": [-2.153611, 50.966389, 0.0], + "type": "NDB", + "name": "COM" +}, { + "coords": [17.484083, 59.261391, 0.0], + "type": "NDB", + "name": "COR" +}, { + "coords": [-4.843233, 37.843777, 0.0], + "type": "NDB", + "name": "COR" +}, { + "coords": [-82.971664, 8.606667, 0.0], + "type": "NDB", + "name": "COT" +}, { + "coords": [-7.425833, 40.299168, 0.0], + "type": "NDB", + "name": "COV" +}, { + "coords": [-1.296667, 50.575279, 0.0], + "type": "NDB", + "name": "CP" +}, { + "coords": [-9.221517, 38.642292, 0.0], + "type": "NDB", + "name": "CP" +}, { + "coords": [14.416547, 44.902882, 0.0], + "type": "NDB", + "name": "CRE" +}, { + "coords": [-8.941752, 53.301079, 0.0], + "type": "NDB", + "name": "CRN" +}, { + "coords": [17.075203, 38.994709, 0.0], + "type": "NDB", + "name": "CRO" +}, { + "coords": [2.207639, 43.222527, 0.0], + "type": "NDB", + "name": "CS" +}, { + "coords": [2.915619, 39.641384, 0.0], + "type": "NDB", + "name": "CST" +}, { + "coords": [-1.405875, 52.410969, 0.0], + "type": "NDB", + "name": "CT" +}, { + "coords": [8.724112, 41.795502, 0.0], + "type": "NDB", + "name": "CT" +}, { + "coords": [-0.01125, 39.995029, 0.0], + "type": "NDB", + "name": "CTE" +}, { + "coords": [-85.973892, 16.008055, 0.0], + "type": "NDB", + "name": "CTL" +}, { + "coords": [1.801139, 46.936611, 0.0], + "type": "NDB", + "name": "CTX" +}, { + "coords": [-105.994164, 28.581667, 0.0], + "type": "NDB", + "name": "CUW" +}, { + "coords": [18.212639, 42.58519, 0.0], + "type": "NDB", + "name": "CV" +}, { + "coords": [8.806583, 42.576973, 0.0], + "type": "NDB", + "name": "CV" +}, { + "coords": [-99.259445, 18.836666, 0.0], + "type": "NDB", + "name": "CVA" +}, { + "coords": [-3.773406, 40.367779, 0.0], + "type": "NDB", + "name": "CVT" +}, { + "coords": [4.318806, 48.759193, 0.0], + "type": "NDB", + "name": "CVT" +}, { + "coords": [2.209167, 43.632473, 0.0], + "type": "NDB", + "name": "CVU" +}, { + "coords": [-0.489, 53.026333, 0.0], + "type": "NDB", + "name": "CWL" +}, { + "coords": [4.535194, 49.813305, 0.0], + "type": "NDB", + "name": "CZ" +}, { + "coords": [-86.931664, 20.523611, 0.0], + "type": "NDB", + "name": "CZM" +}, { + "coords": [23.548519, 61.401237, 0.0], + "type": "NDB", + "name": "D" +}, { + "coords": [-82.800552, 21.669167, 0.0], + "type": "NDB", + "name": "D" +}, { + "coords": [-37.211388, 65.57222, 0.0], + "type": "NDB", + "name": "DA" +}, { + "coords": [-13.576111, 65.269997, 0.0], + "type": "NDB", + "name": "DA" +}, { + "coords": [10.257039, 59.261932, 0.0], + "type": "NDB", + "name": "DA" +}, { + "coords": [4.142305, 44.066418, 0.0], + "type": "NDB", + "name": "DA" +}, { + "coords": [19.123501, 42.544998, 0.0], + "type": "NDB", + "name": "DAN" +}, { + "coords": [-82.428055, 8.388333, 0.0], + "type": "NDB", + "name": "DAV" +}, { + "coords": [13.295347, 52.468281, 0.0], + "type": "NDB", + "name": "DBR" +}, { + "coords": [16.508389, 57.414196, 0.0], + "type": "NDB", + "name": "DC" +}, { + "coords": [-61.405556, 15.394444, 0.0], + "type": "NDB", + "name": "DCF" +}, { + "coords": [2.835, 51.19389, 0.0], + "type": "NDB", + "name": "DD" +}, { + "coords": [18.625584, 64.599915, 0.0], + "type": "NDB", + "name": "DD" +}, { + "coords": [-66.412392, 18.468277, 0.0], + "type": "NDB", + "name": "DDP" +}, { + "coords": [8.974722, 39.361946, 0.0], + "type": "NDB", + "name": "DEC" +}, { + "coords": [23.772778, 38.104443, 0.0], + "type": "NDB", + "name": "DEK" +}, { + "coords": [4.0275, 50.879166, 0.0], + "type": "NDB", + "name": "DEN" +}, { + "coords": [-2.884683, 42.448879, 0.0], + "type": "NDB", + "name": "DGO" +}, { + "coords": [16.489834, 57.303638, 0.0], + "type": "NDB", + "name": "DH" +}, { + "coords": [8.469461, 60.411507, 0.0], + "type": "NDB", + "name": "DI" +}, { + "coords": [6.130278, 49.860832, 0.0], + "type": "NDB", + "name": "DIK" +}, { + "coords": [13.468342, 52.472862, 0.0], + "type": "NDB", + "name": "DIP" +}, { + "coords": [14.584306, 63.178165, 0.0], + "type": "NDB", + "name": "DJ" +}, { + "coords": [16.722139, 64.591164, 0.0], + "type": "NDB", + "name": "DK" +}, { + "coords": [9.895833, 52.244999, 0.0], + "type": "NDB", + "name": "DLE" +}, { + "coords": [13.363645, 52.613907, 0.0], + "type": "NDB", + "name": "DLS" +}, { + "coords": [17.848333, 43.136944, 0.0], + "type": "NDB", + "name": "DNC" +}, { + "coords": [-3.114925, 56.455086, 0.0], + "type": "NDB", + "name": "DND" +}, { + "coords": [-14.276944, 64.652496, 0.0], + "type": "NDB", + "name": "DO" +}, { + "coords": [5.305167, 46.97961, 0.0], + "type": "NDB", + "name": "DO" +}, { + "coords": [-61.30389, 15.546667, 0.0], + "type": "NDB", + "name": "DOM" +}, { + "coords": [5.135556, 55.470276, 0.0], + "type": "NDB", + "name": "DON" +}, { + "coords": [8.453, 52.592335, 0.0], + "type": "NDB", + "name": "DP" +}, { + "coords": [-2.052889, 48.481998, 0.0], + "type": "NDB", + "name": "DR" +}, { + "coords": [14.562514, 51.89674, 0.0], + "type": "NDB", + "name": "DRW" +}, { + "coords": [1.083055, 49.882778, 0.0], + "type": "NDB", + "name": "DSA" +}, { + "coords": [0.977778, 50.912777, 0.0], + "type": "NDB", + "name": "DU" +}, { + "coords": [18.600136, 69.048386, 0.0], + "type": "NDB", + "name": "DU" +}, { + "coords": [8.516277, 47.974907, 0.0], + "type": "NDB", + "name": "DVI" +}, { + "coords": [16.143633, 43.446732, 0.0], + "type": "NDB", + "name": "DVN" +}, { + "coords": [7.634386, 51.526123, 0.0], + "type": "NDB", + "name": "DWI" +}, { + "coords": [-1.028139, 43.697388, 0.0], + "type": "NDB", + "name": "DX" +}, { + "coords": [6.654375, 51.234318, 0.0], + "type": "NDB", + "name": "DY" +}, { + "coords": [-3.023611, 58.644444, 0.0], + "type": "NDB", + "name": "DY" +}, { + "coords": [18.103416, 59.67989, 0.0], + "type": "NDB", + "name": "EA" +}, { + "coords": [-1.356119, 50.955029, 0.0], + "type": "NDB", + "name": "EAS" +}, { + "coords": [4.283528, 45.637943, 0.0], + "type": "NDB", + "name": "EB" +}, { + "coords": [-3.761389, 40.700554, 0.0], + "type": "NDB", + "name": "ECV" +}, { + "coords": [-3.285453, 55.978485, 0.0], + "type": "NDB", + "name": "EDN" +}, { + "coords": [-6.0, 37.316666, 0.0], + "type": "NDB", + "name": "EEC" +}, { + "coords": [5.397472, 45.363583, 0.0], + "type": "NDB", + "name": "EG" +}, { + "coords": [12.749781, 48.397049, 0.0], + "type": "NDB", + "name": "EGG" +}, { + "coords": [23.424444, 37.765278, 0.0], + "type": "NDB", + "name": "EGN" +}, { + "coords": [-7.155014, 55.045509, 0.0], + "type": "NDB", + "name": "EGT" +}, { + "coords": [8.642631, 49.960064, 0.0], + "type": "NDB", + "name": "EH" +}, { + "coords": [5.394861, 51.467854, 0.0], + "type": "NDB", + "name": "EHN" +}, { + "coords": [8.701111, 55.541943, 0.0], + "type": "NDB", + "name": "EJ" +}, { + "coords": [-7.643333, 54.394165, 0.0], + "type": "NDB", + "name": "EKN" +}, { + "coords": [-21.770834, 64.081108, 0.0], + "type": "NDB", + "name": "EL" +}, { + "coords": [10.394167, 42.731945, 0.0], + "type": "NDB", + "name": "ELB" +}, { + "coords": [23.560556, 38.066666, 0.0], + "type": "NDB", + "name": "ELF" +}, { + "coords": [6.355, 49.68, 0.0], + "type": "NDB", + "name": "ELU" +}, { + "coords": [2.080222, 48.375195, 0.0], + "type": "NDB", + "name": "EM" +}, { + "coords": [-1.194561, 52.83268, 0.0], + "type": "NDB", + "name": "EME" +}, { + "coords": [6.193639, 48.332443, 0.0], + "type": "NDB", + "name": "EMT" +}, { + "coords": [-1.454442, 52.828663, 0.0], + "type": "NDB", + "name": "EMW" +}, { + "coords": [15.065111, 59.291027, 0.0], + "type": "NDB", + "name": "EN" +}, { + "coords": [-8.927773, 52.905151, 0.0], + "type": "NDB", + "name": "ENS" +}, { + "coords": [-116.603889, 31.794167, 0.0], + "type": "NDB", + "name": "ENS" +}, { + "coords": [21.495277, 37.616665, 0.0], + "type": "NDB", + "name": "EPI" +}, { + "coords": [-0.371944, 51.319443, 0.0], + "type": "NDB", + "name": "EPM" +}, { + "coords": [18.336889, 59.896221, 0.0], + "type": "NDB", + "name": "ERK" +}, { + "coords": [10.922967, 50.982601, 0.0], + "type": "NDB", + "name": "ERT" +}, { + "coords": [-14.451944, 65.238609, 0.0], + "type": "NDB", + "name": "ES" +}, { + "coords": [24.796408, 60.248276, 0.0], + "type": "NDB", + "name": "ESP" +}, { + "coords": [23.109024, 63.636848, 0.0], + "type": "NDB", + "name": "ESS" +}, { + "coords": [5.674472, 49.228584, 0.0], + "type": "NDB", + "name": "ETN" +}, { + "coords": [-3.295047, 50.752151, 0.0], + "type": "NDB", + "name": "EX" +}, { + "coords": [25.045517, 60.267334, 0.0], + "type": "NDB", + "name": "F" +}, { + "coords": [14.458417, 63.20314, 0.0], + "type": "NDB", + "name": "F" +}, { + "coords": [9.253445, 41.601418, 0.0], + "type": "NDB", + "name": "FA" +}, { + "coords": [13.373639, 43.628277, 0.0], + "type": "NDB", + "name": "FAL" +}, { + "coords": [-7.925931, 37.008743, 0.0], + "type": "NDB", + "name": "FAR" +}, { + "coords": [14.900556, 55.028332, 0.0], + "type": "NDB", + "name": "FAU" +}, { + "coords": [-0.081111, 54.115833, 0.0], + "type": "NDB", + "name": "FB" +}, { + "coords": [1.786972, 44.670944, 0.0], + "type": "NDB", + "name": "FC" +}, { + "coords": [10.4625, 55.520279, 0.0], + "type": "NDB", + "name": "FE" +}, { + "coords": [12.351091, 41.831421, 0.0], + "type": "NDB", + "name": "FE" +}, { + "coords": [11.616667, 44.813889, 0.0], + "type": "NDB", + "name": "FER" +}, { + "coords": [4.014056, 43.556778, 0.0], + "type": "NDB", + "name": "FG" +}, { + "coords": [-49.651943, 61.997223, 0.0], + "type": "NDB", + "name": "FH" +}, { + "coords": [9.537808, 47.681339, 0.0], + "type": "NDB", + "name": "FHA" +}, { + "coords": [-28.685886, 38.522514, 0.0], + "type": "NDB", + "name": "FIL" +}, { + "coords": [22.992222, 41.099724, 0.0], + "type": "NDB", + "name": "FIS" +}, { + "coords": [6.427211, 62.693756, 0.0], + "type": "NDB", + "name": "FJ" +}, { + "coords": [9.492561, 54.75071, 0.0], + "type": "NDB", + "name": "FLB" +}, { + "coords": [-31.167692, 39.446091, 0.0], + "type": "NDB", + "name": "FLO" +}, { + "coords": [11.340661, 63.458965, 0.0], + "type": "NDB", + "name": "FLR" +}, { + "coords": [13.770189, 67.160843, 0.0], + "type": "NDB", + "name": "FLV" +}, { + "coords": [12.29, 58.360863, 0.0], + "type": "NDB", + "name": "FM" +}, { + "coords": [-3.175833, 54.048611, 0.0], + "type": "NDB", + "name": "FN" +}, { + "coords": [9.559114, 59.157734, 0.0], + "type": "NDB", + "name": "FN" +}, { + "coords": [12.2346, 41.910675, 0.0], + "type": "NDB", + "name": "FN" +}, { + "coords": [-0.0275, 52.741665, 0.0], + "type": "NDB", + "name": "FNL" +}, { + "coords": [5.151341, 59.372604, 0.0], + "type": "NDB", + "name": "FNO" +}, { + "coords": [-61.001278, 14.589084, 0.0], + "type": "NDB", + "name": "FOF" +}, { + "coords": [11.924723, 44.247501, 0.0], + "type": "NDB", + "name": "FOR" +}, { + "coords": [-0.563889, 51.34639, 0.0], + "type": "NDB", + "name": "FOS" +}, { + "coords": [-9.195411, 52.566254, 0.0], + "type": "NDB", + "name": "FOY" +}, { + "coords": [-2.585, 56.278889, 0.0], + "type": "NDB", + "name": "FP" +}, { + "coords": [8.683489, 50.065712, 0.0], + "type": "NDB", + "name": "FR" +}, { + "coords": [21.926998, 61.418518, 0.0], + "type": "NDB", + "name": "FR" +}, { + "coords": [18.334167, 43.8255, 0.0], + "type": "NDB", + "name": "FRA" +}, { + "coords": [13.289722, 41.643055, 0.0], + "type": "NDB", + "name": "FRS" +}, { + "coords": [13.850031, 51.193012, 0.0], + "type": "NDB", + "name": "FS" +}, { + "coords": [16.672409, 68.598625, 0.0], + "type": "NDB", + "name": "FS" +}, { + "coords": [10.188, 52.915668, 0.0], + "type": "NDB", + "name": "FSB" +}, { + "coords": [15.140448, 67.264053, 0.0], + "type": "NDB", + "name": "FSK" +}, { + "coords": [5.552764, 61.351753, 0.0], + "type": "NDB", + "name": "FT" +}, { + "coords": [9.281667, 51.111332, 0.0], + "type": "NDB", + "name": "FTZ" +}, { + "coords": [9.875812, 53.575485, 0.0], + "type": "NDB", + "name": "FU" +}, { + "coords": [8.429553, 50.004955, 0.0], + "type": "NDB", + "name": "FW" +}, { + "coords": [12.198781, 41.880852, 0.0], + "type": "NDB", + "name": "FW" +}, { + "coords": [-61.091751, 14.601389, 0.0], + "type": "NDB", + "name": "FXF" +}, { + "coords": [24.732281, 61.85429, 0.0], + "type": "NDB", + "name": "G" +}, { + "coords": [2.770167, 41.926376, 0.0], + "type": "NDB", + "name": "G" +}, { + "coords": [-78.813889, 22.015278, 0.0], + "type": "NDB", + "name": "G" +}, { + "coords": [-17.463333, 65.877777, 0.0], + "type": "NDB", + "name": "GA" +}, { + "coords": [5.950305, 44.381668, 0.0], + "type": "NDB", + "name": "GA" +}, { + "coords": [-6.447464, 53.528694, 0.0], + "type": "NDB", + "name": "GAR" +}, { + "coords": [10.604167, 45.201668, 0.0], + "type": "NDB", + "name": "GAZ" +}, { + "coords": [15.80032, 46.88699, 0.0], + "type": "NDB", + "name": "GBG" +}, { + "coords": [9.981667, 49.648335, 0.0], + "type": "NDB", + "name": "GBL" +}, { + "coords": [-28.031944, 39.093887, 0.0], + "type": "NDB", + "name": "GC" +}, { + "coords": [-2.047222, 57.138611, 0.0], + "type": "NDB", + "name": "GD" +}, { + "coords": [19.954458, 60.186832, 0.0], + "type": "NDB", + "name": "GDY" +}, { + "coords": [-0.069133, 51.16444, 0.0], + "type": "NDB", + "name": "GE" +}, { + "coords": [9.018333, 55.736389, 0.0], + "type": "NDB", + "name": "GE" +}, { + "coords": [-3.844267, 40.199768, 0.0], + "type": "NDB", + "name": "GE" +}, { + "coords": [9.083336, 44.42384, 0.0], + "type": "NDB", + "name": "GEN" +}, { + "coords": [-21.941668, 64.149445, 0.0], + "type": "NDB", + "name": "GF" +}, { + "coords": [2.273889, 61.215, 0.0], + "type": "NDB", + "name": "GFC" +}, { + "coords": [6.603125, 53.130924, 0.0], + "type": "NDB", + "name": "GG" +}, { + "coords": [-51.749722, 64.179443, 0.0], + "type": "NDB", + "name": "GH" +}, { + "coords": [2.484278, 49.84214, 0.0], + "type": "NDB", + "name": "GI" +}, { + "coords": [-3.661306, 48.055248, 0.0], + "type": "NDB", + "name": "GIF" +}, { + "coords": [8.81932, 50.635567, 0.0], + "type": "NDB", + "name": "GIN" +}, { + "coords": [16.901388, 40.799446, 0.0], + "type": "NDB", + "name": "GIO" +}, { + "coords": [-21.33, 65.99472, 0.0], + "type": "NDB", + "name": "GJ" +}, { + "coords": [13.426161, 52.572308, 0.0], + "type": "NDB", + "name": "GL" +}, { + "coords": [-10.091945, 54.283054, 0.0], + "type": "NDB", + "name": "GL" +}, { + "coords": [9.680833, 57.084167, 0.0], + "type": "NDB", + "name": "GL" +}, { + "coords": [-1.687833, 47.052807, 0.0], + "type": "NDB", + "name": "GL" +}, { + "coords": [6.245, 46.41, 0.0], + "type": "NDB", + "name": "GLA" +}, { + "coords": [-4.336081, 55.924374, 0.0], + "type": "NDB", + "name": "GLG" +}, { + "coords": [9.453931, 53.849724, 0.0], + "type": "NDB", + "name": "GLX" +}, { + "coords": [-4.571447, 36.726505, 0.0], + "type": "NDB", + "name": "GM" +}, { + "coords": [-6.226669, 53.648109, 0.0], + "type": "NDB", + "name": "GMN" +}, { + "coords": [-53.533333, 69.245003, 0.0], + "type": "NDB", + "name": "GN" +}, { + "coords": [-61.781666, 12.008333, 0.0], + "type": "NDB", + "name": "GND" +}, { + "coords": [-3.22, 56.182499, 0.0], + "type": "NDB", + "name": "GO" +}, { + "coords": [19.245722, 42.298889, 0.0], + "type": "NDB", + "name": "GO" +}, { + "coords": [-27.113148, 38.783157, 0.0], + "type": "NDB", + "name": "GP" +}, { + "coords": [-17.983055, 66.528336, 0.0], + "type": "NDB", + "name": "GR" +}, { + "coords": [14.2136, 66.321686, 0.0], + "type": "NDB", + "name": "GR" +}, { + "coords": [18.320826, 42.540627, 0.0], + "type": "NDB", + "name": "GR" +}, { + "coords": [-3.840997, 37.188251, 0.0], + "type": "NDB", + "name": "GR" +}, { + "coords": [-3.677714, 37.18935, 0.0], + "type": "NDB", + "name": "GRA" +}, { + "coords": [14.083611, 41.05722, 0.0], + "type": "NDB", + "name": "GRA" +}, { + "coords": [-28.016666, 39.083332, 0.0], + "type": "NDB", + "name": "GRA" +}, { + "coords": [-2.632386, 49.434258, 0.0], + "type": "NDB", + "name": "GRB" +}, { + "coords": [7.414603, 47.183376, 0.0], + "type": "NDB", + "name": "GRE" +}, { + "coords": [10.268869, 63.419006, 0.0], + "type": "NDB", + "name": "GRK" +}, { + "coords": [2.807211, 42.024979, 0.0], + "type": "NDB", + "name": "GRN" +}, { + "coords": [-114.021385, 28.024445, 0.0], + "type": "NDB", + "name": "GRN" +}, { + "coords": [11.025278, 42.705276, 0.0], + "type": "NDB", + "name": "GRO" +}, { + "coords": [17.422222, 40.445278, 0.0], + "type": "NDB", + "name": "GRT" +}, { + "coords": [11.943334, 49.695, 0.0], + "type": "NDB", + "name": "GRW" +}, { + "coords": [15.458953, 46.920654, 0.0], + "type": "NDB", + "name": "GRZ" +}, { + "coords": [16.94825, 60.552555, 0.0], + "type": "NDB", + "name": "GS" +}, { + "coords": [13.853084, 44.892467, 0.0], + "type": "NDB", + "name": "GS" +}, { + "coords": [-2.1679, 51.891953, 0.0], + "type": "NDB", + "name": "GST" +}, { + "coords": [9.9243, 53.714169, 0.0], + "type": "NDB", + "name": "GT" +}, { + "coords": [-71.145836, 21.433472, 0.0], + "type": "NDB", + "name": "GT" +}, { + "coords": [-4.2855, 48.477695, 0.0], + "type": "NDB", + "name": "GU" +}, { + "coords": [-90.531059, 14.585819, 0.0], + "type": "NDB", + "name": "GUA" +}, { + "coords": [12.739166, 41.999168, 0.0], + "type": "NDB", + "name": "GUI" +}, { + "coords": [5.895461, 50.807323, 0.0], + "type": "NDB", + "name": "GUL" +}, { + "coords": [17.774611, 64.899086, 0.0], + "type": "NDB", + "name": "GUN" +}, { + "coords": [-1.482444, 48.917027, 0.0], + "type": "NDB", + "name": "GV" +}, { + "coords": [-0.315956, 51.130653, 0.0], + "type": "NDB", + "name": "GY" +}, { + "coords": [-110.928612, 27.956944, 0.0], + "type": "NDB", + "name": "GYM" +}, { + "coords": [14.208611, 36.038334, 0.0], + "type": "NDB", + "name": "GZO" +}, { + "coords": [23.452675, 68.377701, 0.0], + "type": "NDB", + "name": "H" +}, { + "coords": [-15.041389, 65.629448, 0.0], + "type": "NDB", + "name": "HA" +}, { + "coords": [9.805083, 52.464104, 0.0], + "type": "NDB", + "name": "HA" +}, { + "coords": [11.070175, 60.817459, 0.0], + "type": "NDB", + "name": "HAA" +}, { + "coords": [9.781436, 50.093071, 0.0], + "type": "NDB", + "name": "HAB" +}, { + "coords": [9.567317, 52.457645, 0.0], + "type": "NDB", + "name": "HAE" +}, { + "coords": [10.083202, 53.676971, 0.0], + "type": "NDB", + "name": "HAM" +}, { + "coords": [7.280875, 49.964882, 0.0], + "type": "NDB", + "name": "HAN" +}, { + "coords": [-4.968333, 51.832222, 0.0], + "type": "NDB", + "name": "HAV" +}, { + "coords": [-2.979536, 53.179165, 0.0], + "type": "NDB", + "name": "HAW" +}, { + "coords": [-53.699165, 66.935837, 0.0], + "type": "NDB", + "name": "HB" +}, { + "coords": [-5.881945, 54.615498, 0.0], + "type": "NDB", + "name": "HB" +}, { + "coords": [14.182061, 53.874065, 0.0], + "type": "NDB", + "name": "HC" +}, { + "coords": [12.550289, 66.060356, 0.0], + "type": "NDB", + "name": "HD" +}, { + "coords": [8.6, 49.386665, 0.0], + "type": "NDB", + "name": "HDL" +}, { + "coords": [8.39, 49.533333, 0.0], + "type": "NDB", + "name": "HDM" +}, { + "coords": [-19.519167, 65.750832, 0.0], + "type": "NDB", + "name": "HE" +}, { + "coords": [9.004128, 59.608841, 0.0], + "type": "NDB", + "name": "HE" +}, { + "coords": [7.3175, 65.325836, 0.0], + "type": "NDB", + "name": "HEI" +}, { + "coords": [25.491167, 60.25489, 0.0], + "type": "NDB", + "name": "HEK" +}, { + "coords": [-0.790278, 51.759724, 0.0], + "type": "NDB", + "name": "HEN" +}, { + "coords": [25.178612, 35.335278, 0.0], + "type": "NDB", + "name": "HER" +}, { + "coords": [-69.970169, 18.467583, 0.0], + "type": "NDB", + "name": "HER" +}, { + "coords": [23.53669, 68.422325, 0.0], + "type": "NDB", + "name": "HET" +}, { + "coords": [11.858334, 49.218334, 0.0], + "type": "NDB", + "name": "HFX" +}, { + "coords": [-2.261389, 52.517502, 0.0], + "type": "NDB", + "name": "HG" +}, { + "coords": [11.075511, 63.458885, 0.0], + "type": "NDB", + "name": "HG" +}, { + "coords": [-76.33139, 20.769167, 0.0], + "type": "NDB", + "name": "HG" +}, { + "coords": [-1.795886, 43.386276, 0.0], + "type": "NDB", + "name": "HIG" +}, { + "coords": [-5.111055, 38.510338, 0.0], + "type": "NDB", + "name": "HIJ" +}, { + "coords": [-69.765831, 18.514166, 0.0], + "type": "NDB", + "name": "HIJ" +}, { + "coords": [26.1425, 38.340832, 0.0], + "type": "NDB", + "name": "HIO" +}, { + "coords": [-69.669113, 18.446777, 0.0], + "type": "NDB", + "name": "HIV" +}, { + "coords": [-18.191668, 65.851669, 0.0], + "type": "NDB", + "name": "HJ" +}, { + "coords": [-21.473612, 65.643608, 0.0], + "type": "NDB", + "name": "HK" +}, { + "coords": [23.773611, 37.819443, 0.0], + "type": "NDB", + "name": "HK" +}, { + "coords": [-20.281944, 63.424168, 0.0], + "type": "NDB", + "name": "HL" +}, { + "coords": [14.664166, 68.237427, 0.0], + "type": "NDB", + "name": "HL" +}, { + "coords": [18.897608, 69.64653, 0.0], + "type": "NDB", + "name": "HMK" +}, { + "coords": [-15.213333, 64.269165, 0.0], + "type": "NDB", + "name": "HN" +}, { + "coords": [6.021692, 62.163334, 0.0], + "type": "NDB", + "name": "HN" +}, { + "coords": [23.745832, 37.868057, 0.0], + "type": "NDB", + "name": "HN" +}, { + "coords": [5.71068, 61.910732, 0.0], + "type": "NDB", + "name": "HNS" +}, { + "coords": [9.153334, 50.161667, 0.0], + "type": "NDB", + "name": "HNU" +}, { + "coords": [7.366111, 48.133751, 0.0], + "type": "NDB", + "name": "HO" +}, { + "coords": [11.761395, 50.284626, 0.0], + "type": "NDB", + "name": "HOF" +}, { + "coords": [1.8205, 48.730583, 0.0], + "type": "NDB", + "name": "HOL" +}, { + "coords": [-84.296669, 9.96, 0.0], + "type": "NDB", + "name": "HOR" +}, { + "coords": [13.0975, 51.7715, 0.0], + "type": "NDB", + "name": "HOZ" +}, { + "coords": [8.413889, 55.511944, 0.0], + "type": "NDB", + "name": "HP" +}, { + "coords": [6.73225, 47.561668, 0.0], + "type": "NDB", + "name": "HR" +}, { + "coords": [-0.459433, 51.478886, 0.0], + "type": "NDB", + "name": "HRW" +}, { + "coords": [-17.438889, 65.926941, 0.0], + "type": "NDB", + "name": "HS" +}, { + "coords": [13.5675, 60.109612, 0.0], + "type": "NDB", + "name": "HT" +}, { + "coords": [-28.629499, 38.519859, 0.0], + "type": "NDB", + "name": "HT" +}, { + "coords": [21.003027, 69.926384, 0.0], + "type": "NDB", + "name": "HTK" +}, { + "coords": [-72.193611, 19.731667, 0.0], + "type": "NDB", + "name": "HTN" +}, { + "coords": [17.126944, 61.75214, 0.0], + "type": "NDB", + "name": "HU" +}, { + "coords": [-91.505554, 15.313889, 0.0], + "type": "NDB", + "name": "HUE" +}, { + "coords": [-18.067778, 65.635559, 0.0], + "type": "NDB", + "name": "HV" +}, { + "coords": [9.546445, 52.468513, 0.0], + "type": "NDB", + "name": "HW" +}, { + "coords": [21.812458, 62.979935, 0.0], + "type": "NDB", + "name": "HY" +}, { + "coords": [9.241111, 56.507778, 0.0], + "type": "NDB", + "name": "HY" +}, { + "coords": [24.714378, 60.552685, 0.0], + "type": "NDB", + "name": "HYV" +}, { + "coords": [24.842735, 61.857815, 0.0], + "type": "NDB", + "name": "I" +}, { + "coords": [1.470411, 38.91547, 0.0], + "type": "NDB", + "name": "IBZ" +}, { + "coords": [11.644667, 48.737835, 0.0], + "type": "NDB", + "name": "IGL" +}, { + "coords": [22.869146, 62.674473, 0.0], + "type": "NDB", + "name": "IJ" +}, { + "coords": [26.346111, 37.683887, 0.0], + "type": "NDB", + "name": "IKA" +}, { + "coords": [14.72182, 67.274399, 0.0], + "type": "NDB", + "name": "IL" +}, { + "coords": [14.171967, 45.564468, 0.0], + "type": "NDB", + "name": "ILB" +}, { + "coords": [10.39, 49.474998, 0.0], + "type": "NDB", + "name": "ILM" +}, { + "coords": [9.706667, 55.020557, 0.0], + "type": "NDB", + "name": "IN" +}, { + "coords": [1.741806, 50.883167, 0.0], + "type": "NDB", + "name": "ING" +}, { + "coords": [11.401875, 47.230007, 0.0], + "type": "NDB", + "name": "INN" +}, { + "coords": [20.816668, 39.700001, 0.0], + "type": "NDB", + "name": "IOA" +}, { + "coords": [-23.038889, 66.098335, 0.0], + "type": "NDB", + "name": "IS" +}, { + "coords": [8.612083, 41.898804, 0.0], + "type": "NDB", + "name": "IS" +}, { + "coords": [12.228333, 45.698612, 0.0], + "type": "NDB", + "name": "ISA" +}, { + "coords": [4.929833, 43.526249, 0.0], + "type": "NDB", + "name": "ITR" +}, { + "coords": [9.571167, 53.984333, 0.0], + "type": "NDB", + "name": "ITZ" +}, { + "coords": [-1.104445, 50.680279, 0.0], + "type": "NDB", + "name": "IW" +}, { + "coords": [20.820658, 41.342888, 0.0], + "type": "NDB", + "name": "IZD" +}, { + "coords": [-90.73333, 13.933333, 0.0], + "type": "NDB", + "name": "IZP" +}, { + "coords": [21.752148, 63.065578, 0.0], + "type": "NDB", + "name": "J" +}, { + "coords": [-6.050678, 36.764126, 0.0], + "type": "NDB", + "name": "J" +}, { + "coords": [-84.18222, 22.084999, 0.0], + "type": "NDB", + "name": "J" +}, { + "coords": [20.475306, 44.742916, 0.0], + "type": "NDB", + "name": "JA" +}, { + "coords": [24.639687, 61.851219, 0.0], + "type": "NDB", + "name": "JAN" +}, { + "coords": [8.014, 53.519001, 0.0], + "type": "NDB", + "name": "JEV" +}, { + "coords": [-46.033333, 60.724998, 0.0], + "type": "NDB", + "name": "JH" +}, { + "coords": [27.732828, 63.07885, 0.0], + "type": "NDB", + "name": "JL" +}, { + "coords": [-72.51667, 18.233334, 0.0], + "type": "NDB", + "name": "JML" +}, { + "coords": [29.472084, 62.686058, 0.0], + "type": "NDB", + "name": "JOE" +}, { + "coords": [29.757463, 62.637825, 0.0], + "type": "NDB", + "name": "JP" +}, { + "coords": [27.780451, 62.225113, 0.0], + "type": "NDB", + "name": "JR" +}, { + "coords": [-74.14167, 18.666666, 0.0], + "type": "NDB", + "name": "JRM" +}, { + "coords": [-6.016217, 36.834465, 0.0], + "type": "NDB", + "name": "JRZ" +}, { + "coords": [21.631306, 43.42461, 0.0], + "type": "NDB", + "name": "JST" +}, { + "coords": [-51.077778, 69.242775, 0.0], + "type": "NDB", + "name": "JV" +}, { + "coords": [-2.219925, 49.205914, 0.0], + "type": "NDB", + "name": "JW" +}, { + "coords": [14.757389, 56.996113, 0.0], + "type": "NDB", + "name": "JX" +}, { + "coords": [25.800314, 62.344738, 0.0], + "type": "NDB", + "name": "JYV" +}, { + "coords": [9.236959, 56.29845, 0.0], + "type": "NDB", + "name": "KA" +}, { + "coords": [14.474028, 59.317165, 0.0], + "type": "NDB", + "name": "KA" +}, { + "coords": [19.727777, 41.3675, 0.0], + "type": "NDB", + "name": "KA" +}, { + "coords": [27.10358, 60.913345, 0.0], + "type": "NDB", + "name": "KAI" +}, { + "coords": [27.529867, 64.273064, 0.0], + "type": "NDB", + "name": "KAJ" +}, { + "coords": [14.675464, 46.105, 0.0], + "type": "NDB", + "name": "KAM" +}, { + "coords": [26.684444, 62.002777, 0.0], + "type": "NDB", + "name": "KAN" +}, { + "coords": [14.008239, 44.895351, 0.0], + "type": "NDB", + "name": "KAV" +}, { + "coords": [7.860897, 63.117893, 0.0], + "type": "NDB", + "name": "KB" +}, { + "coords": [8.097553, 48.797962, 0.0], + "type": "NDB", + "name": "KBA" +}, { + "coords": [14.384167, 58.483055, 0.0], + "type": "NDB", + "name": "KBG" +}, { + "coords": [18.821697, 69.505203, 0.0], + "type": "NDB", + "name": "KBV" +}, { + "coords": [-2.002222, 57.697777, 0.0], + "type": "NDB", + "name": "KD" +}, { + "coords": [9.334723, 55.443333, 0.0], + "type": "NDB", + "name": "KD" +}, { + "coords": [14.078195, 55.871223, 0.0], + "type": "NDB", + "name": "KD" +}, { + "coords": [20.5, 38.116665, 0.0], + "type": "NDB", + "name": "KEF" +}, { + "coords": [19.912222, 39.58889, 0.0], + "type": "NDB", + "name": "KEK" +}, { + "coords": [24.602909, 65.846458, 0.0], + "type": "NDB", + "name": "KEM" +}, { + "coords": [-9.524488, 52.182156, 0.0], + "type": "NDB", + "name": "KER" +}, { + "coords": [-22.731667, 63.985001, 0.0], + "type": "NDB", + "name": "KF" +}, { + "coords": [14.534163, 46.625149, 0.0], + "type": "NDB", + "name": "KFT" +}, { + "coords": [15.474277, 68.662376, 0.0], + "type": "NDB", + "name": "KG" +}, { + "coords": [17.74214, 63.122917, 0.0], + "type": "NDB", + "name": "KG" +}, { + "coords": [18.176945, 43.88139, 0.0], + "type": "NDB", + "name": "KG" +}, { + "coords": [24.633333, 40.927776, 0.0], + "type": "NDB", + "name": "KHR" +}, { + "coords": [14.382361, 46.633511, 0.0], + "type": "NDB", + "name": "KI" +}, { + "coords": [10.120022, 54.377571, 0.0], + "type": "NDB", + "name": "KIL" +}, { + "coords": [-0.353592, 53.573853, 0.0], + "type": "NDB", + "name": "KIM" +}, { + "coords": [-76.875832, 17.963333, 0.0], + "type": "NDB", + "name": "KIN" +}, { + "coords": [24.897467, 67.62307, 0.0], + "type": "NDB", + "name": "KIT" +}, { + "coords": [23.015833, 36.2775, 0.0], + "type": "NDB", + "name": "KIT" +}, { + "coords": [14.544333, 59.405167, 0.0], + "type": "NDB", + "name": "KK" +}, { + "coords": [30.114487, 69.750778, 0.0], + "type": "NDB", + "name": "KKS" +}, { + "coords": [18.020853, 42.669285, 0.0], + "type": "NDB", + "name": "KLP" +}, { + "coords": [-6.106444, 53.269562, 0.0], + "type": "NDB", + "name": "KLY" +}, { + "coords": [16.227806, 56.747417, 0.0], + "type": "NDB", + "name": "KM" +}, { + "coords": [14.649244, 68.152802, 0.0], + "type": "NDB", + "name": "KN" +}, { + "coords": [16.136389, 58.586498, 0.0], + "type": "NDB", + "name": "KN" +}, { + "coords": [20.136139, 44.894638, 0.0], + "type": "NDB", + "name": "KN" +}, { + "coords": [9.091644, 49.762104, 0.0], + "type": "NDB", + "name": "KNG" +}, { + "coords": [-8.937, 53.896503, 0.0], + "type": "NDB", + "name": "KNK" +}, { + "coords": [26.80282, 60.88232, 0.0], + "type": "NDB", + "name": "KO" +}, { + "coords": [14.446764, 45.334637, 0.0], + "type": "NDB", + "name": "KO" +}, { + "coords": [25.068373, 60.372135, 0.0], + "type": "NDB", + "name": "KOR" +}, { + "coords": [22.933332, 37.933334, 0.0], + "type": "NDB", + "name": "KOR" +}, { + "coords": [16.541666, 45.233891, 0.0], + "type": "NDB", + "name": "KOS" +}, { + "coords": [27.091667, 36.796391, 0.0], + "type": "NDB", + "name": "KOS" +}, { + "coords": [-16.46139, 66.307503, 0.0], + "type": "NDB", + "name": "KP" +}, { + "coords": [8.96848, 56.296532, 0.0], + "type": "NDB", + "name": "KP" +}, { + "coords": [7.214692, 61.177467, 0.0], + "type": "NDB", + "name": "KPG" +}, { + "coords": [29.932344, 69.730957, 0.0], + "type": "NDB", + "name": "KR" +}, { + "coords": [27.150555, 35.420834, 0.0], + "type": "NDB", + "name": "KRC" +}, { + "coords": [24.418056, 38.013889, 0.0], + "type": "NDB", + "name": "KRS" +}, { + "coords": [23.173897, 63.791801, 0.0], + "type": "NDB", + "name": "KRU" +}, { + "coords": [-3.587, 57.650333, 0.0], + "type": "NDB", + "name": "KS" +}, { + "coords": [9.457397, 51.46484, 0.0], + "type": "NDB", + "name": "KSL" +}, { + "coords": [21.280001, 40.445835, 0.0], + "type": "NDB", + "name": "KSO" +}, { + "coords": [17.29859, 68.419006, 0.0], + "type": "NDB", + "name": "KT" +}, { + "coords": [22.019444, 37.057499, 0.0], + "type": "NDB", + "name": "KTA" +}, { + "coords": [11.027839, 47.215538, 0.0], + "type": "NDB", + "name": "KTI" +}, { + "coords": [-52.017502, 64.071388, 0.0], + "type": "NDB", + "name": "KU" +}, { + "coords": [27.877953, 62.922466, 0.0], + "type": "NDB", + "name": "KUR" +}, { + "coords": [29.364195, 65.940483, 0.0], + "type": "NDB", + "name": "KUU" +}, { + "coords": [19.003084, 69.811569, 0.0], + "type": "NDB", + "name": "KV" +}, { + "coords": [23.76, 37.815277, 0.0], + "type": "NDB", + "name": "KVR" +}, { + "coords": [-2.911581, 58.959621, 0.0], + "type": "NDB", + "name": "KW" +}, { + "coords": [14.218253, 46.667477, 0.0], + "type": "NDB", + "name": "KW" +}, { + "coords": [21.842777, 40.288887, 0.0], + "type": "NDB", + "name": "KZN" +}, { + "coords": [29.576666, 36.143333, 0.0], + "type": "NDB", + "name": "KZO" +}, { + "coords": [24.8337, 67.721222, 0.0], + "type": "NDB", + "name": "L" +}, { + "coords": [18.736889, 64.53653, 0.0], + "type": "NDB", + "name": "L" +}, { + "coords": [-3.742367, 40.279892, 0.0], + "type": "NDB", + "name": "L" +}, { + "coords": [-83.654167, 22.330555, 0.0], + "type": "NDB", + "name": "L" +}, { + "coords": [-19.488333, 65.576668, 0.0], + "type": "NDB", + "name": "LA" +}, { + "coords": [-2.005833, 51.508335, 0.0], + "type": "NDB", + "name": "LA" +}, { + "coords": [17.946722, 59.729527, 0.0], + "type": "NDB", + "name": "LA" +}, { + "coords": [-0.679111, 47.975945, 0.0], + "type": "NDB", + "name": "LA" +}, { + "coords": [25.211172, 64.966324, 0.0], + "type": "NDB", + "name": "LAA" +}, { + "coords": [-89.136665, 13.411667, 0.0], + "type": "NDB", + "name": "LAN" +}, { + "coords": [-110.365837, 24.069445, 0.0], + "type": "NDB", + "name": "LAP" +}, { + "coords": [-9.040389, 38.994331, 0.0], + "type": "NDB", + "name": "LAR" +}, { + "coords": [-69.724442, 18.578056, 0.0], + "type": "NDB", + "name": "LAS" +}, { + "coords": [12.943611, 41.523613, 0.0], + "type": "NDB", + "name": "LAT" +}, { + "coords": [9.690945, 51.204285, 0.0], + "type": "NDB", + "name": "LAU" +}, { + "coords": [-6.249411, 55.682858, 0.0], + "type": "NDB", + "name": "LAY" +}, { + "coords": [12.766417, 56.346554, 0.0], + "type": "NDB", + "name": "LB" +}, { + "coords": [-1.652883, 53.86499, 0.0], + "type": "NDB", + "name": "LBA" +}, { + "coords": [-86.89167, 15.737223, 0.0], + "type": "NDB", + "name": "LCE" +}, { + "coords": [0.067542, 51.504532, 0.0], + "type": "NDB", + "name": "LCY" +}, { + "coords": [-0.939278, 37.676304, 0.0], + "type": "NDB", + "name": "LCZ" +}, { + "coords": [-1.035, 52.606388, 0.0], + "type": "NDB", + "name": "LE" +}, { + "coords": [6.248055, 49.640278, 0.0], + "type": "NDB", + "name": "LE" +}, { + "coords": [16.663555, 59.662998, 0.0], + "type": "NDB", + "name": "LE" +}, { + "coords": [-5.648056, 42.586613, 0.0], + "type": "NDB", + "name": "LEN" +}, { + "coords": [7.615386, 44.544224, 0.0], + "type": "NDB", + "name": "LEV" +}, { + "coords": [7.326639, 43.725388, 0.0], + "type": "NDB", + "name": "LEZ" +}, { + "coords": [15.247167, 56.19511, 0.0], + "type": "NDB", + "name": "LF" +}, { + "coords": [1.830556, 61.206944, 0.0], + "type": "NDB", + "name": "LF6M" +}, { + "coords": [5.472778, 50.655556, 0.0], + "type": "NDB", + "name": "LG" +}, { + "coords": [12.715305, 58.453888, 0.0], + "type": "NDB", + "name": "LG" +}, { + "coords": [15.119695, 60.149696, 0.0], + "type": "NDB", + "name": "LH" +}, { + "coords": [0.181056, 49.597527, 0.0], + "type": "NDB", + "name": "LHO" +}, { + "coords": [7.811172, 48.348759, 0.0], + "type": "NDB", + "name": "LHR" +}, { + "coords": [6.891284, 51.346989, 0.0], + "type": "NDB", + "name": "LI" +}, { + "coords": [-1.719444, 52.746666, 0.0], + "type": "NDB", + "name": "LIC" +}, { + "coords": [22.418638, 60.521011, 0.0], + "type": "NDB", + "name": "LIE" +}, { + "coords": [9.288581, 45.344337, 0.0], + "type": "NDB", + "name": "LIN" +}, { + "coords": [25.248888, 39.924721, 0.0], + "type": "NDB", + "name": "LIO" +}, { + "coords": [7.062294, 50.927055, 0.0], + "type": "NDB", + "name": "LJ" +}, { + "coords": [13.119473, 58.450554, 0.0], + "type": "NDB", + "name": "LK" +}, { + "coords": [9.296553, 61.016312, 0.0], + "type": "NDB", + "name": "LL" +}, { + "coords": [3.213361, 50.58136, 0.0], + "type": "NDB", + "name": "LL" +}, { + "coords": [5.531953, 52.462845, 0.0], + "type": "NDB", + "name": "LLS" +}, { + "coords": [15.584695, 60.389915, 0.0], + "type": "NDB", + "name": "LM" +}, { + "coords": [0.171389, 47.893585, 0.0], + "type": "NDB", + "name": "LM" +}, { + "coords": [6.403411, 51.366482, 0.0], + "type": "NDB", + "name": "LMA" +}, { + "coords": [-87.932503, 15.447778, 0.0], + "type": "NDB", + "name": "LMS" +}, { + "coords": [0.602972, 43.717499, 0.0], + "type": "NDB", + "name": "LMT" +}, { + "coords": [15.941556, 57.49514, 0.0], + "type": "NDB", + "name": "LN" +}, { + "coords": [-3.307778, 48.719276, 0.0], + "type": "NDB", + "name": "LN" +}, { + "coords": [17.358334, 59.538971, 0.0], + "type": "NDB", + "name": "LNA" +}, { + "coords": [14.321783, 48.237099, 0.0], + "type": "NDB", + "name": "LNZ" +}, { + "coords": [9.279445, 55.744446, 0.0], + "type": "NDB", + "name": "LO" +}, { + "coords": [-9.097464, 38.853149, 0.0], + "type": "NDB", + "name": "LO" +}, { + "coords": [-3.440694, 47.763195, 0.0], + "type": "NDB", + "name": "LOR" +}, { + "coords": [14.472847, 44.527096, 0.0], + "type": "NDB", + "name": "LOS" +}, { + "coords": [6.271389, 48.998333, 0.0], + "type": "NDB", + "name": "LOU" +}, { + "coords": [-9.931666, 52.560833, 0.0], + "type": "NDB", + "name": "LP" +}, { + "coords": [15.286028, 56.339779, 0.0], + "type": "NDB", + "name": "LP" +}, { + "coords": [-0.836111, 47.136391, 0.0], + "type": "NDB", + "name": "LP" +}, { + "coords": [2.337111, 46.302418, 0.0], + "type": "NDB", + "name": "LPD" +}, { + "coords": [12.615822, 35.500221, 0.0], + "type": "NDB", + "name": "LPD" +}, { + "coords": [-2.725119, 53.339584, 0.0], + "type": "NDB", + "name": "LPL" +}, { + "coords": [6.79325, 47.083443, 0.0], + "type": "NDB", + "name": "LPS" +}, { + "coords": [11.018833, 48.094833, 0.0], + "type": "NDB", + "name": "LQ" +}, { + "coords": [14.538889, 35.892776, 0.0], + "type": "NDB", + "name": "LQA" +}, { + "coords": [13.294394, 65.617523, 0.0], + "type": "NDB", + "name": "LR" +}, { + "coords": [-8.32842, 43.365566, 0.0], + "type": "NDB", + "name": "LRA" +}, { + "coords": [0.648022, 41.552925, 0.0], + "type": "NDB", + "name": "LRD" +}, { + "coords": [-68.950279, 18.414722, 0.0], + "type": "NDB", + "name": "LRN" +}, { + "coords": [26.802778, 37.185276, 0.0], + "type": "NDB", + "name": "LRO" +}, { + "coords": [5.886936, 61.411251, 0.0], + "type": "NDB", + "name": "LS" +}, { + "coords": [22.462166, 39.6465, 0.0], + "type": "NDB", + "name": "LSA" +}, { + "coords": [0.648056, 51.154724, 0.0], + "type": "NDB", + "name": "LSH" +}, { + "coords": [6.686825, 58.071571, 0.0], + "type": "NDB", + "name": "LST" +}, { + "coords": [1.105333, 45.782833, 0.0], + "type": "NDB", + "name": "LSU" +}, { + "coords": [12.842222, 56.79697, 0.0], + "type": "NDB", + "name": "LT" +}, { + "coords": [1.589444, 50.538307, 0.0], + "type": "NDB", + "name": "LT" +}, { + "coords": [6.525167, 43.38686, 0.0], + "type": "NDB", + "name": "LU" +}, { + "coords": [17.292606, 44.960808, 0.0], + "type": "NDB", + "name": "LU" +}, { + "coords": [17.826723, 62.880165, 0.0], + "type": "NDB", + "name": "LUE" +}, { + "coords": [9.910833, 48.217999, 0.0], + "type": "NDB", + "name": "LUP" +}, { + "coords": [-0.25255, 51.894634, 0.0], + "type": "NDB", + "name": "LUT" +}, { + "coords": [7.240225, 50.804218, 0.0], + "type": "NDB", + "name": "LV" +}, { + "coords": [12.632527, 59.625027, 0.0], + "type": "NDB", + "name": "LV" +}, { + "coords": [11.289553, 64.439186, 0.0], + "type": "NDB", + "name": "LVK" +}, { + "coords": [26.606667, 39.050835, 0.0], + "type": "NDB", + "name": "LVO" +}, { + "coords": [7.25285, 50.898304, 0.0], + "type": "NDB", + "name": "LW" +}, { + "coords": [6.175, 49.613056, 0.0], + "type": "NDB", + "name": "LW" +}, { + "coords": [16.713139, 59.275471, 0.0], + "type": "NDB", + "name": "LX" +}, { + "coords": [6.375195, 47.796585, 0.0], + "type": "NDB", + "name": "LXI" +}, { + "coords": [10.695858, 53.800823, 0.0], + "type": "NDB", + "name": "LYE" +}, { + "coords": [5.105278, 45.595306, 0.0], + "type": "NDB", + "name": "LYS" +}, { + "coords": [0.955286, 50.972164, 0.0], + "type": "NDB", + "name": "LYX" +}, { + "coords": [-5.201111, 49.959721, 0.0], + "type": "NDB", + "name": "LZ" +}, { + "coords": [-77.110558, 20.282499, 0.0], + "type": "NDB", + "name": "M" +}, { + "coords": [-52.920654, 65.406532, 0.0], + "type": "NDB", + "name": "MA" +}, { + "coords": [12.343194, 51.395138, 0.0], + "type": "NDB", + "name": "MA" +}, { + "coords": [-3.490639, 40.400787, 0.0], + "type": "NDB", + "name": "MA" +}, { + "coords": [-16.706511, 32.748123, 0.0], + "type": "NDB", + "name": "MAD" +}, { + "coords": [3.495833, 50.964443, 0.0], + "type": "NDB", + "name": "MAK" +}, { + "coords": [8.756258, 45.545818, 0.0], + "type": "NDB", + "name": "MAL" +}, { + "coords": [5.13725, 43.489807, 0.0], + "type": "NDB", + "name": "MAR" +}, { + "coords": [24.016666, 38.150002, 0.0], + "type": "NDB", + "name": "MAR" +}, { + "coords": [11.499444, 54.69611, 0.0], + "type": "NDB", + "name": "MB" +}, { + "coords": [6.923889, 47.504166, 0.0], + "type": "NDB", + "name": "MB" +}, { + "coords": [9.907537, 50.777386, 0.0], + "type": "NDB", + "name": "MBA" +}, { + "coords": [-77.925003, 18.500834, 0.0], + "type": "NDB", + "name": "MBJ" +}, { + "coords": [5.326944, 43.378056, 0.0], + "type": "NDB", + "name": "MBP" +}, { + "coords": [2.492667, 46.372612, 0.0], + "type": "NDB", + "name": "MC" +}, { + "coords": [-2.273025, 53.353298, 0.0], + "type": "NDB", + "name": "MCH" +}, { + "coords": [-3.563211, 40.556873, 0.0], + "type": "NDB", + "name": "MD" +}, { + "coords": [9.367547, 48.054352, 0.0], + "type": "NDB", + "name": "MEG" +}, { + "coords": [15.318236, 45.654591, 0.0], + "type": "NDB", + "name": "MEL" +}, { + "coords": [-0.883333, 60.855556, 0.0], + "type": "NDB", + "name": "MF" +}, { + "coords": [12.808278, 56.652527, 0.0], + "type": "NDB", + "name": "MF" +}, { + "coords": [14.555944, 46.173229, 0.0], + "type": "NDB", + "name": "MG" +}, { + "coords": [-61.270863, 15.86975, 0.0], + "type": "NDB", + "name": "MG" +}, { + "coords": [6.505411, 51.227322, 0.0], + "type": "NDB", + "name": "MGB" +}, { + "coords": [-25.584024, 37.741516, 0.0], + "type": "NDB", + "name": "MGL" +}, { + "coords": [23.383333, 38.0, 0.0], + "type": "NDB", + "name": "MGR" +}, { + "coords": [27.068531, 61.71307, 0.0], + "type": "NDB", + "name": "MI" +}, { + "coords": [15.703061, 46.462753, 0.0], + "type": "NDB", + "name": "MI" +}, { + "coords": [-89.726944, 20.951944, 0.0], + "type": "NDB", + "name": "MID" +}, { + "coords": [3.244722, 43.932777, 0.0], + "type": "NDB", + "name": "MIL" +}, { + "coords": [-9.043225, 38.709656, 0.0], + "type": "NDB", + "name": "MIO" +}, { + "coords": [11.597517, 48.570236, 0.0], + "type": "NDB", + "name": "MIQ" +}, { + "coords": [5.2175, 43.439167, 0.0], + "type": "NDB", + "name": "MJ" +}, { + "coords": [2.0545, 50.996277, 0.0], + "type": "NDB", + "name": "MK" +}, { + "coords": [25.34639, 37.436943, 0.0], + "type": "NDB", + "name": "MKO" +}, { + "coords": [10.459167, 56.318611, 0.0], + "type": "NDB", + "name": "ML" +}, { + "coords": [7.14315, 62.725494, 0.0], + "type": "NDB", + "name": "ML" +}, { + "coords": [24.472778, 36.698334, 0.0], + "type": "NDB", + "name": "MLO" +}, { + "coords": [14.53, 35.816666, 0.0], + "type": "NDB", + "name": "MLT" +}, { + "coords": [19.09639, 68.996231, 0.0], + "type": "NDB", + "name": "MLV" +}, { + "coords": [-3.762694, 48.646694, 0.0], + "type": "NDB", + "name": "MLX" +}, { + "coords": [4.331389, 46.601418, 0.0], + "type": "NDB", + "name": "MM" +}, { + "coords": [4.213286, 39.836483, 0.0], + "type": "NDB", + "name": "MN" +}, { + "coords": [11.675978, 48.355404, 0.0], + "type": "NDB", + "name": "MNE" +}, { + "coords": [-5.568333, 37.298332, 0.0], + "type": "NDB", + "name": "MNF" +}, { + "coords": [11.914142, 48.374268, 0.0], + "type": "NDB", + "name": "MNW" +}, { + "coords": [4.793639, 46.292473, 0.0], + "type": "NDB", + "name": "MO" +}, { + "coords": [19.575527, 42.944637, 0.0], + "type": "NDB", + "name": "MOJ" +}, { + "coords": [3.630861, 46.705891, 0.0], + "type": "NDB", + "name": "MOU" +}, { + "coords": [-1.372306, 49.638, 0.0], + "type": "NDB", + "name": "MP" +}, { + "coords": [9.573813, 59.267742, 0.0], + "type": "NDB", + "name": "MR" +}, { + "coords": [15.793244, 46.371532, 0.0], + "type": "NDB", + "name": "MR" +}, { + "coords": [2.706111, 50.671333, 0.0], + "type": "NDB", + "name": "MRV" +}, { + "coords": [13.265497, 65.827675, 0.0], + "type": "NDB", + "name": "MS" +}, { + "coords": [5.283472, 43.388611, 0.0], + "type": "NDB", + "name": "MS" +}, { + "coords": [11.652884, 48.333408, 0.0], + "type": "NDB", + "name": "MSE" +}, { + "coords": [11.268697, 60.455727, 0.0], + "type": "NDB", + "name": "MSK" +}, { + "coords": [7.571711, 52.110146, 0.0], + "type": "NDB", + "name": "MST" +}, { + "coords": [11.903767, 48.352379, 0.0], + "type": "NDB", + "name": "MSW" +}, { + "coords": [-2.0445, 47.333752, 0.0], + "type": "NDB", + "name": "MT" +}, { + "coords": [4.733722, 44.577389, 0.0], + "type": "NDB", + "name": "MTL" +}, { + "coords": [-8.883509, 39.907738, 0.0], + "type": "NDB", + "name": "MTL" +}, { + "coords": [1.346253, 51.340954, 0.0], + "type": "NDB", + "name": "MTN" +}, { + "coords": [-5.329931, 40.988815, 0.0], + "type": "NDB", + "name": "MTN" +}, { + "coords": [6.208611, 49.276138, 0.0], + "type": "NDB", + "name": "MTZ" +}, { + "coords": [11.648334, 52.074078, 0.0], + "type": "NDB", + "name": "MU" +}, { + "coords": [7.467778, 46.947498, 0.0], + "type": "NDB", + "name": "MUR" +}, { + "coords": [1.181556, 43.479805, 0.0], + "type": "NDB", + "name": "MUT" +}, { + "coords": [2.978, 48.553917, 0.0], + "type": "NDB", + "name": "MV" +}, { + "coords": [2.587222, 50.571556, 0.0], + "type": "NDB", + "name": "MVC" +}, { + "coords": [13.387497, 52.344482, 0.0], + "type": "NDB", + "name": "MW" +}, { + "coords": [-99.14917, 19.392778, 0.0], + "type": "NDB", + "name": "MW" +}, { + "coords": [-7.585278, 62.106388, 0.0], + "type": "NDB", + "name": "MY" +}, { + "coords": [7.799994, 52.159328, 0.0], + "type": "NDB", + "name": "MYN" +}, { + "coords": [-9.813334, 51.450832, 0.0], + "type": "NDB", + "name": "MZ" +}, { + "coords": [15.2725, 56.292694, 0.0], + "type": "NDB", + "name": "N" +}, { + "coords": [-45.413887, 61.171665, 0.0], + "type": "NDB", + "name": "NA" +}, { + "coords": [18.178583, 59.294724, 0.0], + "type": "NDB", + "name": "NAK" +}, { + "coords": [22.813334, 39.228333, 0.0], + "type": "NDB", + "name": "NAN" +}, { + "coords": [-96.765274, 20.2075, 0.0], + "type": "NDB", + "name": "NAU" +}, { + "coords": [-18.293612, 65.326111, 0.0], + "type": "NDB", + "name": "NB" +}, { + "coords": [10.956166, 49.511478, 0.0], + "type": "NDB", + "name": "NB" +}, { + "coords": [17.813889, 59.40086, 0.0], + "type": "NDB", + "name": "NB" +}, { + "coords": [-0.549917, 45.147499, 0.0], + "type": "NDB", + "name": "NB" +}, { + "coords": [7.129083, 43.590248, 0.0], + "type": "NDB", + "name": "NC" +}, { + "coords": [1.726944, 52.635834, 0.0], + "type": "NDB", + "name": "ND" +}, { + "coords": [10.418875, 48.829304, 0.0], + "type": "NDB", + "name": "NDG" +}, { + "coords": [8.806167, 53.785168, 0.0], + "type": "NDB", + "name": "NDO" +}, { + "coords": [6.134472, 48.574085, 0.0], + "type": "NDB", + "name": "NE" +}, { + "coords": [-1.642681, 55.050423, 0.0], + "type": "NDB", + "name": "NEW" +}, { + "coords": [-13.736389, 65.134445, 0.0], + "type": "NDB", + "name": "NF" +}, { + "coords": [1.4475, 51.374722, 0.0], + "type": "NDB", + "name": "NF" +}, { + "coords": [13.64925, 58.219891, 0.0], + "type": "NDB", + "name": "NF" +}, { + "coords": [4.406278, 43.857193, 0.0], + "type": "NDB", + "name": "NG" +}, { + "coords": [-4.168611, 55.177502, 0.0], + "type": "NDB", + "name": "NGY" +}, { + "coords": [1.384711, 52.676422, 0.0], + "type": "NDB", + "name": "NH" +}, { + "coords": [4.187778, 51.161667, 0.0], + "type": "NDB", + "name": "NIK" +}, { + "coords": [18.924166, 42.776417, 0.0], + "type": "NDB", + "name": "NIK" +}, { + "coords": [7.201667, 64.271111, 0.0], + "type": "NDB", + "name": "NJD" +}, { + "coords": [-51.37389, 64.678612, 0.0], + "type": "NDB", + "name": "NK" +}, { + "coords": [8.732984, 49.3367, 0.0], + "type": "NDB", + "name": "NKR" +}, { + "coords": [13.42, 59.532055, 0.0], + "type": "NDB", + "name": "NKS" +}, { + "coords": [-6.604722, 61.9575, 0.0], + "type": "NDB", + "name": "NL" +}, { + "coords": [12.344222, 57.730583, 0.0], + "type": "NDB", + "name": "NL" +}, { + "coords": [7.314667, 50.368, 0.0], + "type": "NDB", + "name": "NMN" +}, { + "coords": [11.808742, 64.49498, 0.0], + "type": "NDB", + "name": "NMS" +}, { + "coords": [-45.255554, 60.145832, 0.0], + "type": "NDB", + "name": "NN" +}, { + "coords": [-0.796944, 52.299168, 0.0], + "type": "NDB", + "name": "NN" +}, { + "coords": [16.7055, 59.393528, 0.0], + "type": "NDB", + "name": "NN" +}, { + "coords": [-1.631667, 42.749992, 0.0], + "type": "NDB", + "name": "NO" +}, { + "coords": [1.335389, 46.021111, 0.0], + "type": "NDB", + "name": "NOL" +}, { + "coords": [-1.079444, 52.921665, 0.0], + "type": "NDB", + "name": "NOT" +}, { + "coords": [8.794444, 45.423332, 0.0], + "type": "NDB", + "name": "NOV" +}, { + "coords": [-3.551111, 51.400555, 0.0], + "type": "NDB", + "name": "NP" +}, { + "coords": [13.390764, 53.603859, 0.0], + "type": "NDB", + "name": "NRG" +}, { + "coords": [-46.016666, 60.900002, 0.0], + "type": "NDB", + "name": "NS" +}, { + "coords": [-21.961666, 64.133888, 0.0], + "type": "NDB", + "name": "NS" +}, { + "coords": [14.0075, 58.525585, 0.0], + "type": "NDB", + "name": "NS" +}, { + "coords": [-0.300167, 46.340584, 0.0], + "type": "NDB", + "name": "NS" +}, { + "coords": [21.825027, 43.303444, 0.0], + "type": "NDB", + "name": "NS" +}, { + "coords": [9.965, 49.394833, 0.0], + "type": "NDB", + "name": "NSN" +}, { + "coords": [9.144205, 59.587116, 0.0], + "type": "NDB", + "name": "NTD" +}, { + "coords": [4.764833, 52.151394, 0.0], + "type": "NDB", + "name": "NV" +}, { + "coords": [17.032278, 64.560112, 0.0], + "type": "NDB", + "name": "NV" +}, { + "coords": [3.189945, 46.955639, 0.0], + "type": "NDB", + "name": "NV" +}, { + "coords": [5.878345, 51.019363, 0.0], + "type": "NDB", + "name": "NW" +}, { + "coords": [16.779556, 58.784363, 0.0], + "type": "NDB", + "name": "NW" +}, { + "coords": [1.2915, 52.67754, 0.0], + "type": "NDB", + "name": "NWI" +}, { + "coords": [25.370277, 37.081944, 0.0], + "type": "NDB", + "name": "NXO" +}, { + "coords": [25.787947, 66.542519, 0.0], + "type": "NDB", + "name": "O" +}, { + "coords": [-0.829056, 37.761833, 0.0], + "type": "NDB", + "name": "O" +}, { + "coords": [4.753272, 52.470242, 0.0], + "type": "NDB", + "name": "OA" +}, { + "coords": [1.768722, 48.001251, 0.0], + "type": "NDB", + "name": "OAN" +}, { + "coords": [-96.735558, 16.948334, 0.0], + "type": "NDB", + "name": "OAX" +}, { + "coords": [4.616389, 50.920277, 0.0], + "type": "NDB", + "name": "OB" +}, { + "coords": [-8.4406, 51.755123, 0.0], + "type": "NDB", + "name": "OB" +}, { + "coords": [5.665417, 43.229832, 0.0], + "type": "NDB", + "name": "OB" +}, { + "coords": [2.826667, 60.491665, 0.0], + "type": "NDB", + "name": "OBA" +}, { + "coords": [11.285722, 48.080887, 0.0], + "type": "NDB", + "name": "OBI" +}, { + "coords": [20.138611, 44.642971, 0.0], + "type": "NDB", + "name": "OBR" +}, { + "coords": [-0.161083, 45.740612, 0.0], + "type": "NDB", + "name": "OC" +}, { + "coords": [18.887112, 63.437027, 0.0], + "type": "NDB", + "name": "OD" +}, { + "coords": [16.122972, 68.398277, 0.0], + "type": "NDB", + "name": "ODD" +}, { + "coords": [7.999028, 58.140018, 0.0], + "type": "NDB", + "name": "ODR" +}, { + "coords": [-6.4288, 53.430176, 0.0], + "type": "NDB", + "name": "OE" +}, { + "coords": [14.102722, 55.989498, 0.0], + "type": "NDB", + "name": "OEM" +}, { + "coords": [-2.59023, 51.521854, 0.0], + "type": "NDB", + "name": "OF" +}, { + "coords": [13.957806, 57.015835, 0.0], + "type": "NDB", + "name": "OF" +}, { + "coords": [-22.681389, 66.043892, 0.0], + "type": "NDB", + "name": "OG" +}, { + "coords": [16.954082, 60.663666, 0.0], + "type": "NDB", + "name": "OG" +}, { + "coords": [-8.532778, 51.604443, 0.0], + "type": "NDB", + "name": "OH" +}, { + "coords": [17.890306, 59.573944, 0.0], + "type": "NDB", + "name": "OHT" +}, { + "coords": [14.031138, 57.696388, 0.0], + "type": "NDB", + "name": "OJ" +}, { + "coords": [-22.605, 64.049446, 0.0], + "type": "NDB", + "name": "OK" +}, { + "coords": [-8.699166, 53.923889, 0.0], + "type": "NDB", + "name": "OK" +}, { + "coords": [3.225, 50.824165, 0.0], + "type": "NDB", + "name": "OKT" +}, { + "coords": [18.802723, 64.498169, 0.0], + "type": "NDB", + "name": "OL" +}, { + "coords": [5.980103, 60.218357, 0.0], + "type": "NDB", + "name": "OMA" +}, { + "coords": [16.382029, 58.584473, 0.0], + "type": "NDB", + "name": "ON" +}, { + "coords": [4.555278, 50.489445, 0.0], + "type": "NDB", + "name": "ONC" +}, { + "coords": [5.548889, 50.701111, 0.0], + "type": "NDB", + "name": "ONL" +}, { + "coords": [2.996389, 51.217499, 0.0], + "type": "NDB", + "name": "ONO" +}, { + "coords": [5.557222, 51.213333, 0.0], + "type": "NDB", + "name": "ONT" +}, { + "coords": [4.566111, 51.1675, 0.0], + "type": "NDB", + "name": "ONW" +}, { + "coords": [19.13236, 63.370472, 0.0], + "type": "NDB", + "name": "OO" +}, { + "coords": [-6.138358, 53.413792, 0.0], + "type": "NDB", + "name": "OP" +}, { + "coords": [11.520028, 60.204304, 0.0], + "type": "NDB", + "name": "OPA" +}, { + "coords": [4.857194, 44.145863, 0.0], + "type": "NDB", + "name": "ORG" +}, { + "coords": [9.841675, 45.643776, 0.0], + "type": "NDB", + "name": "ORI" +}, { + "coords": [2.242639, 47.937389, 0.0], + "type": "NDB", + "name": "ORS" +}, { + "coords": [2.181833, 48.672443, 0.0], + "type": "NDB", + "name": "ORW" +}, { + "coords": [11.879, 57.811695, 0.0], + "type": "NDB", + "name": "OS" +}, { + "coords": [12.236414, 41.805161, 0.0], + "type": "NDB", + "name": "OST" +}, { + "coords": [18.046694, 59.316639, 0.0], + "type": "NDB", + "name": "OU" +}, { + "coords": [18.396723, 57.732918, 0.0], + "type": "NDB", + "name": "OV" +}, { + "coords": [-1.323239, 51.832481, 0.0], + "type": "NDB", + "name": "OX" +}, { + "coords": [-6.085358, 54.692646, 0.0], + "type": "NDB", + "name": "OY" +}, { + "coords": [14.326111, 62.045418, 0.0], + "type": "NDB", + "name": "OY" +}, { + "coords": [2.539111, 48.753082, 0.0], + "type": "NDB", + "name": "OYE" +}, { + "coords": [4.466944, 50.826946, 0.0], + "type": "NDB", + "name": "OZ" +}, { + "coords": [17.179667, 61.227165, 0.0], + "type": "NDB", + "name": "OZ" +}, { + "coords": [-43.163612, 60.058887, 0.0], + "type": "NDB", + "name": "OZN" +}, { + "coords": [-23.953056, 65.555832, 0.0], + "type": "NDB", + "name": "PA" +}, { + "coords": [25.6488, 66.469101, 0.0], + "type": "NDB", + "name": "PA" +}, { + "coords": [2.821175, 39.599365, 0.0], + "type": "NDB", + "name": "PA" +}, { + "coords": [8.63935, 51.623421, 0.0], + "type": "NDB", + "name": "PAD" +}, { + "coords": [11.6659, 53.394226, 0.0], + "type": "NDB", + "name": "PAH" +}, { + "coords": [22.942722, 67.267723, 0.0], + "type": "NDB", + "name": "PAJ" +}, { + "coords": [13.177364, 38.034267, 0.0], + "type": "NDB", + "name": "PAL" +}, { + "coords": [-1.639042, 42.714188, 0.0], + "type": "NDB", + "name": "PAM" +}, { + "coords": [11.961, 36.811359, 0.0], + "type": "NDB", + "name": "PAN" +}, { + "coords": [25.129444, 37.013611, 0.0], + "type": "NDB", + "name": "PAO" +}, { + "coords": [10.293269, 44.822289, 0.0], + "type": "NDB", + "name": "PAR" +}, { + "coords": [-84.321663, 9.518333, 0.0], + "type": "NDB", + "name": "PAR" +}, { + "coords": [-2.455, 50.513611, 0.0], + "type": "NDB", + "name": "PB" +}, { + "coords": [-93.189163, 18.435833, 0.0], + "type": "NDB", + "name": "PB1" +}, { + "coords": [-68.371109, 18.564167, 0.0], + "type": "NDB", + "name": "PCA" +}, { + "coords": [-25.675051, 37.735016, 0.0], + "type": "NDB", + "name": "PD" +}, { + "coords": [11.819211, 45.36055, 0.0], + "type": "NDB", + "name": "PDV" +}, { + "coords": [17.044277, 58.796082, 0.0], + "type": "NDB", + "name": "PEO" +}, { + "coords": [21.448744, 41.337677, 0.0], + "type": "NDB", + "name": "PEP" +}, { + "coords": [-8.636541, 41.078091, 0.0], + "type": "NDB", + "name": "PG" +}, { + "coords": [-5.518611, 50.128056, 0.0], + "type": "NDB", + "name": "PH" +}, { + "coords": [5.505606, 51.562809, 0.0], + "type": "NDB", + "name": "PH" +}, { + "coords": [7.199389, 48.767166, 0.0], + "type": "NDB", + "name": "PHG" +}, { + "coords": [11.907158, 53.461315, 0.0], + "type": "NDB", + "name": "PI" +}, { + "coords": [0.406972, 46.703945, 0.0], + "type": "NDB", + "name": "PI" +}, { + "coords": [-28.404167, 38.558334, 0.0], + "type": "NDB", + "name": "PI" +}, { + "coords": [9.826111, 44.871387, 0.0], + "type": "NDB", + "name": "PIA" +}, { + "coords": [-4.577222, 55.506111, 0.0], + "type": "NDB", + "name": "PIK" +}, { + "coords": [15.843997, 45.605026, 0.0], + "type": "NDB", + "name": "PIS" +}, { + "coords": [10.297083, 43.589222, 0.0], + "type": "NDB", + "name": "PIS" +}, { + "coords": [-68.278336, 12.140833, 0.0], + "type": "NDB", + "name": "PJB" +}, { + "coords": [-63.118332, 18.036945, 0.0], + "type": "NDB", + "name": "PJD" +}, { + "coords": [-62.991665, 17.487028, 0.0], + "type": "NDB", + "name": "PJE" +}, { + "coords": [-63.1175, 18.0425, 0.0], + "type": "NDB", + "name": "PJM" +}, { + "coords": [2.924417, 42.679054, 0.0], + "type": "NDB", + "name": "PL" +}, { + "coords": [13.753516, 44.88921, 0.0], + "type": "NDB", + "name": "PLA" +}, { + "coords": [-83.77861, 15.259444, 0.0], + "type": "NDB", + "name": "PLP" +}, { + "coords": [1.596167, 43.092918, 0.0], + "type": "NDB", + "name": "PMR" +}, { + "coords": [-0.346461, 39.437424, 0.0], + "type": "NDB", + "name": "PND" +}, { + "coords": [-2.794528, 48.051029, 0.0], + "type": "NDB", + "name": "PNT" +}, { + "coords": [12.956388, 40.910557, 0.0], + "type": "NDB", + "name": "PNZ" +}, { + "coords": [-0.166222, 43.31411, 0.0], + "type": "NDB", + "name": "PO" +}, { + "coords": [19.254862, 42.388584, 0.0], + "type": "NDB", + "name": "POD" +}, { + "coords": [14.383056, 40.928612, 0.0], + "type": "NDB", + "name": "POM" +}, { + "coords": [-89.421669, 16.325001, 0.0], + "type": "NDB", + "name": "POP" +}, { + "coords": [21.669518, 61.506584, 0.0], + "type": "NDB", + "name": "POR" +}, { + "coords": [-8.70815, 41.348148, 0.0], + "type": "NDB", + "name": "POR" +}, { + "coords": [-61.423332, 10.591389, 0.0], + "type": "NDB", + "name": "POS" +}, { + "coords": [21.147722, 44.62075, 0.0], + "type": "NDB", + "name": "POZ" +}, { + "coords": [-1.716936, 42.866646, 0.0], + "type": "NDB", + "name": "PP" +}, { + "coords": [-70.570831, 19.751944, 0.0], + "type": "NDB", + "name": "PPA" +}, { + "coords": [-92.320831, 17.950001, 0.0], + "type": "NDB", + "name": "PPI" +}, { + "coords": [-61.527779, 16.26111, 0.0], + "type": "NDB", + "name": "PPR" +}, { + "coords": [-72.849998, 19.933332, 0.0], + "type": "NDB", + "name": "PPX" +}, { + "coords": [12.452814, 41.67984, 0.0], + "type": "NDB", + "name": "PRA" +}, { + "coords": [21.01825, 42.728611, 0.0], + "type": "NDB", + "name": "PRI" +}, { + "coords": [13.109125, 38.189384, 0.0], + "type": "NDB", + "name": "PRS" +}, { + "coords": [20.766666, 38.916668, 0.0], + "type": "NDB", + "name": "PRV" +}, { + "coords": [-4.288333, 53.416111, 0.0], + "type": "NDB", + "name": "PS" +}, { + "coords": [4.210489, 51.8643, 0.0], + "type": "NDB", + "name": "PS" +}, { + "coords": [9.348325, 49.86224, 0.0], + "type": "NDB", + "name": "PSA" +}, { + "coords": [22.936136, 62.64212, 0.0], + "type": "NDB", + "name": "PSJ" +}, { + "coords": [-16.358263, 33.068508, 0.0], + "type": "NDB", + "name": "PST" +}, { + "coords": [21.637941, 41.914165, 0.0], + "type": "NDB", + "name": "PT" +}, { + "coords": [3.256719, 39.427326, 0.0], + "type": "NDB", + "name": "PTC" +}, { + "coords": [-0.305111, 43.320526, 0.0], + "type": "NDB", + "name": "PU" +}, { + "coords": [-72.260498, 21.777889, 0.0], + "type": "NDB", + "name": "PV" +}, { + "coords": [-4.681553, 55.544353, 0.0], + "type": "NDB", + "name": "PW" +}, { + "coords": [0.912778, 45.166306, 0.0], + "type": "NDB", + "name": "PX" +}, { + "coords": [-4.112222, 50.423332, 0.0], + "type": "NDB", + "name": "PY" +}, { + "coords": [3.814945, 45.018166, 0.0], + "type": "NDB", + "name": "PY" +}, { + "coords": [13.615222, 45.477386, 0.0], + "type": "NDB", + "name": "PZ" +}, { + "coords": [1.984633, 41.264877, 0.0], + "type": "NDB", + "name": "QA" +}, { + "coords": [-51.582222, 64.343613, 0.0], + "type": "NDB", + "name": "QT" +}, { + "coords": [25.87233, 66.583824, 0.0], + "type": "NDB", + "name": "R" +}, { + "coords": [12.637667, 59.663082, 0.0], + "type": "NDB", + "name": "R" +}, { + "coords": [-15.954445, 66.450554, 0.0], + "type": "NDB", + "name": "RA" +}, { + "coords": [28.01573, 61.01849, 0.0], + "type": "NDB", + "name": "RAN" +}, { + "coords": [15.010861, 59.154415, 0.0], + "type": "NDB", + "name": "RB" +}, { + "coords": [-90.469254, 15.011414, 0.0], + "type": "NDB", + "name": "RBN" +}, { + "coords": [21.042166, 42.52639, 0.0], + "type": "NDB", + "name": "RBT" +}, { + "coords": [11.556889, 62.506077, 0.0], + "type": "NDB", + "name": "RBU" +}, { + "coords": [15.65027, 38.01292, 0.0], + "type": "NDB", + "name": "RCA" +}, { + "coords": [0.503611, 51.353889, 0.0], + "type": "NDB", + "name": "RCH" +}, { + "coords": [16.604528, 59.517529, 0.0], + "type": "NDB", + "name": "RD" +}, { + "coords": [-0.138889, 51.21611, 0.0], + "type": "NDB", + "name": "RDL" +}, { + "coords": [-22.431667, 65.926392, 0.0], + "type": "NDB", + "name": "RE" +}, { + "coords": [4.849317, 61.562897, 0.0], + "type": "NDB", + "name": "REK" +}, { + "coords": [1.146139, 41.147831, 0.0], + "type": "NDB", + "name": "RES" +}, { + "coords": [-91.696663, 14.521667, 0.0], + "type": "NDB", + "name": "REU" +}, { + "coords": [-23.82, 64.912781, 0.0], + "type": "NDB", + "name": "RF" +}, { + "coords": [11.005156, 59.324635, 0.0], + "type": "NDB", + "name": "RG" +}, { + "coords": [-21.286388, 64.664169, 0.0], + "type": "NDB", + "name": "RH" +}, { + "coords": [1.560056, 45.088139, 0.0], + "type": "NDB", + "name": "RH" +}, { + "coords": [14.652933, 45.137512, 0.0], + "type": "NDB", + "name": "RI" +}, { + "coords": [12.506, 44.079029, 0.0], + "type": "NDB", + "name": "RIM" +}, { + "coords": [12.942223, 45.934723, 0.0], + "type": "NDB", + "name": "RIV" +}, { + "coords": [-22.028889, 64.15139, 0.0], + "type": "NDB", + "name": "RK" +}, { + "coords": [22.07317, 60.506142, 0.0], + "type": "NDB", + "name": "RK" +}, { + "coords": [11.997222, 55.623055, 0.0], + "type": "NDB", + "name": "RK" +}, { + "coords": [-16.920555, 65.624725, 0.0], + "type": "NDB", + "name": "RL" +}, { + "coords": [-1.099028, 46.176361, 0.0], + "type": "NDB", + "name": "RL" +}, { + "coords": [-4.476745, 36.65892, 0.0], + "type": "NDB", + "name": "RMA" +}, { + "coords": [8.406944, 45.627777, 0.0], + "type": "NDB", + "name": "RMG" +}, { + "coords": [-6.511667, 55.673054, 0.0], + "type": "NDB", + "name": "RN" +}, { + "coords": [4.037111, 46.112362, 0.0], + "type": "NDB", + "name": "RNN" +}, { + "coords": [14.952033, 51.343624, 0.0], + "type": "NDB", + "name": "RO" +}, { + "coords": [23.063772, 63.02343, 0.0], + "type": "NDB", + "name": "RO" +}, { + "coords": [8.818111, 41.948444, 0.0], + "type": "NDB", + "name": "RO" +}, { + "coords": [18.553638, 42.420555, 0.0], + "type": "NDB", + "name": "RO" +}, { + "coords": [-86.529442, 16.314722, 0.0], + "type": "NDB", + "name": "ROA" +}, { + "coords": [-0.98625, 45.888416, 0.0], + "type": "NDB", + "name": "ROC" +}, { + "coords": [2.607167, 44.331833, 0.0], + "type": "NDB", + "name": "ROM" +}, { + "coords": [13.360695, 45.828159, 0.0], + "type": "NDB", + "name": "RON" +}, { + "coords": [28.11861, 36.419445, 0.0], + "type": "NDB", + "name": "ROS" +}, { + "coords": [4.554347, 51.897587, 0.0], + "type": "NDB", + "name": "ROT" +}, { + "coords": [-3.998445, 47.968277, 0.0], + "type": "NDB", + "name": "RQ" +}, { + "coords": [-6.322222, 49.978333, 0.0], + "type": "NDB", + "name": "RR" +}, { + "coords": [4.769053, 52.004375, 0.0], + "type": "NDB", + "name": "RR" +}, { + "coords": [11.336166, 62.579334, 0.0], + "type": "NDB", + "name": "RS" +}, { + "coords": [-3.562258, 40.389385, 0.0], + "type": "NDB", + "name": "RS" +}, { + "coords": [-1.584472, 48.053139, 0.0], + "type": "NDB", + "name": "RS" +}, { + "coords": [-6.110533, 53.51186, 0.0], + "type": "NDB", + "name": "RSH" +}, { + "coords": [2.361444, 49.011276, 0.0], + "type": "NDB", + "name": "RSO" +}, { + "coords": [5.6419, 59.13324, 0.0], + "type": "NDB", + "name": "RSY" +}, { + "coords": [2.706417, 49.031029, 0.0], + "type": "NDB", + "name": "RSY" +}, { + "coords": [11.252861, 49.482689, 0.0], + "type": "NDB", + "name": "RTB" +}, { + "coords": [1.688028, 47.319832, 0.0], + "type": "NDB", + "name": "RTN" +}, { + "coords": [11.940053, 47.430923, 0.0], + "type": "NDB", + "name": "RTT" +}, { + "coords": [-90.448334, 15.991667, 0.0], + "type": "NDB", + "name": "RUB" +}, { + "coords": [7.944319, 50.032204, 0.0], + "type": "NDB", + "name": "RUD" +}, { + "coords": [13.151134, 52.545349, 0.0], + "type": "NDB", + "name": "RW" +}, { + "coords": [-4.608567, 54.086227, 0.0], + "type": "NDB", + "name": "RWY" +}, { + "coords": [-0.866778, 45.615891, 0.0], + "type": "NDB", + "name": "RY" +}, { + "coords": [2.437111, 44.431946, 0.0], + "type": "NDB", + "name": "RZ" +}, { + "coords": [27.773886, 63.032795, 0.0], + "type": "NDB", + "name": "S" +}, { + "coords": [-21.97139, 64.305557, 0.0], + "type": "NDB", + "name": "SA" +}, { + "coords": [18.194523, 69.102722, 0.0], + "type": "NDB", + "name": "SA" +}, { + "coords": [-3.8499, 43.435043, 0.0], + "type": "NDB", + "name": "SA" +}, { + "coords": [13.637042, 68.087631, 0.0], + "type": "NDB", + "name": "SAD" +}, { + "coords": [15.168108, 43.937862, 0.0], + "type": "NDB", + "name": "SAL" +}, { + "coords": [5.101111, 43.610638, 0.0], + "type": "NDB", + "name": "SAL" +}, { + "coords": [-87.864441, 15.519444, 0.0], + "type": "NDB", + "name": "SAP" +}, { + "coords": [28.813658, 61.986858, 0.0], + "type": "NDB", + "name": "SAV" +}, { + "coords": [-6.32615, 58.214046, 0.0], + "type": "NDB", + "name": "SAY" +}, { + "coords": [-23.990833, 65.788612, 0.0], + "type": "NDB", + "name": "SB" +}, { + "coords": [-5.410833, 51.852501, 0.0], + "type": "NDB", + "name": "SB" +}, { + "coords": [9.83, 54.938057, 0.0], + "type": "NDB", + "name": "SB" +}, { + "coords": [-2.782444, 48.567528, 0.0], + "type": "NDB", + "name": "SB" +}, { + "coords": [2.10305, 41.519379, 0.0], + "type": "NDB", + "name": "SBD" +}, { + "coords": [12.894077, 47.967529, 0.0], + "type": "NDB", + "name": "SBG" +}, { + "coords": [-1.294833, 59.882374, 0.0], + "type": "NDB", + "name": "SBH" +}, { + "coords": [-1.208333, 53.789444, 0.0], + "type": "NDB", + "name": "SBL" +}, { + "coords": [7.11835, 49.218849, 0.0], + "type": "NDB", + "name": "SBN" +}, { + "coords": [15.552389, 58.43261, 0.0], + "type": "NDB", + "name": "SC" +}, { + "coords": [-31.128063, 39.457615, 0.0], + "type": "NDB", + "name": "SC" +}, { + "coords": [-71.537498, 21.512501, 0.0], + "type": "NDB", + "name": "SC" +}, { + "coords": [-5.616594, 40.927238, 0.0], + "type": "NDB", + "name": "SCA" +}, { + "coords": [10.171667, 50.053333, 0.0], + "type": "NDB", + "name": "SCF" +}, { + "coords": [5.503472, 44.050694, 0.0], + "type": "NDB", + "name": "SCL" +}, { + "coords": [-19.333334, 66.066948, 0.0], + "type": "NDB", + "name": "SD" +}, { + "coords": [10.151944, 57.501389, 0.0], + "type": "NDB", + "name": "SD" +}, { + "coords": [6.034911, 61.845825, 0.0], + "type": "NDB", + "name": "SD" +}, { + "coords": [4.910666, 48.629002, 0.0], + "type": "NDB", + "name": "SDI" +}, { + "coords": [0.925, 52.623611, 0.0], + "type": "NDB", + "name": "SDM" +}, { + "coords": [-21.034166, 63.92889, 0.0], + "type": "NDB", + "name": "SE" +}, { + "coords": [7.71475, 48.588917, 0.0], + "type": "NDB", + "name": "SE" +}, { + "coords": [1.403519, 42.232235, 0.0], + "type": "NDB", + "name": "SEO" +}, { + "coords": [21.710735, 63.12735, 0.0], + "type": "NDB", + "name": "SEP" +}, { + "coords": [-50.948055, 66.968887, 0.0], + "type": "NDB", + "name": "SF" +}, { + "coords": [10.259334, 59.105068, 0.0], + "type": "NDB", + "name": "SF" +}, { + "coords": [13.554111, 58.14164, 0.0], + "type": "NDB", + "name": "SF" +}, { + "coords": [9.335042, 48.711288, 0.0], + "type": "NDB", + "name": "SG" +}, { + "coords": [12.705389, 58.380585, 0.0], + "type": "NDB", + "name": "SG" +}, { + "coords": [-90.86142, 13.933681, 0.0], + "type": "NDB", + "name": "SGA" +}, { + "coords": [-0.207806, 39.674183, 0.0], + "type": "NDB", + "name": "SGO" +}, { + "coords": [-2.875833, 52.24472, 0.0], + "type": "NDB", + "name": "SH" +}, { + "coords": [-1.817222, 57.559166, 0.0], + "type": "NDB", + "name": "SHD" +}, { + "coords": [-0.295556, 50.835556, 0.0], + "type": "NDB", + "name": "SHM" +}, { + "coords": [7.393055, 47.023056, 0.0], + "type": "NDB", + "name": "SHU" +}, { + "coords": [-46.599998, 60.683334, 0.0], + "type": "NDB", + "name": "SI" +}, { + "coords": [12.987689, 47.818611, 0.0], + "type": "NDB", + "name": "SI" +}, { + "coords": [14.971666, 37.395832, 0.0], + "type": "NDB", + "name": "SIG" +}, { + "coords": [8.138497, 50.680035, 0.0], + "type": "NDB", + "name": "SIL" +}, { + "coords": [-1.363333, 54.970554, 0.0], + "type": "NDB", + "name": "SJ" +}, { + "coords": [17.815859, 69.161369, 0.0], + "type": "NDB", + "name": "SJA" +}, { + "coords": [-87.176109, 15.640278, 0.0], + "type": "NDB", + "name": "SJB" +}, { + "coords": [-14.648056, 65.903336, 0.0], + "type": "NDB", + "name": "SK" +}, { + "coords": [12.116711, 51.434769, 0.0], + "type": "NDB", + "name": "SK" +}, { + "coords": [26.566875, 67.471802, 0.0], + "type": "NDB", + "name": "SK" +}, { + "coords": [16.164661, 45.80582, 0.0], + "type": "NDB", + "name": "SK" +}, { + "coords": [-62.74472, 17.293888, 0.0], + "type": "NDB", + "name": "SKB" +}, { + "coords": [23.501389, 39.175278, 0.0], + "type": "NDB", + "name": "SKC" +}, { + "coords": [13.273723, 59.377056, 0.0], + "type": "NDB", + "name": "SKS" +}, { + "coords": [-15.386666, 64.383614, 0.0], + "type": "NDB", + "name": "SL" +}, { + "coords": [13.622472, 52.400227, 0.0], + "type": "NDB", + "name": "SL" +}, { + "coords": [12.220333, 57.594891, 0.0], + "type": "NDB", + "name": "SL" +}, { + "coords": [10.973945, 60.012474, 0.0], + "type": "NDB", + "name": "SLB" +}, { + "coords": [-8.599883, 54.278297, 0.0], + "type": "NDB", + "name": "SLG" +}, { + "coords": [13.569962, 52.392624, 0.0], + "type": "NDB", + "name": "SLN" +}, { + "coords": [-2.767778, 52.833611, 0.0], + "type": "NDB", + "name": "SLP" +}, { + "coords": [8.409984, 54.856895, 0.0], + "type": "NDB", + "name": "SLT" +}, { + "coords": [-61.005554, 14.0125, 0.0], + "type": "NDB", + "name": "SLU" +}, { + "coords": [5.913055, 50.478054, 0.0], + "type": "NDB", + "name": "SLV" +}, { + "coords": [-53.702538, 66.951508, 0.0], + "type": "NDB", + "name": "SM" +}, { + "coords": [-4.9945, 50.448002, 0.0], + "type": "NDB", + "name": "SM" +}, { + "coords": [14.562056, 60.885918, 0.0], + "type": "NDB", + "name": "SM" +}, { + "coords": [-25.175516, 36.9967, 0.0], + "type": "NDB", + "name": "SMA" +}, { + "coords": [9.502292, 40.893593, 0.0], + "type": "NDB", + "name": "SME" +}, { + "coords": [-1.383136, 53.392639, 0.0], + "type": "NDB", + "name": "SMF" +}, { + "coords": [26.916945, 37.68639, 0.0], + "type": "NDB", + "name": "SMO" +}, { + "coords": [19.609694, 44.99939, 0.0], + "type": "NDB", + "name": "SMR" +}, { + "coords": [-99.371391, 16.799166, 0.0], + "type": "NDB", + "name": "SMS" +}, { + "coords": [4.121389, 46.294361, 0.0], + "type": "NDB", + "name": "SN" +}, { + "coords": [0.700158, 51.576054, 0.0], + "type": "NDB", + "name": "SND" +}, { + "coords": [8.798889, 41.557777, 0.0], + "type": "NDB", + "name": "SNE" +}, { + "coords": [2.143333, 61.450001, 0.0], + "type": "NDB", + "name": "SNR" +}, { + "coords": [6.785164, 53.21529, 0.0], + "type": "NDB", + "name": "SO" +}, { + "coords": [-8.439675, 42.969105, 0.0], + "type": "NDB", + "name": "SO" +}, { + "coords": [9.512366, 51.687111, 0.0], + "type": "NDB", + "name": "SOG" +}, { + "coords": [9.915277, 60.237095, 0.0], + "type": "NDB", + "name": "SOK" +}, { + "coords": [14.33375, 40.582226, 0.0], + "type": "NDB", + "name": "SOR" +}, { + "coords": [1.908611, 58.367222, 0.0], + "type": "NDB", + "name": "SPA" +}, { + "coords": [8.454583, 49.303421, 0.0], + "type": "NDB", + "name": "SPM" +}, { + "coords": [-5.795516, 37.418056, 0.0], + "type": "NDB", + "name": "SPP" +}, { + "coords": [-81.693611, 12.593333, 0.0], + "type": "NDB", + "name": "SPP" +}, { + "coords": [-17.981667, 63.516666, 0.0], + "type": "NDB", + "name": "SR" +}, { + "coords": [7.219511, 49.21777, 0.0], + "type": "NDB", + "name": "SR" +}, { + "coords": [-0.114361, 47.259499, 0.0], + "type": "NDB", + "name": "SR" +}, { + "coords": [9.021642, 45.646118, 0.0], + "type": "NDB", + "name": "SRN" +}, { + "coords": [-1.215342, 60.460182, 0.0], + "type": "NDB", + "name": "SS" +}, { + "coords": [13.904667, 58.326668, 0.0], + "type": "NDB", + "name": "SS" +}, { + "coords": [0.245, 51.894722, 0.0], + "type": "NDB", + "name": "SSD" +}, { + "coords": [-25.166222, 36.949242, 0.0], + "type": "NDB", + "name": "STA" +}, { + "coords": [4.243486, 51.741325, 0.0], + "type": "NDB", + "name": "STD" +}, { + "coords": [16.247156, 48.210632, 0.0], + "type": "NDB", + "name": "STE" +}, { + "coords": [22.75, 39.466667, 0.0], + "type": "NDB", + "name": "STF" +}, { + "coords": [6.36762, 61.860863, 0.0], + "type": "NDB", + "name": "STG" +}, { + "coords": [-8.428452, 42.907764, 0.0], + "type": "NDB", + "name": "STG" +}, { + "coords": [6.895672, 52.996746, 0.0], + "type": "NDB", + "name": "STK" +}, { + "coords": [-6.291111, 49.914165, 0.0], + "type": "NDB", + "name": "STM" +}, { + "coords": [13.76883, 66.290237, 0.0], + "type": "NDB", + "name": "STM" +}, { + "coords": [-9.401834, 38.877918, 0.0], + "type": "NDB", + "name": "STR" +}, { + "coords": [13.438598, 66.927032, 0.0], + "type": "NDB", + "name": "STT" +}, { + "coords": [-22.755556, 65.059998, 0.0], + "type": "NDB", + "name": "SU" +}, { + "coords": [-5.365278, 54.407776, 0.0], + "type": "NDB", + "name": "SU" +}, { + "coords": [24.152779, 35.521946, 0.0], + "type": "NDB", + "name": "SUD" +}, { + "coords": [24.050131, 61.51469, 0.0], + "type": "NDB", + "name": "SUI" +}, { + "coords": [24.045555, 37.669167, 0.0], + "type": "NDB", + "name": "SUN" +}, { + "coords": [23.040333, 63.219921, 0.0], + "type": "NDB", + "name": "SUS" +}, { + "coords": [9.127222, 56.581112, 0.0], + "type": "NDB", + "name": "SV" +}, { + "coords": [-61.229443, 13.138889, 0.0], + "type": "NDB", + "name": "SV" +}, { + "coords": [9.879952, 49.125626, 0.0], + "type": "NDB", + "name": "SWH" +}, { + "coords": [-4.065834, 51.602222, 0.0], + "type": "NDB", + "name": "SWN" +}, { + "coords": [-64.884674, 17.691919, 0.0], + "type": "NDB", + "name": "SX" +}, { + "coords": [9.114202, 48.669243, 0.0], + "type": "NDB", + "name": "SY" +}, { + "coords": [24.948334, 37.422501, 0.0], + "type": "NDB", + "name": "SYR" +}, { + "coords": [9.394, 41.933334, 0.0], + "type": "NDB", + "name": "SZA" +}, { + "coords": [15.727834, 58.395805, 0.0], + "type": "NDB", + "name": "T" +}, { + "coords": [2.097445, 48.771584, 0.0], + "type": "NDB", + "name": "TA" +}, { + "coords": [-60.841667, 11.15, 0.0], + "type": "NDB", + "name": "TAB" +}, { + "coords": [-97.866669, 22.288334, 0.0], + "type": "NDB", + "name": "TAM" +}, { + "coords": [11.728906, 42.213955, 0.0], + "type": "NDB", + "name": "TAQ" +}, { + "coords": [9.425481, 63.825203, 0.0], + "type": "NDB", + "name": "TAR" +}, { + "coords": [6.912289, 62.67984, 0.0], + "type": "NDB", + "name": "TAT" +}, { + "coords": [18.800388, 42.281971, 0.0], + "type": "NDB", + "name": "TAZ" +}, { + "coords": [-79.561111, 8.785833, 0.0], + "type": "NDB", + "name": "TBG" +}, { + "coords": [-8.200167, 39.506001, 0.0], + "type": "NDB", + "name": "TCS" +}, { + "coords": [-1.333444, 54.560337, 0.0], + "type": "NDB", + "name": "TD" +}, { + "coords": [8.866111, 57.054165, 0.0], + "type": "NDB", + "name": "TE" +}, { + "coords": [13.971389, 41.295277, 0.0], + "type": "NDB", + "name": "TEA" +}, { + "coords": [16.281723, 47.840973, 0.0], + "type": "NDB", + "name": "TF" +}, { + "coords": [20.743778, 67.146309, 0.0], + "type": "NDB", + "name": "TG" +}, { + "coords": [6.003889, 52.238056, 0.0], + "type": "NDB", + "name": "TGE" +}, { + "coords": [-87.244446, 13.940556, 0.0], + "type": "NDB", + "name": "TGU" +}, { + "coords": [-15.261389, 66.252502, 0.0], + "type": "NDB", + "name": "TH" +}, { + "coords": [12.901389, 60.199139, 0.0], + "type": "NDB", + "name": "TH" +}, { + "coords": [2.378722, 48.777973, 0.0], + "type": "NDB", + "name": "TH" +}, { + "coords": [5.833392, 51.183395, 0.0], + "type": "NDB", + "name": "THN" +}, { + "coords": [25.480833, 36.401112, 0.0], + "type": "NDB", + "name": "THR" +}, { + "coords": [22.948334, 40.593613, 0.0], + "type": "NDB", + "name": "THS" +}, { + "coords": [-3.357286, 40.56813, 0.0], + "type": "NDB", + "name": "TJA" +}, { + "coords": [-89.880135, 16.915628, 0.0], + "type": "NDB", + "name": "TKL" +}, { + "coords": [-1.246389, 60.188332, 0.0], + "type": "NDB", + "name": "TL" +}, { + "coords": [0.049639, 43.288387, 0.0], + "type": "NDB", + "name": "TL" +}, { + "coords": [-3.430556, 55.502777, 0.0], + "type": "NDB", + "name": "TLA" +}, { + "coords": [1.441389, 43.946388, 0.0], + "type": "NDB", + "name": "TLB" +}, { + "coords": [-4.346083, 39.972782, 0.0], + "type": "NDB", + "name": "TLD" +}, { + "coords": [1.211278, 43.597195, 0.0], + "type": "NDB", + "name": "TLF" +}, { + "coords": [6.152805, 43.032696, 0.0], + "type": "NDB", + "name": "TLN" +}, { + "coords": [23.731388, 38.333332, 0.0], + "type": "NDB", + "name": "TNG" +}, { + "coords": [-1.766667, 52.814724, 0.0], + "type": "NDB", + "name": "TNL" +}, { + "coords": [-87.220558, 14.06, 0.0], + "type": "NDB", + "name": "TNT" +}, { + "coords": [-18.150833, 65.500557, 0.0], + "type": "NDB", + "name": "TO" +}, { + "coords": [10.680139, 63.439777, 0.0], + "type": "NDB", + "name": "TO" +}, { + "coords": [1.679889, 43.48111, 0.0], + "type": "NDB", + "name": "TOE" +}, { + "coords": [27.217527, 68.543083, 0.0], + "type": "NDB", + "name": "TOL" +}, { + "coords": [7.860431, 44.924694, 0.0], + "type": "NDB", + "name": "TOP" +}, { + "coords": [25.971022, 66.638885, 0.0], + "type": "NDB", + "name": "TOR" +}, { + "coords": [25.531628, 64.884499, 0.0], + "type": "NDB", + "name": "TP" +}, { + "coords": [20.745667, 44.139778, 0.0], + "type": "NDB", + "name": "TPL" +}, { + "coords": [-78.118835, 9.257833, 0.0], + "type": "NDB", + "name": "TPL" +}, { + "coords": [-98.960281, 19.610277, 0.0], + "type": "NDB", + "name": "TPX" +}, { + "coords": [-6.206389, 52.202499, 0.0], + "type": "NDB", + "name": "TR" +}, { + "coords": [3.326944, 56.641945, 0.0], + "type": "NDB", + "name": "TR" +}, { + "coords": [19.717777, 41.463055, 0.0], + "type": "NDB", + "name": "TR" +}, { + "coords": [4.633528, 45.924, 0.0], + "type": "NDB", + "name": "TR" +}, { + "coords": [12.095639, 45.622471, 0.0], + "type": "NDB", + "name": "TRE" +}, { + "coords": [10.269305, 59.929176, 0.0], + "type": "NDB", + "name": "TRF" +}, { + "coords": [16.22245, 43.496838, 0.0], + "type": "NDB", + "name": "TRI" +}, { + "coords": [-0.513836, 41.927879, 0.0], + "type": "NDB", + "name": "TRL" +}, { + "coords": [18.998333, 69.702774, 0.0], + "type": "NDB", + "name": "TRO" +}, { + "coords": [12.492972, 37.914333, 0.0], + "type": "NDB", + "name": "TRP" +}, { + "coords": [21.77025, 65.387276, 0.0], + "type": "NDB", + "name": "TRU" +}, { + "coords": [1.486778, 43.507278, 0.0], + "type": "NDB", + "name": "TS" +}, { + "coords": [10.775278, 56.288055, 0.0], + "type": "NDB", + "name": "TU" +}, { + "coords": [18.483025, 44.477272, 0.0], + "type": "NDB", + "name": "TU" +}, { + "coords": [15.981112, 48.309444, 0.0], + "type": "NDB", + "name": "TUN" +}, { + "coords": [0.782611, 47.565887, 0.0], + "type": "NDB", + "name": "TUR" +}, { + "coords": [8.625, 57.077499, 0.0], + "type": "NDB", + "name": "TW" +}, { + "coords": [1.025278, 43.530613, 0.0], + "type": "NDB", + "name": "TW" +}, { + "coords": [6.876164, 52.267937, 0.0], + "type": "NDB", + "name": "TWN" +}, { + "coords": [-8.248611, 55.272499, 0.0], + "type": "NDB", + "name": "TY" +}, { + "coords": [13.037945, 60.09861, 0.0], + "type": "NDB", + "name": "TY" +}, { + "coords": [4.003972, 48.400196, 0.0], + "type": "NDB", + "name": "TY" +}, { + "coords": [9.5093, 45.558453, 0.0], + "type": "NDB", + "name": "TZO" +}, { + "coords": [23.055702, 63.091496, 0.0], + "type": "NDB", + "name": "U" +}, { + "coords": [-74.52639, 20.368889, 0.0], + "type": "NDB", + "name": "UBA" +}, { + "coords": [-76.620003, 20.393333, 0.0], + "type": "NDB", + "name": "UBY" +}, { + "coords": [-78.872223, 21.989166, 0.0], + "type": "NDB", + "name": "UCA" +}, { + "coords": [-80.425278, 22.113056, 0.0], + "type": "NDB", + "name": "UCF" +}, { + "coords": [-81.529999, 21.603333, 0.0], + "type": "NDB", + "name": "UCL" +}, { + "coords": [-77.925003, 21.389723, 0.0], + "type": "NDB", + "name": "UCM" +}, { + "coords": [-75.821663, 19.973612, 0.0], + "type": "NDB", + "name": "UCU" +}, { + "coords": [-82.851944, 22.860556, 0.0], + "type": "NDB", + "name": "UCY" +}, { + "coords": [12.7705, 61.841389, 0.0], + "type": "NDB", + "name": "UE" +}, { + "coords": [-75.158333, 20.079166, 0.0], + "type": "NDB", + "name": "UGT" +}, { + "coords": [-4.373611, 47.798611, 0.0], + "type": "NDB", + "name": "UH" +}, { + "coords": [-82.492226, 22.932501, 0.0], + "type": "NDB", + "name": "UHA" +}, { + "coords": [-76.352776, 20.752222, 0.0], + "type": "NDB", + "name": "UHG" +}, { + "coords": [2.846111, 57.111111, 0.0], + "type": "NDB", + "name": "ULA" +}, { + "coords": [-83.689445, 22.321667, 0.0], + "type": "NDB", + "name": "ULM" +}, { + "coords": [2.419861, 45.538055, 0.0], + "type": "NDB", + "name": "ULT" +}, { + "coords": [12.152884, 65.634071, 0.0], + "type": "NDB", + "name": "ULV" +}, { + "coords": [-74.955559, 20.637501, 0.0], + "type": "NDB", + "name": "UMO" +}, { + "coords": [15.773611, 44.526669, 0.0], + "type": "NDB", + "name": "UNA" +}, { + "coords": [-82.881386, 21.753334, 0.0], + "type": "NDB", + "name": "UNG" +}, { + "coords": [-77.230553, 21.401388, 0.0], + "type": "NDB", + "name": "UNV" +}, { + "coords": [-78.511665, 22.514999, 0.0], + "type": "NDB", + "name": "UOC" +}, { + "coords": [-78.773056, 22.373611, 0.0], + "type": "NDB", + "name": "UPA" +}, { + "coords": [-82.574165, 23.046667, 0.0], + "type": "NDB", + "name": "UPB" +}, { + "coords": [12.490278, 41.944443, 0.0], + "type": "NDB", + "name": "URB" +}, { + "coords": [-79.991943, 22.477777, 0.0], + "type": "NDB", + "name": "USC" +}, { + "coords": [-84.214447, 22.085833, 0.0], + "type": "NDB", + "name": "USJ" +}, { + "coords": [-78.811943, 21.745832, 0.0], + "type": "NDB", + "name": "USR" +}, { + "coords": [15.269778, 65.726448, 0.0], + "type": "NDB", + "name": "UT" +}, { + "coords": [-79.995834, 21.791666, 0.0], + "type": "NDB", + "name": "UTD" +}, { + "coords": [9.577781, 63.72279, 0.0], + "type": "NDB", + "name": "UTH" +}, { + "coords": [-81.367226, 23.09, 0.0], + "type": "NDB", + "name": "UVR" +}, { + "coords": [-76.93528, 20.990833, 0.0], + "type": "NDB", + "name": "UVT" +}, { + "coords": [-3.502511, 55.905151, 0.0], + "type": "NDB", + "name": "UW" +}, { + "coords": [-82.038887, 22.933056, 0.0], + "type": "NDB", + "name": "UZG" +}, { + "coords": [27.738674, 64.289154, 0.0], + "type": "NDB", + "name": "V" +}, { + "coords": [19.724445, 41.393055, 0.0], + "type": "NDB", + "name": "V" +}, { + "coords": [-14.596111, 65.109444, 0.0], + "type": "NDB", + "name": "VA" +}, { + "coords": [24.642767, 64.129509, 0.0], + "type": "NDB", + "name": "VA" +}, { + "coords": [-2.661556, 47.769417, 0.0], + "type": "NDB", + "name": "VA" +}, { + "coords": [-81.50972, 22.987499, 0.0], + "type": "NDB", + "name": "VA" +}, { + "coords": [19.875055, 44.321194, 0.0], + "type": "NDB", + "name": "VAL" +}, { + "coords": [5.628239, 58.627171, 0.0], + "type": "NDB", + "name": "VAR" +}, { + "coords": [16.380833, 46.311668, 0.0], + "type": "NDB", + "name": "VAR" +}, { + "coords": [4.016111, 48.797779, 0.0], + "type": "NDB", + "name": "VAT" +}, { + "coords": [4.9555, 44.848999, 0.0], + "type": "NDB", + "name": "VE" +}, { + "coords": [21.514833, 44.757278, 0.0], + "type": "NDB", + "name": "VEG" +}, { + "coords": [12.277792, 45.448467, 0.0], + "type": "NDB", + "name": "VEN" +}, { + "coords": [-7.193611, 62.043888, 0.0], + "type": "NDB", + "name": "VG" +}, { + "coords": [5.359339, 59.279293, 0.0], + "type": "NDB", + "name": "VG" +}, { + "coords": [16.042067, 45.725361, 0.0], + "type": "NDB", + "name": "VG" +}, { + "coords": [6.129766, 62.563549, 0.0], + "type": "NDB", + "name": "VGA" +}, { + "coords": [-6.444722, 41.00164, 0.0], + "type": "NDB", + "name": "VGD" +}, { + "coords": [-8.603245, 42.318195, 0.0], + "type": "NDB", + "name": "VI" +}, { + "coords": [12.057222, 42.439445, 0.0], + "type": "NDB", + "name": "VIB" +}, { + "coords": [11.675, 45.636112, 0.0], + "type": "NDB", + "name": "VIC" +}, { + "coords": [16.051111, 41.912777, 0.0], + "type": "NDB", + "name": "VIE" +}, { + "coords": [10.786, 45.324444, 0.0], + "type": "NDB", + "name": "VIL" +}, { + "coords": [8.425834, 55.989166, 0.0], + "type": "NDB", + "name": "VJ" +}, { + "coords": [13.891155, 44.89286, 0.0], + "type": "NDB", + "name": "VL" +}, { + "coords": [-4.826586, 41.724941, 0.0], + "type": "NDB", + "name": "VL" +}, { + "coords": [-4.73908, 41.789494, 0.0], + "type": "NDB", + "name": "VLD" +}, { + "coords": [-20.288334, 63.399723, 0.0], + "type": "NDB", + "name": "VM" +}, { + "coords": [19.847973, 63.832668, 0.0], + "type": "NDB", + "name": "VNA" +}, { + "coords": [6.645056, 61.172611, 0.0], + "type": "NDB", + "name": "VNG" +}, { + "coords": [1.705842, 41.210636, 0.0], + "type": "NDB", + "name": "VNV" +}, { + "coords": [8.972136, 44.963734, 0.0], + "type": "NDB", + "name": "VOG" +}, { + "coords": [-8.639, 42.186043, 0.0], + "type": "NDB", + "name": "VON" +}, { + "coords": [-14.853889, 65.716393, 0.0], + "type": "NDB", + "name": "VP" +}, { + "coords": [-7.743889, 41.215279, 0.0], + "type": "NDB", + "name": "VR" +}, { + "coords": [21.297501, 45.087223, 0.0], + "type": "NDB", + "name": "VRA" +}, { + "coords": [16.433332, 43.933334, 0.0], + "type": "NDB", + "name": "VRL" +}, { + "coords": [21.911444, 42.555363, 0.0], + "type": "NDB", + "name": "VRN" +}, { + "coords": [13.648975, 45.210182, 0.0], + "type": "NDB", + "name": "VRS" +}, { + "coords": [23.446045, 61.377007, 0.0], + "type": "NDB", + "name": "VS" +}, { + "coords": [3.353917, 50.352139, 0.0], + "type": "NDB", + "name": "VS" +}, { + "coords": [-2.804078, 42.801952, 0.0], + "type": "NDB", + "name": "VT" +}, { + "coords": [-2.679614, 42.928089, 0.0], + "type": "NDB", + "name": "VTA" +}, { + "coords": [-3.475389, 39.783157, 0.0], + "type": "NDB", + "name": "VTB" +}, { + "coords": [20.810333, 43.717499, 0.0], + "type": "NDB", + "name": "VTN" +}, { + "coords": [5.467055, 49.121445, 0.0], + "type": "NDB", + "name": "VUN" +}, { + "coords": [14.697639, 56.85725, 0.0], + "type": "NDB", + "name": "VX" +}, { + "coords": [6.396022, 53.031532, 0.0], + "type": "NDB", + "name": "VZ" +}, { + "coords": [3.395, 46.127499, 0.0], + "type": "NDB", + "name": "VZ" +}, { + "coords": [26.974159, 60.900093, 0.0], + "type": "NDB", + "name": "W" +}, { + "coords": [17.915417, 59.655777, 0.0], + "type": "NDB", + "name": "WA" +}, { + "coords": [8.3286, 50.049007, 0.0], + "type": "NDB", + "name": "WBD" +}, { + "coords": [-0.9625, 51.853054, 0.0], + "type": "NDB", + "name": "WCO" +}, { + "coords": [-2.158358, 53.337658, 0.0], + "type": "NDB", + "name": "WFD" +}, { + "coords": [-4.940333, 54.860832, 0.0], + "type": "NDB", + "name": "WFR" +}, { + "coords": [-2.623055, 53.185001, 0.0], + "type": "NDB", + "name": "WHI" +}, { + "coords": [-3.063119, 58.446732, 0.0], + "type": "NDB", + "name": "WIK" +}, { + "coords": [-3.261667, 54.125557, 0.0], + "type": "NDB", + "name": "WL" +}, { + "coords": [6.054167, 49.568054, 0.0], + "type": "NDB", + "name": "WLU" +}, { + "coords": [16.457592, 48.147427, 0.0], + "type": "NDB", + "name": "WO" +}, { + "coords": [-0.878889, 51.452778, 0.0], + "type": "NDB", + "name": "WOD" +}, { + "coords": [5.032969, 52.32618, 0.0], + "type": "NDB", + "name": "WP" +}, { + "coords": [-3.153889, 52.630001, 0.0], + "type": "NDB", + "name": "WPL" +}, { + "coords": [16.927084, 61.327278, 0.0], + "type": "NDB", + "name": "WS" +}, { + "coords": [5.152972, 45.362335, 0.0], + "type": "NDB", + "name": "WS" +}, { + "coords": [-7.083344, 52.188999, 0.0], + "type": "NDB", + "name": "WTD" +}, { + "coords": [-2.852322, 53.751648, 0.0], + "type": "NDB", + "name": "WTN" +}, { + "coords": [20.415638, 63.723804, 0.0], + "type": "NDB", + "name": "WU" +}, { + "coords": [9.454667, 52.459332, 0.0], + "type": "NDB", + "name": "WUN" +}, { + "coords": [4.485556, 51.185001, 0.0], + "type": "NDB", + "name": "WW" +}, { + "coords": [7.278611, 51.048889, 0.0], + "type": "NDB", + "name": "WYP" +}, { + "coords": [-1.807097, 55.006748, 0.0], + "type": "NDB", + "name": "WZ" +}, { + "coords": [24.588785, 65.801605, 0.0], + "type": "NDB", + "name": "Y" +}, { + "coords": [14.4015, 62.047279, 0.0], + "type": "NDB", + "name": "Y" +}, { + "coords": [10.829461, 59.368851, 0.0], + "type": "NDB", + "name": "YG" +}, { + "coords": [-1.286306, 46.68911, 0.0], + "type": "NDB", + "name": "YN" +}, { + "coords": [-86.15889, 12.140555, 0.0], + "type": "NDB", + "name": "YNP" +}, { + "coords": [-89.117775, 13.7, 0.0], + "type": "NDB", + "name": "YSX" +}, { + "coords": [24.794312, 63.986851, 0.0], + "type": "NDB", + "name": "YV" +}, { + "coords": [-2.664444, 50.941387, 0.0], + "type": "NDB", + "name": "YVL" +}, { + "coords": [16.311211, 45.900265, 0.0], + "type": "NDB", + "name": "ZAG" +}, { + "coords": [20.883333, 37.75, 0.0], + "type": "NDB", + "name": "ZAT" +}, { + "coords": [7.416584, 49.227592, 0.0], + "type": "NDB", + "name": "ZBN" +}, { + "coords": [-61.793056, 17.157778, 0.0], + "type": "NDB", + "name": "ZDX" +}, { + "coords": [-81.386078, 19.285765, 0.0], + "type": "NDB", + "name": "ZIY" +}, { + "coords": [15.365072, 44.09457, 0.0], + "type": "NDB", + "name": "ZK" +}, { + "coords": [5.792614, 50.934006, 0.0], + "type": "NDB", + "name": "ZL" +}, { + "coords": [-5.651739, 41.528446, 0.0], + "type": "NDB", + "name": "ZMR" +}, { + "coords": [5.635383, 58.957157, 0.0], + "type": "NDB", + "name": "ZO" +}, { + "coords": [21.724638, 43.18364, 0.0], + "type": "NDB", + "name": "ZO" +}, { + "coords": [3.283028, 43.327084, 0.0], + "type": "NDB", + "name": "ZR" +}, { + "coords": [15.496475, 43.997154, 0.0], + "type": "NDB", + "name": "ZRA" +}, { + "coords": [-1.193311, 41.730518, 0.0], + "type": "NDB", + "name": "ZRZ" +}, { + "coords": [18.647438, 44.46439, 0.0], + "type": "NDB", + "name": "ZV" +}, { + "coords": [14.756667, 47.198055, 0.0], + "type": "NDB", + "name": "ZW" +}, { + "coords": [-0.877964, 41.598896, 0.0], + "type": "NDB", + "name": "ZZA" +}, { + "coords": [9.995578, 57.103718, 0.0], + "type": "VHF", + "name": "AAL" +}, { + "coords": [-69.941109, 12.508889, 0.0], + "type": "VHF", + "name": "ABA" +}, { + "coords": [1.854694, 50.135139, 0.0], + "type": "VHF", + "name": "ABB" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "AC" +}, { + "coords": [-99.752777, 16.7575, 0.0], + "type": "VHF", + "name": "ACA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "AD" +}, { + "coords": [-2.267222, 57.310555, 0.0], + "type": "VHF", + "name": "ADN" +}, { + "coords": [-100.238609, 25.865, 0.0], + "type": "VHF", + "name": "ADN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "AE" +}, { + "coords": [4.138889, 50.907776, 0.0], + "type": "VHF", + "name": "AFI" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "AG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "AGD" +}, { + "coords": [22.7925, 39.217224, 0.0], + "type": "VHF", + "name": "AGH" +}, { + "coords": [0.872861, 43.888027, 0.0], + "type": "VHF", + "name": "AGN" +}, { + "coords": [-102.319168, 21.710278, 0.0], + "type": "VHF", + "name": "AGU" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "AHO" +}, { + "coords": [8.774667, 41.770527, 0.0], + "type": "VHF", + "name": "AJO" +}, { + "coords": [-18.004168, 65.75972, 0.0], + "type": "VHF", + "name": "AKI" +}, { + "coords": [11.221425, 49.21439, 0.0], + "type": "VHF", + "name": "ALB" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ALC" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ALF" +}, { + "coords": [8.244086, 40.628162, 0.0], + "type": "VHF", + "name": "ALG" +}, { + "coords": [13.557528, 55.411304, 0.0], + "type": "VHF", + "name": "ALM" +}, { + "coords": [9.993378, 54.905415, 0.0], + "type": "VHF", + "name": "ALS" +}, { + "coords": [-0.570114, 38.26828, 0.0], + "type": "VHF", + "name": "ALT" +}, { + "coords": [25.957222, 40.855, 0.0], + "type": "VHF", + "name": "ALX" +}, { + "coords": [1.064444, 47.428917, 0.0], + "type": "VHF", + "name": "AMB" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "AME" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "AML" +}, { + "coords": [-2.259422, 36.833168, 0.0], + "type": "VHF", + "name": "AMR" +}, { + "coords": [4.705658, 52.332642, 0.0], + "type": "VHF", + "name": "AMS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "AMU" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "AN" +}, { + "coords": [13.471111, 43.586445, 0.0], + "type": "VHF", + "name": "ANC" +}, { + "coords": [16.14138, 69.287827, 0.0], + "type": "VHF", + "name": "AND" +}, { + "coords": [-0.851833, 47.536861, 0.0], + "type": "VHF", + "name": "ANG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ANL" +}, { + "coords": [4.4725, 51.190556, 0.0], + "type": "VHF", + "name": "ANT" +}, { + "coords": [25.12682, 60.863007, 0.0], + "type": "VHF", + "name": "ANT" +}, { + "coords": [-61.798054, 17.126667, 0.0], + "type": "VHF", + "name": "ANU" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "AOG" +}, { + "coords": [12.96125, 56.120472, 0.0], + "type": "VHF", + "name": "AOR" +}, { + "coords": [-98.398331, 19.635834, 0.0], + "type": "VHF", + "name": "APN" +}, { + "coords": [21.423334, 38.108612, 0.0], + "type": "VHF", + "name": "ARA" +}, { + "coords": [-3.602472, 48.332638, 0.0], + "type": "VHF", + "name": "ARE" +}, { + "coords": [17.914417, 59.653446, 0.0], + "type": "VHF", + "name": "ARL" +}, { + "coords": [8.305658, 51.016041, 0.0], + "type": "VHF", + "name": "ARP" +}, { + "coords": [16.650444, 59.586193, 0.0], + "type": "VHF", + "name": "ARS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ARX" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "AS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "AS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "AT" +}, { + "coords": [23.371817, 69.977577, 0.0], + "type": "VHF", + "name": "ATA" +}, { + "coords": [23.729166, 37.901943, 0.0], + "type": "VHF", + "name": "ATH" +}, { + "coords": [4.259139, 46.805946, 0.0], + "type": "VHF", + "name": "ATN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "AUG" +}, { + "coords": [-90.526253, 14.591066, 0.0], + "type": "VHF", + "name": "AUR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "AVD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "AVI" +}, { + "coords": [4.746389, 43.995361, 0.0], + "type": "VHF", + "name": "AVN" +}, { + "coords": [-6.030669, 43.56459, 0.0], + "type": "VHF", + "name": "AVS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "AX" +}, { + "coords": [16.753998, 41.13446, 0.0], + "type": "VHF", + "name": "BAI" +}, { + "coords": [11.976861, 57.555168, 0.0], + "type": "VHF", + "name": "BAK" +}, { + "coords": [-6.447778, 53.299896, 0.0], + "type": "VHF", + "name": "BAL" +}, { + "coords": [7.176986, 51.327763, 0.0], + "type": "VHF", + "name": "BAM" +}, { + "coords": [-2.629792, 41.323563, 0.0], + "type": "VHF", + "name": "BAN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BAR" +}, { + "coords": [11.636669, 49.985153, 0.0], + "type": "VHF", + "name": "BAY" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BBE" +}, { + "coords": [-5.456444, 41.016808, 0.0], + "type": "VHF", + "name": "BBI" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BBL" +}, { + "coords": [10.338861, 60.471779, 0.0], + "type": "VHF", + "name": "BBU" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BCA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BCL" +}, { + "coords": [-3.263056, 51.725555, 0.0], + "type": "VHF", + "name": "BCN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BD" +}, { + "coords": [18.466145, 69.064819, 0.0], + "type": "VHF", + "name": "BDF" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BDN" +}, { + "coords": [14.364914, 67.266602, 0.0], + "type": "VHF", + "name": "BDO" +}, { + "coords": [-82.253052, 9.338056, 0.0], + "type": "VHF", + "name": "BDT" +}, { + "coords": [-0.721111, 44.826946, 0.0], + "type": "VHF", + "name": "BDX" +}, { + "coords": [-70.018608, 12.504723, 0.0], + "type": "VHF", + "name": "BEA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BEI" +}, { + "coords": [-7.926689, 38.128422, 0.0], + "type": "VHF", + "name": "BEJ" +}, { + "coords": [-6.229906, 54.661144, 0.0], + "type": "VHF", + "name": "BEL" +}, { + "coords": [-7.3653, 57.477936, 0.0], + "type": "VHF", + "name": "BEN" +}, { + "coords": [20.334944, 44.807026, 0.0], + "type": "VHF", + "name": "BEO" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BFS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BG" +}, { + "coords": [1.385583, 46.076, 0.0], + "type": "VHF", + "name": "BGA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BGG" +}, { + "coords": [-59.483833, 13.075055, 0.0], + "type": "VHF", + "name": "BGI" +}, { + "coords": [3.208858, 41.947685, 0.0], + "type": "VHF", + "name": "BGR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BHD" +}, { + "coords": [-3.493611, 50.398613, 0.0], + "type": "VHF", + "name": "BHD" +}, { + "coords": [-71.129997, 18.254444, 0.0], + "type": "VHF", + "name": "BHO" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BHS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BI" +}, { + "coords": [0.034811, 51.330875, 0.0], + "type": "VHF", + "name": "BIG" +}, { + "coords": [-101.482224, 20.997223, 0.0], + "type": "VHF", + "name": "BJX" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BK" +}, { + "coords": [11.546211, 53.034519, 0.0], + "type": "VHF", + "name": "BKD" +}, { + "coords": [0.061944, 51.989723, 0.0], + "type": "VHF", + "name": "BKY" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BLA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BLC" +}, { + "coords": [21.361639, 43.248695, 0.0], + "type": "VHF", + "name": "BLC" +}, { + "coords": [7.4995, 47.632805, 0.0], + "type": "VHF", + "name": "BLM" +}, { + "coords": [-3.625011, 38.152515, 0.0], + "type": "VHF", + "name": "BLN" +}, { + "coords": [-2.933314, 43.304127, 0.0], + "type": "VHF", + "name": "BLV" +}, { + "coords": [8.782139, 53.044048, 0.0], + "type": "VHF", + "name": "BMN" +}, { + "coords": [1.907111, 50.624779, 0.0], + "type": "VHF", + "name": "BNE" +}, { + "coords": [-60.976112, 13.731944, 0.0], + "type": "VHF", + "name": "BNE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BNK" +}, { + "coords": [-0.549722, 51.726112, 0.0], + "type": "VHF", + "name": "BNN" +}, { + "coords": [12.214342, 65.457054, 0.0], + "type": "VHF", + "name": "BNN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BO" +}, { + "coords": [11.290661, 44.537029, 0.0], + "type": "VHF", + "name": "BOA" +}, { + "coords": [12.048889, 42.617779, 0.0], + "type": "VHF", + "name": "BOL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BOO" +}, { + "coords": [15.519195, 60.421501, 0.0], + "type": "VHF", + "name": "BOR" +}, { + "coords": [-0.106667, 51.749722, 0.0], + "type": "VHF", + "name": "BPK" +}, { + "coords": [-67.108238, 18.497997, 0.0], + "type": "VHF", + "name": "BQN" +}, { + "coords": [-3.557536, 40.469124, 0.0], + "type": "VHF", + "name": "BRA" +}, { + "coords": [18.002861, 40.610863, 0.0], + "type": "VHF", + "name": "BRD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BRM" +}, { + "coords": [3.294778, 48.407001, 0.0], + "type": "VHF", + "name": "BRY" +}, { + "coords": [10.316253, 45.438145, 0.0], + "type": "VHF", + "name": "BSA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BST" +}, { + "coords": [2.455167, 48.974667, 0.0], + "type": "VHF", + "name": "BT" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BT" +}, { + "coords": [9.474833, 42.573582, 0.0], + "type": "VHF", + "name": "BTA" +}, { + "coords": [-86.863335, 15.735, 0.0], + "type": "VHF", + "name": "BTO" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BTY" +}, { + "coords": [-1.510278, 43.46664, 0.0], + "type": "VHF", + "name": "BTZ" +}, { + "coords": [4.538055, 50.902222, 0.0], + "type": "VHF", + "name": "BUB" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BUE" +}, { + "coords": [20.495832, 42.633026, 0.0], + "type": "VHF", + "name": "BUI" +}, { + "coords": [4.841944, 51.11861, 0.0], + "type": "VHF", + "name": "BUN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BV" +}, { + "coords": [2.153194, 49.436359, 0.0], + "type": "VHF", + "name": "BVS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BY" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BZ" +}, { + "coords": [-88.315002, 17.538334, 0.0], + "type": "VHF", + "name": "BZE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "BZN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "CAA" +}, { + "coords": [9.054083, 39.249001, 0.0], + "type": "VHF", + "name": "CAG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "CAM" +}, { + "coords": [-0.455667, 49.171665, 0.0], + "type": "VHF", + "name": "CAN" +}, { + "coords": [9.508333, 39.110832, 0.0], + "type": "VHF", + "name": "CAR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "CAS" +}, { + "coords": [14.969316, 37.456177, 0.0], + "type": "VHF", + "name": "CAT" +}, { + "coords": [-89.048332, 13.44, 0.0], + "type": "VHF", + "name": "CAT" +}, { + "coords": [4.146945, 48.781082, 0.0], + "type": "VHF", + "name": "CAV" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "CBG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "CBN" +}, { + "coords": [5.757306, 45.881889, 0.0], + "type": "VHF", + "name": "CBY" +}, { + "coords": [-6.434739, 39.524509, 0.0], + "type": "VHF", + "name": "CCS" +}, { + "coords": [12.379211, 55.001499, 0.0], + "type": "VHF", + "name": "CDA" +}, { + "coords": [16.370159, 38.755676, 0.0], + "type": "VHF", + "name": "CDC" +}, { + "coords": [1.387028, 48.058971, 0.0], + "type": "VHF", + "name": "CDN" +}, { + "coords": [-69.667419, 18.432917, 0.0], + "type": "VHF", + "name": "CDO" +}, { + "coords": [3.434369, 39.697681, 0.0], + "type": "VHF", + "name": "CDP" +}, { + "coords": [-101.48333, 24.158333, 0.0], + "type": "VHF", + "name": "CDR" +}, { + "coords": [-109.834724, 27.392778, 0.0], + "type": "VHF", + "name": "CEN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "CEV" +}, { + "coords": [-0.610792, 52.074215, 0.0], + "type": "VHF", + "name": "CFD" +}, { + "coords": [-0.311639, 45.659557, 0.0], + "type": "VHF", + "name": "CGC" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "CGE" +}, { + "coords": [2.500111, 49.019917, 0.0], + "type": "VHF", + "name": "CGN" +}, { + "coords": [7.145916, 43.645248, 0.0], + "type": "VHF", + "name": "CGS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "CGW" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "CGY" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "CH" +}, { + "coords": [9.039825, 49.921112, 0.0], + "type": "VHF", + "name": "CHA" +}, { + "coords": [12.281442, 45.07122, 0.0], + "type": "VHF", + "name": "CHI" +}, { + "coords": [0.987056, 48.48, 0.0], + "type": "VHF", + "name": "CHW" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "CIM" +}, { + "coords": [3.832778, 50.573891, 0.0], + "type": "VHF", + "name": "CIV" +}, { + "coords": [-2.545658, 40.371849, 0.0], + "type": "VHF", + "name": "CJN" +}, { + "coords": [-106.426392, 31.63611, 0.0], + "type": "VHF", + "name": "CJS" +}, { + "coords": [3.013861, 48.844639, 0.0], + "type": "VHF", + "name": "CLM" +}, { + "coords": [1.1475, 51.84861, 0.0], + "type": "VHF", + "name": "CLN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "CLR" +}, { + "coords": [-0.986317, 39.707169, 0.0], + "type": "VHF", + "name": "CLS" +}, { + "coords": [-1.298053, 40.867294, 0.0], + "type": "VHF", + "name": "CMA" +}, { + "coords": [3.1515, 50.228138, 0.0], + "type": "VHF", + "name": "CMB" +}, { + "coords": [-91.805557, 18.654167, 0.0], + "type": "VHF", + "name": "CME" +}, { + "coords": [3.178028, 45.789333, 0.0], + "type": "VHF", + "name": "CMF" +}, { + "coords": [12.38147, 42.12381, 0.0], + "type": "VHF", + "name": "CMP" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "CN" +}, { + "coords": [6.870944, 43.56036, 0.0], + "type": "VHF", + "name": "CNM" +}, { + "coords": [3.355278, 51.348057, 0.0], + "type": "VHF", + "name": "COA" +}, { + "coords": [7.594178, 50.783531, 0.0], + "type": "VHF", + "name": "COL" +}, { + "coords": [-103.578056, 19.271389, 0.0], + "type": "VHF", + "name": "COL" +}, { + "coords": [-8.817863, 53.913021, 0.0], + "type": "VHF", + "name": "CON" +}, { + "coords": [-64.700722, 17.734444, 0.0], + "type": "VHF", + "name": "COY" +}, { + "coords": [-90.504166, 19.83, 0.0], + "type": "VHF", + "name": "CPE" +}, { + "coords": [-1.219722, 51.491665, 0.0], + "type": "VHF", + "name": "CPT" +}, { + "coords": [-8.494269, 51.840607, 0.0], + "type": "VHF", + "name": "CRK" +}, { + "coords": [2.514778, 49.25528, 0.0], + "type": "VHF", + "name": "CRL" +}, { + "coords": [17.081539, 39.001099, 0.0], + "type": "VHF", + "name": "CRO" +}, { + "coords": [-71.649445, 17.931667, 0.0], + "type": "VHF", + "name": "CRO" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "CS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "CSL" +}, { + "coords": [7.649572, 45.219723, 0.0], + "type": "VHF", + "name": "CSL" +}, { + "coords": [3.577694, 49.137749, 0.0], + "type": "VHF", + "name": "CTL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "CTM" +}, { + "coords": [-88.323334, 18.503889, 0.0], + "type": "VHF", + "name": "CTM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "CTN" +}, { + "coords": [-98.900833, 18.782778, 0.0], + "type": "VHF", + "name": "CUA" +}, { + "coords": [-107.477219, 24.762501, 0.0], + "type": "VHF", + "name": "CUL" +}, { + "coords": [-86.859169, 21.024723, 0.0], + "type": "VHF", + "name": "CUN" +}, { + "coords": [-105.954445, 28.796667, 0.0], + "type": "VHF", + "name": "CUU" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "CV" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "CVD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "CVL" +}, { + "coords": [-98.959167, 23.704721, 0.0], + "type": "VHF", + "name": "CVM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "CVR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "CWZ" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "CX" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "CY" +}, { + "coords": [-86.926109, 20.524166, 0.0], + "type": "VHF", + "name": "CZM" +}, { + "coords": [-82.437775, 8.384722, 0.0], + "type": "VHF", + "name": "DAV" +}, { + "coords": [18.277433, 42.553841, 0.0], + "type": "VHF", + "name": "DBK" +}, { + "coords": [-3.340556, 54.721943, 0.0], + "type": "VHF", + "name": "DCS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "DDE" +}, { + "coords": [23.217777, 37.478889, 0.0], + "type": "VHF", + "name": "DDM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "DEC" +}, { + "coords": [-105.448059, 28.213888, 0.0], + "type": "VHF", + "name": "DEL" +}, { + "coords": [17.975, 44.985001, 0.0], + "type": "VHF", + "name": "DER" +}, { + "coords": [0.597222, 51.30389, 0.0], + "type": "VHF", + "name": "DET" +}, { + "coords": [6.100833, 43.99139, 0.0], + "type": "VHF", + "name": "DGN" +}, { + "coords": [-2.880933, 42.453556, 0.0], + "type": "VHF", + "name": "DGO" +}, { + "coords": [-104.516388, 24.137777, 0.0], + "type": "VHF", + "name": "DGO" +}, { + "coords": [7.9107, 54.185684, 0.0], + "type": "VHF", + "name": "DHE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "DI" +}, { + "coords": [5.097333, 47.270779, 0.0], + "type": "VHF", + "name": "DIJ" +}, { + "coords": [6.129722, 49.861389, 0.0], + "type": "VHF", + "name": "DIK" +}, { + "coords": [-2.082333, 48.586056, 0.0], + "type": "VHF", + "name": "DIN" +}, { + "coords": [10.238292, 49.142765, 0.0], + "type": "VHF", + "name": "DKB" +}, { + "coords": [17.012083, 59.207165, 0.0], + "type": "VHF", + "name": "DKR" +}, { + "coords": [9.883497, 52.250324, 0.0], + "type": "VHF", + "name": "DLE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "DLN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "DMN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "DMS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "DND" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "DO" +}, { + "coords": [14.778575, 46.084141, 0.0], + "type": "VHF", + "name": "DOL" +}, { + "coords": [7.587131, 51.70953, 0.0], + "type": "VHF", + "name": "DOM" +}, { + "coords": [1.170639, 49.925388, 0.0], + "type": "VHF", + "name": "DPE" +}, { + "coords": [10.112458, 59.733257, 0.0], + "type": "VHF", + "name": "DRA" +}, { + "coords": [13.59885, 51.015537, 0.0], + "type": "VHF", + "name": "DRN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "DSE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "DSU" +}, { + "coords": [-1.113889, 52.180279, 0.0], + "type": "VHF", + "name": "DTY" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "DU" +}, { + "coords": [-6.307108, 53.499374, 0.0], + "type": "VHF", + "name": "DUB" +}, { + "coords": [6.753725, 51.283188, 0.0], + "type": "VHF", + "name": "DUS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "DV" +}, { + "coords": [0.312722, 49.310749, 0.0], + "type": "VHF", + "name": "DVL" +}, { + "coords": [1.359167, 51.162498, 0.0], + "type": "VHF", + "name": "DVR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "DWD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "EB" +}, { + "coords": [6.666675, 53.163906, 0.0], + "type": "VHF", + "name": "EEL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "EFD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "EGB" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "EGL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "EHV" +}, { + "coords": [10.396111, 42.73, 0.0], + "type": "VHF", + "name": "ELB" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ELF" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "EN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "END" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ENN" +}, { + "coords": [23.461758, 68.381264, 0.0], + "type": "VHF", + "name": "ENO" +}, { + "coords": [6.059417, 48.317833, 0.0], + "type": "VHF", + "name": "EPL" +}, { + "coords": [1.656556, 48.625694, 0.0], + "type": "VHF", + "name": "EPR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ERD" +}, { + "coords": [11.236681, 50.950863, 0.0], + "type": "VHF", + "name": "ERF" +}, { + "coords": [11.150789, 49.655411, 0.0], + "type": "VHF", + "name": "ERL" +}, { + "coords": [-87.621666, 14.391666, 0.0], + "type": "VHF", + "name": "ESC" +}, { + "coords": [-9.186148, 38.424904, 0.0], + "type": "VHF", + "name": "ESP" +}, { + "coords": [11.249403, 47.734989, 0.0], + "type": "VHF", + "name": "EUR" +}, { + "coords": [16.681713, 68.457306, 0.0], + "type": "VHF", + "name": "EVD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "EVS" +}, { + "coords": [1.220861, 49.031696, 0.0], + "type": "VHF", + "name": "EVX" +}, { + "coords": [9.398975, 61.074451, 0.0], + "type": "VHF", + "name": "FAG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "FAL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "FD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "FFA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "FFB" +}, { + "coords": [8.637089, 50.053761, 0.0], + "type": "VHF", + "name": "FFM" +}, { + "coords": [9.083417, 41.502193, 0.0], + "type": "VHF", + "name": "FGI" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "FHD" +}, { + "coords": [3.974722, 43.578362, 0.0], + "type": "VHF", + "name": "FJR" +}, { + "coords": [13.563136, 53.762737, 0.0], + "type": "VHF", + "name": "FLD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "FLE" +}, { + "coords": [5.134444, 50.876667, 0.0], + "type": "VHF", + "name": "FLO" +}, { + "coords": [5.015569, 61.582966, 0.0], + "type": "VHF", + "name": "FLO" +}, { + "coords": [5.212194, 60.31126, 0.0], + "type": "VHF", + "name": "FLS" +}, { + "coords": [16.629265, 48.105114, 0.0], + "type": "VHF", + "name": "FMD" +}, { + "coords": [-79.865837, 9.361167, 0.0], + "type": "VHF", + "name": "FNC" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "FNN" +}, { + "coords": [-61.022804, 14.590722, 0.0], + "type": "VHF", + "name": "FOF" +}, { + "coords": [15.531372, 41.429474, 0.0], + "type": "VHF", + "name": "FOG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "FRD" +}, { + "coords": [14.12983, 48.431782, 0.0], + "type": "VHF", + "name": "FRE" +}, { + "coords": [7.2235, 46.777588, 0.0], + "type": "VHF", + "name": "FRI" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "FRK" +}, { + "coords": [13.295834, 41.643055, 0.0], + "type": "VHF", + "name": "FRS" +}, { + "coords": [-31.210386, 39.453598, 0.0], + "type": "VHF", + "name": "FRS" +}, { + "coords": [11.003612, 44.026669, 0.0], + "type": "VHF", + "name": "FRZ" +}, { + "coords": [22.992222, 41.099724, 0.0], + "type": "VHF", + "name": "FSK" +}, { + "coords": [-8.49265, 39.66568, 0.0], + "type": "VHF", + "name": "FTM" +}, { + "coords": [9.572169, 50.592457, 0.0], + "type": "VHF", + "name": "FUL" +}, { + "coords": [-16.705452, 32.747169, 0.0], + "type": "VHF", + "name": "FUN" +}, { + "coords": [14.130589, 52.411335, 0.0], + "type": "VHF", + "name": "FWE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "FYZ" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "GAA" +}, { + "coords": [1.824167, 43.954056, 0.0], + "type": "VHF", + "name": "GAI" +}, { + "coords": [-0.947222, 53.281387, 0.0], + "type": "VHF", + "name": "GAM" +}, { + "coords": [19.910278, 39.607498, 0.0], + "type": "VHF", + "name": "GAR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "GBL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "GBR" +}, { + "coords": [-81.372032, 19.289394, 0.0], + "type": "VHF", + "name": "GCM" +}, { + "coords": [-3.990903, 37.183178, 0.0], + "type": "VHF", + "name": "GDA" +}, { + "coords": [-103.311386, 20.522778, 0.0], + "type": "VHF", + "name": "GDL" +}, { + "coords": [9.249164, 50.411945, 0.0], + "type": "VHF", + "name": "GED" +}, { + "coords": [9.082084, 44.424355, 0.0], + "type": "VHF", + "name": "GEN" +}, { + "coords": [11.932603, 54.617512, 0.0], + "type": "VHF", + "name": "GES" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "GFC" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "GHE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "GIO" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "GIX" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "GME" +}, { + "coords": [7.892047, 51.170521, 0.0], + "type": "VHF", + "name": "GMH" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "GMM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "GMN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "GN" +}, { + "coords": [-61.785446, 12.001278, 0.0], + "type": "VHF", + "name": "GND" +}, { + "coords": [11.597528, 51.343117, 0.0], + "type": "VHF", + "name": "GOT" +}, { + "coords": [-4.445725, 55.870502, 0.0], + "type": "VHF", + "name": "GOW" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "GP" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "GRA" +}, { + "coords": [7.416783, 47.181896, 0.0], + "type": "VHF", + "name": "GRE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "GRF" +}, { + "coords": [11.074419, 60.191757, 0.0], + "type": "VHF", + "name": "GRM" +}, { + "coords": [2.771967, 41.931179, 0.0], + "type": "VHF", + "name": "GRN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "GRO" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "GRT" +}, { + "coords": [15.44943, 46.955368, 0.0], + "type": "VHF", + "name": "GRZ" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "GSE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "GSW" +}, { + "coords": [4.441111, 50.453888, 0.0], + "type": "VHF", + "name": "GSY" +}, { + "coords": [-71.13472, 21.440277, 0.0], + "type": "VHF", + "name": "GTK" +}, { + "coords": [6.716222, 48.986443, 0.0], + "type": "VHF", + "name": "GTQ" +}, { + "coords": [-2.603797, 49.437069, 0.0], + "type": "VHF", + "name": "GUR" +}, { + "coords": [6.132216, 46.253918, 0.0], + "type": "VHF", + "name": "GVA" +}, { + "coords": [-0.756736, 50.855217, 0.0], + "type": "VHF", + "name": "GWC" +}, { + "coords": [14.205556, 36.038612, 0.0], + "type": "VHF", + "name": "GZO" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "GZR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "HAD" +}, { + "coords": [24.802605, 61.854675, 0.0], + "type": "VHF", + "name": "HAL" +}, { + "coords": [10.205, 53.685577, 0.0], + "type": "VHF", + "name": "HAM" +}, { + "coords": [12.693556, 57.825001, 0.0], + "type": "VHF", + "name": "HAR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "HBD" +}, { + "coords": [-72.19722, 19.727222, 0.0], + "type": "VHF", + "name": "HCN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "HD" +}, { + "coords": [8.464723, 49.566666, 0.0], + "type": "VHF", + "name": "HDM" +}, { + "coords": [14.3688, 50.92815, 0.0], + "type": "VHF", + "name": "HDO" +}, { + "coords": [4.765722, 52.906857, 0.0], + "type": "VHF", + "name": "HDR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "HDW" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "HEI" +}, { + "coords": [24.95373, 60.337818, 0.0], + "type": "VHF", + "name": "HEL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "HF" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "HFW" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "HIG" +}, { + "coords": [-5.099683, 38.508133, 0.0], + "type": "VHF", + "name": "HIJ" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "HK" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "HL" +}, { + "coords": [10.795217, 52.363392, 0.0], + "type": "VHF", + "name": "HLZ" +}, { + "coords": [7.708297, 51.856865, 0.0], + "type": "VHF", + "name": "HMM" +}, { + "coords": [-111.048889, 29.095278, 0.0], + "type": "VHF", + "name": "HMO" +}, { + "coords": [18.391582, 60.279305, 0.0], + "type": "VHF", + "name": "HMR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "HN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "HND" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "HNT" +}, { + "coords": [7.665455, 47.466549, 0.0], + "type": "VHF", + "name": "HOC" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "HOD" +}, { + "coords": [-1.663611, 52.356667, 0.0], + "type": "VHF", + "name": "HON" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "HOP" +}, { + "coords": [26.143333, 38.350555, 0.0], + "type": "VHF", + "name": "HOS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "HOU" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "HOW" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "HOZ" +}, { + "coords": [3.858181, 51.722721, 0.0], + "type": "VHF", + "name": "HSD" +}, { + "coords": [4.641389, 50.749443, 0.0], + "type": "VHF", + "name": "HUL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "HUM" +}, { + "coords": [-96.261391, 15.776389, 0.0], + "type": "VHF", + "name": "HUX" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "HV" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "HYE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IAA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IAAI" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IABD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IAC" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IACA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IAG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IAIA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IAIG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IAL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IAM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IAR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IAR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IAT" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IATO" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IAX" +}, { + "coords": [1.365914, 38.868343, 0.0], + "type": "VHF", + "name": "IBA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IBB" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IBE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IBE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IBFH" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IBGH" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IBH" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IBIR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IBL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IBM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IBMH" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IBON" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IBPL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IBRF" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IBTS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IBZ" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ICDF" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ICDO" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ICF" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ICMG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ICN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ICS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ICUN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ICWA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IDBR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IDD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IDE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IDLB" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IDW" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IEGT" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IEL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IEME" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IEMW" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IES" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IET" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IFA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IFB" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IFN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IFNB" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IFT" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IFWL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IGDL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IGG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IGL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IHDN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IHEW" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IHF" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IHS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IHU" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IJJ" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IKK" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IKL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IKR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IKR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IKT" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IKW" +}, { + "coords": [14.170864, 45.565586, 0.0], + "type": "VHF", + "name": "ILB" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ILBF" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ILE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ILEM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ILF" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ILJ" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ILL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ILQ" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ILTN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ILU" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ILW" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IMA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IMEX" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IMG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IMH" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IMM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IMR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IMSN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IMTY" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IMWX" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "INAT" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "INC" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IND" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "INE" +}, { + "coords": [-16.638056, 63.803055, 0.0], + "type": "VHF", + "name": "ING" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "INH" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "INHT" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "INN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "INP" +}, { + "coords": [-4.041542, 57.542625, 0.0], + "type": "VHF", + "name": "INS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "INV" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "INWC" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IOG" +}, { + "coords": [-4.763475, 54.066868, 0.0], + "type": "VHF", + "name": "IOM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IOO" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IPAL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IPLY" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IPN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IPP" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IPRV" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IPS" +}, { + "coords": [25.185556, 35.341946, 0.0], + "type": "VHF", + "name": "IRA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IRE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IRE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IRR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IRS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IRY" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ISA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ISE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ISED" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ISF" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ISFH" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ISG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ISN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ISO" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ISV" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ISW" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ISX" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ISY" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ITA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ITD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ITH" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ITIJ" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ITLC" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ITMN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ITO" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ITR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ITSE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ITSL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IUU" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IVG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IWD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IWU" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IWW" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IXR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "IZH" +}, { + "coords": [-95.095833, 16.464445, 0.0], + "type": "VHF", + "name": "IZT" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "JA" +}, { + "coords": [14.06925, 57.75436, 0.0], + "type": "VHF", + "name": "JIN" +}, { + "coords": [29.610525, 62.660496, 0.0], + "type": "VHF", + "name": "JNS" +}, { + "coords": [-6.026539, 36.815186, 0.0], + "type": "VHF", + "name": "JRZ" +}, { + "coords": [-2.046153, 49.221104, 0.0], + "type": "VHF", + "name": "JSY" +}, { + "coords": [27.631666, 61.921665, 0.0], + "type": "VHF", + "name": "JUV" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "KA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "KAG" +}, { + "coords": [16.284195, 56.68539, 0.0], + "type": "VHF", + "name": "KAL" +}, { + "coords": [22.025278, 37.064167, 0.0], + "type": "VHF", + "name": "KAM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "KAR" +}, { + "coords": [12.613603, 55.590519, 0.0], + "type": "VHF", + "name": "KAS" +}, { + "coords": [21.276112, 40.451946, 0.0], + "type": "VHF", + "name": "KAS" +}, { + "coords": [23.05592, 63.122509, 0.0], + "type": "VHF", + "name": "KAU" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "KBD" +}, { + "coords": [7.145517, 50.861679, 0.0], + "type": "VHF", + "name": "KBO" +}, { + "coords": [24.299444, 37.558334, 0.0], + "type": "VHF", + "name": "KEA" +}, { + "coords": [18.449722, 43.933887, 0.0], + "type": "VHF", + "name": "KEB" +}, { + "coords": [-22.614445, 63.986946, 0.0], + "type": "VHF", + "name": "KEF" +}, { + "coords": [20.506666, 38.112778, 0.0], + "type": "VHF", + "name": "KFL" +}, { + "coords": [14.56232, 46.597584, 0.0], + "type": "VHF", + "name": "KFT" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "KHD" +}, { + "coords": [20.312277, 67.808083, 0.0], + "type": "VHF", + "name": "KIA" +}, { + "coords": [29.869112, 69.723793, 0.0], + "type": "VHF", + "name": "KIK" +}, { + "coords": [7.369561, 49.850231, 0.0], + "type": "VHF", + "name": "KIR" +}, { + "coords": [29.235836, 65.99173, 0.0], + "type": "VHF", + "name": "KLA" +}, { + "coords": [8.373472, 60.055004, 0.0], + "type": "VHF", + "name": "KLD" +}, { + "coords": [13.563803, 52.019661, 0.0], + "type": "VHF", + "name": "KLF" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "KLI" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "KLK" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "KLM" +}, { + "coords": [8.545594, 47.457146, 0.0], + "type": "VHF", + "name": "KLO" +}, { + "coords": [27.655775, 64.282539, 0.0], + "type": "VHF", + "name": "KNI" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "KNO" +}, { + "coords": [27.451513, 68.453995, 0.0], + "type": "VHF", + "name": "KNS" +}, { + "coords": [2.651667, 51.094723, 0.0], + "type": "VHF", + "name": "KOK" +}, { + "coords": [11.631531, 55.439365, 0.0], + "type": "VHF", + "name": "KOR" +}, { + "coords": [27.091753, 36.791698, 0.0], + "type": "VHF", + "name": "KOS" +}, { + "coords": [21.84111, 40.28611, 0.0], + "type": "VHF", + "name": "KOZ" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "KPL" +}, { + "coords": [24.615278, 40.913612, 0.0], + "type": "VHF", + "name": "KPL" +}, { + "coords": [10.349836, 47.745792, 0.0], + "type": "VHF", + "name": "KPT" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "KR" +}, { + "coords": [8.584233, 48.992958, 0.0], + "type": "VHF", + "name": "KRH" +}, { + "coords": [22.983334, 37.900002, 0.0], + "type": "VHF", + "name": "KRI" +}, { + "coords": [20.070555, 39.443054, 0.0], + "type": "VHF", + "name": "KRK" +}, { + "coords": [5.201694, 59.346535, 0.0], + "type": "VHF", + "name": "KRM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "KRN" +}, { + "coords": [13.331555, 59.442444, 0.0], + "type": "VHF", + "name": "KSD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "KSL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "KSS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "KT" +}, { + "coords": [10.215, 49.746666, 0.0], + "type": "VHF", + "name": "KTG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "KTR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "KV" +}, { + "coords": [7.810736, 63.118176, 0.0], + "type": "VHF", + "name": "KVB" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "KVL" +}, { + "coords": [-2.893947, 58.959671, 0.0], + "type": "VHF", + "name": "KWL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LAB" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LAG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LAJ" +}, { + "coords": [17.295834, 44.941666, 0.0], + "type": "VHF", + "name": "LAK" +}, { + "coords": [0.151667, 51.646111, 0.0], + "type": "VHF", + "name": "LAM" +}, { + "coords": [-110.358055, 24.084999, 0.0], + "type": "VHF", + "name": "LAP" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LAR" +}, { + "coords": [12.918083, 41.541115, 0.0], + "type": "VHF", + "name": "LAT" +}, { + "coords": [12.289861, 57.656113, 0.0], + "type": "VHF", + "name": "LAV" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LB" +}, { + "coords": [9.595064, 53.654198, 0.0], + "type": "VHF", + "name": "LBE" +}, { + "coords": [9.339978, 48.913116, 0.0], + "type": "VHF", + "name": "LBU" +}, { + "coords": [2.149583, 46.691418, 0.0], + "type": "VHF", + "name": "LCA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LCC" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LCE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LCH" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LCO" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LDV" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LDY" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LED" +}, { + "coords": [12.473178, 51.436008, 0.0], + "type": "VHF", + "name": "LEG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LEL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LEM" +}, { + "coords": [3.089167, 50.561779, 0.0], + "type": "VHF", + "name": "LEQ" +}, { + "coords": [5.470556, 50.653889, 0.0], + "type": "VHF", + "name": "LGE" +}, { + "coords": [0.530278, 48.790611, 0.0], + "type": "VHF", + "name": "LGL" +}, { + "coords": [-85.546669, 10.593333, 0.0], + "type": "VHF", + "name": "LIB" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LIL" +}, { + "coords": [9.275322, 45.461227, 0.0], + "type": "VHF", + "name": "LIN" +}, { + "coords": [-83.026665, 9.96, 0.0], + "type": "VHF", + "name": "LIO" +}, { + "coords": [-9.162705, 38.887684, 0.0], + "type": "VHF", + "name": "LIS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LJB" +}, { + "coords": [13.201111, 56.083084, 0.0], + "type": "VHF", + "name": "LJU" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LK" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LKH" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LL" +}, { + "coords": [-27.104378, 38.783932, 0.0], + "type": "VHF", + "name": "LM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LM" +}, { + "coords": [1.025583, 45.815918, 0.0], + "type": "VHF", + "name": "LMG" +}, { + "coords": [-109.07222, 25.682777, 0.0], + "type": "VHF", + "name": "LMM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LMN" +}, { + "coords": [25.237499, 39.920277, 0.0], + "type": "VHF", + "name": "LMO" +}, { + "coords": [-87.908607, 15.469167, 0.0], + "type": "VHF", + "name": "LMS" +}, { + "coords": [16.264988, 38.902824, 0.0], + "type": "VHF", + "name": "LMT" +}, { + "coords": [-5.636944, 50.136391, 0.0], + "type": "VHF", + "name": "LND" +}, { + "coords": [25.623343, 62.420788, 0.0], + "type": "VHF", + "name": "LNE" +}, { + "coords": [5.71, 50.585835, 0.0], + "type": "VHF", + "name": "LNO" +}, { + "coords": [14.103155, 48.22971, 0.0], + "type": "VHF", + "name": "LNZ" +}, { + "coords": [-0.466667, 51.487221, 0.0], + "type": "VHF", + "name": "LON" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LOO" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LOR" +}, { + "coords": [12.630964, 35.499706, 0.0], + "type": "VHF", + "name": "LPD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LQ" +}, { + "coords": [-8.306822, 43.39616, 0.0], + "type": "VHF", + "name": "LRA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LRD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LRY" +}, { + "coords": [5.090528, 45.724751, 0.0], + "type": "VHF", + "name": "LSA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LSN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LSR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LSS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LST" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LST" +}, { + "coords": [26.424999, 39.232498, 0.0], + "type": "VHF", + "name": "LSV" +}, { + "coords": [6.879944, 59.131805, 0.0], + "type": "VHF", + "name": "LSY" +}, { + "coords": [-111.348335, 25.981667, 0.0], + "type": "VHF", + "name": "LTO" +}, { + "coords": [10.667786, 53.940742, 0.0], + "type": "VHF", + "name": "LUB" +}, { + "coords": [6.255917, 43.382778, 0.0], + "type": "VHF", + "name": "LUC" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LUD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LUK" +}, { + "coords": [6.295583, 47.688278, 0.0], + "type": "VHF", + "name": "LUL" +}, { + "coords": [6.201944, 49.621387, 0.0], + "type": "VHF", + "name": "LUX" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LVR" +}, { + "coords": [13.134614, 52.91032, 0.0], + "type": "VHF", + "name": "LWB" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LWD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LXI" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LY" +}, { + "coords": [0.878611, 50.999722, 0.0], + "type": "VHF", + "name": "LYD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "LYE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MAA" +}, { + "coords": [-5.650414, 55.430023, 0.0], + "type": "VHF", + "name": "MAC" +}, { + "coords": [11.794306, 51.994987, 0.0], + "type": "VHF", + "name": "MAG" +}, { + "coords": [11.311912, 48.263443, 0.0], + "type": "VHF", + "name": "MAH" +}, { + "coords": [8.734555, 45.642654, 0.0], + "type": "VHF", + "name": "MAL" +}, { + "coords": [-97.523888, 25.770834, 0.0], + "type": "VHF", + "name": "MAM" +}, { + "coords": [19.914429, 60.140987, 0.0], + "type": "VHF", + "name": "MAR" +}, { + "coords": [-4.939889, 37.055321, 0.0], + "type": "VHF", + "name": "MAR" +}, { + "coords": [5.960428, 50.971943, 0.0], + "type": "VHF", + "name": "MAS" +}, { + "coords": [0.116111, 51.017223, 0.0], + "type": "VHF", + "name": "MAY" +}, { + "coords": [-67.151039, 18.256453, 0.0], + "type": "VHF", + "name": "MAZ" +}, { + "coords": [12.261, 48.57341, 0.0], + "type": "VHF", + "name": "MBG" +}, { + "coords": [-77.925003, 18.497499, 0.0], + "type": "VHF", + "name": "MBJ" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MBP" +}, { + "coords": [3.499556, 46.541332, 0.0], + "type": "VHF", + "name": "MBY" +}, { + "coords": [-2.262289, 53.357025, 0.0], + "type": "VHF", + "name": "MCT" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MCY" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MD" +}, { + "coords": [12.337405, 48.234703, 0.0], + "type": "VHF", + "name": "MDF" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MDM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MDZ" +}, { + "coords": [2.813278, 48.455776, 0.0], + "type": "VHF", + "name": "MEL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MEM" +}, { + "coords": [3.162417, 44.60836, 0.0], + "type": "VHF", + "name": "MEN" +}, { + "coords": [10.642783, 61.099796, 0.0], + "type": "VHF", + "name": "MES" +}, { + "coords": [25.906111, 38.252777, 0.0], + "type": "VHF", + "name": "MES" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MET" +}, { + "coords": [-99.066391, 19.438612, 0.0], + "type": "VHF", + "name": "MEX" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MF" +}, { + "coords": [-4.369519, 36.814312, 0.0], + "type": "VHF", + "name": "MGA" +}, { + "coords": [-86.175003, 12.138611, 0.0], + "type": "VHF", + "name": "MGA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MGD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MH" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MH" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MHD" +}, { + "coords": [4.217195, 39.863514, 0.0], + "type": "VHF", + "name": "MHN" +}, { + "coords": [6.490244, 51.237301, 0.0], + "type": "VHF", + "name": "MHV" +}, { + "coords": [11.005186, 54.305462, 0.0], + "type": "VHF", + "name": "MIC" +}, { + "coords": [-0.625, 51.05389, 0.0], + "type": "VHF", + "name": "MID" +}, { + "coords": [-89.654999, 20.939167, 0.0], + "type": "VHF", + "name": "MID" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MIK" +}, { + "coords": [24.518333, 36.745556, 0.0], + "type": "VHF", + "name": "MIL" +}, { + "coords": [2.758294, 39.435184, 0.0], + "type": "VHF", + "name": "MJV" +}, { + "coords": [25.344999, 37.441387, 0.0], + "type": "VHF", + "name": "MKN" +}, { + "coords": [22.970556, 40.519722, 0.0], + "type": "VHF", + "name": "MKR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ML" +}, { + "coords": [0.165244, 41.129593, 0.0], + "type": "VHF", + "name": "MLA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MLA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MLD" +}, { + "coords": [-101.037224, 19.841944, 0.0], + "type": "VHF", + "name": "MLM" +}, { + "coords": [26.600834, 39.058334, 0.0], + "type": "VHF", + "name": "MLN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MLS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MLY" +}, { + "coords": [-76.778336, 17.9275, 0.0], + "type": "VHF", + "name": "MLY" +}, { + "coords": [5.124417, 49.391251, 0.0], + "type": "VHF", + "name": "MMD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MND" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MOD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MOJ" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MOS" +}, { + "coords": [7.503339, 46.313374, 0.0], + "type": "VHF", + "name": "MOT" +}, { + "coords": [3.631667, 46.706779, 0.0], + "type": "VHF", + "name": "MOU" +}, { + "coords": [-101.47361, 26.953611, 0.0], + "type": "VHF", + "name": "MOV" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MPV" +}, { + "coords": [-5.618333, 37.174999, 0.0], + "type": "VHF", + "name": "MRN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MSK" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MT" +}, { + "coords": [2.489472, 49.552639, 0.0], + "type": "VHF", + "name": "MTD" +}, { + "coords": [5.086833, 43.386307, 0.0], + "type": "VHF", + "name": "MTG" +}, { + "coords": [4.779861, 44.554943, 0.0], + "type": "VHF", + "name": "MTL" +}, { + "coords": [8.848625, 50.276276, 0.0], + "type": "VHF", + "name": "MTR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MTR" +}, { + "coords": [-94.581947, 18.102777, 0.0], + "type": "VHF", + "name": "MTT" +}, { + "coords": [-100.103615, 25.772499, 0.0], + "type": "VHF", + "name": "MTY" +}, { + "coords": [11.816016, 48.180355, 0.0], + "type": "VHF", + "name": "MUN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MV" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MX" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "MX" +}, { + "coords": [-115.236946, 32.630554, 0.0], + "type": "VHF", + "name": "MXL" +}, { + "coords": [-106.270554, 23.160278, 0.0], + "type": "VHF", + "name": "MZT" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "NA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "NA" +}, { + "coords": [21.322445, 66.746498, 0.0], + "type": "VHF", + "name": "NAT" +}, { + "coords": [-96.74778, 20.198334, 0.0], + "type": "VHF", + "name": "NAU" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "NAY" +}, { + "coords": [-75.198334, 19.905001, 0.0], + "type": "VHF", + "name": "NBW" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "NDO" +}, { + "coords": [-4.10913, 42.027607, 0.0], + "type": "VHF", + "name": "NEA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "NEG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "NEU" +}, { + "coords": [2.929361, 47.153, 0.0], + "type": "VHF", + "name": "NEV" +}, { + "coords": [-1.69837, 55.038448, 0.0], + "type": "VHF", + "name": "NEW" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "NG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "NGD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "NH" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "NI" +}, { + "coords": [9.371992, 52.625893, 0.0], + "type": "VHF", + "name": "NIE" +}, { + "coords": [4.183889, 51.165001, 0.0], + "type": "VHF", + "name": "NIK" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "NIM" +}, { + "coords": [21.827055, 43.346474, 0.0], + "type": "VHF", + "name": "NIS" +}, { + "coords": [7.254389, 43.770638, 0.0], + "type": "VHF", + "name": "NIZ" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "NKK" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "NL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "NL" +}, { + "coords": [-99.564163, 27.439167, 0.0], + "type": "VHF", + "name": "NLD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "NMO" +}, { + "coords": [12.241503, 56.105587, 0.0], + "type": "VHF", + "name": "NOA" +}, { + "coords": [11.822861, 57.773277, 0.0], + "type": "VHF", + "name": "NOL" +}, { + "coords": [6.694167, 50.840668, 0.0], + "type": "VHF", + "name": "NOR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "NQ" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "NRR" +}, { + "coords": [-7.914611, 39.564674, 0.0], + "type": "VHF", + "name": "NSA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "NSY" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "NT" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "NT" +}, { + "coords": [18.766722, 59.749832, 0.0], + "type": "VHF", + "name": "NTL" +}, { + "coords": [6.531892, 50.015869, 0.0], + "type": "VHF", + "name": "NTM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "NTP" +}, { + "coords": [-1.612972, 47.160862, 0.0], + "type": "VHF", + "name": "NTS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "NV" +}, { + "coords": [-4.249417, 40.368679, 0.0], + "type": "VHF", + "name": "NVS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "NX" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "OAN" +}, { + "coords": [-96.733612, 16.970833, 0.0], + "type": "VHF", + "name": "OAX" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "OBI" +}, { + "coords": [-72.274719, 18.437222, 0.0], + "type": "VHF", + "name": "OBN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "OBW" +}, { + "coords": [-0.447222, 51.305, 0.0], + "type": "VHF", + "name": "OCK" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "OD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ODH" +}, { + "coords": [10.652988, 55.581013, 0.0], + "type": "VHF", + "name": "ODN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "OEG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "OEK" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "OEL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "OEN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "OES" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "OEV" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "OEW" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "OEX" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "OEZ" +}, { + "coords": [20.73616, 41.172523, 0.0], + "type": "VHF", + "name": "OHR" +}, { + "coords": [2.386417, 48.729862, 0.0], + "type": "VHF", + "name": "OL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "OL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "OLO" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "OLW" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ONE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ORG" +}, { + "coords": [9.707209, 45.66993, 0.0], + "type": "VHF", + "name": "ORI" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ORL" +}, { + "coords": [25.762093, 60.8335, 0.0], + "type": "VHF", + "name": "ORM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ORT" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "OS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "OSB" +}, { + "coords": [18.993555, 63.406055, 0.0], + "type": "VHF", + "name": "OSK" +}, { + "coords": [8.285536, 52.200085, 0.0], + "type": "VHF", + "name": "OSN" +}, { + "coords": [14.487556, 63.199554, 0.0], + "type": "VHF", + "name": "OSS" +}, { + "coords": [12.237528, 41.80373, 0.0], + "type": "VHF", + "name": "OST" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "OT" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "OTJ" +}, { + "coords": [-0.103611, 53.698334, 0.0], + "type": "VHF", + "name": "OTR" +}, { + "coords": [-98.770836, 19.688334, 0.0], + "type": "VHF", + "name": "OTU" +}, { + "coords": [25.359283, 64.931549, 0.0], + "type": "VHF", + "name": "OUK" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "OXS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "OY" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "OYA" +}, { + "coords": [11.2925, 46.404446, 0.0], + "type": "VHF", + "name": "OZE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "PAD" +}, { + "coords": [13.17743, 38.033955, 0.0], + "type": "VHF", + "name": "PAL" +}, { + "coords": [5.092161, 52.334763, 0.0], + "type": "VHF", + "name": "PAM" +}, { + "coords": [11.965195, 36.814167, 0.0], + "type": "VHF", + "name": "PAN" +}, { + "coords": [-1.660783, 42.688385, 0.0], + "type": "VHF", + "name": "PAP" +}, { + "coords": [-72.30278, 18.575834, 0.0], + "type": "VHF", + "name": "PAP" +}, { + "coords": [28.065834, 36.401112, 0.0], + "type": "VHF", + "name": "PAR" +}, { + "coords": [6.001208, 46.163734, 0.0], + "type": "VHF", + "name": "PAS" +}, { + "coords": [-97.467499, 20.607222, 0.0], + "type": "VHF", + "name": "PAZ" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "PB" +}, { + "coords": [-98.370834, 19.159721, 0.0], + "type": "VHF", + "name": "PBC" +}, { + "coords": [-98.680832, 20.143333, 0.0], + "type": "VHF", + "name": "PCA" +}, { + "coords": [-3.348031, 40.252914, 0.0], + "type": "VHF", + "name": "PDT" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "PEP" +}, { + "coords": [14.184444, 42.435276, 0.0], + "type": "VHF", + "name": "PES" +}, { + "coords": [2.623806, 48.999474, 0.0], + "type": "VHF", + "name": "PGS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "PIA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "PIN" +}, { + "coords": [23.577662, 61.409912, 0.0], + "type": "VHF", + "name": "PIR" +}, { + "coords": [10.390611, 43.677166, 0.0], + "type": "VHF", + "name": "PIS" +}, { + "coords": [-69.010002, 12.200277, 0.0], + "type": "VHF", + "name": "PJG" +}, { + "coords": [-63.118889, 18.037222, 0.0], + "type": "VHF", + "name": "PJM" +}, { + "coords": [23.683332, 35.224998, 0.0], + "type": "VHF", + "name": "PLH" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "PLM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "PMD" +}, { + "coords": [-78.138885, 8.404166, 0.0], + "type": "VHF", + "name": "PML" +}, { + "coords": [-68.361664, 18.565277, 0.0], + "type": "VHF", + "name": "PNA" +}, { + "coords": [-100.538055, 28.631666, 0.0], + "type": "VHF", + "name": "PNG" +}, { + "coords": [12.9575, 40.91111, 0.0], + "type": "VHF", + "name": "PNZ" +}, { + "coords": [19.254612, 42.386196, 0.0], + "type": "VHF", + "name": "POD" +}, { + "coords": [0.298194, 46.581001, 0.0], + "type": "VHF", + "name": "POI" +}, { + "coords": [-2.103333, 53.743889, 0.0], + "type": "VHF", + "name": "POL" +}, { + "coords": [14.383389, 40.928223, 0.0], + "type": "VHF", + "name": "POM" +}, { + "coords": [2.035889, 49.096085, 0.0], + "type": "VHF", + "name": "PON" +}, { + "coords": [3.114581, 39.927448, 0.0], + "type": "VHF", + "name": "POS" +}, { + "coords": [-61.393612, 10.464444, 0.0], + "type": "VHF", + "name": "POS" +}, { + "coords": [-113.518608, 31.354166, 0.0], + "type": "VHF", + "name": "PPE" +}, { + "coords": [2.867139, 42.750473, 0.0], + "type": "VHF", + "name": "PPG" +}, { + "coords": [-1.702119, 42.73365, 0.0], + "type": "VHF", + "name": "PPN" +}, { + "coords": [-61.540112, 16.265167, 0.0], + "type": "VHF", + "name": "PPR" +}, { + "coords": [21.795858, 61.464596, 0.0], + "type": "VHF", + "name": "PRI" +}, { + "coords": [13.079958, 38.172096, 0.0], + "type": "VHF", + "name": "PRS" +}, { + "coords": [11.201667, 43.810001, 0.0], + "type": "VHF", + "name": "PRT" +}, { + "coords": [-8.687831, 41.272999, 0.0], + "type": "VHF", + "name": "PRT" +}, { + "coords": [12.511891, 43.101707, 0.0], + "type": "VHF", + "name": "PRU" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "PRV" +}, { + "coords": [-66.519203, 17.992435, 0.0], + "type": "VHF", + "name": "PSE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "PT" +}, { + "coords": [-70.571114, 19.758888, 0.0], + "type": "VHF", + "name": "PTA" +}, { + "coords": [-3.368611, 56.442501, 0.0], + "type": "VHF", + "name": "PTH" +}, { + "coords": [-99.797501, 19.645277, 0.0], + "type": "VHF", + "name": "PTJ" +}, { + "coords": [2.264778, 48.155582, 0.0], + "type": "VHF", + "name": "PTV" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "PU" +}, { + "coords": [13.918128, 44.892368, 0.0], + "type": "VHF", + "name": "PUL" +}, { + "coords": [-72.26667, 21.775, 0.0], + "type": "VHF", + "name": "PVN" +}, { + "coords": [25.588478, 60.294376, 0.0], + "type": "VHF", + "name": "PVO" +}, { + "coords": [-105.2575, 20.672501, 0.0], + "type": "VHF", + "name": "PVR" +}, { + "coords": [-97.086113, 15.8725, 0.0], + "type": "VHF", + "name": "PXM" +}, { + "coords": [-83.387497, 14.044444, 0.0], + "type": "VHF", + "name": "PZA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "QA" +}, { + "coords": [-100.375832, 20.621111, 0.0], + "type": "VHF", + "name": "QET" +}, { + "coords": [-4.184722, 47.957279, 0.0], + "type": "VHF", + "name": "QPR" +}, { + "coords": [2.085239, 41.2953, 0.0], + "type": "VHF", + "name": "QUV" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "RA" +}, { + "coords": [-90.470009, 15.009247, 0.0], + "type": "VHF", + "name": "RAB" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "RAI" +}, { + "coords": [8.187364, 56.478371, 0.0], + "type": "VHF", + "name": "RAM" +}, { + "coords": [-3.246631, 40.85387, 0.0], + "type": "VHF", + "name": "RBO" +}, { + "coords": [1.994222, 48.653946, 0.0], + "type": "VHF", + "name": "RBT" +}, { + "coords": [15.645494, 38.075844, 0.0], + "type": "VHF", + "name": "RCA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "RDE" +}, { + "coords": [12.526545, 49.040268, 0.0], + "type": "VHF", + "name": "RDG" +}, { + "coords": [28.0825, 36.34111, 0.0], + "type": "VHF", + "name": "RDS" +}, { + "coords": [4.045361, 49.311638, 0.0], + "type": "VHF", + "name": "REM" +}, { + "coords": [1.171122, 41.149696, 0.0], + "type": "VHF", + "name": "RES" +}, { + "coords": [-98.232224, 26.010279, 0.0], + "type": "VHF", + "name": "REX" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "RGE" +}, { + "coords": [8.541494, 49.781681, 0.0], + "type": "VHF", + "name": "RID" +}, { + "coords": [12.616639, 44.015167, 0.0], + "type": "VHF", + "name": "RIM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "RIV" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "RKL" +}, { + "coords": [6.763878, 52.133198, 0.0], + "type": "VHF", + "name": "RKN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "RL" +}, { + "coords": [5.249166, 47.906307, 0.0], + "type": "VHF", + "name": "RLP" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "RM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "RMS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "RN" +}, { + "coords": [-1.737306, 48.070194, 0.0], + "type": "VHF", + "name": "RNE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "RO" +}, { + "coords": [3.999278, 46.059166, 0.0], + "type": "VHF", + "name": "ROA" +}, { + "coords": [-86.529999, 16.315001, 0.0], + "type": "VHF", + "name": "ROA" +}, { + "coords": [14.758692, 55.065578, 0.0], + "type": "VHF", + "name": "ROE" +}, { + "coords": [25.820408, 66.562538, 0.0], + "type": "VHF", + "name": "ROI" +}, { + "coords": [12.588333, 41.80389, 0.0], + "type": "VHF", + "name": "ROM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "RON" +}, { + "coords": [13.480166, 45.829746, 0.0], + "type": "VHF", + "name": "RON" +}, { + "coords": [1.280639, 49.465637, 0.0], + "type": "VHF", + "name": "ROU" +}, { + "coords": [12.100522, 67.527611, 0.0], + "type": "VHF", + "name": "RS" +}, { + "coords": [4.480969, 51.973698, 0.0], + "type": "VHF", + "name": "RTM" +}, { + "coords": [22.256527, 60.51519, 0.0], + "type": "VHF", + "name": "RUS" +}, { + "coords": [11.146755, 64.837471, 0.0], + "type": "VHF", + "name": "RVK" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "RYG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SA" +}, { + "coords": [-2.206389, 55.907501, 0.0], + "type": "VHF", + "name": "SAB" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SAD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SAL" +}, { + "coords": [-1.345053, 50.95525, 0.0], + "type": "VHF", + "name": "SAM" +}, { + "coords": [26.907499, 37.6875, 0.0], + "type": "VHF", + "name": "SAM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SAN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SAN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SAR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SAT" +}, { + "coords": [-0.152917, 44.676807, 0.0], + "type": "VHF", + "name": "SAU" +}, { + "coords": [12.892761, 48.002583, 0.0], + "type": "VHF", + "name": "SBG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SCH" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SDD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SDI" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SDL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SDR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SF" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SF" +}, { + "coords": [2.99075, 45.066471, 0.0], + "type": "VHF", + "name": "SFC" +}, { + "coords": [0.121944, 50.760555, 0.0], + "type": "VHF", + "name": "SFD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SGD" +}, { + "coords": [-8.946433, 37.08379, 0.0], + "type": "VHF", + "name": "SGR" +}, { + "coords": [-8.885214, 52.721012, 0.0], + "type": "VHF", + "name": "SHA" +}, { + "coords": [-3.604669, 41.151703, 0.0], + "type": "VHF", + "name": "SIE" +}, { + "coords": [11.252977, 43.252846, 0.0], + "type": "VHF", + "name": "SIE" +}, { + "coords": [9.630055, 60.01506, 0.0], + "type": "VHF", + "name": "SIG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SIG" +}, { + "coords": [22.365555, 41.980835, 0.0], + "type": "VHF", + "name": "SIN" +}, { + "coords": [7.288755, 46.215504, 0.0], + "type": "VHF", + "name": "SIO" +}, { + "coords": [-69.762497, 18.504444, 0.0], + "type": "VHF", + "name": "SIS" +}, { + "coords": [26.195278, 35.067223, 0.0], + "type": "VHF", + "name": "SIT" +}, { + "coords": [-109.72139, 23.145, 0.0], + "type": "VHF", + "name": "SJD" +}, { + "coords": [-90.851685, 13.934305, 0.0], + "type": "VHF", + "name": "SJO" +}, { + "coords": [-65.989502, 18.446278, 0.0], + "type": "VHF", + "name": "SJU" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SKB" +}, { + "coords": [21.054083, 64.627724, 0.0], + "type": "VHF", + "name": "SKE" +}, { + "coords": [15.034925, 68.578354, 0.0], + "type": "VHF", + "name": "SKG" +}, { + "coords": [9.570286, 59.188026, 0.0], + "type": "VHF", + "name": "SKI" +}, { + "coords": [21.630692, 41.934998, 0.0], + "type": "VHF", + "name": "SKJ" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SKL" +}, { + "coords": [23.616667, 39.181667, 0.0], + "type": "VHF", + "name": "SKP" +}, { + "coords": [9.214058, 55.228939, 0.0], + "type": "VHF", + "name": "SKR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SKY" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SLD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SLG" +}, { + "coords": [-99.030281, 19.736111, 0.0], + "type": "VHF", + "name": "SLM" +}, { + "coords": [-100.931389, 22.254723, 0.0], + "type": "VHF", + "name": "SLP" +}, { + "coords": [22.134251, 65.540222, 0.0], + "type": "VHF", + "name": "SLU" +}, { + "coords": [-100.929726, 25.545555, 0.0], + "type": "VHF", + "name": "SLW" +}, { + "coords": [9.501184, 40.890038, 0.0], + "type": "VHF", + "name": "SME" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SMG" +}, { + "coords": [19.430779, 45.009472, 0.0], + "type": "VHF", + "name": "SMI" +}, { + "coords": [-99.228058, 19.556667, 0.0], + "type": "VHF", + "name": "SMO" +}, { + "coords": [-92.525276, 16.685556, 0.0], + "type": "VHF", + "name": "SNC" +}, { + "coords": [25.483055, 36.396111, 0.0], + "type": "VHF", + "name": "SNI" +}, { + "coords": [-3.902411, 43.44978, 0.0], + "type": "VHF", + "name": "SNR" +}, { + "coords": [-16.350634, 33.090412, 0.0], + "type": "VHF", + "name": "SNT" +}, { + "coords": [16.288437, 47.874874, 0.0], + "type": "VHF", + "name": "SNU" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SOA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SOE" +}, { + "coords": [7.159742, 61.150185, 0.0], + "type": "VHF", + "name": "SOG" +}, { + "coords": [14.335142, 40.582554, 0.0], + "type": "VHF", + "name": "SOR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SPA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SPA" +}, { + "coords": [5.623333, 50.514721, 0.0], + "type": "VHF", + "name": "SPI" +}, { + "coords": [4.749883, 52.332146, 0.0], + "type": "VHF", + "name": "SPL" +}, { + "coords": [16.304722, 43.496582, 0.0], + "type": "VHF", + "name": "SPL" +}, { + "coords": [-81.705559, 12.584444, 0.0], + "type": "VHF", + "name": "SPP" +}, { + "coords": [6.448053, 46.468693, 0.0], + "type": "VHF", + "name": "SPR" +}, { + "coords": [4.853781, 52.540279, 0.0], + "type": "VHF", + "name": "SPY" +}, { + "coords": [-115.949997, 30.493889, 0.0], + "type": "VHF", + "name": "SQN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SR" +}, { + "coords": [-9.340125, 38.829227, 0.0], + "type": "VHF", + "name": "SRA" +}, { + "coords": [-112.28083, 27.303333, 0.0], + "type": "VHF", + "name": "SRL" +}, { + "coords": [9.02285, 45.646793, 0.0], + "type": "VHF", + "name": "SRN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SSB" +}, { + "coords": [2.746628, 39.564678, 0.0], + "type": "VHF", + "name": "SSJ" +}, { + "coords": [-1.830392, 43.311195, 0.0], + "type": "VHF", + "name": "SSN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "STA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "STA" +}, { + "coords": [5.344342, 59.787342, 0.0], + "type": "VHF", + "name": "STD" +}, { + "coords": [-8.425391, 42.926918, 0.0], + "type": "VHF", + "name": "STG" +}, { + "coords": [-80.93972, 8.087778, 0.0], + "type": "VHF", + "name": "STG" +}, { + "coords": [-6.183047, 58.206947, 0.0], + "type": "VHF", + "name": "STN" +}, { + "coords": [12.469447, 65.960426, 0.0], + "type": "VHF", + "name": "STO" +}, { + "coords": [16.018602, 48.41713, 0.0], + "type": "VHF", + "name": "STO" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "STO" +}, { + "coords": [6.601806, 43.219471, 0.0], + "type": "VHF", + "name": "STP" +}, { + "coords": [7.571972, 48.50539, 0.0], + "type": "VHF", + "name": "STR" +}, { + "coords": [-65.024536, 18.355789, 0.0], + "type": "VHF", + "name": "STT" +}, { + "coords": [-5.040278, 51.99472, 0.0], + "type": "VHF", + "name": "STU" +}, { + "coords": [22.772223, 39.48111, 0.0], + "type": "VHF", + "name": "STV" +}, { + "coords": [22.536945, 60.100082, 0.0], + "type": "VHF", + "name": "SUA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SUB" +}, { + "coords": [24.175556, 35.524166, 0.0], + "type": "VHF", + "name": "SUD" +}, { + "coords": [8.644836, 48.381588, 0.0], + "type": "VHF", + "name": "SUL" +}, { + "coords": [-1.286533, 59.878754, 0.0], + "type": "VHF", + "name": "SUM" +}, { + "coords": [17.707777, 64.955498, 0.0], + "type": "VHF", + "name": "SUM" +}, { + "coords": [17.449249, 62.526585, 0.0], + "type": "VHF", + "name": "SUN" +}, { + "coords": [13.3795, 55.534527, 0.0], + "type": "VHF", + "name": "SUP" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SV" +}, { + "coords": [7.908309, 58.084496, 0.0], + "type": "VHF", + "name": "SVA" +}, { + "coords": [12.573778, 56.168861, 0.0], + "type": "VHF", + "name": "SVD" +}, { + "coords": [28.914061, 61.952679, 0.0], + "type": "VHF", + "name": "SVL" +}, { + "coords": [-5.762208, 37.427883, 0.0], + "type": "VHF", + "name": "SVL" +}, { + "coords": [-2.6625, 52.798, 0.0], + "type": "VHF", + "name": "SWB" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SWG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SY" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "SZA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TAB" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TAG" +}, { + "coords": [-97.862778, 22.289167, 0.0], + "type": "VHF", + "name": "TAM" +}, { + "coords": [-0.018417, 43.466667, 0.0], + "type": "VHF", + "name": "TAN" +}, { + "coords": [-92.375832, 14.791111, 0.0], + "type": "VHF", + "name": "TAP" +}, { + "coords": [11.732789, 42.215118, 0.0], + "type": "VHF", + "name": "TAQ" +}, { + "coords": [8.162517, 50.250462, 0.0], + "type": "VHF", + "name": "TAU" +}, { + "coords": [-79.562225, 8.786389, 0.0], + "type": "VHF", + "name": "TBG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TBN" +}, { + "coords": [0.14575, 43.332222, 0.0], + "type": "VHF", + "name": "TBO" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TBS" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TC" +}, { + "coords": [5.439055, 45.488972, 0.0], + "type": "VHF", + "name": "TDP" +}, { + "coords": [13.970675, 41.296768, 0.0], + "type": "VHF", + "name": "TEA" +}, { + "coords": [18.203333, 59.531696, 0.0], + "type": "VHF", + "name": "TEB" +}, { + "coords": [-99.254723, 18.682501, 0.0], + "type": "VHF", + "name": "TEQ" +}, { + "coords": [12.368217, 45.519222, 0.0], + "type": "VHF", + "name": "TES" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TG" +}, { + "coords": [10.878834, 62.461639, 0.0], + "type": "VHF", + "name": "TGA" +}, { + "coords": [23.558332, 38.339169, 0.0], + "type": "VHF", + "name": "TGG" +}, { + "coords": [13.287559, 52.561497, 0.0], + "type": "VHF", + "name": "TGL" +}, { + "coords": [9.259213, 48.618412, 0.0], + "type": "VHF", + "name": "TGO" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TGR" +}, { + "coords": [-93.350281, 16.769722, 0.0], + "type": "VHF", + "name": "TGZ" +}, { + "coords": [3.553583, 45.881832, 0.0], + "type": "VHF", + "name": "THR" +}, { + "coords": [-116.951942, 32.540279, 0.0], + "type": "VHF", + "name": "TIJ" +}, { + "coords": [-89.875938, 16.91832, 0.0], + "type": "VHF", + "name": "TIK" +}, { + "coords": [-84.236664, 9.983334, 0.0], + "type": "VHF", + "name": "TIO" +}, { + "coords": [-6.875589, 56.49321, 0.0], + "type": "VHF", + "name": "TIR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TIV" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TJZ" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TKL" +}, { + "coords": [-3.352778, 55.499168, 0.0], + "type": "VHF", + "name": "TLA" +}, { + "coords": [-99.571114, 19.350277, 0.0], + "type": "VHF", + "name": "TLC" +}, { + "coords": [-4.33747, 39.969456, 0.0], + "type": "VHF", + "name": "TLD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TLF" +}, { + "coords": [-98.808334, 22.040833, 0.0], + "type": "VHF", + "name": "TMN" +}, { + "coords": [11.439189, 55.774094, 0.0], + "type": "VHF", + "name": "TNO" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TNO" +}, { + "coords": [-1.67, 53.05389, 0.0], + "type": "VHF", + "name": "TNT" +}, { + "coords": [-87.229164, 14.028055, 0.0], + "type": "VHF", + "name": "TNT" +}, { + "coords": [-104.836388, 21.421667, 0.0], + "type": "VHF", + "name": "TNY" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TO" +}, { + "coords": [13.405389, 52.473099, 0.0], + "type": "VHF", + "name": "TOF" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TOP" +}, { + "coords": [7.861658, 44.925415, 0.0], + "type": "VHF", + "name": "TOP" +}, { + "coords": [10.259267, 59.169109, 0.0], + "type": "VHF", + "name": "TOR" +}, { + "coords": [1.309806, 43.680832, 0.0], + "type": "VHF", + "name": "TOU" +}, { + "coords": [20.744444, 44.143501, 0.0], + "type": "VHF", + "name": "TPL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TPR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TR" +}, { + "coords": [8.436986, 47.689487, 0.0], + "type": "VHF", + "name": "TRA" +}, { + "coords": [-103.40889, 25.562778, 0.0], + "type": "VHF", + "name": "TRC" +}, { + "coords": [22.340834, 37.404724, 0.0], + "type": "VHF", + "name": "TRL" +}, { + "coords": [10.890075, 63.525871, 0.0], + "type": "VHF", + "name": "TRM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TRM" +}, { + "coords": [-4.783889, 55.313332, 0.0], + "type": "VHF", + "name": "TRN" +}, { + "coords": [18.996754, 69.702789, 0.0], + "type": "VHF", + "name": "TRO" +}, { + "coords": [3.963139, 48.251221, 0.0], + "type": "VHF", + "name": "TRO" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TRP" +}, { + "coords": [12.513194, 37.895973, 0.0], + "type": "VHF", + "name": "TRP" +}, { + "coords": [17.502222, 58.937916, 0.0], + "type": "VHF", + "name": "TRS" +}, { + "coords": [13.248919, 54.511044, 0.0], + "type": "VHF", + "name": "TRT" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TSC" +}, { + "coords": [22.989166, 40.456112, 0.0], + "type": "VHF", + "name": "TSL" +}, { + "coords": [2.102361, 48.753723, 0.0], + "type": "VHF", + "name": "TSU" +}, { + "coords": [-99.76889, 22.967222, 0.0], + "type": "VHF", + "name": "TTM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TUL" +}, { + "coords": [-79.400276, 9.05, 0.0], + "type": "VHF", + "name": "TUM" +}, { + "coords": [15.980833, 48.309723, 0.0], + "type": "VHF", + "name": "TUN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TUR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TVD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "TWN" +}, { + "coords": [9.507195, 45.559265, 0.0], + "type": "VHF", + "name": "TZO" +}, { + "coords": [-78.815834, 22.014444, 0.0], + "type": "VHF", + "name": "UCA" +}, { + "coords": [-80.406387, 22.154444, 0.0], + "type": "VHF", + "name": "UCF" +}, { + "coords": [-81.532776, 21.604445, 0.0], + "type": "VHF", + "name": "UCL" +}, { + "coords": [-77.800278, 21.436111, 0.0], + "type": "VHF", + "name": "UCM" +}, { + "coords": [-75.820831, 19.976389, 0.0], + "type": "VHF", + "name": "UCU" +}, { + "coords": [-82.426666, 22.978333, 0.0], + "type": "VHF", + "name": "UHA" +}, { + "coords": [-76.303886, 20.797777, 0.0], + "type": "VHF", + "name": "UHG" +}, { + "coords": [20.285223, 63.788612, 0.0], + "type": "VHF", + "name": "UME" +}, { + "coords": [-77.100555, 20.303333, 0.0], + "type": "VHF", + "name": "UMZ" +}, { + "coords": [-77.228615, 21.397223, 0.0], + "type": "VHF", + "name": "UNV" +}, { + "coords": [-82.581665, 23.023333, 0.0], + "type": "VHF", + "name": "UPB" +}, { + "coords": [-102.040276, 19.395277, 0.0], + "type": "VHF", + "name": "UPN" +}, { + "coords": [-81.453613, 23.024166, 0.0], + "type": "VHF", + "name": "UVA" +}, { + "coords": [-2.001389, 38.944721, 0.0], + "type": "VHF", + "name": "VAB" +}, { + "coords": [21.312222, 45.137779, 0.0], + "type": "VHF", + "name": "VAC" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "VAE" +}, { + "coords": [19.874695, 44.323891, 0.0], + "type": "VHF", + "name": "VAL" +}, { + "coords": [21.764875, 63.04137, 0.0], + "type": "VHF", + "name": "VAS" +}, { + "coords": [17.146729, 45.747795, 0.0], + "type": "VHF", + "name": "VBA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "VBG" +}, { + "coords": [-6.81575, 38.889889, 0.0], + "type": "VHF", + "name": "VBZ" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "VD" +}, { + "coords": [3.057222, 49.187778, 0.0], + "type": "VHF", + "name": "VDP" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "VE" +}, { + "coords": [27.813845, 62.979771, 0.0], + "type": "VHF", + "name": "VEH" +}, { + "coords": [-96.189163, 19.1425, 0.0], + "type": "VHF", + "name": "VER" +}, { + "coords": [8.299961, 55.603146, 0.0], + "type": "VHF", + "name": "VES" +}, { + "coords": [13.216444, 56.148335, 0.0], + "type": "VHF", + "name": "VEY" +}, { + "coords": [-7.975008, 37.013523, 0.0], + "type": "VHF", + "name": "VFA" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "VFD" +}, { + "coords": [13.307989, 65.879364, 0.0], + "type": "VHF", + "name": "VFL" +}, { + "coords": [-28.623337, 38.519493, 0.0], + "type": "VHF", + "name": "VFL" +}, { + "coords": [-8.601636, 42.321308, 0.0], + "type": "VHF", + "name": "VGO" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "VIA" +}, { + "coords": [11.676666, 45.636665, 0.0], + "type": "VHF", + "name": "VIC" +}, { + "coords": [16.049444, 41.912224, 0.0], + "type": "VHF", + "name": "VIE" +}, { + "coords": [6.03442, 62.552071, 0.0], + "type": "VHF", + "name": "VIG" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "VIG" +}, { + "coords": [28.118048, 61.039051, 0.0], + "type": "VHF", + "name": "VIL" +}, { + "coords": [10.906222, 45.407917, 0.0], + "type": "VHF", + "name": "VIL" +}, { + "coords": [-7.885847, 40.723427, 0.0], + "type": "VHF", + "name": "VIS" +}, { + "coords": [13.914644, 46.696392, 0.0], + "type": "VHF", + "name": "VIW" +}, { + "coords": [-5.971872, 36.247185, 0.0], + "type": "VHF", + "name": "VJF" +}, { + "coords": [-3.360333, 40.564087, 0.0], + "type": "VHF", + "name": "VJZ" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "VKL" +}, { + "coords": [-0.483044, 39.485649, 0.0], + "type": "VHF", + "name": "VLC" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "VLL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "VLN" +}, { + "coords": [-25.758146, 37.845989, 0.0], + "type": "VHF", + "name": "VMG" +}, { + "coords": [4.883417, 45.556446, 0.0], + "type": "VHF", + "name": "VNE" +}, { + "coords": [8.970192, 44.964565, 0.0], + "type": "VHF", + "name": "VOG" +}, { + "coords": [5.128792, 60.548931, 0.0], + "type": "VHF", + "name": "VOO" +}, { + "coords": [-2.865583, 42.731884, 0.0], + "type": "VHF", + "name": "VRA" +}, { + "coords": [-92.813057, 17.995832, 0.0], + "type": "VHF", + "name": "VSA" +}, { + "coords": [18.346861, 57.659527, 0.0], + "type": "VHF", + "name": "VSB" +}, { + "coords": [-0.812778, 37.779778, 0.0], + "type": "VHF", + "name": "VSJ" +}, { + "coords": [-25.166391, 36.962906, 0.0], + "type": "VHF", + "name": "VSM" +}, { + "coords": [15.709778, 58.303139, 0.0], + "type": "VHF", + "name": "VSN" +}, { + "coords": [-3.463697, 39.781132, 0.0], + "type": "VHF", + "name": "VTB" +}, { + "coords": [24.24407, 60.459251, 0.0], + "type": "VHF", + "name": "VTI" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "VTO" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "VV" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "VVE" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "VVO" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "VYL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "WAD" +}, { + "coords": [-3.134444, 53.391945, 0.0], + "type": "VHF", + "name": "WAL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "WDT" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "WES" +}, { + "coords": [16.490953, 48.323856, 0.0], + "type": "VHF", + "name": "WGM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "WIB" +}, { + "coords": [-3.100372, 58.458817, 0.0], + "type": "VHF", + "name": "WIK" +}, { + "coords": [7.905892, 47.178299, 0.0], + "type": "VHF", + "name": "WIL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "WIT" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "WL" +}, { + "coords": [11.12937, 48.579418, 0.0], + "type": "VHF", + "name": "WLD" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "WPL" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "WQ" +}, { + "coords": [9.110909, 51.505699, 0.0], + "type": "VHF", + "name": "WRB" +}, { + "coords": [8.875356, 53.347633, 0.0], + "type": "VHF", + "name": "WSR" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "WTM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "WTM" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "WTN" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "WUN" +}, { + "coords": [9.946989, 49.717529, 0.0], + "type": "VHF", + "name": "WUR" +}, { + "coords": [7.279997, 51.048351, 0.0], + "type": "VHF", + "name": "WYP" +}, { + "coords": [-2.352753, 38.360779, 0.0], + "type": "VHF", + "name": "YES" +}, { + "coords": [20.820833, 39.702221, 0.0], + "type": "VHF", + "name": "YNN" +}, { + "coords": [-89.116669, 13.688334, 0.0], + "type": "VHF", + "name": "YSV" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "YT" +}, { + "coords": [16.306698, 45.895557, 0.0], + "type": "VHF", + "name": "ZAG" +}, { + "coords": [20.885555, 37.746944, 0.0], + "type": "VHF", + "name": "ZAK" +}, { + "coords": [-103.462219, 20.748611, 0.0], + "type": "VHF", + "name": "ZAP" +}, { + "coords": [-102.694443, 22.884445, 0.0], + "type": "VHF", + "name": "ZCL" +}, { + "coords": [15.364205, 44.095318, 0.0], + "type": "VHF", + "name": "ZDA" +}, { + "coords": [-101.477219, 17.603611, 0.0], + "type": "VHF", + "name": "ZIH" +}, { + "coords": [0.0, 0.0, 0.0], + "type": "VHF", + "name": "ZL" +}, { + "coords": [-104.572502, 19.15, 0.0], + "type": "VHF", + "name": "ZLO" +}, { + "coords": [-5.639672, 41.530178, 0.0], + "type": "VHF", + "name": "ZMR" +}, { + "coords": [5.640153, 58.875057, 0.0], + "type": "VHF", + "name": "ZOL" +}, { + "coords": [8.817653, 47.592171, 0.0], + "type": "VHF", + "name": "ZUE" +}, { + "coords": [7.417892, 49.229073, 0.0], + "type": "VHF", + "name": "ZWN" +}, { + "coords": [-1.030864, 41.65789, 0.0], + "type": "VHF", + "name": "ZZA" +}, { + "coords": [8.915, 40.106667, 0.0], + "type": "WYP", + "name": "00AJO" +}, { + "coords": [-110.0, 0.0, 0.0], + "type": "WYP", + "name": "00N10" +}, { + "coords": [12.291667, 39.991665, 0.0], + "type": "WYP", + "name": "00SOR" +}, { + "coords": [-110.0, 1.0, 0.0], + "type": "WYP", + "name": "01N10" +}, { + "coords": [-110.0, 2.0, 0.0], + "type": "WYP", + "name": "02N10" +}, { + "coords": [6.808055, 61.838612, 0.0], + "type": "WYP", + "name": "03FLS" +}, { + "coords": [-7.191389, 55.136665, 0.0], + "type": "WYP", + "name": "03MCT" +}, { + "coords": [-110.0, 3.0, 0.0], + "type": "WYP", + "name": "03N10" +}, { + "coords": [12.321389, 65.75, 0.0], + "type": "WYP", + "name": "04BDO" +}, { + "coords": [-110.0, 4.0, 0.0], + "type": "WYP", + "name": "04N10" +}, { + "coords": [-110.0, 5.0, 0.0], + "type": "WYP", + "name": "05N10" +}, { + "coords": [18.820972, 61.623695, 0.0], + "type": "WYP", + "name": "07OSK" +}, { + "coords": [-110.0, 8.0, 0.0], + "type": "WYP", + "name": "08N10" +}, { + "coords": [18.405222, 61.633915, 0.0], + "type": "WYP", + "name": "08OSK" +}, { + "coords": [2.183333, 58.766666, 0.0], + "type": "WYP", + "name": "08SOL" +}, { + "coords": [11.874722, 65.75, 0.0], + "type": "WYP", + "name": "09BDO" +}, { + "coords": [17.908722, 37.975567, 0.0], + "type": "WYP", + "name": "09MLQ" +}, { + "coords": [-110.0, 9.0, 0.0], + "type": "WYP", + "name": "09N10" +}, { + "coords": [-110.0, 10.0, 0.0], + "type": "WYP", + "name": "10N10" +}, { + "coords": [-110.0, 11.0, 0.0], + "type": "WYP", + "name": "11N10" +}, { + "coords": [-110.0, 12.0, 0.0], + "type": "WYP", + "name": "12N10" +}, { + "coords": [-110.0, 13.0, 0.0], + "type": "WYP", + "name": "13N10" +}, { + "coords": [-110.0, 14.0, 0.0], + "type": "WYP", + "name": "14N10" +}, { + "coords": [-110.0, 15.0, 0.0], + "type": "WYP", + "name": "15N10" +}, { + "coords": [-110.0, 16.0, 0.0], + "type": "WYP", + "name": "16N10" +}, { + "coords": [-110.0, 17.0, 0.0], + "type": "WYP", + "name": "17N10" +}, { + "coords": [13.667167, 59.30875, 0.0], + "type": "WYP", + "name": "18BAK" +}, { + "coords": [-110.0, 18.0, 0.0], + "type": "WYP", + "name": "18N10" +}, { + "coords": [-110.0, 19.0, 0.0], + "type": "WYP", + "name": "19N10" +}, { + "coords": [-65.0, 20.0, 0.0], + "type": "WYP", + "name": "2065N" +}, { + "coords": [-70.0, 20.0, 0.0], + "type": "WYP", + "name": "2070N" +}, { + "coords": [-110.0, 20.0, 0.0], + "type": "WYP", + "name": "20N10" +}, { + "coords": [-65.0, 21.0, 0.0], + "type": "WYP", + "name": "2165N" +}, { + "coords": [-65.0, 22.0, 0.0], + "type": "WYP", + "name": "2265N" +}, { + "coords": [-65.0, 23.0, 0.0], + "type": "WYP", + "name": "2365N" +}, { + "coords": [-8.573889, 55.083889, 0.0], + "type": "WYP", + "name": "24DUB" +}, { + "coords": [18.423779, 61.0, 0.0], + "type": "WYP", + "name": "27TRS" +}, { + "coords": [-40.0, 29.0, 0.0], + "type": "WYP", + "name": "2940N" +}, { + "coords": [-20.0, 30.0, 0.0], + "type": "WYP", + "name": "3020N" +}, { + "coords": [-25.0, 30.0, 0.0], + "type": "WYP", + "name": "3025N" +}, { + "coords": [-30.0, 30.0, 0.0], + "type": "WYP", + "name": "3030N" +}, { + "coords": [-35.0, 30.0, 0.0], + "type": "WYP", + "name": "3035N" +}, { + "coords": [-40.0, 30.0, 0.0], + "type": "WYP", + "name": "3040N" +}, { + "coords": [-20.0, 31.0, 0.0], + "type": "WYP", + "name": "3120N" +}, { + "coords": [-25.0, 31.0, 0.0], + "type": "WYP", + "name": "3125N" +}, { + "coords": [-30.0, 31.0, 0.0], + "type": "WYP", + "name": "3130N" +}, { + "coords": [-35.0, 31.0, 0.0], + "type": "WYP", + "name": "3135N" +}, { + "coords": [-40.0, 31.0, 0.0], + "type": "WYP", + "name": "3140N" +}, { + "coords": [2.305, 58.705002, 0.0], + "type": "WYP", + "name": "31FLE" +}, { + "coords": [-7.904722, 55.365555, 0.0], + "type": "WYP", + "name": "31MCT" +}, { + "coords": [-47.0, 63.5, 0.0], + "type": "WYP", + "name": "31SF" +}, { + "coords": [-20.0, 32.0, 0.0], + "type": "WYP", + "name": "3220N" +}, { + "coords": [-25.0, 32.0, 0.0], + "type": "WYP", + "name": "3225N" +}, { + "coords": [-30.0, 32.0, 0.0], + "type": "WYP", + "name": "3230N" +}, { + "coords": [-35.0, 32.0, 0.0], + "type": "WYP", + "name": "3235N" +}, { + "coords": [-40.0, 32.0, 0.0], + "type": "WYP", + "name": "3240N" +}, { + "coords": [-20.0, 33.0, 0.0], + "type": "WYP", + "name": "3320N" +}, { + "coords": [-25.0, 33.0, 0.0], + "type": "WYP", + "name": "3325N" +}, { + "coords": [-30.0, 33.0, 0.0], + "type": "WYP", + "name": "3330N" +}, { + "coords": [-35.0, 33.0, 0.0], + "type": "WYP", + "name": "3335N" +}, { + "coords": [-40.0, 33.0, 0.0], + "type": "WYP", + "name": "3340N" +}, { + "coords": [15.496445, 61.0, 0.0], + "type": "WYP", + "name": "33BAK" +}, { + "coords": [-20.0, 34.0, 0.0], + "type": "WYP", + "name": "3420N" +}, { + "coords": [-25.0, 34.0, 0.0], + "type": "WYP", + "name": "3425N" +}, { + "coords": [-30.0, 34.0, 0.0], + "type": "WYP", + "name": "3430N" +}, { + "coords": [-35.0, 34.0, 0.0], + "type": "WYP", + "name": "3435N" +}, { + "coords": [-40.0, 34.0, 0.0], + "type": "WYP", + "name": "3440N" +}, { + "coords": [-16.0, 35.0, 0.0], + "type": "WYP", + "name": "3516N" +}, { + "coords": [-17.0, 35.0, 0.0], + "type": "WYP", + "name": "3517N" +}, { + "coords": [-18.0, 35.0, 0.0], + "type": "WYP", + "name": "3518N" +}, { + "coords": [-20.0, 35.0, 0.0], + "type": "WYP", + "name": "3520N" +}, { + "coords": [-25.0, 35.0, 0.0], + "type": "WYP", + "name": "3525N" +}, { + "coords": [-30.0, 35.0, 0.0], + "type": "WYP", + "name": "3530N" +}, { + "coords": [-35.0, 35.0, 0.0], + "type": "WYP", + "name": "3535N" +}, { + "coords": [-40.0, 35.0, 0.0], + "type": "WYP", + "name": "3540N" +}, { + "coords": [12.358334, 40.138332, 0.0], + "type": "WYP", + "name": "35TRP" +}, { + "coords": [-20.0, 36.0, 0.0], + "type": "WYP", + "name": "3620N" +}, { + "coords": [-25.0, 36.0, 0.0], + "type": "WYP", + "name": "3625N" +}, { + "coords": [-30.0, 36.0, 0.0], + "type": "WYP", + "name": "3630N" +}, { + "coords": [-35.0, 36.0, 0.0], + "type": "WYP", + "name": "3635N" +}, { + "coords": [-40.0, 36.0, 0.0], + "type": "WYP", + "name": "3640N" +}, { + "coords": [-20.0, 37.0, 0.0], + "type": "WYP", + "name": "3720N" +}, { + "coords": [-25.0, 37.0, 0.0], + "type": "WYP", + "name": "3725N" +}, { + "coords": [-30.0, 37.0, 0.0], + "type": "WYP", + "name": "3730N" +}, { + "coords": [-35.0, 37.0, 0.0], + "type": "WYP", + "name": "3735N" +}, { + "coords": [-40.0, 37.0, 0.0], + "type": "WYP", + "name": "3740N" +}, { + "coords": [-20.0, 38.0, 0.0], + "type": "WYP", + "name": "3820N" +}, { + "coords": [-25.0, 38.0, 0.0], + "type": "WYP", + "name": "3825N" +}, { + "coords": [-30.0, 38.0, 0.0], + "type": "WYP", + "name": "3830N" +}, { + "coords": [-35.0, 38.0, 0.0], + "type": "WYP", + "name": "3835N" +}, { + "coords": [-40.0, 38.0, 0.0], + "type": "WYP", + "name": "3840N" +}, { + "coords": [-20.0, 39.0, 0.0], + "type": "WYP", + "name": "3920N" +}, { + "coords": [-25.0, 39.0, 0.0], + "type": "WYP", + "name": "3925N" +}, { + "coords": [-30.0, 39.0, 0.0], + "type": "WYP", + "name": "3930N" +}, { + "coords": [-35.0, 39.0, 0.0], + "type": "WYP", + "name": "3935N" +}, { + "coords": [-40.0, 39.0, 0.0], + "type": "WYP", + "name": "3940N" +}, { + "coords": [-16.0, 40.0, 0.0], + "type": "WYP", + "name": "4016N" +}, { + "coords": [-20.0, 40.0, 0.0], + "type": "WYP", + "name": "4020N" +}, { + "coords": [-25.0, 40.0, 0.0], + "type": "WYP", + "name": "4025N" +}, { + "coords": [-30.0, 40.0, 0.0], + "type": "WYP", + "name": "4030N" +}, { + "coords": [-35.0, 40.0, 0.0], + "type": "WYP", + "name": "4035N" +}, { + "coords": [-40.0, 40.0, 0.0], + "type": "WYP", + "name": "4040N" +}, { + "coords": [-20.0, 41.0, 0.0], + "type": "WYP", + "name": "4120N" +}, { + "coords": [-25.0, 41.0, 0.0], + "type": "WYP", + "name": "4125N" +}, { + "coords": [-35.0, 41.0, 0.0], + "type": "WYP", + "name": "4135N" +}, { + "coords": [-40.0, 41.0, 0.0], + "type": "WYP", + "name": "4140N" +}, { + "coords": [-16.0, 42.0, 0.0], + "type": "WYP", + "name": "4216N" +}, { + "coords": [-20.0, 42.0, 0.0], + "type": "WYP", + "name": "4220N" +}, { + "coords": [-25.0, 42.0, 0.0], + "type": "WYP", + "name": "4225N" +}, { + "coords": [-30.0, 42.0, 0.0], + "type": "WYP", + "name": "4230N" +}, { + "coords": [-35.0, 42.0, 0.0], + "type": "WYP", + "name": "4235N" +}, { + "coords": [-40.0, 42.0, 0.0], + "type": "WYP", + "name": "4240N" +}, { + "coords": [-15.0, 43.0, 0.0], + "type": "WYP", + "name": "4315N" +}, { + "coords": [-20.0, 43.0, 0.0], + "type": "WYP", + "name": "4320N" +}, { + "coords": [-25.0, 43.0, 0.0], + "type": "WYP", + "name": "4325N" +}, { + "coords": [-30.0, 43.0, 0.0], + "type": "WYP", + "name": "4330N" +}, { + "coords": [-35.0, 43.0, 0.0], + "type": "WYP", + "name": "4335N" +}, { + "coords": [-40.0, 43.0, 0.0], + "type": "WYP", + "name": "4340N" +}, { + "coords": [-15.0, 44.0, 0.0], + "type": "WYP", + "name": "4415N" +}, { + "coords": [-20.0, 44.0, 0.0], + "type": "WYP", + "name": "4420N" +}, { + "coords": [-25.0, 44.0, 0.0], + "type": "WYP", + "name": "4425N" +}, { + "coords": [-30.0, 44.0, 0.0], + "type": "WYP", + "name": "4430N" +}, { + "coords": [-35.0, 44.0, 0.0], + "type": "WYP", + "name": "4435N" +}, { + "coords": [-40.0, 44.0, 0.0], + "type": "WYP", + "name": "4440N" +}, { + "coords": [-10.0, 45.0, 0.0], + "type": "WYP", + "name": "4510N" +}, { + "coords": [-14.0, 45.0, 0.0], + "type": "WYP", + "name": "4514N" +}, { + "coords": [-15.0, 45.0, 0.0], + "type": "WYP", + "name": "4515N" +}, { + "coords": [-16.0, 45.0, 0.0], + "type": "WYP", + "name": "4516N" +}, { + "coords": [-20.0, 45.0, 0.0], + "type": "WYP", + "name": "4520N" +}, { + "coords": [-25.0, 45.0, 0.0], + "type": "WYP", + "name": "4525N" +}, { + "coords": [-30.0, 45.0, 0.0], + "type": "WYP", + "name": "4530N" +}, { + "coords": [18.765194, 61.0, 0.0], + "type": "WYP", + "name": "45OSK" +}, { + "coords": [-10.0, 46.0, 0.0], + "type": "WYP", + "name": "4610N" +}, { + "coords": [-15.0, 46.0, 0.0], + "type": "WYP", + "name": "4615N" +}, { + "coords": [-20.0, 46.0, 0.0], + "type": "WYP", + "name": "4620N" +}, { + "coords": [-25.0, 46.0, 0.0], + "type": "WYP", + "name": "4625N" +}, { + "coords": [-30.0, 46.0, 0.0], + "type": "WYP", + "name": "4630N" +}, { + "coords": [-10.0, 47.0, 0.0], + "type": "WYP", + "name": "4710N" +}, { + "coords": [-15.0, 47.0, 0.0], + "type": "WYP", + "name": "4715N" +}, { + "coords": [-20.0, 47.0, 0.0], + "type": "WYP", + "name": "4720N" +}, { + "coords": [-25.0, 47.0, 0.0], + "type": "WYP", + "name": "4725N" +}, { + "coords": [-30.0, 47.0, 0.0], + "type": "WYP", + "name": "4730N" +}, { + "coords": [18.211056, 61.0, 0.0], + "type": "WYP", + "name": "47OSK" +}, { + "coords": [-10.0, 48.0, 0.0], + "type": "WYP", + "name": "4810N" +}, { + "coords": [-15.0, 48.0, 0.0], + "type": "WYP", + "name": "4815N" +}, { + "coords": [-20.0, 48.0, 0.0], + "type": "WYP", + "name": "4820N" +}, { + "coords": [-25.0, 48.0, 0.0], + "type": "WYP", + "name": "4825N" +}, { + "coords": [-30.0, 48.0, 0.0], + "type": "WYP", + "name": "4830N" +}, { + "coords": [-10.0, 49.0, 0.0], + "type": "WYP", + "name": "4910N" +}, { + "coords": [-15.0, 49.0, 0.0], + "type": "WYP", + "name": "4915N" +}, { + "coords": [-20.0, 49.0, 0.0], + "type": "WYP", + "name": "4920N" +}, { + "coords": [-25.0, 49.0, 0.0], + "type": "WYP", + "name": "4925N" +}, { + "coords": [-30.0, 49.0, 0.0], + "type": "WYP", + "name": "4930N" +}, { + "coords": [-10.0, 50.0, 0.0], + "type": "WYP", + "name": "5010N" +}, { + "coords": [-15.0, 50.0, 0.0], + "type": "WYP", + "name": "5015N" +}, { + "coords": [-20.0, 50.0, 0.0], + "type": "WYP", + "name": "5020N" +}, { + "coords": [-25.0, 50.0, 0.0], + "type": "WYP", + "name": "5025N" +}, { + "coords": [-30.0, 50.0, 0.0], + "type": "WYP", + "name": "5030N" +}, { + "coords": [-10.0, 51.0, 0.0], + "type": "WYP", + "name": "5110N" +}, { + "coords": [-15.0, 51.0, 0.0], + "type": "WYP", + "name": "5115N" +}, { + "coords": [-20.0, 51.0, 0.0], + "type": "WYP", + "name": "5120N" +}, { + "coords": [-25.0, 51.0, 0.0], + "type": "WYP", + "name": "5125N" +}, { + "coords": [-30.0, 51.0, 0.0], + "type": "WYP", + "name": "5130N" +}, { + "coords": [-15.0, 52.0, 0.0], + "type": "WYP", + "name": "5215N" +}, { + "coords": [-20.0, 52.0, 0.0], + "type": "WYP", + "name": "5220N" +}, { + "coords": [-25.0, 52.0, 0.0], + "type": "WYP", + "name": "5225N" +}, { + "coords": [-30.0, 52.0, 0.0], + "type": "WYP", + "name": "5230N" +}, { + "coords": [-15.0, 53.0, 0.0], + "type": "WYP", + "name": "5315N" +}, { + "coords": [-20.0, 53.0, 0.0], + "type": "WYP", + "name": "5320N" +}, { + "coords": [-25.0, 53.0, 0.0], + "type": "WYP", + "name": "5325N" +}, { + "coords": [-30.0, 53.0, 0.0], + "type": "WYP", + "name": "5330N" +}, { + "coords": [-15.0, 54.0, 0.0], + "type": "WYP", + "name": "5415N" +}, { + "coords": [-20.0, 54.0, 0.0], + "type": "WYP", + "name": "5420N" +}, { + "coords": [-25.0, 54.0, 0.0], + "type": "WYP", + "name": "5425N" +}, { + "coords": [-30.0, 54.0, 0.0], + "type": "WYP", + "name": "5430N" +}, { + "coords": [-10.0, 55.0, 0.0], + "type": "WYP", + "name": "5510N" +}, { + "coords": [-15.0, 55.0, 0.0], + "type": "WYP", + "name": "5515N" +}, { + "coords": [-17.0, 55.0, 0.0], + "type": "WYP", + "name": "5517N" +}, { + "coords": [-20.0, 55.0, 0.0], + "type": "WYP", + "name": "5520N" +}, { + "coords": [-25.0, 55.0, 0.0], + "type": "WYP", + "name": "5525N" +}, { + "coords": [-30.0, 55.0, 0.0], + "type": "WYP", + "name": "5530N" +}, { + "coords": [-10.0, 56.0, 0.0], + "type": "WYP", + "name": "5610N" +}, { + "coords": [-15.0, 56.0, 0.0], + "type": "WYP", + "name": "5615N" +}, { + "coords": [-20.0, 56.0, 0.0], + "type": "WYP", + "name": "5620N" +}, { + "coords": [-25.0, 56.0, 0.0], + "type": "WYP", + "name": "5625N" +}, { + "coords": [-30.0, 56.0, 0.0], + "type": "WYP", + "name": "5630N" +}, { + "coords": [11.198334, 39.325001, 0.0], + "type": "WYP", + "name": "56OST" +}, { + "coords": [5.0, 57.0, 0.0], + "type": "WYP", + "name": "5705E" +}, { + "coords": [-10.0, 57.0, 0.0], + "type": "WYP", + "name": "5710N" +}, { + "coords": [-15.0, 57.0, 0.0], + "type": "WYP", + "name": "5715N" +}, { + "coords": [-20.0, 57.0, 0.0], + "type": "WYP", + "name": "5720N" +}, { + "coords": [-25.0, 57.0, 0.0], + "type": "WYP", + "name": "5725N" +}, { + "coords": [-30.0, 57.0, 0.0], + "type": "WYP", + "name": "5730N" +}, { + "coords": [-10.0, 58.0, 0.0], + "type": "WYP", + "name": "5810N" +}, { + "coords": [-15.0, 58.0, 0.0], + "type": "WYP", + "name": "5815N" +}, { + "coords": [-18.0, 58.0, 0.0], + "type": "WYP", + "name": "5818N" +}, { + "coords": [-20.0, 58.0, 0.0], + "type": "WYP", + "name": "5820N" +}, { + "coords": [-25.0, 58.0, 0.0], + "type": "WYP", + "name": "5825N" +}, { + "coords": [-30.0, 58.0, 0.0], + "type": "WYP", + "name": "5830N" +}, { + "coords": [-10.0, 59.0, 0.0], + "type": "WYP", + "name": "5910N" +}, { + "coords": [-15.0, 59.0, 0.0], + "type": "WYP", + "name": "5915N" +}, { + "coords": [-20.0, 59.0, 0.0], + "type": "WYP", + "name": "5920N" +}, { + "coords": [-25.0, 59.0, 0.0], + "type": "WYP", + "name": "5925N" +}, { + "coords": [-30.0, 59.0, 0.0], + "type": "WYP", + "name": "5930N" +}, { + "coords": [-45.0, 59.0, 0.0], + "type": "WYP", + "name": "5945N" +}, { + "coords": [-50.0, 59.0, 0.0], + "type": "WYP", + "name": "5950N" +}, { + "coords": [-10.0, 60.0, 0.0], + "type": "WYP", + "name": "6010N" +}, { + "coords": [-15.0, 60.0, 0.0], + "type": "WYP", + "name": "6015N" +}, { + "coords": [-19.0, 60.0, 0.0], + "type": "WYP", + "name": "6019N" +}, { + "coords": [-20.0, 60.0, 0.0], + "type": "WYP", + "name": "6020N" +}, { + "coords": [-25.0, 60.0, 0.0], + "type": "WYP", + "name": "6025N" +}, { + "coords": [-30.0, 60.0, 0.0], + "type": "WYP", + "name": "6030N" +}, { + "coords": [-45.0, 60.0, 0.0], + "type": "WYP", + "name": "6045N" +}, { + "coords": [-50.0, 60.0, 0.0], + "type": "WYP", + "name": "6050N" +}, { + "coords": [-10.0, 61.0, 0.0], + "type": "WYP", + "name": "6110N" +}, { + "coords": [-14.0, 61.0, 0.0], + "type": "WYP", + "name": "6114N" +}, { + "coords": [-15.0, 61.0, 0.0], + "type": "WYP", + "name": "6115N" +}, { + "coords": [-18.0, 61.0, 0.0], + "type": "WYP", + "name": "6118N" +}, { + "coords": [-19.0, 61.0, 0.0], + "type": "WYP", + "name": "6119N" +}, { + "coords": [-20.0, 61.0, 0.0], + "type": "WYP", + "name": "6120N" +}, { + "coords": [-25.0, 61.0, 0.0], + "type": "WYP", + "name": "6125N" +}, { + "coords": [-30.0, 61.0, 0.0], + "type": "WYP", + "name": "6130N" +}, { + "coords": [-45.0, 61.0, 0.0], + "type": "WYP", + "name": "6145N" +}, { + "coords": [-50.0, 61.0, 0.0], + "type": "WYP", + "name": "6150N" +}, { + "coords": [-10.0, 62.0, 0.0], + "type": "WYP", + "name": "6210N" +}, { + "coords": [-15.0, 62.0, 0.0], + "type": "WYP", + "name": "6215N" +}, { + "coords": [-20.0, 62.0, 0.0], + "type": "WYP", + "name": "6220N" +}, { + "coords": [-25.0, 62.0, 0.0], + "type": "WYP", + "name": "6225N" +}, { + "coords": [-30.0, 62.0, 0.0], + "type": "WYP", + "name": "6230N" +}, { + "coords": [-45.0, 62.0, 0.0], + "type": "WYP", + "name": "6245N" +}, { + "coords": [-50.0, 62.0, 0.0], + "type": "WYP", + "name": "6250N" +}, { + "coords": [-10.0, 63.0, 0.0], + "type": "WYP", + "name": "6310N" +}, { + "coords": [-15.0, 63.0, 0.0], + "type": "WYP", + "name": "6315N" +}, { + "coords": [-20.0, 63.0, 0.0], + "type": "WYP", + "name": "6320N" +}, { + "coords": [-30.0, 63.0, 0.0], + "type": "WYP", + "name": "6330N" +}, { + "coords": [-35.0, 63.0, 0.0], + "type": "WYP", + "name": "6335N" +}, { + "coords": [-40.0, 63.0, 0.0], + "type": "WYP", + "name": "6340N" +}, { + "coords": [-45.0, 63.0, 0.0], + "type": "WYP", + "name": "6345N" +}, { + "coords": [-50.0, 63.0, 0.0], + "type": "WYP", + "name": "6350N" +}, { + "coords": [-55.0, 63.0, 0.0], + "type": "WYP", + "name": "6355N" +}, { + "coords": [3e-06, 64.0, 0.0], + "type": "WYP", + "name": "6400E" +}, { + "coords": [-10.0, 64.0, 0.0], + "type": "WYP", + "name": "6410N" +}, { + "coords": [-15.0, 64.0, 0.0], + "type": "WYP", + "name": "6415N" +}, { + "coords": [-30.0, 64.0, 0.0], + "type": "WYP", + "name": "6430N" +}, { + "coords": [-35.0, 64.0, 0.0], + "type": "WYP", + "name": "6435N" +}, { + "coords": [-40.0, 64.0, 0.0], + "type": "WYP", + "name": "6440N" +}, { + "coords": [-45.0, 64.0, 0.0], + "type": "WYP", + "name": "6445N" +}, { + "coords": [-49.0, 64.0, 0.0], + "type": "WYP", + "name": "6449N" +}, { + "coords": [-50.0, 64.0, 0.0], + "type": "WYP", + "name": "6450N" +}, { + "coords": [-55.0, 64.0, 0.0], + "type": "WYP", + "name": "6455N" +}, { + "coords": [17.163286, 37.517941, 0.0], + "type": "WYP", + "name": "64MLQ" +}, { + "coords": [3e-06, 65.0, 0.0], + "type": "WYP", + "name": "6500E" +}, { + "coords": [-10.0, 65.0, 0.0], + "type": "WYP", + "name": "6510N" +}, { + "coords": [-15.0, 65.0, 0.0], + "type": "WYP", + "name": "6515N" +}, { + "coords": [-30.0, 65.0, 0.0], + "type": "WYP", + "name": "6530N" +}, { + "coords": [-35.0, 65.0, 0.0], + "type": "WYP", + "name": "6535N" +}, { + "coords": [-40.0, 65.0, 0.0], + "type": "WYP", + "name": "6540N" +}, { + "coords": [-45.0, 65.0, 0.0], + "type": "WYP", + "name": "6545N" +}, { + "coords": [-50.0, 65.0, 0.0], + "type": "WYP", + "name": "6550N" +}, { + "coords": [-55.0, 65.0, 0.0], + "type": "WYP", + "name": "6555N" +}, { + "coords": [3e-06, 66.0, 0.0], + "type": "WYP", + "name": "6600E" +}, { + "coords": [-5.0, 66.0, 0.0], + "type": "WYP", + "name": "6605N" +}, { + "coords": [-40.0, 66.0, 0.0], + "type": "WYP", + "name": "6640N" +}, { + "coords": [-8.5, 66.0, 0.0], + "type": "WYP", + "name": "66P2" +}, { + "coords": [-12.5, 66.0, 0.0], + "type": "WYP", + "name": "66PR" +}, { + "coords": [18.830444, 61.623444, 0.0], + "type": "WYP", + "name": "66TRS" +}, { + "coords": [3e-06, 67.0, 0.0], + "type": "WYP", + "name": "6700E" +}, { + "coords": [-50.0, 67.0, 0.0], + "type": "WYP", + "name": "6750N" +}, { + "coords": [-20.0, 68.0, 0.0], + "type": "WYP", + "name": "6820N" +}, { + "coords": [3e-06, 69.0, 0.0], + "type": "WYP", + "name": "6900E" +}, { + "coords": [-60.0, 69.0, 0.0], + "type": "WYP", + "name": "6960N" +}, { + "coords": [-20.0, 69.666664, 0.0], + "type": "WYP", + "name": "69P1" +}, { + "coords": [3e-06, 70.0, 0.0], + "type": "WYP", + "name": "7000E" +}, { + "coords": [-60.0, 70.0, 0.0], + "type": "WYP", + "name": "7060N" +}, { + "coords": [-10.0, 63.333332, 0.0], + "type": "WYP", + "name": "80ING" +}, { + "coords": [11.788611, 59.212223, 0.0], + "type": "WYP", + "name": "86SVD" +}, { + "coords": [-20.0, 39.533333, 0.0], + "type": "WYP", + "name": "88PD" +}, { + "coords": [-58.584999, 65.904999, 0.0], + "type": "WYP", + "name": "93SF" +}, { + "coords": [-75.065331, 19.826334, 0.0], + "type": "WYP", + "name": "AADAM" +}, { + "coords": [10.115556, 48.600555, 0.0], + "type": "WYP", + "name": "AALEN" +}, { + "coords": [5.298056, 64.265556, 0.0], + "type": "WYP", + "name": "ABADA" +}, { + "coords": [18.641666, 40.75528, 0.0], + "type": "WYP", + "name": "ABADI" +}, { + "coords": [-7.646667, 52.503334, 0.0], + "type": "WYP", + "name": "ABAGU" +}, { + "coords": [11.241944, 50.010834, 0.0], + "type": "WYP", + "name": "ABAKI" +}, { + "coords": [23.0, 66.658195, 0.0], + "type": "WYP", + "name": "ABALA" +}, { + "coords": [15.569612, 57.986637, 0.0], + "type": "WYP", + "name": "ABAMA" +}, { + "coords": [-50.968334, 67.468613, 0.0], + "type": "WYP", + "name": "ABANA" +}, { + "coords": [9.5, 54.129166, 0.0], + "type": "WYP", + "name": "ABANO" +}, { + "coords": [15.875834, 66.785004, 0.0], + "type": "WYP", + "name": "ABAXI" +}, { + "coords": [11.364722, 44.495834, 0.0], + "type": "WYP", + "name": "ABBOA" +}, { + "coords": [0.599444, 52.016109, 0.0], + "type": "WYP", + "name": "ABBOT" +}, { + "coords": [-94.653336, 24.084723, 0.0], + "type": "WYP", + "name": "ABBOT" +}, { + "coords": [-1.863611, 51.44611, 0.0], + "type": "WYP", + "name": "ABDAL" +}, { + "coords": [9.042778, 46.159721, 0.0], + "type": "WYP", + "name": "ABENA" +}, { + "coords": [16.998638, 47.671623, 0.0], + "type": "WYP", + "name": "ABETI" +}, { + "coords": [-17.452778, 65.864441, 0.0], + "type": "WYP", + "name": "ABGA" +}, { + "coords": [11.795555, 51.364723, 0.0], + "type": "WYP", + "name": "ABGOD" +}, { + "coords": [12.746491, 41.974415, 0.0], + "type": "WYP", + "name": "ABGUI" +}, { + "coords": [-1.887222, 52.267502, 0.0], + "type": "WYP", + "name": "ABHON" +}, { + "coords": [9.994445, 55.968334, 0.0], + "type": "WYP", + "name": "ABINO" +}, { + "coords": [2.538333, 48.18861, 0.0], + "type": "WYP", + "name": "ABITA" +}, { + "coords": [23.528334, 63.201668, 0.0], + "type": "WYP", + "name": "ABKAU" +}, { + "coords": [3.700278, 52.183056, 0.0], + "type": "WYP", + "name": "ABKER" +}, { + "coords": [8.5075, 47.451946, 0.0], + "type": "WYP", + "name": "ABKLO" +}, { + "coords": [6.875, 62.171112, 0.0], + "type": "WYP", + "name": "ABLAS" +}, { + "coords": [14.292222, 51.415001, 0.0], + "type": "WYP", + "name": "ABLOX" +}, { + "coords": [7.682428, 43.64875, 0.0], + "type": "WYP", + "name": "ABN34" +}, { + "coords": [1.448056, 45.683613, 0.0], + "type": "WYP", + "name": "ABNIR" +}, { + "coords": [21.035, 63.02, 0.0], + "type": "WYP", + "name": "ABNOR" +}, { + "coords": [1.858611, 50.171391, 0.0], + "type": "WYP", + "name": "ABNUR" +}, { + "coords": [24.4, 61.5, 0.0], + "type": "WYP", + "name": "ABPIR" +}, { + "coords": [-1.962611, 43.646309, 0.0], + "type": "WYP", + "name": "ABRIX" +}, { + "coords": [8.147778, 42.614166, 0.0], + "type": "WYP", + "name": "ABRON" +}, { + "coords": [7.416111, 45.229721, 0.0], + "type": "WYP", + "name": "ABROR" +}, { + "coords": [-21.989721, 64.311111, 0.0], + "type": "WYP", + "name": "ABSA" +}, { + "coords": [-0.455833, 46.578888, 0.0], + "type": "WYP", + "name": "ABSIE" +}, { + "coords": [4.333333, 54.645279, 0.0], + "type": "WYP", + "name": "ABSIL" +}, { + "coords": [1.791111, 49.939167, 0.0], + "type": "WYP", + "name": "ABSUD" +}, { + "coords": [1.7575, 50.11639, 0.0], + "type": "WYP", + "name": "ABUDA" +}, { + "coords": [11.795278, 51.563889, 0.0], + "type": "WYP", + "name": "ABVIG" +}, { + "coords": [-106.05912, 31.361628, 0.0], + "type": "WYP", + "name": "ACOLI" +}, { + "coords": [0.196111, 51.25528, 0.0], + "type": "WYP", + "name": "ACORN" +}, { + "coords": [-97.665001, 25.909721, 0.0], + "type": "WYP", + "name": "ACREW" +}, { + "coords": [10.948334, 38.705002, 0.0], + "type": "WYP", + "name": "ADAMI" +}, { + "coords": [9.42, 45.845001, 0.0], + "type": "WYP", + "name": "ADARI" +}, { + "coords": [3.18, 45.941666, 0.0], + "type": "WYP", + "name": "ADEKA" +}, { + "coords": [10.639167, 53.475834, 0.0], + "type": "WYP", + "name": "ADELI" +}, { + "coords": [6.9075, 50.025555, 0.0], + "type": "WYP", + "name": "ADENU" +}, { + "coords": [10.95, 53.763889, 0.0], + "type": "WYP", + "name": "ADETI" +}, { + "coords": [2.010833, 43.52272, 0.0], + "type": "WYP", + "name": "ADIMA" +}, { + "coords": [7.293334, 45.558334, 0.0], + "type": "WYP", + "name": "ADISO" +}, { + "coords": [5.828889, 43.228611, 0.0], + "type": "WYP", + "name": "ADITA" +}, { + "coords": [6.25, 49.679165, 0.0], + "type": "WYP", + "name": "ADIXO" +}, { + "coords": [14.299219, 48.567593, 0.0], + "type": "WYP", + "name": "ADLET" +}, { + "coords": [13.564445, 52.461388, 0.0], + "type": "WYP", + "name": "ADLIR" +}, { + "coords": [0.176667, 51.996944, 0.0], + "type": "WYP", + "name": "ADMIS" +}, { + "coords": [-2.723889, 56.956665, 0.0], + "type": "WYP", + "name": "ADN26" +}, { + "coords": [0.738611, 52.104721, 0.0], + "type": "WYP", + "name": "ADNAM" +}, { + "coords": [3.0, 68.5, 0.0], + "type": "WYP", + "name": "ADOBI" +}, { + "coords": [-6.280003, 41.483009, 0.0], + "type": "WYP", + "name": "ADORO" +}, { + "coords": [11.026389, 45.644444, 0.0], + "type": "WYP", + "name": "ADOSA" +}, { + "coords": [-2.72753, 36.832157, 0.0], + "type": "WYP", + "name": "ADRAS" +}, { + "coords": [17.735834, 38.840279, 0.0], + "type": "WYP", + "name": "ADREN" +}, { + "coords": [-2.253333, 51.060555, 0.0], + "type": "WYP", + "name": "ADSON" +}, { + "coords": [13.165556, 54.375, 0.0], + "type": "WYP", + "name": "ADUKI" +}, { + "coords": [3.360278, 50.514168, 0.0], + "type": "WYP", + "name": "ADUTO" +}, { + "coords": [-2.064286, 40.512333, 0.0], + "type": "WYP", + "name": "ADUXO" +}, { + "coords": [2.869167, 43.774166, 0.0], + "type": "WYP", + "name": "AFRIC" +}, { + "coords": [-68.300003, 14.733334, 0.0], + "type": "WYP", + "name": "AFTON" +}, { + "coords": [-64.340492, 18.730858, 0.0], + "type": "WYP", + "name": "AGADA" +}, { + "coords": [-8.926686, 41.872879, 0.0], + "type": "WYP", + "name": "AGADO" +}, { + "coords": [-2.0, 49.665554, 0.0], + "type": "WYP", + "name": "AGANO" +}, { + "coords": [15.616667, 35.979721, 0.0], + "type": "WYP", + "name": "AGARI" +}, { + "coords": [10.763333, 41.801666, 0.0], + "type": "WYP", + "name": "AGASA" +}, { + "coords": [10.028889, 52.911667, 0.0], + "type": "WYP", + "name": "AGATI" +}, { + "coords": [5.5, 42.966667, 0.0], + "type": "WYP", + "name": "AGDOR" +}, { + "coords": [3.488803, 41.541325, 0.0], + "type": "WYP", + "name": "AGENA" +}, { + "coords": [8.605, 47.117222, 0.0], + "type": "WYP", + "name": "AGERI" +}, { + "coords": [23.35, 39.733334, 0.0], + "type": "WYP", + "name": "AGISA" +}, { + "coords": [6.5, 53.881668, 0.0], + "type": "WYP", + "name": "AGISU" +}, { + "coords": [1.565711, 44.211208, 0.0], + "type": "WYP", + "name": "AGN36" +}, { + "coords": [12.469444, 49.528889, 0.0], + "type": "WYP", + "name": "AGNAV" +}, { + "coords": [14.75, 39.806667, 0.0], + "type": "WYP", + "name": "AGNIS" +}, { + "coords": [4.320278, 45.056946, 0.0], + "type": "WYP", + "name": "AGREV" +}, { + "coords": [-85.429726, 15.898334, 0.0], + "type": "WYP", + "name": "AGUAN" +}, { + "coords": [-98.121666, 24.920279, 0.0], + "type": "WYP", + "name": "AGUAS" +}, { + "coords": [-77.416664, 10.983334, 0.0], + "type": "WYP", + "name": "AGUJA" +}, { + "coords": [17.250278, 41.927502, 0.0], + "type": "WYP", + "name": "AIOSA" +}, { + "coords": [8.903922, 40.3564, 0.0], + "type": "WYP", + "name": "AJO85" +}, { + "coords": [9.233334, 47.716946, 0.0], + "type": "WYP", + "name": "AKABI" +}, { + "coords": [12.5, 45.333332, 0.0], + "type": "WYP", + "name": "AKADO" +}, { + "coords": [14.653334, 41.190834, 0.0], + "type": "WYP", + "name": "AKAMO" +}, { + "coords": [-10.0, 54.0, 0.0], + "type": "WYP", + "name": "AKELI" +}, { + "coords": [26.25, 36.983334, 0.0], + "type": "WYP", + "name": "AKINA" +}, { + "coords": [9.166945, 49.75861, 0.0], + "type": "WYP", + "name": "AKONI" +}, { + "coords": [12.073334, 49.753056, 0.0], + "type": "WYP", + "name": "AKOSI" +}, { + "coords": [8.940278, 43.227222, 0.0], + "type": "WYP", + "name": "AKUTI" +}, { + "coords": [6.074444, 50.871387, 0.0], + "type": "WYP", + "name": "AKUXO" +}, { + "coords": [9.318334, 47.834721, 0.0], + "type": "WYP", + "name": "ALAGO" +}, { + "coords": [-7.61452, 38.088707, 0.0], + "type": "WYP", + "name": "ALAGU" +}, { + "coords": [20.216667, 38.366665, 0.0], + "type": "WYP", + "name": "ALAKI" +}, { + "coords": [-25.857779, 39.4375, 0.0], + "type": "WYP", + "name": "ALANO" +}, { + "coords": [-89.81028, 23.910833, 0.0], + "type": "WYP", + "name": "ALARD" +}, { + "coords": [9.961667, 54.808613, 0.0], + "type": "WYP", + "name": "ALASA" +}, { + "coords": [-66.537521, 16.836922, 0.0], + "type": "WYP", + "name": "ALASK" +}, { + "coords": [10.845464, 47.100742, 0.0], + "type": "WYP", + "name": "ALBEG" +}, { + "coords": [2.832125, 42.451485, 0.0], + "type": "WYP", + "name": "ALBER" +}, { + "coords": [11.509167, 45.426666, 0.0], + "type": "WYP", + "name": "ALBET" +}, { + "coords": [8.564445, 47.249722, 0.0], + "type": "WYP", + "name": "ALBIX" +}, { + "coords": [-4.518775, 37.855923, 0.0], + "type": "WYP", + "name": "ALCOL" +}, { + "coords": [-18.763889, 62.980278, 0.0], + "type": "WYP", + "name": "ALDAN" +}, { + "coords": [9.993333, 39.610001, 0.0], + "type": "WYP", + "name": "ALEDI" +}, { + "coords": [23.598055, 64.443336, 0.0], + "type": "WYP", + "name": "ALEKU" +}, { + "coords": [19.850945, 42.478916, 0.0], + "type": "WYP", + "name": "ALELU" +}, { + "coords": [-1.963331, 42.343681, 0.0], + "type": "WYP", + "name": "ALEPO" +}, { + "coords": [-89.537224, 13.751389, 0.0], + "type": "WYP", + "name": "ALERA" +}, { + "coords": [-96.226669, 17.410278, 0.0], + "type": "WYP", + "name": "ALESA" +}, { + "coords": [11.403889, 46.275002, 0.0], + "type": "WYP", + "name": "ALESE" +}, { + "coords": [1.225556, 50.575554, 0.0], + "type": "WYP", + "name": "ALESO" +}, { + "coords": [7.877778, 46.388332, 0.0], + "type": "WYP", + "name": "ALETO" +}, { + "coords": [-68.820557, 18.158611, 0.0], + "type": "WYP", + "name": "ALEVI" +}, { + "coords": [8.38, 50.80389, 0.0], + "type": "WYP", + "name": "ALFAS" +}, { + "coords": [-86.826942, 14.174723, 0.0], + "type": "WYP", + "name": "ALFRA" +}, { + "coords": [8.0, 40.66, 0.0], + "type": "WYP", + "name": "ALG11" +}, { + "coords": [8.424275, 40.419163, 0.0], + "type": "WYP", + "name": "ALG15" +}, { + "coords": [8.1, 41.099998, 0.0], + "type": "WYP", + "name": "ALG29" +}, { + "coords": [8.162222, 41.162777, 0.0], + "type": "WYP", + "name": "ALG32" +}, { + "coords": [8.884722, 39.872223, 0.0], + "type": "WYP", + "name": "ALG54" +}, { + "coords": [10.488669, 47.447426, 0.0], + "type": "WYP", + "name": "ALGOI" +}, { + "coords": [1.612786, 41.80677, 0.0], + "type": "WYP", + "name": "ALIGA" +}, { + "coords": [-101.29361, 18.545834, 0.0], + "type": "WYP", + "name": "ALIPO" +}, { + "coords": [1.147028, 43.932999, 0.0], + "type": "WYP", + "name": "ALIVA" +}, { + "coords": [0.194722, 51.390556, 0.0], + "type": "WYP", + "name": "ALKIN" +}, { + "coords": [30.0, 35.200001, 0.0], + "type": "WYP", + "name": "ALKIS" +}, { + "coords": [-87.894722, 17.6525, 0.0], + "type": "WYP", + "name": "ALMOR" +}, { + "coords": [-77.57, 18.478333, 0.0], + "type": "WYP", + "name": "ALMUS" +}, { + "coords": [5.465278, 47.296391, 0.0], + "type": "WYP", + "name": "ALOGA" +}, { + "coords": [-5.2119, 36.817642, 0.0], + "type": "WYP", + "name": "ALORA" +}, { + "coords": [-79.006668, 19.448334, 0.0], + "type": "WYP", + "name": "ALORA" +}, { + "coords": [-101.303337, 23.543888, 0.0], + "type": "WYP", + "name": "ALOVO" +}, { + "coords": [-5.0, 36.0, 0.0], + "type": "WYP", + "name": "ALPHA" +}, { + "coords": [-90.760834, 20.68111, 0.0], + "type": "WYP", + "name": "ALPOM" +}, { + "coords": [-92.683334, 14.25, 0.0], + "type": "WYP", + "name": "ALSAL" +}, { + "coords": [-78.21167, 16.738333, 0.0], + "type": "WYP", + "name": "ALSUN" +}, { + "coords": [-115.006668, 32.238888, 0.0], + "type": "WYP", + "name": "ALTAR" +}, { + "coords": [-0.154919, 39.392803, 0.0], + "type": "WYP", + "name": "ALTUM" +}, { + "coords": [-94.051392, 18.425278, 0.0], + "type": "WYP", + "name": "ALUEN" +}, { + "coords": [4.952694, 46.5, 0.0], + "type": "WYP", + "name": "ALURA" +}, { + "coords": [-86.0, 22.469999, 0.0], + "type": "WYP", + "name": "ALURU" +}, { + "coords": [-100.410278, 27.80611, 0.0], + "type": "WYP", + "name": "ALUXO" +}, { + "coords": [-94.182503, 19.406111, 0.0], + "type": "WYP", + "name": "ALUXU" +}, { + "coords": [-2.678333, 51.665001, 0.0], + "type": "WYP", + "name": "ALVIN" +}, { + "coords": [6.35, 55.0, 0.0], + "type": "WYP", + "name": "AMADA" +}, { + "coords": [8.446389, 47.775555, 0.0], + "type": "WYP", + "name": "AMALI" +}, { + "coords": [13.826667, 39.433334, 0.0], + "type": "WYP", + "name": "AMANO" +}, { + "coords": [-110.038612, 23.615278, 0.0], + "type": "WYP", + "name": "AMARI" +}, { + "coords": [-74.0, 15.683333, 0.0], + "type": "WYP", + "name": "AMBIN" +}, { + "coords": [3.750944, 45.673527, 0.0], + "type": "WYP", + "name": "AMDAS" +}, { + "coords": [5.866944, 53.483334, 0.0], + "type": "WYP", + "name": "AME2" +}, { + "coords": [-104.305275, 20.356388, 0.0], + "type": "WYP", + "name": "AMEKA" +}, { + "coords": [-98.985001, 18.5, 0.0], + "type": "WYP", + "name": "AMEKU" +}, { + "coords": [-6.052778, 53.410278, 0.0], + "type": "WYP", + "name": "AMELI" +}, { + "coords": [6.101111, 43.595833, 0.0], + "type": "WYP", + "name": "AMFOU" +}, { + "coords": [7.387222, 43.81039, 0.0], + "type": "WYP", + "name": "AMGEL" +}, { + "coords": [3.640278, 54.251945, 0.0], + "type": "WYP", + "name": "AMIBA" +}, { + "coords": [11.153611, 54.205555, 0.0], + "type": "WYP", + "name": "AMICH" +}, { + "coords": [-87.349724, 18.578056, 0.0], + "type": "WYP", + "name": "AMIDA" +}, { + "coords": [4.484167, 45.120556, 0.0], + "type": "WYP", + "name": "AMIKO" +}, { + "coords": [-50.395, 66.516945, 0.0], + "type": "WYP", + "name": "AMINI" +}, { + "coords": [-90.610832, 22.564722, 0.0], + "type": "WYP", + "name": "AMIPI" +}, { + "coords": [6.748055, 43.941113, 0.0], + "type": "WYP", + "name": "AMIRO" +}, { + "coords": [11.573889, 53.932777, 0.0], + "type": "WYP", + "name": "AMISO" +}, { + "coords": [-1.838333, 53.268612, 0.0], + "type": "WYP", + "name": "AMLET" +}, { + "coords": [3.165, 44.443054, 0.0], + "type": "WYP", + "name": "AMLIR" +}, { + "coords": [12.876667, 44.338333, 0.0], + "type": "WYP", + "name": "AMLON" +}, { + "coords": [10.3225, 53.42889, 0.0], + "type": "WYP", + "name": "AMLUH" +}, { + "coords": [-3.998333, 51.840557, 0.0], + "type": "WYP", + "name": "AMMAN" +}, { + "coords": [2.368611, 49.785278, 0.0], + "type": "WYP", + "name": "AMOGA" +}, { + "coords": [-97.250275, 24.922501, 0.0], + "type": "WYP", + "name": "AMORI" +}, { + "coords": [4.538055, 46.5, 0.0], + "type": "WYP", + "name": "AMORO" +}, { + "coords": [0.639278, 40.803543, 0.0], + "type": "WYP", + "name": "AMPOL" +}, { + "coords": [3.173611, 45.589443, 0.0], + "type": "WYP", + "name": "AMPOS" +}, { + "coords": [9.750556, 54.824444, 0.0], + "type": "WYP", + "name": "AMRAK" +}, { + "coords": [6.634167, 55.943611, 0.0], + "type": "WYP", + "name": "AMRAM" +}, { + "coords": [17.916666, 37.971668, 0.0], + "type": "WYP", + "name": "AMREX" +}, { + "coords": [7.111389, 52.150276, 0.0], + "type": "WYP", + "name": "AMSAN" +}, { + "coords": [-7.883336, 35.966667, 0.0], + "type": "WYP", + "name": "AMSEL" +}, { + "coords": [8.802222, 57.675278, 0.0], + "type": "WYP", + "name": "AMSEV" +}, { + "coords": [14.86, 41.158333, 0.0], + "type": "WYP", + "name": "AMSOR" +}, { + "coords": [-1.215444, 47.470001, 0.0], + "type": "WYP", + "name": "AMSUN" +}, { + "coords": [11.608334, 43.220001, 0.0], + "type": "WYP", + "name": "AMTEL" +}, { + "coords": [-3.218897, 43.0, 0.0], + "type": "WYP", + "name": "AMTOS" +}, { + "coords": [-82.716667, 11.616667, 0.0], + "type": "WYP", + "name": "AMUBI" +}, { + "coords": [-103.676392, 21.638611, 0.0], + "type": "WYP", + "name": "AMULA" +}, { + "coords": [-64.146248, 15.0, 0.0], + "type": "WYP", + "name": "ANADA" +}, { + "coords": [8.725, 44.201668, 0.0], + "type": "WYP", + "name": "ANAKI" +}, { + "coords": [-84.218887, 22.695278, 0.0], + "type": "WYP", + "name": "ANALI" +}, { + "coords": [-2.412867, 39.0, 0.0], + "type": "WYP", + "name": "ANANA" +}, { + "coords": [-87.998886, 12.53, 0.0], + "type": "WYP", + "name": "ANAPO" +}, { + "coords": [3.755833, 49.530277, 0.0], + "type": "WYP", + "name": "ANARU" +}, { + "coords": [13.356109, 43.729984, 0.0], + "type": "WYP", + "name": "ANC10" +}, { + "coords": [13.270914, 43.448982, 0.0], + "type": "WYP", + "name": "ANC12" +}, { + "coords": [12.692872, 43.731834, 0.0], + "type": "WYP", + "name": "ANC35" +}, { + "coords": [3.996667, 51.94278, 0.0], + "type": "WYP", + "name": "ANCOR" +}, { + "coords": [11.334444, 47.886665, 0.0], + "type": "WYP", + "name": "ANDEC" +}, { + "coords": [5.270555, 52.739445, 0.0], + "type": "WYP", + "name": "ANDIK" +}, { + "coords": [17.396667, 68.907219, 0.0], + "type": "WYP", + "name": "ANDOR" +}, { + "coords": [-51.024166, 68.502502, 0.0], + "type": "WYP", + "name": "ANDRE" +}, { + "coords": [13.870833, 52.543335, 0.0], + "type": "WYP", + "name": "ANEBO" +}, { + "coords": [13.665, 42.27, 0.0], + "type": "WYP", + "name": "ANEDA" +}, { + "coords": [-87.959167, 17.296944, 0.0], + "type": "WYP", + "name": "ANEGA" +}, { + "coords": [8.761111, 47.861111, 0.0], + "type": "WYP", + "name": "ANELA" +}, { + "coords": [-114.384163, 29.168333, 0.0], + "type": "WYP", + "name": "ANENA" +}, { + "coords": [-76.611664, 18.405001, 0.0], + "type": "WYP", + "name": "ANERA" +}, { + "coords": [7.0, 55.462776, 0.0], + "type": "WYP", + "name": "ANESI" +}, { + "coords": [0.558456, 42.693005, 0.0], + "type": "WYP", + "name": "ANETO" +}, { + "coords": [-100.288887, 19.593056, 0.0], + "type": "WYP", + "name": "ANEVU" +}, { + "coords": [5.303889, 62.0, 0.0], + "type": "WYP", + "name": "ANEXI" +}, { + "coords": [3.142778, 54.784443, 0.0], + "type": "WYP", + "name": "ANGEL" +}, { + "coords": [-86.9375, 14.334167, 0.0], + "type": "WYP", + "name": "ANGEL" +}, { + "coords": [-2.020833, 49.703888, 0.0], + "type": "WYP", + "name": "ANGLA" +}, { + "coords": [-0.455, 49.928333, 0.0], + "type": "WYP", + "name": "ANGLO" +}, { + "coords": [-3.055556, 56.694168, 0.0], + "type": "WYP", + "name": "ANGUS" +}, { + "coords": [15.738334, 40.134998, 0.0], + "type": "WYP", + "name": "ANIBA" +}, { + "coords": [-86.918053, 19.036667, 0.0], + "type": "WYP", + "name": "ANIKO" +}, { + "coords": [-110.501389, 25.081944, 0.0], + "type": "WYP", + "name": "ANILA" +}, { + "coords": [12.002222, 48.572498, 0.0], + "type": "WYP", + "name": "ANKER" +}, { + "coords": [-3.05, 48.693611, 0.0], + "type": "WYP", + "name": "ANLEV" +}, { + "coords": [-64.942993, 16.236692, 0.0], + "type": "WYP", + "name": "ANNER" +}, { + "coords": [-4.001389, 49.65139, 0.0], + "type": "WYP", + "name": "ANNET" +}, { + "coords": [11.668333, 37.751667, 0.0], + "type": "WYP", + "name": "ANNEX" +}, { + "coords": [0.049444, 54.991112, 0.0], + "type": "WYP", + "name": "ANNIK" +}, { + "coords": [-82.651665, 10.71, 0.0], + "type": "WYP", + "name": "ANSON" +}, { + "coords": [-113.633057, 29.819723, 0.0], + "type": "WYP", + "name": "ANTEL" +}, { + "coords": [-68.0, 18.483334, 0.0], + "type": "WYP", + "name": "ANTEX" +}, { + "coords": [-3.22145, 39.0, 0.0], + "type": "WYP", + "name": "ANZAN" +}, { + "coords": [12.6725, 55.898613, 0.0], + "type": "WYP", + "name": "AOR17" +}, { + "coords": [7.3325, 45.798889, 0.0], + "type": "WYP", + "name": "AOSTA" +}, { + "coords": [-104.140274, 19.996389, 0.0], + "type": "WYP", + "name": "APLAM" +}, { + "coords": [-2.513889, 54.5, 0.0], + "type": "WYP", + "name": "APPLE" +}, { + "coords": [15.946667, 39.035, 0.0], + "type": "WYP", + "name": "APVAR" +}, { + "coords": [15.341314, 47.916172, 0.0], + "type": "WYP", + "name": "ARASA" +}, { + "coords": [-89.893417, 14.807164, 0.0], + "type": "WYP", + "name": "ARATI" +}, { + "coords": [1.129775, 41.543861, 0.0], + "type": "WYP", + "name": "ARBEK" +}, { + "coords": [12.792778, 49.28389, 0.0], + "type": "WYP", + "name": "ARBER" +}, { + "coords": [3.760556, 52.838333, 0.0], + "type": "WYP", + "name": "ARBIL" +}, { + "coords": [70.854446, 43.516945, 0.0], + "type": "WYP", + "name": "ARBOL" +}, { + "coords": [4.886305, 45.280834, 0.0], + "type": "WYP", + "name": "ARBON" +}, { + "coords": [6.026389, 46.984165, 0.0], + "type": "WYP", + "name": "ARBOS" +}, { + "coords": [6.132222, 50.299168, 0.0], + "type": "WYP", + "name": "ARCKY" +}, { + "coords": [20.69389, 51.284443, 0.0], + "type": "WYP", + "name": "ARDAG" +}, { + "coords": [4.857222, 49.860832, 0.0], + "type": "WYP", + "name": "ARDEN" +}, { + "coords": [22.455278, 61.18861, 0.0], + "type": "WYP", + "name": "ARDIL" +}, { + "coords": [6.087778, 60.451946, 0.0], + "type": "WYP", + "name": "ARDIP" +}, { + "coords": [34.105, 43.404999, 0.0], + "type": "WYP", + "name": "ARDOK" +}, { + "coords": [-67.23362, 18.026947, 0.0], + "type": "WYP", + "name": "ARECA" +}, { + "coords": [4.666667, 59.0275, 0.0], + "type": "WYP", + "name": "ARFRI" +}, { + "coords": [13.561666, 54.628613, 0.0], + "type": "WYP", + "name": "ARGAD" +}, { + "coords": [-3.524836, 40.29829, 0.0], + "type": "WYP", + "name": "ARGAS" +}, { + "coords": [-0.25, 48.929722, 0.0], + "type": "WYP", + "name": "ARGED" +}, { + "coords": [26.826666, 44.082222, 0.0], + "type": "WYP", + "name": "ARGES" +}, { + "coords": [5.599167, 45.971111, 0.0], + "type": "WYP", + "name": "ARGIS" +}, { + "coords": [-105.956665, 25.139723, 0.0], + "type": "WYP", + "name": "ARGON" +}, { + "coords": [22.733334, 37.654167, 0.0], + "type": "WYP", + "name": "ARGUN" +}, { + "coords": [-96.251389, 24.608889, 0.0], + "type": "WYP", + "name": "ARGUS" +}, { + "coords": [43.933334, 43.433334, 0.0], + "type": "WYP", + "name": "ARGUT" +}, { + "coords": [23.449244, 46.384548, 0.0], + "type": "WYP", + "name": "ARIES" +}, { + "coords": [50.548332, 51.490002, 0.0], + "type": "WYP", + "name": "ARISA" +}, { + "coords": [-87.621391, 14.862778, 0.0], + "type": "WYP", + "name": "ARITA" +}, { + "coords": [44.099998, 52.866665, 0.0], + "type": "WYP", + "name": "ARKAD" +}, { + "coords": [64.539169, 47.193054, 0.0], + "type": "WYP", + "name": "ARKAM" +}, { + "coords": [94.98333, 54.666668, 0.0], + "type": "WYP", + "name": "ARKAN" +}, { + "coords": [25.028055, 66.413612, 0.0], + "type": "WYP", + "name": "ARKEL" +}, { + "coords": [6.669167, 51.947777, 0.0], + "type": "WYP", + "name": "ARKON" +}, { + "coords": [7.973889, 62.921391, 0.0], + "type": "WYP", + "name": "ARKUT" +}, { + "coords": [73.066666, 41.266666, 0.0], + "type": "WYP", + "name": "ARLAN" +}, { + "coords": [10.166667, 47.166668, 0.0], + "type": "WYP", + "name": "ARLBG" +}, { + "coords": [-87.06778, 11.8, 0.0], + "type": "WYP", + "name": "ARLEN" +}, { + "coords": [8.375, 45.93, 0.0], + "type": "WYP", + "name": "ARLES" +}, { + "coords": [5.268611, 43.249722, 0.0], + "type": "WYP", + "name": "ARLET" +}, { + "coords": [15.029764, 46.413822, 0.0], + "type": "WYP", + "name": "ARLON" +}, { + "coords": [22.995001, 34.628334, 0.0], + "type": "WYP", + "name": "ARLOS" +}, { + "coords": [-14.0, 42.5, 0.0], + "type": "WYP", + "name": "ARMED" +}, { + "coords": [50.358334, 39.686668, 0.0], + "type": "WYP", + "name": "ARMUD" +}, { + "coords": [12.221666, 49.755001, 0.0], + "type": "WYP", + "name": "ARMUT" +}, { + "coords": [-80.616669, 15.0, 0.0], + "type": "WYP", + "name": "ARNAL" +}, { + "coords": [-18.550278, 64.680832, 0.0], + "type": "WYP", + "name": "ARNAR" +}, { + "coords": [23.483334, 40.52, 0.0], + "type": "WYP", + "name": "ARNAS" +}, { + "coords": [6.076667, 52.09639, 0.0], + "type": "WYP", + "name": "ARNEM" +}, { + "coords": [2.108333, 47.246666, 0.0], + "type": "WYP", + "name": "ARNON" +}, { + "coords": [13.569311, 46.541256, 0.0], + "type": "WYP", + "name": "ARNOS" +}, { + "coords": [11.915277, 55.215279, 0.0], + "type": "WYP", + "name": "ARNUS" +}, { + "coords": [-0.707003, 40.894604, 0.0], + "type": "WYP", + "name": "AROMA" +}, { + "coords": [-77.39167, 7.733333, 0.0], + "type": "WYP", + "name": "ARORO" +}, { + "coords": [67.354721, 50.802223, 0.0], + "type": "WYP", + "name": "ARPAL" +}, { + "coords": [14.791667, 42.746666, 0.0], + "type": "WYP", + "name": "ARPIK" +}, { + "coords": [-5.984414, 43.829174, 0.0], + "type": "WYP", + "name": "ARPOM" +}, { + "coords": [6.665833, 47.672501, 0.0], + "type": "WYP", + "name": "ARPUS" +}, { + "coords": [5.923056, 59.728054, 0.0], + "type": "WYP", + "name": "ARRAN" +}, { + "coords": [4.919167, 58.549721, 0.0], + "type": "WYP", + "name": "ARREK" +}, { + "coords": [-6.127666, 37.595211, 0.0], + "type": "WYP", + "name": "ARROS" +}, { + "coords": [8.458333, 57.834446, 0.0], + "type": "WYP", + "name": "ARRSY" +}, { + "coords": [14.796, 58.828529, 0.0], + "type": "WYP", + "name": "ARS74" +}, { + "coords": [43.869999, 40.561668, 0.0], + "type": "WYP", + "name": "ARSAR" +}, { + "coords": [4.061666, 48.560001, 0.0], + "type": "WYP", + "name": "ARSIL" +}, { + "coords": [16.683945, 47.55653, 0.0], + "type": "WYP", + "name": "ARSIN" +}, { + "coords": [4.451667, 60.768333, 0.0], + "type": "WYP", + "name": "ARSTA" +}, { + "coords": [60.505001, 38.880001, 0.0], + "type": "WYP", + "name": "ARSUV" +}, { + "coords": [7.797778, 52.200001, 0.0], + "type": "WYP", + "name": "ARTER" +}, { + "coords": [-2.285278, 53.783054, 0.0], + "type": "WYP", + "name": "ARTHA" +}, { + "coords": [5.569167, 52.511112, 0.0], + "type": "WYP", + "name": "ARTIP" +}, { + "coords": [10.148889, 58.334446, 0.0], + "type": "WYP", + "name": "ARTOR" +}, { + "coords": [24.063889, 60.346668, 0.0], + "type": "WYP", + "name": "ARTUR" +}, { + "coords": [76.214447, 42.837223, 0.0], + "type": "WYP", + "name": "ARTUS" +}, { + "coords": [59.106667, 66.769997, 0.0], + "type": "WYP", + "name": "ARUTA" +}, { + "coords": [69.173058, 43.376389, 0.0], + "type": "WYP", + "name": "ARVAR" +}, { + "coords": [56.299999, 39.0, 0.0], + "type": "WYP", + "name": "ARVAT" +}, { + "coords": [3.496944, 50.545834, 0.0], + "type": "WYP", + "name": "ARVOL" +}, { + "coords": [68.833336, 42.433334, 0.0], + "type": "WYP", + "name": "ARYS" +}, { + "coords": [9.993889, 55.371944, 0.0], + "type": "WYP", + "name": "ASBIL" +}, { + "coords": [15.947639, 47.080101, 0.0], + "type": "WYP", + "name": "ASBON" +}, { + "coords": [12.4, 43.785, 0.0], + "type": "WYP", + "name": "ASDOR" +}, { + "coords": [-82.40583, 8.549167, 0.0], + "type": "WYP", + "name": "ASEGO" +}, { + "coords": [63.326668, 39.531666, 0.0], + "type": "WYP", + "name": "ASHGA" +}, { + "coords": [-82.238335, 8.413333, 0.0], + "type": "WYP", + "name": "ASIKA" +}, { + "coords": [-0.052778, 52.013889, 0.0], + "type": "WYP", + "name": "ASKEY" +}, { + "coords": [-7.0, 49.053612, 0.0], + "type": "WYP", + "name": "ASKIL" +}, { + "coords": [56.546665, 56.285, 0.0], + "type": "WYP", + "name": "ASKIN" +}, { + "coords": [-17.262222, 64.870834, 0.0], + "type": "WYP", + "name": "ASKJA" +}, { + "coords": [-18.691668, 65.195557, 0.0], + "type": "WYP", + "name": "ASKUR" +}, { + "coords": [50.608334, 41.084999, 0.0], + "type": "WYP", + "name": "ASLAN" +}, { + "coords": [11.180278, 51.620277, 0.0], + "type": "WYP", + "name": "ASLEP" +}, { + "coords": [-11.59545, 39.372627, 0.0], + "type": "WYP", + "name": "ASMAR" +}, { + "coords": [-1.805556, 50.292778, 0.0], + "type": "WYP", + "name": "ASPEN" +}, { + "coords": [0.979722, 43.0, 0.0], + "type": "WYP", + "name": "ASPET" +}, { + "coords": [21.866112, 57.793335, 0.0], + "type": "WYP", + "name": "ASRUN" +}, { + "coords": [-39.995556, 65.417778, 0.0], + "type": "WYP", + "name": "ASTAN" +}, { + "coords": [-3.82, 48.193333, 0.0], + "type": "WYP", + "name": "ASTEL" +}, { + "coords": [3.222944, 48.859665, 0.0], + "type": "WYP", + "name": "ASTIK" +}, { + "coords": [26.233334, 36.566666, 0.0], + "type": "WYP", + "name": "ASTIS" +}, { + "coords": [24.630278, 56.368889, 0.0], + "type": "WYP", + "name": "ASTRA" +}, { + "coords": [-1.263003, 39.02438, 0.0], + "type": "WYP", + "name": "ASTRO" +}, { + "coords": [-7.360097, 43.218437, 0.0], + "type": "WYP", + "name": "ASTUR" +}, { + "coords": [16.047874, 48.763515, 0.0], + "type": "WYP", + "name": "ASTUT" +}, { + "coords": [-48.378887, 64.63028, 0.0], + "type": "WYP", + "name": "ASVID" +}, { + "coords": [68.364441, 51.973331, 0.0], + "type": "WYP", + "name": "ATBAN" +}, { + "coords": [-8.622403, 38.658314, 0.0], + "type": "WYP", + "name": "ATECA" +}, { + "coords": [25.436111, 35.854443, 0.0], + "type": "WYP", + "name": "ATLAN" +}, { + "coords": [-4.947531, 44.505363, 0.0], + "type": "WYP", + "name": "ATLEN" +}, { + "coords": [-0.058806, 49.438972, 0.0], + "type": "WYP", + "name": "ATMOS" +}, { + "coords": [4.035761, 47.906593, 0.0], + "type": "WYP", + "name": "ATN67" +}, { + "coords": [67.563889, 52.196945, 0.0], + "type": "WYP", + "name": "ATNON" +}, { + "coords": [30.111666, 46.101665, 0.0], + "type": "WYP", + "name": "ATNOS" +}, { + "coords": [-82.285004, 9.173611, 0.0], + "type": "WYP", + "name": "ATOBO" +}, { + "coords": [23.879444, 56.681946, 0.0], + "type": "WYP", + "name": "ATRAK" +}, { + "coords": [67.120834, 46.883888, 0.0], + "type": "WYP", + "name": "ATRUS" +}, { + "coords": [8.782778, 54.899723, 0.0], + "type": "WYP", + "name": "ATTUS" +}, { + "coords": [-81.425003, 20.0, 0.0], + "type": "WYP", + "name": "ATUVI" +}, { + "coords": [12.926666, 52.457222, 0.0], + "type": "WYP", + "name": "ATVEL" +}, { + "coords": [3.5, 56.509724, 0.0], + "type": "WYP", + "name": "ATWEL" +}, { + "coords": [0.558333, 43.65139, 0.0], + "type": "WYP", + "name": "AUCHE" +}, { + "coords": [-48.899445, 62.246113, 0.0], + "type": "WYP", + "name": "AUDUN" +}, { + "coords": [1.6475, 44.378613, 0.0], + "type": "WYP", + "name": "AULON" +}, { + "coords": [-90.056938, 14.181681, 0.0], + "type": "WYP", + "name": "AUR34" +}, { + "coords": [37.433334, 56.233334, 0.0], + "type": "WYP", + "name": "AVADI" +}, { + "coords": [-63.302509, 18.097738, 0.0], + "type": "WYP", + "name": "AVAKI" +}, { + "coords": [-88.379723, 17.126389, 0.0], + "type": "WYP", + "name": "AVAKO" +}, { + "coords": [-0.938333, 50.82, 0.0], + "type": "WYP", + "name": "AVANT" +}, { + "coords": [9.626667, 52.919998, 0.0], + "type": "WYP", + "name": "AVENU" +}, { + "coords": [104.491669, 55.108334, 0.0], + "type": "WYP", + "name": "AVIBI" +}, { + "coords": [-4.549894, 40.624622, 0.0], + "type": "WYP", + "name": "AVILA" +}, { + "coords": [48.866665, 43.205002, 0.0], + "type": "WYP", + "name": "AVILI" +}, { + "coords": [-95.837219, 16.695555, 0.0], + "type": "WYP", + "name": "AVINA" +}, { + "coords": [46.173332, 47.186668, 0.0], + "type": "WYP", + "name": "AVIRA" +}, { + "coords": [61.713612, 46.198891, 0.0], + "type": "WYP", + "name": "AVLAK" +}, { + "coords": [58.598331, 50.963333, 0.0], + "type": "WYP", + "name": "AVLOK" +}, { + "coords": [3.813333, 47.560001, 0.0], + "type": "WYP", + "name": "AVLON" +}, { + "coords": [-69.575279, 17.60111, 0.0], + "type": "WYP", + "name": "AVRES" +}, { + "coords": [1.0, 48.783333, 0.0], + "type": "WYP", + "name": "AVREX" +}, { + "coords": [-89.444443, 17.663334, 0.0], + "type": "WYP", + "name": "AVRIS" +}, { + "coords": [-106.350555, 31.190834, 0.0], + "type": "WYP", + "name": "AVSIL" +}, { + "coords": [-97.953331, 23.221666, 0.0], + "type": "WYP", + "name": "AVUMO" +}, { + "coords": [5.940278, 53.491943, 0.0], + "type": "WYP", + "name": "AWG1" +}, { + "coords": [60.299999, 64.616669, 0.0], + "type": "WYP", + "name": "AWRAL" +}, { + "coords": [-102.918335, 23.735834, 0.0], + "type": "WYP", + "name": "AXABA" +}, { + "coords": [-107.554169, 21.186945, 0.0], + "type": "WYP", + "name": "AXOKA" +}, { + "coords": [-95.02639, 19.406111, 0.0], + "type": "WYP", + "name": "AXUKO" +}, { + "coords": [49.5, 44.740002, 0.0], + "type": "WYP", + "name": "AZABI" +}, { + "coords": [44.25, 42.5, 0.0], + "type": "WYP", + "name": "AZELI" +}, { + "coords": [83.166664, 53.583332, 0.0], + "type": "WYP", + "name": "AZOVO" +}, { + "coords": [13.129723, 45.387222, 0.0], + "type": "WYP", + "name": "BABAG" +}, { + "coords": [-12.0, 54.0, 0.0], + "type": "WYP", + "name": "BABAN" +}, { + "coords": [48.633335, 53.599998, 0.0], + "type": "WYP", + "name": "BABAT" +}, { + "coords": [49.788334, 40.724998, 0.0], + "type": "WYP", + "name": "BABEK" +}, { + "coords": [15.719167, 54.685001, 0.0], + "type": "WYP", + "name": "BABIK" +}, { + "coords": [18.933722, 45.930862, 0.0], + "type": "WYP", + "name": "BABIT" +}, { + "coords": [4.905278, 51.413055, 0.0], + "type": "WYP", + "name": "BABIX" +}, { + "coords": [30.268333, 54.455002, 0.0], + "type": "WYP", + "name": "BABOK" +}, { + "coords": [28.783333, 52.181667, 0.0], + "type": "WYP", + "name": "BABUN" +}, { + "coords": [49.5, 45.386665, 0.0], + "type": "WYP", + "name": "BABUR" +}, { + "coords": [3.170556, 44.086388, 0.0], + "type": "WYP", + "name": "BADAM" +}, { + "coords": [64.614998, 44.373333, 0.0], + "type": "WYP", + "name": "BADAS" +}, { + "coords": [4.495833, 43.464169, 0.0], + "type": "WYP", + "name": "BADET" +}, { + "coords": [1.954444, 51.911667, 0.0], + "type": "WYP", + "name": "BADGA" +}, { + "coords": [45.549999, 41.650002, 0.0], + "type": "WYP", + "name": "BADIR" +}, { + "coords": [29.143333, 42.996944, 0.0], + "type": "WYP", + "name": "BADKI" +}, { + "coords": [17.678333, 51.75, 0.0], + "type": "WYP", + "name": "BADNO" +}, { + "coords": [27.035, 48.736668, 0.0], + "type": "WYP", + "name": "BADON" +}, { + "coords": [22.107922, 47.573544, 0.0], + "type": "WYP", + "name": "BADOR" +}, { + "coords": [9.135278, 54.369999, 0.0], + "type": "WYP", + "name": "BADOS" +}, { + "coords": [8.191389, 49.428333, 0.0], + "type": "WYP", + "name": "BADOT" +}, { + "coords": [30.450001, 60.049999, 0.0], + "type": "WYP", + "name": "BADUN" +}, { + "coords": [-4.331975, 37.568443, 0.0], + "type": "WYP", + "name": "BAENA" +}, { + "coords": [31.086666, 54.503334, 0.0], + "type": "WYP", + "name": "BAEVO" +}, { + "coords": [74.185555, 47.573055, 0.0], + "type": "WYP", + "name": "BAGIL" +}, { + "coords": [1.591667, 51.040833, 0.0], + "type": "WYP", + "name": "BAGIN" +}, { + "coords": [51.705276, 49.024445, 0.0], + "type": "WYP", + "name": "BAGIR" +}, { + "coords": [-15.0, 60.5, 0.0], + "type": "WYP", + "name": "BAGIT" +}, { + "coords": [11.801666, 43.889999, 0.0], + "type": "WYP", + "name": "BAGNO" +}, { + "coords": [4.6375, 46.751389, 0.0], + "type": "WYP", + "name": "BAGOL" +}, { + "coords": [11.27, 54.572777, 0.0], + "type": "WYP", + "name": "BAGOS" +}, { + "coords": [29.803333, 45.186668, 0.0], + "type": "WYP", + "name": "BAGRI" +}, { + "coords": [58.556667, 38.785, 0.0], + "type": "WYP", + "name": "BAHAR" +}, { + "coords": [-77.468887, 20.900833, 0.0], + "type": "WYP", + "name": "BAIRE" +}, { + "coords": [23.503191, 46.595146, 0.0], + "type": "WYP", + "name": "BAISA" +}, { + "coords": [14.074583, 58.517166, 0.0], + "type": "WYP", + "name": "BAK88" +}, { + "coords": [19.57625, 45.250084, 0.0], + "type": "WYP", + "name": "BAKAL" +}, { + "coords": [0.298056, 51.494999, 0.0], + "type": "WYP", + "name": "BAKER" +}, { + "coords": [40.865002, 60.226665, 0.0], + "type": "WYP", + "name": "BAKET" +}, { + "coords": [17.936777, 62.972221, 0.0], + "type": "WYP", + "name": "BAKIL" +}, { + "coords": [-21.294167, 63.8675, 0.0], + "type": "WYP", + "name": "BAKKI" +}, { + "coords": [19.415833, 61.362499, 0.0], + "type": "WYP", + "name": "BAKLA" +}, { + "coords": [13.560778, 54.916668, 0.0], + "type": "WYP", + "name": "BAKLI" +}, { + "coords": [31.549999, 46.483334, 0.0], + "type": "WYP", + "name": "BAKNA" +}, { + "coords": [18.466667, 47.654057, 0.0], + "type": "WYP", + "name": "BAKOL" +}, { + "coords": [13.495833, 45.06361, 0.0], + "type": "WYP", + "name": "BAKSO" +}, { + "coords": [-5.680278, 52.241665, 0.0], + "type": "WYP", + "name": "BAKUR" +}, { + "coords": [15.812233, 47.896626, 0.0], + "type": "WYP", + "name": "BALAD" +}, { + "coords": [14.546111, 66.853058, 0.0], + "type": "WYP", + "name": "BALAK" +}, { + "coords": [1.033333, 46.516109, 0.0], + "type": "WYP", + "name": "BALAN" +}, { + "coords": [19.249952, 48.067997, 0.0], + "type": "WYP", + "name": "BALAP" +}, { + "coords": [57.099998, 40.641666, 0.0], + "type": "WYP", + "name": "BALAT" +}, { + "coords": [23.023333, 50.861668, 0.0], + "type": "WYP", + "name": "BALBA" +}, { + "coords": [18.685833, 41.48111, 0.0], + "type": "WYP", + "name": "BALEM" +}, { + "coords": [5.69, 40.946667, 0.0], + "type": "WYP", + "name": "BALEN" +}, { + "coords": [73.640556, 43.220276, 0.0], + "type": "WYP", + "name": "BALGO" +}, { + "coords": [51.838055, 43.328609, 0.0], + "type": "WYP", + "name": "BALIG" +}, { + "coords": [26.666666, 48.866665, 0.0], + "type": "WYP", + "name": "BALIN" +}, { + "coords": [7.281389, 47.308334, 0.0], + "type": "WYP", + "name": "BALIR" +}, { + "coords": [-7.978889, 54.383888, 0.0], + "type": "WYP", + "name": "BALNA" +}, { + "coords": [-1.673889, 47.618057, 0.0], + "type": "WYP", + "name": "BALNI" +}, { + "coords": [26.069639, 44.751621, 0.0], + "type": "WYP", + "name": "BALOG" +}, { + "coords": [5.704722, 42.434166, 0.0], + "type": "WYP", + "name": "BALOK" +}, { + "coords": [19.581388, 50.323612, 0.0], + "type": "WYP", + "name": "BALOS" +}, { + "coords": [-3.553611, 49.234722, 0.0], + "type": "WYP", + "name": "BALOT" +}, { + "coords": [1.704167, 44.496113, 0.0], + "type": "WYP", + "name": "BALPI" +}, { + "coords": [5.960834, 45.477501, 0.0], + "type": "WYP", + "name": "BALSI" +}, { + "coords": [25.251667, 59.904167, 0.0], + "type": "WYP", + "name": "BALTI" +}, { + "coords": [13.326522, 50.089462, 0.0], + "type": "WYP", + "name": "BALTU" +}, { + "coords": [51.461666, 42.016666, 0.0], + "type": "WYP", + "name": "BALUN" +}, { + "coords": [19.555258, 47.118832, 0.0], + "type": "WYP", + "name": "BALVA" +}, { + "coords": [76.133331, 42.433334, 0.0], + "type": "WYP", + "name": "BALYI" +}, { + "coords": [73.213333, 60.986668, 0.0], + "type": "WYP", + "name": "BALYK" +}, { + "coords": [50.196667, 40.075001, 0.0], + "type": "WYP", + "name": "BAMAK" +}, { + "coords": [63.716667, 57.099998, 0.0], + "type": "WYP", + "name": "BAMAN" +}, { + "coords": [-6.450833, 35.833332, 0.0], + "type": "WYP", + "name": "BAMBA" +}, { + "coords": [19.0, 38.628334, 0.0], + "type": "WYP", + "name": "BAMBI" +}, { + "coords": [1.486111, 48.975277, 0.0], + "type": "WYP", + "name": "BAMES" +}, { + "coords": [14.547231, 45.626957, 0.0], + "type": "WYP", + "name": "BAMIN" +}, { + "coords": [44.788334, 55.271667, 0.0], + "type": "WYP", + "name": "BAMIR" +}, { + "coords": [11.419723, 50.686111, 0.0], + "type": "WYP", + "name": "BAMKI" +}, { + "coords": [-6.651111, 54.141109, 0.0], + "type": "WYP", + "name": "BAMLI" +}, { + "coords": [11.841389, 54.44611, 0.0], + "type": "WYP", + "name": "BAMOR" +}, { + "coords": [16.615278, 43.352779, 0.0], + "type": "WYP", + "name": "BAMRO" +}, { + "coords": [9.55, 47.542778, 0.0], + "type": "WYP", + "name": "BAMUR" +}, { + "coords": [69.391945, 41.861668, 0.0], + "type": "WYP", + "name": "BAMUT" +}, { + "coords": [8.843333, 58.891666, 0.0], + "type": "WYP", + "name": "BANAD" +}, { + "coords": [58.325001, 52.580002, 0.0], + "type": "WYP", + "name": "BANAK" +}, { + "coords": [-15.0, 42.0, 0.0], + "type": "WYP", + "name": "BANAL" +}, { + "coords": [93.466667, 54.549999, 0.0], + "type": "WYP", + "name": "BANAN" +}, { + "coords": [27.254999, 50.541668, 0.0], + "type": "WYP", + "name": "BANAR" +}, { + "coords": [67.26667, 38.75, 0.0], + "type": "WYP", + "name": "BANAS" +}, { + "coords": [-6.239167, 51.952778, 0.0], + "type": "WYP", + "name": "BANBA" +}, { + "coords": [-10.1475, 50.485554, 0.0], + "type": "WYP", + "name": "BANDU" +}, { + "coords": [2.598928, 41.45031, 0.0], + "type": "WYP", + "name": "BANEX" +}, { + "coords": [1.673056, 49.924446, 0.0], + "type": "WYP", + "name": "BANGI" +}, { + "coords": [9.011666, 49.452778, 0.0], + "type": "WYP", + "name": "BANIK" +}, { + "coords": [31.533333, 46.618332, 0.0], + "type": "WYP", + "name": "BANIT" +}, { + "coords": [7.055, 45.82, 0.0], + "type": "WYP", + "name": "BANKO" +}, { + "coords": [-8.0, 51.0, 0.0], + "type": "WYP", + "name": "BANLO" +}, { + "coords": [72.674164, 50.191666, 0.0], + "type": "WYP", + "name": "BANOS" +}, { + "coords": [83.203331, 65.948334, 0.0], + "type": "WYP", + "name": "BANTA" +}, { + "coords": [30.966667, 43.683334, 0.0], + "type": "WYP", + "name": "BANUR" +}, { + "coords": [19.663221, 45.3535, 0.0], + "type": "WYP", + "name": "BAPER" +}, { + "coords": [2.467222, 48.622501, 0.0], + "type": "WYP", + "name": "BARAK" +}, { + "coords": [70.049446, 42.849445, 0.0], + "type": "WYP", + "name": "BARAR" +}, { + "coords": [-89.543053, 13.576944, 0.0], + "type": "WYP", + "name": "BARAS" +}, { + "coords": [-6.302458, 40.583485, 0.0], + "type": "WYP", + "name": "BARDI" +}, { + "coords": [18.41338, 45.746189, 0.0], + "type": "WYP", + "name": "BAREB" +}, { + "coords": [5.220278, 45.739166, 0.0], + "type": "WYP", + "name": "BAREN" +}, { + "coords": [9.335, 40.415001, 0.0], + "type": "WYP", + "name": "BAREN" +}, { + "coords": [4.345556, 45.467777, 0.0], + "type": "WYP", + "name": "BAREX" +}, { + "coords": [25.985001, 48.921665, 0.0], + "type": "WYP", + "name": "BARGI" +}, { + "coords": [7.188334, 40.860279, 0.0], + "type": "WYP", + "name": "BARIL" +}, { + "coords": [-8.0, 50.416668, 0.0], + "type": "WYP", + "name": "BARIX" +}, { + "coords": [71.0, 54.864723, 0.0], + "type": "WYP", + "name": "BARKI" +}, { + "coords": [-6.944603, 42.200607, 0.0], + "type": "WYP", + "name": "BARKO" +}, { + "coords": [2.770833, 50.426388, 0.0], + "type": "WYP", + "name": "BARLI" +}, { + "coords": [-1.311667, 49.688332, 0.0], + "type": "WYP", + "name": "BARLU" +}, { + "coords": [18.0, 52.186668, 0.0], + "type": "WYP", + "name": "BARNU" +}, { + "coords": [16.526112, 35.93111, 0.0], + "type": "WYP", + "name": "BAROG" +}, { + "coords": [-10.023334, 35.966667, 0.0], + "type": "WYP", + "name": "BAROK" +}, { + "coords": [10.730833, 50.041668, 0.0], + "type": "WYP", + "name": "BAROM" +}, { + "coords": [31.846666, 47.628334, 0.0], + "type": "WYP", + "name": "BAROR" +}, { + "coords": [13.522864, 45.585804, 0.0], + "type": "WYP", + "name": "BARPI" +}, { + "coords": [4.838333, 52.780834, 0.0], + "type": "WYP", + "name": "BARSI" +}, { + "coords": [6.890278, 44.143612, 0.0], + "type": "WYP", + "name": "BARSO" +}, { + "coords": [57.666668, 46.503334, 0.0], + "type": "WYP", + "name": "BARSU" +}, { + "coords": [24.091778, 46.903812, 0.0], + "type": "WYP", + "name": "BARTA" +}, { + "coords": [-2.428056, 53.470554, 0.0], + "type": "WYP", + "name": "BARTN" +}, { + "coords": [28.569641, 44.541393, 0.0], + "type": "WYP", + "name": "BARUK" +}, { + "coords": [1.729992, 41.054127, 0.0], + "type": "WYP", + "name": "BARUS" +}, { + "coords": [42.816666, 41.866665, 0.0], + "type": "WYP", + "name": "BARUZ" +}, { + "coords": [25.5875, 56.818333, 0.0], + "type": "WYP", + "name": "BARVA" +}, { + "coords": [73.908058, 43.572224, 0.0], + "type": "WYP", + "name": "BASAN" +}, { + "coords": [46.766666, 53.733334, 0.0], + "type": "WYP", + "name": "BASAN" +}, { + "coords": [54.314999, 44.839443, 0.0], + "type": "WYP", + "name": "BASAS" +}, { + "coords": [2.106389, 52.098331, 0.0], + "type": "WYP", + "name": "BASAV" +}, { + "coords": [91.716667, 56.75, 0.0], + "type": "WYP", + "name": "BASEL" +}, { + "coords": [-1.71, 51.563889, 0.0], + "type": "WYP", + "name": "BASET" +}, { + "coords": [46.849998, 46.200001, 0.0], + "type": "WYP", + "name": "BASKO" +}, { + "coords": [-93.362778, 18.839722, 0.0], + "type": "WYP", + "name": "BASKO" +}, { + "coords": [2.9875, 44.114723, 0.0], + "type": "WYP", + "name": "BASLI" +}, { + "coords": [11.5, 35.825279, 0.0], + "type": "WYP", + "name": "BASMO" +}, { + "coords": [70.666946, 50.362221, 0.0], + "type": "WYP", + "name": "BASPA" +}, { + "coords": [3.122514, 39.544334, 0.0], + "type": "WYP", + "name": "BASSO" +}, { + "coords": [7.624583, 47.37175, 0.0], + "type": "WYP", + "name": "BASUD" +}, { + "coords": [8.788611, 52.771946, 0.0], + "type": "WYP", + "name": "BASUM" +}, { + "coords": [67.013336, 38.150002, 0.0], + "type": "WYP", + "name": "BASUN" +}, { + "coords": [3.372278, 48.822807, 0.0], + "type": "WYP", + "name": "BATAG" +}, { + "coords": [4.788333, 51.57111, 0.0], + "type": "WYP", + "name": "BATAK" +}, { + "coords": [-87.241112, 15.645555, 0.0], + "type": "WYP", + "name": "BATAN" +}, { + "coords": [8.884444, 47.088612, 0.0], + "type": "WYP", + "name": "BATEK" +}, { + "coords": [11.419444, 52.636944, 0.0], + "type": "WYP", + "name": "BATEL" +}, { + "coords": [0.555833, 50.888611, 0.0], + "type": "WYP", + "name": "BATEL" +}, { + "coords": [23.775265, 46.015308, 0.0], + "type": "WYP", + "name": "BATIN" +}, { + "coords": [26.551111, 55.459167, 0.0], + "type": "WYP", + "name": "BATKU" +}, { + "coords": [10.156667, 41.213333, 0.0], + "type": "WYP", + "name": "BATOX" +}, { + "coords": [19.365, 44.185001, 0.0], + "type": "WYP", + "name": "BATRU" +}, { + "coords": [5.848889, 50.649166, 0.0], + "type": "WYP", + "name": "BATTY" +}, { + "coords": [48.138332, 52.251667, 0.0], + "type": "WYP", + "name": "BATUR" +}, { + "coords": [-14.693055, 64.939445, 0.0], + "type": "WYP", + "name": "BAULA" +}, { + "coords": [66.876389, 53.305279, 0.0], + "type": "WYP", + "name": "BAVAG" +}, { + "coords": [8.408334, 45.703335, 0.0], + "type": "WYP", + "name": "BAVMI" +}, { + "coords": [18.201389, 50.004166, 0.0], + "type": "WYP", + "name": "BAVOK" +}, { + "coords": [3.87, 48.790554, 0.0], + "type": "WYP", + "name": "BAXIR" +}, { + "coords": [72.716667, 40.983334, 0.0], + "type": "WYP", + "name": "BAZAK" +}, { + "coords": [-3.185205, 37.734413, 0.0], + "type": "WYP", + "name": "BAZAS" +}, { + "coords": [-3.256944, 51.808613, 0.0], + "type": "WYP", + "name": "BCN05" +}, { + "coords": [-3.250556, 51.891666, 0.0], + "type": "WYP", + "name": "BCN10" +}, { + "coords": [-3.206689, 52.470207, 0.0], + "type": "WYP", + "name": "BCN45" +}, { + "coords": [-3.193867, 52.636459, 0.0], + "type": "WYP", + "name": "BCN55" +}, { + "coords": [-3.180278, 52.809723, 0.0], + "type": "WYP", + "name": "BCN65" +}, { + "coords": [-3.166945, 52.983334, 0.0], + "type": "WYP", + "name": "BCN75" +}, { + "coords": [100.981667, 53.279999, 0.0], + "type": "WYP", + "name": "BD95" +}, { + "coords": [15.460834, 66.331108, 0.0], + "type": "WYP", + "name": "BDO62" +}, { + "coords": [15.395, 66.2575, 0.0], + "type": "WYP", + "name": "BDO66" +}, { + "coords": [-66.61956, 18.75985, 0.0], + "type": "WYP", + "name": "BEANO" +}, { + "coords": [-4.333333, 43.476265, 0.0], + "type": "WYP", + "name": "BEATI" +}, { + "coords": [34.518333, 49.355, 0.0], + "type": "WYP", + "name": "BEBRO" +}, { + "coords": [35.799999, 45.683334, 0.0], + "type": "WYP", + "name": "BEDAN" +}, { + "coords": [-1.9925, 48.321945, 0.0], + "type": "WYP", + "name": "BEDEE" +}, { + "coords": [-0.563333, 52.224998, 0.0], + "type": "WYP", + "name": "BEDFO" +}, { + "coords": [72.276108, 50.228333, 0.0], + "type": "WYP", + "name": "BEDKA" +}, { + "coords": [6.0, 55.597778, 0.0], + "type": "WYP", + "name": "BEDRO" +}, { + "coords": [6.588889, 53.348057, 0.0], + "type": "WYP", + "name": "BEDUM" +}, { + "coords": [76.964165, 43.592224, 0.0], + "type": "WYP", + "name": "BEDUR" +}, { + "coords": [0.21, 50.470554, 0.0], + "type": "WYP", + "name": "BEECH" +}, { + "coords": [3.043611, 53.212776, 0.0], + "type": "WYP", + "name": "BEENO" +}, { + "coords": [7.583333, 47.900002, 0.0], + "type": "WYP", + "name": "BEGAR" +}, { + "coords": [-9.0, 45.0, 0.0], + "type": "WYP", + "name": "BEGAS" +}, { + "coords": [-4.031389, 52.584721, 0.0], + "type": "WYP", + "name": "BEGDA" +}, { + "coords": [1.836111, 48.689445, 0.0], + "type": "WYP", + "name": "BEGEL" +}, { + "coords": [76.10778, 52.504166, 0.0], + "type": "WYP", + "name": "BEGIK" +}, { + "coords": [16.225027, 59.628944, 0.0], + "type": "WYP", + "name": "BEGIL" +}, { + "coords": [17.106792, 47.801571, 0.0], + "type": "WYP", + "name": "BEGLA" +}, { + "coords": [55.014999, 40.875, 0.0], + "type": "WYP", + "name": "BEGLI" +}, { + "coords": [12.928611, 51.433334, 0.0], + "type": "WYP", + "name": "BEGOT" +}, { + "coords": [-1.235556, 50.762501, 0.0], + "type": "WYP", + "name": "BEGTO" +}, { + "coords": [-1.450833, 43.058334, 0.0], + "type": "WYP", + "name": "BEGUY" +}, { + "coords": [9.761666, 45.325001, 0.0], + "type": "WYP", + "name": "BEKAN" +}, { + "coords": [31.75, 47.616665, 0.0], + "type": "WYP", + "name": "BEKAR" +}, { + "coords": [65.1175, 44.062778, 0.0], + "type": "WYP", + "name": "BEKAS" +}, { + "coords": [4.58, 51.43222, 0.0], + "type": "WYP", + "name": "BEKEM" +}, { + "coords": [-1.522222, 58.886944, 0.0], + "type": "WYP", + "name": "BEKET" +}, { + "coords": [47.888332, 41.058334, 0.0], + "type": "WYP", + "name": "BEKIR" +}, { + "coords": [62.513889, 49.751389, 0.0], + "type": "WYP", + "name": "BEKOR" +}, { + "coords": [9.933333, 41.793335, 0.0], + "type": "WYP", + "name": "BEKOS" +}, { + "coords": [-5.5, 54.369728, 0.0], + "type": "WYP", + "name": "BEL31" +}, { + "coords": [-7.296111, 55.060833, 0.0], + "type": "WYP", + "name": "BEL44" +}, { + "coords": [-7.074722, 55.220276, 0.0], + "type": "WYP", + "name": "BEL45" +}, { + "coords": [-7.648889, 54.803055, 0.0], + "type": "WYP", + "name": "BEL50" +}, { + "coords": [-7.373611, 55.413055, 0.0], + "type": "WYP", + "name": "BEL61" +}, { + "coords": [-8.091945, 55.348331, 0.0], + "type": "WYP", + "name": "BEL76" +}, { + "coords": [-8.8025, 54.905556, 0.0], + "type": "WYP", + "name": "BEL90" +}, { + "coords": [45.921665, 43.919998, 0.0], + "type": "WYP", + "name": "BELAN" +}, { + "coords": [2.584445, 49.955555, 0.0], + "type": "WYP", + "name": "BELDI" +}, { + "coords": [9.768333, 43.553333, 0.0], + "type": "WYP", + "name": "BELEL" +}, { + "coords": [-2.736617, 43.913475, 0.0], + "type": "WYP", + "name": "BELEN" +}, { + "coords": [19.0, 36.966667, 0.0], + "type": "WYP", + "name": "BELIX" +}, { + "coords": [10.36, 39.389999, 0.0], + "type": "WYP", + "name": "BELOK" +}, { + "coords": [1.945278, 44.992222, 0.0], + "type": "WYP", + "name": "BELPA" +}, { + "coords": [5.593889, 45.675278, 0.0], + "type": "WYP", + "name": "BELUS" +}, { + "coords": [-70.879166, 19.881111, 0.0], + "type": "WYP", + "name": "BEMEL" +}, { + "coords": [14.619355, 49.769661, 0.0], + "type": "WYP", + "name": "BEMES" +}, { + "coords": [-77.096664, 19.325001, 0.0], + "type": "WYP", + "name": "BEMOL" +}, { + "coords": [-4.900417, 42.657936, 0.0], + "type": "WYP", + "name": "BEMRA" +}, { + "coords": [25.5, 56.747223, 0.0], + "type": "WYP", + "name": "BEMRI" +}, { + "coords": [-84.720001, 14.046111, 0.0], + "type": "WYP", + "name": "BENAS" +}, { + "coords": [0.010278, 50.451389, 0.0], + "type": "WYP", + "name": "BENBO" +}, { + "coords": [-1.810556, 50.285278, 0.0], + "type": "WYP", + "name": "BENDY" +}, { + "coords": [3.08, 46.336666, 0.0], + "type": "WYP", + "name": "BENEL" +}, { + "coords": [7.203055, 47.031944, 0.0], + "type": "WYP", + "name": "BENEM" +}, { + "coords": [-74.666664, 18.25, 0.0], + "type": "WYP", + "name": "BENET" +}, { + "coords": [3.662778, 46.964443, 0.0], + "type": "WYP", + "name": "BENIP" +}, { + "coords": [-70.983612, 18.64889, 0.0], + "type": "WYP", + "name": "BENIS" +}, { + "coords": [-1.49, 49.546665, 0.0], + "type": "WYP", + "name": "BENIX" +}, { + "coords": [1.337222, 46.189445, 0.0], + "type": "WYP", + "name": "BENOK" +}, { + "coords": [-70.894722, 19.886944, 0.0], + "type": "WYP", + "name": "BENON" +}, { + "coords": [5.040278, 59.922501, 0.0], + "type": "WYP", + "name": "BENTI" +}, { + "coords": [49.188332, 42.685001, 0.0], + "type": "WYP", + "name": "BENZI" +}, { + "coords": [20.083334, 44.924999, 0.0], + "type": "WYP", + "name": "BEO13" +}, { + "coords": [21.525, 44.723331, 0.0], + "type": "WYP", + "name": "BEO9" +}, { + "coords": [-71.35083, 19.023056, 0.0], + "type": "WYP", + "name": "BEPAL" +}, { + "coords": [-6.263611, 52.526669, 0.0], + "type": "WYP", + "name": "BEPAN" +}, { + "coords": [-100.360832, 14.125834, 0.0], + "type": "WYP", + "name": "BERAN" +}, { + "coords": [2.710556, 48.52, 0.0], + "type": "WYP", + "name": "BERAP" +}, { + "coords": [11.769575, 47.359367, 0.0], + "type": "WYP", + "name": "BERAS" +}, { + "coords": [-3.0725, 49.021667, 0.0], + "type": "WYP", + "name": "BERAT" +}, { + "coords": [-8.176666, 43.252052, 0.0], + "type": "WYP", + "name": "BERAX" +}, { + "coords": [10.516666, 51.420277, 0.0], + "type": "WYP", + "name": "BERDI" +}, { + "coords": [30.049999, 52.608334, 0.0], + "type": "WYP", + "name": "BEREG" +}, { + "coords": [-1.096944, 51.656113, 0.0], + "type": "WYP", + "name": "BEREK" +}, { + "coords": [-68.890274, 18.8125, 0.0], + "type": "WYP", + "name": "BEREL" +}, { + "coords": [28.35, 58.933334, 0.0], + "type": "WYP", + "name": "BEREN" +}, { + "coords": [12.946111, 51.313332, 0.0], + "type": "WYP", + "name": "BEREV" +}, { + "coords": [2.030664, 42.169922, 0.0], + "type": "WYP", + "name": "BERGA" +}, { + "coords": [9.619166, 45.648335, 0.0], + "type": "WYP", + "name": "BERGA" +}, { + "coords": [4.358889, 52.74889, 0.0], + "type": "WYP", + "name": "BERGI" +}, { + "coords": [45.433334, 40.883335, 0.0], + "type": "WYP", + "name": "BERIL" +}, { + "coords": [11.467778, 53.726112, 0.0], + "type": "WYP", + "name": "BERIM" +}, { + "coords": [28.91, 54.073334, 0.0], + "type": "WYP", + "name": "BERIS" +}, { + "coords": [34.366665, 58.150002, 0.0], + "type": "WYP", + "name": "BERNO" +}, { + "coords": [0.633333, 49.083332, 0.0], + "type": "WYP", + "name": "BERNO" +}, { + "coords": [10.351666, 44.165001, 0.0], + "type": "WYP", + "name": "BEROK" +}, { + "coords": [13.013333, 40.205002, 0.0], + "type": "WYP", + "name": "BEROL" +}, { + "coords": [9.112223, 49.288887, 0.0], + "type": "WYP", + "name": "BERON" +}, { + "coords": [-70.066666, 16.0, 0.0], + "type": "WYP", + "name": "BEROX" +}, { + "coords": [27.430277, 62.603333, 0.0], + "type": "WYP", + "name": "BERPA" +}, { + "coords": [5.203889, 46.727501, 0.0], + "type": "WYP", + "name": "BERSO" +}, { + "coords": [7.943889, 47.133888, 0.0], + "type": "WYP", + "name": "BERSU" +}, { + "coords": [14.625237, 46.449707, 0.0], + "type": "WYP", + "name": "BERTA" +}, { + "coords": [-86.773613, 12.949722, 0.0], + "type": "WYP", + "name": "BERTA" +}, { + "coords": [11.253056, 51.014999, 0.0], + "type": "WYP", + "name": "BERUK" +}, { + "coords": [-3.235833, 35.833332, 0.0], + "type": "WYP", + "name": "BERUM" +}, { + "coords": [17.541166, 48.617569, 0.0], + "type": "WYP", + "name": "BERVA" +}, { + "coords": [74.205002, 43.661667, 0.0], + "type": "WYP", + "name": "BERVI" +}, { + "coords": [93.133331, 56.033333, 0.0], + "type": "WYP", + "name": "BERZA" +}, { + "coords": [-70.343452, 20.337061, 0.0], + "type": "WYP", + "name": "BESAS" +}, { + "coords": [6.003056, 47.435276, 0.0], + "type": "WYP", + "name": "BESIN" +}, { + "coords": [14.165833, 52.198055, 0.0], + "type": "WYP", + "name": "BESKO" +}, { + "coords": [22.310249, 65.857529, 0.0], + "type": "WYP", + "name": "BESLA" +}, { + "coords": [13.600555, 64.058609, 0.0], + "type": "WYP", + "name": "BESLO" +}, { + "coords": [61.258888, 50.38139, 0.0], + "type": "WYP", + "name": "BESOL" +}, { + "coords": [-5.446111, 54.546665, 0.0], + "type": "WYP", + "name": "BESOP" +}, { + "coords": [17.355278, 51.75639, 0.0], + "type": "WYP", + "name": "BESTO" +}, { + "coords": [12.119722, 51.729168, 0.0], + "type": "WYP", + "name": "BESTU" +}, { + "coords": [-79.5, 19.473333, 0.0], + "type": "WYP", + "name": "BETAR" +}, { + "coords": [36.383335, 45.183334, 0.0], + "type": "WYP", + "name": "BETEG" +}, { + "coords": [-68.604317, 19.343122, 0.0], + "type": "WYP", + "name": "BETIR" +}, { + "coords": [-89.551666, 10.223611, 0.0], + "type": "WYP", + "name": "BETIS" +}, { + "coords": [-1.7175, 48.336388, 0.0], + "type": "WYP", + "name": "BETOG" +}, { + "coords": [48.441666, 43.868332, 0.0], + "type": "WYP", + "name": "BETOR" +}, { + "coords": [11.342241, 48.110668, 0.0], + "type": "WYP", + "name": "BETOS" +}, { + "coords": [67.995834, 45.96611, 0.0], + "type": "WYP", + "name": "BETPU" +}, { + "coords": [38.383335, 44.366665, 0.0], + "type": "WYP", + "name": "BETTA" +}, { + "coords": [-69.014999, 18.992777, 0.0], + "type": "WYP", + "name": "BETUM" +}, { + "coords": [7.8, 50.898056, 0.0], + "type": "WYP", + "name": "BETZO" +}, { + "coords": [-1.690278, 49.066666, 0.0], + "type": "WYP", + "name": "BEVAV" +}, { + "coords": [1.518333, 48.326946, 0.0], + "type": "WYP", + "name": "BEVEL" +}, { + "coords": [18.194445, 41.932777, 0.0], + "type": "WYP", + "name": "BEVIS" +}, { + "coords": [-1.810278, 50.75861, 0.0], + "type": "WYP", + "name": "BEWLI" +}, { + "coords": [-11.448334, 35.966667, 0.0], + "type": "WYP", + "name": "BEXAL" +}, { + "coords": [-68.188057, 14.193055, 0.0], + "type": "WYP", + "name": "BEXER" +}, { + "coords": [0.736944, 50.708889, 0.0], + "type": "WYP", + "name": "BEXIL" +}, { + "coords": [-110.989723, 30.44389, 0.0], + "type": "WYP", + "name": "BEXOX" +}, { + "coords": [24.153889, 65.592781, 0.0], + "type": "WYP", + "name": "BEXUL" +}, { + "coords": [44.063332, 46.005001, 0.0], + "type": "WYP", + "name": "BG62" +}, { + "coords": [-3.034167, 49.824722, 0.0], + "type": "WYP", + "name": "BHD39" +}, { + "coords": [56.251667, 56.428333, 0.0], + "type": "WYP", + "name": "BI97" +}, { + "coords": [7.451667, 45.926666, 0.0], + "type": "WYP", + "name": "BIBAN" +}, { + "coords": [14.149028, 56.166138, 0.0], + "type": "WYP", + "name": "BIBBI" +}, { + "coords": [-108.5, 29.4825, 0.0], + "type": "WYP", + "name": "BIBIN" +}, { + "coords": [-69.323891, 18.728611, 0.0], + "type": "WYP", + "name": "BIBOK" +}, { + "coords": [25.162521, 47.258869, 0.0], + "type": "WYP", + "name": "BIBOR" +}, { + "coords": [6.410278, 46.751389, 0.0], + "type": "WYP", + "name": "BIBOT" +}, { + "coords": [-1.135667, 43.417332, 0.0], + "type": "WYP", + "name": "BIDAC" +}, { + "coords": [35.0, 44.583332, 0.0], + "type": "WYP", + "name": "BIDAR" +}, { + "coords": [-0.375164, 51.759872, 0.0], + "type": "WYP", + "name": "BIG30" +}, { + "coords": [-0.724444, 51.798332, 0.0], + "type": "WYP", + "name": "BIG40" +}, { + "coords": [1.1, 51.196945, 0.0], + "type": "WYP", + "name": "BIG41" +}, { + "coords": [8.423056, 51.38361, 0.0], + "type": "WYP", + "name": "BIGGE" +}, { + "coords": [26.436129, 46.690117, 0.0], + "type": "WYP", + "name": "BIGMA" +}, { + "coords": [28.205, 45.473331, 0.0], + "type": "WYP", + "name": "BIKAR" +}, { + "coords": [59.566666, 37.860001, 0.0], + "type": "WYP", + "name": "BIKDA" +}, { + "coords": [-71.524025, 21.787527, 0.0], + "type": "WYP", + "name": "BIKIN" +}, { + "coords": [55.571388, 48.407501, 0.0], + "type": "WYP", + "name": "BILGA" +}, { + "coords": [3.447222, 49.901943, 0.0], + "type": "WYP", + "name": "BILGO" +}, { + "coords": [-8.568889, 60.019722, 0.0], + "type": "WYP", + "name": "BILLY" +}, { + "coords": [18.4473, 49.393532, 0.0], + "type": "WYP", + "name": "BILNA" +}, { + "coords": [34.296665, 63.939999, 0.0], + "type": "WYP", + "name": "BIMBA" +}, { + "coords": [-77.786667, 18.805, 0.0], + "type": "WYP", + "name": "BIMBA" +}, { + "coords": [-61.951668, 16.629999, 0.0], + "type": "WYP", + "name": "BIMBO" +}, { + "coords": [40.0, 43.583332, 0.0], + "type": "WYP", + "name": "BINOL" +}, { + "coords": [37.016666, 44.633335, 0.0], + "type": "WYP", + "name": "BINOM" +}, { + "coords": [9.786111, 58.160557, 0.0], + "type": "WYP", + "name": "BINRO" +}, { + "coords": [76.70639, 44.35611, 0.0], + "type": "WYP", + "name": "BIOTA" +}, { + "coords": [-7.511903, 39.105804, 0.0], + "type": "WYP", + "name": "BIRBA" +}, { + "coords": [21.175556, 52.695557, 0.0], + "type": "WYP", + "name": "BIRGA" +}, { + "coords": [11.923889, 47.347778, 0.0], + "type": "WYP", + "name": "BIRGI" +}, { + "coords": [6.119722, 43.391666, 0.0], + "type": "WYP", + "name": "BIRGO" +}, { + "coords": [11.935, 50.158333, 0.0], + "type": "WYP", + "name": "BIRGU" +}, { + "coords": [10.918889, 51.457779, 0.0], + "type": "WYP", + "name": "BIRKA" +}, { + "coords": [7.377222, 47.013332, 0.0], + "type": "WYP", + "name": "BIRKI" +}, { + "coords": [13.564445, 52.611389, 0.0], + "type": "WYP", + "name": "BIRNA" +}, { + "coords": [-60.224998, 14.358334, 0.0], + "type": "WYP", + "name": "BIRNO" +}, { + "coords": [11.5, 35.047501, 0.0], + "type": "WYP", + "name": "BIRSA" +}, { + "coords": [26.0375, 59.115276, 0.0], + "type": "WYP", + "name": "BIRSI" +}, { + "coords": [39.733334, 47.966667, 0.0], + "type": "WYP", + "name": "BIRYO" +}, { + "coords": [2.456111, 44.065277, 0.0], + "type": "WYP", + "name": "BISBI" +}, { + "coords": [1.697508, 41.264484, 0.0], + "type": "WYP", + "name": "BISES" +}, { + "coords": [12.660525, 50.272343, 0.0], + "type": "WYP", + "name": "BISGI" +}, { + "coords": [-2.811389, 43.683334, 0.0], + "type": "WYP", + "name": "BISKA" +}, { + "coords": [-8.0, 49.099998, 0.0], + "type": "WYP", + "name": "BISKI" +}, { + "coords": [1.668889, 46.044167, 0.0], + "type": "WYP", + "name": "BISMO" +}, { + "coords": [-83.650002, 20.375, 0.0], + "type": "WYP", + "name": "BISTO" +}, { + "coords": [29.76, 60.266666, 0.0], + "type": "WYP", + "name": "BITAK" +}, { + "coords": [21.358055, 40.875557, 0.0], + "type": "WYP", + "name": "BITLA" +}, { + "coords": [11.311944, 50.278332, 0.0], + "type": "WYP", + "name": "BITNI" +}, { + "coords": [-81.0, 9.266666, 0.0], + "type": "WYP", + "name": "BITOR" +}, { + "coords": [19.690195, 43.480946, 0.0], + "type": "WYP", + "name": "BITRA" +}, { + "coords": [37.616665, 55.566666, 0.0], + "type": "WYP", + "name": "BITSA" +}, { + "coords": [16.236315, 49.308277, 0.0], + "type": "WYP", + "name": "BITSI" +}, { + "coords": [6.220556, 49.643612, 0.0], + "type": "WYP", + "name": "BITSU" +}, { + "coords": [37.766666, 55.25, 0.0], + "type": "WYP", + "name": "BITUL" +}, { + "coords": [0.665833, 50.721668, 0.0], + "type": "WYP", + "name": "BIXEL" +}, { + "coords": [-82.864998, 8.266666, 0.0], + "type": "WYP", + "name": "BIXIL" +}, { + "coords": [12.777964, 52.937885, 0.0], + "type": "WYP", + "name": "BKD45" +}, { + "coords": [-1.014742, 51.72744, 0.0], + "type": "WYP", + "name": "BKY43" +}, { + "coords": [-5.158889, 54.883335, 0.0], + "type": "WYP", + "name": "BLACA" +}, { + "coords": [24.011585, 46.181393, 0.0], + "type": "WYP", + "name": "BLAJA" +}, { + "coords": [-19.819723, 64.480003, 0.0], + "type": "WYP", + "name": "BLAMI" +}, { + "coords": [3.643558, 40.648754, 0.0], + "type": "WYP", + "name": "BLASO" +}, { + "coords": [6.777222, 45.00861, 0.0], + "type": "WYP", + "name": "BLONA" +}, { + "coords": [3.165555, 52.9375, 0.0], + "type": "WYP", + "name": "BLUFA" +}, { + "coords": [2.150833, 51.627499, 0.0], + "type": "WYP", + "name": "BLUSY" +}, { + "coords": [-1.101522, 52.021149, 0.0], + "type": "WYP", + "name": "BNN27" +}, { + "coords": [11.675092, 43.579784, 0.0], + "type": "WYP", + "name": "BOA60" +}, { + "coords": [-74.776337, 19.9095, 0.0], + "type": "WYP", + "name": "BOBIN" +}, { + "coords": [4.985, 46.32, 0.0], + "type": "WYP", + "name": "BOBSI" +}, { + "coords": [-66.602394, 18.475945, 0.0], + "type": "WYP", + "name": "BOCCA" +}, { + "coords": [15.782702, 49.464108, 0.0], + "type": "WYP", + "name": "BODAL" +}, { + "coords": [70.356667, 40.938332, 0.0], + "type": "WYP", + "name": "BODAN" +}, { + "coords": [9.451389, 47.587502, 0.0], + "type": "WYP", + "name": "BODAN" +}, { + "coords": [14.41, 53.275833, 0.0], + "type": "WYP", + "name": "BODLA" +}, { + "coords": [19.824167, 62.415001, 0.0], + "type": "WYP", + "name": "BODRI" +}, { + "coords": [6.377778, 44.208611, 0.0], + "type": "WYP", + "name": "BODRU" +}, { + "coords": [9.525278, 47.724998, 0.0], + "type": "WYP", + "name": "BODSE" +}, { + "coords": [-77.416664, 9.566667, 0.0], + "type": "WYP", + "name": "BOGAL" +}, { + "coords": [-3.824878, 39.506008, 0.0], + "type": "WYP", + "name": "BOGAS" +}, { + "coords": [27.922308, 45.063416, 0.0], + "type": "WYP", + "name": "BOGDA" +}, { + "coords": [-0.251667, 50.701946, 0.0], + "type": "WYP", + "name": "BOGNA" +}, { + "coords": [40.733334, 51.883335, 0.0], + "type": "WYP", + "name": "BOKAL" +}, { + "coords": [83.553337, 50.959999, 0.0], + "type": "WYP", + "name": "BOKIS" +}, { + "coords": [-6.833333, 53.464443, 0.0], + "type": "WYP", + "name": "BOKLI" +}, { + "coords": [3.282222, 48.911667, 0.0], + "type": "WYP", + "name": "BOKSI" +}, { + "coords": [12.213202, 42.732212, 0.0], + "type": "WYP", + "name": "BOL10" +}, { + "coords": [11.982586, 42.947613, 0.0], + "type": "WYP", + "name": "BOL20" +}, { + "coords": [11.847831, 43.607109, 0.0], + "type": "WYP", + "name": "BOL60" +}, { + "coords": [24.344999, 50.258335, 0.0], + "type": "WYP", + "name": "BOLBA" +}, { + "coords": [-82.916664, 4.483333, 0.0], + "type": "WYP", + "name": "BOLDO" +}, { + "coords": [56.697224, 49.690834, 0.0], + "type": "WYP", + "name": "BOLGO" +}, { + "coords": [-2.608847, 36.479229, 0.0], + "type": "WYP", + "name": "BOLKA" +}, { + "coords": [4.151111, 48.091946, 0.0], + "type": "WYP", + "name": "BOLLY" +}, { + "coords": [16.95579, 48.985786, 0.0], + "type": "WYP", + "name": "BOLMU" +}, { + "coords": [8.893333, 40.356667, 0.0], + "type": "WYP", + "name": "BOLOT" +}, { + "coords": [3.315, 43.334167, 0.0], + "type": "WYP", + "name": "BOLSA" +}, { + "coords": [7.192778, 62.926109, 0.0], + "type": "WYP", + "name": "BOLSI" +}, { + "coords": [2.416389, 51.75861, 0.0], + "type": "WYP", + "name": "BOLSO" +}, { + "coords": [66.133331, 40.066666, 0.0], + "type": "WYP", + "name": "BOLTA" +}, { + "coords": [21.083334, 54.900002, 0.0], + "type": "WYP", + "name": "BOLUK" +}, { + "coords": [-78.933334, 8.224167, 0.0], + "type": "WYP", + "name": "BOMAK" +}, { + "coords": [-0.396389, 51.995556, 0.0], + "type": "WYP", + "name": "BOMBO" +}, { + "coords": [-79.221664, 16.0, 0.0], + "type": "WYP", + "name": "BOMEN" +}, { + "coords": [72.75, 60.75, 0.0], + "type": "WYP", + "name": "BOMLI" +}, { + "coords": [-67.830002, 12.078333, 0.0], + "type": "WYP", + "name": "BONAX" +}, { + "coords": [-4.343333, 57.891666, 0.0], + "type": "WYP", + "name": "BONBY" +}, { + "coords": [0.7575, 51.13139, 0.0], + "type": "WYP", + "name": "BONDY" +}, { + "coords": [0.268333, 48.119446, 0.0], + "type": "WYP", + "name": "BONET" +}, { + "coords": [-60.174999, 15.833333, 0.0], + "type": "WYP", + "name": "BONID" +}, { + "coords": [-83.312225, 16.056667, 0.0], + "type": "WYP", + "name": "BONOS" +}, { + "coords": [42.93, 48.906666, 0.0], + "type": "WYP", + "name": "BORAK" +}, { + "coords": [29.588333, 51.466667, 0.0], + "type": "WYP", + "name": "BORAT" +}, { + "coords": [7.751945, 44.023056, 0.0], + "type": "WYP", + "name": "BORDI" +}, { + "coords": [9.965278, 54.270832, 0.0], + "type": "WYP", + "name": "BORDU" +}, { + "coords": [4.981667, 45.316666, 0.0], + "type": "WYP", + "name": "BOREP" +}, { + "coords": [4.77075, 43.146194, 0.0], + "type": "WYP", + "name": "BORGO" +}, { + "coords": [66.092499, 42.857498, 0.0], + "type": "WYP", + "name": "BORIS" +}, { + "coords": [-85.812775, 22.496111, 0.0], + "type": "WYP", + "name": "BORIX" +}, { + "coords": [-1.553514, 41.88773, 0.0], + "type": "WYP", + "name": "BORJA" +}, { + "coords": [11.166667, 46.03611, 0.0], + "type": "WYP", + "name": "BORMI" +}, { + "coords": [44.516666, 44.933334, 0.0], + "type": "WYP", + "name": "BOROK" +}, { + "coords": [42.400002, 64.366669, 0.0], + "type": "WYP", + "name": "BOROS" +}, { + "coords": [23.625, 42.328335, 0.0], + "type": "WYP", + "name": "BOROV" +}, { + "coords": [-60.465, 14.061666, 0.0], + "type": "WYP", + "name": "BORUS" +}, { + "coords": [61.983334, 55.450001, 0.0], + "type": "WYP", + "name": "BORVE" +}, { + "coords": [-67.984444, 14.681666, 0.0], + "type": "WYP", + "name": "BOSCO" +}, { + "coords": [-77.258331, 16.498333, 0.0], + "type": "WYP", + "name": "BOSIK" +}, { + "coords": [-3.52057, 40.340858, 0.0], + "type": "WYP", + "name": "BOSIO" +}, { + "coords": [17.764999, 44.371666, 0.0], + "type": "WYP", + "name": "BOSNA" +}, { + "coords": [-78.041664, 17.841667, 0.0], + "type": "WYP", + "name": "BOSOM" +}, { + "coords": [9.123333, 45.133335, 0.0], + "type": "WYP", + "name": "BOTAL" +}, { + "coords": [-71.776665, 20.416666, 0.0], + "type": "WYP", + "name": "BOTES" +}, { + "coords": [42.666668, 53.650002, 0.0], + "type": "WYP", + "name": "BOTVA" +}, { + "coords": [-0.549722, 51.726112, 0.0], + "type": "WYP", + "name": "BOVVA" +}, { + "coords": [-5.5, 53.767223, 0.0], + "type": "WYP", + "name": "BOYNE" +}, { + "coords": [-0.393889, 52.049999, 0.0], + "type": "WYP", + "name": "BPK21" +}, { + "coords": [-0.655, 51.986111, 0.0], + "type": "WYP", + "name": "BPK25" +}, { + "coords": [-0.468611, 52.127499, 0.0], + "type": "WYP", + "name": "BPK26" +}, { + "coords": [-26.115555, 38.816666, 0.0], + "type": "WYP", + "name": "BRADR" +}, { + "coords": [0.651667, 51.811111, 0.0], + "type": "WYP", + "name": "BRAIN" +}, { + "coords": [12.086667, 52.509998, 0.0], + "type": "WYP", + "name": "BRANE" +}, { + "coords": [0.683333, 51.685276, 0.0], + "type": "WYP", + "name": "BRASO" +}, { + "coords": [31.598333, 47.955002, 0.0], + "type": "WYP", + "name": "BRATY" +}, { + "coords": [-5.333333, 36.0, 0.0], + "type": "WYP", + "name": "BRAVO" +}, { + "coords": [-25.236944, 38.867222, 0.0], + "type": "WYP", + "name": "BRAVO" +}, { + "coords": [-82.729439, 22.098803, 0.0], + "type": "WYP", + "name": "BRAVO" +}, { + "coords": [36.75, 46.816666, 0.0], + "type": "WYP", + "name": "BRDNK" +}, { + "coords": [4.853333, 51.560276, 0.0], + "type": "WYP", + "name": "BREDA" +}, { + "coords": [-69.195831, 14.0, 0.0], + "type": "WYP", + "name": "BREDA" +}, { + "coords": [-19.546667, 62.538334, 0.0], + "type": "WYP", + "name": "BREKI" +}, { + "coords": [9.576944, 42.333332, 0.0], + "type": "WYP", + "name": "BREMO" +}, { + "coords": [11.377091, 46.993732, 0.0], + "type": "WYP", + "name": "BRENO" +}, { + "coords": [-5.416447, 36.504784, 0.0], + "type": "WYP", + "name": "BRIKE" +}, { + "coords": [-2.389722, 49.702499, 0.0], + "type": "WYP", + "name": "BRILL" +}, { + "coords": [-2.75, 50.7075, 0.0], + "type": "WYP", + "name": "BRIPO" +}, { + "coords": [-104.78611, 21.855833, 0.0], + "type": "WYP", + "name": "BRISA" +}, { + "coords": [-2.172097, 40.951862, 0.0], + "type": "WYP", + "name": "BRITO" +}, { + "coords": [-89.226784, 15.032458, 0.0], + "type": "WYP", + "name": "BRITO" +}, { + "coords": [1.412222, 44.93222, 0.0], + "type": "WYP", + "name": "BRIVE" +}, { + "coords": [19.629223, 43.196972, 0.0], + "type": "WYP", + "name": "BRODA" +}, { + "coords": [5.448889, 51.182499, 0.0], + "type": "WYP", + "name": "BROGY" +}, { + "coords": [0.15395, 42.4244, 0.0], + "type": "WYP", + "name": "BROTO" +}, { + "coords": [-5.841111, 56.236389, 0.0], + "type": "WYP", + "name": "BRUCE" +}, { + "coords": [0.483333, 38.608303, 0.0], + "type": "WYP", + "name": "BRUNO" +}, { + "coords": [3.023333, 43.747501, 0.0], + "type": "WYP", + "name": "BRUSC" +}, { + "coords": [-15.731112, 65.078888, 0.0], + "type": "WYP", + "name": "BRUSI" +}, { + "coords": [-3.845278, 51.851944, 0.0], + "type": "WYP", + "name": "BRYNA" +}, { + "coords": [1.811906, 48.82653, 0.0], + "type": "WYP", + "name": "BT27" +}, { + "coords": [1.285356, 48.623291, 0.0], + "type": "WYP", + "name": "BT51" +}, { + "coords": [3.518055, 51.288887, 0.0], + "type": "WYP", + "name": "BUB45" +}, { + "coords": [53.465, 55.658333, 0.0], + "type": "WYP", + "name": "BUBIN" +}, { + "coords": [-83.76667, 12.0, 0.0], + "type": "WYP", + "name": "BUBIT" +}, { + "coords": [4.15, 48.771667, 0.0], + "type": "WYP", + "name": "BUBLI" +}, { + "coords": [26.367214, 46.50341, 0.0], + "type": "WYP", + "name": "BUCSA" +}, { + "coords": [44.150002, 44.799999, 0.0], + "type": "WYP", + "name": "BUDAN" +}, { + "coords": [21.577122, 46.85696, 0.0], + "type": "WYP", + "name": "BUDEX" +}, { + "coords": [3.025833, 47.540279, 0.0], + "type": "WYP", + "name": "BUDON" +}, { + "coords": [21.496656, 46.687374, 0.0], + "type": "WYP", + "name": "BUDOP" +}, { + "coords": [18.885084, 42.100445, 0.0], + "type": "WYP", + "name": "BUDVA" +}, { + "coords": [-82.584999, 9.813334, 0.0], + "type": "WYP", + "name": "BUFEO" +}, { + "coords": [29.911667, 50.593334, 0.0], + "type": "WYP", + "name": "BUGAK" +}, { + "coords": [30.433332, 46.066666, 0.0], + "type": "WYP", + "name": "BUGAZ" +}, { + "coords": [67.309723, 41.192501, 0.0], + "type": "WYP", + "name": "BUGEB" +}, { + "coords": [13.773441, 45.465569, 0.0], + "type": "WYP", + "name": "BUGEV" +}, { + "coords": [17.283333, 44.203335, 0.0], + "type": "WYP", + "name": "BUGON" +}, { + "coords": [24.542206, 46.099224, 0.0], + "type": "WYP", + "name": "BUGOS" +}, { + "coords": [22.941111, 53.0, 0.0], + "type": "WYP", + "name": "BUGUM" +}, { + "coords": [0.960556, 45.0, 0.0], + "type": "WYP", + "name": "BUGUS" +}, { + "coords": [14.008611, 45.520279, 0.0], + "type": "WYP", + "name": "BUJJE" +}, { + "coords": [22.891129, 46.533241, 0.0], + "type": "WYP", + "name": "BUKAN" +}, { + "coords": [55.518333, 38.605, 0.0], + "type": "WYP", + "name": "BUKEK" +}, { + "coords": [25.808342, 45.077854, 0.0], + "type": "WYP", + "name": "BUKEL" +}, { + "coords": [56.916668, 61.700001, 0.0], + "type": "WYP", + "name": "BUKET" +}, { + "coords": [11.636666, 43.676666, 0.0], + "type": "WYP", + "name": "BUKIN" +}, { + "coords": [19.188194, 43.021667, 0.0], + "type": "WYP", + "name": "BUKIV" +}, { + "coords": [47.615002, 41.961666, 0.0], + "type": "WYP", + "name": "BUKLA" +}, { + "coords": [34.599998, 45.416668, 0.0], + "type": "WYP", + "name": "BUKLI" +}, { + "coords": [-2.882778, 50.0, 0.0], + "type": "WYP", + "name": "BUKLI" +}, { + "coords": [25.958334, 47.951668, 0.0], + "type": "WYP", + "name": "BUKOV" +}, { + "coords": [23.144224, 45.794708, 0.0], + "type": "WYP", + "name": "BUKUR" +}, { + "coords": [44.333332, 46.950001, 0.0], + "type": "WYP", + "name": "BULAK" +}, { + "coords": [2.750278, 51.352501, 0.0], + "type": "WYP", + "name": "BULAM" +}, { + "coords": [10.795, 38.313332, 0.0], + "type": "WYP", + "name": "BULAR" +}, { + "coords": [25.816668, 43.75, 0.0], + "type": "WYP", + "name": "BULEN" +}, { + "coords": [22.417778, 52.770832, 0.0], + "type": "WYP", + "name": "BULEP" +}, { + "coords": [36.216667, 47.966667, 0.0], + "type": "WYP", + "name": "BULIG" +}, { + "coords": [4.520555, 53.103333, 0.0], + "type": "WYP", + "name": "BULIT" +}, { + "coords": [0.561667, 45.376667, 0.0], + "type": "WYP", + "name": "BULOD" +}, { + "coords": [66.010002, 50.148335, 0.0], + "type": "WYP", + "name": "BULOG" +}, { + "coords": [5.091944, 46.045834, 0.0], + "type": "WYP", + "name": "BULOL" +}, { + "coords": [5.71, 50.214443, 0.0], + "type": "WYP", + "name": "BULTO" +}, { + "coords": [50.248333, 40.698334, 0.0], + "type": "WYP", + "name": "BULUD" +}, { + "coords": [40.316666, 65.349998, 0.0], + "type": "WYP", + "name": "BULUK" +}, { + "coords": [48.921665, 42.028332, 0.0], + "type": "WYP", + "name": "BUMAR" +}, { + "coords": [16.271389, 47.541668, 0.0], + "type": "WYP", + "name": "BUMAS" +}, { + "coords": [84.349998, 54.916668, 0.0], + "type": "WYP", + "name": "BUNAK" +}, { + "coords": [-2.721667, 51.535, 0.0], + "type": "WYP", + "name": "BUNCE" +}, { + "coords": [50.035, 40.788334, 0.0], + "type": "WYP", + "name": "BUNIS" +}, { + "coords": [2.866389, 54.697498, 0.0], + "type": "WYP", + "name": "BUNIT" +}, { + "coords": [18.708628, 47.782276, 0.0], + "type": "WYP", + "name": "BUPAN" +}, { + "coords": [-12.0, 53.0, 0.0], + "type": "WYP", + "name": "BURAK" +}, { + "coords": [36.758335, 46.814999, 0.0], + "type": "WYP", + "name": "BURDA" +}, { + "coords": [20.814444, 41.741665, 0.0], + "type": "WYP", + "name": "BUREK" +}, { + "coords": [-10.94, 36.215, 0.0], + "type": "WYP", + "name": "BUREL" +}, { + "coords": [4.440834, 48.125557, 0.0], + "type": "WYP", + "name": "BUREX" +}, { + "coords": [81.014168, 47.042778, 0.0], + "type": "WYP", + "name": "BURID" +}, { + "coords": [59.733334, 62.833332, 0.0], + "type": "WYP", + "name": "BURKA" +}, { + "coords": [-2.517778, 53.727222, 0.0], + "type": "WYP", + "name": "BURNI" +}, { + "coords": [1.389167, 45.945557, 0.0], + "type": "WYP", + "name": "BUROG" +}, { + "coords": [12.664444, 52.122776, 0.0], + "type": "WYP", + "name": "BUROK" +}, { + "coords": [59.0, 38.5, 0.0], + "type": "WYP", + "name": "BUROT" +}, { + "coords": [79.584442, 47.156666, 0.0], + "type": "WYP", + "name": "BUSAR" +}, { + "coords": [13.648334, 44.106667, 0.0], + "type": "WYP", + "name": "BUSER" +}, { + "coords": [4.721944, 46.29361, 0.0], + "type": "WYP", + "name": "BUSIL" +}, { + "coords": [14.332778, 51.158054, 0.0], + "type": "WYP", + "name": "BUSIR" +}, { + "coords": [-1.464722, 46.791668, 0.0], + "type": "WYP", + "name": "BUSKO" +}, { + "coords": [-78.333336, 6.716667, 0.0], + "type": "WYP", + "name": "BUSMO" +}, { + "coords": [0.067778, 52.092777, 0.0], + "type": "WYP", + "name": "BUSTA" +}, { + "coords": [67.48333, 39.349998, 0.0], + "type": "WYP", + "name": "BUTRA" +}, { + "coords": [40.599998, 50.783333, 0.0], + "type": "WYP", + "name": "BUTRI" +}, { + "coords": [3.151389, 38.113056, 0.0], + "type": "WYP", + "name": "BUYAH" +}, { + "coords": [-0.552222, 51.942223, 0.0], + "type": "WYP", + "name": "BUZAD" +}, { + "coords": [51.283333, 45.183334, 0.0], + "type": "WYP", + "name": "BUZCI" +}, { + "coords": [-89.150856, 17.631531, 0.0], + "type": "WYP", + "name": "BZE49" +}, { + "coords": [4.106667, 47.066666, 0.0], + "type": "WYP", + "name": "CACHI" +}, { + "coords": [-83.59333, 9.776667, 0.0], + "type": "WYP", + "name": "CACHI" +}, { + "coords": [-82.466667, 22.683332, 0.0], + "type": "WYP", + "name": "CAJIO" +}, { + "coords": [-3.316667, 43.362808, 0.0], + "type": "WYP", + "name": "CALCE" +}, { + "coords": [-2.643889, 53.774166, 0.0], + "type": "WYP", + "name": "CALDA" +}, { + "coords": [-103.231941, 24.153889, 0.0], + "type": "WYP", + "name": "CALIZ" +}, { + "coords": [8.364445, 42.799446, 0.0], + "type": "WYP", + "name": "CALNO" +}, { + "coords": [-5.859722, 49.291668, 0.0], + "type": "WYP", + "name": "CAMBO" +}, { + "coords": [-0.106944, 50.623611, 0.0], + "type": "WYP", + "name": "CAMRA" +}, { + "coords": [-0.393311, 49.765942, 0.0], + "type": "WYP", + "name": "CAN36" +}, { + "coords": [-82.235275, 22.695555, 0.0], + "type": "WYP", + "name": "CANAL" +}, { + "coords": [-7.47192, 41.385517, 0.0], + "type": "WYP", + "name": "CANAR" +}, { + "coords": [-84.848335, 10.27, 0.0], + "type": "WYP", + "name": "CANAS" +}, { + "coords": [-77.533333, 20.553333, 0.0], + "type": "WYP", + "name": "CANEY" +}, { + "coords": [8.881111, 46.166668, 0.0], + "type": "WYP", + "name": "CANNE" +}, { + "coords": [9.5745, 42.847305, 0.0], + "type": "WYP", + "name": "CAPCO" +}, { + "coords": [-75.187836, 19.745167, 0.0], + "type": "WYP", + "name": "CAPTN" +}, { + "coords": [9.337139, 39.322681, 0.0], + "type": "WYP", + "name": "CAR15" +}, { + "coords": [9.163333, 39.533333, 0.0], + "type": "WYP", + "name": "CAR30" +}, { + "coords": [-1.495, 36.252224, 0.0], + "type": "WYP", + "name": "CARBO" +}, { + "coords": [-66.022644, 18.69525, 0.0], + "type": "WYP", + "name": "CARIB" +}, { + "coords": [-89.985008, 17.32332, 0.0], + "type": "WYP", + "name": "CARME" +}, { + "coords": [-7.895614, 39.603413, 0.0], + "type": "WYP", + "name": "CARMI" +}, { + "coords": [-92.290001, 22.639999, 0.0], + "type": "WYP", + "name": "CARPA" +}, { + "coords": [-3.243889, 46.239723, 0.0], + "type": "WYP", + "name": "CARRL" +}, { + "coords": [3.670278, 53.52861, 0.0], + "type": "WYP", + "name": "CASAN" +}, { + "coords": [-4.1825, 53.831112, 0.0], + "type": "WYP", + "name": "CASEL" +}, { + "coords": [0.583056, 52.00861, 0.0], + "type": "WYP", + "name": "CASEY" +}, { + "coords": [-80.0, 21.155001, 0.0], + "type": "WYP", + "name": "CASIL" +}, { + "coords": [-72.495049, 21.64378, 0.0], + "type": "WYP", + "name": "CATHI" +}, { + "coords": [-4.880833, 49.485554, 0.0], + "type": "WYP", + "name": "CAVAL" +}, { + "coords": [1.666542, 41.463749, 0.0], + "type": "WYP", + "name": "CAVES" +}, { + "coords": [-92.056664, 20.331667, 0.0], + "type": "WYP", + "name": "CAYOS" +}, { + "coords": [13.030611, 55.690037, 0.0], + "type": "WYP", + "name": "CDA47" +}, { + "coords": [3.285111, 48.927528, 0.0], + "type": "WYP", + "name": "CDG27" +}, { + "coords": [3.233333, 49.276943, 0.0], + "type": "WYP", + "name": "CDG29" +}, { + "coords": [86.463333, 57.251667, 0.0], + "type": "WYP", + "name": "CE84" +}, { + "coords": [-88.087219, 23.281389, 0.0], + "type": "WYP", + "name": "CEDRO" +}, { + "coords": [-2.236061, 42.983982, 0.0], + "type": "WYP", + "name": "CEGAM" +}, { + "coords": [-105.746391, 30.270555, 0.0], + "type": "WYP", + "name": "CEIBA" +}, { + "coords": [-20.468334, 62.238335, 0.0], + "type": "WYP", + "name": "CELLO" +}, { + "coords": [-1.432003, 39.90062, 0.0], + "type": "WYP", + "name": "CENTA" +}, { + "coords": [26.606667, 48.693333, 0.0], + "type": "WYP", + "name": "CENTY" +}, { + "coords": [31.165556, 51.403332, 0.0], + "type": "WYP", + "name": "CERIV" +}, { + "coords": [13.071675, 49.254173, 0.0], + "type": "WYP", + "name": "CERNO" +}, { + "coords": [7.544167, 45.968887, 0.0], + "type": "WYP", + "name": "CERVI" +}, { + "coords": [18.928249, 42.383583, 0.0], + "type": "WYP", + "name": "CETIN" +}, { + "coords": [28.627031, 44.697521, 0.0], + "type": "WYP", + "name": "CETUL" +}, { + "coords": [2.603461, 48.76231, 0.0], + "type": "WYP", + "name": "CF26" +}, { + "coords": [-2.549889, 45.812222, 0.0], + "type": "WYP", + "name": "CGC95" +}, { + "coords": [3.948611, 47.796665, 0.0], + "type": "WYP", + "name": "CHABY" +}, { + "coords": [-65.629524, 18.372881, 0.0], + "type": "WYP", + "name": "CHAKA" +}, { + "coords": [0.130833, 45.355278, 0.0], + "type": "WYP", + "name": "CHALA" +}, { + "coords": [0.177778, 50.458057, 0.0], + "type": "WYP", + "name": "CHANL" +}, { + "coords": [63.823334, 39.258335, 0.0], + "type": "WYP", + "name": "CHARD" +}, { + "coords": [-24.701944, 38.365833, 0.0], + "type": "WYP", + "name": "CHARE" +}, { + "coords": [-1.917222, 52.613335, 0.0], + "type": "WYP", + "name": "CHASE" +}, { + "coords": [-2.380833, 51.868332, 0.0], + "type": "WYP", + "name": "CHELT" +}, { + "coords": [4.505259, 41.07412, 0.0], + "type": "WYP", + "name": "CHELY" +}, { + "coords": [12.5192, 44.783123, 0.0], + "type": "WYP", + "name": "CHI20" +}, { + "coords": [12.455833, 47.825279, 0.0], + "type": "WYP", + "name": "CHIEM" +}, { + "coords": [-84.58667, 11.048333, 0.0], + "type": "WYP", + "name": "CHILE" +}, { + "coords": [19.041666, 43.57, 0.0], + "type": "WYP", + "name": "CHILY" +}, { + "coords": [-4.188056, 57.964169, 0.0], + "type": "WYP", + "name": "CHINN" +}, { + "coords": [-99.105553, 24.936388, 0.0], + "type": "WYP", + "name": "CHINO" +}, { + "coords": [-67.393692, 22.287333, 0.0], + "type": "WYP", + "name": "CHOCK" +}, { + "coords": [0.437861, 48.50539, 0.0], + "type": "WYP", + "name": "CHW22" +}, { + "coords": [0.783214, 47.416668, 0.0], + "type": "WYP", + "name": "CHW64" +}, { + "coords": [13.083333, 41.333332, 0.0], + "type": "WYP", + "name": "CIRCE" +}, { + "coords": [7.033333, 39.0, 0.0], + "type": "WYP", + "name": "CIRTA" +}, { + "coords": [-83.949997, 17.4, 0.0], + "type": "WYP", + "name": "CISNE" +}, { + "coords": [-6.726978, 36.508892, 0.0], + "type": "WYP", + "name": "CLANA" +}, { + "coords": [0.936111, 49.157776, 0.0], + "type": "WYP", + "name": "CLARA" +}, { + "coords": [-83.559998, 9.971666, 0.0], + "type": "WYP", + "name": "CLARA" +}, { + "coords": [-79.961113, 22.486111, 0.0], + "type": "WYP", + "name": "CLARA" +}, { + "coords": [-66.444122, 18.056997, 0.0], + "type": "WYP", + "name": "CLAYO" +}, { + "coords": [-1.085833, 52.000832, 0.0], + "type": "WYP", + "name": "CLIPY" +}, { + "coords": [3.464345, 48.507965, 0.0], + "type": "WYP", + "name": "CLM27" +}, { + "coords": [2.586458, 48.453762, 0.0], + "type": "WYP", + "name": "CLM29" +}, { + "coords": [2.683681, 49.294575, 0.0], + "type": "WYP", + "name": "CLM30" +}, { + "coords": [3.607803, 48.434731, 0.0], + "type": "WYP", + "name": "CLM34" +}, { + "coords": [2.348333, 48.415001, 0.0], + "type": "WYP", + "name": "CLM37" +}, { + "coords": [2.542814, 48.219284, 0.0], + "type": "WYP", + "name": "CLM42" +}, { + "coords": [2.213531, 48.247826, 0.0], + "type": "WYP", + "name": "CLM48" +}, { + "coords": [1.425833, 51.905277, 0.0], + "type": "WYP", + "name": "CLN11" +}, { + "coords": [-95.516945, 25.633612, 0.0], + "type": "WYP", + "name": "CLONN" +}, { + "coords": [-4.792222, 55.963333, 0.0], + "type": "WYP", + "name": "CLYDE" +}, { + "coords": [3.633333, 50.473331, 0.0], + "type": "WYP", + "name": "CMB24" +}, { + "coords": [4.154039, 45.761032, 0.0], + "type": "WYP", + "name": "CMF41" +}, { + "coords": [3.941667, 51.216667, 0.0], + "type": "WYP", + "name": "COA23" +}, { + "coords": [1.432778, 51.786667, 0.0], + "type": "WYP", + "name": "COA76" +}, { + "coords": [-90.392319, 15.590175, 0.0], + "type": "WYP", + "name": "COBAN" +}, { + "coords": [14.766694, 37.821667, 0.0], + "type": "WYP", + "name": "COBBA" +}, { + "coords": [-70.654358, 21.149885, 0.0], + "type": "WYP", + "name": "COCBU" +}, { + "coords": [-86.21833, 5.829722, 0.0], + "type": "WYP", + "name": "COCOS" +}, { + "coords": [-1.545278, 51.32, 0.0], + "type": "WYP", + "name": "CODEY" +}, { + "coords": [4.813611, 58.674721, 0.0], + "type": "WYP", + "name": "CODLY" +}, { + "coords": [-78.533333, 15.0, 0.0], + "type": "WYP", + "name": "COLBY" +}, { + "coords": [-3.871294, 43.683334, 0.0], + "type": "WYP", + "name": "COLIN" +}, { + "coords": [5.855, 45.943054, 0.0], + "type": "WYP", + "name": "COLLO" +}, { + "coords": [-104.334167, 20.604166, 0.0], + "type": "WYP", + "name": "COMAL" +}, { + "coords": [9.333333, 42.48111, 0.0], + "type": "WYP", + "name": "COMPO" +}, { + "coords": [-67.865814, 20.23679, 0.0], + "type": "WYP", + "name": "CONCH" +}, { + "coords": [-2.199167, 53.143333, 0.0], + "type": "WYP", + "name": "CONGA" +}, { + "coords": [-5.583333, 61.900002, 0.0], + "type": "WYP", + "name": "CONNY" +}, { + "coords": [18.391666, 41.233334, 0.0], + "type": "WYP", + "name": "CONTE" +}, { + "coords": [45.0, 48.533333, 0.0], + "type": "WYP", + "name": "CONUS" +}, { + "coords": [24.232658, 46.131191, 0.0], + "type": "WYP", + "name": "COPSA" +}, { + "coords": [-4.990556, 47.079166, 0.0], + "type": "WYP", + "name": "COQUE" +}, { + "coords": [-112.411667, 29.936388, 0.0], + "type": "WYP", + "name": "COQUI" +}, { + "coords": [12.385, 39.756668, 0.0], + "type": "WYP", + "name": "CORAD" +}, { + "coords": [-66.391373, 18.646662, 0.0], + "type": "WYP", + "name": "CORAF" +}, { + "coords": [-84.628052, 16.715834, 0.0], + "type": "WYP", + "name": "CORAL" +}, { + "coords": [-94.029724, 21.710833, 0.0], + "type": "WYP", + "name": "CORAL" +}, { + "coords": [-81.922501, 23.165001, 0.0], + "type": "WYP", + "name": "CORAL" +}, { + "coords": [2.245331, 40.40694, 0.0], + "type": "WYP", + "name": "CORDA" +}, { + "coords": [8.811666, 41.333332, 0.0], + "type": "WYP", + "name": "CORSI" +}, { + "coords": [-2.304167, 52.639721, 0.0], + "type": "WYP", + "name": "COSFD" +}, { + "coords": [26.450001, 44.603333, 0.0], + "type": "WYP", + "name": "COSTA" +}, { + "coords": [0.071789, 39.889755, 0.0], + "type": "WYP", + "name": "COSTA" +}, { + "coords": [-90.503334, 14.3, 0.0], + "type": "WYP", + "name": "COSTA" +}, { + "coords": [-90.813889, 20.856112, 0.0], + "type": "WYP", + "name": "COSTA" +}, { + "coords": [-4.060992, 40.732296, 0.0], + "type": "WYP", + "name": "COTOS" +}, { + "coords": [-1.065, 51.616112, 0.0], + "type": "WYP", + "name": "COWLY" +}, { + "coords": [-0.819444, 50.942501, 0.0], + "type": "WYP", + "name": "CPT36" +}, { + "coords": [1.673889, 51.045555, 0.0], + "type": "WYP", + "name": "CRABE" +}, { + "coords": [18.126028, 41.496918, 0.0], + "type": "WYP", + "name": "CRAYE" +}, { + "coords": [-2.3075, 52.818611, 0.0], + "type": "WYP", + "name": "CREWE" +}, { + "coords": [21.373741, 46.45755, 0.0], + "type": "WYP", + "name": "CRISA" +}, { + "coords": [-4.55627, 38.938656, 0.0], + "type": "WYP", + "name": "CRISA" +}, { + "coords": [1.816667, 49.310555, 0.0], + "type": "WYP", + "name": "CRL28" +}, { + "coords": [1.799278, 49.427612, 0.0], + "type": "WYP", + "name": "CRL30" +}, { + "coords": [1.736111, 49.31778, 0.0], + "type": "WYP", + "name": "CRL31" +}, { + "coords": [1.705611, 49.30814, 0.0], + "type": "WYP", + "name": "CRL32" +}, { + "coords": [2.485786, 48.680202, 0.0], + "type": "WYP", + "name": "CRL35" +}, { + "coords": [1.636772, 49.426205, 0.0], + "type": "WYP", + "name": "CRL3A" +}, { + "coords": [1.605839, 49.325165, 0.0], + "type": "WYP", + "name": "CRL3B" +}, { + "coords": [3.528386, 49.481102, 0.0], + "type": "WYP", + "name": "CRL42" +}, { + "coords": [1.518967, 49.554047, 0.0], + "type": "WYP", + "name": "CRL43" +}, { + "coords": [3.975092, 49.735882, 0.0], + "type": "WYP", + "name": "CRL64" +}, { + "coords": [-2.538889, 53.626945, 0.0], + "type": "WYP", + "name": "CROFT" +}, { + "coords": [4.882778, 52.703609, 0.0], + "type": "WYP", + "name": "CRONY" +}, { + "coords": [21.796637, 45.617371, 0.0], + "type": "WYP", + "name": "CROSA" +}, { + "coords": [-66.578117, 16.298697, 0.0], + "type": "WYP", + "name": "CRSTL" +}, { + "coords": [-90.26667, 16.773333, 0.0], + "type": "WYP", + "name": "CRUCE" +}, { + "coords": [-82.934723, 15.252222, 0.0], + "type": "WYP", + "name": "CRUTA" +}, { + "coords": [4.470278, 53.0975, 0.0], + "type": "WYP", + "name": "CTA04" +}, { + "coords": [-4.79615, 41.807804, 0.0], + "type": "WYP", + "name": "CUCAS" +}, { + "coords": [6.134444, 43.226112, 0.0], + "type": "WYP", + "name": "CUERS" +}, { + "coords": [36.939999, 50.286667, 0.0], + "type": "WYP", + "name": "CUHUV" +}, { + "coords": [-2.995833, 51.712223, 0.0], + "type": "WYP", + "name": "CUMRI" +}, { + "coords": [2.374444, 55.885834, 0.0], + "type": "WYP", + "name": "CUTEL" +}, { + "coords": [2.821722, 48.775509, 0.0], + "type": "WYP", + "name": "D004S" +}, { + "coords": [9.450653, 52.994194, 0.0], + "type": "WYP", + "name": "D007V" +}, { + "coords": [2.030097, 48.818806, 0.0], + "type": "WYP", + "name": "D011J" +}, { + "coords": [2.071492, 49.033585, 0.0], + "type": "WYP", + "name": "D011W" +}, { + "coords": [5.553975, 45.835045, 0.0], + "type": "WYP", + "name": "D015U" +}, { + "coords": [-2.101667, 53.743332, 0.0], + "type": "WYP", + "name": "D020X" +}, { + "coords": [3.104139, 49.283352, 0.0], + "type": "WYP", + "name": "D021F" +}, { + "coords": [1.532083, 48.373299, 0.0], + "type": "WYP", + "name": "D021T" +}, { + "coords": [1.476361, 44.027168, 0.0], + "type": "WYP", + "name": "D021V" +}, { + "coords": [-1.073217, 51.776882, 0.0], + "type": "WYP", + "name": "D022R" +}, { + "coords": [3.453772, 49.337551, 0.0], + "type": "WYP", + "name": "D034F" +}, { + "coords": [3.156608, 49.296776, 0.0], + "type": "WYP", + "name": "D034H" +}, { + "coords": [3.093358, 48.909321, 0.0], + "type": "WYP", + "name": "D042E" +}, { + "coords": [-0.250003, 49.310722, 0.0], + "type": "WYP", + "name": "D047L" +}, { + "coords": [5.812383, 45.915558, 0.0], + "type": "WYP", + "name": "D050C" +}, { + "coords": [6.024872, 46.043816, 0.0], + "type": "WYP", + "name": "D050O" +}, { + "coords": [3.43695, 45.875332, 0.0], + "type": "WYP", + "name": "D066L" +}, { + "coords": [1.602258, 43.780487, 0.0], + "type": "WYP", + "name": "D067N" +}, { + "coords": [7.33943, 43.796124, 0.0], + "type": "WYP", + "name": "D069D" +}, { + "coords": [2.325372, 48.790024, 0.0], + "type": "WYP", + "name": "D079I" +}, { + "coords": [2.507461, 48.81971, 0.0], + "type": "WYP", + "name": "D079P" +}, { + "coords": [2.586667, 48.833332, 0.0], + "type": "WYP", + "name": "D079Q" +}, { + "coords": [5.49605, 45.66024, 0.0], + "type": "WYP", + "name": "D079U" +}, { + "coords": [20.662996, 63.807159, 0.0], + "type": "WYP", + "name": "D080J" +}, { + "coords": [7.594356, 49.244411, 0.0], + "type": "WYP", + "name": "D083G" +}, { + "coords": [2.783333, 48.776669, 0.0], + "type": "WYP", + "name": "D083P" +}, { + "coords": [2.825842, 48.780033, 0.0], + "type": "WYP", + "name": "D083R" +}, { + "coords": [-2.695383, 53.441006, 0.0], + "type": "WYP", + "name": "D085P" +}, { + "coords": [0.079408, 51.765266, 0.0], + "type": "WYP", + "name": "D086G" +}, { + "coords": [0.470539, 51.669899, 0.0], + "type": "WYP", + "name": "D086L" +}, { + "coords": [2.912939, 48.772537, 0.0], + "type": "WYP", + "name": "D086U" +}, { + "coords": [2.937967, 48.774448, 0.0], + "type": "WYP", + "name": "D086V" +}, { + "coords": [0.547889, 43.346886, 0.0], + "type": "WYP", + "name": "D090R" +}, { + "coords": [2.556822, 49.106853, 0.0], + "type": "WYP", + "name": "D091U" +}, { + "coords": [0.079831, 51.736588, 0.0], + "type": "WYP", + "name": "D100G" +}, { + "coords": [0.286089, 51.721706, 0.0], + "type": "WYP", + "name": "D100O" +}, { + "coords": [4.070119, 46.050465, 0.0], + "type": "WYP", + "name": "D101C" +}, { + "coords": [-8.200148, 42.294655, 0.0], + "type": "WYP", + "name": "D101R" +}, { + "coords": [-3.784497, 40.323418, 0.0], + "type": "WYP", + "name": "D101V" +}, { + "coords": [2.926458, 48.677826, 0.0], + "type": "WYP", + "name": "D101V" +}, { + "coords": [3.835614, 45.848969, 0.0], + "type": "WYP", + "name": "D102L" +}, { + "coords": [0.107733, 51.648911, 0.0], + "type": "WYP", + "name": "D104Y" +}, { + "coords": [3.062111, 48.957222, 0.0], + "type": "WYP", + "name": "D105R" +}, { + "coords": [-1.343464, 52.314404, 0.0], + "type": "WYP", + "name": "D107L" +}, { + "coords": [7.588255, 49.195454, 0.0], + "type": "WYP", + "name": "D108G" +}, { + "coords": [2.460161, 48.685257, 0.0], + "type": "WYP", + "name": "D109O" +}, { + "coords": [1.561019, 48.965805, 0.0], + "type": "WYP", + "name": "D110N" +}, { + "coords": [0.3301, 51.255856, 0.0], + "type": "WYP", + "name": "D116L" +}, { + "coords": [-1.373267, 52.264065, 0.0], + "type": "WYP", + "name": "D122L" +}, { + "coords": [5.37633, 45.267033, 0.0], + "type": "WYP", + "name": "D123K" +}, { + "coords": [7.460983, 43.665047, 0.0], + "type": "WYP", + "name": "D126K" +}, { + "coords": [0.305656, 51.225761, 0.0], + "type": "WYP", + "name": "D126L" +}, { + "coords": [5.519344, 45.487362, 0.0], + "type": "WYP", + "name": "D129X" +}, { + "coords": [26.273333, 44.721668, 0.0], + "type": "WYP", + "name": "D130Q" +}, { + "coords": [26.338333, 44.678333, 0.0], + "type": "WYP", + "name": "D130U" +}, { + "coords": [6.306058, 62.442402, 0.0], + "type": "WYP", + "name": "D136J" +}, { + "coords": [2.935, 48.998333, 0.0], + "type": "WYP", + "name": "D137W" +}, { + "coords": [0.255997, 51.187195, 0.0], + "type": "WYP", + "name": "D139L" +}, { + "coords": [7.409806, 43.626053, 0.0], + "type": "WYP", + "name": "D143K" +}, { + "coords": [7.522367, 43.520763, 0.0], + "type": "WYP", + "name": "D143S" +}, { + "coords": [7.550447, 43.494427, 0.0], + "type": "WYP", + "name": "D143U" +}, { + "coords": [-1.449486, 52.205177, 0.0], + "type": "WYP", + "name": "D144L" +}, { + "coords": [-2.742433, 53.12278, 0.0], + "type": "WYP", + "name": "D144U" +}, { + "coords": [3.382742, 48.50729, 0.0], + "type": "WYP", + "name": "D147Y" +}, { + "coords": [3.605089, 45.827541, 0.0], + "type": "WYP", + "name": "D149D" +}, { + "coords": [2.177081, 48.474251, 0.0], + "type": "WYP", + "name": "D149M" +}, { + "coords": [1.537819, 49.579762, 0.0], + "type": "WYP", + "name": "D151Y" +}, { + "coords": [7.541475, 43.532276, 0.0], + "type": "WYP", + "name": "D156R" +}, { + "coords": [2.330642, 48.460426, 0.0], + "type": "WYP", + "name": "D156T" +}, { + "coords": [-2.130995, 53.210392, 0.0], + "type": "WYP", + "name": "D157J" +}, { + "coords": [2.539619, 48.493229, 0.0], + "type": "WYP", + "name": "D160P" +}, { + "coords": [-3.093794, 54.391674, 0.0], + "type": "WYP", + "name": "D162V" +}, { + "coords": [14.516569, 50.533421, 0.0], + "type": "WYP", + "name": "D165C" +}, { + "coords": [-2.075186, 53.696281, 0.0], + "type": "WYP", + "name": "D166C" +}, { + "coords": [-1.9751, 53.518257, 0.0], + "type": "WYP", + "name": "D166N" +}, { + "coords": [12.278097, 41.620579, 0.0], + "type": "WYP", + "name": "D170K" +}, { + "coords": [2.491519, 48.433735, 0.0], + "type": "WYP", + "name": "D170R" +}, { + "coords": [2.133442, 48.63739, 0.0], + "type": "WYP", + "name": "D173G" +}, { + "coords": [14.1507, 52.251701, 0.0], + "type": "WYP", + "name": "D175J" +}, { + "coords": [1.849706, 43.743187, 0.0], + "type": "WYP", + "name": "D178M" +}, { + "coords": [14.127728, 52.251598, 0.0], + "type": "WYP", + "name": "D180J" +}, { + "coords": [18.978788, 63.208035, 0.0], + "type": "WYP", + "name": "D180L" +}, { + "coords": [2.378647, 48.413334, 0.0], + "type": "WYP", + "name": "D184S" +}, { + "coords": [2.378333, 48.396667, 0.0], + "type": "WYP", + "name": "D184T" +}, { + "coords": [4.843889, 45.1875, 0.0], + "type": "WYP", + "name": "D185V" +}, { + "coords": [1.276111, 43.501389, 0.0], + "type": "WYP", + "name": "D190K" +}, { + "coords": [1.236944, 43.298889, 0.0], + "type": "WYP", + "name": "D190W" +}, { + "coords": [2.329533, 48.455463, 0.0], + "type": "WYP", + "name": "D191Q" +}, { + "coords": [6.326478, 46.079243, 0.0], + "type": "WYP", + "name": "D193X" +}, { + "coords": [3.351894, 48.577503, 0.0], + "type": "WYP", + "name": "D197W" +}, { + "coords": [11.149075, 47.948685, 0.0], + "type": "WYP", + "name": "D198T" +}, { + "coords": [12.126056, 41.567646, 0.0], + "type": "WYP", + "name": "D199O" +}, { + "coords": [25.82, 44.634998, 0.0], + "type": "WYP", + "name": "D199R" +}, { + "coords": [1.780272, 48.668972, 0.0], + "type": "WYP", + "name": "D207D" +}, { + "coords": [2.321417, 48.73304, 0.0], + "type": "WYP", + "name": "D220T" +}, { + "coords": [2.297083, 48.735527, 0.0], + "type": "WYP", + "name": "D221U" +}, { + "coords": [2.966261, 48.805801, 0.0], + "type": "WYP", + "name": "D222C" +}, { + "coords": [2.76213, 48.658798, 0.0], + "type": "WYP", + "name": "D225O" +}, { + "coords": [2.820881, 48.720882, 0.0], + "type": "WYP", + "name": "D229K" +}, { + "coords": [-0.685706, 51.172733, 0.0], + "type": "WYP", + "name": "D232L" +}, { + "coords": [13.2298, 55.274933, 0.0], + "type": "WYP", + "name": "D232N" +}, { + "coords": [2.526939, 48.945511, 0.0], + "type": "WYP", + "name": "D233E" +}, { + "coords": [2.231194, 48.866829, 0.0], + "type": "WYP", + "name": "D237K" +}, { + "coords": [2.251583, 48.876667, 0.0], + "type": "WYP", + "name": "D238J" +}, { + "coords": [5.129722, 45.372501, 0.0], + "type": "WYP", + "name": "D243O" +}, { + "coords": [2.749781, 48.766518, 0.0], + "type": "WYP", + "name": "D249L" +}, { + "coords": [2.646428, 48.735752, 0.0], + "type": "WYP", + "name": "D249P" +}, { + "coords": [0.776133, 43.523109, 0.0], + "type": "WYP", + "name": "D250Y" +}, { + "coords": [-0.852114, 51.658432, 0.0], + "type": "WYP", + "name": "D254L" +}, { + "coords": [4.760786, 45.53635, 0.0], + "type": "WYP", + "name": "D258E" +}, { + "coords": [1.601953, 43.469021, 0.0], + "type": "WYP", + "name": "D260C" +}, { + "coords": [1.566944, 48.70924, 0.0], + "type": "WYP", + "name": "D266U" +}, { + "coords": [2.603939, 48.458076, 0.0], + "type": "WYP", + "name": "D274H" +}, { + "coords": [2.11285, 49.259182, 0.0], + "type": "WYP", + "name": "D274P" +}, { + "coords": [2.400019, 48.459835, 0.0], + "type": "WYP", + "name": "D274Q" +}, { + "coords": [2.526, 49.016277, 0.0], + "type": "WYP", + "name": "D275D" +}, { + "coords": [-0.765858, 51.309097, 0.0], + "type": "WYP", + "name": "D275L" +}, { + "coords": [2.824472, 48.855526, 0.0], + "type": "WYP", + "name": "D279H" +}, { + "coords": [2.440372, 49.261463, 0.0], + "type": "WYP", + "name": "D280C" +}, { + "coords": [2.790689, 48.870533, 0.0], + "type": "WYP", + "name": "D283I" +}, { + "coords": [2.653628, 48.478371, 0.0], + "type": "WYP", + "name": "D286G" +}, { + "coords": [3.600531, 48.311207, 0.0], + "type": "WYP", + "name": "D287O" +}, { + "coords": [-1.503244, 52.247829, 0.0], + "type": "WYP", + "name": "D290O" +}, { + "coords": [-1.738431, 52.288074, 0.0], + "type": "WYP", + "name": "D290X" +}, { + "coords": [-0.748475, 51.37056, 0.0], + "type": "WYP", + "name": "D293L" +}, { + "coords": [0.845, 51.918266, 0.0], + "type": "WYP", + "name": "D294L" +}, { + "coords": [1.815964, 48.825809, 0.0], + "type": "WYP", + "name": "D294L" +}, { + "coords": [0.771158, 51.141933, 0.0], + "type": "WYP", + "name": "D296L" +}, { + "coords": [7.4864, 43.326782, 0.0], + "type": "WYP", + "name": "D298I" +}, { + "coords": [1.027164, 51.885715, 0.0], + "type": "WYP", + "name": "D300E" +}, { + "coords": [13.055189, 55.648693, 0.0], + "type": "WYP", + "name": "D301M" +}, { + "coords": [2.147522, 48.82246, 0.0], + "type": "WYP", + "name": "D303K" +}, { + "coords": [1.994178, 48.880325, 0.0], + "type": "WYP", + "name": "D303R" +}, { + "coords": [-0.726944, 51.401051, 0.0], + "type": "WYP", + "name": "D304L" +}, { + "coords": [-1.107386, 51.958412, 0.0], + "type": "WYP", + "name": "D308Y" +}, { + "coords": [9.419495, 45.844624, 0.0], + "type": "WYP", + "name": "D311P" +}, { + "coords": [-1.073803, 51.986515, 0.0], + "type": "WYP", + "name": "D313Y" +}, { + "coords": [1.834389, 48.906429, 0.0], + "type": "WYP", + "name": "D314N" +}, { + "coords": [-1.036333, 52.01326, 0.0], + "type": "WYP", + "name": "D318Y" +}, { + "coords": [2.012408, 48.424923, 0.0], + "type": "WYP", + "name": "D331S" +}, { + "coords": [13.002675, 52.639885, 0.0], + "type": "WYP", + "name": "D336L" +}, { + "coords": [-1.27225, 52.222466, 0.0], + "type": "WYP", + "name": "D336O" +}, { + "coords": [1.078203, 44.024895, 0.0], + "type": "WYP", + "name": "D337W" +}, { + "coords": [7.03678, 49.458023, 0.0], + "type": "WYP", + "name": "D349O" +}, { + "coords": [-0.938772, 51.746391, 0.0], + "type": "WYP", + "name": "D357R" +}, { + "coords": [1.964186, 48.886154, 0.0], + "type": "WYP", + "name": "D358N" +}, { + "coords": [1.944228, 49.035458, 0.0], + "type": "WYP", + "name": "D358W" +}, { + "coords": [2.378717, 48.816681, 0.0], + "type": "WYP", + "name": "D359E" +}, { + "coords": [15.271667, 44.93, 0.0], + "type": "WYP", + "name": "DABAR" +}, { + "coords": [-79.811668, 8.75, 0.0], + "type": "WYP", + "name": "DABEL" +}, { + "coords": [46.133335, 55.049999, 0.0], + "type": "WYP", + "name": "DABER" +}, { + "coords": [-79.133331, 11.633333, 0.0], + "type": "WYP", + "name": "DAGAS" +}, { + "coords": [0.794167, 51.821945, 0.0], + "type": "WYP", + "name": "DAGGA" +}, { + "coords": [15.283334, 41.09, 0.0], + "type": "WYP", + "name": "DAGOR" +}, { + "coords": [58.049999, 52.833332, 0.0], + "type": "WYP", + "name": "DAGOT" +}, { + "coords": [-6.855834, 36.928612, 0.0], + "type": "WYP", + "name": "DAIRA" +}, { + "coords": [73.933334, 62.166668, 0.0], + "type": "WYP", + "name": "DAKAR" +}, { + "coords": [-66.999619, 17.048052, 0.0], + "type": "WYP", + "name": "DAKES" +}, { + "coords": [72.404999, 54.158333, 0.0], + "type": "WYP", + "name": "DAKIN" +}, { + "coords": [66.366669, 40.266666, 0.0], + "type": "WYP", + "name": "DAKLI" +}, { + "coords": [38.633335, 55.616665, 0.0], + "type": "WYP", + "name": "DAKLO" +}, { + "coords": [-77.809998, 7.46, 0.0], + "type": "WYP", + "name": "DAKMO" +}, { + "coords": [46.066666, 40.841667, 0.0], + "type": "WYP", + "name": "DALAR" +}, { + "coords": [-2.349167, 53.668888, 0.0], + "type": "WYP", + "name": "DALEY" +}, { + "coords": [48.950001, 40.816666, 0.0], + "type": "WYP", + "name": "DALGA" +}, { + "coords": [-59.150002, 8.916667, 0.0], + "type": "WYP", + "name": "DALGA" +}, { + "coords": [3.357778, 41.731945, 0.0], + "type": "WYP", + "name": "DALIN" +}, { + "coords": [-79.76667, 8.636666, 0.0], + "type": "WYP", + "name": "DAMAX" +}, { + "coords": [-1.686944, 47.395832, 0.0], + "type": "WYP", + "name": "DAMLO" +}, { + "coords": [7.944722, 50.45639, 0.0], + "type": "WYP", + "name": "DAMOR" +}, { + "coords": [-60.625, 13.491667, 0.0], + "type": "WYP", + "name": "DAMOV" +}, { + "coords": [6.053611, 48.06778, 0.0], + "type": "WYP", + "name": "DANAR" +}, { + "coords": [68.0, 64.900002, 0.0], + "type": "WYP", + "name": "DANAT" +}, { + "coords": [5.055278, 45.925835, 0.0], + "type": "WYP", + "name": "DANBO" +}, { + "coords": [-63.664673, 17.504189, 0.0], + "type": "WYP", + "name": "DANDE" +}, { + "coords": [49.950001, 54.75, 0.0], + "type": "WYP", + "name": "DANDI" +}, { + "coords": [5.0, 55.343056, 0.0], + "type": "WYP", + "name": "DANDI" +}, { + "coords": [35.066666, 48.950001, 0.0], + "type": "WYP", + "name": "DANKA" +}, { + "coords": [6.697778, 57.0, 0.0], + "type": "WYP", + "name": "DANKO" +}, { + "coords": [28.456266, 44.906696, 0.0], + "type": "WYP", + "name": "DANUL" +}, { + "coords": [-85.315277, 20.186388, 0.0], + "type": "WYP", + "name": "DANUL" +}, { + "coords": [5.280833, 55.0, 0.0], + "type": "WYP", + "name": "DANUM" +}, { + "coords": [-75.066498, 19.704334, 0.0], + "type": "WYP", + "name": "DANYL" +}, { + "coords": [107.721664, 38.201668, 0.0], + "type": "WYP", + "name": "DARAN" +}, { + "coords": [29.75, 60.66, 0.0], + "type": "WYP", + "name": "DAREK" +}, { + "coords": [68.133331, 39.483334, 0.0], + "type": "WYP", + "name": "DARMA" +}, { + "coords": [98.294998, 50.356667, 0.0], + "type": "WYP", + "name": "DARNO" +}, { + "coords": [-68.558609, 18.1775, 0.0], + "type": "WYP", + "name": "DARSI" +}, { + "coords": [60.428333, 41.306667, 0.0], + "type": "WYP", + "name": "DARVA" +}, { + "coords": [-70.269997, 12.41, 0.0], + "type": "WYP", + "name": "DATOR" +}, { + "coords": [5.467778, 55.470554, 0.0], + "type": "WYP", + "name": "DAVAL" +}, { + "coords": [-85.153893, 12.082222, 0.0], + "type": "WYP", + "name": "DAVIB" +}, { + "coords": [-4.090556, 57.345001, 0.0], + "type": "WYP", + "name": "DAVOT" +}, { + "coords": [-84.714722, 15.623611, 0.0], + "type": "WYP", + "name": "DAVRO" +}, { + "coords": [-3.463889, 50.574165, 0.0], + "type": "WYP", + "name": "DAWLY" +}, { + "coords": [-2.029167, 53.238609, 0.0], + "type": "WYP", + "name": "DAYNE" +}, { + "coords": [18.245768, 42.305309, 0.0], + "type": "WYP", + "name": "DBK15" +}, { + "coords": [-3.741111, 54.944168, 0.0], + "type": "WYP", + "name": "DCS19" +}, { + "coords": [-3.345833, 55.055832, 0.0], + "type": "WYP", + "name": "DCS20" +}, { + "coords": [-2.706111, 54.227779, 0.0], + "type": "WYP", + "name": "DCS37" +}, { + "coords": [-2.7425, 53.91111, 0.0], + "type": "WYP", + "name": "DCS53" +}, { + "coords": [88.830002, 52.463333, 0.0], + "type": "WYP", + "name": "DEBAT" +}, { + "coords": [-80.949997, 20.203056, 0.0], + "type": "WYP", + "name": "DEBOR" +}, { + "coords": [61.716667, 55.133335, 0.0], + "type": "WYP", + "name": "DEBRI" +}, { + "coords": [23.386444, 46.867558, 0.0], + "type": "WYP", + "name": "DECAN" +}, { + "coords": [-89.153069, 17.207521, 0.0], + "type": "WYP", + "name": "DEDAL" +}, { + "coords": [20.450611, 63.258251, 0.0], + "type": "WYP", + "name": "DEDIT" +}, { + "coords": [29.303333, 54.035, 0.0], + "type": "WYP", + "name": "DEDOK" +}, { + "coords": [22.275755, 46.271835, 0.0], + "type": "WYP", + "name": "DEDOR" +}, { + "coords": [13.208889, 35.970833, 0.0], + "type": "WYP", + "name": "DEDUK" +}, { + "coords": [4.666667, 59.163612, 0.0], + "type": "WYP", + "name": "DEFRI" +}, { + "coords": [14.475348, 47.677368, 0.0], + "type": "WYP", + "name": "DEGAB" +}, { + "coords": [17.956667, 60.638832, 0.0], + "type": "WYP", + "name": "DEGAL" +}, { + "coords": [25.457445, 43.634975, 0.0], + "type": "WYP", + "name": "DEGAT" +}, { + "coords": [12.340222, 57.728054, 0.0], + "type": "WYP", + "name": "DEGAV" +}, { + "coords": [21.267242, 46.493546, 0.0], + "type": "WYP", + "name": "DEGET" +}, { + "coords": [2.852222, 43.780556, 0.0], + "type": "WYP", + "name": "DEGOL" +}, { + "coords": [-6.906389, 54.189167, 0.0], + "type": "WYP", + "name": "DEGOS" +}, { + "coords": [33.366665, 48.950001, 0.0], + "type": "WYP", + "name": "DEKAD" +}, { + "coords": [23.439703, 44.906261, 0.0], + "type": "WYP", + "name": "DEKAM" +}, { + "coords": [-0.121389, 48.209446, 0.0], + "type": "WYP", + "name": "DEKIS" +}, { + "coords": [51.875278, 42.379723, 0.0], + "type": "WYP", + "name": "DEKUR" +}, { + "coords": [26.500319, 44.83609, 0.0], + "type": "WYP", + "name": "DELAK" +}, { + "coords": [14.148334, 40.185001, 0.0], + "type": "WYP", + "name": "DELER" +}, { + "coords": [-110.713333, 26.526388, 0.0], + "type": "WYP", + "name": "DELIN" +}, { + "coords": [-81.75, 18.666666, 0.0], + "type": "WYP", + "name": "DELKA" +}, { + "coords": [7.16, 47.257778, 0.0], + "type": "WYP", + "name": "DELMO" +}, { + "coords": [4.089722, 50.314999, 0.0], + "type": "WYP", + "name": "DELOM" +}, { + "coords": [6.3275, 47.603611, 0.0], + "type": "WYP", + "name": "DELOX" +}, { + "coords": [-69.805275, 17.606945, 0.0], + "type": "WYP", + "name": "DELPO" +}, { + "coords": [3.838611, 52.075279, 0.0], + "type": "WYP", + "name": "DELTA" +}, { + "coords": [-24.078611, 37.770279, 0.0], + "type": "WYP", + "name": "DELTA" +}, { + "coords": [-82.621262, 22.054811, 0.0], + "type": "WYP", + "name": "DELTA" +}, { + "coords": [21.121111, 35.51889, 0.0], + "type": "WYP", + "name": "DEMAG" +}, { + "coords": [51.873333, 52.441666, 0.0], + "type": "WYP", + "name": "DEMAN" +}, { + "coords": [71.335556, 42.792221, 0.0], + "type": "WYP", + "name": "DEMAS" +}, { + "coords": [9.852777, 54.836388, 0.0], + "type": "WYP", + "name": "DEMIR" +}, { + "coords": [44.299999, 42.416668, 0.0], + "type": "WYP", + "name": "DEMON" +}, { + "coords": [15.245417, 59.96125, 0.0], + "type": "WYP", + "name": "DEMOR" +}, { + "coords": [-9.361998, 41.925705, 0.0], + "type": "WYP", + "name": "DEMOS" +}, { + "coords": [30.891666, 46.145, 0.0], + "type": "WYP", + "name": "DENAK" +}, { + "coords": [11.876667, 43.508335, 0.0], + "type": "WYP", + "name": "DENAL" +}, { + "coords": [22.24, 41.952499, 0.0], + "type": "WYP", + "name": "DENAR" +}, { + "coords": [-1.961111, 53.520279, 0.0], + "type": "WYP", + "name": "DENBY" +}, { + "coords": [7.884167, 48.365276, 0.0], + "type": "WYP", + "name": "DENEL" +}, { + "coords": [3.43, 50.369999, 0.0], + "type": "WYP", + "name": "DENIN" +}, { + "coords": [8.587778, 51.952221, 0.0], + "type": "WYP", + "name": "DENOL" +}, { + "coords": [36.389999, 43.286667, 0.0], + "type": "WYP", + "name": "DENUS" +}, { + "coords": [3.6575, 51.236111, 0.0], + "type": "WYP", + "name": "DENUT" +}, { + "coords": [5.328889, 58.383335, 0.0], + "type": "WYP", + "name": "DEPEK" +}, { + "coords": [15.022472, 59.191944, 0.0], + "type": "WYP", + "name": "DEPEX" +}, { + "coords": [66.40139, 54.036388, 0.0], + "type": "WYP", + "name": "DEPIR" +}, { + "coords": [-72.78167, 18.943333, 0.0], + "type": "WYP", + "name": "DEPLO" +}, { + "coords": [17.974445, 44.984165, 0.0], + "type": "WYP", + "name": "DER" +}, { + "coords": [6.176111, 46.356667, 0.0], + "type": "WYP", + "name": "DEREM" +}, { + "coords": [65.106667, 38.531666, 0.0], + "type": "WYP", + "name": "DERKA" +}, { + "coords": [16.212187, 46.983215, 0.0], + "type": "WYP", + "name": "DESAT" +}, { + "coords": [-94.042778, 23.725555, 0.0], + "type": "WYP", + "name": "DESCO" +}, { + "coords": [75.51667, 44.917221, 0.0], + "type": "WYP", + "name": "DESER" +}, { + "coords": [107.25, 52.283333, 0.0], + "type": "WYP", + "name": "DESNA" +}, { + "coords": [77.921112, 44.274445, 0.0], + "type": "WYP", + "name": "DESOK" +}, { + "coords": [0.598878, 51.836559, 0.0], + "type": "WYP", + "name": "DET32" +}, { + "coords": [76.847778, 43.797222, 0.0], + "type": "WYP", + "name": "DETAK" +}, { + "coords": [16.974277, 62.229752, 0.0], + "type": "WYP", + "name": "DETMO" +}, { + "coords": [11.069056, 57.587612, 0.0], + "type": "WYP", + "name": "DETNA" +}, { + "coords": [14.344167, 54.916668, 0.0], + "type": "WYP", + "name": "DETNI" +}, { + "coords": [-15.0, 41.0, 0.0], + "type": "WYP", + "name": "DETOX" +}, { + "coords": [12.281111, 46.802502, 0.0], + "type": "WYP", + "name": "DETSA" +}, { + "coords": [14.264361, 58.599998, 0.0], + "type": "WYP", + "name": "DETSO" +}, { + "coords": [0.953056, 48.939167, 0.0], + "type": "WYP", + "name": "DETUR" +}, { + "coords": [1.466667, 50.856945, 0.0], + "type": "WYP", + "name": "DEVAL" +}, { + "coords": [24.355, 41.708332, 0.0], + "type": "WYP", + "name": "DEVIN" +}, { + "coords": [-10.434167, 53.890278, 0.0], + "type": "WYP", + "name": "DEVOL" +}, { + "coords": [-0.456389, 46.186668, 0.0], + "type": "WYP", + "name": "DEVOS" +}, { + "coords": [16.441111, 45.13028, 0.0], + "type": "WYP", + "name": "DEVUL" +}, { + "coords": [-80.410332, 7.982, 0.0], + "type": "WYP", + "name": "DEXAN" +}, { + "coords": [19.450001, 40.0, 0.0], + "type": "WYP", + "name": "DEXIN" +}, { + "coords": [6.630278, 45.080002, 0.0], + "type": "WYP", + "name": "DGN69" +}, { + "coords": [-3.688494, 42.193035, 0.0], + "type": "WYP", + "name": "DGO39" +}, { + "coords": [34.233334, 45.584999, 0.0], + "type": "WYP", + "name": "DHANI" +}, { + "coords": [15.445556, 35.274445, 0.0], + "type": "WYP", + "name": "DIBAK" +}, { + "coords": [39.518333, 43.110001, 0.0], + "type": "WYP", + "name": "DIBAT" +}, { + "coords": [23.058332, 49.888332, 0.0], + "type": "WYP", + "name": "DIBED" +}, { + "coords": [4.415, 42.079723, 0.0], + "type": "WYP", + "name": "DIBER" +}, { + "coords": [6.124444, 51.276943, 0.0], + "type": "WYP", + "name": "DIBIR" +}, { + "coords": [2.2625, 51.411945, 0.0], + "type": "WYP", + "name": "DIBLI" +}, { + "coords": [18.606667, 52.683056, 0.0], + "type": "WYP", + "name": "DIBRI" +}, { + "coords": [26.116667, 51.700001, 0.0], + "type": "WYP", + "name": "DIBRO" +}, { + "coords": [18.671667, 43.116665, 0.0], + "type": "WYP", + "name": "DIBRU" +}, { + "coords": [-3.997222, 50.842777, 0.0], + "type": "WYP", + "name": "DIDEL" +}, { + "coords": [3.281945, 49.31361, 0.0], + "type": "WYP", + "name": "DIDOR" +}, { + "coords": [14.408334, 40.978889, 0.0], + "type": "WYP", + "name": "DIEGO" +}, { + "coords": [-79.286003, 8.712667, 0.0], + "type": "WYP", + "name": "DIEGO" +}, { + "coords": [31.111666, 45.258335, 0.0], + "type": "WYP", + "name": "DIGAM" +}, { + "coords": [75.154999, 50.396111, 0.0], + "type": "WYP", + "name": "DIGIT" +}, { + "coords": [4.626667, 47.683887, 0.0], + "type": "WYP", + "name": "DIJ32" +}, { + "coords": [4.227675, 47.829002, 0.0], + "type": "WYP", + "name": "DIJ49" +}, { + "coords": [6.932508, 47.416737, 0.0], + "type": "WYP", + "name": "DIJ74" +}, { + "coords": [7.397778, 47.445835, 0.0], + "type": "WYP", + "name": "DIJ93" +}, { + "coords": [6.316667, 49.866665, 0.0], + "type": "WYP", + "name": "DIK07" +}, { + "coords": [6.391667, 49.466667, 0.0], + "type": "WYP", + "name": "DIK26" +}, { + "coords": [74.916664, 60.983334, 0.0], + "type": "WYP", + "name": "DIKAR" +}, { + "coords": [-3.259167, 51.776943, 0.0], + "type": "WYP", + "name": "DIKAS" +}, { + "coords": [8.494166, 48.201946, 0.0], + "type": "WYP", + "name": "DIKMI" +}, { + "coords": [13.525556, 51.915554, 0.0], + "type": "WYP", + "name": "DIKMO" +}, { + "coords": [4.049167, 49.137501, 0.0], + "type": "WYP", + "name": "DIKOL" +}, { + "coords": [13.599167, 66.277779, 0.0], + "type": "WYP", + "name": "DILKO" +}, { + "coords": [23.141666, 36.116665, 0.0], + "type": "WYP", + "name": "DILMO" +}, { + "coords": [64.818336, 44.248333, 0.0], + "type": "WYP", + "name": "DILNA" +}, { + "coords": [50.616665, 40.333332, 0.0], + "type": "WYP", + "name": "DILON" +}, { + "coords": [30.318333, 48.134998, 0.0], + "type": "WYP", + "name": "DILOR" +}, { + "coords": [1.366389, 50.4925, 0.0], + "type": "WYP", + "name": "DIMAL" +}, { + "coords": [-107.104164, 23.816111, 0.0], + "type": "WYP", + "name": "DIMAS" +}, { + "coords": [2.5425, 54.879723, 0.0], + "type": "WYP", + "name": "DIMES" +}, { + "coords": [12.314445, 48.668056, 0.0], + "type": "WYP", + "name": "DIMGA" +}, { + "coords": [20.594723, 40.072498, 0.0], + "type": "WYP", + "name": "DIMIS" +}, { + "coords": [16.422722, 46.683491, 0.0], + "type": "WYP", + "name": "DIMLO" +}, { + "coords": [-6.251389, 52.239723, 0.0], + "type": "WYP", + "name": "DIMUS" +}, { + "coords": [75.098892, 49.310276, 0.0], + "type": "WYP", + "name": "DIMUT" +}, { + "coords": [3.971111, 52.691944, 0.0], + "type": "WYP", + "name": "DINAK" +}, { + "coords": [11.39, 55.60611, 0.0], + "type": "WYP", + "name": "DINAM" +}, { + "coords": [16.309723, 44.951668, 0.0], + "type": "WYP", + "name": "DINAN" +}, { + "coords": [70.466667, 39.25, 0.0], + "type": "WYP", + "name": "DINAR" +}, { + "coords": [22.154417, 46.004105, 0.0], + "type": "WYP", + "name": "DINEL" +}, { + "coords": [5.890555, 46.495277, 0.0], + "type": "WYP", + "name": "DINIG" +}, { + "coords": [-6.456936, 53.673889, 0.0], + "type": "WYP", + "name": "DINIL" +}, { + "coords": [29.528334, 48.236668, 0.0], + "type": "WYP", + "name": "DINKA" +}, { + "coords": [5.905833, 50.639168, 0.0], + "type": "WYP", + "name": "DINKI" +}, { + "coords": [5.779444, 43.833889, 0.0], + "type": "WYP", + "name": "DINLA" +}, { + "coords": [-101.833336, 20.158333, 0.0], + "type": "WYP", + "name": "DINOS" +}, { + "coords": [28.808332, 43.700001, 0.0], + "type": "WYP", + "name": "DINRO" +}, { + "coords": [76.220558, 44.2225, 0.0], + "type": "WYP", + "name": "DINVO" +}, { + "coords": [2.061389, 50.345833, 0.0], + "type": "WYP", + "name": "DIPER" +}, { + "coords": [5.593056, 46.669167, 0.0], + "type": "WYP", + "name": "DIPIR" +}, { + "coords": [8.0075, 52.006668, 0.0], + "type": "WYP", + "name": "DIPIS" +}, { + "coords": [7.630833, 40.151943, 0.0], + "type": "WYP", + "name": "DIPSI" +}, { + "coords": [27.55415, 44.510838, 0.0], + "type": "WYP", + "name": "DIRAL" +}, { + "coords": [44.751667, 48.388332, 0.0], + "type": "WYP", + "name": "DIRAT" +}, { + "coords": [5.388055, 60.81889, 0.0], + "type": "WYP", + "name": "DIRBI" +}, { + "coords": [10.843056, 52.821945, 0.0], + "type": "WYP", + "name": "DIRBO" +}, { + "coords": [14.31, 36.5, 0.0], + "type": "WYP", + "name": "DIRKA" +}, { + "coords": [-9.501789, 40.843327, 0.0], + "type": "WYP", + "name": "DIRMA" +}, { + "coords": [15.038055, 54.310833, 0.0], + "type": "WYP", + "name": "DIRSO" +}, { + "coords": [35.049999, 64.120003, 0.0], + "type": "WYP", + "name": "DISEN" +}, { + "coords": [6.486389, 49.544445, 0.0], + "type": "WYP", + "name": "DISKI" +}, { + "coords": [-4.223236, 41.015244, 0.0], + "type": "WYP", + "name": "DISKO" +}, { + "coords": [22.758333, 41.247223, 0.0], + "type": "WYP", + "name": "DISOR" +}, { + "coords": [11.105, 47.862778, 0.0], + "type": "WYP", + "name": "DISUN" +}, { + "coords": [69.404724, 48.342777, 0.0], + "type": "WYP", + "name": "DITKI" +}, { + "coords": [76.178612, 45.967499, 0.0], + "type": "WYP", + "name": "DITUR" +}, { + "coords": [15.311666, 37.771667, 0.0], + "type": "WYP", + "name": "DIVAR" +}, { + "coords": [2.828889, 49.055832, 0.0], + "type": "WYP", + "name": "DIVED" +}, { + "coords": [4.776945, 43.05611, 0.0], + "type": "WYP", + "name": "DIVKO" +}, { + "coords": [22.683889, 55.471111, 0.0], + "type": "WYP", + "name": "DIVLA" +}, { + "coords": [57.666668, 45.735001, 0.0], + "type": "WYP", + "name": "DIVNO" +}, { + "coords": [7.621389, 43.301945, 0.0], + "type": "WYP", + "name": "DIVUL" +}, { + "coords": [9.316667, 45.078335, 0.0], + "type": "WYP", + "name": "DIXER" +}, { + "coords": [15.028277, 57.931026, 0.0], + "type": "WYP", + "name": "DKR99" +}, { + "coords": [59.748333, 40.415001, 0.0], + "type": "WYP", + "name": "DLONA" +}, { + "coords": [7.216944, 53.213333, 0.0], + "type": "WYP", + "name": "DOBAK" +}, { + "coords": [20.494722, 41.332779, 0.0], + "type": "WYP", + "name": "DOBAR" +}, { + "coords": [13.431111, 51.657501, 0.0], + "type": "WYP", + "name": "DOBUR" +}, { + "coords": [1.206389, 45.404999, 0.0], + "type": "WYP", + "name": "DOBUS" +}, { + "coords": [19.301666, 60.044445, 0.0], + "type": "WYP", + "name": "DODAM" +}, { + "coords": [15.427222, 53.352779, 0.0], + "type": "WYP", + "name": "DODAN" +}, { + "coords": [19.531586, 47.212067, 0.0], + "type": "WYP", + "name": "DODAR" +}, { + "coords": [19.671667, 52.390278, 0.0], + "type": "WYP", + "name": "DODEK" +}, { + "coords": [8.0825, 50.617222, 0.0], + "type": "WYP", + "name": "DODEN" +}, { + "coords": [12.583611, 51.688889, 0.0], + "type": "WYP", + "name": "DODIP" +}, { + "coords": [76.003052, 45.238888, 0.0], + "type": "WYP", + "name": "DODOK" +}, { + "coords": [0.613611, 55.914444, 0.0], + "type": "WYP", + "name": "DODSI" +}, { + "coords": [1.870556, 53.404724, 0.0], + "type": "WYP", + "name": "DOGGA" +}, { + "coords": [35.349998, 48.583332, 0.0], + "type": "WYP", + "name": "DOGMA" +}, { + "coords": [15.703333, 41.02, 0.0], + "type": "WYP", + "name": "DOGUS" +}, { + "coords": [57.993332, 39.481667, 0.0], + "type": "WYP", + "name": "DOKAN" +}, { + "coords": [14.860556, 52.926945, 0.0], + "type": "WYP", + "name": "DOLAT" +}, { + "coords": [-1.702778, 48.575554, 0.0], + "type": "WYP", + "name": "DOLDE" +}, { + "coords": [25.165556, 43.131111, 0.0], + "type": "WYP", + "name": "DOLIN" +}, { + "coords": [24.129999, 49.141666, 0.0], + "type": "WYP", + "name": "DOLIN" +}, { + "coords": [-12.0, 52.0, 0.0], + "type": "WYP", + "name": "DOLIP" +}, { + "coords": [5.374722, 39.0, 0.0], + "type": "WYP", + "name": "DOLIS" +}, { + "coords": [17.594999, 40.888332, 0.0], + "type": "WYP", + "name": "DOLON" +}, { + "coords": [58.033333, 37.834999, 0.0], + "type": "WYP", + "name": "DOLOS" +}, { + "coords": [-2.123889, 47.544724, 0.0], + "type": "WYP", + "name": "DOLUN" +}, { + "coords": [6.760906, 51.924397, 0.0], + "type": "WYP", + "name": "DOM33" +}, { + "coords": [24.843334, 52.551666, 0.0], + "type": "WYP", + "name": "DOMAN" +}, { + "coords": [1.273889, 47.838333, 0.0], + "type": "WYP", + "name": "DOMED" +}, { + "coords": [37.740002, 48.073334, 0.0], + "type": "WYP", + "name": "DOMEK" +}, { + "coords": [6.314722, 46.958611, 0.0], + "type": "WYP", + "name": "DOMIL" +}, { + "coords": [2.466944, 53.921944, 0.0], + "type": "WYP", + "name": "DOMIN" +}, { + "coords": [28.541666, 58.400002, 0.0], + "type": "WYP", + "name": "DOMKI" +}, { + "coords": [59.086666, 39.901669, 0.0], + "type": "WYP", + "name": "DOMOL" +}, { + "coords": [103.224998, 54.311668, 0.0], + "type": "WYP", + "name": "DOMOR" +}, { + "coords": [13.0, 50.080814, 0.0], + "type": "WYP", + "name": "DONAD" +}, { + "coords": [20.183332, 38.31778, 0.0], + "type": "WYP", + "name": "DONIS" +}, { + "coords": [14.676945, 44.684166, 0.0], + "type": "WYP", + "name": "DONIT" +}, { + "coords": [-0.743611, 51.700001, 0.0], + "type": "WYP", + "name": "DONNA" +}, { + "coords": [-1.491431, 43.283779, 0.0], + "type": "WYP", + "name": "DONOS" +}, { + "coords": [75.010834, 47.506111, 0.0], + "type": "WYP", + "name": "DONUR" +}, { + "coords": [26.047222, 59.437778, 0.0], + "type": "WYP", + "name": "DOPIK" +}, { + "coords": [2.754722, 48.219166, 0.0], + "type": "WYP", + "name": "DOPIN" +}, { + "coords": [13.125112, 50.080814, 0.0], + "type": "WYP", + "name": "DOPOV" +}, { + "coords": [7.388333, 40.478333, 0.0], + "type": "WYP", + "name": "DORAD" +}, { + "coords": [13.06, 39.598331, 0.0], + "type": "WYP", + "name": "DORAS" +}, { + "coords": [13.541667, 35.99472, 0.0], + "type": "WYP", + "name": "DORAT" +}, { + "coords": [2.791945, 48.220001, 0.0], + "type": "WYP", + "name": "DORDI" +}, { + "coords": [9.866111, 45.225834, 0.0], + "type": "WYP", + "name": "DORIN" +}, { + "coords": [-0.264444, 51.275833, 0.0], + "type": "WYP", + "name": "DORKI" +}, { + "coords": [19.023241, 47.107445, 0.0], + "type": "WYP", + "name": "DOSAD" +}, { + "coords": [7.214445, 50.621387, 0.0], + "type": "WYP", + "name": "DOSEL" +}, { + "coords": [69.190834, 41.951946, 0.0], + "type": "WYP", + "name": "DOSOR" +}, { + "coords": [9.194167, 54.858612, 0.0], + "type": "WYP", + "name": "DOSUR" +}, { + "coords": [14.282187, 50.457607, 0.0], + "type": "WYP", + "name": "DOTAK" +}, { + "coords": [-99.207222, 25.776945, 0.0], + "type": "WYP", + "name": "DOTOR" +}, { + "coords": [18.167223, 55.448612, 0.0], + "type": "WYP", + "name": "DOXON" +}, { + "coords": [1.647219, 49.447975, 0.0], + "type": "WYP", + "name": "DPE34" +}, { + "coords": [7.5, 59.403141, 0.0], + "type": "WYP", + "name": "DRA82" +}, { + "coords": [7.5, 59.115345, 0.0], + "type": "WYP", + "name": "DRA88" +}, { + "coords": [1.765661, 40.007793, 0.0], + "type": "WYP", + "name": "DRAGO" +}, { + "coords": [-103.066109, 23.143612, 0.0], + "type": "WYP", + "name": "DRAGO" +}, { + "coords": [23.562057, 47.037601, 0.0], + "type": "WYP", + "name": "DRAGU" +}, { + "coords": [-0.076111, 50.209446, 0.0], + "type": "WYP", + "name": "DRAKE" +}, { + "coords": [6.847111, 43.418945, 0.0], + "type": "WYP", + "name": "DRAMO" +}, { + "coords": [19.235001, 43.758335, 0.0], + "type": "WYP", + "name": "DRINA" +}, { + "coords": [-65.032867, 18.507702, 0.0], + "type": "WYP", + "name": "DRINK" +}, { + "coords": [12.954445, 50.413612, 0.0], + "type": "WYP", + "name": "DRN44" +}, { + "coords": [-26.506666, 62.994999, 0.0], + "type": "WYP", + "name": "DROMI" +}, { + "coords": [65.333336, 56.966667, 0.0], + "type": "WYP", + "name": "DRUGO" +}, { + "coords": [16.596666, 44.355, 0.0], + "type": "WYP", + "name": "DRVAR" +}, { + "coords": [-1.046667, 52.151943, 0.0], + "type": "WYP", + "name": "DTY03" +}, { + "coords": [-0.784167, 52.041111, 0.0], + "type": "WYP", + "name": "DTY15" +}, { + "coords": [-0.782778, 52.040554, 0.0], + "type": "WYP", + "name": "DTY18" +}, { + "coords": [-5.0, 52.984165, 0.0], + "type": "WYP", + "name": "DUB57" +}, { + "coords": [-7.890833, 54.623611, 0.0], + "type": "WYP", + "name": "DUB88" +}, { + "coords": [21.186083, 44.774193, 0.0], + "type": "WYP", + "name": "DUBAC" +}, { + "coords": [26.978056, 55.812778, 0.0], + "type": "WYP", + "name": "DUBIN" +}, { + "coords": [23.388334, 49.078335, 0.0], + "type": "WYP", + "name": "DUBIN" +}, { + "coords": [28.906666, 47.371666, 0.0], + "type": "WYP", + "name": "DUBOS" +}, { + "coords": [81.050003, 55.316666, 0.0], + "type": "WYP", + "name": "DUBRA" +}, { + "coords": [-5.860833, 54.514721, 0.0], + "type": "WYP", + "name": "DUFFY" +}, { + "coords": [25.615278, 54.47139, 0.0], + "type": "WYP", + "name": "DUKAT" +}, { + "coords": [-2.904155, 40.619774, 0.0], + "type": "WYP", + "name": "DUKKE" +}, { + "coords": [-84.342499, 19.974167, 0.0], + "type": "WYP", + "name": "DUKTA" +}, { + "coords": [45.633335, 38.950001, 0.0], + "type": "WYP", + "name": "DULAV" +}, { + "coords": [29.391666, 53.818333, 0.0], + "type": "WYP", + "name": "DULEB" +}, { + "coords": [28.482012, 45.127163, 0.0], + "type": "WYP", + "name": "DUNAV" +}, { + "coords": [-90.109039, 13.732317, 0.0], + "type": "WYP", + "name": "DUNEL" +}, { + "coords": [-71.174164, 13.489722, 0.0], + "type": "WYP", + "name": "DUNER" +}, { + "coords": [3.157114, 40.85421, 0.0], + "type": "WYP", + "name": "DUNES" +}, { + "coords": [-112.943611, 26.783056, 0.0], + "type": "WYP", + "name": "DUNKO" +}, { + "coords": [-6.699444, 54.974724, 0.0], + "type": "WYP", + "name": "DUNLO" +}, { + "coords": [-70.445, 20.073334, 0.0], + "type": "WYP", + "name": "DUNOG" +}, { + "coords": [-114.652779, 28.469166, 0.0], + "type": "WYP", + "name": "DUNOS" +}, { + "coords": [-62.168335, 15.5875, 0.0], + "type": "WYP", + "name": "DUNTA" +}, { + "coords": [-95.275833, 18.555, 0.0], + "type": "WYP", + "name": "DUPLO" +}, { + "coords": [-82.76667, 12.283334, 0.0], + "type": "WYP", + "name": "DURAM" +}, { + "coords": [-96.133614, 15.745277, 0.0], + "type": "WYP", + "name": "DURDO" +}, { + "coords": [-100.15303, 26.00223, 0.0], + "type": "WYP", + "name": "DURLI" +}, { + "coords": [-70.0, 14.35, 0.0], + "type": "WYP", + "name": "DUSAN" +}, { + "coords": [-89.497498, 20.546944, 0.0], + "type": "WYP", + "name": "DUSLO" +}, { + "coords": [-97.775558, 23.202499, 0.0], + "type": "WYP", + "name": "DUSPI" +}, { + "coords": [-104.591393, 29.828333, 0.0], + "type": "WYP", + "name": "DUSVI" +}, { + "coords": [61.384998, 38.654999, 0.0], + "type": "WYP", + "name": "DUTAR" +}, { + "coords": [57.605, 55.805, 0.0], + "type": "WYP", + "name": "DUVAN" +}, { + "coords": [-79.25, 15.0, 0.0], + "type": "WYP", + "name": "DUXUN" +}, { + "coords": [1.082222, 51.13139, 0.0], + "type": "WYP", + "name": "DVR10" +}, { + "coords": [1.117778, 51.261665, 0.0], + "type": "WYP", + "name": "DVR11" +}, { + "coords": [-88.375275, 10.068055, 0.0], + "type": "WYP", + "name": "EBDEL" +}, { + "coords": [-2.058333, 52.341667, 0.0], + "type": "WYP", + "name": "EBONY" +}, { + "coords": [1.231494, 40.710823, 0.0], + "type": "WYP", + "name": "EBROX" +}, { + "coords": [7.9525, 49.81778, 0.0], + "type": "WYP", + "name": "ECCHO" +}, { + "coords": [-1.244167, 50.931946, 0.0], + "type": "WYP", + "name": "ECHO" +}, { + "coords": [25.9475, 55.985554, 0.0], + "type": "WYP", + "name": "EDERA" +}, { + "coords": [-88.120277, 22.181389, 0.0], + "type": "WYP", + "name": "EDGAR" +}, { + "coords": [12.538611, 51.673611, 0.0], + "type": "WYP", + "name": "EDIKO" +}, { + "coords": [5.954444, 39.667221, 0.0], + "type": "WYP", + "name": "EDINO" +}, { + "coords": [-74.73333, 15.0, 0.0], + "type": "WYP", + "name": "EDROD" +}, { + "coords": [38.75, 49.333332, 0.0], + "type": "WYP", + "name": "EDUGO" +}, { + "coords": [8.463889, 47.780277, 0.0], + "type": "WYP", + "name": "EDUMI" +}, { + "coords": [3.717222, 63.0, 0.0], + "type": "WYP", + "name": "EDURA" +}, { + "coords": [12.006945, 51.822224, 0.0], + "type": "WYP", + "name": "EDVIN" +}, { + "coords": [8.950833, 51.025002, 0.0], + "type": "WYP", + "name": "EEDER" +}, { + "coords": [24.604723, 59.831665, 0.0], + "type": "WYP", + "name": "EESTI" +}, { + "coords": [28.613031, 44.054646, 0.0], + "type": "WYP", + "name": "EFORI" +}, { + "coords": [-72.21772, 22.011, 0.0], + "type": "WYP", + "name": "EGANN" +}, { + "coords": [-58.716667, 8.916667, 0.0], + "type": "WYP", + "name": "EGEMA" +}, { + "coords": [-79.075836, 9.47, 0.0], + "type": "WYP", + "name": "EGETA" +}, { + "coords": [-79.788002, 8.674, 0.0], + "type": "WYP", + "name": "EGOKA" +}, { + "coords": [-81.943336, 8.455, 0.0], + "type": "WYP", + "name": "EGOSO" +}, { + "coords": [-82.358612, 8.5325, 0.0], + "type": "WYP", + "name": "EGULA" +}, { + "coords": [9.323334, 60.254723, 0.0], + "type": "WYP", + "name": "EKDAL" +}, { + "coords": [-78.166664, 13.683333, 0.0], + "type": "WYP", + "name": "EKENA" +}, { + "coords": [9.863889, 54.505833, 0.0], + "type": "WYP", + "name": "EKERN" +}, { + "coords": [68.093613, 40.961945, 0.0], + "type": "WYP", + "name": "EKNIR" +}, { + "coords": [13.973333, 36.5, 0.0], + "type": "WYP", + "name": "EKOLA" +}, { + "coords": [20.526583, 45.31189, 0.0], + "type": "WYP", + "name": "EKRAN" +}, { + "coords": [-23.760555, 37.281944, 0.0], + "type": "WYP", + "name": "EKROL" +}, { + "coords": [8.096389, 47.591946, 0.0], + "type": "WYP", + "name": "EKRON" +}, { + "coords": [5.877778, 60.737221, 0.0], + "type": "WYP", + "name": "EKSIN" +}, { + "coords": [78.656113, 43.93222, 0.0], + "type": "WYP", + "name": "EKSOM" +}, { + "coords": [75.122223, 49.767776, 0.0], + "type": "WYP", + "name": "EKTAB" +}, { + "coords": [17.998272, 50.013866, 0.0], + "type": "WYP", + "name": "EKTIL" +}, { + "coords": [32.283333, 48.533333, 0.0], + "type": "WYP", + "name": "EKTIN" +}, { + "coords": [15.171667, 41.108334, 0.0], + "type": "WYP", + "name": "EKTOL" +}, { + "coords": [76.88472, 51.706944, 0.0], + "type": "WYP", + "name": "EKTUS" +}, { + "coords": [11.033334, 42.299999, 0.0], + "type": "WYP", + "name": "ELB38" +}, { + "coords": [22.684639, 45.274857, 0.0], + "type": "WYP", + "name": "ELBAG" +}, { + "coords": [21.514833, 65.162666, 0.0], + "type": "WYP", + "name": "ELBOG" +}, { + "coords": [0.807778, 49.286388, 0.0], + "type": "WYP", + "name": "ELBOX" +}, { + "coords": [23.658056, 56.671112, 0.0], + "type": "WYP", + "name": "ELDAV" +}, { + "coords": [-1.337222, 50.663334, 0.0], + "type": "WYP", + "name": "ELDER" +}, { + "coords": [3.353611, 53.16, 0.0], + "type": "WYP", + "name": "ELDIN" +}, { + "coords": [25.081667, 53.801666, 0.0], + "type": "WYP", + "name": "ELDOK" +}, { + "coords": [33.209999, 48.043335, 0.0], + "type": "WYP", + "name": "ELDOP" +}, { + "coords": [24.688889, 54.800556, 0.0], + "type": "WYP", + "name": "ELEKA" +}, { + "coords": [28.841667, 45.716667, 0.0], + "type": "WYP", + "name": "ELENA" +}, { + "coords": [-85.889999, 10.866667, 0.0], + "type": "WYP", + "name": "ELENA" +}, { + "coords": [-2.941389, 52.379166, 0.0], + "type": "WYP", + "name": "ELGAR" +}, { + "coords": [46.779999, 41.793335, 0.0], + "type": "WYP", + "name": "ELIKO" +}, { + "coords": [-98.461945, 25.291666, 0.0], + "type": "WYP", + "name": "ELIXI" +}, { + "coords": [108.421669, 26.091667, 0.0], + "type": "WYP", + "name": "ELKAL" +}, { + "coords": [-68.083199, 20.783928, 0.0], + "type": "WYP", + "name": "ELMUC" +}, { + "coords": [8.871111, 47.166111, 0.0], + "type": "WYP", + "name": "ELMUR" +}, { + "coords": [24.099167, 60.169998, 0.0], + "type": "WYP", + "name": "ELMUT" +}, { + "coords": [8.07, 62.804165, 0.0], + "type": "WYP", + "name": "ELNES" +}, { + "coords": [-95.199997, 18.814444, 0.0], + "type": "WYP", + "name": "ELOGO" +}, { + "coords": [-62.553333, 17.65, 0.0], + "type": "WYP", + "name": "ELOPO" +}, { + "coords": [15.273361, 58.09547, 0.0], + "type": "WYP", + "name": "ELPAX" +}, { + "coords": [67.910835, 46.542778, 0.0], + "type": "WYP", + "name": "ELSEB" +}, { + "coords": [6.201389, 50.574444, 0.0], + "type": "WYP", + "name": "ELSOR" +}, { + "coords": [10.628333, 45.646667, 0.0], + "type": "WYP", + "name": "ELTAR" +}, { + "coords": [11.6675, 51.552776, 0.0], + "type": "WYP", + "name": "ELTED" +}, { + "coords": [16.989916, 59.824444, 0.0], + "type": "WYP", + "name": "ELTOK" +}, { + "coords": [-95.0, 20.421667, 0.0], + "type": "WYP", + "name": "ELURA" +}, { + "coords": [-7.223325, 39.219452, 0.0], + "type": "WYP", + "name": "ELVAR" +}, { + "coords": [21.841667, 38.525002, 0.0], + "type": "WYP", + "name": "ELVAS" +}, { + "coords": [3.965, 49.796391, 0.0], + "type": "WYP", + "name": "ELVES" +}, { + "coords": [-87.950279, 17.768333, 0.0], + "type": "WYP", + "name": "ELVIK" +}, { + "coords": [12.161667, 41.493332, 0.0], + "type": "WYP", + "name": "ELVIN" +}, { + "coords": [22.465525, 45.81369, 0.0], + "type": "WYP", + "name": "ELVIT" +}, { + "coords": [14.094222, 55.411861, 0.0], + "type": "WYP", + "name": "ELVIX" +}, { + "coords": [-90.900002, 17.816668, 0.0], + "type": "WYP", + "name": "EMADA" +}, { + "coords": [-107.052498, 25.882223, 0.0], + "type": "WYP", + "name": "EMANA" +}, { + "coords": [-3.791222, 43.0, 0.0], + "type": "WYP", + "name": "EMANU" +}, { + "coords": [-85.337502, 11.565278, 0.0], + "type": "WYP", + "name": "EMARI" +}, { + "coords": [-80.838333, 16.0, 0.0], + "type": "WYP", + "name": "EMASA" +}, { + "coords": [-26.981667, 63.470001, 0.0], + "type": "WYP", + "name": "EMBLA" +}, { + "coords": [14.133611, 42.168056, 0.0], + "type": "WYP", + "name": "EMILY" +}, { + "coords": [-92.995277, 19.55139, 0.0], + "type": "WYP", + "name": "EMOBI" +}, { + "coords": [-61.646389, 15.135278, 0.0], + "type": "WYP", + "name": "EMOLA" +}, { + "coords": [-81.41333, 18.666666, 0.0], + "type": "WYP", + "name": "EMONA" +}, { + "coords": [-85.911667, 21.825001, 0.0], + "type": "WYP", + "name": "EMOSA" +}, { + "coords": [-102.015556, 23.602777, 0.0], + "type": "WYP", + "name": "EMUDA" +}, { + "coords": [-1.721183, 43.313976, 0.0], + "type": "WYP", + "name": "ENDAY" +}, { + "coords": [-109.423058, 24.304722, 0.0], + "type": "WYP", + "name": "ENEKO" +}, { + "coords": [5.243333, 52.678055, 0.0], + "type": "WYP", + "name": "ENKOS" +}, { + "coords": [109.853333, 24.648333, 0.0], + "type": "WYP", + "name": "ENKUS" +}, { + "coords": [11.061666, 46.813332, 0.0], + "type": "WYP", + "name": "ENOGO" +}, { + "coords": [23.599445, 60.826668, 0.0], + "type": "WYP", + "name": "ENOKI" +}, { + "coords": [-0.690278, 44.200001, 0.0], + "type": "WYP", + "name": "ENSAC" +}, { + "coords": [-2.107042, 42.126778, 0.0], + "type": "WYP", + "name": "EPATO" +}, { + "coords": [19.957348, 48.873516, 0.0], + "type": "WYP", + "name": "EPEDA" +}, { + "coords": [9.241111, 52.105, 0.0], + "type": "WYP", + "name": "EPINO" +}, { + "coords": [19.583334, 39.977779, 0.0], + "type": "WYP", + "name": "EPIRU" +}, { + "coords": [3.2575, 47.540279, 0.0], + "type": "WYP", + "name": "EPISA" +}, { + "coords": [54.582222, 47.450554, 0.0], + "type": "WYP", + "name": "EPOLI" +}, { + "coords": [6.664166, 47.630554, 0.0], + "type": "WYP", + "name": "EPOXI" +}, { + "coords": [-2.325, 47.421665, 0.0], + "type": "WYP", + "name": "ERBIN" +}, { + "coords": [-91.955002, 15.695, 0.0], + "type": "WYP", + "name": "ERBOR" +}, { + "coords": [-102.08667, 20.569723, 0.0], + "type": "WYP", + "name": "ERBOS" +}, { + "coords": [23.270313, 46.886806, 0.0], + "type": "WYP", + "name": "EREDI" +}, { + "coords": [10.417778, 50.848888, 0.0], + "type": "WYP", + "name": "EREGI" +}, { + "coords": [12.361667, 65.75, 0.0], + "type": "WYP", + "name": "EREXO" +}, { + "coords": [18.73311, 47.808208, 0.0], + "type": "WYP", + "name": "ERGOM" +}, { + "coords": [-76.084, 18.853167, 0.0], + "type": "WYP", + "name": "ERICC" +}, { + "coords": [5.506111, 50.838055, 0.0], + "type": "WYP", + "name": "ERIGO" +}, { + "coords": [14.031111, 41.622776, 0.0], + "type": "WYP", + "name": "ERIKA" +}, { + "coords": [1.611944, 51.590557, 0.0], + "type": "WYP", + "name": "ERING" +}, { + "coords": [33.566666, 48.200001, 0.0], + "type": "WYP", + "name": "ERKAD" +}, { + "coords": [12.042222, 47.589722, 0.0], + "type": "WYP", + "name": "ERKIR" +}, { + "coords": [-2.469445, 48.631111, 0.0], + "type": "WYP", + "name": "ERKIS" +}, { + "coords": [12.763333, 49.35611, 0.0], + "type": "WYP", + "name": "ERL66" +}, { + "coords": [32.416668, 67.98333, 0.0], + "type": "WYP", + "name": "ERMAK" +}, { + "coords": [1.143428, 41.414234, 0.0], + "type": "WYP", + "name": "ERMES" +}, { + "coords": [-7.392778, 54.278889, 0.0], + "type": "WYP", + "name": "ERNAN" +}, { + "coords": [28.216667, 57.941666, 0.0], + "type": "WYP", + "name": "EROVO" +}, { + "coords": [-15.0, 40.0, 0.0], + "type": "WYP", + "name": "ERPES" +}, { + "coords": [7.576667, 41.572498, 0.0], + "type": "WYP", + "name": "ERPIN" +}, { + "coords": [6.4, 50.333332, 0.0], + "type": "WYP", + "name": "ERPOL" +}, { + "coords": [-59.288334, 11.96, 0.0], + "type": "WYP", + "name": "ERROL" +}, { + "coords": [9.841111, 50.769165, 0.0], + "type": "WYP", + "name": "ERSET" +}, { + "coords": [10.326944, 51.083332, 0.0], + "type": "WYP", + "name": "ERSIL" +}, { + "coords": [-5.221389, 45.936943, 0.0], + "type": "WYP", + "name": "ERWAN" +}, { + "coords": [3.644167, 39.883057, 0.0], + "type": "WYP", + "name": "ESAPA" +}, { + "coords": [12.788055, 52.140556, 0.0], + "type": "WYP", + "name": "ESIKA" +}, { + "coords": [7.546111, 50.674168, 0.0], + "type": "WYP", + "name": "ESIKI" +}, { + "coords": [11.795, 41.384998, 0.0], + "type": "WYP", + "name": "ESINO" +}, { + "coords": [-3.204167, 55.298889, 0.0], + "type": "WYP", + "name": "ESKDO" +}, { + "coords": [14.884691, 47.499439, 0.0], + "type": "WYP", + "name": "ESNRZ" +}, { + "coords": [2.833333, 44.448891, 0.0], + "type": "WYP", + "name": "ESPAL" +}, { + "coords": [2.095553, 40.283024, 0.0], + "type": "WYP", + "name": "ESPOR" +}, { + "coords": [9.564722, 53.525276, 0.0], + "type": "WYP", + "name": "ESTAD" +}, { + "coords": [16.703611, 40.130554, 0.0], + "type": "WYP", + "name": "ESTER" +}, { + "coords": [-3.261667, 53.664444, 0.0], + "type": "WYP", + "name": "ESTRY" +}, { + "coords": [7.873889, 47.941944, 0.0], + "type": "WYP", + "name": "ETABA" +}, { + "coords": [9.46, 48.727501, 0.0], + "type": "WYP", + "name": "ETAGO" +}, { + "coords": [2.323333, 48.443333, 0.0], + "type": "WYP", + "name": "ETAMP" +}, { + "coords": [21.341944, 62.755554, 0.0], + "type": "WYP", + "name": "ETANI" +}, { + "coords": [-82.279442, 8.680278, 0.0], + "type": "WYP", + "name": "ETATI" +}, { + "coords": [14.588614, 50.333054, 0.0], + "type": "WYP", + "name": "ETATU" +}, { + "coords": [-71.883331, 18.516666, 0.0], + "type": "WYP", + "name": "ETBOD" +}, { + "coords": [6.875278, 52.138332, 0.0], + "type": "WYP", + "name": "ETEBO" +}, { + "coords": [76.535278, 44.339722, 0.0], + "type": "WYP", + "name": "ETEDA" +}, { + "coords": [-8.75, 48.0, 0.0], + "type": "WYP", + "name": "ETIKI" +}, { + "coords": [7.163333, 39.731667, 0.0], + "type": "WYP", + "name": "ETOIL" +}, { + "coords": [-0.861778, 45.195915, 0.0], + "type": "WYP", + "name": "ETPAR" +}, { + "coords": [0.163333, 49.683334, 0.0], + "type": "WYP", + "name": "ETRAT" +}, { + "coords": [4.638611, 45.187778, 0.0], + "type": "WYP", + "name": "ETREK" +}, { + "coords": [27.197451, 46.029667, 0.0], + "type": "WYP", + "name": "EVADA" +}, { + "coords": [-87.845001, 21.803333, 0.0], + "type": "WYP", + "name": "EVANS" +}, { + "coords": [-108.126114, 27.730556, 0.0], + "type": "WYP", + "name": "EVDIN" +}, { + "coords": [30.0, 35.833332, 0.0], + "type": "WYP", + "name": "EVENO" +}, { + "coords": [14.671431, 49.721542, 0.0], + "type": "WYP", + "name": "EVIKI" +}, { + "coords": [15.321667, 39.713333, 0.0], + "type": "WYP", + "name": "EVINO" +}, { + "coords": [19.111944, 60.252224, 0.0], + "type": "WYP", + "name": "EVLAN" +}, { + "coords": [5.769444, 51.183334, 0.0], + "type": "WYP", + "name": "EVOSA" +}, { + "coords": [-6.563334, 51.782223, 0.0], + "type": "WYP", + "name": "EVRIN" +}, { + "coords": [-0.25, 48.128334, 0.0], + "type": "WYP", + "name": "EVROM" +}, { + "coords": [0.691667, 49.078609, 0.0], + "type": "WYP", + "name": "EVRUK" +}, { + "coords": [-7.918492, 38.66497, 0.0], + "type": "WYP", + "name": "EVURA" +}, { + "coords": [2.008636, 48.909222, 0.0], + "type": "WYP", + "name": "EVX32" +}, { + "coords": [2.057686, 48.721809, 0.0], + "type": "WYP", + "name": "EVX38" +}, { + "coords": [2.123261, 48.69709, 0.0], + "type": "WYP", + "name": "EVX41" +}, { + "coords": [2.538008, 49.037754, 0.0], + "type": "WYP", + "name": "EVX52" +}, { + "coords": [-3.359722, 51.178612, 0.0], + "type": "WYP", + "name": "EXMOR" +}, { + "coords": [-70.325974, 22.355917, 0.0], + "type": "WYP", + "name": "EYZEL" +}, { + "coords": [4.827222, 54.215832, 0.0], + "type": "WYP", + "name": "F15A" +}, { + "coords": [4.694722, 54.852501, 0.0], + "type": "WYP", + "name": "F3FB1" +}, { + "coords": [7.5, 60.709999, 0.0], + "type": "WYP", + "name": "FAG60" +}, { + "coords": [22.095715, 45.810379, 0.0], + "type": "WYP", + "name": "FAGET" +}, { + "coords": [-65.639664, 18.469299, 0.0], + "type": "WYP", + "name": "FAJAR" +}, { + "coords": [23.875, 37.108334, 0.0], + "type": "WYP", + "name": "FALCO" +}, { + "coords": [-82.666664, 13.433333, 0.0], + "type": "WYP", + "name": "FALLA" +}, { + "coords": [-0.464444, 54.5, 0.0], + "type": "WYP", + "name": "FAMBO" +}, { + "coords": [4.565556, 49.974167, 0.0], + "type": "WYP", + "name": "FAMEN" +}, { + "coords": [5.133333, 60.833332, 0.0], + "type": "WYP", + "name": "FANCY" +}, { + "coords": [-5.64407, 40.382702, 0.0], + "type": "WYP", + "name": "FANET" +}, { + "coords": [38.441666, 47.599998, 0.0], + "type": "WYP", + "name": "FASAD" +}, { + "coords": [17.438334, 40.849998, 0.0], + "type": "WYP", + "name": "FASAN" +}, { + "coords": [0.6, 49.316666, 0.0], + "type": "WYP", + "name": "FATRA" +}, { + "coords": [-1.319722, 50.0, 0.0], + "type": "WYP", + "name": "FAWBO" +}, { + "coords": [-15.173889, 65.354164, 0.0], + "type": "WYP", + "name": "FELLI" +}, { + "coords": [4.192222, 52.472221, 0.0], + "type": "WYP", + "name": "FEMKE" +}, { + "coords": [-4.291945, 55.715279, 0.0], + "type": "WYP", + "name": "FENIK" +}, { + "coords": [3.636945, 50.912498, 0.0], + "type": "WYP", + "name": "FERDI" +}, { + "coords": [0.539444, 51.633057, 0.0], + "type": "WYP", + "name": "FERIT" +}, { + "coords": [-4.3727, 43.435886, 0.0], + "type": "WYP", + "name": "FERMO" +}, { + "coords": [-0.25, 48.533333, 0.0], + "type": "WYP", + "name": "FERTE" +}, { + "coords": [-1.104453, 41.44212, 0.0], + "type": "WYP", + "name": "FESTA" +}, { + "coords": [8.7, 58.342224, 0.0], + "type": "WYP", + "name": "FEVIK" +}, { + "coords": [3.195911, 41.677544, 0.0], + "type": "WYP", + "name": "FEVIK" +}, { + "coords": [-68.728531, 21.242834, 0.0], + "type": "WYP", + "name": "FIDLY" +}, { + "coords": [3.191111, 48.570835, 0.0], + "type": "WYP", + "name": "FIJAC" +}, { + "coords": [3.5, 55.854443, 0.0], + "type": "WYP", + "name": "FILET" +}, { + "coords": [-0.668333, 51.301109, 0.0], + "type": "WYP", + "name": "FIMLI" +}, { + "coords": [-83.78167, 9.49, 0.0], + "type": "WYP", + "name": "FINCA" +}, { + "coords": [-0.183056, 51.560001, 0.0], + "type": "WYP", + "name": "FINCH" +}, { + "coords": [-3.463611, 56.369167, 0.0], + "type": "WYP", + "name": "FINDO" +}, { + "coords": [-1.053611, 51.996387, 0.0], + "type": "WYP", + "name": "FINMA" +}, { + "coords": [2.029889, 43.715084, 0.0], + "type": "WYP", + "name": "FINOT" +}, { + "coords": [4.578333, 54.332222, 0.0], + "type": "WYP", + "name": "FIONA" +}, { + "coords": [-34.908333, 65.43, 0.0], + "type": "WYP", + "name": "FIR03" +}, { + "coords": [7.285, 61.583332, 0.0], + "type": "WYP", + "name": "FIR03" +}, { + "coords": [9.75, 42.822777, 0.0], + "type": "WYP", + "name": "FIR03" +}, { + "coords": [15.615803, 48.888126, 0.0], + "type": "WYP", + "name": "FIR03" +}, { + "coords": [-115.697365, 32.638195, 0.0], + "type": "WYP", + "name": "FIR03" +}, { + "coords": [15.293333, 50.953056, 0.0], + "type": "WYP", + "name": "FIR04" +}, { + "coords": [17.436161, 47.91164, 0.0], + "type": "WYP", + "name": "FIR04" +}, { + "coords": [45.363335, 45.276669, 0.0], + "type": "WYP", + "name": "FIR04" +}, { + "coords": [5.654167, 50.821667, 0.0], + "type": "WYP", + "name": "FIR04" +}, { + "coords": [5.452778, 49.546944, 0.0], + "type": "WYP", + "name": "FIR04" +}, { + "coords": [-110.855782, 31.331528, 0.0], + "type": "WYP", + "name": "FIR04" +}, { + "coords": [18.700165, 49.497299, 0.0], + "type": "WYP", + "name": "FIR05" +}, { + "coords": [20.1, 49.220001, 0.0], + "type": "WYP", + "name": "FIR06" +}, { + "coords": [-103.086273, 29.15707, 0.0], + "type": "WYP", + "name": "FIR06" +}, { + "coords": [19.611666, 49.448334, 0.0], + "type": "WYP", + "name": "FIR07" +}, { + "coords": [-95.398941, 25.740658, 0.0], + "type": "WYP", + "name": "FIR07" +}, { + "coords": [15.691667, 48.866665, 0.0], + "type": "WYP", + "name": "FIR08" +}, { + "coords": [42.046665, 48.473331, 0.0], + "type": "WYP", + "name": "FIR08" +}, { + "coords": [-92.204391, 14.777328, 0.0], + "type": "WYP", + "name": "FIR08" +}, { + "coords": [-92.180794, 14.684711, 0.0], + "type": "WYP", + "name": "FIR09" +}, { + "coords": [17.709515, 48.865173, 0.0], + "type": "WYP", + "name": "FIR10" +}, { + "coords": [45.591667, 50.758335, 0.0], + "type": "WYP", + "name": "FIR10" +}, { + "coords": [7.5, 60.060715, 0.0], + "type": "WYP", + "name": "FIR10" +}, { + "coords": [-90.090263, 17.830555, 0.0], + "type": "WYP", + "name": "FIR10" +}, { + "coords": [69.518333, 59.563332, 0.0], + "type": "WYP", + "name": "FIR11" +}, { + "coords": [-89.451744, 17.827499, 0.0], + "type": "WYP", + "name": "FIR11" +}, { + "coords": [19.646667, 49.455002, 0.0], + "type": "WYP", + "name": "FIR12" +}, { + "coords": [1.058333, 47.166668, 0.0], + "type": "WYP", + "name": "FIR12" +}, { + "coords": [19.646667, 49.445, 0.0], + "type": "WYP", + "name": "FIR13" +}, { + "coords": [3.746667, 46.5, 0.0], + "type": "WYP", + "name": "FIR13" +}, { + "coords": [3.53, 46.5, 0.0], + "type": "WYP", + "name": "FIR14" +}, { + "coords": [-99.349998, 26.933332, 0.0], + "type": "WYP", + "name": "FIR15" +}, { + "coords": [1.555, 51.02, 0.0], + "type": "WYP", + "name": "FIR16" +}, { + "coords": [1.615556, 51.032776, 0.0], + "type": "WYP", + "name": "FIR17" +}, { + "coords": [15.702297, 48.863865, 0.0], + "type": "WYP", + "name": "FIR17" +}, { + "coords": [16.908001, 48.272453, 0.0], + "type": "WYP", + "name": "FIR18" +}, { + "coords": [-90.900085, 24.5, 0.0], + "type": "WYP", + "name": "FIR18" +}, { + "coords": [16.899687, 48.284878, 0.0], + "type": "WYP", + "name": "FIR19" +}, { + "coords": [17.349577, 48.819752, 0.0], + "type": "WYP", + "name": "FIR21" +}, { + "coords": [18.3927, 49.358307, 0.0], + "type": "WYP", + "name": "FIR22" +}, { + "coords": [6.216667, 50.233334, 0.0], + "type": "WYP", + "name": "FIR22" +}, { + "coords": [12.311666, 50.054722, 0.0], + "type": "WYP", + "name": "FIR23" +}, { + "coords": [-87.158112, 24.293285, 0.0], + "type": "WYP", + "name": "FIR23" +}, { + "coords": [-0.25, 49.080002, 0.0], + "type": "WYP", + "name": "FIR30" +}, { + "coords": [6.336528, 46.708973, 0.0], + "type": "WYP", + "name": "FIR32" +}, { + "coords": [17.007902, 48.126854, 0.0], + "type": "WYP", + "name": "FIR33" +}, { + "coords": [102.699997, 58.200001, 0.0], + "type": "WYP", + "name": "FIR35" +}, { + "coords": [-16.5, 61.0, 0.0], + "type": "WYP", + "name": "FIR35" +}, { + "coords": [-89.850395, 24.5, 0.0], + "type": "WYP", + "name": "FIR38" +}, { + "coords": [-12.566667, 61.0, 0.0], + "type": "WYP", + "name": "FIR40" +}, { + "coords": [-82.587547, 13.73225, 0.0], + "type": "WYP", + "name": "FIR40" +}, { + "coords": [-15.0, 40.458332, 0.0], + "type": "WYP", + "name": "FIR41" +}, { + "coords": [-15.0, 38.5, 0.0], + "type": "WYP", + "name": "FIR42" +}, { + "coords": [-0.25, 46.577778, 0.0], + "type": "WYP", + "name": "FIR43" +}, { + "coords": [12.001667, 65.75, 0.0], + "type": "WYP", + "name": "FIR44" +}, { + "coords": [70.223335, 56.733334, 0.0], + "type": "WYP", + "name": "FIR52" +}, { + "coords": [5.816667, 49.549999, 0.0], + "type": "WYP", + "name": "FIR63" +}, { + "coords": [-18.633333, 61.0, 0.0], + "type": "WYP", + "name": "FIR69" +}, { + "coords": [7.5, 60.193378, 0.0], + "type": "WYP", + "name": "FIR72" +}, { + "coords": [-0.25, 49.154999, 0.0], + "type": "WYP", + "name": "FIR75" +}, { + "coords": [17.6325, 48.854721, 0.0], + "type": "WYP", + "name": "FIR80" +}, { + "coords": [7.5, 61.688332, 0.0], + "type": "WYP", + "name": "FIR80" +}, { + "coords": [18.061995, 49.036327, 0.0], + "type": "WYP", + "name": "FIR81" +}, { + "coords": [7.5, 61.716667, 0.0], + "type": "WYP", + "name": "FIR81" +}, { + "coords": [7.5, 58.891666, 0.0], + "type": "WYP", + "name": "FIR82" +}, { + "coords": [8.0, 62.0, 0.0], + "type": "WYP", + "name": "FIR83" +}, { + "coords": [12.1, 62.741665, 0.0], + "type": "WYP", + "name": "FIR84" +}, { + "coords": [13.03, 49.291111, 0.0], + "type": "WYP", + "name": "FIR85" +}, { + "coords": [8.96975, 45.841835, 0.0], + "type": "WYP", + "name": "FIR87" +}, { + "coords": [6.019166, 50.937222, 0.0], + "type": "WYP", + "name": "FIR93" +}, { + "coords": [6.018611, 50.829445, 0.0], + "type": "WYP", + "name": "FIR95" +}, { + "coords": [5.915278, 50.745834, 0.0], + "type": "WYP", + "name": "FIR96" +}, { + "coords": [17.366667, 48.814999, 0.0], + "type": "WYP", + "name": "FIR97" +}, { + "coords": [10.155, 58.338333, 0.0], + "type": "WYP", + "name": "FIR98" +}, { + "coords": [1.209444, 44.461388, 0.0], + "type": "WYP", + "name": "FISTO" +}, { + "coords": [-3.068333, 53.868332, 0.0], + "type": "WYP", + "name": "FIWUD" +}, { + "coords": [13.135555, 38.5975, 0.0], + "type": "WYP", + "name": "FIZZY" +}, { + "coords": [-18.054722, 63.65889, 0.0], + "type": "WYP", + "name": "FJARA" +}, { + "coords": [2.52305, 43.487282, 0.0], + "type": "WYP", + "name": "FJR63" +}, { + "coords": [5.602222, 52.385277, 0.0], + "type": "WYP", + "name": "FLEVO" +}, { + "coords": [6.866667, 61.799999, 0.0], + "type": "WYP", + "name": "FLO54" +}, { + "coords": [25.595091, 44.397179, 0.0], + "type": "WYP", + "name": "FLORA" +}, { + "coords": [-22.473333, 64.714722, 0.0], + "type": "WYP", + "name": "FLORA" +}, { + "coords": [6.585, 46.908611, 0.0], + "type": "WYP", + "name": "FLORY" +}, { + "coords": [-27.178333, 64.055, 0.0], + "type": "WYP", + "name": "FLOSI" +}, { + "coords": [7.2775, 61.587502, 0.0], + "type": "WYP", + "name": "FLS98" +}, { + "coords": [-103.786942, 24.433611, 0.0], + "type": "WYP", + "name": "FOBOS" +}, { + "coords": [26.689726, 45.994732, 0.0], + "type": "WYP", + "name": "FOCSA" +}, { + "coords": [-23.741388, 36.802223, 0.0], + "type": "WYP", + "name": "FONE" +}, { + "coords": [6.185, 60.153057, 0.0], + "type": "WYP", + "name": "FONNI" +}, { + "coords": [-0.17215, 39.484726, 0.0], + "type": "WYP", + "name": "FONTE" +}, { + "coords": [4.420556, 53.332222, 0.0], + "type": "WYP", + "name": "FORCO" +}, { + "coords": [11.158334, 46.108055, 0.0], + "type": "WYP", + "name": "FORER" +}, { + "coords": [35.698334, 50.355, 0.0], + "type": "WYP", + "name": "FORMA" +}, { + "coords": [-7.481464, 42.468109, 0.0], + "type": "WYP", + "name": "FORNO" +}, { + "coords": [0.595278, 57.950554, 0.0], + "type": "WYP", + "name": "FORTY" +}, { + "coords": [0.480556, 45.754723, 0.0], + "type": "WYP", + "name": "FOUCO" +}, { + "coords": [-4.382222, 56.142776, 0.0], + "type": "WYP", + "name": "FOYLE" +}, { + "coords": [-0.686111, 51.707222, 0.0], + "type": "WYP", + "name": "FRANK" +}, { + "coords": [4.653333, 54.665279, 0.0], + "type": "WYP", + "name": "FRANS" +}, { + "coords": [13.775887, 48.569309, 0.0], + "type": "WYP", + "name": "FRE16" +}, { + "coords": [13.455556, 48.476665, 0.0], + "type": "WYP", + "name": "FRE27" +}, { + "coords": [13.433534, 48.468456, 0.0], + "type": "WYP", + "name": "FRE28" +}, { + "coords": [15.235503, 48.294487, 0.0], + "type": "WYP", + "name": "FRE45" +}, { + "coords": [-100.988609, 20.604723, 0.0], + "type": "WYP", + "name": "FRESA" +}, { + "coords": [6.767536, 46.50399, 0.0], + "type": "WYP", + "name": "FRI25" +}, { + "coords": [-87.355278, 24.342222, 0.0], + "type": "WYP", + "name": "FRISH" +}, { + "coords": [-79.051666, 18.751667, 0.0], + "type": "WYP", + "name": "FROST" +}, { + "coords": [10.755116, 44.307968, 0.0], + "type": "WYP", + "name": "FRZ20" +}, { + "coords": [11.17685, 44.335827, 0.0], + "type": "WYP", + "name": "FRZ2A" +}, { + "coords": [11.389853, 43.514786, 0.0], + "type": "WYP", + "name": "FRZ35" +}, { + "coords": [12.227864, 44.019478, 0.0], + "type": "WYP", + "name": "FRZ53" +}, { + "coords": [-23.893888, 36.448612, 0.0], + "type": "WYP", + "name": "FTWO" +}, { + "coords": [-5.0, 55.50639, 0.0], + "type": "WYP", + "name": "FULMA" +}, { + "coords": [9.598611, 50.738335, 0.0], + "type": "WYP", + "name": "FULNO" +}, { + "coords": [-16.635542, 32.867012, 0.0], + "type": "WYP", + "name": "FUNOR" +}, { + "coords": [10.429722, 47.574165, 0.0], + "type": "WYP", + "name": "FUSSE" +}, { + "coords": [-16.661905, 32.601452, 0.0], + "type": "WYP", + "name": "FUSUL" +}, { + "coords": [-5.115278, 56.048889, 0.0], + "type": "WYP", + "name": "FYNER" +}, { + "coords": [2.050278, 52.029724, 0.0], + "type": "WYP", + "name": "GABAD" +}, { + "coords": [-79.103333, 17.775, 0.0], + "type": "WYP", + "name": "GABAN" +}, { + "coords": [-63.0, 17.353323, 0.0], + "type": "WYP", + "name": "GABAR" +}, { + "coords": [-102.112221, 22.325834, 0.0], + "type": "WYP", + "name": "GABLI" +}, { + "coords": [-88.270279, 13.091945, 0.0], + "type": "WYP", + "name": "GABOS" +}, { + "coords": [-70.299164, 17.854166, 0.0], + "type": "WYP", + "name": "GABRA" +}, { + "coords": [-74.083336, 18.799999, 0.0], + "type": "WYP", + "name": "GABUN" +}, { + "coords": [18.563334, 43.142776, 0.0], + "type": "WYP", + "name": "GACKO" +}, { + "coords": [-60.76561, 14.608111, 0.0], + "type": "WYP", + "name": "GADIL" +}, { + "coords": [-2.609067, 36.977993, 0.0], + "type": "WYP", + "name": "GADOR" +}, { + "coords": [-68.22464, 19.664305, 0.0], + "type": "WYP", + "name": "GAGED" +}, { + "coords": [-8.543108, 38.27552, 0.0], + "type": "WYP", + "name": "GAIOS" +}, { + "coords": [-1.16, 46.575001, 0.0], + "type": "WYP", + "name": "GALAN" +}, { + "coords": [-87.42083, 13.655833, 0.0], + "type": "WYP", + "name": "GALAN" +}, { + "coords": [1.940864, 40.154362, 0.0], + "type": "WYP", + "name": "GALAT" +}, { + "coords": [1.496486, 40.733227, 0.0], + "type": "WYP", + "name": "GALBE" +}, { + "coords": [6.143611, 46.728889, 0.0], + "type": "WYP", + "name": "GALBI" +}, { + "coords": [-0.25, 48.838055, 0.0], + "type": "WYP", + "name": "GALBO" +}, { + "coords": [22.242367, 45.618668, 0.0], + "type": "WYP", + "name": "GALBU" +}, { + "coords": [6.083611, 50.872223, 0.0], + "type": "WYP", + "name": "GALDI" +}, { + "coords": [1.745833, 43.259445, 0.0], + "type": "WYP", + "name": "GALDO" +}, { + "coords": [19.171722, 41.883141, 0.0], + "type": "WYP", + "name": "GALEB" +}, { + "coords": [28.256014, 44.60569, 0.0], + "type": "WYP", + "name": "GALIT" +}, { + "coords": [21.223692, 49.426327, 0.0], + "type": "WYP", + "name": "GALKI" +}, { + "coords": [30.025536, 44.133247, 0.0], + "type": "WYP", + "name": "GALMI" +}, { + "coords": [-14.730375, 34.398151, 0.0], + "type": "WYP", + "name": "GALPA" +}, { + "coords": [23.559723, 60.639721, 0.0], + "type": "WYP", + "name": "GALSU" +}, { + "coords": [14.901667, 40.634998, 0.0], + "type": "WYP", + "name": "GALTI" +}, { + "coords": [85.849998, 51.966667, 0.0], + "type": "WYP", + "name": "GALTK" +}, { + "coords": [36.591667, 45.0, 0.0], + "type": "WYP", + "name": "GAMAN" +}, { + "coords": [22.080425, 46.735207, 0.0], + "type": "WYP", + "name": "GAMBI" +}, { + "coords": [70.387497, 44.190556, 0.0], + "type": "WYP", + "name": "GAMBU" +}, { + "coords": [-0.194167, 40.0, 0.0], + "type": "WYP", + "name": "GAMGA" +}, { + "coords": [2.321111, 51.55722, 0.0], + "type": "WYP", + "name": "GAMLO" +}, { + "coords": [20.773333, 49.936943, 0.0], + "type": "WYP", + "name": "GAMRO" +}, { + "coords": [13.566, 56.575001, 0.0], + "type": "WYP", + "name": "GAMVI" +}, { + "coords": [-66.198418, 18.267733, 0.0], + "type": "WYP", + "name": "GANBO" +}, { + "coords": [-49.680832, 66.894447, 0.0], + "type": "WYP", + "name": "GANGI" +}, { + "coords": [6.084722, 43.463055, 0.0], + "type": "WYP", + "name": "GANGU" +}, { + "coords": [26.405001, 52.955002, 0.0], + "type": "WYP", + "name": "GANVI" +}, { + "coords": [-98.363335, 18.91, 0.0], + "type": "WYP", + "name": "GAONA" +}, { + "coords": [7.151139, 44.214443, 0.0], + "type": "WYP", + "name": "GAPDO" +}, { + "coords": [-8.0, 50.0, 0.0], + "type": "WYP", + "name": "GAPLI" +}, { + "coords": [35.481667, 63.541668, 0.0], + "type": "WYP", + "name": "GAPOL" +}, { + "coords": [15.801389, 43.69278, 0.0], + "type": "WYP", + "name": "GAPRI" +}, { + "coords": [21.796112, 69.172501, 0.0], + "type": "WYP", + "name": "GAPRO" +}, { + "coords": [52.646389, 45.522778, 0.0], + "type": "WYP", + "name": "GARDU" +}, { + "coords": [42.049999, 65.116669, 0.0], + "type": "WYP", + "name": "GAREK" +}, { + "coords": [-97.745003, 17.651112, 0.0], + "type": "WYP", + "name": "GARES" +}, { + "coords": [16.116667, 42.266666, 0.0], + "type": "WYP", + "name": "GARGA" +}, { + "coords": [13.565278, 53.090279, 0.0], + "type": "WYP", + "name": "GARGO" +}, { + "coords": [5.427778, 55.77639, 0.0], + "type": "WYP", + "name": "GARKA" +}, { + "coords": [11.638611, 52.653332, 0.0], + "type": "WYP", + "name": "GARMA" +}, { + "coords": [102.239998, 53.931667, 0.0], + "type": "WYP", + "name": "GARON" +}, { + "coords": [7.236667, 41.613888, 0.0], + "type": "WYP", + "name": "GARPU" +}, { + "coords": [70.73333, 38.416668, 0.0], + "type": "WYP", + "name": "GARRI" +}, { + "coords": [36.016666, 61.0, 0.0], + "type": "WYP", + "name": "GARSI" +}, { + "coords": [20.966667, 38.983334, 0.0], + "type": "WYP", + "name": "GARTA" +}, { + "coords": [-4.494722, 57.688332, 0.0], + "type": "WYP", + "name": "GARVA" +}, { + "coords": [50.469723, 42.43639, 0.0], + "type": "WYP", + "name": "GASBI" +}, { + "coords": [-1.955833, 54.224724, 0.0], + "type": "WYP", + "name": "GASKO" +}, { + "coords": [24.123611, 34.522221, 0.0], + "type": "WYP", + "name": "GASTA" +}, { + "coords": [8.005278, 53.633335, 0.0], + "type": "WYP", + "name": "GASTU" +}, { + "coords": [-1.888564, 36.693295, 0.0], + "type": "WYP", + "name": "GATAS" +}, { + "coords": [1.398294, 39.467373, 0.0], + "type": "WYP", + "name": "GATOS" +}, { + "coords": [4.6275, 50.777222, 0.0], + "type": "WYP", + "name": "GATTA" +}, { + "coords": [0.636667, 43.0, 0.0], + "type": "WYP", + "name": "GAUDE" +}, { + "coords": [-1.406111, 59.383335, 0.0], + "type": "WYP", + "name": "GAVEL" +}, { + "coords": [-81.043335, 12.42, 0.0], + "type": "WYP", + "name": "GAVON" +}, { + "coords": [28.615, 49.243332, 0.0], + "type": "WYP", + "name": "GAWOR" +}, { + "coords": [2.216417, 42.433334, 0.0], + "type": "WYP", + "name": "GEANT" +}, { + "coords": [74.006943, 50.369167, 0.0], + "type": "WYP", + "name": "GEDNO" +}, { + "coords": [62.681667, 48.627224, 0.0], + "type": "WYP", + "name": "GEDSA" +}, { + "coords": [9.125125, 50.284126, 0.0], + "type": "WYP", + "name": "GEDSI" +}, { + "coords": [4.173889, 55.773335, 0.0], + "type": "WYP", + "name": "GEGDA" +}, { + "coords": [19.566668, 56.871387, 0.0], + "type": "WYP", + "name": "GELDA" +}, { + "coords": [19.271938, 47.812126, 0.0], + "type": "WYP", + "name": "GELKA" +}, { + "coords": [-5.904167, 53.996944, 0.0], + "type": "WYP", + "name": "GELKI" +}, { + "coords": [14.203667, 57.039612, 0.0], + "type": "WYP", + "name": "GELMA" +}, { + "coords": [4.022222, 48.504723, 0.0], + "type": "WYP", + "name": "GELTA" +}, { + "coords": [-81.840279, 9.251667, 0.0], + "type": "WYP", + "name": "GEMER" +}, { + "coords": [14.204225, 45.470299, 0.0], + "type": "WYP", + "name": "GEMKA" +}, { + "coords": [0.850278, 48.90361, 0.0], + "type": "WYP", + "name": "GEMRA" +}, { + "coords": [17.803333, 39.114723, 0.0], + "type": "WYP", + "name": "GEMVI" +}, { + "coords": [77.627777, 46.273056, 0.0], + "type": "WYP", + "name": "GENGA" +}, { + "coords": [3.147808, 38.293629, 0.0], + "type": "WYP", + "name": "GENIO" +}, { + "coords": [26.133333, 51.450001, 0.0], + "type": "WYP", + "name": "GENKU" +}, { + "coords": [68.293335, 43.84639, 0.0], + "type": "WYP", + "name": "GENLA" +}, { + "coords": [-4.075122, 37.046246, 0.0], + "type": "WYP", + "name": "GENNI" +}, { + "coords": [23.206112, 56.371113, 0.0], + "type": "WYP", + "name": "GENSA" +}, { + "coords": [21.049999, 40.616665, 0.0], + "type": "WYP", + "name": "GENSU" +}, { + "coords": [12.484167, 52.351665, 0.0], + "type": "WYP", + "name": "GENTI" +}, { + "coords": [46.849998, 40.628334, 0.0], + "type": "WYP", + "name": "GERAN" +}, { + "coords": [5.093611, 46.448891, 0.0], + "type": "WYP", + "name": "GERBI" +}, { + "coords": [53.865002, 49.8825, 0.0], + "type": "WYP", + "name": "GERLI" +}, { + "coords": [23.125, 38.166668, 0.0], + "type": "WYP", + "name": "GERMI" +}, { + "coords": [8.552778, 47.042221, 0.0], + "type": "WYP", + "name": "GERSA" +}, { + "coords": [2.881556, 46.055779, 0.0], + "type": "WYP", + "name": "GERVA" +}, { + "coords": [12.628612, 55.373611, 0.0], + "type": "WYP", + "name": "GES51" +}, { + "coords": [6.324722, 51.061111, 0.0], + "type": "WYP", + "name": "GESBI" +}, { + "coords": [13.426972, 55.035526, 0.0], + "type": "WYP", + "name": "GESMA" +}, { + "coords": [-65.77858, 17.493822, 0.0], + "type": "WYP", + "name": "GESSO" +}, { + "coords": [10.083611, 53.174999, 0.0], + "type": "WYP", + "name": "GESTO" +}, { + "coords": [4.280556, 52.113335, 0.0], + "type": "WYP", + "name": "GESVI" +}, { + "coords": [10.031667, 63.096111, 0.0], + "type": "WYP", + "name": "GEVLI" +}, { + "coords": [6.253889, 46.197224, 0.0], + "type": "WYP", + "name": "GG511" +}, { + "coords": [6.048333, 46.337502, 0.0], + "type": "WYP", + "name": "GG513" +}, { + "coords": [6.351111, 46.15139, 0.0], + "type": "WYP", + "name": "GG515" +}, { + "coords": [6.489722, 46.086113, 0.0], + "type": "WYP", + "name": "GG516" +}, { + "coords": [6.283333, 46.357777, 0.0], + "type": "WYP", + "name": "GG601" +}, { + "coords": [12.446667, 38.868332, 0.0], + "type": "WYP", + "name": "GIANO" +}, { + "coords": [65.900002, 40.700001, 0.0], + "type": "WYP", + "name": "GIBON" +}, { + "coords": [-2.518611, 50.749722, 0.0], + "type": "WYP", + "name": "GIBSO" +}, { + "coords": [63.716667, 57.383335, 0.0], + "type": "WYP", + "name": "GIBUL" +}, { + "coords": [34.130001, 44.099998, 0.0], + "type": "WYP", + "name": "GIGAR" +}, { + "coords": [10.430278, 46.154167, 0.0], + "type": "WYP", + "name": "GIGGI" +}, { + "coords": [6.441667, 45.389721, 0.0], + "type": "WYP", + "name": "GIGUS" +}, { + "coords": [68.096947, 41.014721, 0.0], + "type": "WYP", + "name": "GIKLA" +}, { + "coords": [70.345001, 40.880001, 0.0], + "type": "WYP", + "name": "GIKOD" +}, { + "coords": [81.926666, 46.960556, 0.0], + "type": "WYP", + "name": "GILAK" +}, { + "coords": [-7.051111, 55.237221, 0.0], + "type": "WYP", + "name": "GILAN" +}, { + "coords": [14.525833, 52.631668, 0.0], + "type": "WYP", + "name": "GILAS" +}, { + "coords": [17.071112, 53.124722, 0.0], + "type": "WYP", + "name": "GILBO" +}, { + "coords": [0.583611, 51.601665, 0.0], + "type": "WYP", + "name": "GILDA" +}, { + "coords": [17.10111, 68.027496, 0.0], + "type": "WYP", + "name": "GILEN" +}, { + "coords": [10.218333, 42.375, 0.0], + "type": "WYP", + "name": "GILET" +}, { + "coords": [13.702428, 46.491932, 0.0], + "type": "WYP", + "name": "GILIN" +}, { + "coords": [10.926666, 42.366665, 0.0], + "type": "WYP", + "name": "GILIO" +}, { + "coords": [6.239167, 47.063332, 0.0], + "type": "WYP", + "name": "GILIR" +}, { + "coords": [-0.731389, 48.863335, 0.0], + "type": "WYP", + "name": "GILRA" +}, { + "coords": [2.315, 44.634998, 0.0], + "type": "WYP", + "name": "GILUR" +}, { + "coords": [30.046667, 50.406666, 0.0], + "type": "WYP", + "name": "GIMAN" +}, { + "coords": [26.550117, 44.594692, 0.0], + "type": "WYP", + "name": "GIMAS" +}, { + "coords": [14.822114, 48.779514, 0.0], + "type": "WYP", + "name": "GIMBO" +}, { + "coords": [3.973889, 49.365555, 0.0], + "type": "WYP", + "name": "GIMER" +}, { + "coords": [-26.978333, 64.639999, 0.0], + "type": "WYP", + "name": "GIMLI" +}, { + "coords": [11.313611, 54.560001, 0.0], + "type": "WYP", + "name": "GIMRU" +}, { + "coords": [10.816667, 43.631668, 0.0], + "type": "WYP", + "name": "GINAR" +}, { + "coords": [77.358887, 45.022499, 0.0], + "type": "WYP", + "name": "GINDO" +}, { + "coords": [48.871666, 40.593334, 0.0], + "type": "WYP", + "name": "GINET" +}, { + "coords": [-4.858056, 53.460835, 0.0], + "type": "WYP", + "name": "GINIS" +}, { + "coords": [0.18, 47.166668, 0.0], + "type": "WYP", + "name": "GINON" +}, { + "coords": [21.775219, 46.928329, 0.0], + "type": "WYP", + "name": "GINOS" +}, { + "coords": [47.586666, 41.218334, 0.0], + "type": "WYP", + "name": "GIPAR" +}, { + "coords": [18.464994, 47.76403, 0.0], + "type": "WYP", + "name": "GIPEG" +}, { + "coords": [10.268056, 65.75, 0.0], + "type": "WYP", + "name": "GIPEK" +}, { + "coords": [-12.0, 51.0, 0.0], + "type": "WYP", + "name": "GIPER" +}, { + "coords": [2.623333, 47.7575, 0.0], + "type": "WYP", + "name": "GIPEX" +}, { + "coords": [5.529167, 45.560001, 0.0], + "type": "WYP", + "name": "GIPNO" +}, { + "coords": [64.716667, 38.206665, 0.0], + "type": "WYP", + "name": "GIPUN" +}, { + "coords": [9.63, 42.994999, 0.0], + "type": "WYP", + "name": "GIRAG" +}, { + "coords": [13.700833, 65.75, 0.0], + "type": "WYP", + "name": "GIRAN" +}, { + "coords": [59.278332, 42.376667, 0.0], + "type": "WYP", + "name": "GIRAT" +}, { + "coords": [14.133953, 45.475574, 0.0], + "type": "WYP", + "name": "GIRDA" +}, { + "coords": [5.0, 55.796391, 0.0], + "type": "WYP", + "name": "GIRDO" +}, { + "coords": [5.246389, 45.709167, 0.0], + "type": "WYP", + "name": "GIRED" +}, { + "coords": [57.341667, 41.723331, 0.0], + "type": "WYP", + "name": "GIREK" +}, { + "coords": [5.541389, 50.253887, 0.0], + "type": "WYP", + "name": "GIREL" +}, { + "coords": [74.621109, 47.538612, 0.0], + "type": "WYP", + "name": "GIREM" +}, { + "coords": [-3.581667, 48.721668, 0.0], + "type": "WYP", + "name": "GIREX" +}, { + "coords": [1.107778, 49.311668, 0.0], + "type": "WYP", + "name": "GIRKO" +}, { + "coords": [5.904722, 46.051388, 0.0], + "type": "WYP", + "name": "GIRKU" +}, { + "coords": [46.91, 64.120003, 0.0], + "type": "WYP", + "name": "GIROL" +}, { + "coords": [5.454722, 44.071388, 0.0], + "type": "WYP", + "name": "GIROL" +}, { + "coords": [0.997303, 42.774864, 0.0], + "type": "WYP", + "name": "GIROM" +}, { + "coords": [56.338333, 38.103333, 0.0], + "type": "WYP", + "name": "GIRUN" +}, { + "coords": [-4.896389, 55.185555, 0.0], + "type": "WYP", + "name": "GIRVA" +}, { + "coords": [17.758612, 41.91861, 0.0], + "type": "WYP", + "name": "GISAM" +}, { + "coords": [6.894166, 51.890278, 0.0], + "type": "WYP", + "name": "GISAR" +}, { + "coords": [15.173889, 45.061668, 0.0], + "type": "WYP", + "name": "GISER" +}, { + "coords": [53.668056, 43.888889, 0.0], + "type": "WYP", + "name": "GISOT" +}, { + "coords": [9.059444, 67.038887, 0.0], + "type": "WYP", + "name": "GISOX" +}, { + "coords": [64.293335, 37.851665, 0.0], + "type": "WYP", + "name": "GITAB" +}, { + "coords": [4.034722, 49.376945, 0.0], + "type": "WYP", + "name": "GITAN" +}, { + "coords": [11.0, 54.644444, 0.0], + "type": "WYP", + "name": "GITER" +}, { + "coords": [32.841667, 61.883335, 0.0], + "type": "WYP", + "name": "GITOS" +}, { + "coords": [6.391389, 48.658611, 0.0], + "type": "WYP", + "name": "GIVOR" +}, { + "coords": [62.916668, 55.766666, 0.0], + "type": "WYP", + "name": "GLADE" +}, { + "coords": [-2.795833, 56.900002, 0.0], + "type": "WYP", + "name": "GLESK" +}, { + "coords": [19.176861, 41.580082, 0.0], + "type": "WYP", + "name": "GLIDA" +}, { + "coords": [13.0, 47.0, 0.0], + "type": "WYP", + "name": "GLOCR" +}, { + "coords": [99.645447, 23.646231, 0.0], + "type": "WYP", + "name": "GMA15" +}, { + "coords": [7.378334, 40.741665, 0.0], + "type": "WYP", + "name": "GOBIS" +}, { + "coords": [11.086111, 54.622776, 0.0], + "type": "WYP", + "name": "GOBOT" +}, { + "coords": [76.590279, 50.925835, 0.0], + "type": "WYP", + "name": "GOBSO" +}, { + "coords": [20.329445, 49.402779, 0.0], + "type": "WYP", + "name": "GOBUP" +}, { + "coords": [49.996666, 40.075001, 0.0], + "type": "WYP", + "name": "GOBUS" +}, { + "coords": [25.660278, 62.013054, 0.0], + "type": "WYP", + "name": "GODEX" +}, { + "coords": [77.566109, 45.588333, 0.0], + "type": "WYP", + "name": "GODOR" +}, { + "coords": [-111.129448, 24.91361, 0.0], + "type": "WYP", + "name": "GODOY" +}, { + "coords": [1.765556, 44.220001, 0.0], + "type": "WYP", + "name": "GODRA" +}, { + "coords": [76.633331, 46.06889, 0.0], + "type": "WYP", + "name": "GODVA" +}, { + "coords": [77.438889, 44.423889, 0.0], + "type": "WYP", + "name": "GOGDO" +}, { + "coords": [30.323334, 52.605, 0.0], + "type": "WYP", + "name": "GOGER" +}, { + "coords": [26.456944, 60.099724, 0.0], + "type": "WYP", + "name": "GOGLA" +}, { + "coords": [3.170556, 53.590557, 0.0], + "type": "WYP", + "name": "GOKAT" +}, { + "coords": [19.0, 40.598331, 0.0], + "type": "WYP", + "name": "GOKEL" +}, { + "coords": [-6.809444, 52.660831, 0.0], + "type": "WYP", + "name": "GOKLI" +}, { + "coords": [19.887386, 48.525753, 0.0], + "type": "WYP", + "name": "GOKVA" +}, { + "coords": [9.616667, 44.455002, 0.0], + "type": "WYP", + "name": "GOLAS" +}, { + "coords": [12.055278, 50.889168, 0.0], + "type": "WYP", + "name": "GOLAT" +}, { + "coords": [13.220555, 53.083332, 0.0], + "type": "WYP", + "name": "GOLBO" +}, { + "coords": [6.5625, 46.051666, 0.0], + "type": "WYP", + "name": "GOLEB" +}, { + "coords": [8.320833, 54.059723, 0.0], + "type": "WYP", + "name": "GOLEN" +}, { + "coords": [-1.083333, 53.608055, 0.0], + "type": "WYP", + "name": "GOLES" +}, { + "coords": [-24.887222, 35.851944, 0.0], + "type": "WYP", + "name": "GOLF" +}, { + "coords": [-2.054683, 36.367748, 0.0], + "type": "WYP", + "name": "GOLFO" +}, { + "coords": [-114.337776, 31.078056, 0.0], + "type": "WYP", + "name": "GOLFO" +}, { + "coords": [-81.325554, 23.383055, 0.0], + "type": "WYP", + "name": "GOLFO" +}, { + "coords": [34.349998, 47.516666, 0.0], + "type": "WYP", + "name": "GOLIN" +}, { + "coords": [8.898889, 47.784168, 0.0], + "type": "WYP", + "name": "GOLIT" +}, { + "coords": [7.889444, 47.532223, 0.0], + "type": "WYP", + "name": "GOLKE" +}, { + "coords": [12.516389, 55.777222, 0.0], + "type": "WYP", + "name": "GOLMI" +}, { + "coords": [8.435, 44.946388, 0.0], + "type": "WYP", + "name": "GOLTO" +}, { + "coords": [19.302555, 67.732635, 0.0], + "type": "WYP", + "name": "GOLUN" +}, { + "coords": [15.044444, 45.264721, 0.0], + "type": "WYP", + "name": "GOLUN" +}, { + "coords": [15.652372, 46.708771, 0.0], + "type": "WYP", + "name": "GOLVA" +}, { + "coords": [31.368334, 49.623333, 0.0], + "type": "WYP", + "name": "GOMAG" +}, { + "coords": [79.863892, 47.135834, 0.0], + "type": "WYP", + "name": "GOMAL" +}, { + "coords": [19.654167, 54.447777, 0.0], + "type": "WYP", + "name": "GOMED" +}, { + "coords": [84.701668, 50.178333, 0.0], + "type": "WYP", + "name": "GOMIR" +}, { + "coords": [18.195278, 35.817223, 0.0], + "type": "WYP", + "name": "GOMRO" +}, { + "coords": [66.610001, 37.716667, 0.0], + "type": "WYP", + "name": "GONAK" +}, { + "coords": [12.902778, 48.653332, 0.0], + "type": "WYP", + "name": "GONBA" +}, { + "coords": [39.0, 47.900002, 0.0], + "type": "WYP", + "name": "GONED" +}, { + "coords": [73.986664, 48.653332, 0.0], + "type": "WYP", + "name": "GONEL" +}, { + "coords": [2.842222, 44.454445, 0.0], + "type": "WYP", + "name": "GONIM" +}, { + "coords": [-78.959999, 20.0, 0.0], + "type": "WYP", + "name": "GONIS" +}, { + "coords": [-7.747778, 48.754723, 0.0], + "type": "WYP", + "name": "GONTA" +}, { + "coords": [-0.6, 47.906113, 0.0], + "type": "WYP", + "name": "GONTI" +}, { + "coords": [7.591528, 43.455833, 0.0], + "type": "WYP", + "name": "GONTO" +}, { + "coords": [32.508335, 46.674999, 0.0], + "type": "WYP", + "name": "GONUS" +}, { + "coords": [-4.583333, 61.0, 0.0], + "type": "WYP", + "name": "GONUT" +}, { + "coords": [-2.876939, 36.204758, 0.0], + "type": "WYP", + "name": "GONZA" +}, { + "coords": [25.608334, 48.793335, 0.0], + "type": "WYP", + "name": "GOPAK" +}, { + "coords": [8.678889, 47.837776, 0.0], + "type": "WYP", + "name": "GOPAN" +}, { + "coords": [8.716389, 70.0, 0.0], + "type": "WYP", + "name": "GOPAR" +}, { + "coords": [-3.271667, 48.825001, 0.0], + "type": "WYP", + "name": "GOPTI" +}, { + "coords": [87.466667, 49.091667, 0.0], + "type": "WYP", + "name": "GOPTO" +}, { + "coords": [13.040556, 55.80611, 0.0], + "type": "WYP", + "name": "GORAX" +}, { + "coords": [35.058334, 47.383335, 0.0], + "type": "WYP", + "name": "GORBA" +}, { + "coords": [76.183334, 49.054722, 0.0], + "type": "WYP", + "name": "GORBO" +}, { + "coords": [-62.171944, 16.564722, 0.0], + "type": "WYP", + "name": "GORET" +}, { + "coords": [14.145, 52.324165, 0.0], + "type": "WYP", + "name": "GORIG" +}, { + "coords": [67.415558, 48.818054, 0.0], + "type": "WYP", + "name": "GORIM" +}, { + "coords": [3.171944, 51.924168, 0.0], + "type": "WYP", + "name": "GORLO" +}, { + "coords": [35.075001, 45.573334, 0.0], + "type": "WYP", + "name": "GORNU" +}, { + "coords": [29.758333, 49.456665, 0.0], + "type": "WYP", + "name": "GOROS" +}, { + "coords": [15.353242, 45.773075, 0.0], + "type": "WYP", + "name": "GORPA" +}, { + "coords": [39.200001, 44.349998, 0.0], + "type": "WYP", + "name": "GORSA" +}, { + "coords": [22.003056, 53.0, 0.0], + "type": "WYP", + "name": "GORTI" +}, { + "coords": [27.703333, 50.291668, 0.0], + "type": "WYP", + "name": "GORTO" +}, { + "coords": [13.348611, 51.429443, 0.0], + "type": "WYP", + "name": "GORTU" +}, { + "coords": [30.334999, 52.416668, 0.0], + "type": "WYP", + "name": "GORUL" +}, { + "coords": [26.751913, 46.232307, 0.0], + "type": "WYP", + "name": "GORUN" +}, { + "coords": [66.781944, 46.415279, 0.0], + "type": "WYP", + "name": "GORVA" +}, { + "coords": [20.304445, 50.557777, 0.0], + "type": "WYP", + "name": "GOSAK" +}, { + "coords": [23.333334, 48.18, 0.0], + "type": "WYP", + "name": "GOSGA" +}, { + "coords": [19.662222, 51.188889, 0.0], + "type": "WYP", + "name": "GOSLO" +}, { + "coords": [14.860084, 54.800251, 0.0], + "type": "WYP", + "name": "GOSOT" +}, { + "coords": [21.108334, 41.811668, 0.0], + "type": "WYP", + "name": "GOSTI" +}, { + "coords": [-68.79583, 18.522223, 0.0], + "type": "WYP", + "name": "GOSUL" +}, { + "coords": [16.243353, 47.019283, 0.0], + "type": "WYP", + "name": "GOTAR" +}, { + "coords": [-95.059723, 19.293612, 0.0], + "type": "WYP", + "name": "GOTAS" +}, { + "coords": [-60.869999, 13.126667, 0.0], + "type": "WYP", + "name": "GOTER" +}, { + "coords": [5.870555, 50.629166, 0.0], + "type": "WYP", + "name": "GOTIL" +}, { + "coords": [-3.724503, 40.110771, 0.0], + "type": "WYP", + "name": "GOTOR" +}, { + "coords": [25.598333, 48.913334, 0.0], + "type": "WYP", + "name": "GOTRA" +}, { + "coords": [47.418335, 54.538334, 0.0], + "type": "WYP", + "name": "GOTUN" +}, { + "coords": [11.583333, 59.900002, 0.0], + "type": "WYP", + "name": "GOTUR" +}, { + "coords": [-63.666668, 17.934019, 0.0], + "type": "WYP", + "name": "GOUDA" +}, { + "coords": [1.751944, 45.893333, 0.0], + "type": "WYP", + "name": "GOVAN" +}, { + "coords": [45.546665, 40.001667, 0.0], + "type": "WYP", + "name": "GOVAR" +}, { + "coords": [14.753612, 52.056946, 0.0], + "type": "WYP", + "name": "GOVEN" +}, { + "coords": [26.825001, 53.601665, 0.0], + "type": "WYP", + "name": "GOVIK" +}, { + "coords": [-103.156944, 21.121666, 0.0], + "type": "WYP", + "name": "GOYAS" +}, { + "coords": [30.118334, 56.941666, 0.0], + "type": "WYP", + "name": "GRADI" +}, { + "coords": [-69.632027, 20.521196, 0.0], + "type": "WYP", + "name": "GRADI" +}, { + "coords": [-65.800003, 23.5, 0.0], + "type": "WYP", + "name": "GRANN" +}, { + "coords": [0.373872, 41.968815, 0.0], + "type": "WYP", + "name": "GRAUS" +}, { + "coords": [7.563097, 47.207748, 0.0], + "type": "WYP", + "name": "GRE02" +}, { + "coords": [7.590384, 47.212345, 0.0], + "type": "WYP", + "name": "GRE07" +}, { + "coords": [5.858889, 55.0, 0.0], + "type": "WYP", + "name": "GREFI" +}, { + "coords": [36.619999, 44.313332, 0.0], + "type": "WYP", + "name": "GREKA" +}, { + "coords": [19.620001, 40.474724, 0.0], + "type": "WYP", + "name": "GRIBA" +}, { + "coords": [-3.685555, 56.196667, 0.0], + "type": "WYP", + "name": "GRICE" +}, { + "coords": [48.625, 65.550003, 0.0], + "type": "WYP", + "name": "GRIGO" +}, { + "coords": [24.153334, 53.021667, 0.0], + "type": "WYP", + "name": "GRINA" +}, { + "coords": [6.055, 53.105556, 0.0], + "type": "WYP", + "name": "GRONY" +}, { + "coords": [-1.928889, 52.39389, 0.0], + "type": "WYP", + "name": "GROVE" +}, { + "coords": [-64.733536, 17.932772, 0.0], + "type": "WYP", + "name": "GRUFF" +}, { + "coords": [15.989658, 46.804867, 0.0], + "type": "WYP", + "name": "GRZ24" +}, { + "coords": [6.906719, 49.096214, 0.0], + "type": "WYP", + "name": "GTQ10" +}, { + "coords": [6.43283, 49.395912, 0.0], + "type": "WYP", + "name": "GTQ27" +}, { + "coords": [-85.839996, 21.221111, 0.0], + "type": "WYP", + "name": "GUAMA" +}, { + "coords": [1.150556, 50.360279, 0.0], + "type": "WYP", + "name": "GUBAR" +}, { + "coords": [61.156666, 53.401669, 0.0], + "type": "WYP", + "name": "GUBER" +}, { + "coords": [35.211666, 48.108334, 0.0], + "type": "WYP", + "name": "GUBNE" +}, { + "coords": [17.861666, 45.044724, 0.0], + "type": "WYP", + "name": "GUBOK" +}, { + "coords": [12.348889, 53.746666, 0.0], + "type": "WYP", + "name": "GUBTO" +}, { + "coords": [43.700001, 45.483334, 0.0], + "type": "WYP", + "name": "GUDOK" +}, { + "coords": [77.216393, 45.138889, 0.0], + "type": "WYP", + "name": "GUDOL" +}, { + "coords": [-1.760278, 47.621387, 0.0], + "type": "WYP", + "name": "GUEME" +}, { + "coords": [2.089444, 46.189999, 0.0], + "type": "WYP", + "name": "GUERE" +}, { + "coords": [-1.827222, 47.825279, 0.0], + "type": "WYP", + "name": "GUIGN" +}, { + "coords": [39.238335, 43.268333, 0.0], + "type": "WYP", + "name": "GUKIN" +}, { + "coords": [39.943333, 48.195, 0.0], + "type": "WYP", + "name": "GUKOL" +}, { + "coords": [75.506668, 61.783333, 0.0], + "type": "WYP", + "name": "GULAN" +}, { + "coords": [-1.9175, 49.385277, 0.0], + "type": "WYP", + "name": "GULDA" +}, { + "coords": [58.154999, 55.205002, 0.0], + "type": "WYP", + "name": "GULER" +}, { + "coords": [8.853333, 52.897499, 0.0], + "type": "WYP", + "name": "GULMI" +}, { + "coords": [37.549999, 51.216667, 0.0], + "type": "WYP", + "name": "GULON" +}, { + "coords": [63.676666, 38.028332, 0.0], + "type": "WYP", + "name": "GUMLI" +}, { + "coords": [0.0, 61.0, 0.0], + "type": "WYP", + "name": "GUNPA" +}, { + "coords": [-11.768333, 49.052776, 0.0], + "type": "WYP", + "name": "GUNSO" +}, { + "coords": [23.755556, 56.371387, 0.0], + "type": "WYP", + "name": "GUNTA" +}, { + "coords": [-15.0, 39.0, 0.0], + "type": "WYP", + "name": "GUNTI" +}, { + "coords": [9.606667, 48.806667, 0.0], + "type": "WYP", + "name": "GUPIN" +}, { + "coords": [3.814167, 46.380001, 0.0], + "type": "WYP", + "name": "GURDO" +}, { + "coords": [-6.833333, 53.115276, 0.0], + "type": "WYP", + "name": "GURGA" +}, { + "coords": [0.968611, 50.477779, 0.0], + "type": "WYP", + "name": "GURLU" +}, { + "coords": [8.286389, 43.018612, 0.0], + "type": "WYP", + "name": "GURPA" +}, { + "coords": [71.227219, 49.945835, 0.0], + "type": "WYP", + "name": "GURPI" +}, { + "coords": [47.701668, 62.338333, 0.0], + "type": "WYP", + "name": "GUSAR" +}, { + "coords": [106.23333, 51.099998, 0.0], + "type": "WYP", + "name": "GUSIN" +}, { + "coords": [43.285, 42.918335, 0.0], + "type": "WYP", + "name": "GUSLI" +}, { + "coords": [1.477778, 46.474167, 0.0], + "type": "WYP", + "name": "GUSON" +}, { + "coords": [-4.124166, 57.213055, 0.0], + "type": "WYP", + "name": "GUSSI" +}, { + "coords": [50.986668, 51.673332, 0.0], + "type": "WYP", + "name": "GUTAN" +}, { + "coords": [-64.10881, 18.671236, 0.0], + "type": "WYP", + "name": "GUYRO" +}, { + "coords": [5.938197, 46.667648, 0.0], + "type": "WYP", + "name": "GVA26" +}, { + "coords": [-0.669722, 50.773888, 0.0], + "type": "WYP", + "name": "GWC06" +}, { + "coords": [-0.535833, 50.648056, 0.0], + "type": "WYP", + "name": "GWC15" +}, { + "coords": [21.792223, 61.664165, 0.0], + "type": "WYP", + "name": "HAAPI" +}, { + "coords": [-1.580556, 53.735001, 0.0], + "type": "WYP", + "name": "HALIF" +}, { + "coords": [9.554472, 53.42664, 0.0], + "type": "WYP", + "name": "HAM28" +}, { + "coords": [9.324061, 53.333305, 0.0], + "type": "WYP", + "name": "HAM38" +}, { + "coords": [-0.023611, 36.871113, 0.0], + "type": "WYP", + "name": "HAMRA" +}, { + "coords": [-1.130833, 51.112778, 0.0], + "type": "WYP", + "name": "HANKY" +}, { + "coords": [4.278889, 52.919724, 0.0], + "type": "WYP", + "name": "HAPPY" +}, { + "coords": [0.491111, 50.471111, 0.0], + "type": "WYP", + "name": "HARDY" +}, { + "coords": [-68.817017, 20.006399, 0.0], + "type": "WYP", + "name": "HARDY" +}, { + "coords": [9.414444, 49.618332, 0.0], + "type": "WYP", + "name": "HAREM" +}, { + "coords": [16.656111, 68.789169, 0.0], + "type": "WYP", + "name": "HARSA" +}, { + "coords": [0.533333, 50.728333, 0.0], + "type": "WYP", + "name": "HASTY" +}, { + "coords": [-2.996389, 55.461113, 0.0], + "type": "WYP", + "name": "HAVEN" +}, { + "coords": [4.106111, 52.972221, 0.0], + "type": "WYP", + "name": "HAVNA" +}, { + "coords": [0.090278, 50.374168, 0.0], + "type": "WYP", + "name": "HAWKE" +}, { + "coords": [-2.540833, 53.467224, 0.0], + "type": "WYP", + "name": "HAYDO" +}, { + "coords": [-0.984444, 51.00528, 0.0], + "type": "WYP", + "name": "HAZEL" +}, { + "coords": [14.339167, 50.890835, 0.0], + "type": "WYP", + "name": "HDO03" +}, { + "coords": [14.386666, 50.898056, 0.0], + "type": "WYP", + "name": "HDO04" +}, { + "coords": [14.646667, 50.918056, 0.0], + "type": "WYP", + "name": "HDO10" +}, { + "coords": [-0.623333, 52.112221, 0.0], + "type": "WYP", + "name": "HEIDI" +}, { + "coords": [4.015833, 52.839169, 0.0], + "type": "WYP", + "name": "HEINO" +}, { + "coords": [-26.461666, 65.113335, 0.0], + "type": "WYP", + "name": "HEKLA" +}, { + "coords": [24.718056, 60.552776, 0.0], + "type": "WYP", + "name": "HEL15" +}, { + "coords": [4.098055, 52.920277, 0.0], + "type": "WYP", + "name": "HELDA" +}, { + "coords": [4.074722, 52.928055, 0.0], + "type": "WYP", + "name": "HELDB" +}, { + "coords": [3.869722, 51.235279, 0.0], + "type": "WYP", + "name": "HELEN" +}, { + "coords": [4.009444, 52.895279, 0.0], + "type": "WYP", + "name": "HELEX" +}, { + "coords": [4.141667, 52.871113, 0.0], + "type": "WYP", + "name": "HELM" +}, { + "coords": [4.226111, 52.805279, 0.0], + "type": "WYP", + "name": "HELMA" +}, { + "coords": [-0.419444, 51.805557, 0.0], + "type": "WYP", + "name": "HEMEL" +}, { + "coords": [-65.408745, 16.919491, 0.0], + "type": "WYP", + "name": "HENLI" +}, { + "coords": [8.538055, 48.576668, 0.0], + "type": "WYP", + "name": "HERBI" +}, { + "coords": [-5.0, 55.343056, 0.0], + "type": "WYP", + "name": "HERON" +}, { + "coords": [9.151389, 48.050556, 0.0], + "type": "WYP", + "name": "HEUSE" +}, { + "coords": [-13.0, 44.5, 0.0], + "type": "WYP", + "name": "HIDRA" +}, { + "coords": [0.243611, 51.334999, 0.0], + "type": "WYP", + "name": "HILLY" +}, { + "coords": [26.934999, 49.361668, 0.0], + "type": "WYP", + "name": "HIMIK" +}, { + "coords": [18.852249, 61.0, 0.0], + "type": "WYP", + "name": "HMR46" +}, { + "coords": [17.508167, 61.0, 0.0], + "type": "WYP", + "name": "HMR50" +}, { + "coords": [19.26111, 61.612083, 0.0], + "type": "WYP", + "name": "HMR85" +}, { + "coords": [19.848083, 58.978668, 0.0], + "type": "WYP", + "name": "HMR90" +}, { + "coords": [7.399472, 47.495693, 0.0], + "type": "WYP", + "name": "HOC11" +}, { + "coords": [7.202525, 47.42775, 0.0], + "type": "WYP", + "name": "HOC19" +}, { + "coords": [6.927789, 47.402744, 0.0], + "type": "WYP", + "name": "HOC30" +}, { + "coords": [8.526466, 47.251518, 0.0], + "type": "WYP", + "name": "HOC37" +}, { + "coords": [-0.495278, 51.228054, 0.0], + "type": "WYP", + "name": "HOGBA" +}, { + "coords": [14.49573, 50.585762, 0.0], + "type": "WYP", + "name": "HOLAN" +}, { + "coords": [-17.020555, 65.731941, 0.0], + "type": "WYP", + "name": "HOLAR" +}, { + "coords": [-1.553611, 52.145279, 0.0], + "type": "WYP", + "name": "HON13" +}, { + "coords": [-1.528889, 52.0975, 0.0], + "type": "WYP", + "name": "HON16" +}, { + "coords": [-1.504167, 52.049999, 0.0], + "type": "WYP", + "name": "HON19" +}, { + "coords": [22.133612, 60.774166, 0.0], + "type": "WYP", + "name": "HONKI" +}, { + "coords": [4.253611, 53.044998, 0.0], + "type": "WYP", + "name": "HOPPE" +}, { + "coords": [4.15, 52.924168, 0.0], + "type": "WYP", + "name": "HORNA" +}, { + "coords": [-101.921112, 26.637222, 0.0], + "type": "WYP", + "name": "HORNO" +}, { + "coords": [8.574306, 41.665138, 0.0], + "type": "WYP", + "name": "HORRO" +}, { + "coords": [35.316666, 47.866665, 0.0], + "type": "WYP", + "name": "HORTA" +}, { + "coords": [5.045278, 50.806389, 0.0], + "type": "WYP", + "name": "HORTA" +}, { + "coords": [-3.286292, 40.660442, 0.0], + "type": "WYP", + "name": "HORTA" +}, { + "coords": [-101.568611, 21.798334, 0.0], + "type": "WYP", + "name": "HORTA" +}, { + "coords": [30.151667, 50.433334, 0.0], + "type": "WYP", + "name": "HOSEL" +}, { + "coords": [-25.956388, 36.013054, 0.0], + "type": "WYP", + "name": "HOTEL" +}, { + "coords": [44.188332, 43.358334, 0.0], + "type": "WYP", + "name": "HOTOV" +}, { + "coords": [-66.922638, 19.097473, 0.0], + "type": "WYP", + "name": "HUBBO" +}, { + "coords": [-103.2425, 22.744167, 0.0], + "type": "WYP", + "name": "HULLA" +}, { + "coords": [26.016262, 47.531506, 0.0], + "type": "WYP", + "name": "HUMOR" +}, { + "coords": [78.40889, 47.57, 0.0], + "type": "WYP", + "name": "IBDAS" +}, { + "coords": [6.276667, 49.507778, 0.0], + "type": "WYP", + "name": "IBERA" +}, { + "coords": [-7.919786, 41.345612, 0.0], + "type": "WYP", + "name": "IBERO" +}, { + "coords": [2.456667, 50.596668, 0.0], + "type": "WYP", + "name": "IBERU" +}, { + "coords": [6.333333, 50.483334, 0.0], + "type": "WYP", + "name": "IBESA" +}, { + "coords": [68.036942, 41.576668, 0.0], + "type": "WYP", + "name": "IBMOB" +}, { + "coords": [9.790277, 65.75, 0.0], + "type": "WYP", + "name": "IBOLO" +}, { + "coords": [32.255001, 44.206665, 0.0], + "type": "WYP", + "name": "IBROK" +}, { + "coords": [51.064999, 41.59, 0.0], + "type": "WYP", + "name": "IBRUT" +}, { + "coords": [-80.238609, 20.515833, 0.0], + "type": "WYP", + "name": "IBSEN" +}, { + "coords": [-95.900002, 14.966666, 0.0], + "type": "WYP", + "name": "ICARO" +}, { + "coords": [-67.639549, 19.260523, 0.0], + "type": "WYP", + "name": "IDAHO" +}, { + "coords": [6.961667, 49.687778, 0.0], + "type": "WYP", + "name": "IDARO" +}, { + "coords": [26.981798, 44.640141, 0.0], + "type": "WYP", + "name": "IDARU" +}, { + "coords": [78.039169, 44.457779, 0.0], + "type": "WYP", + "name": "IDBAL" +}, { + "coords": [-101.753891, 23.376112, 0.0], + "type": "WYP", + "name": "IDEAL" +}, { + "coords": [33.705002, 55.474998, 0.0], + "type": "WYP", + "name": "IDERA" +}, { + "coords": [12.760358, 52.507202, 0.0], + "type": "WYP", + "name": "IDKES" +}, { + "coords": [3.873055, 50.340557, 0.0], + "type": "WYP", + "name": "IDOKO" +}, { + "coords": [9.43, 43.985001, 0.0], + "type": "WYP", + "name": "IDONA" +}, { + "coords": [9.75, 41.790001, 0.0], + "type": "WYP", + "name": "IDORI" +}, { + "coords": [5.869722, 49.741665, 0.0], + "type": "WYP", + "name": "IDOSA" +}, { + "coords": [14.085009, 45.950115, 0.0], + "type": "WYP", + "name": "IDRIG" +}, { + "coords": [55.75, 40.268333, 0.0], + "type": "WYP", + "name": "IDRIS" +}, { + "coords": [61.291389, 46.565277, 0.0], + "type": "WYP", + "name": "IDROS" +}, { + "coords": [105.65667, 27.736666, 0.0], + "type": "WYP", + "name": "IDSEG" +}, { + "coords": [-2.086111, 48.121944, 0.0], + "type": "WYP", + "name": "IFFEN" +}, { + "coords": [68.199997, 54.990002, 0.0], + "type": "WYP", + "name": "IKANA" +}, { + "coords": [26.308332, 37.858334, 0.0], + "type": "WYP", + "name": "IKARO" +}, { + "coords": [-108.5, 28.724722, 0.0], + "type": "WYP", + "name": "IKDOX" +}, { + "coords": [-89.251663, 22.020277, 0.0], + "type": "WYP", + "name": "IKURA" +}, { + "coords": [-83.75, 23.700001, 0.0], + "type": "WYP", + "name": "ILARA" +}, { + "coords": [41.845001, 50.191666, 0.0], + "type": "WYP", + "name": "ILMEN" +}, { + "coords": [13.936556, 49.918022, 0.0], + "type": "WYP", + "name": "ILNEK" +}, { + "coords": [-84.809448, 17.023333, 0.0], + "type": "WYP", + "name": "ILONA" +}, { + "coords": [-82.213333, 13.031667, 0.0], + "type": "WYP", + "name": "ILSER" +}, { + "coords": [103.775002, 56.868332, 0.0], + "type": "WYP", + "name": "ILTON" +}, { + "coords": [25.501667, 49.119999, 0.0], + "type": "WYP", + "name": "ILTUK" +}, { + "coords": [-63.0, 16.30139, 0.0], + "type": "WYP", + "name": "ILURI" +}, { + "coords": [73.33667, 42.138332, 0.0], + "type": "WYP", + "name": "IMADA" +}, { + "coords": [59.766666, 55.391666, 0.0], + "type": "WYP", + "name": "IMANA" +}, { + "coords": [-78.184448, 23.42, 0.0], + "type": "WYP", + "name": "IMELA" +}, { + "coords": [75.888336, 59.181667, 0.0], + "type": "WYP", + "name": "IMETA" +}, { + "coords": [-93.998337, 15.796667, 0.0], + "type": "WYP", + "name": "IMITO" +}, { + "coords": [-85.796387, 11.209723, 0.0], + "type": "WYP", + "name": "IMOLA" +}, { + "coords": [50.233334, 64.959999, 0.0], + "type": "WYP", + "name": "IMORO" +}, { + "coords": [27.929167, 69.250557, 0.0], + "type": "WYP", + "name": "INARI" +}, { + "coords": [33.188332, 48.383335, 0.0], + "type": "WYP", + "name": "INBAR" +}, { + "coords": [76.071663, 52.375, 0.0], + "type": "WYP", + "name": "INDAR" +}, { + "coords": [-27.882223, 37.1175, 0.0], + "type": "WYP", + "name": "INDIA" +}, { + "coords": [18.0, 51.996666, 0.0], + "type": "WYP", + "name": "INDIG" +}, { + "coords": [3e-06, 62.435276, 0.0], + "type": "WYP", + "name": "INGAL" +}, { + "coords": [-0.25, 49.364445, 0.0], + "type": "WYP", + "name": "INGOR" +}, { + "coords": [5.998889, 50.089722, 0.0], + "type": "WYP", + "name": "INGUL" +}, { + "coords": [32.75, 45.0, 0.0], + "type": "WYP", + "name": "INGUR" +}, { + "coords": [4.771945, 51.814724, 0.0], + "type": "WYP", + "name": "INKET" +}, { + "coords": [22.86861, 60.9375, 0.0], + "type": "WYP", + "name": "INKIS" +}, { + "coords": [69.21389, 41.458611, 0.0], + "type": "WYP", + "name": "INKOL" +}, { + "coords": [30.639999, 43.253334, 0.0], + "type": "WYP", + "name": "INKOM" +}, { + "coords": [-1.524167, 51.478054, 0.0], + "type": "WYP", + "name": "INLAK" +}, { + "coords": [52.451668, 42.87611, 0.0], + "type": "WYP", + "name": "INRED" +}, { + "coords": [27.1, 48.293335, 0.0], + "type": "WYP", + "name": "INROK" +}, { + "coords": [32.756668, 43.451668, 0.0], + "type": "WYP", + "name": "INSAR" +}, { + "coords": [107.003334, 55.759998, 0.0], + "type": "WYP", + "name": "INSUL" +}, { + "coords": [70.477501, 48.729168, 0.0], + "type": "WYP", + "name": "INTAL" +}, { + "coords": [13.006389, 55.384724, 0.0], + "type": "WYP", + "name": "INTAR" +}, { + "coords": [34.450001, 44.316666, 0.0], + "type": "WYP", + "name": "INTEK" +}, { + "coords": [-3.792264, 40.853462, 0.0], + "type": "WYP", + "name": "INTEK" +}, { + "coords": [13.668333, 37.876667, 0.0], + "type": "WYP", + "name": "INTER" +}, { + "coords": [9.411414, 56.226303, 0.0], + "type": "WYP", + "name": "INTET" +}, { + "coords": [11.221389, 57.654446, 0.0], + "type": "WYP", + "name": "INVOL" +}, { + "coords": [-3.818183, 53.680569, 0.0], + "type": "WYP", + "name": "IOM41" +}, { + "coords": [68.57972, 40.741943, 0.0], + "type": "WYP", + "name": "IPRAR" +}, { + "coords": [-99.335556, 23.363333, 0.0], + "type": "WYP", + "name": "IPSIS" +}, { + "coords": [-93.614723, 15.113611, 0.0], + "type": "WYP", + "name": "IPSUM" +}, { + "coords": [3e-06, 62.0, 0.0], + "type": "WYP", + "name": "IPTON" +}, { + "coords": [-99.986389, 25.564444, 0.0], + "type": "WYP", + "name": "IPTOR" +}, { + "coords": [-78.801666, 7.49, 0.0], + "type": "WYP", + "name": "IRATA" +}, { + "coords": [-108.5, 28.860556, 0.0], + "type": "WYP", + "name": "IRBEK" +}, { + "coords": [-106.21833, 31.2225, 0.0], + "type": "WYP", + "name": "IRBIX" +}, { + "coords": [75.076111, 48.858334, 0.0], + "type": "WYP", + "name": "IRGIT" +}, { + "coords": [-85.551666, 18.27, 0.0], + "type": "WYP", + "name": "IRGOL" +}, { + "coords": [63.860001, 42.051666, 0.0], + "type": "WYP", + "name": "IRINA" +}, { + "coords": [-18.069231, 33.924885, 0.0], + "type": "WYP", + "name": "IRKID" +}, { + "coords": [73.5, 40.349998, 0.0], + "type": "WYP", + "name": "IRKIS" +}, { + "coords": [10.888611, 53.24889, 0.0], + "type": "WYP", + "name": "IRKIS" +}, { + "coords": [28.82, 45.323334, 0.0], + "type": "WYP", + "name": "IRMAL" +}, { + "coords": [6.790555, 44.799999, 0.0], + "type": "WYP", + "name": "IRMAR" +}, { + "coords": [-80.044998, 8.715, 0.0], + "type": "WYP", + "name": "IRUKA" +}, { + "coords": [-80.116669, 22.783333, 0.0], + "type": "WYP", + "name": "ISABE" +}, { + "coords": [-0.753944, 40.0, 0.0], + "type": "WYP", + "name": "ISABO" +}, { + "coords": [-90.953056, 21.180277, 0.0], + "type": "WYP", + "name": "ISARO" +}, { + "coords": [-82.870003, 9.54, 0.0], + "type": "WYP", + "name": "ISEBA" +}, { + "coords": [66.761665, 56.838333, 0.0], + "type": "WYP", + "name": "ISKET" +}, { + "coords": [-65.814598, 18.457869, 0.0], + "type": "WYP", + "name": "ISLLA" +}, { + "coords": [4.666667, 40.064621, 0.0], + "type": "WYP", + "name": "ISTER" +}, { + "coords": [13.960356, 46.49892, 0.0], + "type": "WYP", + "name": "ISTRI" +}, { + "coords": [-77.75, 8.95, 0.0], + "type": "WYP", + "name": "ISUMA" +}, { + "coords": [3e-06, 63.0, 0.0], + "type": "WYP", + "name": "ISVIG" +}, { + "coords": [-78.624168, 8.078167, 0.0], + "type": "WYP", + "name": "ITAGO" +}, { + "coords": [49.5, 43.873333, 0.0], + "type": "WYP", + "name": "ITAKA" +}, { + "coords": [-80.26667, 13.033334, 0.0], + "type": "WYP", + "name": "ITANA" +}, { + "coords": [37.233334, 63.666668, 0.0], + "type": "WYP", + "name": "ITARA" +}, { + "coords": [38.666668, 55.816666, 0.0], + "type": "WYP", + "name": "ITINA" +}, { + "coords": [87.743332, 67.051666, 0.0], + "type": "WYP", + "name": "ITISA" +}, { + "coords": [-70.0, 12.285, 0.0], + "type": "WYP", + "name": "ITSEL" +}, { + "coords": [55.833332, 54.200001, 0.0], + "type": "WYP", + "name": "ITUNA" +}, { + "coords": [5.256945, 52.244167, 0.0], + "type": "WYP", + "name": "IVLUT" +}, { + "coords": [66.841667, 54.775002, 0.0], + "type": "WYP", + "name": "IVOLI" +}, { + "coords": [8.483334, 41.146667, 0.0], + "type": "WYP", + "name": "IVORY" +}, { + "coords": [92.466667, 55.383335, 0.0], + "type": "WYP", + "name": "IVRAS" +}, { + "coords": [-77.73333, 7.566667, 0.0], + "type": "WYP", + "name": "IVROS" +}, { + "coords": [6.041389, 47.740276, 0.0], + "type": "WYP", + "name": "IXILU" +}, { + "coords": [22.233334, 38.316666, 0.0], + "type": "WYP", + "name": "IXONI" +}, { + "coords": [8.587222, 45.833889, 0.0], + "type": "WYP", + "name": "IXORA" +}, { + "coords": [11.884444, 43.044998, 0.0], + "type": "WYP", + "name": "IXUSI" +}, { + "coords": [27.966667, 57.799999, 0.0], + "type": "WYP", + "name": "IZBOR" +}, { + "coords": [28.801666, 45.391666, 0.0], + "type": "WYP", + "name": "IZMAL" +}, { + "coords": [92.216667, 56.116665, 0.0], + "type": "WYP", + "name": "IZVEY" +}, { + "coords": [2.943889, 53.823334, 0.0], + "type": "WYP", + "name": "J6A" +}, { + "coords": [-66.540665, 18.978342, 0.0], + "type": "WYP", + "name": "JAAWS" +}, { + "coords": [1.426667, 51.735832, 0.0], + "type": "WYP", + "name": "JACKO" +}, { + "coords": [-108.5, 30.532778, 0.0], + "type": "WYP", + "name": "JALIL" +}, { + "coords": [-64.816566, 18.520916, 0.0], + "type": "WYP", + "name": "JANER" +}, { + "coords": [-78.154999, 7.523334, 0.0], + "type": "WYP", + "name": "JAQUE" +}, { + "coords": [6.1, 49.193333, 0.0], + "type": "WYP", + "name": "JARNY" +}, { + "coords": [-65.365944, 18.673395, 0.0], + "type": "WYP", + "name": "JETSS" +}, { + "coords": [23.125002, 47.491287, 0.0], + "type": "WYP", + "name": "JIBOU" +}, { + "coords": [-27.5, 38.0, 0.0], + "type": "WYP", + "name": "JONE" +}, { + "coords": [17.094894, 47.756104, 0.0], + "type": "WYP", + "name": "JONNI" +}, { + "coords": [-66.500984, 18.242367, 0.0], + "type": "WYP", + "name": "JOSHE" +}, { + "coords": [-27.165556, 38.383335, 0.0], + "type": "WYP", + "name": "JRADR" +}, { + "coords": [-78.594719, 21.154444, 0.0], + "type": "WYP", + "name": "JUCRO" +}, { + "coords": [-63.666668, 18.130939, 0.0], + "type": "WYP", + "name": "JUICE" +}, { + "coords": [6.92, 53.562778, 0.0], + "type": "WYP", + "name": "JUIST" +}, { + "coords": [5.633333, 43.012779, 0.0], + "type": "WYP", + "name": "JULEE" +}, { + "coords": [-29.725, 38.117779, 0.0], + "type": "WYP", + "name": "JULIT" +}, { + "coords": [3.2525, 53.361668, 0.0], + "type": "WYP", + "name": "K10B" +}, { + "coords": [3.286944, 53.402222, 0.0], + "type": "WYP", + "name": "K10C" +}, { + "coords": [3.264722, 53.483334, 0.0], + "type": "WYP", + "name": "K10V" +}, { + "coords": [3.341389, 53.448612, 0.0], + "type": "WYP", + "name": "K11FA" +}, { + "coords": [3.787222, 53.475834, 0.0], + "type": "WYP", + "name": "K12A" +}, { + "coords": [3.893611, 53.340832, 0.0], + "type": "WYP", + "name": "K12B" +}, { + "coords": [3.904167, 53.458332, 0.0], + "type": "WYP", + "name": "K12C" +}, { + "coords": [3.885, 53.421665, 0.0], + "type": "WYP", + "name": "K12D" +}, { + "coords": [3.995556, 53.474167, 0.0], + "type": "WYP", + "name": "K12E" +}, { + "coords": [3.218889, 53.217224, 0.0], + "type": "WYP", + "name": "K13A" +}, { + "coords": [3.114444, 53.264446, 0.0], + "type": "WYP", + "name": "K13B" +}, { + "coords": [3.213611, 53.309444, 0.0], + "type": "WYP", + "name": "K13C" +}, { + "coords": [3.211389, 53.280556, 0.0], + "type": "WYP", + "name": "K13D" +}, { + "coords": [3.626111, 53.268612, 0.0], + "type": "WYP", + "name": "K14FA" +}, { + "coords": [3.986111, 53.247223, 0.0], + "type": "WYP", + "name": "K15FA" +}, { + "coords": [3.871944, 53.275555, 0.0], + "type": "WYP", + "name": "K15FB" +}, { + "coords": [3.7625, 53.251945, 0.0], + "type": "WYP", + "name": "K15FC" +}, { + "coords": [3.946667, 53.305279, 0.0], + "type": "WYP", + "name": "K15FG" +}, { + "coords": [3.964167, 53.08139, 0.0], + "type": "WYP", + "name": "K18" +}, { + "coords": [3.338889, 53.695557, 0.0], + "type": "WYP", + "name": "K5A" +}, { + "coords": [3.487222, 53.690834, 0.0], + "type": "WYP", + "name": "K5D" +}, { + "coords": [3.828333, 53.674999, 0.0], + "type": "WYP", + "name": "K6D" +}, { + "coords": [3.804445, 53.725555, 0.0], + "type": "WYP", + "name": "K6DN" +}, { + "coords": [3.747778, 53.698612, 0.0], + "type": "WYP", + "name": "K6N" +}, { + "coords": [3.868889, 53.698334, 0.0], + "type": "WYP", + "name": "K6PC" +}, { + "coords": [3.869444, 53.760555, 0.0], + "type": "WYP", + "name": "K6T" +}, { + "coords": [3.303611, 53.571945, 0.0], + "type": "WYP", + "name": "K7FA1" +}, { + "coords": [3.368889, 53.499168, 0.0], + "type": "WYP", + "name": "K8FA1" +}, { + "coords": [3.4175, 53.514446, 0.0], + "type": "WYP", + "name": "K8FA2" +}, { + "coords": [3.422222, 53.541389, 0.0], + "type": "WYP", + "name": "K8FA3" +}, { + "coords": [3.9925, 53.52, 0.0], + "type": "WYP", + "name": "K9ABA" +}, { + "coords": [3.872778, 53.6525, 0.0], + "type": "WYP", + "name": "K9CA" +}, { + "coords": [107.286667, 52.161667, 0.0], + "type": "WYP", + "name": "KA89" +}, { + "coords": [28.495556, 62.862221, 0.0], + "type": "WYP", + "name": "KAAVI" +}, { + "coords": [-3.715556, 45.963055, 0.0], + "type": "WYP", + "name": "KABIG" +}, { + "coords": [1.056806, 43.71714, 0.0], + "type": "WYP", + "name": "KABOB" +}, { + "coords": [-0.133333, 49.599998, 0.0], + "type": "WYP", + "name": "KABUR" +}, { + "coords": [75.831108, 43.919445, 0.0], + "type": "WYP", + "name": "KADAN" +}, { + "coords": [-82.361664, 12.398334, 0.0], + "type": "WYP", + "name": "KADOS" +}, { + "coords": [45.266666, 40.966667, 0.0], + "type": "WYP", + "name": "KAFAR" +}, { + "coords": [9.191667, 43.799999, 0.0], + "type": "WYP", + "name": "KAFEE" +}, { + "coords": [88.633331, 49.966667, 0.0], + "type": "WYP", + "name": "KAGCH" +}, { + "coords": [-77.415337, 8.545667, 0.0], + "type": "WYP", + "name": "KAKOL" +}, { + "coords": [67.518333, 37.623333, 0.0], + "type": "WYP", + "name": "KAKYY" +}, { + "coords": [17.588528, 57.480026, 0.0], + "type": "WYP", + "name": "KAL64" +}, { + "coords": [-2.448653, 37.019733, 0.0], + "type": "WYP", + "name": "KALAB" +}, { + "coords": [36.628334, 63.305, 0.0], + "type": "WYP", + "name": "KALGA" +}, { + "coords": [9.848333, 44.468334, 0.0], + "type": "WYP", + "name": "KALIK" +}, { + "coords": [57.369999, 55.703335, 0.0], + "type": "WYP", + "name": "KALIR" +}, { + "coords": [15.984167, 53.291943, 0.0], + "type": "WYP", + "name": "KALIT" +}, { + "coords": [9.593333, 44.321667, 0.0], + "type": "WYP", + "name": "KALMO" +}, { + "coords": [-91.075752, 15.021358, 0.0], + "type": "WYP", + "name": "KALPA" +}, { + "coords": [42.283333, 46.883335, 0.0], + "type": "WYP", + "name": "KAMAN" +}, { + "coords": [29.158333, 60.926666, 0.0], + "type": "WYP", + "name": "KAMEN" +}, { + "coords": [45.266666, 46.224998, 0.0], + "type": "WYP", + "name": "KAMIS" +}, { + "coords": [38.75, 52.108334, 0.0], + "type": "WYP", + "name": "KAMNA" +}, { + "coords": [10.0, 45.389999, 0.0], + "type": "WYP", + "name": "KAMPA" +}, { + "coords": [-4.055386, 39.733334, 0.0], + "type": "WYP", + "name": "KAMPO" +}, { + "coords": [73.616669, 62.150002, 0.0], + "type": "WYP", + "name": "KANAL" +}, { + "coords": [-96.101944, 17.306944, 0.0], + "type": "WYP", + "name": "KANAL" +}, { + "coords": [-70.464996, 18.131666, 0.0], + "type": "WYP", + "name": "KANAM" +}, { + "coords": [73.029999, 42.208332, 0.0], + "type": "WYP", + "name": "KANAT" +}, { + "coords": [-5.797403, 43.770607, 0.0], + "type": "WYP", + "name": "KANDA" +}, { + "coords": [4.379722, 51.953609, 0.0], + "type": "WYP", + "name": "KANDY" +}, { + "coords": [71.866669, 61.0, 0.0], + "type": "WYP", + "name": "KANER" +}, { + "coords": [-80.720001, 20.0, 0.0], + "type": "WYP", + "name": "KANEX" +}, { + "coords": [2.983172, 42.480305, 0.0], + "type": "WYP", + "name": "KANIG" +}, { + "coords": [13.628689, 46.440464, 0.0], + "type": "WYP", + "name": "KANIN" +}, { + "coords": [40.466667, 49.533333, 0.0], + "type": "WYP", + "name": "KANON" +}, { + "coords": [-99.775833, 17.783611, 0.0], + "type": "WYP", + "name": "KANOX" +}, { + "coords": [12.125, 38.356667, 0.0], + "type": "WYP", + "name": "KAPIL" +}, { + "coords": [49.491665, 40.238335, 0.0], + "type": "WYP", + "name": "KARAD" +}, { + "coords": [-86.799721, 14.033055, 0.0], + "type": "WYP", + "name": "KARAK" +}, { + "coords": [75.813332, 62.181667, 0.0], + "type": "WYP", + "name": "KARAL" +}, { + "coords": [73.716667, 62.966667, 0.0], + "type": "WYP", + "name": "KARAP" +}, { + "coords": [35.834999, 59.968334, 0.0], + "type": "WYP", + "name": "KARAT" +}, { + "coords": [13.291667, 59.128334, 0.0], + "type": "WYP", + "name": "KARD1" +}, { + "coords": [13.415277, 59.110001, 0.0], + "type": "WYP", + "name": "KARD2" +}, { + "coords": [10.510834, 42.979721, 0.0], + "type": "WYP", + "name": "KARDU" +}, { + "coords": [-3.5825, 55.6675, 0.0], + "type": "WYP", + "name": "KAREN" +}, { + "coords": [22.496944, 68.442223, 0.0], + "type": "WYP", + "name": "KARES" +}, { + "coords": [1.163889, 41.220001, 0.0], + "type": "WYP", + "name": "KARES" +}, { + "coords": [-85.059998, 14.809722, 0.0], + "type": "WYP", + "name": "KARET" +}, { + "coords": [-61.276638, 14.547, 0.0], + "type": "WYP", + "name": "KAREX" +}, { + "coords": [38.003334, 61.314999, 0.0], + "type": "WYP", + "name": "KARGA" +}, { + "coords": [6.041945, 45.953056, 0.0], + "type": "WYP", + "name": "KARGO" +}, { + "coords": [25.46139, 65.311111, 0.0], + "type": "WYP", + "name": "KARHU" +}, { + "coords": [-69.317223, 17.666389, 0.0], + "type": "WYP", + "name": "KARIB" +}, { + "coords": [-87.636108, 13.898056, 0.0], + "type": "WYP", + "name": "KARID" +}, { + "coords": [22.44224, 47.793953, 0.0], + "type": "WYP", + "name": "KARIL" +}, { + "coords": [67.79361, 43.193333, 0.0], + "type": "WYP", + "name": "KARIM" +}, { + "coords": [25.820278, 69.416115, 0.0], + "type": "WYP", + "name": "KARIS" +}, { + "coords": [5.5075, 57.0, 0.0], + "type": "WYP", + "name": "KARLI" +}, { + "coords": [63.633335, 62.183334, 0.0], + "type": "WYP", + "name": "KARLO" +}, { + "coords": [46.148335, 46.955002, 0.0], + "type": "WYP", + "name": "KARNI" +}, { + "coords": [45.200001, 41.400002, 0.0], + "type": "WYP", + "name": "KARNO" +}, { + "coords": [-2.898333, 52.894444, 0.0], + "type": "WYP", + "name": "KARNO" +}, { + "coords": [18.28389, 50.5, 0.0], + "type": "WYP", + "name": "KAROV" +}, { + "coords": [10.1625, 44.484165, 0.0], + "type": "WYP", + "name": "KARPI" +}, { + "coords": [-81.800003, 20.0, 0.0], + "type": "WYP", + "name": "KARUL" +}, { + "coords": [-69.400002, 16.0, 0.0], + "type": "WYP", + "name": "KARUM" +}, { + "coords": [22.814722, 62.121113, 0.0], + "type": "WYP", + "name": "KARVI" +}, { + "coords": [76.076668, 39.548332, 0.0], + "type": "WYP", + "name": "KASHI" +}, { + "coords": [21.362249, 44.637138, 0.0], + "type": "WYP", + "name": "KASID" +}, { + "coords": [21.371111, 44.637222, 0.0], + "type": "WYP", + "name": "KASIL" +}, { + "coords": [-61.674721, 16.710278, 0.0], + "type": "WYP", + "name": "KASKI" +}, { + "coords": [4.77, 47.558334, 0.0], + "type": "WYP", + "name": "KASON" +}, { + "coords": [-77.783333, 15.0, 0.0], + "type": "WYP", + "name": "KASOR" +}, { + "coords": [-71.215553, 17.004999, 0.0], + "type": "WYP", + "name": "KASOS" +}, { + "coords": [-5.034361, 40.192329, 0.0], + "type": "WYP", + "name": "KASTA" +}, { + "coords": [1.358889, 43.014721, 0.0], + "type": "WYP", + "name": "KASTO" +}, { + "coords": [14.066667, 41.814999, 0.0], + "type": "WYP", + "name": "KASTU" +}, { + "coords": [48.450001, 41.676666, 0.0], + "type": "WYP", + "name": "KASUM" +}, { + "coords": [-0.6628, 38.593929, 0.0], + "type": "WYP", + "name": "KATAL" +}, { + "coords": [-79.64167, 20.0, 0.0], + "type": "WYP", + "name": "KATAL" +}, { + "coords": [12.678333, 43.051666, 0.0], + "type": "WYP", + "name": "KATAR" +}, { + "coords": [-1.333333, 50.520557, 0.0], + "type": "WYP", + "name": "KATHY" +}, { + "coords": [-98.397781, 11.992222, 0.0], + "type": "WYP", + "name": "KATIS" +}, { + "coords": [-68.781113, 18.458334, 0.0], + "type": "WYP", + "name": "KATKO" +}, { + "coords": [-102.833336, 24.813055, 0.0], + "type": "WYP", + "name": "KATLA" +}, { + "coords": [-68.0, 18.830761, 0.0], + "type": "WYP", + "name": "KATOK" +}, { + "coords": [16.053333, 42.506668, 0.0], + "type": "WYP", + "name": "KATTI" +}, { + "coords": [22.225834, 62.645279, 0.0], + "type": "WYP", + "name": "KAUHA" +}, { + "coords": [24.086666, 54.963333, 0.0], + "type": "WYP", + "name": "KAUNS" +}, { + "coords": [49.5, 43.396667, 0.0], + "type": "WYP", + "name": "KAVIL" +}, { + "coords": [-92.711945, 18.763889, 0.0], + "type": "WYP", + "name": "KAVLA" +}, { + "coords": [-85.339447, 12.716389, 0.0], + "type": "WYP", + "name": "KAVLO" +}, { + "coords": [30.0, 33.733334, 0.0], + "type": "WYP", + "name": "KAVOS" +}, { + "coords": [-39.995556, 64.224998, 0.0], + "type": "WYP", + "name": "KAYAK" +}, { + "coords": [29.576666, 60.393333, 0.0], + "type": "WYP", + "name": "KEBUL" +}, { + "coords": [46.033333, 40.599998, 0.0], + "type": "WYP", + "name": "KEDAB" +}, { + "coords": [-104.653053, 21.737223, 0.0], + "type": "WYP", + "name": "KEDMA" +}, { + "coords": [59.970001, 63.501667, 0.0], + "type": "WYP", + "name": "KEDOR" +}, { + "coords": [91.5, 54.383335, 0.0], + "type": "WYP", + "name": "KEDRA" +}, { + "coords": [30.451666, 50.401669, 0.0], + "type": "WYP", + "name": "KEDUB" +}, { + "coords": [-21.300833, 63.663055, 0.0], + "type": "WYP", + "name": "KEF4A" +}, { + "coords": [-21.561666, 63.513332, 0.0], + "type": "WYP", + "name": "KEF4B" +}, { + "coords": [-21.872499, 63.409721, 0.0], + "type": "WYP", + "name": "KEF4C" +}, { + "coords": [-23.936388, 63.669445, 0.0], + "type": "WYP", + "name": "KEF4D" +}, { + "coords": [-24.080833, 63.830276, 0.0], + "type": "WYP", + "name": "KEF4E" +}, { + "coords": [-24.126112, 64.025276, 0.0], + "type": "WYP", + "name": "KEF4F" +}, { + "coords": [-24.039167, 64.218056, 0.0], + "type": "WYP", + "name": "KEF4G" +}, { + "coords": [-23.856388, 64.371948, 0.0], + "type": "WYP", + "name": "KEF4H" +}, { + "coords": [28.865, 48.416668, 0.0], + "type": "WYP", + "name": "KEFIR" +}, { + "coords": [-89.84111, 24.487223, 0.0], + "type": "WYP", + "name": "KEHLI" +}, { + "coords": [21.291452, 48.523041, 0.0], + "type": "WYP", + "name": "KEKED" +}, { + "coords": [-6.833333, 53.13361, 0.0], + "type": "WYP", + "name": "KEKUL" +}, { + "coords": [58.404167, 49.136665, 0.0], + "type": "WYP", + "name": "KEKUN" +}, { + "coords": [2.868611, 43.171944, 0.0], + "type": "WYP", + "name": "KELAM" +}, { + "coords": [17.133173, 47.902107, 0.0], + "type": "WYP", + "name": "KELAN" +}, { + "coords": [8.765555, 46.963612, 0.0], + "type": "WYP", + "name": "KELAP" +}, { + "coords": [19.175833, 60.468613, 0.0], + "type": "WYP", + "name": "KELAS" +}, { + "coords": [-51.759167, 65.57, 0.0], + "type": "WYP", + "name": "KELDO" +}, { + "coords": [-15.194167, 64.881111, 0.0], + "type": "WYP", + "name": "KELDU" +}, { + "coords": [19.59989, 46.173832, 0.0], + "type": "WYP", + "name": "KELEB" +}, { + "coords": [28.46139, 68.501389, 0.0], + "type": "WYP", + "name": "KELEK" +}, { + "coords": [12.054167, 58.243584, 0.0], + "type": "WYP", + "name": "KELIN" +}, { + "coords": [-4.364167, 53.905277, 0.0], + "type": "WYP", + "name": "KELLY" +}, { + "coords": [26.934999, 49.360001, 0.0], + "type": "WYP", + "name": "KELNI" +}, { + "coords": [15.883333, 52.233891, 0.0], + "type": "WYP", + "name": "KELOD" +}, { + "coords": [-6.833333, 53.684723, 0.0], + "type": "WYP", + "name": "KELOL" +}, { + "coords": [11.168612, 55.834167, 0.0], + "type": "WYP", + "name": "KELOM" +}, { + "coords": [3.873611, 48.815834, 0.0], + "type": "WYP", + "name": "KELON" +}, { + "coords": [5.776389, 45.655277, 0.0], + "type": "WYP", + "name": "KELOR" +}, { + "coords": [-58.766666, 12.183333, 0.0], + "type": "WYP", + "name": "KELSO" +}, { + "coords": [5.685489, 46.555489, 0.0], + "type": "WYP", + "name": "KELUK" +}, { + "coords": [-85.984444, 18.987499, 0.0], + "type": "WYP", + "name": "KELVO" +}, { + "coords": [24.169167, 65.707779, 0.0], + "type": "WYP", + "name": "KEM14" +}, { + "coords": [13.453834, 56.126446, 0.0], + "type": "WYP", + "name": "KEMAX" +}, { + "coords": [24.586945, 58.7225, 0.0], + "type": "WYP", + "name": "KEMET" +}, { + "coords": [5.961667, 46.136944, 0.0], + "type": "WYP", + "name": "KEMIT" +}, { + "coords": [15.9275, 43.312222, 0.0], + "type": "WYP", + "name": "KEMIX" +}, { + "coords": [59.215, 37.896667, 0.0], + "type": "WYP", + "name": "KEMOR" +}, { + "coords": [-52.220554, 66.958885, 0.0], + "type": "WYP", + "name": "KEMOS" +}, { + "coords": [0.646111, 52.127499, 0.0], + "type": "WYP", + "name": "KEMPY" +}, { + "coords": [23.243334, 49.134998, 0.0], + "type": "WYP", + "name": "KEMUN" +}, { + "coords": [4.093889, 49.958611, 0.0], + "type": "WYP", + "name": "KENAP" +}, { + "coords": [3.140833, 40.5, 0.0], + "type": "WYP", + "name": "KENAS" +}, { + "coords": [16.946667, 43.633335, 0.0], + "type": "WYP", + "name": "KENEM" +}, { + "coords": [57.761665, 40.325001, 0.0], + "type": "WYP", + "name": "KENEP" +}, { + "coords": [-1.455, 51.520557, 0.0], + "type": "WYP", + "name": "KENET" +}, { + "coords": [80.701668, 56.32, 0.0], + "type": "WYP", + "name": "KENGA" +}, { + "coords": [11.250278, 51.663334, 0.0], + "type": "WYP", + "name": "KENIG" +}, { + "coords": [11.498889, 55.188332, 0.0], + "type": "WYP", + "name": "KENIK" +}, { + "coords": [-71.900002, 18.135, 0.0], + "type": "WYP", + "name": "KENOK" +}, { + "coords": [-6.833333, 53.347221, 0.0], + "type": "WYP", + "name": "KENOL" +}, { + "coords": [24.051111, 59.973888, 0.0], + "type": "WYP", + "name": "KENON" +}, { + "coords": [-77.474998, 18.275, 0.0], + "type": "WYP", + "name": "KENTA" +}, { + "coords": [-12.0, 50.0, 0.0], + "type": "WYP", + "name": "KENUK" +}, { + "coords": [6.239444, 50.7225, 0.0], + "type": "WYP", + "name": "KENUM" +}, { + "coords": [15.384075, 45.674198, 0.0], + "type": "WYP", + "name": "KEPAG" +}, { + "coords": [2.826667, 45.455276, 0.0], + "type": "WYP", + "name": "KEPOL" +}, { + "coords": [7.77, 43.923332, 0.0], + "type": "WYP", + "name": "KEPPO" +}, { + "coords": [10.921667, 65.75, 0.0], + "type": "WYP", + "name": "KERAL" +}, { + "coords": [36.533333, 45.150002, 0.0], + "type": "WYP", + "name": "KERCH" +}, { + "coords": [-4.524722, 47.591389, 0.0], + "type": "WYP", + "name": "KEREB" +}, { + "coords": [7.597778, 45.22139, 0.0], + "type": "WYP", + "name": "KERES" +}, { + "coords": [-3.911667, 48.213333, 0.0], + "type": "WYP", + "name": "KERIR" +}, { + "coords": [14.759444, 49.857224, 0.0], + "type": "WYP", + "name": "KERKI" +}, { + "coords": [65.216667, 37.816666, 0.0], + "type": "WYP", + "name": "KERKI" +}, { + "coords": [3.992611, 50.926945, 0.0], + "type": "WYP", + "name": "KERKY" +}, { + "coords": [-69.123055, 13.299167, 0.0], + "type": "WYP", + "name": "KERLI" +}, { + "coords": [15.575277, 45.533054, 0.0], + "type": "WYP", + "name": "KERLO" +}, { + "coords": [25.858334, 38.366665, 0.0], + "type": "WYP", + "name": "KERMA" +}, { + "coords": [20.499166, 56.463055, 0.0], + "type": "WYP", + "name": "KEROR" +}, { + "coords": [3.582778, 52.214443, 0.0], + "type": "WYP", + "name": "KEROS" +}, { + "coords": [-69.691391, 19.035278, 0.0], + "type": "WYP", + "name": "KERSO" +}, { + "coords": [36.005001, 46.970001, 0.0], + "type": "WYP", + "name": "KERTA" +}, { + "coords": [52.138889, 41.857777, 0.0], + "type": "WYP", + "name": "KERUL" +}, { + "coords": [77.770836, 43.478611, 0.0], + "type": "WYP", + "name": "KERUP" +}, { + "coords": [20.549999, 38.700001, 0.0], + "type": "WYP", + "name": "KESAL" +}, { + "coords": [32.833332, 47.766666, 0.0], + "type": "WYP", + "name": "KESAM" +}, { + "coords": [55.566666, 39.283333, 0.0], + "type": "WYP", + "name": "KESEK" +}, { + "coords": [23.181389, 54.290001, 0.0], + "type": "WYP", + "name": "KESIX" +}, { + "coords": [1.737222, 52.540554, 0.0], + "type": "WYP", + "name": "KESON" +}, { + "coords": [13.452653, 49.885788, 0.0], + "type": "WYP", + "name": "KESOR" +}, { + "coords": [60.321667, 49.987499, 0.0], + "type": "WYP", + "name": "KESOT" +}, { + "coords": [34.240002, 47.528332, 0.0], + "type": "WYP", + "name": "KESOT" +}, { + "coords": [9.8875, 54.840557, 0.0], + "type": "WYP", + "name": "KESUR" +}, { + "coords": [21.197222, 64.199112, 0.0], + "type": "WYP", + "name": "KETEL" +}, { + "coords": [-1.873056, 49.323334, 0.0], + "type": "WYP", + "name": "KETIK" +}, { + "coords": [30.083334, 61.799999, 0.0], + "type": "WYP", + "name": "KETOL" +}, { + "coords": [101.150002, 58.966667, 0.0], + "type": "WYP", + "name": "KEZHA" +}, { + "coords": [14.159416, 46.908688, 0.0], + "type": "WYP", + "name": "KFT25" +}, { + "coords": [46.333332, 40.616665, 0.0], + "type": "WYP", + "name": "KHANR" +}, { + "coords": [101.900002, 55.433334, 0.0], + "type": "WYP", + "name": "KHARO" +}, { + "coords": [32.939999, 47.098331, 0.0], + "type": "WYP", + "name": "KHERN" +}, { + "coords": [91.655281, 47.908054, 0.0], + "type": "WYP", + "name": "KHOVD" +}, { + "coords": [30.633333, 51.716667, 0.0], + "type": "WYP", + "name": "KIBER" +}, { + "coords": [-0.546578, 38.60149, 0.0], + "type": "WYP", + "name": "KIBIS" +}, { + "coords": [45.916668, 54.766666, 0.0], + "type": "WYP", + "name": "KIBOR" +}, { + "coords": [-1.361389, 51.771389, 0.0], + "type": "WYP", + "name": "KIDLI" +}, { + "coords": [23.543888, 67.583611, 0.0], + "type": "WYP", + "name": "KIHLA" +}, { + "coords": [-80.057503, 8.885834, 0.0], + "type": "WYP", + "name": "KIKES" +}, { + "coords": [-76.866669, 15.0, 0.0], + "type": "WYP", + "name": "KILER" +}, { + "coords": [38.813332, 43.968334, 0.0], + "type": "WYP", + "name": "KILMI" +}, { + "coords": [13.050555, 50.584999, 0.0], + "type": "WYP", + "name": "KILNU" +}, { + "coords": [-30.391388, 38.465832, 0.0], + "type": "WYP", + "name": "KILO" +}, { + "coords": [47.438332, 45.386665, 0.0], + "type": "WYP", + "name": "KIMAN" +}, { + "coords": [36.491665, 43.741665, 0.0], + "type": "WYP", + "name": "KIMBA" +}, { + "coords": [25.919445, 65.09639, 0.0], + "type": "WYP", + "name": "KIMIS" +}, { + "coords": [13.02, 37.281666, 0.0], + "type": "WYP", + "name": "KIMKO" +}, { + "coords": [-89.162476, 17.652008, 0.0], + "type": "WYP", + "name": "KINAL" +}, { + "coords": [6.755278, 45.33139, 0.0], + "type": "WYP", + "name": "KINES" +}, { + "coords": [-17.549723, 65.925278, 0.0], + "type": "WYP", + "name": "KINNI" +}, { + "coords": [-111.398331, 28.594166, 0.0], + "type": "WYP", + "name": "KINOL" +}, { + "coords": [1.731389, 53.183334, 0.0], + "type": "WYP", + "name": "KIPPA" +}, { + "coords": [46.700001, 54.400002, 0.0], + "type": "WYP", + "name": "KIRAN" +}, { + "coords": [-87.606392, 17.056389, 0.0], + "type": "WYP", + "name": "KIRAP" +}, { + "coords": [12.821667, 48.207779, 0.0], + "type": "WYP", + "name": "KIRDI" +}, { + "coords": [40.166668, 48.783333, 0.0], + "type": "WYP", + "name": "KIRIM" +}, { + "coords": [30.049999, 59.966667, 0.0], + "type": "WYP", + "name": "KIRON" +}, { + "coords": [38.683334, 48.633335, 0.0], + "type": "WYP", + "name": "KIROW" +}, { + "coords": [31.866667, 48.549999, 0.0], + "type": "WYP", + "name": "KIRVD" +}, { + "coords": [43.658333, 45.990002, 0.0], + "type": "WYP", + "name": "KISEL" +}, { + "coords": [-60.99889, 14.168056, 0.0], + "type": "WYP", + "name": "KISES" +}, { + "coords": [-1.949444, 59.508335, 0.0], + "type": "WYP", + "name": "KISTA" +}, { + "coords": [10.383333, 42.330002, 0.0], + "type": "WYP", + "name": "KISTO" +}, { + "coords": [-47.995834, 62.411667, 0.0], + "type": "WYP", + "name": "KITAP" +}, { + "coords": [-70.448059, 18.033333, 0.0], + "type": "WYP", + "name": "KIVED" +}, { + "coords": [34.939999, 48.673332, 0.0], + "type": "WYP", + "name": "KIVER" +}, { + "coords": [-35.0, 65.383331, 0.0], + "type": "WYP", + "name": "KK55" +}, { + "coords": [14.775167, 46.514301, 0.0], + "type": "WYP", + "name": "KLAGY" +}, { + "coords": [-15.770117, 64.655548, 0.0], + "type": "WYP", + "name": "KLAKI" +}, { + "coords": [13.0, 50.433334, 0.0], + "type": "WYP", + "name": "KLF97" +}, { + "coords": [43.066666, 49.583332, 0.0], + "type": "WYP", + "name": "KLODI" +}, { + "coords": [2.828889, 58.389999, 0.0], + "type": "WYP", + "name": "KLONN" +}, { + "coords": [69.099998, 61.033333, 0.0], + "type": "WYP", + "name": "KMANK" +}, { + "coords": [23.4125, 55.233891, 0.0], + "type": "WYP", + "name": "KNA28" +}, { + "coords": [23.729723, 55.564999, 0.0], + "type": "WYP", + "name": "KNA38" +}, { + "coords": [-16.1558, 64.548836, 0.0], + "type": "WYP", + "name": "KOBBI" +}, { + "coords": [-69.708054, 19.454445, 0.0], + "type": "WYP", + "name": "KOBET" +}, { + "coords": [-72.416664, 17.923334, 0.0], + "type": "WYP", + "name": "KOBEX" +}, { + "coords": [-77.571663, 18.01, 0.0], + "type": "WYP", + "name": "KOBIS" +}, { + "coords": [40.200001, 45.349998, 0.0], + "type": "WYP", + "name": "KOBON" +}, { + "coords": [7.116111, 50.866665, 0.0], + "type": "WYP", + "name": "KOBON" +}, { + "coords": [14.240278, 51.739723, 0.0], + "type": "WYP", + "name": "KOBUS" +}, { + "coords": [-79.028336, 19.183332, 0.0], + "type": "WYP", + "name": "KODAK" +}, { + "coords": [-70.142776, 19.136389, 0.0], + "type": "WYP", + "name": "KODIX" +}, { + "coords": [7.669722, 44.942501, 0.0], + "type": "WYP", + "name": "KODOK" +}, { + "coords": [29.183332, 55.240002, 0.0], + "type": "WYP", + "name": "KODON" +}, { + "coords": [1.019722, 43.818611, 0.0], + "type": "WYP", + "name": "KODUL" +}, { + "coords": [55.166668, 48.0, 0.0], + "type": "WYP", + "name": "KODUM" +}, { + "coords": [18.663584, 41.927334, 0.0], + "type": "WYP", + "name": "KOFER" +}, { + "coords": [6.390833, 45.808334, 0.0], + "type": "WYP", + "name": "KOGAS" +}, { + "coords": [17.22961, 60.081112, 0.0], + "type": "WYP", + "name": "KOGAV" +}, { + "coords": [1.436111, 45.724724, 0.0], + "type": "WYP", + "name": "KOGIS" +}, { + "coords": [11.365278, 47.654999, 0.0], + "type": "WYP", + "name": "KOGOL" +}, { + "coords": [25.111389, 66.151665, 0.0], + "type": "WYP", + "name": "KOIVU" +}, { + "coords": [2.5, 51.086113, 0.0], + "type": "WYP", + "name": "KOK06" +}, { + "coords": [2.0, 51.058334, 0.0], + "type": "WYP", + "name": "KOK25" +}, { + "coords": [1.625278, 51.149723, 0.0], + "type": "WYP", + "name": "KOK39" +}, { + "coords": [-2.893889, 58.959721, 0.0], + "type": "WYP", + "name": "KOKAL" +}, { + "coords": [67.644722, 54.3675, 0.0], + "type": "WYP", + "name": "KOKAV" +}, { + "coords": [22.165833, 57.86861, 0.0], + "type": "WYP", + "name": "KOKAX" +}, { + "coords": [23.949722, 64.316666, 0.0], + "type": "WYP", + "name": "KOKIS" +}, { + "coords": [11.69, 54.461388, 0.0], + "type": "WYP", + "name": "KOKOR" +}, { + "coords": [-1.676111, 48.906944, 0.0], + "type": "WYP", + "name": "KOKOS" +}, { + "coords": [23.655001, 49.528332, 0.0], + "type": "WYP", + "name": "KOKUP" +}, { + "coords": [12.852506, 49.338287, 0.0], + "type": "WYP", + "name": "KOLAD" +}, { + "coords": [27.690001, 53.506668, 0.0], + "type": "WYP", + "name": "KOLAK" +}, { + "coords": [70.421112, 42.621113, 0.0], + "type": "WYP", + "name": "KOLAM" +}, { + "coords": [23.766666, 67.332222, 0.0], + "type": "WYP", + "name": "KOLAR" +}, { + "coords": [42.583332, 45.950001, 0.0], + "type": "WYP", + "name": "KOLBA" +}, { + "coords": [12.876111, 51.788887, 0.0], + "type": "WYP", + "name": "KOLEG" +}, { + "coords": [-5.408056, 46.612778, 0.0], + "type": "WYP", + "name": "KOLEK" +}, { + "coords": [32.558334, 45.705002, 0.0], + "type": "WYP", + "name": "KOLET" +}, { + "coords": [3.221389, 54.809166, 0.0], + "type": "WYP", + "name": "KOLEY" +}, { + "coords": [51.506668, 45.676109, 0.0], + "type": "WYP", + "name": "KOLIB" +}, { + "coords": [2.393611, 45.957779, 0.0], + "type": "WYP", + "name": "KOLIR" +}, { + "coords": [16.814667, 56.0, 0.0], + "type": "WYP", + "name": "KOLJA" +}, { + "coords": [14.937834, 54.816582, 0.0], + "type": "WYP", + "name": "KOLOB" +}, { + "coords": [6.953333, 43.721943, 0.0], + "type": "WYP", + "name": "KOLON" +}, { + "coords": [26.958334, 53.456665, 0.0], + "type": "WYP", + "name": "KOLOS" +}, { + "coords": [30.65, 59.75, 0.0], + "type": "WYP", + "name": "KOLPI" +}, { + "coords": [9.441667, 40.718334, 0.0], + "type": "WYP", + "name": "KOLUS" +}, { + "coords": [58.688332, 67.638336, 0.0], + "type": "WYP", + "name": "KOLVA" +}, { + "coords": [28.628334, 46.486668, 0.0], + "type": "WYP", + "name": "KOMAK" +}, { + "coords": [26.216667, 43.983334, 0.0], + "type": "WYP", + "name": "KOMAN" +}, { + "coords": [16.809166, 44.958057, 0.0], + "type": "WYP", + "name": "KOMAR" +}, { + "coords": [2.173611, 49.682499, 0.0], + "type": "WYP", + "name": "KOMEL" +}, { + "coords": [25.004999, 53.376667, 0.0], + "type": "WYP", + "name": "KOMEN" +}, { + "coords": [-6.833333, 52.849445, 0.0], + "type": "WYP", + "name": "KOMER" +}, { + "coords": [2.854167, 52.9925, 0.0], + "type": "WYP", + "name": "KOMIK" +}, { + "coords": [7.1225, 51.664165, 0.0], + "type": "WYP", + "name": "KOMOT" +}, { + "coords": [-15.0, 38.0, 0.0], + "type": "WYP", + "name": "KOMUT" +}, { + "coords": [2.0, 51.130833, 0.0], + "type": "WYP", + "name": "KONAN" +}, { + "coords": [-6.833333, 53.913887, 0.0], + "type": "WYP", + "name": "KONAP" +}, { + "coords": [25.066668, 52.143333, 0.0], + "type": "WYP", + "name": "KONAS" +}, { + "coords": [77.801941, 45.464443, 0.0], + "type": "WYP", + "name": "KONAT" +}, { + "coords": [4.779167, 42.874443, 0.0], + "type": "WYP", + "name": "KONDA" +}, { + "coords": [9.53, 43.505001, 0.0], + "type": "WYP", + "name": "KONER" +}, { + "coords": [15.917027, 59.519138, 0.0], + "type": "WYP", + "name": "KONIK" +}, { + "coords": [6.458333, 46.568333, 0.0], + "type": "WYP", + "name": "KONIL" +}, { + "coords": [28.832397, 44.212055, 0.0], + "type": "WYP", + "name": "KONIM" +}, { + "coords": [11.348056, 47.853611, 0.0], + "type": "WYP", + "name": "KONIN" +}, { + "coords": [-1.776847, 41.033333, 0.0], + "type": "WYP", + "name": "KONKE" +}, { + "coords": [-93.431114, 19.94861, 0.0], + "type": "WYP", + "name": "KONLA" +}, { + "coords": [26.404444, 62.626389, 0.0], + "type": "WYP", + "name": "KONNE" +}, { + "coords": [7.680833, 46.995277, 0.0], + "type": "WYP", + "name": "KONOL" +}, { + "coords": [18.436666, 42.435833, 0.0], + "type": "WYP", + "name": "KONUV" +}, { + "coords": [26.700001, 36.849998, 0.0], + "type": "WYP", + "name": "KOPAR" +}, { + "coords": [-13.0, 44.0, 0.0], + "type": "WYP", + "name": "KOPAS" +}, { + "coords": [18.306389, 42.614723, 0.0], + "type": "WYP", + "name": "KOPAV" +}, { + "coords": [11.641666, 45.153332, 0.0], + "type": "WYP", + "name": "KOPER" +}, { + "coords": [7.986111, 57.256668, 0.0], + "type": "WYP", + "name": "KOPIN" +}, { + "coords": [30.751667, 53.685001, 0.0], + "type": "WYP", + "name": "KOPON" +}, { + "coords": [21.545279, 53.0, 0.0], + "type": "WYP", + "name": "KOPOP" +}, { + "coords": [2.421389, 49.514168, 0.0], + "type": "WYP", + "name": "KOPOR" +}, { + "coords": [16.962769, 46.240391, 0.0], + "type": "WYP", + "name": "KOPRY" +}, { + "coords": [1.137222, 51.542221, 0.0], + "type": "WYP", + "name": "KOPUL" +}, { + "coords": [2.701667, 43.806667, 0.0], + "type": "WYP", + "name": "KORAB" +}, { + "coords": [31.6, 51.443333, 0.0], + "type": "WYP", + "name": "KORAD" +}, { + "coords": [56.0, 43.866943, 0.0], + "type": "WYP", + "name": "KORAG" +}, { + "coords": [-7.793056, 53.395, 0.0], + "type": "WYP", + "name": "KORAK" +}, { + "coords": [41.666668, 43.628334, 0.0], + "type": "WYP", + "name": "KORAL" +}, { + "coords": [-7.865586, 43.653103, 0.0], + "type": "WYP", + "name": "KORAV" +}, { + "coords": [7.414166, 46.850555, 0.0], + "type": "WYP", + "name": "KORED" +}, { + "coords": [32.941666, 47.083332, 0.0], + "type": "WYP", + "name": "KOREG" +}, { + "coords": [33.898335, 63.408333, 0.0], + "type": "WYP", + "name": "KOREL" +}, { + "coords": [-6.550142, 42.797626, 0.0], + "type": "WYP", + "name": "KORET" +}, { + "coords": [-13.0, 54.253334, 0.0], + "type": "WYP", + "name": "KORIB" +}, { + "coords": [17.13163, 49.09024, 0.0], + "type": "WYP", + "name": "KORIT" +}, { + "coords": [22.205, 41.587502, 0.0], + "type": "WYP", + "name": "KORIV" +}, { + "coords": [15.0, 46.833332, 0.0], + "type": "WYP", + "name": "KORLE" +}, { + "coords": [31.25, 49.433334, 0.0], + "type": "WYP", + "name": "KORNA" +}, { + "coords": [36.404999, 45.373333, 0.0], + "type": "WYP", + "name": "KOROG" +}, { + "coords": [-60.691666, 17.218334, 0.0], + "type": "WYP", + "name": "KOROL" +}, { + "coords": [24.883333, 39.108334, 0.0], + "type": "WYP", + "name": "KOROS" +}, { + "coords": [21.928888, 56.574165, 0.0], + "type": "WYP", + "name": "KOROT" +}, { + "coords": [21.503334, 60.296112, 0.0], + "type": "WYP", + "name": "KORPO" +}, { + "coords": [-79.578331, 7.28, 0.0], + "type": "WYP", + "name": "KORPU" +}, { + "coords": [-87.784164, 16.125, 0.0], + "type": "WYP", + "name": "KORTI" +}, { + "coords": [-59.516666, 8.916667, 0.0], + "type": "WYP", + "name": "KORTO" +}, { + "coords": [-6.919728, 44.835232, 0.0], + "type": "WYP", + "name": "KORUL" +}, { + "coords": [29.4, 50.433334, 0.0], + "type": "WYP", + "name": "KORUN" +}, { + "coords": [1.518333, 48.48, 0.0], + "type": "WYP", + "name": "KORVI" +}, { + "coords": [31.533333, 46.316666, 0.0], + "type": "WYP", + "name": "KOSAK" +}, { + "coords": [29.334999, 54.793335, 0.0], + "type": "WYP", + "name": "KOSAN" +}, { + "coords": [12.597777, 54.779999, 0.0], + "type": "WYP", + "name": "KOSEB" +}, { + "coords": [22.011333, 48.384766, 0.0], + "type": "WYP", + "name": "KOSED" +}, { + "coords": [11.0, 70.0, 0.0], + "type": "WYP", + "name": "KOSEK" +}, { + "coords": [17.640556, 55.038334, 0.0], + "type": "WYP", + "name": "KOSEL" +}, { + "coords": [13.6775, 35.127777, 0.0], + "type": "WYP", + "name": "KOSET" +}, { + "coords": [36.328335, 48.226665, 0.0], + "type": "WYP", + "name": "KOSIR" +}, { + "coords": [6.349167, 49.465832, 0.0], + "type": "WYP", + "name": "KOSIT" +}, { + "coords": [20.676111, 59.182777, 0.0], + "type": "WYP", + "name": "KOSKA" +}, { + "coords": [12.730278, 55.015278, 0.0], + "type": "WYP", + "name": "KOSMO" +}, { + "coords": [31.433332, 48.448334, 0.0], + "type": "WYP", + "name": "KOSNA" +}, { + "coords": [-89.475281, 13.917222, 0.0], + "type": "WYP", + "name": "KOSTO" +}, { + "coords": [76.568054, 44.283333, 0.0], + "type": "WYP", + "name": "KOSUR" +}, { + "coords": [14.836667, 56.132751, 0.0], + "type": "WYP", + "name": "KOTAM" +}, { + "coords": [5.690834, 44.602501, 0.0], + "type": "WYP", + "name": "KOTIT" +}, { + "coords": [15.572222, 45.441113, 0.0], + "type": "WYP", + "name": "KOTOR" +}, { + "coords": [3.965278, 53.081112, 0.0], + "type": "WYP", + "name": "KOTTE" +}, { + "coords": [3.871111, 48.724445, 0.0], + "type": "WYP", + "name": "KOTUN" +}, { + "coords": [33.150002, 45.683334, 0.0], + "type": "WYP", + "name": "KOTUR" +}, { + "coords": [19.133333, 43.516666, 0.0], + "type": "WYP", + "name": "KOVAK" +}, { + "coords": [5.816945, 46.391945, 0.0], + "type": "WYP", + "name": "KOVAR" +}, { + "coords": [9.07, 39.645, 0.0], + "type": "WYP", + "name": "KOVAS" +}, { + "coords": [20.502783, 47.847324, 0.0], + "type": "WYP", + "name": "KOVEK" +}, { + "coords": [8.574166, 57.559723, 0.0], + "type": "WYP", + "name": "KOVIK" +}, { + "coords": [3.106389, 49.485832, 0.0], + "type": "WYP", + "name": "KOVIN" +}, { + "coords": [72.080002, 61.313332, 0.0], + "type": "WYP", + "name": "KOWER" +}, { + "coords": [17.551062, 47.512089, 0.0], + "type": "WYP", + "name": "KOXAR" +}, { + "coords": [21.501944, 51.578609, 0.0], + "type": "WYP", + "name": "KOZEN" +}, { + "coords": [24.748751, 40.703304, 0.0], + "type": "WYP", + "name": "KPL14" +}, { + "coords": [-67.716667, 23.5, 0.0], + "type": "WYP", + "name": "KRAFT" +}, { + "coords": [22.734722, 54.941387, 0.0], + "type": "WYP", + "name": "KRAKI" +}, { + "coords": [22.021944, 51.029999, 0.0], + "type": "WYP", + "name": "KRASI" +}, { + "coords": [31.066668, 59.933334, 0.0], + "type": "WYP", + "name": "KREPO" +}, { + "coords": [11.235, 44.774445, 0.0], + "type": "WYP", + "name": "KREVA" +}, { + "coords": [8.255, 48.985001, 0.0], + "type": "WYP", + "name": "KRH13" +}, { + "coords": [34.466667, 48.366665, 0.0], + "type": "WYP", + "name": "KRINA" +}, { + "coords": [29.225, 59.674999, 0.0], + "type": "WYP", + "name": "KRONA" +}, { + "coords": [31.5, 69.683334, 0.0], + "type": "WYP", + "name": "KROTA" +}, { + "coords": [54.876667, 56.491665, 0.0], + "type": "WYP", + "name": "KT88" +}, { + "coords": [6.993611, 53.336388, 0.0], + "type": "WYP", + "name": "KUBAT" +}, { + "coords": [39.5, 59.950001, 0.0], + "type": "WYP", + "name": "KUBEN" +}, { + "coords": [27.696667, 54.588333, 0.0], + "type": "WYP", + "name": "KUBIN" +}, { + "coords": [36.650002, 47.366665, 0.0], + "type": "WYP", + "name": "KUBIR" +}, { + "coords": [36.828335, 50.316666, 0.0], + "type": "WYP", + "name": "KUBOK" +}, { + "coords": [106.48333, 52.299999, 0.0], + "type": "WYP", + "name": "KUDAR" +}, { + "coords": [5.262778, 49.693054, 0.0], + "type": "WYP", + "name": "KUDIN" +}, { + "coords": [46.286667, 41.955002, 0.0], + "type": "WYP", + "name": "KUFAN" +}, { + "coords": [99.0, 57.716667, 0.0], + "type": "WYP", + "name": "KUFIR" +}, { + "coords": [7.620555, 55.0, 0.0], + "type": "WYP", + "name": "KUGAL" +}, { + "coords": [-51.130833, 66.473053, 0.0], + "type": "WYP", + "name": "KUGAM" +}, { + "coords": [22.378963, 46.980637, 0.0], + "type": "WYP", + "name": "KUGET" +}, { + "coords": [54.675556, 44.693054, 0.0], + "type": "WYP", + "name": "KUGIS" +}, { + "coords": [20.320278, 52.106667, 0.0], + "type": "WYP", + "name": "KUKOV" +}, { + "coords": [26.139444, 66.958054, 0.0], + "type": "WYP", + "name": "KUKSA" +}, { + "coords": [54.422501, 45.259445, 0.0], + "type": "WYP", + "name": "KULAG" +}, { + "coords": [66.51667, 40.133335, 0.0], + "type": "WYP", + "name": "KULAN" +}, { + "coords": [15.133611, 45.165279, 0.0], + "type": "WYP", + "name": "KULEN" +}, { + "coords": [12.078055, 52.794724, 0.0], + "type": "WYP", + "name": "KULIM" +}, { + "coords": [18.505404, 47.035458, 0.0], + "type": "WYP", + "name": "KULOG" +}, { + "coords": [41.433334, 45.816666, 0.0], + "type": "WYP", + "name": "KULOM" +}, { + "coords": [12.333055, 56.260555, 0.0], + "type": "WYP", + "name": "KULUD" +}, { + "coords": [26.599445, 66.441109, 0.0], + "type": "WYP", + "name": "KULUS" +}, { + "coords": [16.097221, 51.751945, 0.0], + "type": "WYP", + "name": "KULUV" +}, { + "coords": [36.866665, 66.283333, 0.0], + "type": "WYP", + "name": "KUMEL" +}, { + "coords": [3.384444, 44.331112, 0.0], + "type": "WYP", + "name": "KUMIL" +}, { + "coords": [83.550003, 61.766666, 0.0], + "type": "WYP", + "name": "KUMIR" +}, { + "coords": [7.0, 55.606388, 0.0], + "type": "WYP", + "name": "KUNAR" +}, { + "coords": [56.0, 43.156113, 0.0], + "type": "WYP", + "name": "KUNAS" +}, { + "coords": [26.858334, 52.108334, 0.0], + "type": "WYP", + "name": "KUNIN" +}, { + "coords": [57.278332, 57.494999, 0.0], + "type": "WYP", + "name": "KUNUR" +}, { + "coords": [13.738334, 43.161667, 0.0], + "type": "WYP", + "name": "KUPAR" +}, { + "coords": [4.556111, 47.620556, 0.0], + "type": "WYP", + "name": "KUPOL" +}, { + "coords": [75.283333, 59.75, 0.0], + "type": "WYP", + "name": "KUPON" +}, { + "coords": [61.049999, 44.400002, 0.0], + "type": "WYP", + "name": "KURAB" +}, { + "coords": [-3.593333, 50.819443, 0.0], + "type": "WYP", + "name": "KURAD" +}, { + "coords": [109.76667, 52.549999, 0.0], + "type": "WYP", + "name": "KURBA" +}, { + "coords": [26.831667, 54.671665, 0.0], + "type": "WYP", + "name": "KUREN" +}, { + "coords": [4.900278, 44.725555, 0.0], + "type": "WYP", + "name": "KURIR" +}, { + "coords": [70.800003, 47.983334, 0.0], + "type": "WYP", + "name": "KUROL" +}, { + "coords": [20.148056, 50.631668, 0.0], + "type": "WYP", + "name": "KURON" +}, { + "coords": [32.966667, 48.191666, 0.0], + "type": "WYP", + "name": "KUROR" +}, { + "coords": [31.796667, 50.748333, 0.0], + "type": "WYP", + "name": "KUROS" +}, { + "coords": [28.711666, 54.263332, 0.0], + "type": "WYP", + "name": "KURPI" +}, { + "coords": [55.866665, 48.700001, 0.0], + "type": "WYP", + "name": "KURUL" +}, { + "coords": [74.10833, 40.099998, 0.0], + "type": "WYP", + "name": "KURUM" +}, { + "coords": [24.501667, 49.345001, 0.0], + "type": "WYP", + "name": "KUSAK" +}, { + "coords": [16.471666, 45.148056, 0.0], + "type": "WYP", + "name": "KUSIB" +}, { + "coords": [23.9, 52.123333, 0.0], + "type": "WYP", + "name": "KUSIP" +}, { + "coords": [-5.5, 53.352501, 0.0], + "type": "WYP", + "name": "KUSIT" +}, { + "coords": [2.18, 47.058613, 0.0], + "type": "WYP", + "name": "KUSOS" +}, { + "coords": [65.852776, 50.357777, 0.0], + "type": "WYP", + "name": "KUSOT" +}, { + "coords": [64.777496, 51.738888, 0.0], + "type": "WYP", + "name": "KUSUM" +}, { + "coords": [4.256389, 47.807499, 0.0], + "type": "WYP", + "name": "KUTAN" +}, { + "coords": [59.003613, 49.408333, 0.0], + "type": "WYP", + "name": "KUTET" +}, { + "coords": [103.501663, 53.508335, 0.0], + "type": "WYP", + "name": "KUTIR" +}, { + "coords": [27.172777, 62.821945, 0.0], + "type": "WYP", + "name": "KUTTA" +}, { + "coords": [36.118332, 64.366669, 0.0], + "type": "WYP", + "name": "KUTUL" +}, { + "coords": [25.590834, 60.730278, 0.0], + "type": "WYP", + "name": "KUVAK" +}, { + "coords": [54.650002, 59.016666, 0.0], + "type": "WYP", + "name": "KUVAR" +}, { + "coords": [6.5, 53.734722, 0.0], + "type": "WYP", + "name": "KUVEK" +}, { + "coords": [4.483056, 52.515835, 0.0], + "type": "WYP", + "name": "KUWAY" +}, { + "coords": [46.483334, 55.883335, 0.0], + "type": "WYP", + "name": "KUZIR" +}, { + "coords": [40.966667, 47.400002, 0.0], + "type": "WYP", + "name": "KUZNA" +}, { + "coords": [6.642636, 61.925495, 0.0], + "type": "WYP", + "name": "KVB79" +}, { + "coords": [23.264166, 61.706665, 0.0], + "type": "WYP", + "name": "KYROS" +}, { + "coords": [4.200555, 53.403057, 0.0], + "type": "WYP", + "name": "L10A" +}, { + "coords": [4.231389, 53.456665, 0.0], + "type": "WYP", + "name": "L10B" +}, { + "coords": [4.200833, 53.393055, 0.0], + "type": "WYP", + "name": "L10C" +}, { + "coords": [4.213611, 53.40889, 0.0], + "type": "WYP", + "name": "L10D" +}, { + "coords": [4.235278, 53.431389, 0.0], + "type": "WYP", + "name": "L10E" +}, { + "coords": [4.259444, 53.386391, 0.0], + "type": "WYP", + "name": "L10F" +}, { + "coords": [4.195278, 53.490276, 0.0], + "type": "WYP", + "name": "L10G" +}, { + "coords": [4.269166, 53.493057, 0.0], + "type": "WYP", + "name": "L10K" +}, { + "coords": [4.183611, 53.419167, 0.0], + "type": "WYP", + "name": "L10L" +}, { + "coords": [4.376111, 53.335835, 0.0], + "type": "WYP", + "name": "L11A" +}, { + "coords": [4.489444, 53.4725, 0.0], + "type": "WYP", + "name": "L11B" +}, { + "coords": [4.208333, 53.283333, 0.0], + "type": "WYP", + "name": "L13FC" +}, { + "coords": [4.246389, 53.261944, 0.0], + "type": "WYP", + "name": "L13FD" +}, { + "coords": [4.246666, 53.313057, 0.0], + "type": "WYP", + "name": "L13FE" +}, { + "coords": [4.830833, 53.327221, 0.0], + "type": "WYP", + "name": "L15FA" +}, { + "coords": [4.216111, 53.014168, 0.0], + "type": "WYP", + "name": "L16" +}, { + "coords": [4.496389, 53.960556, 0.0], + "type": "WYP", + "name": "L2FA1" +}, { + "coords": [4.0975, 53.724445, 0.0], + "type": "WYP", + "name": "L4A" +}, { + "coords": [4.001111, 53.676109, 0.0], + "type": "WYP", + "name": "L4B" +}, { + "coords": [4.351111, 53.810833, 0.0], + "type": "WYP", + "name": "L5FA1" +}, { + "coords": [4.082222, 53.599445, 0.0], + "type": "WYP", + "name": "L7A" +}, { + "coords": [4.205278, 53.608334, 0.0], + "type": "WYP", + "name": "L7B" +}, { + "coords": [4.143611, 53.624168, 0.0], + "type": "WYP", + "name": "L7H" +}, { + "coords": [4.175278, 53.572498, 0.0], + "type": "WYP", + "name": "L7N" +}, { + "coords": [4.202222, 53.537224, 0.0], + "type": "WYP", + "name": "L7PQC" +}, { + "coords": [4.468611, 53.5825, 0.0], + "type": "WYP", + "name": "L8A" +}, { + "coords": [4.603611, 53.580833, 0.0], + "type": "WYP", + "name": "L8G" +}, { + "coords": [4.566667, 53.563889, 0.0], + "type": "WYP", + "name": "L8H" +}, { + "coords": [4.561944, 53.640835, 0.0], + "type": "WYP", + "name": "L8P" +}, { + "coords": [13.294306, 58.169388, 0.0], + "type": "WYP", + "name": "LABAN" +}, { + "coords": [83.021667, 54.071667, 0.0], + "type": "WYP", + "name": "LABAT" +}, { + "coords": [14.310547, 50.474724, 0.0], + "type": "WYP", + "name": "LABEG" +}, { + "coords": [6.816389, 53.495834, 0.0], + "type": "WYP", + "name": "LABIL" +}, { + "coords": [13.096666, 44.985001, 0.0], + "type": "WYP", + "name": "LABIN" +}, { + "coords": [-3.123333, 47.123611, 0.0], + "type": "WYP", + "name": "LABOM" +}, { + "coords": [7.458333, 40.926666, 0.0], + "type": "WYP", + "name": "LABRE" +}, { + "coords": [1.123889, 37.274723, 0.0], + "type": "WYP", + "name": "LABRO" +}, { + "coords": [17.410789, 49.498524, 0.0], + "type": "WYP", + "name": "LABUK" +}, { + "coords": [0.904389, 44.29678, 0.0], + "type": "WYP", + "name": "LACOU" +}, { + "coords": [15.120277, 67.526665, 0.0], + "type": "WYP", + "name": "LADAS" +}, { + "coords": [22.804089, 46.782539, 0.0], + "type": "WYP", + "name": "LADES" +}, { + "coords": [35.096668, 49.349998, 0.0], + "type": "WYP", + "name": "LADIK" +}, { + "coords": [35.863335, 59.868332, 0.0], + "type": "WYP", + "name": "LADOK" +}, { + "coords": [15.367089, 50.795277, 0.0], + "type": "WYP", + "name": "LAGAR" +}, { + "coords": [-7.501945, 48.513054, 0.0], + "type": "WYP", + "name": "LAGAT" +}, { + "coords": [8.498333, 44.393333, 0.0], + "type": "WYP", + "name": "LAGEN" +}, { + "coords": [11.063334, 38.991665, 0.0], + "type": "WYP", + "name": "LAGER" +}, { + "coords": [4.226944, 48.900833, 0.0], + "type": "WYP", + "name": "LAGIL" +}, { + "coords": [15.937, 56.554943, 0.0], + "type": "WYP", + "name": "LAGIS" +}, { + "coords": [79.25, 51.831665, 0.0], + "type": "WYP", + "name": "LAGMO" +}, { + "coords": [34.595001, 53.830002, 0.0], + "type": "WYP", + "name": "LAGOD" +}, { + "coords": [-1.844167, 46.5, 0.0], + "type": "WYP", + "name": "LAGOR" +}, { + "coords": [9.531389, 47.541111, 0.0], + "type": "WYP", + "name": "LAGOS" +}, { + "coords": [-90.068703, 14.516042, 0.0], + "type": "WYP", + "name": "LAGOX" +}, { + "coords": [25.141666, 49.658333, 0.0], + "type": "WYP", + "name": "LAGUN" +}, { + "coords": [13.176945, 45.640278, 0.0], + "type": "WYP", + "name": "LAGUN" +}, { + "coords": [-90.281044, 17.070236, 0.0], + "type": "WYP", + "name": "LAGUN" +}, { + "coords": [8.501945, 50.450832, 0.0], + "type": "WYP", + "name": "LAHNE" +}, { + "coords": [66.783333, 39.883335, 0.0], + "type": "WYP", + "name": "LAISH" +}, { + "coords": [76.91111, 43.204445, 0.0], + "type": "WYP", + "name": "LAKEL" +}, { + "coords": [-2.981111, 54.238888, 0.0], + "type": "WYP", + "name": "LAKEY" +}, { + "coords": [18.0975, 45.602222, 0.0], + "type": "WYP", + "name": "LAKIK" +}, { + "coords": [30.283333, 51.450001, 0.0], + "type": "WYP", + "name": "LAKTA" +}, { + "coords": [23.876389, 60.438057, 0.0], + "type": "WYP", + "name": "LAKUT" +}, { + "coords": [75.837219, 48.99472, 0.0], + "type": "WYP", + "name": "LALAS" +}, { + "coords": [49.753056, 38.270832, 0.0], + "type": "WYP", + "name": "LALDA" +}, { + "coords": [12.828333, 48.928612, 0.0], + "type": "WYP", + "name": "LALIN" +}, { + "coords": [17.153698, 47.980068, 0.0], + "type": "WYP", + "name": "LALTA" +}, { + "coords": [-0.365833, 51.958889, 0.0], + "type": "WYP", + "name": "LAM27" +}, { + "coords": [-0.555278, 52.071945, 0.0], + "type": "WYP", + "name": "LAM37" +}, { + "coords": [20.672777, 56.823612, 0.0], + "type": "WYP", + "name": "LAMAG" +}, { + "coords": [-2.439722, 48.527222, 0.0], + "type": "WYP", + "name": "LAMBA" +}, { + "coords": [23.216667, 40.983334, 0.0], + "type": "WYP", + "name": "LAMBI" +}, { + "coords": [-5.5, 53.583332, 0.0], + "type": "WYP", + "name": "LAMBU" +}, { + "coords": [14.007083, 55.050388, 0.0], + "type": "WYP", + "name": "LAMDA" +}, { + "coords": [-2.7675, 55.858334, 0.0], + "type": "WYP", + "name": "LAMMA" +}, { + "coords": [21.036667, 63.538612, 0.0], + "type": "WYP", + "name": "LAMPI" +}, { + "coords": [13.648889, 48.618332, 0.0], + "type": "WYP", + "name": "LAMSI" +}, { + "coords": [2.750589, 41.684532, 0.0], + "type": "WYP", + "name": "LANDA" +}, { + "coords": [-86.901947, 17.918333, 0.0], + "type": "WYP", + "name": "LANDA" +}, { + "coords": [12.273928, 48.596359, 0.0], + "type": "WYP", + "name": "LANDU" +}, { + "coords": [11.066667, 50.324444, 0.0], + "type": "WYP", + "name": "LANGI" +}, { + "coords": [41.150002, 49.816666, 0.0], + "type": "WYP", + "name": "LANIT" +}, { + "coords": [7.106667, 62.275555, 0.0], + "type": "WYP", + "name": "LANKO" +}, { + "coords": [13.888333, 42.341946, 0.0], + "type": "WYP", + "name": "LANNO" +}, { + "coords": [68.918335, 41.192501, 0.0], + "type": "WYP", + "name": "LANOL" +}, { + "coords": [62.678333, 54.093334, 0.0], + "type": "WYP", + "name": "LANOR" +}, { + "coords": [102.199997, 65.123337, 0.0], + "type": "WYP", + "name": "LANSI" +}, { + "coords": [7.389444, 45.295555, 0.0], + "type": "WYP", + "name": "LANSO" +}, { + "coords": [62.543335, 49.558887, 0.0], + "type": "WYP", + "name": "LANUK" +}, { + "coords": [7.697222, 55.0, 0.0], + "type": "WYP", + "name": "LANUL" +}, { + "coords": [40.544998, 59.900002, 0.0], + "type": "WYP", + "name": "LAPEK" +}, { + "coords": [-8.0, 47.0, 0.0], + "type": "WYP", + "name": "LAPEX" +}, { + "coords": [20.47875, 63.905777, 0.0], + "type": "WYP", + "name": "LAPIX" +}, { + "coords": [26.509075, 45.292645, 0.0], + "type": "WYP", + "name": "LAPKA" +}, { + "coords": [29.483334, 54.674999, 0.0], + "type": "WYP", + "name": "LAPKI" +}, { + "coords": [2.8575, 43.416668, 0.0], + "type": "WYP", + "name": "LAPRO" +}, { + "coords": [14.305472, 58.920528, 0.0], + "type": "WYP", + "name": "LAPSI" +}, { + "coords": [25.933056, 63.739445, 0.0], + "type": "WYP", + "name": "LAPSU" +}, { + "coords": [29.131666, 46.478333, 0.0], + "type": "WYP", + "name": "LAPTA" +}, { + "coords": [87.006668, 66.988335, 0.0], + "type": "WYP", + "name": "LAPTI" +}, { + "coords": [6.333889, 42.001389, 0.0], + "type": "WYP", + "name": "LARAP" +}, { + "coords": [4.697222, 51.834446, 0.0], + "type": "WYP", + "name": "LARAS" +}, { + "coords": [23.870001, 42.508335, 0.0], + "type": "WYP", + "name": "LARAT" +}, { + "coords": [79.21167, 43.448055, 0.0], + "type": "WYP", + "name": "LARBA" +}, { + "coords": [9.193055, 51.885555, 0.0], + "type": "WYP", + "name": "LARBU" +}, { + "coords": [-1.301186, 42.153774, 0.0], + "type": "WYP", + "name": "LARDA" +}, { + "coords": [5.798889, 50.419167, 0.0], + "type": "WYP", + "name": "LARED" +}, { + "coords": [7.5, 58.232498, 0.0], + "type": "WYP", + "name": "LAREM" +}, { + "coords": [12.061666, 45.278332, 0.0], + "type": "WYP", + "name": "LAREN" +}, { + "coords": [10.882222, 51.728889, 0.0], + "type": "WYP", + "name": "LARET" +}, { + "coords": [44.433334, 40.633335, 0.0], + "type": "WYP", + "name": "LARIS" +}, { + "coords": [26.838888, 37.400002, 0.0], + "type": "WYP", + "name": "LARKI" +}, { + "coords": [16.501499, 55.27425, 0.0], + "type": "WYP", + "name": "LARMA" +}, { + "coords": [3.881389, 48.920277, 0.0], + "type": "WYP", + "name": "LARMI" +}, { + "coords": [89.866669, 54.200001, 0.0], + "type": "WYP", + "name": "LARNA" +}, { + "coords": [31.443333, 44.310001, 0.0], + "type": "WYP", + "name": "LAROM" +}, { + "coords": [2.198333, 46.227501, 0.0], + "type": "WYP", + "name": "LARON" +}, { + "coords": [-64.11235, 18.205462, 0.0], + "type": "WYP", + "name": "LARPP" +}, { + "coords": [-3.591667, 48.516388, 0.0], + "type": "WYP", + "name": "LARSI" +}, { + "coords": [6.684166, 48.15889, 0.0], + "type": "WYP", + "name": "LASAT" +}, { + "coords": [12.454445, 56.113335, 0.0], + "type": "WYP", + "name": "LASGI" +}, { + "coords": [48.961666, 41.648335, 0.0], + "type": "WYP", + "name": "LASIR" +}, { + "coords": [35.266666, 43.041668, 0.0], + "type": "WYP", + "name": "LASKU" +}, { + "coords": [12.011695, 56.92836, 0.0], + "type": "WYP", + "name": "LASLI" +}, { + "coords": [14.547697, 45.888542, 0.0], + "type": "WYP", + "name": "LASLO" +}, { + "coords": [20.215279, 56.435276, 0.0], + "type": "WYP", + "name": "LASMA" +}, { + "coords": [-9.0, 48.598331, 0.0], + "type": "WYP", + "name": "LASNO" +}, { + "coords": [7.565556, 47.414444, 0.0], + "type": "WYP", + "name": "LASON" +}, { + "coords": [6.621666, 46.537777, 0.0], + "type": "WYP", + "name": "LASRA" +}, { + "coords": [10.9775, 51.013889, 0.0], + "type": "WYP", + "name": "LASTO" +}, { + "coords": [7.001667, 44.584167, 0.0], + "type": "WYP", + "name": "LASUR" +}, { + "coords": [4.239167, 45.03389, 0.0], + "type": "WYP", + "name": "LATAM" +}, { + "coords": [19.0, 39.293335, 0.0], + "type": "WYP", + "name": "LATAN" +}, { + "coords": [-0.656944, 42.875, 0.0], + "type": "WYP", + "name": "LATEK" +}, { + "coords": [25.779167, 58.180279, 0.0], + "type": "WYP", + "name": "LATKA" +}, { + "coords": [66.740837, 52.418888, 0.0], + "type": "WYP", + "name": "LATKO" +}, { + "coords": [35.878334, 47.128334, 0.0], + "type": "WYP", + "name": "LATOR" +}, { + "coords": [-10.0, 37.0, 0.0], + "type": "WYP", + "name": "LATRU" +}, { + "coords": [3.702222, 48.157223, 0.0], + "type": "WYP", + "name": "LAULY" +}, { + "coords": [3.362306, 48.947807, 0.0], + "type": "WYP", + "name": "LAURA" +}, { + "coords": [3.568356, 40.309967, 0.0], + "type": "WYP", + "name": "LAVAL" +}, { + "coords": [25.736666, 54.691387, 0.0], + "type": "WYP", + "name": "LAVAR" +}, { + "coords": [9.050834, 57.799999, 0.0], + "type": "WYP", + "name": "LAVKO" +}, { + "coords": [17.712223, 68.814445, 0.0], + "type": "WYP", + "name": "LAVNA" +}, { + "coords": [42.316666, 64.183334, 0.0], + "type": "WYP", + "name": "LBAZA" +}, { + "coords": [9.826164, 53.592636, 0.0], + "type": "WYP", + "name": "LBE09" +}, { + "coords": [48.543335, 52.685001, 0.0], + "type": "WYP", + "name": "LEBAT" +}, { + "coords": [66.916664, 57.058334, 0.0], + "type": "WYP", + "name": "LEBED" +}, { + "coords": [-1.019167, 47.635555, 0.0], + "type": "WYP", + "name": "LEBRA" +}, { + "coords": [6.733611, 51.13361, 0.0], + "type": "WYP", + "name": "LEBTI" +}, { + "coords": [1.016056, 45.699471, 0.0], + "type": "WYP", + "name": "LECAR" +}, { + "coords": [-69.895554, 18.225, 0.0], + "type": "WYP", + "name": "LECKY" +}, { + "coords": [-0.44, 53.875832, 0.0], + "type": "WYP", + "name": "LECND" +}, { + "coords": [9.675834, 39.284168, 0.0], + "type": "WYP", + "name": "LEDRO" +}, { + "coords": [8.061666, 50.609165, 0.0], + "type": "WYP", + "name": "LEDSA" +}, { + "coords": [26.111666, 59.974998, 0.0], + "type": "WYP", + "name": "LEDUN" +}, { + "coords": [13.387892, 51.747196, 0.0], + "type": "WYP", + "name": "LEG39" +}, { + "coords": [20.854723, 52.426666, 0.0], + "type": "WYP", + "name": "LEGIO" +}, { + "coords": [12.791945, 53.754444, 0.0], + "type": "WYP", + "name": "LEGSA" +}, { + "coords": [-21.753334, 64.431114, 0.0], + "type": "WYP", + "name": "LEIRA" +}, { + "coords": [4.767222, 51.924168, 0.0], + "type": "WYP", + "name": "LEKKO" +}, { + "coords": [75.817497, 45.116943, 0.0], + "type": "WYP", + "name": "LEKLU" +}, { + "coords": [11.980833, 50.021667, 0.0], + "type": "WYP", + "name": "LEKMI" +}, { + "coords": [6.908889, 53.441666, 0.0], + "type": "WYP", + "name": "LEKMO" +}, { + "coords": [15.130639, 57.359806, 0.0], + "type": "WYP", + "name": "LEKSI" +}, { + "coords": [24.346666, 61.691944, 0.0], + "type": "WYP", + "name": "LEKSU" +}, { + "coords": [6.841667, 43.346111, 0.0], + "type": "WYP", + "name": "LELDI" +}, { + "coords": [-0.622778, 49.063057, 0.0], + "type": "WYP", + "name": "LEMAR" +}, { + "coords": [68.283333, 63.099998, 0.0], + "type": "WYP", + "name": "LEMAT" +}, { + "coords": [3.048333, 46.508335, 0.0], + "type": "WYP", + "name": "LEMIN" +}, { + "coords": [-88.707222, 13.551666, 0.0], + "type": "WYP", + "name": "LEMPA" +}, { + "coords": [6.283333, 50.616665, 0.0], + "type": "WYP", + "name": "LENDO" +}, { + "coords": [40.013332, 45.431667, 0.0], + "type": "WYP", + "name": "LENIR" +}, { + "coords": [35.788334, 45.363335, 0.0], + "type": "WYP", + "name": "LENKA" +}, { + "coords": [44.485001, 42.115002, 0.0], + "type": "WYP", + "name": "LENNI" +}, { + "coords": [-67.126007, 21.265444, 0.0], + "type": "WYP", + "name": "LENNT" +}, { + "coords": [27.443333, 54.551666, 0.0], + "type": "WYP", + "name": "LENOK" +}, { + "coords": [-72.669998, 17.0, 0.0], + "type": "WYP", + "name": "LENOM" +}, { + "coords": [-82.306664, 20.823334, 0.0], + "type": "WYP", + "name": "LENOS" +}, { + "coords": [21.010258, 49.336262, 0.0], + "type": "WYP", + "name": "LENOV" +}, { + "coords": [60.376667, 51.814999, 0.0], + "type": "WYP", + "name": "LENTA" +}, { + "coords": [-86.0, 22.631666, 0.0], + "type": "WYP", + "name": "LENUK" +}, { + "coords": [15.026964, 47.363689, 0.0], + "type": "WYP", + "name": "LEOBE" +}, { + "coords": [13.036667, 43.294998, 0.0], + "type": "WYP", + "name": "LEONN" +}, { + "coords": [-87.651108, 14.102222, 0.0], + "type": "WYP", + "name": "LEPAX" +}, { + "coords": [-7.191842, 37.165424, 0.0], + "type": "WYP", + "name": "LEPES" +}, { + "coords": [8.639167, 43.481388, 0.0], + "type": "WYP", + "name": "LEPRA" +}, { + "coords": [54.025276, 46.913055, 0.0], + "type": "WYP", + "name": "LEPSI" +}, { + "coords": [-2.419722, 49.033333, 0.0], + "type": "WYP", + "name": "LERAK" +}, { + "coords": [-104.176392, 24.985834, 0.0], + "type": "WYP", + "name": "LEREN" +}, { + "coords": [3.750278, 45.257221, 0.0], + "type": "WYP", + "name": "LERGA" +}, { + "coords": [-84.407776, 16.340279, 0.0], + "type": "WYP", + "name": "LERIK" +}, { + "coords": [7.450972, 43.397083, 0.0], + "type": "WYP", + "name": "LERIN" +}, { + "coords": [-90.924721, 20.270555, 0.0], + "type": "WYP", + "name": "LERMA" +}, { + "coords": [-103.086945, 20.171944, 0.0], + "type": "WYP", + "name": "LEROK" +}, { + "coords": [-81.625, 18.666666, 0.0], + "type": "WYP", + "name": "LEROL" +}, { + "coords": [-104.053055, 22.771111, 0.0], + "type": "WYP", + "name": "LEROX" +}, { + "coords": [12.813245, 52.20668, 0.0], + "type": "WYP", + "name": "LERSI" +}, { + "coords": [8.708611, 44.807777, 0.0], + "type": "WYP", + "name": "LESAN" +}, { + "coords": [3.318056, 49.808334, 0.0], + "type": "WYP", + "name": "LESDO" +}, { + "coords": [-91.654442, 22.971945, 0.0], + "type": "WYP", + "name": "LESIS" +}, { + "coords": [55.849998, 57.200001, 0.0], + "type": "WYP", + "name": "LESNO" +}, { + "coords": [-80.123337, 20.0, 0.0], + "type": "WYP", + "name": "LESOM" +}, { + "coords": [44.341667, 47.93, 0.0], + "type": "WYP", + "name": "LESOT" +}, { + "coords": [3.961389, 46.099167, 0.0], + "type": "WYP", + "name": "LESPI" +}, { + "coords": [-1.071944, 52.740833, 0.0], + "type": "WYP", + "name": "LESTA" +}, { + "coords": [103.510002, 50.198334, 0.0], + "type": "WYP", + "name": "LETBI" +}, { + "coords": [68.533333, 55.200001, 0.0], + "type": "WYP", + "name": "LETIK" +}, { + "coords": [15.349359, 45.635868, 0.0], + "type": "WYP", + "name": "LETLI" +}, { + "coords": [-106.734726, 26.707777, 0.0], + "type": "WYP", + "name": "LETOL" +}, { + "coords": [30.799999, 50.766666, 0.0], + "type": "WYP", + "name": "LETOR" +}, { + "coords": [-76.91333, 17.528334, 0.0], + "type": "WYP", + "name": "LETUM" +}, { + "coords": [-81.583336, 15.0, 0.0], + "type": "WYP", + "name": "LEVOR" +}, { + "coords": [39.09, 43.349998, 0.0], + "type": "WYP", + "name": "LEZON" +}, { + "coords": [38.966667, 48.503334, 0.0], + "type": "WYP", + "name": "LGNSK" +}, { + "coords": [-102.21611, 23.618889, 0.0], + "type": "WYP", + "name": "LIBAR" +}, { + "coords": [24.388981, 47.003845, 0.0], + "type": "WYP", + "name": "LIBDO" +}, { + "coords": [-82.404442, 23.226389, 0.0], + "type": "WYP", + "name": "LIBER" +}, { + "coords": [-104.230553, 19.820555, 0.0], + "type": "WYP", + "name": "LIBET" +}, { + "coords": [-87.26667, 13.613334, 0.0], + "type": "WYP", + "name": "LIBIS" +}, { + "coords": [-98.149719, 25.1975, 0.0], + "type": "WYP", + "name": "LIBOX" +}, { + "coords": [14.465, 37.621666, 0.0], + "type": "WYP", + "name": "LIBRO" +}, { + "coords": [-0.189917, 44.889668, 0.0], + "type": "WYP", + "name": "LIBRU" +}, { + "coords": [14.351633, 49.807808, 0.0], + "type": "WYP", + "name": "LIBSI" +}, { + "coords": [-1.839167, 53.0625, 0.0], + "type": "WYP", + "name": "LIC19" +}, { + "coords": [-95.0, 21.865833, 0.0], + "type": "WYP", + "name": "LIDAM" +}, { + "coords": [-96.146385, 20.025, 0.0], + "type": "WYP", + "name": "LIDAR" +}, { + "coords": [74.875, 62.555, 0.0], + "type": "WYP", + "name": "LIDER" +}, { + "coords": [-86.0, 22.364445, 0.0], + "type": "WYP", + "name": "LIDIX" +}, { + "coords": [-62.279953, 16.889664, 0.0], + "type": "WYP", + "name": "LIDOK" +}, { + "coords": [-73.199722, 15.07, 0.0], + "type": "WYP", + "name": "LIDOL" +}, { + "coords": [45.5, 40.566666, 0.0], + "type": "WYP", + "name": "LIDOR" +}, { + "coords": [11.000278, 50.840557, 0.0], + "type": "WYP", + "name": "LIDVI" +}, { + "coords": [-5.5, 53.48, 0.0], + "type": "WYP", + "name": "LIFFY" +}, { + "coords": [71.143608, 50.760834, 0.0], + "type": "WYP", + "name": "LIGMO" +}, { + "coords": [29.616667, 43.716667, 0.0], + "type": "WYP", + "name": "LIGRO" +}, { + "coords": [-2.0, 35.833332, 0.0], + "type": "WYP", + "name": "LIGUM" +}, { + "coords": [8.976666, 43.543335, 0.0], + "type": "WYP", + "name": "LIGUR" +}, { + "coords": [89.908333, 51.669998, 0.0], + "type": "WYP", + "name": "LIKAR" +}, { + "coords": [11.023056, 50.109165, 0.0], + "type": "WYP", + "name": "LIKLA" +}, { + "coords": [12.918333, 45.241665, 0.0], + "type": "WYP", + "name": "LILEE" +}, { + "coords": [-51.431389, 67.436386, 0.0], + "type": "WYP", + "name": "LILGO" +}, { + "coords": [5.348333, 52.473331, 0.0], + "type": "WYP", + "name": "LILSI" +}, { + "coords": [-31.679445, 39.501389, 0.0], + "type": "WYP", + "name": "LIMA" +}, { + "coords": [27.467777, 58.843334, 0.0], + "type": "WYP", + "name": "LIMAK" +}, { + "coords": [37.25, 44.400002, 0.0], + "type": "WYP", + "name": "LIMAS" +}, { + "coords": [-81.406944, 22.810278, 0.0], + "type": "WYP", + "name": "LIMAS" +}, { + "coords": [9.332778, 44.926666, 0.0], + "type": "WYP", + "name": "LIMBA" +}, { + "coords": [-61.625, 14.196667, 0.0], + "type": "WYP", + "name": "LIMBO" +}, { + "coords": [8.375, 50.453335, 0.0], + "type": "WYP", + "name": "LIMBU" +}, { + "coords": [37.883335, 48.900002, 0.0], + "type": "WYP", + "name": "LIMIT" +}, { + "coords": [44.5, 49.0, 0.0], + "type": "WYP", + "name": "LIMON" +}, { + "coords": [14.399103, 47.949451, 0.0], + "type": "WYP", + "name": "LIMRA" +}, { + "coords": [1.153056, 45.529446, 0.0], + "type": "WYP", + "name": "LINAK" +}, { + "coords": [57.633335, 40.783333, 0.0], + "type": "WYP", + "name": "LINDA" +}, { + "coords": [-10.0, 62.621666, 0.0], + "type": "WYP", + "name": "LINDA" +}, { + "coords": [4.128611, 52.099445, 0.0], + "type": "WYP", + "name": "LINDA" +}, { + "coords": [-1.049167, 51.470554, 0.0], + "type": "WYP", + "name": "LINDY" +}, { + "coords": [24.549999, 34.516666, 0.0], + "type": "WYP", + "name": "LINGI" +}, { + "coords": [6.253056, 49.681389, 0.0], + "type": "WYP", + "name": "LINNA" +}, { + "coords": [10.891666, 51.659168, 0.0], + "type": "WYP", + "name": "LINSI" +}, { + "coords": [-5.954444, 35.833332, 0.0], + "type": "WYP", + "name": "LINTO" +}, { + "coords": [7.227222, 57.0, 0.0], + "type": "WYP", + "name": "LINVI" +}, { + "coords": [5.845833, 49.529999, 0.0], + "type": "WYP", + "name": "LIPNI" +}, { + "coords": [-2.8399, 40.487366, 0.0], + "type": "WYP", + "name": "LIPOR" +}, { + "coords": [21.586292, 46.106503, 0.0], + "type": "WYP", + "name": "LIPOV" +}, { + "coords": [21.618999, 43.663918, 0.0], + "type": "WYP", + "name": "LIPOV" +}, { + "coords": [78.666946, 46.302223, 0.0], + "type": "WYP", + "name": "LIPSI" +}, { + "coords": [3.679445, 45.746387, 0.0], + "type": "WYP", + "name": "LIRGU" +}, { + "coords": [-1.85, 61.0, 0.0], + "type": "WYP", + "name": "LIRKI" +}, { + "coords": [5.814167, 46.570835, 0.0], + "type": "WYP", + "name": "LIRKO" +}, { + "coords": [2.492997, 40.18116, 0.0], + "type": "WYP", + "name": "LISAS" +}, { + "coords": [-6.09, 54.525002, 0.0], + "type": "WYP", + "name": "LISBO" +}, { + "coords": [4.496389, 53.960556, 0.0], + "type": "WYP", + "name": "LISET" +}, { + "coords": [0.401944, 49.103333, 0.0], + "type": "WYP", + "name": "LISEU" +}, { + "coords": [30.756666, 46.323334, 0.0], + "type": "WYP", + "name": "LISKA" +}, { + "coords": [14.132222, 43.571667, 0.0], + "type": "WYP", + "name": "LISKO" +}, { + "coords": [5.778056, 46.870556, 0.0], + "type": "WYP", + "name": "LISMO" +}, { + "coords": [43.349998, 49.416668, 0.0], + "type": "WYP", + "name": "LISOT" +}, { + "coords": [-85.497498, 11.39, 0.0], + "type": "WYP", + "name": "LISPA" +}, { + "coords": [20.096111, 52.663055, 0.0], + "type": "WYP", + "name": "LISSU" +}, { + "coords": [19.59852, 48.230537, 0.0], + "type": "WYP", + "name": "LITKU" +}, { + "coords": [66.370003, 56.605, 0.0], + "type": "WYP", + "name": "LITON" +}, { + "coords": [59.366665, 39.901669, 0.0], + "type": "WYP", + "name": "LITOR" +}, { + "coords": [23.654722, 66.31778, 0.0], + "type": "WYP", + "name": "LITOR" +}, { + "coords": [74.5, 59.333332, 0.0], + "type": "WYP", + "name": "LITUN" +}, { + "coords": [-82.936668, 1.416667, 0.0], + "type": "WYP", + "name": "LIXAS" +}, { + "coords": [-4.330278, 49.590279, 0.0], + "type": "WYP", + "name": "LIZAD" +}, { + "coords": [70.583336, 65.666664, 0.0], + "type": "WYP", + "name": "LIZIN" +}, { + "coords": [11.756036, 47.11507, 0.0], + "type": "WYP", + "name": "LIZUM" +}, { + "coords": [-102.00528, 22.641111, 0.0], + "type": "WYP", + "name": "LLANO" +}, { + "coords": [6.216667, 50.633335, 0.0], + "type": "WYP", + "name": "LMA45" +}, { + "coords": [-5.801111, 49.516388, 0.0], + "type": "WYP", + "name": "LND38" +}, { + "coords": [-6.399167, 49.538887, 0.0], + "type": "WYP", + "name": "LND46" +}, { + "coords": [5.923947, 50.43988, 0.0], + "type": "WYP", + "name": "LNO12" +}, { + "coords": [13.324166, 48.319721, 0.0], + "type": "WYP", + "name": "LNZ32" +}, { + "coords": [13.461147, 48.56554, 0.0], + "type": "WYP", + "name": "LNZ33" +}, { + "coords": [11.498055, 57.318054, 0.0], + "type": "WYP", + "name": "LOBBI" +}, { + "coords": [43.108334, 42.181667, 0.0], + "type": "WYP", + "name": "LOBIN" +}, { + "coords": [-65.11972, 18.755556, 0.0], + "type": "WYP", + "name": "LOBOZ" +}, { + "coords": [14.320278, 53.618889, 0.0], + "type": "WYP", + "name": "LOBSU" +}, { + "coords": [-73.51667, 19.316668, 0.0], + "type": "WYP", + "name": "LODMA" +}, { + "coords": [18.624445, 53.736946, 0.0], + "type": "WYP", + "name": "LODNI" +}, { + "coords": [-88.91333, 1.416667, 0.0], + "type": "WYP", + "name": "LOGAL" +}, { + "coords": [1.611944, 51.747501, 0.0], + "type": "WYP", + "name": "LOGAN" +}, { + "coords": [-60.145, 12.145, 0.0], + "type": "WYP", + "name": "LOGAN" +}, { + "coords": [4.217222, 53.013889, 0.0], + "type": "WYP", + "name": "LOGGE" +}, { + "coords": [5.178056, 43.703056, 0.0], + "type": "WYP", + "name": "LOGIS" +}, { + "coords": [5.092778, 46.243057, 0.0], + "type": "WYP", + "name": "LOGNI" +}, { + "coords": [89.296669, 67.176666, 0.0], + "type": "WYP", + "name": "LOGOS" +}, { + "coords": [-3.899336, 39.0, 0.0], + "type": "WYP", + "name": "LOGRO" +}, { + "coords": [12.177195, 57.773472, 0.0], + "type": "WYP", + "name": "LOGSA" +}, { + "coords": [9.486389, 50.066944, 0.0], + "type": "WYP", + "name": "LOHRE" +}, { + "coords": [22.991388, 61.220001, 0.0], + "type": "WYP", + "name": "LOIMA" +}, { + "coords": [-4.153917, 37.207275, 0.0], + "type": "WYP", + "name": "LOJAS" +}, { + "coords": [29.41, 47.901669, 0.0], + "type": "WYP", + "name": "LOKAR" +}, { + "coords": [-82.525276, 9.4275, 0.0], + "type": "WYP", + "name": "LOKAR" +}, { + "coords": [18.339445, 41.494999, 0.0], + "type": "WYP", + "name": "LOKDI" +}, { + "coords": [27.605833, 36.165554, 0.0], + "type": "WYP", + "name": "LOKNA" +}, { + "coords": [75.34333, 61.564999, 0.0], + "type": "WYP", + "name": "LOKON" +}, { + "coords": [19.18, 44.571667, 0.0], + "type": "WYP", + "name": "LOKSI" +}, { + "coords": [15.5, 40.366665, 0.0], + "type": "WYP", + "name": "LOMAT" +}, { + "coords": [54.316666, 63.833332, 0.0], + "type": "WYP", + "name": "LOMBO" +}, { + "coords": [-7.296025, 42.852798, 0.0], + "type": "WYP", + "name": "LOMDA" +}, { + "coords": [-4.58, 56.062778, 0.0], + "type": "WYP", + "name": "LOMON" +}, { + "coords": [23.25, 43.833332, 0.0], + "type": "WYP", + "name": "LOMOS" +}, { + "coords": [-100.930557, 23.778889, 0.0], + "type": "WYP", + "name": "LOMSA" +}, { + "coords": [3.9425, 53.839443, 0.0], + "type": "WYP", + "name": "LONAM" +}, { + "coords": [15.543612, 38.276669, 0.0], + "type": "WYP", + "name": "LONDA" +}, { + "coords": [0.771389, 48.490276, 0.0], + "type": "WYP", + "name": "LONGI" +}, { + "coords": [96.666664, 54.75, 0.0], + "type": "WYP", + "name": "LONKA" +}, { + "coords": [22.319645, 48.339859, 0.0], + "type": "WYP", + "name": "LONLA" +}, { + "coords": [11.098333, 50.075001, 0.0], + "type": "WYP", + "name": "LONLI" +}, { + "coords": [8.023889, 42.776943, 0.0], + "type": "WYP", + "name": "LONSU" +}, { + "coords": [89.328331, 63.103333, 0.0], + "type": "WYP", + "name": "LONZA" +}, { + "coords": [5.129167, 51.930832, 0.0], + "type": "WYP", + "name": "LOPIK" +}, { + "coords": [9.341945, 49.13028, 0.0], + "type": "WYP", + "name": "LOPNI" +}, { + "coords": [22.5, 40.293335, 0.0], + "type": "WYP", + "name": "LOPOS" +}, { + "coords": [13.21133, 52.898537, 0.0], + "type": "WYP", + "name": "LORBO" +}, { + "coords": [15.616667, 36.5, 0.0], + "type": "WYP", + "name": "LORED" +}, { + "coords": [76.48333, 60.349998, 0.0], + "type": "WYP", + "name": "LOREK" +}, { + "coords": [-0.052778, 52.013889, 0.0], + "type": "WYP", + "name": "LOREL" +}, { + "coords": [2.689683, 40.5, 0.0], + "type": "WYP", + "name": "LORES" +}, { + "coords": [-88.749168, 17.587223, 0.0], + "type": "WYP", + "name": "LORGO" +}, { + "coords": [37.016666, 61.25, 0.0], + "type": "WYP", + "name": "LORKA" +}, { + "coords": [0.785556, 54.5, 0.0], + "type": "WYP", + "name": "LORLA" +}, { + "coords": [42.883335, 43.650002, 0.0], + "type": "WYP", + "name": "LORNA" +}, { + "coords": [19.0, 37.400002, 0.0], + "type": "WYP", + "name": "LORNO" +}, { + "coords": [3.230444, 49.415833, 0.0], + "type": "WYP", + "name": "LORTA" +}, { + "coords": [11.439167, 48.400555, 0.0], + "type": "WYP", + "name": "LORTI" +}, { + "coords": [3.362222, 48.947498, 0.0], + "type": "WYP", + "name": "LORTO" +}, { + "coords": [24.068056, 64.273613, 0.0], + "type": "WYP", + "name": "LOSON" +}, { + "coords": [72.583336, 62.799999, 0.0], + "type": "WYP", + "name": "LOSVA" +}, { + "coords": [-5.83665, 44.65876, 0.0], + "type": "WYP", + "name": "LOTEE" +}, { + "coords": [1.001786, 40.550694, 0.0], + "type": "WYP", + "name": "LOTOS" +}, { + "coords": [-2.274444, 53.251667, 0.0], + "type": "WYP", + "name": "LOVEL" +}, { + "coords": [31.016666, 52.083332, 0.0], + "type": "WYP", + "name": "LOVIK" +}, { + "coords": [23.467066, 47.435184, 0.0], + "type": "WYP", + "name": "LOZNA" +}, { + "coords": [54.591667, 53.278332, 0.0], + "type": "WYP", + "name": "LP42" +}, { + "coords": [53.691666, 53.673332, 0.0], + "type": "WYP", + "name": "LP43" +}, { + "coords": [5.149992, 45.256767, 0.0], + "type": "WYP", + "name": "LSA28" +}, { + "coords": [4.512778, 45.994999, 0.0], + "type": "WYP", + "name": "LSA29" +}, { + "coords": [5.714036, 45.483223, 0.0], + "type": "WYP", + "name": "LSA30" +}, { + "coords": [5.291111, 46.273613, 0.0], + "type": "WYP", + "name": "LSA34" +}, { + "coords": [5.608789, 46.203571, 0.0], + "type": "WYP", + "name": "LSA36" +}, { + "coords": [4.424395, 45.097397, 0.0], + "type": "WYP", + "name": "LSA47" +}, { + "coords": [3.479953, 46.033813, 0.0], + "type": "WYP", + "name": "LSA70" +}, { + "coords": [19.9575, 51.224167, 0.0], + "type": "WYP", + "name": "LUBEN" +}, { + "coords": [30.584999, 54.301666, 0.0], + "type": "WYP", + "name": "LUBIN" +}, { + "coords": [-111.313057, 27.773333, 0.0], + "type": "WYP", + "name": "LUCAS" +}, { + "coords": [-67.885559, 13.303056, 0.0], + "type": "WYP", + "name": "LUCAS" +}, { + "coords": [-1.108333, 50.691666, 0.0], + "type": "WYP", + "name": "LUCCO" +}, { + "coords": [-77.341393, 21.032499, 0.0], + "type": "WYP", + "name": "LUCIA" +}, { + "coords": [25.483334, 50.683334, 0.0], + "type": "WYP", + "name": "LUCIK" +}, { + "coords": [5.121389, 59.635834, 0.0], + "type": "WYP", + "name": "LUCKY" +}, { + "coords": [8.906389, 45.99889, 0.0], + "type": "WYP", + "name": "LUGAN" +}, { + "coords": [10.963056, 55.329723, 0.0], + "type": "WYP", + "name": "LUGAS" +}, { + "coords": [39.375, 48.418335, 0.0], + "type": "WYP", + "name": "LUGAT" +}, { + "coords": [23.956667, 49.813332, 0.0], + "type": "WYP", + "name": "LUGIR" +}, { + "coords": [7.068056, 53.30722, 0.0], + "type": "WYP", + "name": "LUGUM" +}, { + "coords": [25.124722, 61.943333, 0.0], + "type": "WYP", + "name": "LUKAT" +}, { + "coords": [56.287224, 47.632778, 0.0], + "type": "WYP", + "name": "LUKET" +}, { + "coords": [28.933332, 46.928333, 0.0], + "type": "WYP", + "name": "LUKK" +}, { + "coords": [8.758611, 46.584999, 0.0], + "type": "WYP", + "name": "LUKOM" +}, { + "coords": [74.285835, 48.134167, 0.0], + "type": "WYP", + "name": "LUKUS" +}, { + "coords": [-9.281019, 40.899841, 0.0], + "type": "WYP", + "name": "LULAS" +}, { + "coords": [76.772499, 43.183334, 0.0], + "type": "WYP", + "name": "LULIP" +}, { + "coords": [-90.20417, 21.878334, 0.0], + "type": "WYP", + "name": "LULIS" +}, { + "coords": [13.584723, 51.426666, 0.0], + "type": "WYP", + "name": "LUMAP" +}, { + "coords": [17.565001, 41.618332, 0.0], + "type": "WYP", + "name": "LUMAR" +}, { + "coords": [4.666667, 41.733215, 0.0], + "type": "WYP", + "name": "LUMAS" +}, { + "coords": [-3.226111, 50.430557, 0.0], + "type": "WYP", + "name": "LUMEK" +}, { + "coords": [7.138611, 47.419167, 0.0], + "type": "WYP", + "name": "LUMEL" +}, { + "coords": [9.702778, 51.302776, 0.0], + "type": "WYP", + "name": "LUMEX" +}, { + "coords": [2.969445, 50.419724, 0.0], + "type": "WYP", + "name": "LUMIL" +}, { + "coords": [25.125278, 61.648613, 0.0], + "type": "WYP", + "name": "LUMME" +}, { + "coords": [19.885, 52.244167, 0.0], + "type": "WYP", + "name": "LUMOK" +}, { + "coords": [51.497776, 43.110554, 0.0], + "type": "WYP", + "name": "LUMUR" +}, { + "coords": [11.870833, 41.702499, 0.0], + "type": "WYP", + "name": "LUNAK" +}, { + "coords": [10.388889, 63.235832, 0.0], + "type": "WYP", + "name": "LUNAN" +}, { + "coords": [15.423333, 40.681667, 0.0], + "type": "WYP", + "name": "LUNAR" +}, { + "coords": [28.222109, 45.263458, 0.0], + "type": "WYP", + "name": "LUNCA" +}, { + "coords": [-20.820833, 63.645279, 0.0], + "type": "WYP", + "name": "LUNDI" +}, { + "coords": [4.145833, 43.689415, 0.0], + "type": "WYP", + "name": "LUNEL" +}, { + "coords": [3.379703, 40.437996, 0.0], + "type": "WYP", + "name": "LUNIK" +}, { + "coords": [10.008056, 44.236946, 0.0], + "type": "WYP", + "name": "LUNIK" +}, { + "coords": [5.396667, 40.384998, 0.0], + "type": "WYP", + "name": "LUNOR" +}, { + "coords": [23.700556, 55.482224, 0.0], + "type": "WYP", + "name": "LUNOS" +}, { + "coords": [9.319445, 54.805279, 0.0], + "type": "WYP", + "name": "LUNUD" +}, { + "coords": [18.769444, 39.469723, 0.0], + "type": "WYP", + "name": "LUPAL" +}, { + "coords": [27.678333, 53.118332, 0.0], + "type": "WYP", + "name": "LUPAN" +}, { + "coords": [13.1975, 52.187778, 0.0], + "type": "WYP", + "name": "LUPAS" +}, { + "coords": [7.732222, 48.435001, 0.0], + "type": "WYP", + "name": "LUPEN" +}, { + "coords": [13.411944, 46.006111, 0.0], + "type": "WYP", + "name": "LUPIN" +}, { + "coords": [10.581667, 44.505001, 0.0], + "type": "WYP", + "name": "LUPOS" +}, { + "coords": [12.050834, 54.991112, 0.0], + "type": "WYP", + "name": "LUPUR" +}, { + "coords": [-0.979217, 42.972763, 0.0], + "type": "WYP", + "name": "LURAN" +}, { + "coords": [3.913889, 48.025833, 0.0], + "type": "WYP", + "name": "LUREN" +}, { + "coords": [25.981667, 48.259998, 0.0], + "type": "WYP", + "name": "LURIK" +}, { + "coords": [-6.376625, 43.476379, 0.0], + "type": "WYP", + "name": "LURIM" +}, { + "coords": [11.0025, 50.772778, 0.0], + "type": "WYP", + "name": "LURIS" +}, { + "coords": [13.115, 38.858334, 0.0], + "type": "WYP", + "name": "LURON" +}, { + "coords": [14.191667, 52.040833, 0.0], + "type": "WYP", + "name": "LUROS" +}, { + "coords": [5.179444, 46.668888, 0.0], + "type": "WYP", + "name": "LUSAR" +}, { + "coords": [12.804444, 52.186668, 0.0], + "type": "WYP", + "name": "LUSER" +}, { + "coords": [37.953335, 49.136665, 0.0], + "type": "WYP", + "name": "LUSIG" +}, { + "coords": [10.116667, 46.043335, 0.0], + "type": "WYP", + "name": "LUSIL" +}, { + "coords": [15.752222, 45.552776, 0.0], + "type": "WYP", + "name": "LUSIN" +}, { + "coords": [-1.795556, 49.214722, 0.0], + "type": "WYP", + "name": "LUSIT" +}, { + "coords": [6.078611, 43.771389, 0.0], + "type": "WYP", + "name": "LUSOL" +}, { + "coords": [-1.350833, 46.5, 0.0], + "type": "WYP", + "name": "LUSON" +}, { + "coords": [-15.0, 37.0, 0.0], + "type": "WYP", + "name": "LUTAK" +}, { + "coords": [6.0, 55.470001, 0.0], + "type": "WYP", + "name": "LUTAN" +}, { + "coords": [5.816111, 49.549721, 0.0], + "type": "WYP", + "name": "LUTAX" +}, { + "coords": [73.101387, 48.477779, 0.0], + "type": "WYP", + "name": "LUTEK" +}, { + "coords": [0.086111, 47.59639, 0.0], + "type": "WYP", + "name": "LUTIL" +}, { + "coords": [39.200001, 64.216667, 0.0], + "type": "WYP", + "name": "LUTIN" +}, { + "coords": [8.416111, 55.064167, 0.0], + "type": "WYP", + "name": "LUTIR" +}, { + "coords": [5.421111, 51.265556, 0.0], + "type": "WYP", + "name": "LUTOM" +}, { + "coords": [11.36, 44.488335, 0.0], + "type": "WYP", + "name": "LUTOR" +}, { + "coords": [31.236666, 45.681667, 0.0], + "type": "WYP", + "name": "LUTOS" +}, { + "coords": [6.496666, 40.855, 0.0], + "type": "WYP", + "name": "LUTTA" +}, { + "coords": [36.283333, 47.150002, 0.0], + "type": "WYP", + "name": "LUTUL" +}, { + "coords": [27.043056, 63.749168, 0.0], + "type": "WYP", + "name": "LUUPU" +}, { + "coords": [5.153611, 48.293888, 0.0], + "type": "WYP", + "name": "LUVAL" +}, { + "coords": [25.970627, 45.99559, 0.0], + "type": "WYP", + "name": "LUVAN" +}, { + "coords": [6.202222, 49.620834, 0.0], + "type": "WYP", + "name": "LUXIE" +}, { + "coords": [1.040833, 50.978333, 0.0], + "type": "WYP", + "name": "LYD07" +}, { + "coords": [1.466667, 50.921112, 0.0], + "type": "WYP", + "name": "LYD23" +}, { + "coords": [0.455556, 50.666668, 0.0], + "type": "WYP", + "name": "LYD26" +}, { + "coords": [-72.124779, 22.70875, 0.0], + "type": "WYP", + "name": "LYMIN" +}, { + "coords": [29.85, 46.950001, 0.0], + "type": "WYP", + "name": "LYMSE" +}, { + "coords": [-4.333333, 53.442501, 0.0], + "type": "WYP", + "name": "LYNAS" +}, { + "coords": [37.849998, 55.650002, 0.0], + "type": "WYP", + "name": "LYUBY" +}, { + "coords": [27.372223, 63.354721, 0.0], + "type": "WYP", + "name": "MAANI" +}, { + "coords": [15.721389, 45.469166, 0.0], + "type": "WYP", + "name": "MABAN" +}, { + "coords": [10.280833, 53.520557, 0.0], + "type": "WYP", + "name": "MABAS" +}, { + "coords": [30.446667, 51.233334, 0.0], + "type": "WYP", + "name": "MABAT" +}, { + "coords": [-4.672131, 36.206944, 0.0], + "type": "WYP", + "name": "MABEL" +}, { + "coords": [0.812222, 48.438057, 0.0], + "type": "WYP", + "name": "MABER" +}, { + "coords": [5.250834, 46.34, 0.0], + "type": "WYP", + "name": "MABES" +}, { + "coords": [2.359167, 51.580276, 0.0], + "type": "WYP", + "name": "MABIL" +}, { + "coords": [31.549999, 52.650002, 0.0], + "type": "WYP", + "name": "MABIR" +}, { + "coords": [0.558333, 43.458057, 0.0], + "type": "WYP", + "name": "MABOL" +}, { + "coords": [-8.264112, 40.503647, 0.0], + "type": "WYP", + "name": "MABUK" +}, { + "coords": [-6.5, 55.358891, 0.0], + "type": "WYP", + "name": "MAC29" +}, { + "coords": [-6.5, 55.554722, 0.0], + "type": "WYP", + "name": "MAC30" +}, { + "coords": [-6.935278, 55.32, 0.0], + "type": "WYP", + "name": "MAC44" +}, { + "coords": [-7.218889, 55.116665, 0.0], + "type": "WYP", + "name": "MAC57" +}, { + "coords": [-7.840278, 54.661388, 0.0], + "type": "WYP", + "name": "MAC88" +}, { + "coords": [-8.461667, 55.170834, 0.0], + "type": "WYP", + "name": "MAC97" +}, { + "coords": [15.94175, 46.351368, 0.0], + "type": "WYP", + "name": "MACEL" +}, { + "coords": [12.013611, 56.380554, 0.0], + "type": "WYP", + "name": "MADAG" +}, { + "coords": [11.565556, 50.23, 0.0], + "type": "WYP", + "name": "MADAX" +}, { + "coords": [-6.987222, 48.433887, 0.0], + "type": "WYP", + "name": "MADEK" +}, { + "coords": [-79.596001, 9.180833, 0.0], + "type": "WYP", + "name": "MADEN" +}, { + "coords": [23.53861, 60.482498, 0.0], + "type": "WYP", + "name": "MADES" +}, { + "coords": [77.058891, 47.313332, 0.0], + "type": "WYP", + "name": "MADEV" +}, { + "coords": [9.846111, 47.182777, 0.0], + "type": "WYP", + "name": "MADEX" +}, { + "coords": [13.17, 36.5, 0.0], + "type": "WYP", + "name": "MADIR" +}, { + "coords": [9.268333, 41.333332, 0.0], + "type": "WYP", + "name": "MADKA" +}, { + "coords": [-2.962222, 52.12611, 0.0], + "type": "WYP", + "name": "MADLI" +}, { + "coords": [21.791666, 57.773888, 0.0], + "type": "WYP", + "name": "MADON" +}, { + "coords": [18.249166, 42.602501, 0.0], + "type": "WYP", + "name": "MADOS" +}, { + "coords": [4.513889, 45.73, 0.0], + "type": "WYP", + "name": "MADOT" +}, { + "coords": [-3.7775, 58.728611, 0.0], + "type": "WYP", + "name": "MADOX" +}, { + "coords": [5.329972, 43.229332, 0.0], + "type": "WYP", + "name": "MADRA" +}, { + "coords": [2.4075, 51.226665, 0.0], + "type": "WYP", + "name": "MADUX" +}, { + "coords": [-0.230833, 38.073334, 0.0], + "type": "WYP", + "name": "MAGAL" +}, { + "coords": [15.70293, 45.972668, 0.0], + "type": "WYP", + "name": "MAGAM" +}, { + "coords": [11.488055, 50.940556, 0.0], + "type": "WYP", + "name": "MAGDA" +}, { + "coords": [56.078335, 52.856667, 0.0], + "type": "WYP", + "name": "MAGDU" +}, { + "coords": [-1.195833, 43.748333, 0.0], + "type": "WYP", + "name": "MAGEC" +}, { + "coords": [-5.608333, 54.791668, 0.0], + "type": "WYP", + "name": "MAGEE" +}, { + "coords": [8.691667, 46.244167, 0.0], + "type": "WYP", + "name": "MAGIA" +}, { + "coords": [-3.564511, 40.766991, 0.0], + "type": "WYP", + "name": "MAGIN" +}, { + "coords": [-6.833333, 54.072777, 0.0], + "type": "WYP", + "name": "MAGIT" +}, { + "coords": [1.307222, 61.620277, 0.0], + "type": "WYP", + "name": "MAGNS" +}, { + "coords": [55.087223, 50.618332, 0.0], + "type": "WYP", + "name": "MAGOL" +}, { + "coords": [23.892221, 66.735275, 0.0], + "type": "WYP", + "name": "MAGON" +}, { + "coords": [34.060001, 44.75, 0.0], + "type": "WYP", + "name": "MAGOR" +}, { + "coords": [-0.239444, 46.46611, 0.0], + "type": "WYP", + "name": "MAIXE" +}, { + "coords": [22.516666, 41.129166, 0.0], + "type": "WYP", + "name": "MAKED" +}, { + "coords": [79.283333, 46.314999, 0.0], + "type": "WYP", + "name": "MAKEK" +}, { + "coords": [7.039444, 49.172222, 0.0], + "type": "WYP", + "name": "MAKOT" +}, { + "coords": [19.111944, 51.149166, 0.0], + "type": "WYP", + "name": "MAKOV" +}, { + "coords": [35.555, 55.883335, 0.0], + "type": "WYP", + "name": "MAKSI" +}, { + "coords": [34.118332, 43.816666, 0.0], + "type": "WYP", + "name": "MAKUN" +}, { + "coords": [11.406944, 57.429722, 0.0], + "type": "WYP", + "name": "MAKUR" +}, { + "coords": [68.608887, 48.538055, 0.0], + "type": "WYP", + "name": "MAKUT" +}, { + "coords": [84.400002, 53.349998, 0.0], + "type": "WYP", + "name": "MALAK" +}, { + "coords": [22.375109, 48.823837, 0.0], + "type": "WYP", + "name": "MALBE" +}, { + "coords": [-2.061667, 51.592499, 0.0], + "type": "WYP", + "name": "MALBY" +}, { + "coords": [59.339722, 49.245834, 0.0], + "type": "WYP", + "name": "MALED" +}, { + "coords": [36.513332, 63.618332, 0.0], + "type": "WYP", + "name": "MALEN" +}, { + "coords": [-65.278488, 18.492384, 0.0], + "type": "WYP", + "name": "MALIE" +}, { + "coords": [11.685833, 52.455833, 0.0], + "type": "WYP", + "name": "MALIG" +}, { + "coords": [25.259445, 63.826668, 0.0], + "type": "WYP", + "name": "MALIS" +}, { + "coords": [-7.604781, 41.855568, 0.0], + "type": "WYP", + "name": "MALIS" +}, { + "coords": [13.036861, 55.162724, 0.0], + "type": "WYP", + "name": "MALIV" +}, { + "coords": [75.176109, 45.302502, 0.0], + "type": "WYP", + "name": "MALOD" +}, { + "coords": [12.5975, 46.706112, 0.0], + "type": "WYP", + "name": "MALUG" +}, { + "coords": [31.4, 59.583332, 0.0], + "type": "WYP", + "name": "MALUK" +}, { + "coords": [5.295278, 49.759167, 0.0], + "type": "WYP", + "name": "MALUX" +}, { + "coords": [65.383331, 41.116665, 0.0], + "type": "WYP", + "name": "MAMAL" +}, { + "coords": [11.096666, 41.803333, 0.0], + "type": "WYP", + "name": "MAMAR" +}, { + "coords": [-82.046112, 19.449722, 0.0], + "type": "WYP", + "name": "MAMBI" +}, { + "coords": [9.633333, 50.0, 0.0], + "type": "WYP", + "name": "MAMBU" +}, { + "coords": [57.700001, 38.580002, 0.0], + "type": "WYP", + "name": "MAMED" +}, { + "coords": [4.000278, 42.209167, 0.0], + "type": "WYP", + "name": "MAMES" +}, { + "coords": [51.043335, 40.91, 0.0], + "type": "WYP", + "name": "MAMEX" +}, { + "coords": [30.938334, 52.958332, 0.0], + "type": "WYP", + "name": "MAMIN" +}, { + "coords": [76.611664, 42.910557, 0.0], + "type": "WYP", + "name": "MAMIR" +}, { + "coords": [10.211667, 45.316666, 0.0], + "type": "WYP", + "name": "MAMTO" +}, { + "coords": [60.364445, 49.35611, 0.0], + "type": "WYP", + "name": "MANAD" +}, { + "coords": [5.165833, 48.103054, 0.0], + "type": "WYP", + "name": "MANAG" +}, { + "coords": [11.8, 47.899445, 0.0], + "type": "WYP", + "name": "MANAL" +}, { + "coords": [64.146667, 39.078335, 0.0], + "type": "WYP", + "name": "MANAT" +}, { + "coords": [12.121667, 44.704166, 0.0], + "type": "WYP", + "name": "MANCI" +}, { + "coords": [-1.040511, 39.911785, 0.0], + "type": "WYP", + "name": "MANDY" +}, { + "coords": [1.6475, 48.944721, 0.0], + "type": "WYP", + "name": "MANEX" +}, { + "coords": [0.790556, 51.69278, 0.0], + "type": "WYP", + "name": "MANGO" +}, { + "coords": [-8.616169, 40.691849, 0.0], + "type": "WYP", + "name": "MANIK" +}, { + "coords": [25.506945, 64.521111, 0.0], + "type": "WYP", + "name": "MANKI" +}, { + "coords": [27.203333, 49.591667, 0.0], + "type": "WYP", + "name": "MANOD" +}, { + "coords": [8.7425, 47.198891, 0.0], + "type": "WYP", + "name": "MANOG" +}, { + "coords": [-15.39022, 36.194344, 0.0], + "type": "WYP", + "name": "MANOX" +}, { + "coords": [-94.324448, 18.947779, 0.0], + "type": "WYP", + "name": "MANUS" +}, { + "coords": [43.0, 46.700001, 0.0], + "type": "WYP", + "name": "MANUT" +}, { + "coords": [-103.949722, 19.832222, 0.0], + "type": "WYP", + "name": "MAPAR" +}, { + "coords": [-8.059244, 41.614948, 0.0], + "type": "WYP", + "name": "MAPOR" +}, { + "coords": [-0.863056, 44.709999, 0.0], + "type": "WYP", + "name": "MAPRI" +}, { + "coords": [34.921665, 43.631668, 0.0], + "type": "WYP", + "name": "MAPTA" +}, { + "coords": [18.947166, 61.0, 0.0], + "type": "WYP", + "name": "MAR59" +}, { + "coords": [61.463333, 36.625, 0.0], + "type": "WYP", + "name": "MARAD" +}, { + "coords": [-1.119167, 46.350277, 0.0], + "type": "WYP", + "name": "MARAN" +}, { + "coords": [-8.200708, 39.955452, 0.0], + "type": "WYP", + "name": "MARAR" +}, { + "coords": [43.621666, 43.846668, 0.0], + "type": "WYP", + "name": "MARAT" +}, { + "coords": [10.651667, 43.281666, 0.0], + "type": "WYP", + "name": "MAREL" +}, { + "coords": [13.628892, 50.716385, 0.0], + "type": "WYP", + "name": "MAREM" +}, { + "coords": [-1.061667, 45.733334, 0.0], + "type": "WYP", + "name": "MAREN" +}, { + "coords": [-111.865837, 25.682222, 0.0], + "type": "WYP", + "name": "MAREN" +}, { + "coords": [15.601944, 39.869446, 0.0], + "type": "WYP", + "name": "MAREP" +}, { + "coords": [-104.910553, 19.905277, 0.0], + "type": "WYP", + "name": "MAREX" +}, { + "coords": [45.001667, 53.073334, 0.0], + "type": "WYP", + "name": "MARGO" +}, { + "coords": [-2.774722, 54.7075, 0.0], + "type": "WYP", + "name": "MARGO" +}, { + "coords": [21.427778, 51.655834, 0.0], + "type": "WYP", + "name": "MARIA" +}, { + "coords": [26.091667, 38.599998, 0.0], + "type": "WYP", + "name": "MARIK" +}, { + "coords": [4.6, 53.129444, 0.0], + "type": "WYP", + "name": "MARIN" +}, { + "coords": [-0.246597, 42.203316, 0.0], + "type": "WYP", + "name": "MARIO" +}, { + "coords": [11.420834, 54.723057, 0.0], + "type": "WYP", + "name": "MARIP" +}, { + "coords": [28.720911, 44.092087, 0.0], + "type": "WYP", + "name": "MARIR" +}, { + "coords": [20.693644, 48.902138, 0.0], + "type": "WYP", + "name": "MARKA" +}, { + "coords": [2.945278, 53.823055, 0.0], + "type": "WYP", + "name": "MARKA" +}, { + "coords": [-79.466667, 10.508333, 0.0], + "type": "WYP", + "name": "MARMA" +}, { + "coords": [0.900833, 48.376389, 0.0], + "type": "WYP", + "name": "MAROL" +}, { + "coords": [24.043612, 60.447777, 0.0], + "type": "WYP", + "name": "MAROM" +}, { + "coords": [13.653334, 37.123333, 0.0], + "type": "WYP", + "name": "MARON" +}, { + "coords": [75.584442, 45.621113, 0.0], + "type": "WYP", + "name": "MAROR" +}, { + "coords": [3.859664, 41.603168, 0.0], + "type": "WYP", + "name": "MAROT" +}, { + "coords": [-72.911667, 18.491667, 0.0], + "type": "WYP", + "name": "MAROT" +}, { + "coords": [37.450001, 47.080002, 0.0], + "type": "WYP", + "name": "MARPL" +}, { + "coords": [4.474167, 43.384724, 0.0], + "type": "WYP", + "name": "MARRI" +}, { + "coords": [4.118333, 46.291389, 0.0], + "type": "WYP", + "name": "MARSI" +}, { + "coords": [22.135389, 47.238934, 0.0], + "type": "WYP", + "name": "MARTA" +}, { + "coords": [1.279908, 40.354622, 0.0], + "type": "WYP", + "name": "MARTA" +}, { + "coords": [-91.783333, 24.5, 0.0], + "type": "WYP", + "name": "MARTE" +}, { + "coords": [1.035278, 46.758335, 0.0], + "type": "WYP", + "name": "MARTI" +}, { + "coords": [12.925834, 45.43, 0.0], + "type": "WYP", + "name": "MARTY" +}, { + "coords": [0.867778, 49.328335, 0.0], + "type": "WYP", + "name": "MARUK" +}, { + "coords": [-90.922501, 21.7675, 0.0], + "type": "WYP", + "name": "MARUS" +}, { + "coords": [-109.529167, 23.907223, 0.0], + "type": "WYP", + "name": "MARUX" +}, { + "coords": [35.860001, 47.928333, 0.0], + "type": "WYP", + "name": "MARYA" +}, { + "coords": [5.680833, 50.889446, 0.0], + "type": "WYP", + "name": "MAS12" +}, { + "coords": [29.174999, 52.314999, 0.0], + "type": "WYP", + "name": "MASAD" +}, { + "coords": [18.954691, 47.256035, 0.0], + "type": "WYP", + "name": "MASAK" +}, { + "coords": [2.251945, 43.467777, 0.0], + "type": "WYP", + "name": "MASAM" +}, { + "coords": [-96.911392, 16.418888, 0.0], + "type": "WYP", + "name": "MASAS" +}, { + "coords": [55.176945, 45.081944, 0.0], + "type": "WYP", + "name": "MASAV" +}, { + "coords": [-72.270836, 15.971389, 0.0], + "type": "WYP", + "name": "MASEN" +}, { + "coords": [-39.995277, 65.967781, 0.0], + "type": "WYP", + "name": "MASIK" +}, { + "coords": [-107.576942, 27.330833, 0.0], + "type": "WYP", + "name": "MASIL" +}, { + "coords": [-12.0, 54.366665, 0.0], + "type": "WYP", + "name": "MASIT" +}, { + "coords": [38.226665, 50.075001, 0.0], + "type": "WYP", + "name": "MASOL" +}, { + "coords": [2.419445, 48.806667, 0.0], + "type": "WYP", + "name": "MASOR" +}, { + "coords": [1.608056, 49.325832, 0.0], + "type": "WYP", + "name": "MASSU" +}, { + "coords": [22.736666, 58.696667, 0.0], + "type": "WYP", + "name": "MASTE" +}, { + "coords": [8.3, 44.560833, 0.0], + "type": "WYP", + "name": "MATAL" +}, { + "coords": [11.253305, 46.974937, 0.0], + "type": "WYP", + "name": "MATAR" +}, { + "coords": [0.25, 51.779167, 0.0], + "type": "WYP", + "name": "MATCH" +}, { + "coords": [36.291668, 49.924999, 0.0], + "type": "WYP", + "name": "MATEG" +}, { + "coords": [-100.627502, 23.56889, 0.0], + "type": "WYP", + "name": "MATEH" +}, { + "coords": [12.800834, 55.016388, 0.0], + "type": "WYP", + "name": "MATEK" +}, { + "coords": [28.791945, 43.059166, 0.0], + "type": "WYP", + "name": "MATEL" +}, { + "coords": [-4.783333, 48.448334, 0.0], + "type": "WYP", + "name": "MATER" +}, { + "coords": [-8.066667, 61.0, 0.0], + "type": "WYP", + "name": "MATIK" +}, { + "coords": [22.246305, 42.720779, 0.0], + "type": "WYP", + "name": "MATIK" +}, { + "coords": [-82.463333, 21.066668, 0.0], + "type": "WYP", + "name": "MATIN" +}, { + "coords": [1.618475, 40.977821, 0.0], + "type": "WYP", + "name": "MATIS" +}, { + "coords": [-80.481667, 18.903334, 0.0], + "type": "WYP", + "name": "MATIS" +}, { + "coords": [3.914167, 50.098331, 0.0], + "type": "WYP", + "name": "MATIX" +}, { + "coords": [-93.913887, 23.822222, 0.0], + "type": "WYP", + "name": "MATOL" +}, { + "coords": [-77.474998, 19.491667, 0.0], + "type": "WYP", + "name": "MATOS" +}, { + "coords": [6.366667, 50.400002, 0.0], + "type": "WYP", + "name": "MATUG" +}, { + "coords": [27.34, 54.103333, 0.0], + "type": "WYP", + "name": "MATUS" +}, { + "coords": [9.886666, 43.188332, 0.0], + "type": "WYP", + "name": "MAURO" +}, { + "coords": [1.001944, 45.516388, 0.0], + "type": "WYP", + "name": "MAVAC" +}, { + "coords": [-90.213058, 16.917791, 0.0], + "type": "WYP", + "name": "MAVAL" +}, { + "coords": [20.530001, 41.669998, 0.0], + "type": "WYP", + "name": "MAVAR" +}, { + "coords": [-104.699165, 22.598612, 0.0], + "type": "WYP", + "name": "MAVED" +}, { + "coords": [21.303917, 45.240223, 0.0], + "type": "WYP", + "name": "MAVIT" +}, { + "coords": [6.159167, 50.183334, 0.0], + "type": "WYP", + "name": "MAVOP" +}, { + "coords": [17.537502, 48.821396, 0.0], + "type": "WYP", + "name": "MAVOR" +}, { + "coords": [10.080556, 45.023888, 0.0], + "type": "WYP", + "name": "MAXIM" +}, { + "coords": [6.040555, 43.395557, 0.0], + "type": "WYP", + "name": "MAXIR" +}, { + "coords": [-100.021111, 18.942778, 0.0], + "type": "WYP", + "name": "MAXUL" +}, { + "coords": [13.604, 55.661251, 0.0], + "type": "WYP", + "name": "MAXUM" +}, { + "coords": [0.444167, 51.056946, 0.0], + "type": "WYP", + "name": "MAY13" +}, { + "coords": [-87.40667, 21.045, 0.0], + "type": "WYP", + "name": "MAYAB" +}, { + "coords": [-71.642197, 21.703888, 0.0], + "type": "WYP", + "name": "MAYAG" +}, { + "coords": [0.72, 51.628056, 0.0], + "type": "WYP", + "name": "MAYLA" +}, { + "coords": [4.8975, 43.726112, 0.0], + "type": "WYP", + "name": "MAZET" +}, { + "coords": [94.0, 62.783333, 0.0], + "type": "WYP", + "name": "MAZUR" +}, { + "coords": [-2.366236, 53.751068, 0.0], + "type": "WYP", + "name": "MCT24" +}, { + "coords": [-2.546203, 53.73637, 0.0], + "type": "WYP", + "name": "MCT25" +}, { + "coords": [-2.417528, 53.982113, 0.0], + "type": "WYP", + "name": "MCT38" +}, { + "coords": [-2.343681, 54.05381, 0.0], + "type": "WYP", + "name": "MCT42" +}, { + "coords": [-1.031072, 51.936779, 0.0], + "type": "WYP", + "name": "MCT96" +}, { + "coords": [4.648889, 45.708057, 0.0], + "type": "WYP", + "name": "MEBAK" +}, { + "coords": [36.700001, 46.583332, 0.0], + "type": "WYP", + "name": "MEBAM" +}, { + "coords": [-97.677498, 18.600555, 0.0], + "type": "WYP", + "name": "MEBAS" +}, { + "coords": [5.346111, 42.491943, 0.0], + "type": "WYP", + "name": "MEBEL" +}, { + "coords": [-101.637779, 25.981388, 0.0], + "type": "WYP", + "name": "MEBIS" +}, { + "coords": [8.554167, 54.407776, 0.0], + "type": "WYP", + "name": "MEBUS" +}, { + "coords": [2.228111, 38.750965, 0.0], + "type": "WYP", + "name": "MEBUT" +}, { + "coords": [11.376667, 42.053333, 0.0], + "type": "WYP", + "name": "MEDAL" +}, { + "coords": [6.94, 45.264446, 0.0], + "type": "WYP", + "name": "MEDAM" +}, { + "coords": [29.709999, 46.959999, 0.0], + "type": "WYP", + "name": "MEDAR" +}, { + "coords": [9.235, 54.8325, 0.0], + "type": "WYP", + "name": "MEDEL" +}, { + "coords": [61.063332, 39.014999, 0.0], + "type": "WYP", + "name": "MEDEP" +}, { + "coords": [3.675, 50.342224, 0.0], + "type": "WYP", + "name": "MEDIL" +}, { + "coords": [-89.72139, 22.210278, 0.0], + "type": "WYP", + "name": "MEDIR" +}, { + "coords": [53.283054, 43.573612, 0.0], + "type": "WYP", + "name": "MEDOL" +}, { + "coords": [54.966667, 62.900002, 0.0], + "type": "WYP", + "name": "MEDON" +}, { + "coords": [-73.013336, 19.768333, 0.0], + "type": "WYP", + "name": "MEDON" +}, { + "coords": [74.333336, 60.599998, 0.0], + "type": "WYP", + "name": "MEDOS" +}, { + "coords": [-93.123611, 20.629168, 0.0], + "type": "WYP", + "name": "MEDOS" +}, { + "coords": [23.092222, 60.440556, 0.0], + "type": "WYP", + "name": "MEDOT" +}, { + "coords": [5.096944, 49.333611, 0.0], + "type": "WYP", + "name": "MEDOX" +}, { + "coords": [19.481722, 43.291306, 0.0], + "type": "WYP", + "name": "MEDUR" +}, { + "coords": [-61.575279, 16.739166, 0.0], + "type": "WYP", + "name": "MEDUS" +}, { + "coords": [-86.147499, 21.7875, 0.0], + "type": "WYP", + "name": "MEDUX" +}, { + "coords": [-89.734444, 14.082222, 0.0], + "type": "WYP", + "name": "MEGAL" +}, { + "coords": [11.996667, 37.538334, 0.0], + "type": "WYP", + "name": "MEGAN" +}, { + "coords": [11.648334, 54.468334, 0.0], + "type": "WYP", + "name": "MEGAR" +}, { + "coords": [22.208334, 41.174999, 0.0], + "type": "WYP", + "name": "MEGAS" +}, { + "coords": [-7.596469, 43.498871, 0.0], + "type": "WYP", + "name": "MEGAT" +}, { + "coords": [9.466945, 52.239445, 0.0], + "type": "WYP", + "name": "MEGEL" +}, { + "coords": [14.408556, 60.018333, 0.0], + "type": "WYP", + "name": "MEGEN" +}, { + "coords": [27.4, 61.434166, 0.0], + "type": "WYP", + "name": "MEGES" +}, { + "coords": [7.045, 45.48, 0.0], + "type": "WYP", + "name": "MEGEV" +}, { + "coords": [62.013332, 40.465, 0.0], + "type": "WYP", + "name": "MEGIL" +}, { + "coords": [3.628278, 43.449223, 0.0], + "type": "WYP", + "name": "MEIZE" +}, { + "coords": [49.418335, 42.308334, 0.0], + "type": "WYP", + "name": "MEKAN" +}, { + "coords": [33.571667, 66.373337, 0.0], + "type": "WYP", + "name": "MEKET" +}, { + "coords": [76.495003, 59.110001, 0.0], + "type": "WYP", + "name": "MEKSI" +}, { + "coords": [3.192222, 48.210999, 0.0], + "type": "WYP", + "name": "MEL21" +}, { + "coords": [2.620589, 48.079479, 0.0], + "type": "WYP", + "name": "MEL24" +}, { + "coords": [3.357445, 48.102974, 0.0], + "type": "WYP", + "name": "MEL30" +}, { + "coords": [3.359722, 48.092499, 0.0], + "type": "WYP", + "name": "MEL31" +}, { + "coords": [3.408278, 48.069584, 0.0], + "type": "WYP", + "name": "MEL33" +}, { + "coords": [3.408611, 48.060001, 0.0], + "type": "WYP", + "name": "MEL34" +}, { + "coords": [3.704653, 48.667156, 0.0], + "type": "WYP", + "name": "MEL38" +}, { + "coords": [2.746305, 49.313972, 0.0], + "type": "WYP", + "name": "MEL52" +}, { + "coords": [-85.272781, 17.80611, 0.0], + "type": "WYP", + "name": "MELDA" +}, { + "coords": [2.363333, 48.416668, 0.0], + "type": "WYP", + "name": "MELEE" +}, { + "coords": [-7.0, 53.298332, 0.0], + "type": "WYP", + "name": "MELIK" +}, { + "coords": [4.673611, 48.278057, 0.0], + "type": "WYP", + "name": "MELKO" +}, { + "coords": [-68.0, 18.216667, 0.0], + "type": "WYP", + "name": "MELLA" +}, { + "coords": [74.466667, 65.849998, 0.0], + "type": "WYP", + "name": "MEMBA" +}, { + "coords": [-97.8675, 16.897499, 0.0], + "type": "WYP", + "name": "MEMDI" +}, { + "coords": [2.295889, 44.188145, 0.0], + "type": "WYP", + "name": "MEN45" +}, { + "coords": [92.868332, 52.446667, 0.0], + "type": "WYP", + "name": "MENAT" +}, { + "coords": [3.22, 46.566666, 0.0], + "type": "WYP", + "name": "MENOX" +}, { + "coords": [53.099998, 55.716667, 0.0], + "type": "WYP", + "name": "MENSI" +}, { + "coords": [105.703331, 24.108334, 0.0], + "type": "WYP", + "name": "MEPAN" +}, { + "coords": [11.626111, 63.415833, 0.0], + "type": "WYP", + "name": "MERAK" +}, { + "coords": [-5.949283, 43.152122, 0.0], + "type": "WYP", + "name": "MERCE" +}, { + "coords": [39.48, 43.483334, 0.0], + "type": "WYP", + "name": "MERIS" +}, { + "coords": [7.793334, 43.080002, 0.0], + "type": "WYP", + "name": "MERLU" +}, { + "coords": [-5.0, 51.333332, 0.0], + "type": "WYP", + "name": "MERLY" +}, { + "coords": [4.367328, 40.5, 0.0], + "type": "WYP", + "name": "MEROS" +}, { + "coords": [11.0425, 47.982224, 0.0], + "type": "WYP", + "name": "MERSI" +}, { + "coords": [1.858444, 49.30714, 0.0], + "type": "WYP", + "name": "MERUE" +}, { + "coords": [4.206111, 52.042778, 0.0], + "type": "WYP", + "name": "MERYL" +}, { + "coords": [79.769997, 69.058334, 0.0], + "type": "WYP", + "name": "MESKO" +}, { + "coords": [-72.360001, 18.129999, 0.0], + "type": "WYP", + "name": "MESLI" +}, { + "coords": [-89.706947, 21.953333, 0.0], + "type": "WYP", + "name": "MESNA" +}, { + "coords": [41.216667, 60.583332, 0.0], + "type": "WYP", + "name": "METAT" +}, { + "coords": [-21.526112, 63.971943, 0.0], + "type": "WYP", + "name": "METIL" +}, { + "coords": [51.5, 40.724998, 0.0], + "type": "WYP", + "name": "METKA" +}, { + "coords": [59.143333, 54.169998, 0.0], + "type": "WYP", + "name": "METOL" +}, { + "coords": [5.455, 51.813889, 0.0], + "type": "WYP", + "name": "METRO" +}, { + "coords": [18.302439, 49.592766, 0.0], + "type": "WYP", + "name": "METUL" +}, { + "coords": [7.190834, 51.84861, 0.0], + "type": "WYP", + "name": "MEVEL" +}, { + "coords": [4.196111, 45.008888, 0.0], + "type": "WYP", + "name": "MEZIN" +}, { + "coords": [28.85, 58.299999, 0.0], + "type": "WYP", + "name": "MEZON" +}, { + "coords": [105.333336, 52.299999, 0.0], + "type": "WYP", + "name": "MGOLE" +}, { + "coords": [-72.445251, 22.1315, 0.0], + "type": "WYP", + "name": "MICAS" +}, { + "coords": [-0.904722, 50.845276, 0.0], + "type": "WYP", + "name": "MID16" +}, { + "coords": [-0.389167, 50.695, 0.0], + "type": "WYP", + "name": "MID23" +}, { + "coords": [-0.214444, 50.666668, 0.0], + "type": "WYP", + "name": "MID28" +}, { + "coords": [-1.674444, 52.068333, 0.0], + "type": "WYP", + "name": "MID72" +}, { + "coords": [-2.761667, 52.037777, 0.0], + "type": "WYP", + "name": "MID99" +}, { + "coords": [-66.318336, 18.164986, 0.0], + "type": "WYP", + "name": "MIGHT" +}, { + "coords": [0.825556, 43.711113, 0.0], + "type": "WYP", + "name": "MIGRA" +}, { + "coords": [-31.642778, 39.603889, 0.0], + "type": "WYP", + "name": "MIKE" +}, { + "coords": [-4.862778, 54.275002, 0.0], + "type": "WYP", + "name": "MIKEL" +}, { + "coords": [92.066666, 54.433334, 0.0], + "type": "WYP", + "name": "MIKET" +}, { + "coords": [-3.55, 48.680557, 0.0], + "type": "WYP", + "name": "MIKIL" +}, { + "coords": [17.442778, 39.452221, 0.0], + "type": "WYP", + "name": "MIKIL" +}, { + "coords": [-17.574167, 63.848331, 0.0], + "type": "WYP", + "name": "MIKLA" +}, { + "coords": [15.921972, 57.907028, 0.0], + "type": "WYP", + "name": "MIKNA" +}, { + "coords": [5.440278, 58.791668, 0.0], + "type": "WYP", + "name": "MIKNI" +}, { + "coords": [16.621002, 48.784744, 0.0], + "type": "WYP", + "name": "MIKOV" +}, { + "coords": [11.590834, 56.202778, 0.0], + "type": "WYP", + "name": "MIKSI" +}, { + "coords": [53.235001, 55.273335, 0.0], + "type": "WYP", + "name": "MIKUS" +}, { + "coords": [-79.300003, 10.416667, 0.0], + "type": "WYP", + "name": "MIKUS" +}, { + "coords": [20.289862, 43.684361, 0.0], + "type": "WYP", + "name": "MILAT" +}, { + "coords": [-79.386665, 7.298333, 0.0], + "type": "WYP", + "name": "MILAT" +}, { + "coords": [23.339104, 46.507843, 0.0], + "type": "WYP", + "name": "MILBA" +}, { + "coords": [48.005001, 44.540001, 0.0], + "type": "WYP", + "name": "MILKI" +}, { + "coords": [4.438056, 52.606945, 0.0], + "type": "WYP", + "name": "MILKY" +}, { + "coords": [39.450001, 44.366665, 0.0], + "type": "WYP", + "name": "MILOK" +}, { + "coords": [-65.879997, 15.293333, 0.0], + "type": "WYP", + "name": "MILOK" +}, { + "coords": [5.879722, 46.302502, 0.0], + "type": "WYP", + "name": "MILPA" +}, { + "coords": [40.416668, 48.933334, 0.0], + "type": "WYP", + "name": "MILRO" +}, { + "coords": [26.106388, 60.531387, 0.0], + "type": "WYP", + "name": "MILSI" +}, { + "coords": [21.455278, 57.688057, 0.0], + "type": "WYP", + "name": "MILTA" +}, { + "coords": [-1.693333, 51.549168, 0.0], + "type": "WYP", + "name": "MIMBI" +}, { + "coords": [-90.088486, 15.463072, 0.0], + "type": "WYP", + "name": "MINAS" +}, { + "coords": [4.048056, 45.123333, 0.0], + "type": "WYP", + "name": "MINDI" +}, { + "coords": [7.315, 50.367779, 0.0], + "type": "WYP", + "name": "MINDU" +}, { + "coords": [-1.028056, 46.5, 0.0], + "type": "WYP", + "name": "MINEL" +}, { + "coords": [-82.316666, 9.009167, 0.0], + "type": "WYP", + "name": "MINER" +}, { + "coords": [9.367222, 48.148056, 0.0], + "type": "WYP", + "name": "MINGA" +}, { + "coords": [-1.480819, 39.826157, 0.0], + "type": "WYP", + "name": "MINGU" +}, { + "coords": [8.855, 40.818333, 0.0], + "type": "WYP", + "name": "MINKA" +}, { + "coords": [79.066666, 57.25, 0.0], + "type": "WYP", + "name": "MINOR" +}, { + "coords": [3.168917, 45.10614, 0.0], + "type": "WYP", + "name": "MINPA" +}, { + "coords": [-2.05, 49.033333, 0.0], + "type": "WYP", + "name": "MINQI" +}, { + "coords": [27.541666, 53.865002, 0.0], + "type": "WYP", + "name": "MINSK" +}, { + "coords": [-7.383333, 37.128819, 0.0], + "type": "WYP", + "name": "MINTA" +}, { + "coords": [-114.747498, 31.792778, 0.0], + "type": "WYP", + "name": "MIRAM" +}, { + "coords": [8.143888, 44.935833, 0.0], + "type": "WYP", + "name": "MIRAX" +}, { + "coords": [0.326944, 44.723888, 0.0], + "type": "WYP", + "name": "MIRBA" +}, { + "coords": [69.514168, 45.404446, 0.0], + "type": "WYP", + "name": "MIRGA" +}, { + "coords": [6.678889, 48.019165, 0.0], + "type": "WYP", + "name": "MIRGU" +}, { + "coords": [27.037666, 46.716866, 0.0], + "type": "WYP", + "name": "MIRON" +}, { + "coords": [-68.815834, 18.237499, 0.0], + "type": "WYP", + "name": "MIROX" +}, { + "coords": [-2.711667, 53.538055, 0.0], + "type": "WYP", + "name": "MIRSI" +}, { + "coords": [15.841981, 46.475986, 0.0], + "type": "WYP", + "name": "MIRSO" +}, { + "coords": [69.916664, 39.533333, 0.0], + "type": "WYP", + "name": "MIRZO" +}, { + "coords": [-95.917503, 18.485556, 0.0], + "type": "WYP", + "name": "MISAS" +}, { + "coords": [14.934444, 67.573891, 0.0], + "type": "WYP", + "name": "MISBA" +}, { + "coords": [-109.75972, 23.571388, 0.0], + "type": "WYP", + "name": "MISEX" +}, { + "coords": [-85.911392, 21.353056, 0.0], + "type": "WYP", + "name": "MISIS" +}, { + "coords": [13.202806, 56.641251, 0.0], + "type": "WYP", + "name": "MISMA" +}, { + "coords": [23.819445, 66.174721, 0.0], + "type": "WYP", + "name": "MISMO" +}, { + "coords": [-8.085203, 43.35535, 0.0], + "type": "WYP", + "name": "MISTE" +}, { + "coords": [-102.847778, 22.304722, 0.0], + "type": "WYP", + "name": "MITIN" +}, { + "coords": [20.070181, 48.542145, 0.0], + "type": "WYP", + "name": "MITKO" +}, { + "coords": [-83.379997, 19.758333, 0.0], + "type": "WYP", + "name": "MITOL" +}, { + "coords": [6.455833, 57.0, 0.0], + "type": "WYP", + "name": "MITSI" +}, { + "coords": [-3.247797, 40.64563, 0.0], + "type": "WYP", + "name": "MITUM" +}, { + "coords": [18.0, 51.486946, 0.0], + "type": "WYP", + "name": "MIXAT" +}, { + "coords": [-87.192223, 21.166111, 0.0], + "type": "WYP", + "name": "MIXUN" +}, { + "coords": [44.666668, 49.166668, 0.0], + "type": "WYP", + "name": "MIZER" +}, { + "coords": [25.0485, 37.359528, 0.0], + "type": "WYP", + "name": "MKN15" +}, { + "coords": [15.5, 36.5, 0.0], + "type": "WYP", + "name": "MLQ63" +}, { + "coords": [52.171665, 58.375, 0.0], + "type": "WYP", + "name": "MN90" +}, { + "coords": [70.953331, 50.601665, 0.0], + "type": "WYP", + "name": "MO29" +}, { + "coords": [70.631668, 50.913334, 0.0], + "type": "WYP", + "name": "MO30" +}, { + "coords": [70.693336, 51.256668, 0.0], + "type": "WYP", + "name": "MO31" +}, { + "coords": [72.036667, 50.626667, 0.0], + "type": "WYP", + "name": "MO32" +}, { + "coords": [71.09333, 51.514999, 0.0], + "type": "WYP", + "name": "MO34" +}, { + "coords": [71.620003, 51.561668, 0.0], + "type": "WYP", + "name": "MO35" +}, { + "coords": [72.303337, 51.16, 0.0], + "type": "WYP", + "name": "MO36" +}, { + "coords": [-78.083336, 18.424999, 0.0], + "type": "WYP", + "name": "MOBAR" +}, { + "coords": [3.890833, 52.735001, 0.0], + "type": "WYP", + "name": "MOBEX" +}, { + "coords": [38.75, 43.933334, 0.0], + "type": "WYP", + "name": "MOBIT" +}, { + "coords": [6.722778, 45.809723, 0.0], + "type": "WYP", + "name": "MOBLO" +}, { + "coords": [8.449445, 52.20639, 0.0], + "type": "WYP", + "name": "MOBSA" +}, { + "coords": [-1.366389, 59.548889, 0.0], + "type": "WYP", + "name": "MOCHA" +}, { + "coords": [8.813889, 49.772499, 0.0], + "type": "WYP", + "name": "MODAU" +}, { + "coords": [10.888333, 44.740002, 0.0], + "type": "WYP", + "name": "MODNI" +}, { + "coords": [-104.017502, 27.135, 0.0], + "type": "WYP", + "name": "MODOL" +}, { + "coords": [25.751944, 44.754723, 0.0], + "type": "WYP", + "name": "MODRI" +}, { + "coords": [24.723417, 45.322937, 0.0], + "type": "WYP", + "name": "MODRO" +}, { + "coords": [6.050833, 50.972778, 0.0], + "type": "WYP", + "name": "MODRU" +}, { + "coords": [1.906667, 46.857498, 0.0], + "type": "WYP", + "name": "MODSA" +}, { + "coords": [-63.0, 16.958889, 0.0], + "type": "WYP", + "name": "MODUX" +}, { + "coords": [-2.303056, 47.675835, 0.0], + "type": "WYP", + "name": "MOGBI" +}, { + "coords": [3.201944, 38.131943, 0.0], + "type": "WYP", + "name": "MOGIL" +}, { + "coords": [-0.269167, 52.308334, 0.0], + "type": "WYP", + "name": "MOGLI" +}, { + "coords": [25.178333, 42.298332, 0.0], + "type": "WYP", + "name": "MOGLO" +}, { + "coords": [30.083334, 53.950001, 0.0], + "type": "WYP", + "name": "MOGLV" +}, { + "coords": [34.216667, 50.828335, 0.0], + "type": "WYP", + "name": "MOGRI" +}, { + "coords": [8.035277, 51.401112, 0.0], + "type": "WYP", + "name": "MOHNE" +}, { + "coords": [25.584999, 59.896946, 0.0], + "type": "WYP", + "name": "MOHNI" +}, { + "coords": [31.35, 46.776669, 0.0], + "type": "WYP", + "name": "MOKAD" +}, { + "coords": [3.166945, 44.956944, 0.0], + "type": "WYP", + "name": "MOKDI" +}, { + "coords": [15.068055, 57.646305, 0.0], + "type": "WYP", + "name": "MOKNI" +}, { + "coords": [19.666666, 50.556667, 0.0], + "type": "WYP", + "name": "MOKOS" +}, { + "coords": [22.801517, 44.98291, 0.0], + "type": "WYP", + "name": "MOKRU" +}, { + "coords": [17.174999, 40.613335, 0.0], + "type": "WYP", + "name": "MOKTO" +}, { + "coords": [18.48, 42.450279, 0.0], + "type": "WYP", + "name": "MOKUN" +}, { + "coords": [58.904999, 39.271667, 0.0], + "type": "WYP", + "name": "MOLAD" +}, { + "coords": [-9.506389, 54.613609, 0.0], + "type": "WYP", + "name": "MOLAK" +}, { + "coords": [4.512778, 44.055279, 0.0], + "type": "WYP", + "name": "MOLEN" +}, { + "coords": [27.288319, 46.60643, 0.0], + "type": "WYP", + "name": "MOLID" +}, { + "coords": [18.0, 52.592224, 0.0], + "type": "WYP", + "name": "MOLIL" +}, { + "coords": [-4.685756, 39.0, 0.0], + "type": "WYP", + "name": "MOLIN" +}, { + "coords": [4.998742, 51.195019, 0.0], + "type": "WYP", + "name": "MOLLY" +}, { + "coords": [24.135242, 46.56422, 0.0], + "type": "WYP", + "name": "MOLNA" +}, { + "coords": [-70.033333, 15.033334, 0.0], + "type": "WYP", + "name": "MOLOC" +}, { + "coords": [26.783333, 54.285, 0.0], + "type": "WYP", + "name": "MOLOD" +}, { + "coords": [12.136111, 36.482498, 0.0], + "type": "WYP", + "name": "MOLOK" +}, { + "coords": [18.654722, 69.300552, 0.0], + "type": "WYP", + "name": "MOLON" +}, { + "coords": [12.268611, 56.344444, 0.0], + "type": "WYP", + "name": "MOLUD" +}, { + "coords": [6.679444, 46.44389, 0.0], + "type": "WYP", + "name": "MOLUS" +}, { + "coords": [14.806666, 41.306667, 0.0], + "type": "WYP", + "name": "MOLUX" +}, { + "coords": [66.647499, 41.337223, 0.0], + "type": "WYP", + "name": "MOMUL" +}, { + "coords": [99.580002, 55.201668, 0.0], + "type": "WYP", + "name": "MONAR" +}, { + "coords": [6.435, 48.700001, 0.0], + "type": "WYP", + "name": "MONCE" +}, { + "coords": [4.321944, 52.765278, 0.0], + "type": "WYP", + "name": "MONDY" +}, { + "coords": [67.313614, 52.607498, 0.0], + "type": "WYP", + "name": "MONEG" +}, { + "coords": [1.684728, 41.34687, 0.0], + "type": "WYP", + "name": "MONEV" +}, { + "coords": [13.279166, 45.487221, 0.0], + "type": "WYP", + "name": "MONFA" +}, { + "coords": [3.746667, 52.760834, 0.0], + "type": "WYP", + "name": "MONIL" +}, { + "coords": [7.988333, 46.684166, 0.0], + "type": "WYP", + "name": "MONIN" +}, { + "coords": [-99.875557, 23.874445, 0.0], + "type": "WYP", + "name": "MONTE" +}, { + "coords": [10.593611, 45.231667, 0.0], + "type": "WYP", + "name": "MONTI" +}, { + "coords": [-4.496828, 39.221771, 0.0], + "type": "WYP", + "name": "MONTO" +}, { + "coords": [-1.146667, 46.93, 0.0], + "type": "WYP", + "name": "MONTU" +}, { + "coords": [-3.173889, 52.892776, 0.0], + "type": "WYP", + "name": "MONTY" +}, { + "coords": [11.958333, 49.41111, 0.0], + "type": "WYP", + "name": "MOOCE" +}, { + "coords": [1.036311, 42.417374, 0.0], + "type": "WYP", + "name": "MOPAS" +}, { + "coords": [4.107778, 50.147778, 0.0], + "type": "WYP", + "name": "MOPIL" +}, { + "coords": [20.70805, 46.163471, 0.0], + "type": "WYP", + "name": "MOPUG" +}, { + "coords": [-82.103333, 22.65, 0.0], + "type": "WYP", + "name": "MORA" +}, { + "coords": [-3.542, 39.0, 0.0], + "type": "WYP", + "name": "MORAL" +}, { + "coords": [-89.014442, 14.093056, 0.0], + "type": "WYP", + "name": "MORAM" +}, { + "coords": [-8.0185, 39.163986, 0.0], + "type": "WYP", + "name": "MORAS" +}, { + "coords": [-99.613335, 22.299166, 0.0], + "type": "WYP", + "name": "MORAS" +}, { + "coords": [-2.821667, 58.083332, 0.0], + "type": "WYP", + "name": "MORAY" +}, { + "coords": [77.258331, 63.446667, 0.0], + "type": "WYP", + "name": "MORBI" +}, { + "coords": [-3.483333, 53.919445, 0.0], + "type": "WYP", + "name": "MORBY" +}, { + "coords": [6.007222, 46.393055, 0.0], + "type": "WYP", + "name": "MOREG" +}, { + "coords": [23.313334, 42.291668, 0.0], + "type": "WYP", + "name": "MOREK" +}, { + "coords": [59.301666, 68.148331, 0.0], + "type": "WYP", + "name": "MOREN" +}, { + "coords": [-3.311667, 45.854443, 0.0], + "type": "WYP", + "name": "MORGO" +}, { + "coords": [0.769722, 46.775002, 0.0], + "type": "WYP", + "name": "MORIK" +}, { + "coords": [2.350278, 43.065834, 0.0], + "type": "WYP", + "name": "MORIL" +}, { + "coords": [17.026337, 49.219116, 0.0], + "type": "WYP", + "name": "MORKO" +}, { + "coords": [-80.616669, 10.683333, 0.0], + "type": "WYP", + "name": "MORLI" +}, { + "coords": [2.003056, 48.890388, 0.0], + "type": "WYP", + "name": "MORMI" +}, { + "coords": [6.655556, 47.396667, 0.0], + "type": "WYP", + "name": "MOROK" +}, { + "coords": [64.566666, 41.283333, 0.0], + "type": "WYP", + "name": "MOROV" +}, { + "coords": [4.666667, 39.956699, 0.0], + "type": "WYP", + "name": "MORSS" +}, { + "coords": [39.200001, 42.933334, 0.0], + "type": "WYP", + "name": "MORUK" +}, { + "coords": [41.799999, 48.349998, 0.0], + "type": "WYP", + "name": "MORZK" +}, { + "coords": [12.788055, 55.041943, 0.0], + "type": "WYP", + "name": "MOSAT" +}, { + "coords": [12.798056, 55.552776, 0.0], + "type": "WYP", + "name": "MOSIN" +}, { + "coords": [4.477778, 49.772499, 0.0], + "type": "WYP", + "name": "MOSIR" +}, { + "coords": [8.743889, 47.069168, 0.0], + "type": "WYP", + "name": "MOSIT" +}, { + "coords": [2.859306, 48.937721, 0.0], + "type": "WYP", + "name": "MOSUD" +}, { + "coords": [2.22, 47.576668, 0.0], + "type": "WYP", + "name": "MOTAL" +}, { + "coords": [-1.745189, 39.538788, 0.0], + "type": "WYP", + "name": "MOTIL" +}, { + "coords": [94.666664, 58.183334, 0.0], + "type": "WYP", + "name": "MOTIN" +}, { + "coords": [23.551945, 52.116112, 0.0], + "type": "WYP", + "name": "MOTKA" +}, { + "coords": [83.59333, 55.086666, 0.0], + "type": "WYP", + "name": "MOTKO" +}, { + "coords": [109.815002, 24.681667, 0.0], + "type": "WYP", + "name": "MOTOM" +}, { + "coords": [7.197222, 44.017223, 0.0], + "type": "WYP", + "name": "MOTUR" +}, { + "coords": [3.863611, 46.286388, 0.0], + "type": "WYP", + "name": "MOU27" +}, { + "coords": [7.316667, 39.0, 0.0], + "type": "WYP", + "name": "MOUET" +}, { + "coords": [9.75, 42.621387, 0.0], + "type": "WYP", + "name": "MOULE" +}, { + "coords": [9.0, 54.086666, 0.0], + "type": "WYP", + "name": "MOVAX" +}, { + "coords": [13.313916, 58.531361, 0.0], + "type": "WYP", + "name": "MOXAM" +}, { + "coords": [17.860834, 43.261112, 0.0], + "type": "WYP", + "name": "MSR" +}, { + "coords": [4.611389, 43.026112, 0.0], + "type": "WYP", + "name": "MTG30" +}, { + "coords": [4.33262, 42.817413, 0.0], + "type": "WYP", + "name": "MTG48" +}, { + "coords": [-78.976997, 8.8535, 0.0], + "type": "WYP", + "name": "MUBAR" +}, { + "coords": [-13.0, 43.5, 0.0], + "type": "WYP", + "name": "MUDOS" +}, { + "coords": [26.179722, 64.707222, 0.0], + "type": "WYP", + "name": "MUHOS" +}, { + "coords": [48.618332, 64.014999, 0.0], + "type": "WYP", + "name": "MUKAS" +}, { + "coords": [-20.941944, 63.567501, 0.0], + "type": "WYP", + "name": "MUKKI" +}, { + "coords": [32.666668, 49.266666, 0.0], + "type": "WYP", + "name": "MUKUN" +}, { + "coords": [10.536667, 52.413055, 0.0], + "type": "WYP", + "name": "MULDO" +}, { + "coords": [3.473056, 53.702221, 0.0], + "type": "WYP", + "name": "MULIT" +}, { + "coords": [-5.7475, 54.186943, 0.0], + "type": "WYP", + "name": "MULLA" +}, { + "coords": [-79.902832, 9.1025, 0.0], + "type": "WYP", + "name": "MULPO" +}, { + "coords": [56.845001, 51.078335, 0.0], + "type": "WYP", + "name": "MULTA" +}, { + "coords": [12.963387, 48.210819, 0.0], + "type": "WYP", + "name": "MUN46" +}, { + "coords": [-92.671669, 21.483889, 0.0], + "type": "WYP", + "name": "MUNDA" +}, { + "coords": [23.629444, 67.967499, 0.0], + "type": "WYP", + "name": "MUONI" +}, { + "coords": [-81.98333, 13.195, 0.0], + "type": "WYP", + "name": "MUPAL" +}, { + "coords": [16.0, 46.566666, 0.0], + "type": "WYP", + "name": "MURA" +}, { + "coords": [-61.866665, 16.65, 0.0], + "type": "WYP", + "name": "MURAX" +}, { + "coords": [15.80805, 46.706738, 0.0], + "type": "WYP", + "name": "MUREG" +}, { + "coords": [-3.550555, 49.321388, 0.0], + "type": "WYP", + "name": "MUREL" +}, { + "coords": [4.666667, 41.057499, 0.0], + "type": "WYP", + "name": "MUREN" +}, { + "coords": [4.380556, 45.315834, 0.0], + "type": "WYP", + "name": "MURRO" +}, { + "coords": [-21.811111, 64.135834, 0.0], + "type": "WYP", + "name": "MURTA" +}, { + "coords": [-97.966667, 21.114445, 0.0], + "type": "WYP", + "name": "MUSAD" +}, { + "coords": [-5.563931, 43.542839, 0.0], + "type": "WYP", + "name": "MUSIL" +}, { + "coords": [24.774445, 55.0625, 0.0], + "type": "WYP", + "name": "MUSNI" +}, { + "coords": [36.866665, 47.033333, 0.0], + "type": "WYP", + "name": "MYKOL" +}, { + "coords": [-2.913889, 52.711388, 0.0], + "type": "WYP", + "name": "MYNDA" +}, { + "coords": [-22.148056, 64.702225, 0.0], + "type": "WYP", + "name": "MYRAR" +}, { + "coords": [19.279444, 50.536388, 0.0], + "type": "WYP", + "name": "MYSKO" +}, { + "coords": [66.583336, 40.718334, 0.0], + "type": "WYP", + "name": "NABAT" +}, { + "coords": [43.963333, 53.276669, 0.0], + "type": "WYP", + "name": "NABLA" +}, { + "coords": [28.661667, 60.783333, 0.0], + "type": "WYP", + "name": "NADAR" +}, { + "coords": [-104.813889, 26.647778, 0.0], + "type": "WYP", + "name": "NADIA" +}, { + "coords": [0.0, 57.824722, 0.0], + "type": "WYP", + "name": "NADIR" +}, { + "coords": [77.050003, 62.833332, 0.0], + "type": "WYP", + "name": "NAFTA" +}, { + "coords": [-88.589447, 14.263056, 0.0], + "type": "WYP", + "name": "NAGEL" +}, { + "coords": [62.950001, 40.900002, 0.0], + "type": "WYP", + "name": "NAGEN" +}, { + "coords": [-85.565552, 12.942223, 0.0], + "type": "WYP", + "name": "NAGOR" +}, { + "coords": [-88.5625, 15.252222, 0.0], + "type": "WYP", + "name": "NAKAN" +}, { + "coords": [23.614166, 60.421944, 0.0], + "type": "WYP", + "name": "NAKET" +}, { + "coords": [-4.623055, 49.715, 0.0], + "type": "WYP", + "name": "NAKID" +}, { + "coords": [4.098055, 44.322498, 0.0], + "type": "WYP", + "name": "NAKIS" +}, { + "coords": [-52.564724, 65.714165, 0.0], + "type": "WYP", + "name": "NALAK" +}, { + "coords": [-90.099754, 17.747383, 0.0], + "type": "WYP", + "name": "NALDA" +}, { + "coords": [36.485001, 50.313332, 0.0], + "type": "WYP", + "name": "NALEG" +}, { + "coords": [39.808334, 47.950001, 0.0], + "type": "WYP", + "name": "NALEM" +}, { + "coords": [77.582222, 44.838612, 0.0], + "type": "WYP", + "name": "NALIK" +}, { + "coords": [37.458332, 44.501667, 0.0], + "type": "WYP", + "name": "NALIV" +}, { + "coords": [-88.233887, 17.128889, 0.0], + "type": "WYP", + "name": "NALMA" +}, { + "coords": [63.959999, 60.013332, 0.0], + "type": "WYP", + "name": "NALOG" +}, { + "coords": [-80.216667, 19.021667, 0.0], + "type": "WYP", + "name": "NALRO" +}, { + "coords": [50.0, 41.333332, 0.0], + "type": "WYP", + "name": "NAMAS" +}, { + "coords": [23.681269, 46.329372, 0.0], + "type": "WYP", + "name": "NAMER" +}, { + "coords": [11.321111, 64.186111, 0.0], + "type": "WYP", + "name": "NAMOX" +}, { + "coords": [-82.374168, 8.713611, 0.0], + "type": "WYP", + "name": "NANCE" +}, { + "coords": [6.083889, 48.817501, 0.0], + "type": "WYP", + "name": "NANCY" +}, { + "coords": [-2.174558, 39.988857, 0.0], + "type": "WYP", + "name": "NANDO" +}, { + "coords": [-89.373955, 16.812517, 0.0], + "type": "WYP", + "name": "NANDO" +}, { + "coords": [30.261667, 50.833332, 0.0], + "type": "WYP", + "name": "NANIR" +}, { + "coords": [14.032933, 45.790985, 0.0], + "type": "WYP", + "name": "NANIS" +}, { + "coords": [51.516666, 53.75, 0.0], + "type": "WYP", + "name": "NANKA" +}, { + "coords": [-46.995834, 63.135277, 0.0], + "type": "WYP", + "name": "NANSI" +}, { + "coords": [-2.566667, 53.137501, 0.0], + "type": "WYP", + "name": "NANTI" +}, { + "coords": [7.332778, 51.04361, 0.0], + "type": "WYP", + "name": "NAPIT" +}, { + "coords": [23.960093, 46.683346, 0.0], + "type": "WYP", + "name": "NAPOC" +}, { + "coords": [35.016666, 46.261665, 0.0], + "type": "WYP", + "name": "NAPOR" +}, { + "coords": [-82.699448, 19.602222, 0.0], + "type": "WYP", + "name": "NAPRA" +}, { + "coords": [12.338795, 48.187042, 0.0], + "type": "WYP", + "name": "NAPSA" +}, { + "coords": [6.021389, 51.855278, 0.0], + "type": "WYP", + "name": "NAPSI" +}, { + "coords": [1.748889, 44.295277, 0.0], + "type": "WYP", + "name": "NARAK" +}, { + "coords": [-8.228289, 42.139812, 0.0], + "type": "WYP", + "name": "NARBO" +}, { + "coords": [-0.998675, 38.738308, 0.0], + "type": "WYP", + "name": "NARGO" +}, { + "coords": [16.739056, 59.845612, 0.0], + "type": "WYP", + "name": "NARIT" +}, { + "coords": [21.859934, 47.248463, 0.0], + "type": "WYP", + "name": "NARKA" +}, { + "coords": [12.225, 56.005833, 0.0], + "type": "WYP", + "name": "NAROL" +}, { + "coords": [-12.558089, 36.056763, 0.0], + "type": "WYP", + "name": "NARTA" +}, { + "coords": [49.943333, 39.650002, 0.0], + "type": "WYP", + "name": "NASAR" +}, { + "coords": [-12.973464, 36.325577, 0.0], + "type": "WYP", + "name": "NASAS" +}, { + "coords": [49.849998, 39.016666, 0.0], + "type": "WYP", + "name": "NASIL" +}, { + "coords": [28.916666, 53.616665, 0.0], + "type": "WYP", + "name": "NASKA" +}, { + "coords": [-3.027786, 39.399132, 0.0], + "type": "WYP", + "name": "NASOS" +}, { + "coords": [-6.588028, 53.318661, 0.0], + "type": "WYP", + "name": "NASRI" +}, { + "coords": [18.099722, 45.446667, 0.0], + "type": "WYP", + "name": "NASSY" +}, { + "coords": [27.555, 48.955002, 0.0], + "type": "WYP", + "name": "NATAK" +}, { + "coords": [21.5425, 58.021111, 0.0], + "type": "WYP", + "name": "NATAN" +}, { + "coords": [6.433333, 49.666668, 0.0], + "type": "WYP", + "name": "NATSO" +}, { + "coords": [31.066668, 48.525002, 0.0], + "type": "WYP", + "name": "NATUR" +}, { + "coords": [5.921667, 50.827221, 0.0], + "type": "WYP", + "name": "NAVAK" +}, { + "coords": [49.123333, 41.733334, 0.0], + "type": "WYP", + "name": "NAVIG" +}, { + "coords": [-16.234343, 35.52047, 0.0], + "type": "WYP", + "name": "NAVIX" +}, { + "coords": [18.454971, 59.569195, 0.0], + "type": "WYP", + "name": "NAXEL" +}, { + "coords": [-2.084722, 47.313057, 0.0], + "type": "WYP", + "name": "NAXER" +}, { + "coords": [-2.240889, 42.607449, 0.0], + "type": "WYP", + "name": "NAZAR" +}, { + "coords": [71.349998, 55.566666, 0.0], + "type": "WYP", + "name": "NAZIK" +}, { + "coords": [91.133331, 56.283333, 0.0], + "type": "WYP", + "name": "NAZIR" +}, { + "coords": [7.5, 58.669998, 0.0], + "type": "WYP", + "name": "NCL01" +}, { + "coords": [4.205, 57.525002, 0.0], + "type": "WYP", + "name": "NCL02" +}, { + "coords": [0.383333, 55.986668, 0.0], + "type": "WYP", + "name": "NCL03" +}, { + "coords": [3.616667, 57.938332, 0.0], + "type": "WYP", + "name": "NCL04" +}, { + "coords": [-0.2, 55.926666, 0.0], + "type": "WYP", + "name": "NCL05" +}, { + "coords": [10.274445, 47.403889, 0.0], + "type": "WYP", + "name": "NEBEL" +}, { + "coords": [2.256667, 49.990002, 0.0], + "type": "WYP", + "name": "NEBRU" +}, { + "coords": [20.94125, 58.904972, 0.0], + "type": "WYP", + "name": "NEBSI" +}, { + "coords": [16.255045, 46.399704, 0.0], + "type": "WYP", + "name": "NEDEL" +}, { + "coords": [-0.495, 46.321945, 0.0], + "type": "WYP", + "name": "NEDOS" +}, { + "coords": [54.349998, 56.099998, 0.0], + "type": "WYP", + "name": "NEDRA" +}, { + "coords": [72.093056, 49.281944, 0.0], + "type": "WYP", + "name": "NEDRO" +}, { + "coords": [5.819167, 45.075832, 0.0], + "type": "WYP", + "name": "NEDRU" +}, { + "coords": [-1.547778, 50.666111, 0.0], + "type": "WYP", + "name": "NEDUL" +}, { + "coords": [-4.688889, 52.857498, 0.0], + "type": "WYP", + "name": "NEFYN" +}, { + "coords": [7.862778, 41.411667, 0.0], + "type": "WYP", + "name": "NEGAT" +}, { + "coords": [12.625334, 58.251335, 0.0], + "type": "WYP", + "name": "NEGIL" +}, { + "coords": [5.452778, 56.168335, 0.0], + "type": "WYP", + "name": "NEGIN" +}, { + "coords": [9.427222, 47.722221, 0.0], + "type": "WYP", + "name": "NEGRA" +}, { + "coords": [20.578611, 58.304443, 0.0], + "type": "WYP", + "name": "NEKET" +}, { + "coords": [19.263639, 59.0, 0.0], + "type": "WYP", + "name": "NEKLA" +}, { + "coords": [3.025, 43.750832, 0.0], + "type": "WYP", + "name": "NEKTA" +}, { + "coords": [3.520844, 40.094124, 0.0], + "type": "WYP", + "name": "NELAS" +}, { + "coords": [14.393333, 36.863335, 0.0], + "type": "WYP", + "name": "NELDA" +}, { + "coords": [24.165001, 52.943333, 0.0], + "type": "WYP", + "name": "NELIM" +}, { + "coords": [9.023611, 48.627777, 0.0], + "type": "WYP", + "name": "NELLI" +}, { + "coords": [29.781666, 54.536667, 0.0], + "type": "WYP", + "name": "NELOK" +}, { + "coords": [-2.184722, 53.863335, 0.0], + "type": "WYP", + "name": "NELSA" +}, { + "coords": [64.275002, 54.328335, 0.0], + "type": "WYP", + "name": "NELTI" +}, { + "coords": [-79.930168, 8.9145, 0.0], + "type": "WYP", + "name": "NEMER" +}, { + "coords": [-81.066666, 12.348333, 0.0], + "type": "WYP", + "name": "NEMIL" +}, { + "coords": [22.046261, 48.771893, 0.0], + "type": "WYP", + "name": "NEMPI" +}, { + "coords": [7.221111, 41.374443, 0.0], + "type": "WYP", + "name": "NEMUR" +}, { + "coords": [-7.0, 53.101665, 0.0], + "type": "WYP", + "name": "NENAG" +}, { + "coords": [3.933547, 41.923042, 0.0], + "type": "WYP", + "name": "NENES" +}, { + "coords": [10.825833, 51.399445, 0.0], + "type": "WYP", + "name": "NENSA" +}, { + "coords": [69.032776, 41.265556, 0.0], + "type": "WYP", + "name": "NEPAL" +}, { + "coords": [52.415001, 43.692223, 0.0], + "type": "WYP", + "name": "NEPIL" +}, { + "coords": [2.815556, 52.516666, 0.0], + "type": "WYP", + "name": "NEPTU" +}, { + "coords": [13.559842, 50.212101, 0.0], + "type": "WYP", + "name": "NER33" +}, { + "coords": [5.378334, 41.683056, 0.0], + "type": "WYP", + "name": "NERAN" +}, { + "coords": [9.228056, 57.887779, 0.0], + "type": "WYP", + "name": "NERDO" +}, { + "coords": [20.916666, 55.299999, 0.0], + "type": "WYP", + "name": "NERIG" +}, { + "coords": [2.562778, 48.578609, 0.0], + "type": "WYP", + "name": "NERIN" +}, { + "coords": [17.543333, 42.905277, 0.0], + "type": "WYP", + "name": "NERRA" +}, { + "coords": [59.435001, 42.331665, 0.0], + "type": "WYP", + "name": "NESIR" +}, { + "coords": [16.34725, 57.21936, 0.0], + "type": "WYP", + "name": "NESLI" +}, { + "coords": [-4.166667, 60.0, 0.0], + "type": "WYP", + "name": "NESTA" +}, { + "coords": [33.421665, 43.708332, 0.0], + "type": "WYP", + "name": "NESTE" +}, { + "coords": [10.426945, 45.80389, 0.0], + "type": "WYP", + "name": "NESTI" +}, { + "coords": [68.40361, 40.614723, 0.0], + "type": "WYP", + "name": "NETAT" +}, { + "coords": [17.661667, 43.041668, 0.0], + "type": "WYP", + "name": "NETKO" +}, { + "coords": [-70.803085, 21.822971, 0.0], + "type": "WYP", + "name": "NETTA" +}, { + "coords": [26.978563, 44.695385, 0.0], + "type": "WYP", + "name": "NETUL" +}, { + "coords": [17.031666, 37.709999, 0.0], + "type": "WYP", + "name": "NEVAN" +}, { + "coords": [7.278611, 62.352222, 0.0], + "type": "WYP", + "name": "NEVIG" +}, { + "coords": [-0.368333, 50.0, 0.0], + "type": "WYP", + "name": "NEVIL" +}, { + "coords": [-4.544722, 56.695278, 0.0], + "type": "WYP", + "name": "NEVIS" +}, { + "coords": [30.616667, 59.849998, 0.0], + "type": "WYP", + "name": "NEVOD" +}, { + "coords": [-6.269722, 54.068333, 0.0], + "type": "WYP", + "name": "NEVRI" +}, { + "coords": [13.458497, 50.602692, 0.0], + "type": "WYP", + "name": "NEVTO" +}, { + "coords": [-2.433333, 55.280556, 0.0], + "type": "WYP", + "name": "NEW29" +}, { + "coords": [-2.663889, 55.355, 0.0], + "type": "WYP", + "name": "NEW38" +}, { + "coords": [13.733111, 56.339138, 0.0], + "type": "WYP", + "name": "NEXIL" +}, { + "coords": [-4.100833, 55.140556, 0.0], + "type": "WYP", + "name": "NGY03" +}, { + "coords": [68.959999, 58.193333, 0.0], + "type": "WYP", + "name": "NH24" +}, { + "coords": [68.728333, 58.450001, 0.0], + "type": "WYP", + "name": "NH25" +}, { + "coords": [69.128334, 58.009998, 0.0], + "type": "WYP", + "name": "NH30" +}, { + "coords": [68.348335, 58.861668, 0.0], + "type": "WYP", + "name": "NH44" +}, { + "coords": [3.333889, 49.071388, 0.0], + "type": "WYP", + "name": "NIBAR" +}, { + "coords": [39.151669, 43.529999, 0.0], + "type": "WYP", + "name": "NIBUS" +}, { + "coords": [6.912222, 62.188057, 0.0], + "type": "WYP", + "name": "NIBVA" +}, { + "coords": [29.154455, 44.226761, 0.0], + "type": "WYP", + "name": "NICOL" +}, { + "coords": [91.43, 50.490002, 0.0], + "type": "WYP", + "name": "NIDOR" +}, { + "coords": [4.327222, 53.093887, 0.0], + "type": "WYP", + "name": "NIELS" +}, { + "coords": [59.983334, 55.950001, 0.0], + "type": "WYP", + "name": "NIFAL" +}, { + "coords": [68.144447, 40.765278, 0.0], + "type": "WYP", + "name": "NIGAK" +}, { + "coords": [77.188889, 43.683056, 0.0], + "type": "WYP", + "name": "NIGET" +}, { + "coords": [-1.170833, 51.313057, 0.0], + "type": "WYP", + "name": "NIGIT" +}, { + "coords": [4.1525, 51.289444, 0.0], + "type": "WYP", + "name": "NIK08" +}, { + "coords": [4.967455, 50.719566, 0.0], + "type": "WYP", + "name": "NIK40" +}, { + "coords": [35.991665, 47.369999, 0.0], + "type": "WYP", + "name": "NIKAD" +}, { + "coords": [-77.533333, 20.436666, 0.0], + "type": "WYP", + "name": "NIKEL" +}, { + "coords": [31.996666, 49.416668, 0.0], + "type": "WYP", + "name": "NIKIG" +}, { + "coords": [7.248889, 53.557777, 0.0], + "type": "WYP", + "name": "NIKIL" +}, { + "coords": [104.816666, 51.900002, 0.0], + "type": "WYP", + "name": "NIKLA" +}, { + "coords": [9.170555, 45.995556, 0.0], + "type": "WYP", + "name": "NIKMO" +}, { + "coords": [35.833332, 49.018333, 0.0], + "type": "WYP", + "name": "NIKOD" +}, { + "coords": [13.688334, 44.223331, 0.0], + "type": "WYP", + "name": "NIKOL" +}, { + "coords": [34.393333, 43.305, 0.0], + "type": "WYP", + "name": "NIKRA" +}, { + "coords": [46.200001, 53.533333, 0.0], + "type": "WYP", + "name": "NIKTA" +}, { + "coords": [73.178337, 58.466667, 0.0], + "type": "WYP", + "name": "NIKUL" +}, { + "coords": [106.690002, 28.403334, 0.0], + "type": "WYP", + "name": "NIKUN" +}, { + "coords": [10.899722, 53.351665, 0.0], + "type": "WYP", + "name": "NIKUS" +}, { + "coords": [85.146667, 54.091667, 0.0], + "type": "WYP", + "name": "NILAN" +}, { + "coords": [4.118889, 50.296665, 0.0], + "type": "WYP", + "name": "NILEM" +}, { + "coords": [25.170303, 44.953831, 0.0], + "type": "WYP", + "name": "NILOV" +}, { + "coords": [25.683332, 39.325001, 0.0], + "type": "WYP", + "name": "NILVA" +}, { + "coords": [69.016945, 41.966946, 0.0], + "type": "WYP", + "name": "NIMAG" +}, { + "coords": [24.053333, 53.650002, 0.0], + "type": "WYP", + "name": "NIMAN" +}, { + "coords": [65.183334, 41.166668, 0.0], + "type": "WYP", + "name": "NIMBA" +}, { + "coords": [85.01667, 57.183334, 0.0], + "type": "WYP", + "name": "NIMFA" +}, { + "coords": [33.323334, 48.494999, 0.0], + "type": "WYP", + "name": "NINOR" +}, { + "coords": [-6.777083, 41.129616, 0.0], + "type": "WYP", + "name": "NINOS" +}, { + "coords": [0.483333, 39.208832, 0.0], + "type": "WYP", + "name": "NINOT" +}, { + "coords": [18.285639, 56.228779, 0.0], + "type": "WYP", + "name": "NINTA" +}, { + "coords": [5.553056, 46.147221, 0.0], + "type": "WYP", + "name": "NINTU" +}, { + "coords": [-8.402778, 54.452499, 0.0], + "type": "WYP", + "name": "NIPIT" +}, { + "coords": [4.009444, 49.116112, 0.0], + "type": "WYP", + "name": "NIPOR" +}, { + "coords": [0.759444, 43.460835, 0.0], + "type": "WYP", + "name": "NIRAN" +}, { + "coords": [9.6175, 58.078609, 0.0], + "type": "WYP", + "name": "NIROD" +}, { + "coords": [12.884722, 55.482498, 0.0], + "type": "WYP", + "name": "NISLO" +}, { + "coords": [8.625, 49.788887, 0.0], + "type": "WYP", + "name": "NISTE" +}, { + "coords": [13.541667, 36.186943, 0.0], + "type": "WYP", + "name": "NISUT" +}, { + "coords": [2.236389, 49.919998, 0.0], + "type": "WYP", + "name": "NITAR" +}, { + "coords": [63.600277, 43.508888, 0.0], + "type": "WYP", + "name": "NITNA" +}, { + "coords": [32.908333, 46.125, 0.0], + "type": "WYP", + "name": "NITOK" +}, { + "coords": [-3.200278, 52.553333, 0.0], + "type": "WYP", + "name": "NITON" +}, { + "coords": [62.616665, 59.233334, 0.0], + "type": "WYP", + "name": "NIVAR" +}, { + "coords": [-1.237222, 46.739723, 0.0], + "type": "WYP", + "name": "NIVAS" +}, { + "coords": [4.29105, 50.69381, 0.0], + "type": "WYP", + "name": "NIVOR" +}, { + "coords": [7.002017, 43.234474, 0.0], + "type": "WYP", + "name": "NIZ34" +}, { + "coords": [47.891666, 55.555, 0.0], + "type": "WYP", + "name": "NIZHO" +}, { + "coords": [-87.186668, 21.27, 0.0], + "type": "WYP", + "name": "NIZUC" +}, { + "coords": [107.35408, 22.448601, 0.0], + "type": "WYP", + "name": "NL28" +}, { + "coords": [53.150002, 67.616669, 0.0], + "type": "WYP", + "name": "NMAR" +}, { + "coords": [6.0, 52.0, 0.0], + "type": "WYP", + "name": "NMILN" +}, { + "coords": [86.0, 56.380001, 0.0], + "type": "WYP", + "name": "NN69" +}, { + "coords": [72.798332, 65.065002, 0.0], + "type": "WYP", + "name": "NO31" +}, { + "coords": [14.31, 51.304165, 0.0], + "type": "WYP", + "name": "NOBLI" +}, { + "coords": [54.466667, 63.700001, 0.0], + "type": "WYP", + "name": "NODES" +}, { + "coords": [-99.685837, 18.476389, 0.0], + "type": "WYP", + "name": "NOGAL" +}, { + "coords": [32.650002, 48.383335, 0.0], + "type": "WYP", + "name": "NOGRO" +}, { + "coords": [1.15, 48.310001, 0.0], + "type": "WYP", + "name": "NOJAN" +}, { + "coords": [45.200001, 45.950001, 0.0], + "type": "WYP", + "name": "NOKAN" +}, { + "coords": [-72.261665, 18.666666, 0.0], + "type": "WYP", + "name": "NOKEN" +}, { + "coords": [-2.882778, 53.076668, 0.0], + "type": "WYP", + "name": "NOKIN" +}, { + "coords": [45.115002, 48.025002, 0.0], + "type": "WYP", + "name": "NOKLI" +}, { + "coords": [13.113055, 50.634724, 0.0], + "type": "WYP", + "name": "NOKSI" +}, { + "coords": [23.023333, 61.930279, 0.0], + "type": "WYP", + "name": "NOLGI" +}, { + "coords": [76.60611, 45.630001, 0.0], + "type": "WYP", + "name": "NOMBA" +}, { + "coords": [18.999722, 49.939445, 0.0], + "type": "WYP", + "name": "NOMIX" +}, { + "coords": [56.231667, 39.865002, 0.0], + "type": "WYP", + "name": "NONIK" +}, { + "coords": [-19.400278, 65.313614, 0.0], + "type": "WYP", + "name": "NONNI" +}, { + "coords": [13.0975, 54.263611, 0.0], + "type": "WYP", + "name": "NONSA" +}, { + "coords": [0.097944, 43.55164, 0.0], + "type": "WYP", + "name": "NONTU" +}, { + "coords": [1.440111, 43.945278, 0.0], + "type": "WYP", + "name": "NOPTA" +}, { + "coords": [89.433334, 49.633335, 0.0], + "type": "WYP", + "name": "NOPUS" +}, { + "coords": [6.283333, 50.616665, 0.0], + "type": "WYP", + "name": "NOR21" +}, { + "coords": [19.808174, 47.616241, 0.0], + "type": "WYP", + "name": "NORAH" +}, { + "coords": [-74.971664, 16.508333, 0.0], + "type": "WYP", + "name": "NORAN" +}, { + "coords": [10.719722, 49.415279, 0.0], + "type": "WYP", + "name": "NORAS" +}, { + "coords": [60.583332, 44.633335, 0.0], + "type": "WYP", + "name": "NORDA" +}, { + "coords": [-1.096667, 49.786667, 0.0], + "type": "WYP", + "name": "NORDA" +}, { + "coords": [4.666667, 59.33889, 0.0], + "type": "WYP", + "name": "NORIG" +}, { + "coords": [11.0475, 63.770832, 0.0], + "type": "WYP", + "name": "NORIK" +}, { + "coords": [11.388431, 47.387096, 0.0], + "type": "WYP", + "name": "NORIN" +}, { + "coords": [8.791389, 42.953056, 0.0], + "type": "WYP", + "name": "NORKA" +}, { + "coords": [13.328333, 43.080002, 0.0], + "type": "WYP", + "name": "NORKI" +}, { + "coords": [6.976389, 52.215557, 0.0], + "type": "WYP", + "name": "NORKU" +}, { + "coords": [-6.869722, 51.619167, 0.0], + "type": "WYP", + "name": "NORLA" +}, { + "coords": [-2.091944, 46.896111, 0.0], + "type": "WYP", + "name": "NORMI" +}, { + "coords": [9.98, 43.278332, 0.0], + "type": "WYP", + "name": "NORNI" +}, { + "coords": [0.6775, 45.484722, 0.0], + "type": "WYP", + "name": "NORON" +}, { + "coords": [5.817778, 50.020279, 0.0], + "type": "WYP", + "name": "NORPA" +}, { + "coords": [4.336667, 52.344723, 0.0], + "type": "WYP", + "name": "NORRA" +}, { + "coords": [-1.123333, 51.479721, 0.0], + "type": "WYP", + "name": "NORRY" +}, { + "coords": [5.2875, 59.045277, 0.0], + "type": "WYP", + "name": "NORSY" +}, { + "coords": [9.809722, 51.86861, 0.0], + "type": "WYP", + "name": "NORTA" +}, { + "coords": [11.251945, 47.251945, 0.0], + "type": "WYP", + "name": "NORTO" +}, { + "coords": [29.66, 47.186668, 0.0], + "type": "WYP", + "name": "NORTU" +}, { + "coords": [10.961389, 68.097221, 0.0], + "type": "WYP", + "name": "NORVA" +}, { + "coords": [42.724998, 45.458332, 0.0], + "type": "WYP", + "name": "NOSAK" +}, { + "coords": [17.258112, 59.072777, 0.0], + "type": "WYP", + "name": "NOSLI" +}, { + "coords": [7.755278, 43.819443, 0.0], + "type": "WYP", + "name": "NOSTA" +}, { + "coords": [19.0, 39.816666, 0.0], + "type": "WYP", + "name": "NOSTO" +}, { + "coords": [27.559723, 57.830002, 0.0], + "type": "WYP", + "name": "NOTAR" +}, { + "coords": [-3.699167, 46.322224, 0.0], + "type": "WYP", + "name": "NOVAN" +}, { + "coords": [5.898334, 52.710278, 0.0], + "type": "WYP", + "name": "NOVEN" +}, { + "coords": [8.746944, 44.69611, 0.0], + "type": "WYP", + "name": "NOVIG" +}, { + "coords": [-28.548334, 39.908611, 0.0], + "type": "WYP", + "name": "NOVMR" +}, { + "coords": [16.073336, 49.572781, 0.0], + "type": "WYP", + "name": "NOVUM" +}, { + "coords": [3.335833, 53.170555, 0.0], + "type": "WYP", + "name": "NOWIN" +}, { + "coords": [-27.748888, 39.283333, 0.0], + "type": "WYP", + "name": "NRADR" +}, { + "coords": [-2.330306, 47.151943, 0.0], + "type": "WYP", + "name": "NTS29" +}, { + "coords": [34.133335, 58.083332, 0.0], + "type": "WYP", + "name": "NUKOL" +}, { + "coords": [9.796667, 51.799999, 0.0], + "type": "WYP", + "name": "NUKRI" +}, { + "coords": [95.23333, 41.883335, 0.0], + "type": "WYP", + "name": "NUKTI" +}, { + "coords": [59.623333, 42.488335, 0.0], + "type": "WYP", + "name": "NUKUS" +}, { + "coords": [-3.283611, 51.610001, 0.0], + "type": "WYP", + "name": "NUMPO" +}, { + "coords": [31.046667, 59.501667, 0.0], + "type": "WYP", + "name": "NURMA" +}, { + "coords": [2.755278, 49.826111, 0.0], + "type": "WYP", + "name": "NURMO" +}, { + "coords": [63.716667, 37.358334, 0.0], + "type": "WYP", + "name": "NURSA" +}, { + "coords": [10.736389, 54.184166, 0.0], + "type": "WYP", + "name": "NUSTA" +}, { + "coords": [14.148334, 43.16, 0.0], + "type": "WYP", + "name": "NUTRO" +}, { + "coords": [25.776945, 63.737499, 0.0], + "type": "WYP", + "name": "NUTTU" +}, { + "coords": [12.208333, 53.74361, 0.0], + "type": "WYP", + "name": "NUVEN" +}, { + "coords": [5.523889, 50.535278, 0.0], + "type": "WYP", + "name": "NUVIL" +}, { + "coords": [28.346666, 60.855, 0.0], + "type": "WYP", + "name": "NUVRO" +}, { + "coords": [-52.31139, 68.232224, 0.0], + "type": "WYP", + "name": "NYGAR" +}, { + "coords": [5.528889, 52.230278, 0.0], + "type": "WYP", + "name": "NYKER" +}, { + "coords": [58.023335, 55.451668, 0.0], + "type": "WYP", + "name": "NZ64" +}, { + "coords": [40.133335, 65.683334, 0.0], + "type": "WYP", + "name": "NZOLA" +}, { + "coords": [69.042503, 46.036667, 0.0], + "type": "WYP", + "name": "OBAMA" +}, { + "coords": [27.683332, 48.833332, 0.0], + "type": "WYP", + "name": "OBANA" +}, { + "coords": [5.633333, 43.227501, 0.0], + "type": "WYP", + "name": "OBANE" +}, { + "coords": [22.716328, 47.031521, 0.0], + "type": "WYP", + "name": "OBARA" +}, { + "coords": [75.220001, 47.488335, 0.0], + "type": "WYP", + "name": "OBARU" +}, { + "coords": [49.196667, 46.358334, 0.0], + "type": "WYP", + "name": "OBATA" +}, { + "coords": [68.595558, 40.871944, 0.0], + "type": "WYP", + "name": "OBEGA" +}, { + "coords": [19.910555, 52.359444, 0.0], + "type": "WYP", + "name": "OBEGO" +}, { + "coords": [25.628334, 49.516666, 0.0], + "type": "WYP", + "name": "OBIDA" +}, { + "coords": [58.088333, 51.720001, 0.0], + "type": "WYP", + "name": "OBINA" +}, { + "coords": [13.541667, 35.815277, 0.0], + "type": "WYP", + "name": "OBITA" +}, { + "coords": [5.013333, 41.810001, 0.0], + "type": "WYP", + "name": "OBLAD" +}, { + "coords": [44.466667, 41.833332, 0.0], + "type": "WYP", + "name": "OBORA" +}, { + "coords": [7.201667, 48.461945, 0.0], + "type": "WYP", + "name": "OBORN" +}, { + "coords": [26.094273, 44.109013, 0.0], + "type": "WYP", + "name": "OBUGA" +}, { + "coords": [0.020833, 43.159168, 0.0], + "type": "WYP", + "name": "OBUTO" +}, { + "coords": [3.469722, 53.410278, 0.0], + "type": "WYP", + "name": "OCTAR" +}, { + "coords": [75.586945, 50.558613, 0.0], + "type": "WYP", + "name": "ODAMA" +}, { + "coords": [12.761389, 55.095833, 0.0], + "type": "WYP", + "name": "ODARU" +}, { + "coords": [-18.0, 32.166668, 0.0], + "type": "WYP", + "name": "ODAXO" +}, { + "coords": [-6.0, 48.895279, 0.0], + "type": "WYP", + "name": "ODELO" +}, { + "coords": [7.0, 70.0, 0.0], + "type": "WYP", + "name": "ODESU" +}, { + "coords": [109.583336, 60.049999, 0.0], + "type": "WYP", + "name": "ODETA" +}, { + "coords": [6.648889, 47.213333, 0.0], + "type": "WYP", + "name": "ODIGA" +}, { + "coords": [-0.948611, 51.233055, 0.0], + "type": "WYP", + "name": "ODIMI" +}, { + "coords": [8.714444, 46.111668, 0.0], + "type": "WYP", + "name": "ODINA" +}, { + "coords": [6.914444, 51.883335, 0.0], + "type": "WYP", + "name": "ODINO" +}, { + "coords": [64.146667, 42.592224, 0.0], + "type": "WYP", + "name": "ODIVA" +}, { + "coords": [9.641945, 55.596111, 0.0], + "type": "WYP", + "name": "ODN34" +}, { + "coords": [12.715, 55.49139, 0.0], + "type": "WYP", + "name": "ODN70" +}, { + "coords": [17.167845, 48.853199, 0.0], + "type": "WYP", + "name": "ODNEM" +}, { + "coords": [68.818886, 41.983612, 0.0], + "type": "WYP", + "name": "ODORI" +}, { + "coords": [55.025276, 47.500557, 0.0], + "type": "WYP", + "name": "ODPUT" +}, { + "coords": [37.451668, 47.076668, 0.0], + "type": "WYP", + "name": "ODRAL" +}, { + "coords": [21.649166, 58.069168, 0.0], + "type": "WYP", + "name": "ODRUT" +}, { + "coords": [20.957222, 67.105835, 0.0], + "type": "WYP", + "name": "OG" +}, { + "coords": [27.236666, 52.693333, 0.0], + "type": "WYP", + "name": "OGARA" +}, { + "coords": [30.130772, 44.812649, 0.0], + "type": "WYP", + "name": "OGATA" +}, { + "coords": [8.925555, 46.142502, 0.0], + "type": "WYP", + "name": "OGERO" +}, { + "coords": [30.530001, 46.014999, 0.0], + "type": "WYP", + "name": "OGLAR" +}, { + "coords": [21.172777, 68.833054, 0.0], + "type": "WYP", + "name": "OGLAV" +}, { + "coords": [19.462223, 59.933056, 0.0], + "type": "WYP", + "name": "OGLOB" +}, { + "coords": [72.583336, 40.666668, 0.0], + "type": "WYP", + "name": "OGODA" +}, { + "coords": [66.608887, 41.482777, 0.0], + "type": "WYP", + "name": "OGOLI" +}, { + "coords": [9.724444, 67.422226, 0.0], + "type": "WYP", + "name": "OGPAR" +}, { + "coords": [5.891111, 43.404167, 0.0], + "type": "WYP", + "name": "OGREN" +}, { + "coords": [68.089722, 40.939999, 0.0], + "type": "WYP", + "name": "OGRIP" +}, { + "coords": [75.92028, 51.823334, 0.0], + "type": "WYP", + "name": "OGRUT" +}, { + "coords": [14.011389, 51.419998, 0.0], + "type": "WYP", + "name": "OGSEN" +}, { + "coords": [72.945831, 42.830833, 0.0], + "type": "WYP", + "name": "OGTOL" +}, { + "coords": [8.885, 50.825001, 0.0], + "type": "WYP", + "name": "OHMAR" +}, { + "coords": [1.483611, 42.616112, 0.0], + "type": "WYP", + "name": "OKABI" +}, { + "coords": [67.602219, 41.180832, 0.0], + "type": "WYP", + "name": "OKESO" +}, { + "coords": [12.226666, 50.097778, 0.0], + "type": "WYP", + "name": "OKG07" +}, { + "coords": [12.873333, 50.437778, 0.0], + "type": "WYP", + "name": "OKG29" +}, { + "coords": [18.248545, 49.300159, 0.0], + "type": "WYP", + "name": "OKI90" +}, { + "coords": [5.414166, 59.649166, 0.0], + "type": "WYP", + "name": "OKLAN" +}, { + "coords": [16.041111, 43.868057, 0.0], + "type": "WYP", + "name": "OKLAX" +}, { + "coords": [19.586666, 44.064999, 0.0], + "type": "WYP", + "name": "OKLET" +}, { + "coords": [17.605, 61.971554, 0.0], + "type": "WYP", + "name": "OKLEV" +}, { + "coords": [3.5675, 47.96611, 0.0], + "type": "WYP", + "name": "OKRIX" +}, { + "coords": [8.141945, 41.286945, 0.0], + "type": "WYP", + "name": "OKTAV" +}, { + "coords": [6.569445, 44.485001, 0.0], + "type": "WYP", + "name": "OKTET" +}, { + "coords": [44.036667, 40.151669, 0.0], + "type": "WYP", + "name": "OKUDA" +}, { + "coords": [3.016528, 48.324444, 0.0], + "type": "WYP", + "name": "OL35" +}, { + "coords": [2.815967, 48.189407, 0.0], + "type": "WYP", + "name": "OL37" +}, { + "coords": [2.048333, 48.139999, 0.0], + "type": "WYP", + "name": "OL38" +}, { + "coords": [2.602005, 48.105629, 0.0], + "type": "WYP", + "name": "OL39" +}, { + "coords": [3.373975, 48.632782, 0.0], + "type": "WYP", + "name": "OL40" +}, { + "coords": [3.406589, 48.845184, 0.0], + "type": "WYP", + "name": "OL41" +}, { + "coords": [3.224639, 48.33316, 0.0], + "type": "WYP", + "name": "OL41B" +}, { + "coords": [3.179853, 48.220722, 0.0], + "type": "WYP", + "name": "OL44" +}, { + "coords": [3.5054, 48.854443, 0.0], + "type": "WYP", + "name": "OL45" +}, { + "coords": [1.321292, 48.480282, 0.0], + "type": "WYP", + "name": "OL45A" +}, { + "coords": [1.338464, 48.450199, 0.0], + "type": "WYP", + "name": "OL45B" +}, { + "coords": [1.489175, 48.27594, 0.0], + "type": "WYP", + "name": "OL45C" +}, { + "coords": [67.911667, 55.900002, 0.0], + "type": "WYP", + "name": "OL52" +}, { + "coords": [3.119439, 47.731956, 0.0], + "type": "WYP", + "name": "OL67" +}, { + "coords": [32.766666, 67.98333, 0.0], + "type": "WYP", + "name": "OLADA" +}, { + "coords": [30.491667, 55.799999, 0.0], + "type": "WYP", + "name": "OLAGO" +}, { + "coords": [7.689722, 47.294724, 0.0], + "type": "WYP", + "name": "OLBEN" +}, { + "coords": [13.2525, 51.793056, 0.0], + "type": "WYP", + "name": "OLBIK" +}, { + "coords": [-1.150278, 45.969723, 0.0], + "type": "WYP", + "name": "OLERO" +}, { + "coords": [39.333332, 58.716667, 0.0], + "type": "WYP", + "name": "OLGOR" +}, { + "coords": [-1.341111, 50.805557, 0.0], + "type": "WYP", + "name": "OLGUD" +}, { + "coords": [24.883333, 38.419445, 0.0], + "type": "WYP", + "name": "OLIDA" +}, { + "coords": [34.236668, 46.408333, 0.0], + "type": "WYP", + "name": "OLIKO" +}, { + "coords": [21.934723, 42.291111, 0.0], + "type": "WYP", + "name": "OLINA" +}, { + "coords": [5.248055, 46.5, 0.0], + "type": "WYP", + "name": "OLINI" +}, { + "coords": [-1.936667, 52.403332, 0.0], + "type": "WYP", + "name": "OLIVE" +}, { + "coords": [-6.5, 61.0, 0.0], + "type": "WYP", + "name": "OLKER" +}, { + "coords": [20.5, 53.769165, 0.0], + "type": "WYP", + "name": "OLKIN" +}, { + "coords": [1.002778, 49.63139, 0.0], + "type": "WYP", + "name": "OLMES" +}, { + "coords": [-0.734167, 52.127777, 0.0], + "type": "WYP", + "name": "OLNEY" +}, { + "coords": [32.966667, 60.983334, 0.0], + "type": "WYP", + "name": "OLOBA" +}, { + "coords": [42.511665, 53.541668, 0.0], + "type": "WYP", + "name": "OLOLA" +}, { + "coords": [1.722778, 49.592499, 0.0], + "type": "WYP", + "name": "OLOSO" +}, { + "coords": [2.466772, 42.208363, 0.0], + "type": "WYP", + "name": "OLOTI" +}, { + "coords": [2.837222, 44.784443, 0.0], + "type": "WYP", + "name": "OLRAK" +}, { + "coords": [-2.196558, 42.965618, 0.0], + "type": "WYP", + "name": "OLTRE" +}, { + "coords": [4.749722, 45.757778, 0.0], + "type": "WYP", + "name": "OLUTA" +}, { + "coords": [49.27, 41.811668, 0.0], + "type": "WYP", + "name": "OMAKI" +}, { + "coords": [3.768055, 46.457222, 0.0], + "type": "WYP", + "name": "OMANI" +}, { + "coords": [46.599998, 66.476669, 0.0], + "type": "WYP", + "name": "OMARA" +}, { + "coords": [7.591111, 43.104721, 0.0], + "type": "WYP", + "name": "OMARD" +}, { + "coords": [0.824722, 47.166668, 0.0], + "type": "WYP", + "name": "OMARI" +}, { + "coords": [109.154999, 21.958334, 0.0], + "type": "WYP", + "name": "OMBAR" +}, { + "coords": [104.364998, 32.615002, 0.0], + "type": "WYP", + "name": "OMBON" +}, { + "coords": [71.883331, 62.483334, 0.0], + "type": "WYP", + "name": "OMEDA" +}, { + "coords": [8.361944, 42.328888, 0.0], + "type": "WYP", + "name": "OMEDA" +}, { + "coords": [8.043333, 45.736668, 0.0], + "type": "WYP", + "name": "OMETO" +}, { + "coords": [28.774328, 44.146832, 0.0], + "type": "WYP", + "name": "OMIDU" +}, { + "coords": [24.799444, 55.140556, 0.0], + "type": "WYP", + "name": "OMIGA" +}, { + "coords": [-7.228333, 49.272499, 0.0], + "type": "WYP", + "name": "OMIMI" +}, { + "coords": [23.672222, 38.75, 0.0], + "type": "WYP", + "name": "OMIRO" +}, { + "coords": [104.286667, 28.18, 0.0], + "type": "WYP", + "name": "OMLIP" +}, { + "coords": [-12.0, 48.83889, 0.0], + "type": "WYP", + "name": "OMOKO" +}, { + "coords": [-2.272939, 37.058327, 0.0], + "type": "WYP", + "name": "ONDAL" +}, { + "coords": [43.450001, 42.583332, 0.0], + "type": "WYP", + "name": "ONISA" +}, { + "coords": [-6.759992, 37.246723, 0.0], + "type": "WYP", + "name": "ONUBA" +}, { + "coords": [4.119167, 45.816944, 0.0], + "type": "WYP", + "name": "ONZON" +}, { + "coords": [1.885083, 49.89975, 0.0], + "type": "WYP", + "name": "OPALE" +}, { + "coords": [17.776028, 49.905529, 0.0], + "type": "WYP", + "name": "OPAVO" +}, { + "coords": [27.901667, 56.751667, 0.0], + "type": "WYP", + "name": "OPOKA" +}, { + "coords": [17.195, 42.536945, 0.0], + "type": "WYP", + "name": "ORAKA" +}, { + "coords": [22.234167, 63.297222, 0.0], + "type": "WYP", + "name": "ORAVA" +}, { + "coords": [2.493333, 43.189999, 0.0], + "type": "WYP", + "name": "ORBIL" +}, { + "coords": [-4.195336, 41.26572, 0.0], + "type": "WYP", + "name": "ORBIS" +}, { + "coords": [58.291668, 55.555, 0.0], + "type": "WYP", + "name": "OREGA" +}, { + "coords": [78.21167, 47.24889, 0.0], + "type": "WYP", + "name": "ORGUK" +}, { + "coords": [-1.846667, 50.0, 0.0], + "type": "WYP", + "name": "ORIST" +}, { + "coords": [35.478333, 43.781666, 0.0], + "type": "WYP", + "name": "ORLAN" +}, { + "coords": [18.446667, 40.365002, 0.0], + "type": "WYP", + "name": "ORSOM" +}, { + "coords": [-10.208844, 39.0, 0.0], + "type": "WYP", + "name": "ORSOS" +}, { + "coords": [-2.005, 49.999168, 0.0], + "type": "WYP", + "name": "ORTAC" +}, { + "coords": [-0.716667, 43.365555, 0.0], + "type": "WYP", + "name": "ORTEZ" +}, { + "coords": [2.791667, 48.642776, 0.0], + "type": "WYP", + "name": "ORTIL" +}, { + "coords": [-16.556908, 31.406956, 0.0], + "type": "WYP", + "name": "ORTIS" +}, { + "coords": [-7.383333, 36.026657, 0.0], + "type": "WYP", + "name": "ORTOP" +}, { + "coords": [20.216667, 38.983334, 0.0], + "type": "WYP", + "name": "ORTOS" +}, { + "coords": [4.265833, 48.263332, 0.0], + "type": "WYP", + "name": "ORVEN" +}, { + "coords": [0.669167, 59.638332, 0.0], + "type": "WYP", + "name": "ORVIK" +}, { + "coords": [-1.220833, 47.475555, 0.0], + "type": "WYP", + "name": "ORVOT" +}, { + "coords": [68.516388, 41.014999, 0.0], + "type": "WYP", + "name": "OSBOR" +}, { + "coords": [-30.0, 41.0, 0.0], + "type": "WYP", + "name": "OSCAR" +}, { + "coords": [2.899839, 39.024754, 0.0], + "type": "WYP", + "name": "OSGAL" +}, { + "coords": [-1.582472, 43.625, 0.0], + "type": "WYP", + "name": "OSGOT" +}, { + "coords": [1.213333, 43.831665, 0.0], + "type": "WYP", + "name": "OSKAM" +}, { + "coords": [13.735278, 51.424446, 0.0], + "type": "WYP", + "name": "OSKAN" +}, { + "coords": [27.228333, 61.0625, 0.0], + "type": "WYP", + "name": "OSKED" +}, { + "coords": [5.21325, 43.014221, 0.0], + "type": "WYP", + "name": "OSKIL" +}, { + "coords": [3.434722, 47.718887, 0.0], + "type": "WYP", + "name": "OSKIN" +}, { + "coords": [10.116667, 45.648335, 0.0], + "type": "WYP", + "name": "OSKOR" +}, { + "coords": [6.023889, 52.490555, 0.0], + "type": "WYP", + "name": "OSKUR" +}, { + "coords": [15.183306, 62.72636, 0.0], + "type": "WYP", + "name": "OSLAV" +}, { + "coords": [11.822945, 59.094444, 0.0], + "type": "WYP", + "name": "OSLOB" +}, { + "coords": [9.787222, 38.254723, 0.0], + "type": "WYP", + "name": "OSMAR" +}, { + "coords": [21.864445, 60.022499, 0.0], + "type": "WYP", + "name": "OSMIN" +}, { + "coords": [23.475834, 59.249168, 0.0], + "type": "WYP", + "name": "OSMUR" +}, { + "coords": [6.906111, 49.857224, 0.0], + "type": "WYP", + "name": "OSNEL" +}, { + "coords": [78.902496, 48.355278, 0.0], + "type": "WYP", + "name": "OSNER" +}, { + "coords": [77.052223, 45.272221, 0.0], + "type": "WYP", + "name": "OSNET" +}, { + "coords": [-0.185556, 50.150002, 0.0], + "type": "WYP", + "name": "OSPOL" +}, { + "coords": [70.027496, 50.825554, 0.0], + "type": "WYP", + "name": "OSROL" +}, { + "coords": [12.765984, 41.666443, 0.0], + "type": "WYP", + "name": "OST25" +}, { + "coords": [16.0, 58.5, 0.0], + "type": "WYP", + "name": "OSTGA" +}, { + "coords": [18.428055, 41.740833, 0.0], + "type": "WYP", + "name": "OSTIR" +}, { + "coords": [9.052778, 53.829445, 0.0], + "type": "WYP", + "name": "OSTOR" +}, { + "coords": [23.799999, 43.783333, 0.0], + "type": "WYP", + "name": "OSTOV" +}, { + "coords": [12.963333, 51.25528, 0.0], + "type": "WYP", + "name": "OSTRA" +}, { + "coords": [20.513916, 43.911777, 0.0], + "type": "WYP", + "name": "OSTRA" +}, { + "coords": [18.398325, 42.430588, 0.0], + "type": "WYP", + "name": "OSTRI" +}, { + "coords": [75.468887, 43.544998, 0.0], + "type": "WYP", + "name": "OTARI" +}, { + "coords": [4.685, 39.0, 0.0], + "type": "WYP", + "name": "OTARO" +}, { + "coords": [60.198334, 41.471668, 0.0], + "type": "WYP", + "name": "OTBOR" +}, { + "coords": [57.233334, 42.064999, 0.0], + "type": "WYP", + "name": "OTGIB" +}, { + "coords": [59.47361, 49.618889, 0.0], + "type": "WYP", + "name": "OTKAS" +}, { + "coords": [5.415833, 46.132221, 0.0], + "type": "WYP", + "name": "OTKOL" +}, { + "coords": [53.095001, 45.985001, 0.0], + "type": "WYP", + "name": "OTMAS" +}, { + "coords": [-1.825322, 53.572834, 0.0], + "type": "WYP", + "name": "OTR62" +}, { + "coords": [24.938889, 35.155556, 0.0], + "type": "WYP", + "name": "OTREX" +}, { + "coords": [61.156666, 36.52, 0.0], + "type": "WYP", + "name": "OTRUZ" +}, { + "coords": [25.673611, 66.066109, 0.0], + "type": "WYP", + "name": "OUNAS" +}, { + "coords": [0.888056, 44.088196, 0.0], + "type": "WYP", + "name": "OVDIL" +}, { + "coords": [100.995003, 67.543335, 0.0], + "type": "WYP", + "name": "OVEDA" +}, { + "coords": [73.650002, 55.599998, 0.0], + "type": "WYP", + "name": "OVRUS" +}, { + "coords": [32.683334, 49.383335, 0.0], + "type": "WYP", + "name": "OWIDA" +}, { + "coords": [-6.0, 37.950001, 0.0], + "type": "WYP", + "name": "OXACA" +}, { + "coords": [5.286111, 43.465557, 0.0], + "type": "WYP", + "name": "OXIDO" +}, { + "coords": [-2.523333, 49.099998, 0.0], + "type": "WYP", + "name": "OYSTA" +}, { + "coords": [35.900002, 62.950001, 0.0], + "type": "WYP", + "name": "OZATA" +}, { + "coords": [3.863611, 52.409168, 0.0], + "type": "WYP", + "name": "P12C" +}, { + "coords": [3.758611, 52.405834, 0.0], + "type": "WYP", + "name": "P12SW" +}, { + "coords": [3.641111, 52.324444, 0.0], + "type": "WYP", + "name": "P14A" +}, { + "coords": [3.816944, 52.290833, 0.0], + "type": "WYP", + "name": "P15A" +}, { + "coords": [3.7775, 52.30722, 0.0], + "type": "WYP", + "name": "P15B" +}, { + "coords": [3.816111, 52.290279, 0.0], + "type": "WYP", + "name": "P15C" +}, { + "coords": [3.815833, 52.289165, 0.0], + "type": "WYP", + "name": "P15D" +}, { + "coords": [3.867778, 52.171665, 0.0], + "type": "WYP", + "name": "P15E" +}, { + "coords": [3.685, 52.305832, 0.0], + "type": "WYP", + "name": "P15F" +}, { + "coords": [3.739444, 52.2225, 0.0], + "type": "WYP", + "name": "P15G" +}, { + "coords": [3.937778, 52.126945, 0.0], + "type": "WYP", + "name": "P18A" +}, { + "coords": [3.756111, 52.75528, 0.0], + "type": "WYP", + "name": "P6A" +}, { + "coords": [3.803611, 52.737499, 0.0], + "type": "WYP", + "name": "P6B" +}, { + "coords": [3.740278, 52.552502, 0.0], + "type": "WYP", + "name": "P9A" +}, { + "coords": [25.322222, 64.51667, 0.0], + "type": "WYP", + "name": "PAAVO" +}, { + "coords": [8.343056, 48.779167, 0.0], + "type": "WYP", + "name": "PABLA" +}, { + "coords": [21.230883, 45.687931, 0.0], + "type": "WYP", + "name": "PABLI" +}, { + "coords": [70.720558, 45.247501, 0.0], + "type": "WYP", + "name": "PABRI" +}, { + "coords": [18.28327, 49.933884, 0.0], + "type": "WYP", + "name": "PADKA" +}, { + "coords": [35.216667, 46.166668, 0.0], + "type": "WYP", + "name": "PADKA" +}, { + "coords": [5.333055, 43.231667, 0.0], + "type": "WYP", + "name": "PADKO" +}, { + "coords": [-2.795531, 37.054581, 0.0], + "type": "WYP", + "name": "PADUL" +}, { + "coords": [11.598508, 38.51413, 0.0], + "type": "WYP", + "name": "PAL80" +}, { + "coords": [19.938499, 46.176029, 0.0], + "type": "WYP", + "name": "PALAR" +}, { + "coords": [38.266666, 44.233334, 0.0], + "type": "WYP", + "name": "PALAS" +}, { + "coords": [36.544998, 45.153332, 0.0], + "type": "WYP", + "name": "PALER" +}, { + "coords": [15.532778, 44.575279, 0.0], + "type": "WYP", + "name": "PALEZ" +}, { + "coords": [-3.038581, 40.264385, 0.0], + "type": "WYP", + "name": "PALIO" +}, { + "coords": [11.288055, 43.070557, 0.0], + "type": "WYP", + "name": "PALIO" +}, { + "coords": [21.093889, 55.973331, 0.0], + "type": "WYP", + "name": "PALNA" +}, { + "coords": [23.318333, 68.663612, 0.0], + "type": "WYP", + "name": "PALOV" +}, { + "coords": [34.395, 49.57, 0.0], + "type": "WYP", + "name": "PALTA" +}, { + "coords": [74.216667, 62.535, 0.0], + "type": "WYP", + "name": "PAMIR" +}, { + "coords": [12.125, 36.5, 0.0], + "type": "WYP", + "name": "PAN20" +}, { + "coords": [21.924166, 61.205833, 0.0], + "type": "WYP", + "name": "PANEL" +}, { + "coords": [21.353245, 48.560501, 0.0], + "type": "WYP", + "name": "PANOK" +}, { + "coords": [13.783334, 36.334446, 0.0], + "type": "WYP", + "name": "PANTA" +}, { + "coords": [44.0, 60.521667, 0.0], + "type": "WYP", + "name": "PANUS" +}, { + "coords": [16.055, 39.608334, 0.0], + "type": "WYP", + "name": "PAOLA" +}, { + "coords": [-28.335556, 38.817223, 0.0], + "type": "WYP", + "name": "PAPA" +}, { + "coords": [18.951666, 40.891666, 0.0], + "type": "WYP", + "name": "PAPIZ" +}, { + "coords": [13.204722, 36.259724, 0.0], + "type": "WYP", + "name": "PAPRA" +}, { + "coords": [41.716667, 45.533333, 0.0], + "type": "WYP", + "name": "PARAT" +}, { + "coords": [21.97073, 46.991837, 0.0], + "type": "WYP", + "name": "PARAX" +}, { + "coords": [36.066666, 51.266666, 0.0], + "type": "WYP", + "name": "PARIK" +}, { + "coords": [-5.14988, 39.0, 0.0], + "type": "WYP", + "name": "PARKA" +}, { + "coords": [20.433332, 39.266666, 0.0], + "type": "WYP", + "name": "PARNA" +}, { + "coords": [109.51667, 60.0, 0.0], + "type": "WYP", + "name": "PAROM" +}, { + "coords": [48.080002, 39.630001, 0.0], + "type": "WYP", + "name": "PARSU" +}, { + "coords": [74.410004, 61.776669, 0.0], + "type": "WYP", + "name": "PARUS" +}, { + "coords": [6.247125, 46.005203, 0.0], + "type": "WYP", + "name": "PAS14" +}, { + "coords": [6.305331, 46.06538, 0.0], + "type": "WYP", + "name": "PAS1A" +}, { + "coords": [5.975, 45.904999, 0.0], + "type": "WYP", + "name": "PAS1D" +}, { + "coords": [6.352086, 45.937099, 0.0], + "type": "WYP", + "name": "PAS20" +}, { + "coords": [6.457036, 46.015961, 0.0], + "type": "WYP", + "name": "PAS21" +}, { + "coords": [5.97465, 45.713966, 0.0], + "type": "WYP", + "name": "PAS27" +}, { + "coords": [6.164444, 46.611389, 0.0], + "type": "WYP", + "name": "PAS28" +}, { + "coords": [5.980514, 45.814125, 0.0], + "type": "WYP", + "name": "PAS2A" +}, { + "coords": [6.526453, 45.82338, 0.0], + "type": "WYP", + "name": "PAS30" +}, { + "coords": [6.672322, 45.945774, 0.0], + "type": "WYP", + "name": "PAS31" +}, { + "coords": [5.971725, 45.664288, 0.0], + "type": "WYP", + "name": "PAS3A" +}, { + "coords": [5.534444, 46.741943, 0.0], + "type": "WYP", + "name": "PAS40" +}, { + "coords": [6.336111, 47.066666, 0.0], + "type": "WYP", + "name": "PAS56" +}, { + "coords": [-13.0, 45.0, 0.0], + "type": "WYP", + "name": "PASAS" +}, { + "coords": [26.536495, 47.241451, 0.0], + "type": "WYP", + "name": "PASCA" +}, { + "coords": [19.127357, 48.072952, 0.0], + "type": "WYP", + "name": "PATAK" +}, { + "coords": [-3.792619, 44.265781, 0.0], + "type": "WYP", + "name": "PATEL" +}, { + "coords": [-4.660708, 40.414745, 0.0], + "type": "WYP", + "name": "PAULI" +}, { + "coords": [66.778336, 42.996387, 0.0], + "type": "WYP", + "name": "PAVEL" +}, { + "coords": [-5.895555, 50.934723, 0.0], + "type": "WYP", + "name": "PAVLO" +}, { + "coords": [3.949722, 38.480278, 0.0], + "type": "WYP", + "name": "PECES" +}, { + "coords": [-15.337892, 34.530296, 0.0], + "type": "WYP", + "name": "PECKY" +}, { + "coords": [-1.719444, 52.746666, 0.0], + "type": "WYP", + "name": "PEDIG" +}, { + "coords": [22.572536, 47.364265, 0.0], + "type": "WYP", + "name": "PEDOK" +}, { + "coords": [7.843333, 55.450279, 0.0], + "type": "WYP", + "name": "PEGAM" +}, { + "coords": [47.023335, 52.584999, 0.0], + "type": "WYP", + "name": "PEGAS" +}, { + "coords": [77.157501, 43.589169, 0.0], + "type": "WYP", + "name": "PEKIR" +}, { + "coords": [33.616665, 49.313332, 0.0], + "type": "WYP", + "name": "PEKIT" +}, { + "coords": [24.708611, 59.646111, 0.0], + "type": "WYP", + "name": "PEKOV" +}, { + "coords": [52.568333, 53.189999, 0.0], + "type": "WYP", + "name": "PEKUR" +}, { + "coords": [22.362499, 61.449722, 0.0], + "type": "WYP", + "name": "PEKUS" +}, { + "coords": [11.735, 44.228333, 0.0], + "type": "WYP", + "name": "PELEG" +}, { + "coords": [14.475, 38.338333, 0.0], + "type": "WYP", + "name": "PELEN" +}, { + "coords": [44.533333, 54.666668, 0.0], + "type": "WYP", + "name": "PELER" +}, { + "coords": [-4.330278, 48.705555, 0.0], + "type": "WYP", + "name": "PELIK" +}, { + "coords": [15.687805, 59.200417, 0.0], + "type": "WYP", + "name": "PELIT" +}, { + "coords": [23.986389, 66.803337, 0.0], + "type": "WYP", + "name": "PELKO" +}, { + "coords": [3.235278, 54.486946, 0.0], + "type": "WYP", + "name": "PELOM" +}, { + "coords": [16.477917, 58.278831, 0.0], + "type": "WYP", + "name": "PELUP" +}, { + "coords": [12.92, 42.029999, 0.0], + "type": "WYP", + "name": "PEMAR" +}, { + "coords": [54.84, 46.831944, 0.0], + "type": "WYP", + "name": "PEMOL" +}, { + "coords": [24.224167, 60.916943, 0.0], + "type": "WYP", + "name": "PEMOS" +}, { + "coords": [28.434999, 54.488335, 0.0], + "type": "WYP", + "name": "PENAL" +}, { + "coords": [15.676111, 66.636108, 0.0], + "type": "WYP", + "name": "PENAX" +}, { + "coords": [6.032778, 47.348888, 0.0], + "type": "WYP", + "name": "PENDU" +}, { + "coords": [17.162806, 55.636528, 0.0], + "type": "WYP", + "name": "PENOR" +}, { + "coords": [71.269997, 61.801666, 0.0], + "type": "WYP", + "name": "PENTA" +}, { + "coords": [3.87, 53.698055, 0.0], + "type": "WYP", + "name": "PENTA" +}, { + "coords": [-0.25, 48.550556, 0.0], + "type": "WYP", + "name": "PEPAL" +}, { + "coords": [25.101667, 53.741665, 0.0], + "type": "WYP", + "name": "PEPAR" +}, { + "coords": [20.390278, 51.90889, 0.0], + "type": "WYP", + "name": "PEPEN" +}, { + "coords": [14.563861, 59.78175, 0.0], + "type": "WYP", + "name": "PEPIL" +}, { + "coords": [-1.243611, 51.196667, 0.0], + "type": "WYP", + "name": "PEPIS" +}, { + "coords": [34.583332, 45.75, 0.0], + "type": "WYP", + "name": "PERAL" +}, { + "coords": [18.633333, 43.066666, 0.0], + "type": "WYP", + "name": "PERAN" +}, { + "coords": [16.38139, 60.076111, 0.0], + "type": "WYP", + "name": "PERAX" +}, { + "coords": [-1.951667, 49.130001, 0.0], + "type": "WYP", + "name": "PERCH" +}, { + "coords": [0.151197, 42.732082, 0.0], + "type": "WYP", + "name": "PERDU" +}, { + "coords": [24.233334, 48.783333, 0.0], + "type": "WYP", + "name": "PEREG" +}, { + "coords": [12.028889, 52.422501, 0.0], + "type": "WYP", + "name": "PEREK" +}, { + "coords": [23.950001, 40.599998, 0.0], + "type": "WYP", + "name": "PEREN" +}, { + "coords": [0.969444, 45.117222, 0.0], + "type": "WYP", + "name": "PERIG" +}, { + "coords": [21.388889, 60.382221, 0.0], + "type": "WYP", + "name": "PERKA" +}, { + "coords": [5.251667, 42.740276, 0.0], + "type": "WYP", + "name": "PERLE" +}, { + "coords": [13.033334, 54.331112, 0.0], + "type": "WYP", + "name": "PEROM" +}, { + "coords": [2.84, 49.912498, 0.0], + "type": "WYP", + "name": "PERON" +}, { + "coords": [0.713889, 47.044445, 0.0], + "type": "WYP", + "name": "PEROT" +}, { + "coords": [12.329722, 50.400002, 0.0], + "type": "WYP", + "name": "PEROX" +}, { + "coords": [13.962833, 55.776779, 0.0], + "type": "WYP", + "name": "PERRY" +}, { + "coords": [6.461389, 50.065834, 0.0], + "type": "WYP", + "name": "PERUM" +}, { + "coords": [31.838333, 44.814999, 0.0], + "type": "WYP", + "name": "PERUN" +}, { + "coords": [6.103333, 44.153332, 0.0], + "type": "WYP", + "name": "PERUS" +}, { + "coords": [19.466667, 43.966667, 0.0], + "type": "WYP", + "name": "PERUV" +}, { + "coords": [-7.383333, 37.036694, 0.0], + "type": "WYP", + "name": "PESAS" +}, { + "coords": [4.526945, 51.614723, 0.0], + "type": "WYP", + "name": "PESER" +}, { + "coords": [31.921667, 47.058334, 0.0], + "type": "WYP", + "name": "PESON" +}, { + "coords": [-8.115103, 40.882034, 0.0], + "type": "WYP", + "name": "PESUL" +}, { + "coords": [19.313583, 41.774776, 0.0], + "type": "WYP", + "name": "PETAK" +}, { + "coords": [-12.014839, 42.683773, 0.0], + "type": "WYP", + "name": "PETEK" +}, { + "coords": [14.080236, 47.962326, 0.0], + "type": "WYP", + "name": "PETEN" +}, { + "coords": [4.215833, 52.615002, 0.0], + "type": "WYP", + "name": "PETIK" +}, { + "coords": [71.526665, 53.905556, 0.0], + "type": "WYP", + "name": "PETOR" +}, { + "coords": [-6.978333, 47.988335, 0.0], + "type": "WYP", + "name": "PETOX" +}, { + "coords": [38.883335, 48.299999, 0.0], + "type": "WYP", + "name": "PETRA" +}, { + "coords": [34.931667, 47.833332, 0.0], + "type": "WYP", + "name": "PETRE" +}, { + "coords": [28.231667, 46.494999, 0.0], + "type": "WYP", + "name": "PETRU" +}, { + "coords": [4.674445, 52.736668, 0.0], + "type": "WYP", + "name": "PETTI" +}, { + "coords": [45.666668, 52.150002, 0.0], + "type": "WYP", + "name": "PETUR" +}, { + "coords": [-3.326111, 48.808613, 0.0], + "type": "WYP", + "name": "PEVAN" +}, { + "coords": [-46.939724, 66.699165, 0.0], + "type": "WYP", + "name": "PEVAR" +}, { + "coords": [17.863445, 62.013054, 0.0], + "type": "WYP", + "name": "PEVEL" +}, { + "coords": [21.559723, 59.627777, 0.0], + "type": "WYP", + "name": "PEVEN" +}, { + "coords": [42.616665, 45.400002, 0.0], + "type": "WYP", + "name": "PEVUN" +}, { + "coords": [1.449097, 40.861382, 0.0], + "type": "WYP", + "name": "PEXOT" +}, { + "coords": [2.661695, 49.095165, 0.0], + "type": "WYP", + "name": "PG278" +}, { + "coords": [1.944219, 48.958248, 0.0], + "type": "WYP", + "name": "PGS2A" +}, { + "coords": [3.442564, 48.891678, 0.0], + "type": "WYP", + "name": "PGS33" +}, { + "coords": [1.719936, 48.930099, 0.0], + "type": "WYP", + "name": "PGS36" +}, { + "coords": [2.051667, 48.493332, 0.0], + "type": "WYP", + "name": "PGS38" +}, { + "coords": [2.749425, 48.254585, 0.0], + "type": "WYP", + "name": "PGS45" +}, { + "coords": [0.863364, 48.88438, 0.0], + "type": "WYP", + "name": "PGS70" +}, { + "coords": [7.095278, 48.777779, 0.0], + "type": "WYP", + "name": "PHALO" +}, { + "coords": [-7.021111, 49.475277, 0.0], + "type": "WYP", + "name": "PHILI" +}, { + "coords": [22.4, 35.366665, 0.0], + "type": "WYP", + "name": "PIDAS" +}, { + "coords": [12.746111, 65.75, 0.0], + "type": "WYP", + "name": "PIGAL" +}, { + "coords": [15.406667, 38.546665, 0.0], + "type": "WYP", + "name": "PIGER" +}, { + "coords": [10.29, 50.066666, 0.0], + "type": "WYP", + "name": "PIGMI" +}, { + "coords": [68.503334, 41.275555, 0.0], + "type": "WYP", + "name": "PIGOL" +}, { + "coords": [7.371111, 43.622223, 0.0], + "type": "WYP", + "name": "PIGOS" +}, { + "coords": [0.771667, 45.574444, 0.0], + "type": "WYP", + "name": "PIGUL" +}, { + "coords": [22.627777, 60.773056, 0.0], + "type": "WYP", + "name": "PIHLA" +}, { + "coords": [22.013889, 61.256668, 0.0], + "type": "WYP", + "name": "PIIKA" +}, { + "coords": [49.5, 42.883335, 0.0], + "type": "WYP", + "name": "PIKAN" +}, { + "coords": [17.165001, 41.18, 0.0], + "type": "WYP", + "name": "PIKEL" +}, { + "coords": [105.48333, 57.233334, 0.0], + "type": "WYP", + "name": "PIKET" +}, { + "coords": [-5.266389, 49.410557, 0.0], + "type": "WYP", + "name": "PIKOD" +}, { + "coords": [56.25, 55.200001, 0.0], + "type": "WYP", + "name": "PIKOR" +}, { + "coords": [21.502222, 39.972221, 0.0], + "type": "WYP", + "name": "PIKOS" +}, { + "coords": [9.737223, 45.186943, 0.0], + "type": "WYP", + "name": "PIKOT" +}, { + "coords": [34.266666, 46.783333, 0.0], + "type": "WYP", + "name": "PIKUS" +}, { + "coords": [10.628612, 50.405277, 0.0], + "type": "WYP", + "name": "PILAM" +}, { + "coords": [35.666668, 46.75, 0.0], + "type": "WYP", + "name": "PILAS" +}, { + "coords": [38.166668, 49.865002, 0.0], + "type": "WYP", + "name": "PILAT" +}, { + "coords": [5.691945, 48.001945, 0.0], + "type": "WYP", + "name": "PILON" +}, { + "coords": [2.999722, 51.999168, 0.0], + "type": "WYP", + "name": "PILOT" +}, { + "coords": [32.673332, 52.275002, 0.0], + "type": "WYP", + "name": "PIMEN" +}, { + "coords": [-4.893464, 36.150372, 0.0], + "type": "WYP", + "name": "PIMOS" +}, { + "coords": [7.72, 45.504166, 0.0], + "type": "WYP", + "name": "PIMOT" +}, { + "coords": [-2.593347, 40.914677, 0.0], + "type": "WYP", + "name": "PINAR" +}, { + "coords": [20.958611, 40.480835, 0.0], + "type": "WYP", + "name": "PINDO" +}, { + "coords": [45.341667, 63.700001, 0.0], + "type": "WYP", + "name": "PINEG" +}, { + "coords": [3.1725, 45.382221, 0.0], + "type": "WYP", + "name": "PINEK" +}, { + "coords": [8.848889, 45.874168, 0.0], + "type": "WYP", + "name": "PINIK" +}, { + "coords": [11.395, 37.93, 0.0], + "type": "WYP", + "name": "PININ" +}, { + "coords": [15.830556, 47.377777, 0.0], + "type": "WYP", + "name": "PINKA" +}, { + "coords": [5.925833, 45.985554, 0.0], + "type": "WYP", + "name": "PINOT" +}, { + "coords": [18.59, 41.865555, 0.0], + "type": "WYP", + "name": "PINUK" +}, { + "coords": [5.860278, 50.7575, 0.0], + "type": "WYP", + "name": "PINUS" +}, { + "coords": [26.116667, 38.066666, 0.0], + "type": "WYP", + "name": "PIPEN" +}, { + "coords": [-1.1081, 43.009041, 0.0], + "type": "WYP", + "name": "PIPOR" +}, { + "coords": [27.41, 49.224998, 0.0], + "type": "WYP", + "name": "PIRAD" +}, { + "coords": [-7.383333, 36.833332, 0.0], + "type": "WYP", + "name": "PIREN" +}, { + "coords": [3.3225, 47.136391, 0.0], + "type": "WYP", + "name": "PIRIM" +}, { + "coords": [2.06, 47.788334, 0.0], + "type": "WYP", + "name": "PIROG" +}, { + "coords": [19.535, 43.691666, 0.0], + "type": "WYP", + "name": "PIROK" +}, { + "coords": [30.151667, 53.491665, 0.0], + "type": "WYP", + "name": "PIROS" +}, { + "coords": [28.170851, 44.367649, 0.0], + "type": "WYP", + "name": "PISIK" +}, { + "coords": [29.666666, 50.68, 0.0], + "type": "WYP", + "name": "PISOK" +}, { + "coords": [10.680555, 47.029167, 0.0], + "type": "WYP", + "name": "PITAR" +}, { + "coords": [19.844444, 39.900002, 0.0], + "type": "WYP", + "name": "PITAS" +}, { + "coords": [6.5, 49.733334, 0.0], + "type": "WYP", + "name": "PITES" +}, { + "coords": [-2.9, 48.108334, 0.0], + "type": "WYP", + "name": "PITEV" +}, { + "coords": [20.371784, 48.324673, 0.0], + "type": "WYP", + "name": "PITOK" +}, { + "coords": [107.5, 52.75, 0.0], + "type": "WYP", + "name": "PITOS" +}, { + "coords": [24.458055, 60.733891, 0.0], + "type": "WYP", + "name": "PIVAK" +}, { + "coords": [77.847221, 51.763611, 0.0], + "type": "WYP", + "name": "PIVAL" +}, { + "coords": [6.375611, 43.390362, 0.0], + "type": "WYP", + "name": "PIXOT" +}, { + "coords": [-4.626945, 50.345833, 0.0], + "type": "WYP", + "name": "PLYMO" +}, { + "coords": [2.325556, 48.790833, 0.0], + "type": "WYP", + "name": "PN070" +}, { + "coords": [2.520472, 48.822861, 0.0], + "type": "WYP", + "name": "PN072" +}, { + "coords": [2.602556, 48.836224, 0.0], + "type": "WYP", + "name": "PN074" +}, { + "coords": [2.787611, 48.840637, 0.0], + "type": "WYP", + "name": "PN076" +}, { + "coords": [2.627361, 48.709751, 0.0], + "type": "WYP", + "name": "PN252" +}, { + "coords": [2.460305, 48.723526, 0.0], + "type": "WYP", + "name": "PN254" +}, { + "coords": [2.561722, 48.714779, 0.0], + "type": "WYP", + "name": "PN256" +}, { + "coords": [16.193333, 52.543335, 0.0], + "type": "WYP", + "name": "PNEWY" +}, { + "coords": [2.936056, 48.772915, 0.0], + "type": "WYP", + "name": "PO084" +}, { + "coords": [2.310389, 48.639946, 0.0], + "type": "WYP", + "name": "PO086" +}, { + "coords": [2.042806, 48.739777, 0.0], + "type": "WYP", + "name": "PO088" +}, { + "coords": [2.088805, 49.122196, 0.0], + "type": "WYP", + "name": "PO090" +}, { + "coords": [2.673917, 49.250084, 0.0], + "type": "WYP", + "name": "PO094" +}, { + "coords": [2.243695, 49.306473, 0.0], + "type": "WYP", + "name": "PO260" +}, { + "coords": [2.721722, 48.7855, 0.0], + "type": "WYP", + "name": "PO264" +}, { + "coords": [7.788055, 63.566666, 0.0], + "type": "WYP", + "name": "POBAM" +}, { + "coords": [19.098612, 68.49778, 0.0], + "type": "WYP", + "name": "POBEL" +}, { + "coords": [20.218889, 50.583057, 0.0], + "type": "WYP", + "name": "POBOK" +}, { + "coords": [20.012638, 48.172863, 0.0], + "type": "WYP", + "name": "POBUD" +}, { + "coords": [72.23333, 53.633335, 0.0], + "type": "WYP", + "name": "POBUR" +}, { + "coords": [21.439648, 49.41626, 0.0], + "type": "WYP", + "name": "PODAN" +}, { + "coords": [24.337887, 44.358414, 0.0], + "type": "WYP", + "name": "PODAR" +}, { + "coords": [6.136389, 50.695835, 0.0], + "type": "WYP", + "name": "PODAT" +}, { + "coords": [1.553056, 49.261391, 0.0], + "type": "WYP", + "name": "PODEM" +}, { + "coords": [8.688056, 51.612499, 0.0], + "type": "WYP", + "name": "PODER" +}, { + "coords": [15.626798, 46.171375, 0.0], + "type": "WYP", + "name": "PODET" +}, { + "coords": [26.474167, 55.136665, 0.0], + "type": "WYP", + "name": "PODIL" +}, { + "coords": [58.641666, 38.753334, 0.0], + "type": "WYP", + "name": "PODOK" +}, { + "coords": [36.283333, 47.810001, 0.0], + "type": "WYP", + "name": "PODOL" +}, { + "coords": [10.576667, 42.276669, 0.0], + "type": "WYP", + "name": "PODOX" +}, { + "coords": [12.287778, 52.883888, 0.0], + "type": "WYP", + "name": "PODUS" +}, { + "coords": [37.631668, 47.793335, 0.0], + "type": "WYP", + "name": "POGAR" +}, { + "coords": [28.166666, 46.781666, 0.0], + "type": "WYP", + "name": "POGAV" +}, { + "coords": [29.183332, 49.549999, 0.0], + "type": "WYP", + "name": "POGER" +}, { + "coords": [32.096668, 45.743332, 0.0], + "type": "WYP", + "name": "POGOD" +}, { + "coords": [6.693333, 48.399166, 0.0], + "type": "WYP", + "name": "POGOL" +}, { + "coords": [62.748333, 39.843334, 0.0], + "type": "WYP", + "name": "POGON" +}, { + "coords": [19.3925, 59.981388, 0.0], + "type": "WYP", + "name": "POKAS" +}, { + "coords": [67.387497, 43.482498, 0.0], + "type": "WYP", + "name": "POKAT" +}, { + "coords": [-2.149722, 53.702446, 0.0], + "type": "WYP", + "name": "POL03" +}, { + "coords": [-2.126364, 53.825542, 0.0], + "type": "WYP", + "name": "POL05" +}, { + "coords": [-2.030278, 53.557777, 0.0], + "type": "WYP", + "name": "POL11" +}, { + "coords": [-1.739722, 53.166668, 0.0], + "type": "WYP", + "name": "POL37" +}, { + "coords": [49.366665, 41.200001, 0.0], + "type": "WYP", + "name": "POLAD" +}, { + "coords": [21.237972, 44.538776, 0.0], + "type": "WYP", + "name": "POLAN" +}, { + "coords": [14.833333, 40.146667, 0.0], + "type": "WYP", + "name": "POLIT" +}, { + "coords": [2.762222, 47.893612, 0.0], + "type": "WYP", + "name": "POLLY" +}, { + "coords": [17.826622, 49.519646, 0.0], + "type": "WYP", + "name": "POLOM" +}, { + "coords": [3.177217, 41.283421, 0.0], + "type": "WYP", + "name": "POLOS" +}, { + "coords": [57.153332, 63.189999, 0.0], + "type": "WYP", + "name": "POLUN" +}, { + "coords": [34.845001, 49.796665, 0.0], + "type": "WYP", + "name": "POLWA" +}, { + "coords": [15.201667, 42.478333, 0.0], + "type": "WYP", + "name": "POLYP" +}, { + "coords": [100.616669, 62.016666, 0.0], + "type": "WYP", + "name": "POMAR" +}, { + "coords": [5.328417, 43.294193, 0.0], + "type": "WYP", + "name": "POMEG" +}, { + "coords": [-0.954167, 50.763332, 0.0], + "type": "WYP", + "name": "POMPI" +}, { + "coords": [-3.627778, 47.786388, 0.0], + "type": "WYP", + "name": "POMTA" +}, { + "coords": [-2.83795, 43.947887, 0.0], + "type": "WYP", + "name": "POPUL" +}, { + "coords": [29.433332, 57.73, 0.0], + "type": "WYP", + "name": "PORHO" +}, { + "coords": [39.891666, 48.128334, 0.0], + "type": "WYP", + "name": "POROG" +}, { + "coords": [-42.995834, 62.636665, 0.0], + "type": "WYP", + "name": "PORSU" +}, { + "coords": [-7.302572, 39.33009, 0.0], + "type": "WYP", + "name": "PORTA" +}, { + "coords": [0.157253, 42.051266, 0.0], + "type": "WYP", + "name": "POSSY" +}, { + "coords": [25.001667, 52.005001, 0.0], + "type": "WYP", + "name": "POTAP" +}, { + "coords": [41.716667, 42.166668, 0.0], + "type": "WYP", + "name": "POTI" +}, { + "coords": [54.516666, 63.483334, 0.0], + "type": "WYP", + "name": "POTOK" +}, { + "coords": [-0.427222, 52.084446, 0.0], + "type": "WYP", + "name": "POTON" +}, { + "coords": [8.57, 41.333332, 0.0], + "type": "WYP", + "name": "POULP" +}, { + "coords": [10.827778, 52.128334, 0.0], + "type": "WYP", + "name": "POVEL" +}, { + "coords": [21.104723, 44.432777, 0.0], + "type": "WYP", + "name": "POZAR" +}, { + "coords": [72.248337, 64.693336, 0.0], + "type": "WYP", + "name": "POZIN" +}, { + "coords": [9.266389, 40.945835, 0.0], + "type": "WYP", + "name": "POZZO" +}, { + "coords": [-2.010345, 40.147488, 0.0], + "type": "WYP", + "name": "PRADO" +}, { + "coords": [19.99, 54.608334, 0.0], + "type": "WYP", + "name": "PRAMA" +}, { + "coords": [18.525, 51.033333, 0.0], + "type": "WYP", + "name": "PRASK" +}, { + "coords": [37.689999, 48.325001, 0.0], + "type": "WYP", + "name": "PRAVA" +}, { + "coords": [13.119166, 42.877499, 0.0], + "type": "WYP", + "name": "PREKI" +}, { + "coords": [47.208332, 46.224998, 0.0], + "type": "WYP", + "name": "PRIKY" +}, { + "coords": [70.879997, 39.516666, 0.0], + "type": "WYP", + "name": "PRONA" +}, { + "coords": [40.893333, 47.201668, 0.0], + "type": "WYP", + "name": "PROSO" +}, { + "coords": [11.920764, 42.937572, 0.0], + "type": "WYP", + "name": "PRU28" +}, { + "coords": [-3.561389, 56.293335, 0.0], + "type": "WYP", + "name": "PTH11" +}, { + "coords": [-3.638611, 56.233334, 0.0], + "type": "WYP", + "name": "PTH15" +}, { + "coords": [15.74, 47.712223, 0.0], + "type": "WYP", + "name": "PUBEG" +}, { + "coords": [2.008461, 42.36681, 0.0], + "type": "WYP", + "name": "PUMAL" +}, { + "coords": [11.374444, 50.515278, 0.0], + "type": "WYP", + "name": "PUMER" +}, { + "coords": [41.656666, 59.831665, 0.0], + "type": "WYP", + "name": "PUNIT" +}, { + "coords": [23.191111, 61.154724, 0.0], + "type": "WYP", + "name": "PUNKA" +}, { + "coords": [8.026667, 46.078335, 0.0], + "type": "WYP", + "name": "PUNSA" +}, { + "coords": [75.408333, 36.941666, 0.0], + "type": "WYP", + "name": "PURPA" +}, { + "coords": [18.742317, 47.152218, 0.0], + "type": "WYP", + "name": "PUSTA" +}, { + "coords": [4.3375, 51.365833, 0.0], + "type": "WYP", + "name": "PUTTY" +}, { + "coords": [42.5, 44.75, 0.0], + "type": "WYP", + "name": "PUZAR" +}, { + "coords": [2.231194, 48.775223, 0.0], + "type": "WYP", + "name": "PV090" +}, { + "coords": [69.099998, 37.25, 0.0], + "type": "WYP", + "name": "PYANH" +}, { + "coords": [32.516666, 68.98333, 0.0], + "type": "WYP", + "name": "PYAYE" +}, { + "coords": [4.528889, 52.594723, 0.0], + "type": "WYP", + "name": "Q8A" +}, { + "coords": [90.082222, 57.474998, 0.0], + "type": "WYP", + "name": "QJ53" +}, { + "coords": [88.485001, 56.895, 0.0], + "type": "WYP", + "name": "QJ96" +}, { + "coords": [52.168335, 58.681667, 0.0], + "type": "WYP", + "name": "QT43" +}, { + "coords": [58.279999, 54.988335, 0.0], + "type": "WYP", + "name": "QU42" +}, { + "coords": [10.543333, 40.165001, 0.0], + "type": "WYP", + "name": "QUENN" +}, { + "coords": [3.762222, 51.956944, 0.0], + "type": "WYP", + "name": "QURAY" +}, { + "coords": [94.044998, 57.656666, 0.0], + "type": "WYP", + "name": "QZ54" +}, { + "coords": [30.898333, 48.084999, 0.0], + "type": "WYP", + "name": "RABEN" +}, { + "coords": [37.455002, 43.156666, 0.0], + "type": "WYP", + "name": "RABIT" +}, { + "coords": [43.483334, 52.700001, 0.0], + "type": "WYP", + "name": "RABOV" +}, { + "coords": [13.048333, 52.72361, 0.0], + "type": "WYP", + "name": "RADEL" +}, { + "coords": [9.995, 56.541668, 0.0], + "type": "WYP", + "name": "RADIS" +}, { + "coords": [15.209175, 46.646858, 0.0], + "type": "WYP", + "name": "RADLY" +}, { + "coords": [-3.224444, 52.240276, 0.0], + "type": "WYP", + "name": "RADNO" +}, { + "coords": [106.216667, 60.483334, 0.0], + "type": "WYP", + "name": "RADON" +}, { + "coords": [18.000555, 54.284168, 0.0], + "type": "WYP", + "name": "RADUN" +}, { + "coords": [34.610001, 64.014999, 0.0], + "type": "WYP", + "name": "RAGON" +}, { + "coords": [33.233334, 47.799999, 0.0], + "type": "WYP", + "name": "RAHMA" +}, { + "coords": [21.110001, 63.378887, 0.0], + "type": "WYP", + "name": "RAIPA" +}, { + "coords": [12.5725, 49.577778, 0.0], + "type": "WYP", + "name": "RAK53" +}, { + "coords": [11.356667, 49.94278, 0.0], + "type": "WYP", + "name": "RAKIS" +}, { + "coords": [13.767222, 53.291943, 0.0], + "type": "WYP", + "name": "RAKIT" +}, { + "coords": [6.778333, 51.922222, 0.0], + "type": "WYP", + "name": "RAKUM" +}, { + "coords": [11.5, 34.523613, 0.0], + "type": "WYP", + "name": "RALAK" +}, { + "coords": [2.856945, 43.416943, 0.0], + "type": "WYP", + "name": "RALAN" +}, { + "coords": [34.799999, 47.450001, 0.0], + "type": "WYP", + "name": "RALAP" +}, { + "coords": [49.611668, 41.991665, 0.0], + "type": "WYP", + "name": "RALED" +}, { + "coords": [8.549167, 48.065834, 0.0], + "type": "WYP", + "name": "RALIX" +}, { + "coords": [94.121666, 64.785004, 0.0], + "type": "WYP", + "name": "RALON" +}, { + "coords": [35.599998, 49.150002, 0.0], + "type": "WYP", + "name": "RALOS" +}, { + "coords": [6.95, 57.0, 0.0], + "type": "WYP", + "name": "RAM52" +}, { + "coords": [69.900002, 37.616665, 0.0], + "type": "WYP", + "name": "RAMAN" +}, { + "coords": [22.575556, 61.0825, 0.0], + "type": "WYP", + "name": "RAMAN" +}, { + "coords": [10.938889, 53.710835, 0.0], + "type": "WYP", + "name": "RAMAR" +}, { + "coords": [33.461666, 52.779999, 0.0], + "type": "WYP", + "name": "RAMAS" +}, { + "coords": [94.353333, 65.138336, 0.0], + "type": "WYP", + "name": "RAMAT" +}, { + "coords": [5.115, 49.736111, 0.0], + "type": "WYP", + "name": "RAMEK" +}, { + "coords": [8.938334, 39.803333, 0.0], + "type": "WYP", + "name": "RAMEN" +}, { + "coords": [7.983333, 57.666668, 0.0], + "type": "WYP", + "name": "RAMFY" +}, { + "coords": [58.176666, 38.805, 0.0], + "type": "WYP", + "name": "RAMIK" +}, { + "coords": [25.44652, 45.323246, 0.0], + "type": "WYP", + "name": "RAMIL" +}, { + "coords": [7.607222, 57.05722, 0.0], + "type": "WYP", + "name": "RAMUD" +}, { + "coords": [-7.324722, 53.674446, 0.0], + "type": "WYP", + "name": "RANAR" +}, { + "coords": [-0.25, 48.737499, 0.0], + "type": "WYP", + "name": "RANES" +}, { + "coords": [31.049999, 46.616665, 0.0], + "type": "WYP", + "name": "RANET" +}, { + "coords": [17.721327, 49.548603, 0.0], + "type": "WYP", + "name": "RANIS" +}, { + "coords": [-4.249722, 56.700001, 0.0], + "type": "WYP", + "name": "RANOK" +}, { + "coords": [26.100555, 66.241112, 0.0], + "type": "WYP", + "name": "RANUA" +}, { + "coords": [4.361667, 49.138889, 0.0], + "type": "WYP", + "name": "RANUX" +}, { + "coords": [28.099445, 59.456665, 0.0], + "type": "WYP", + "name": "RANVA" +}, { + "coords": [38.75, 52.866665, 0.0], + "type": "WYP", + "name": "RAPAN" +}, { + "coords": [73.066666, 63.533333, 0.0], + "type": "WYP", + "name": "RAPID" +}, { + "coords": [1.935, 59.663334, 0.0], + "type": "WYP", + "name": "RAPIR" +}, { + "coords": [16.594999, 38.403332, 0.0], + "type": "WYP", + "name": "RAPIS" +}, { + "coords": [1.189167, 54.5, 0.0], + "type": "WYP", + "name": "RAPIT" +}, { + "coords": [2.0, 51.44389, 0.0], + "type": "WYP", + "name": "RAPIX" +}, { + "coords": [3.360556, 54.076946, 0.0], + "type": "WYP", + "name": "RAPON" +}, { + "coords": [5.213056, 49.591389, 0.0], + "type": "WYP", + "name": "RAPOR" +}, { + "coords": [21.266388, 63.383888, 0.0], + "type": "WYP", + "name": "RAPOT" +}, { + "coords": [24.78812, 46.463451, 0.0], + "type": "WYP", + "name": "RAROS" +}, { + "coords": [64.550003, 37.775002, 0.0], + "type": "WYP", + "name": "RARUN" +}, { + "coords": [3.350556, 49.246113, 0.0], + "type": "WYP", + "name": "RASAM" +}, { + "coords": [19.097555, 63.811806, 0.0], + "type": "WYP", + "name": "RASEN" +}, { + "coords": [67.699997, 38.25, 0.0], + "type": "WYP", + "name": "RASID" +}, { + "coords": [8.531667, 47.798611, 0.0], + "type": "WYP", + "name": "RASIK" +}, { + "coords": [31.416666, 45.41, 0.0], + "type": "WYP", + "name": "RASIL" +}, { + "coords": [14.684444, 50.06778, 0.0], + "type": "WYP", + "name": "RASIM" +}, { + "coords": [16.675278, 46.090279, 0.0], + "type": "WYP", + "name": "RASIN" +}, { + "coords": [13.815278, 56.758389, 0.0], + "type": "WYP", + "name": "RASMU" +}, { + "coords": [21.618055, 49.922779, 0.0], + "type": "WYP", + "name": "RASOG" +}, { + "coords": [24.309444, 54.393612, 0.0], + "type": "WYP", + "name": "RASOX" +}, { + "coords": [5.396389, 42.157776, 0.0], + "type": "WYP", + "name": "RASPA" +}, { + "coords": [13.532595, 47.382824, 0.0], + "type": "WYP", + "name": "RASTA" +}, { + "coords": [15.743333, 44.942223, 0.0], + "type": "WYP", + "name": "RASTU" +}, { + "coords": [8.049444, 57.289722, 0.0], + "type": "WYP", + "name": "RASVI" +}, { + "coords": [-4.030769, 42.574451, 0.0], + "type": "WYP", + "name": "RATAS" +}, { + "coords": [16.037027, 46.546185, 0.0], + "type": "WYP", + "name": "RATGO" +}, { + "coords": [30.863333, 55.279999, 0.0], + "type": "WYP", + "name": "RATIN" +}, { + "coords": [-8.0, 49.5, 0.0], + "type": "WYP", + "name": "RATKA" +}, { + "coords": [14.725, 43.191666, 0.0], + "type": "WYP", + "name": "RATKA" +}, { + "coords": [30.014999, 46.183334, 0.0], + "type": "WYP", + "name": "RATNA" +}, { + "coords": [-5.981703, 43.317108, 0.0], + "type": "WYP", + "name": "RATPO" +}, { + "coords": [1.4775, 44.780277, 0.0], + "type": "WYP", + "name": "RATRA" +}, { + "coords": [1.636389, 50.656944, 0.0], + "type": "WYP", + "name": "RATUK" +}, { + "coords": [21.534445, 61.288612, 0.0], + "type": "WYP", + "name": "RAUMA" +}, { + "coords": [11.726666, 41.805, 0.0], + "type": "WYP", + "name": "RAVAL" +}, { + "coords": [67.133331, 40.450001, 0.0], + "type": "WYP", + "name": "RAVEN" +}, { + "coords": [61.973331, 50.672222, 0.0], + "type": "WYP", + "name": "RAVNI" +}, { + "coords": [68.558334, 40.788334, 0.0], + "type": "WYP", + "name": "RAVOB" +}, { + "coords": [47.549999, 52.766666, 0.0], + "type": "WYP", + "name": "RAZIN" +}, { + "coords": [14.588278, 59.028557, 0.0], + "type": "WYP", + "name": "RB15" +}, { + "coords": [2.456831, 49.070641, 0.0], + "type": "WYP", + "name": "RBT31" +}, { + "coords": [2.462167, 48.189835, 0.0], + "type": "WYP", + "name": "RBT34" +}, { + "coords": [2.868211, 48.762798, 0.0], + "type": "WYP", + "name": "RBT35" +}, { + "coords": [2.910061, 48.767838, 0.0], + "type": "WYP", + "name": "RBT37" +}, { + "coords": [2.065389, 47.789082, 0.0], + "type": "WYP", + "name": "RBT52" +}, { + "coords": [2.782992, 47.865074, 0.0], + "type": "WYP", + "name": "RBT57" +}, { + "coords": [3.480922, 48.834999, 0.0], + "type": "WYP", + "name": "RBT60" +}, { + "coords": [3.505775, 48.837852, 0.0], + "type": "WYP", + "name": "RBT61" +}, { + "coords": [12.520833, 49.623055, 0.0], + "type": "WYP", + "name": "RDG35" +}, { + "coords": [13.432325, 48.419987, 0.0], + "type": "WYP", + "name": "RDG51" +}, { + "coords": [12.509711, 52.942707, 0.0], + "type": "WYP", + "name": "RDN37" +}, { + "coords": [69.083336, 41.796665, 0.0], + "type": "WYP", + "name": "REBDA" +}, { + "coords": [-3.0, 49.213333, 0.0], + "type": "WYP", + "name": "REBKA" +}, { + "coords": [23.744642, 46.760132, 0.0], + "type": "WYP", + "name": "REBLA" +}, { + "coords": [1.115172, 41.681927, 0.0], + "type": "WYP", + "name": "REBUL" +}, { + "coords": [8.885834, 42.75528, 0.0], + "type": "WYP", + "name": "RECIF" +}, { + "coords": [2.488055, 52.114723, 0.0], + "type": "WYP", + "name": "REDFA" +}, { + "coords": [15.140611, 54.930557, 0.0], + "type": "WYP", + "name": "REDFI" +}, { + "coords": [63.883335, 41.733334, 0.0], + "type": "WYP", + "name": "REDKA" +}, { + "coords": [-7.603333, 48.899445, 0.0], + "type": "WYP", + "name": "REDKO" +}, { + "coords": [2.666945, 51.809444, 0.0], + "type": "WYP", + "name": "REFSO" +}, { + "coords": [-8.0, 48.0, 0.0], + "type": "WYP", + "name": "REGHI" +}, { + "coords": [18.007336, 50.00959, 0.0], + "type": "WYP", + "name": "REGLI" +}, { + "coords": [11.349444, 59.108891, 0.0], + "type": "WYP", + "name": "REGMA" +}, { + "coords": [88.73333, 54.066666, 0.0], + "type": "WYP", + "name": "REGUL" +}, { + "coords": [18.998249, 42.326916, 0.0], + "type": "WYP", + "name": "REKAR" +}, { + "coords": [22.671667, 63.099724, 0.0], + "type": "WYP", + "name": "REKIS" +}, { + "coords": [5.850833, 47.535557, 0.0], + "type": "WYP", + "name": "REKLA" +}, { + "coords": [19.472555, 65.182976, 0.0], + "type": "WYP", + "name": "REKMI" +}, { + "coords": [12.79, 55.989445, 0.0], + "type": "WYP", + "name": "REKMO" +}, { + "coords": [38.25, 48.0, 0.0], + "type": "WYP", + "name": "REKSO" +}, { + "coords": [7.612222, 41.091946, 0.0], + "type": "WYP", + "name": "REKTO" +}, { + "coords": [-20.821112, 64.441666, 0.0], + "type": "WYP", + "name": "REKVA" +}, { + "coords": [6.813611, 52.118332, 0.0], + "type": "WYP", + "name": "RELBI" +}, { + "coords": [70.291664, 50.042778, 0.0], + "type": "WYP", + "name": "RELGO" +}, { + "coords": [68.303337, 42.824165, 0.0], + "type": "WYP", + "name": "RELRU" +}, { + "coords": [-8.597417, 41.852657, 0.0], + "type": "WYP", + "name": "RELVA" +}, { + "coords": [6.35, 49.849998, 0.0], + "type": "WYP", + "name": "REM96" +}, { + "coords": [4.914166, 50.662224, 0.0], + "type": "WYP", + "name": "REMBA" +}, { + "coords": [30.678333, 46.426666, 0.0], + "type": "WYP", + "name": "REMBO" +}, { + "coords": [7.168334, 52.153057, 0.0], + "type": "WYP", + "name": "REMKO" +}, { + "coords": [0.8375, 48.405556, 0.0], + "type": "WYP", + "name": "REMLA" +}, { + "coords": [68.210556, 44.451111, 0.0], + "type": "WYP", + "name": "REMOL" +}, { + "coords": [-3.825556, 53.960278, 0.0], + "type": "WYP", + "name": "REMSI" +}, { + "coords": [23.509447, 47.009773, 0.0], + "type": "WYP", + "name": "REMSU" +}, { + "coords": [36.558334, 44.036667, 0.0], + "type": "WYP", + "name": "RENAT" +}, { + "coords": [18.578056, 45.292778, 0.0], + "type": "WYP", + "name": "RENDA" +}, { + "coords": [5.6775, 52.061668, 0.0], + "type": "WYP", + "name": "RENDI" +}, { + "coords": [13.830277, 51.350834, 0.0], + "type": "WYP", + "name": "RENDO" +}, { + "coords": [23.747425, 44.928875, 0.0], + "type": "WYP", + "name": "RENGA" +}, { + "coords": [13.267777, 48.534443, 0.0], + "type": "WYP", + "name": "RENKA" +}, { + "coords": [13.849167, 53.095833, 0.0], + "type": "WYP", + "name": "RENKI" +}, { + "coords": [8.147223, 51.242222, 0.0], + "type": "WYP", + "name": "RENNE" +}, { + "coords": [4.885556, 49.533054, 0.0], + "type": "WYP", + "name": "RENSA" +}, { + "coords": [9.78, 54.24361, 0.0], + "type": "WYP", + "name": "RENSU" +}, { + "coords": [10.863611, 46.305557, 0.0], + "type": "WYP", + "name": "RENTA" +}, { + "coords": [35.433334, 50.849998, 0.0], + "type": "WYP", + "name": "REPAH" +}, { + "coords": [32.888332, 48.118332, 0.0], + "type": "WYP", + "name": "REPLI" +}, { + "coords": [21.431389, 61.561943, 0.0], + "type": "WYP", + "name": "REPOS" +}, { + "coords": [69.087219, 41.31139, 0.0], + "type": "WYP", + "name": "REPRO" +}, { + "coords": [13.2125, 35.703335, 0.0], + "type": "WYP", + "name": "REPTA" +}, { + "coords": [6.25, 39.0, 0.0], + "type": "WYP", + "name": "REQIN" +}, { + "coords": [10.043333, 46.478333, 0.0], + "type": "WYP", + "name": "RESIA" +}, { + "coords": [18.024834, 60.366943, 0.0], + "type": "WYP", + "name": "RESNA" +}, { + "coords": [18.856583, 42.503582, 0.0], + "type": "WYP", + "name": "RESNA" +}, { + "coords": [5.608, 47.832806, 0.0], + "type": "WYP", + "name": "RESPO" +}, { + "coords": [-3.713333, 48.186668, 0.0], + "type": "WYP", + "name": "RESTA" +}, { + "coords": [-1.557572, 37.907551, 0.0], + "type": "WYP", + "name": "RESTU" +}, { + "coords": [-13.0, 43.0, 0.0], + "type": "WYP", + "name": "RETEN" +}, { + "coords": [9.438611, 57.991665, 0.0], + "type": "WYP", + "name": "RETKA" +}, { + "coords": [5.623611, 44.380001, 0.0], + "type": "WYP", + "name": "RETNO" +}, { + "coords": [19.335222, 42.227806, 0.0], + "type": "WYP", + "name": "RETRA" +}, { + "coords": [-17.629444, 65.541664, 0.0], + "type": "WYP", + "name": "RETUR" +}, { + "coords": [9.261389, 48.32, 0.0], + "type": "WYP", + "name": "REUTL" +}, { + "coords": [29.143333, 43.733334, 0.0], + "type": "WYP", + "name": "REVDA" +}, { + "coords": [1.8775, 43.406944, 0.0], + "type": "WYP", + "name": "REVEL" +}, { + "coords": [80.220001, 42.541668, 0.0], + "type": "WYP", + "name": "REVKI" +}, { + "coords": [6.743333, 46.586388, 0.0], + "type": "WYP", + "name": "REVLI" +}, { + "coords": [-3.160278, 53.066666, 0.0], + "type": "WYP", + "name": "REXAM" +}, { + "coords": [4.844555, 43.386028, 0.0], + "type": "WYP", + "name": "RHONE" +}, { + "coords": [-2.289722, 54.016109, 0.0], + "type": "WYP", + "name": "RIBEL" +}, { + "coords": [1.928889, 43.079723, 0.0], + "type": "WYP", + "name": "RIBOU" +}, { + "coords": [10.802778, 48.588333, 0.0], + "type": "WYP", + "name": "RIDAR" +}, { + "coords": [37.366665, 45.75, 0.0], + "type": "WYP", + "name": "RIDLA" +}, { + "coords": [0.9, 51.647778, 0.0], + "type": "WYP", + "name": "RIDLY" +}, { + "coords": [9.994166, 55.591667, 0.0], + "type": "WYP", + "name": "RIDSI" +}, { + "coords": [13.585389, 45.851357, 0.0], + "type": "WYP", + "name": "RIFEN" +}, { + "coords": [12.531667, 41.224998, 0.0], + "type": "WYP", + "name": "RIFFI" +}, { + "coords": [12.7275, 48.463612, 0.0], + "type": "WYP", + "name": "RIGLA" +}, { + "coords": [12.261945, 62.138889, 0.0], + "type": "WYP", + "name": "RIGNA" +}, { + "coords": [3.396667, 47.033333, 0.0], + "type": "WYP", + "name": "RIGNI" +}, { + "coords": [8.978889, 45.317501, 0.0], + "type": "WYP", + "name": "RIGON" +}, { + "coords": [4.7375, 58.791668, 0.0], + "type": "WYP", + "name": "RIGSO" +}, { + "coords": [0.335439, 39.481438, 0.0], + "type": "WYP", + "name": "RIKOS" +}, { + "coords": [41.950001, 52.261665, 0.0], + "type": "WYP", + "name": "RIKTA" +}, { + "coords": [19.408056, 59.970833, 0.0], + "type": "WYP", + "name": "RIKUM" +}, { + "coords": [56.418335, 55.833332, 0.0], + "type": "WYP", + "name": "RILAN" +}, { + "coords": [66.423058, 43.23, 0.0], + "type": "WYP", + "name": "RILOK" +}, { + "coords": [-1.01, 43.924999, 0.0], + "type": "WYP", + "name": "RILON" +}, { + "coords": [5.885, 51.0975, 0.0], + "type": "WYP", + "name": "RILTI" +}, { + "coords": [25.491873, 45.077374, 0.0], + "type": "WYP", + "name": "RIMAX" +}, { + "coords": [34.465, 63.458332, 0.0], + "type": "WYP", + "name": "RIMER" +}, { + "coords": [40.333332, 51.383335, 0.0], + "type": "WYP", + "name": "RIMKA" +}, { + "coords": [25.98, 48.758335, 0.0], + "type": "WYP", + "name": "RIMOS" +}, { + "coords": [-5.571111, 54.398335, 0.0], + "type": "WYP", + "name": "RINGA" +}, { + "coords": [26.441668, 44.841667, 0.0], + "type": "WYP", + "name": "RINGO" +}, { + "coords": [5.683333, 45.204166, 0.0], + "type": "WYP", + "name": "RINOT" +}, { + "coords": [12.378889, 52.738056, 0.0], + "type": "WYP", + "name": "RINSO" +}, { + "coords": [6.233333, 50.583332, 0.0], + "type": "WYP", + "name": "RINTA" +}, { + "coords": [-7.662222, 53.644165, 0.0], + "type": "WYP", + "name": "RINUS" +}, { + "coords": [7.35, 53.394444, 0.0], + "type": "WYP", + "name": "RIPEG" +}, { + "coords": [1.631389, 44.819721, 0.0], + "type": "WYP", + "name": "RIPEK" +}, { + "coords": [-10.816195, 42.283058, 0.0], + "type": "WYP", + "name": "RIPEL" +}, { + "coords": [25.370832, 37.275002, 0.0], + "type": "WYP", + "name": "RIPLI" +}, { + "coords": [8.514722, 47.256668, 0.0], + "type": "WYP", + "name": "RIPUS" +}, { + "coords": [69.320274, 41.440556, 0.0], + "type": "WYP", + "name": "RIRAN" +}, { + "coords": [21.242111, 65.219055, 0.0], + "type": "WYP", + "name": "RISEM" +}, { + "coords": [4.27, 47.988335, 0.0], + "type": "WYP", + "name": "RISET" +}, { + "coords": [70.416664, 59.450001, 0.0], + "type": "WYP", + "name": "RISIR" +}, { + "coords": [44.581665, 44.056667, 0.0], + "type": "WYP", + "name": "RISKA" +}, { + "coords": [11.979167, 57.041943, 0.0], + "type": "WYP", + "name": "RISMA" +}, { + "coords": [11.189167, 51.890835, 0.0], + "type": "WYP", + "name": "RISOK" +}, { + "coords": [2.603333, 46.365555, 0.0], + "type": "WYP", + "name": "RISUN" +}, { + "coords": [75.720833, 45.703609, 0.0], + "type": "WYP", + "name": "RITAB" +}, { + "coords": [32.883335, 46.766666, 0.0], + "type": "WYP", + "name": "RITET" +}, { + "coords": [-0.461853, 41.59827, 0.0], + "type": "WYP", + "name": "RITEX" +}, { + "coords": [12.408334, 37.264999, 0.0], + "type": "WYP", + "name": "RITMO" +}, { + "coords": [101.333336, 58.200001, 0.0], + "type": "WYP", + "name": "RITON" +}, { + "coords": [-8.0, 46.0, 0.0], + "type": "WYP", + "name": "RIVAK" +}, { + "coords": [4.1325, 51.912777, 0.0], + "type": "WYP", + "name": "RIVER" +}, { + "coords": [-6.723058, 40.622837, 0.0], + "type": "WYP", + "name": "RIVRO" +}, { + "coords": [13.275833, 51.226112, 0.0], + "type": "WYP", + "name": "RIVSA" +}, { + "coords": [74.203331, 44.019722, 0.0], + "type": "WYP", + "name": "RIVUN" +}, { + "coords": [23.296112, 57.487221, 0.0], + "type": "WYP", + "name": "RIX42" +}, { + "coords": [25.056667, 57.282776, 0.0], + "type": "WYP", + "name": "RIX43" +}, { + "coords": [24.740555, 57.553055, 0.0], + "type": "WYP", + "name": "RIX47" +}, { + "coords": [22.586111, 57.184444, 0.0], + "type": "WYP", + "name": "RIX48" +}, { + "coords": [22.48, 56.931667, 0.0], + "type": "WYP", + "name": "RIX49" +}, { + "coords": [19.949389, 66.741669, 0.0], + "type": "WYP", + "name": "RIXAN" +}, { + "coords": [20.324722, 68.791115, 0.0], + "type": "WYP", + "name": "RIXEM" +}, { + "coords": [4.666667, 40.391209, 0.0], + "type": "WYP", + "name": "RIXOT" +}, { + "coords": [36.858334, 51.049999, 0.0], + "type": "WYP", + "name": "RIZMA" +}, { + "coords": [6.235, 52.006668, 0.0], + "type": "WYP", + "name": "RKN21" +}, { + "coords": [4.962222, 47.985279, 0.0], + "type": "WYP", + "name": "RLP1A" +}, { + "coords": [5.0475, 48.061111, 0.0], + "type": "WYP", + "name": "RLP1B" +}, { + "coords": [4.262472, 47.997696, 0.0], + "type": "WYP", + "name": "RLP40" +}, { + "coords": [65.996666, 57.005001, 0.0], + "type": "WYP", + "name": "RN26" +}, { + "coords": [-1.656389, 49.201946, 0.0], + "type": "WYP", + "name": "RNE68" +}, { + "coords": [20.707222, 52.496387, 0.0], + "type": "WYP", + "name": "ROBAL" +}, { + "coords": [9.726111, 45.193611, 0.0], + "type": "WYP", + "name": "ROBAS" +}, { + "coords": [-4.910278, 55.889721, 0.0], + "type": "WYP", + "name": "ROBBO" +}, { + "coords": [9.269722, 52.233612, 0.0], + "type": "WYP", + "name": "ROBEG" +}, { + "coords": [10.353056, 50.889446, 0.0], + "type": "WYP", + "name": "ROBEL" +}, { + "coords": [6.593889, 45.115002, 0.0], + "type": "WYP", + "name": "ROBEX" +}, { + "coords": [-1.295833, 52.963333, 0.0], + "type": "WYP", + "name": "ROBIN" +}, { + "coords": [6.202222, 50.575832, 0.0], + "type": "WYP", + "name": "ROBNA" +}, { + "coords": [17.469999, 40.709999, 0.0], + "type": "WYP", + "name": "ROBOT" +}, { + "coords": [1.946667, 42.673332, 0.0], + "type": "WYP", + "name": "ROCAN" +}, { + "coords": [6.645555, 45.745277, 0.0], + "type": "WYP", + "name": "ROCCA" +}, { + "coords": [19.253611, 53.218613, 0.0], + "type": "WYP", + "name": "RODAK" +}, { + "coords": [35.651669, 60.713333, 0.0], + "type": "WYP", + "name": "RODEN" +}, { + "coords": [29.200001, 58.0, 0.0], + "type": "WYP", + "name": "RODLO" +}, { + "coords": [-0.861389, 51.715832, 0.0], + "type": "WYP", + "name": "RODNI" +}, { + "coords": [19.106028, 41.478668, 0.0], + "type": "WYP", + "name": "RODON" +}, { + "coords": [24.183332, 41.583332, 0.0], + "type": "WYP", + "name": "RODOP" +}, { + "coords": [12.627778, 55.230835, 0.0], + "type": "WYP", + "name": "RODVU" +}, { + "coords": [21.909445, 56.633888, 0.0], + "type": "WYP", + "name": "ROGAT" +}, { + "coords": [63.866665, 41.883335, 0.0], + "type": "WYP", + "name": "ROGAV" +}, { + "coords": [39.591667, 51.490002, 0.0], + "type": "WYP", + "name": "ROGLA" +}, { + "coords": [18.001751, 58.193779, 0.0], + "type": "WYP", + "name": "ROGMI" +}, { + "coords": [78.815002, 43.089169, 0.0], + "type": "WYP", + "name": "ROGON" +}, { + "coords": [15.736111, 43.520832, 0.0], + "type": "WYP", + "name": "ROGOV" +}, { + "coords": [12.183333, 56.316944, 0.0], + "type": "WYP", + "name": "ROKAM" +}, { + "coords": [11.283648, 48.52042, 0.0], + "type": "WYP", + "name": "ROKIL" +}, { + "coords": [-5.88303, 53.65604, 0.0], + "type": "WYP", + "name": "ROKNA" +}, { + "coords": [7.249722, 43.437222, 0.0], + "type": "WYP", + "name": "ROKNO" +}, { + "coords": [80.288612, 49.735554, 0.0], + "type": "WYP", + "name": "ROKOD" +}, { + "coords": [36.833332, 48.849998, 0.0], + "type": "WYP", + "name": "ROKOT" +}, { + "coords": [15.007222, 45.494999, 0.0], + "type": "WYP", + "name": "ROKSA" +}, { + "coords": [-2.854358, 37.415646, 0.0], + "type": "WYP", + "name": "ROLAS" +}, { + "coords": [6.985278, 46.004166, 0.0], + "type": "WYP", + "name": "ROLAV" +}, { + "coords": [60.285, 66.298332, 0.0], + "type": "WYP", + "name": "ROLEK" +}, { + "coords": [22.428633, 47.429466, 0.0], + "type": "WYP", + "name": "ROMAG" +}, { + "coords": [30.523333, 52.203335, 0.0], + "type": "WYP", + "name": "ROMAL" +}, { + "coords": [5.168889, 45.106388, 0.0], + "type": "WYP", + "name": "ROMAM" +}, { + "coords": [25.096067, 45.202999, 0.0], + "type": "WYP", + "name": "ROMEL" +}, { + "coords": [23.594999, 42.213333, 0.0], + "type": "WYP", + "name": "ROMEO" +}, { + "coords": [3.741389, 48.532501, 0.0], + "type": "WYP", + "name": "ROMIL" +}, { + "coords": [5.960278, 51.224445, 0.0], + "type": "WYP", + "name": "ROMIN" +}, { + "coords": [21.840172, 48.221863, 0.0], + "type": "WYP", + "name": "ROMKA" +}, { + "coords": [31.728333, 43.473331, 0.0], + "type": "WYP", + "name": "ROMOK" +}, { + "coords": [6.970556, 46.68111, 0.0], + "type": "WYP", + "name": "ROMOM" +}, { + "coords": [5.857222, 46.970276, 0.0], + "type": "WYP", + "name": "ROMTA" +}, { + "coords": [82.066666, 57.016666, 0.0], + "type": "WYP", + "name": "ROMUL" +}, { + "coords": [30.171667, 54.466667, 0.0], + "type": "WYP", + "name": "ROMUN" +}, { + "coords": [11.891666, 39.869999, 0.0], + "type": "WYP", + "name": "RONAB" +}, { + "coords": [-5.655278, 57.530556, 0.0], + "type": "WYP", + "name": "RONAR" +}, { + "coords": [23.134768, 46.026676, 0.0], + "type": "WYP", + "name": "RONDU" +}, { + "coords": [45.216667, 44.0, 0.0], + "type": "WYP", + "name": "RONKA" +}, { + "coords": [-1.032547, 42.493095, 0.0], + "type": "WYP", + "name": "RONKO" +}, { + "coords": [5.421945, 46.352501, 0.0], + "type": "WYP", + "name": "RONLA" +}, { + "coords": [-4.5, 59.277222, 0.0], + "type": "WYP", + "name": "RONVI" +}, { + "coords": [23.653172, 47.068024, 0.0], + "type": "WYP", + "name": "ROPAN" +}, { + "coords": [29.143333, 43.096111, 0.0], + "type": "WYP", + "name": "RORKI" +}, { + "coords": [-7.101261, 38.021507, 0.0], + "type": "WYP", + "name": "ROSAL" +}, { + "coords": [13.54, 38.849998, 0.0], + "type": "WYP", + "name": "ROSAS" +}, { + "coords": [10.931945, 55.849445, 0.0], + "type": "WYP", + "name": "ROSBI" +}, { + "coords": [9.726389, 63.380833, 0.0], + "type": "WYP", + "name": "ROSEB" +}, { + "coords": [22.298155, 46.887001, 0.0], + "type": "WYP", + "name": "ROSIA" +}, { + "coords": [-51.46611, 65.539169, 0.0], + "type": "WYP", + "name": "ROSIE" +}, { + "coords": [12.861667, 45.314167, 0.0], + "type": "WYP", + "name": "ROSKA" +}, { + "coords": [11.025, 42.705002, 0.0], + "type": "WYP", + "name": "ROSKI" +}, { + "coords": [-4.068333, 48.759998, 0.0], + "type": "WYP", + "name": "ROSKO" +}, { + "coords": [20.794222, 63.699612, 0.0], + "type": "WYP", + "name": "ROSMO" +}, { + "coords": [-14.112223, 63.406387, 0.0], + "type": "WYP", + "name": "ROSTI" +}, { + "coords": [-2.349167, 53.668888, 0.0], + "type": "WYP", + "name": "ROSUN" +}, { + "coords": [15.460278, 67.523056, 0.0], + "type": "WYP", + "name": "ROSVI" +}, { + "coords": [13.0, 45.263332, 0.0], + "type": "WYP", + "name": "ROTAR" +}, { + "coords": [12.366667, 51.298054, 0.0], + "type": "WYP", + "name": "ROTAS" +}, { + "coords": [25.497963, 45.833786, 0.0], + "type": "WYP", + "name": "ROTBA" +}, { + "coords": [10.065, 49.244167, 0.0], + "type": "WYP", + "name": "ROTEN" +}, { + "coords": [10.785, 42.218334, 0.0], + "type": "WYP", + "name": "ROTIR" +}, { + "coords": [7.761667, 47.209721, 0.0], + "type": "WYP", + "name": "ROTIS" +}, { + "coords": [4.634167, 48.276669, 0.0], + "type": "WYP", + "name": "ROTSI" +}, { + "coords": [24.138889, 65.766113, 0.0], + "type": "WYP", + "name": "ROTTA" +}, { + "coords": [12.305, 40.883335, 0.0], + "type": "WYP", + "name": "ROTUN" +}, { + "coords": [1.630436, 49.437988, 0.0], + "type": "WYP", + "name": "ROU14" +}, { + "coords": [1.0, 49.215141, 0.0], + "type": "WYP", + "name": "ROU19" +}, { + "coords": [6.115, 49.476387, 0.0], + "type": "WYP", + "name": "ROUSY" +}, { + "coords": [23.808332, 43.148335, 0.0], + "type": "WYP", + "name": "ROVAM" +}, { + "coords": [2.874664, 41.56855, 0.0], + "type": "WYP", + "name": "ROVES" +}, { + "coords": [25.125834, 60.821388, 0.0], + "type": "WYP", + "name": "ROVIL" +}, { + "coords": [3.279722, 48.601112, 0.0], + "type": "WYP", + "name": "ROVIN" +}, { + "coords": [0.243611, 46.5, 0.0], + "type": "WYP", + "name": "ROVNI" +}, { + "coords": [11.171667, 40.808334, 0.0], + "type": "WYP", + "name": "ROXAN" +}, { + "coords": [14.033389, 56.564529, 0.0], + "type": "WYP", + "name": "ROXEN" +}, { + "coords": [-0.130278, 45.936111, 0.0], + "type": "WYP", + "name": "ROXIM" +}, { + "coords": [-1.036667, 45.666668, 0.0], + "type": "WYP", + "name": "ROYAN" +}, { + "coords": [4.622684, 51.897602, 0.0], + "type": "WYP", + "name": "RTM07" +}, { + "coords": [6.568889, 42.376945, 0.0], + "type": "WYP", + "name": "RUBAS" +}, { + "coords": [48.866665, 53.766666, 0.0], + "type": "WYP", + "name": "RUBEK" +}, { + "coords": [-0.677156, 40.981117, 0.0], + "type": "WYP", + "name": "RUBEO" +}, { + "coords": [47.166668, 57.5, 0.0], + "type": "WYP", + "name": "RUBIN" +}, { + "coords": [22.937973, 45.208496, 0.0], + "type": "WYP", + "name": "RUBIT" +}, { + "coords": [-0.25, 49.069168, 0.0], + "type": "WYP", + "name": "RUBIX" +}, { + "coords": [21.093611, 56.073891, 0.0], + "type": "WYP", + "name": "RUCAV" +}, { + "coords": [27.691668, 53.618332, 0.0], + "type": "WYP", + "name": "RUDEN" +}, { + "coords": [16.305, 44.996666, 0.0], + "type": "WYP", + "name": "RUDIK" +}, { + "coords": [20.992167, 44.342834, 0.0], + "type": "WYP", + "name": "RUDIN" +}, { + "coords": [23.921944, 52.851387, 0.0], + "type": "WYP", + "name": "RUDKA" +}, { + "coords": [12.282778, 49.151669, 0.0], + "type": "WYP", + "name": "RUDNO" +}, { + "coords": [30.0, 42.950001, 0.0], + "type": "WYP", + "name": "RUDON" +}, { + "coords": [1.090556, 48.078056, 0.0], + "type": "WYP", + "name": "RUDRI" +}, { + "coords": [7.96, 50.045834, 0.0], + "type": "WYP", + "name": "RUDUS" +}, { + "coords": [-1.723889, 48.619446, 0.0], + "type": "WYP", + "name": "RUEXX" +}, { + "coords": [22.791389, 41.329445, 0.0], + "type": "WYP", + "name": "RUGAS" +}, { + "coords": [-14.915661, 34.251698, 0.0], + "type": "WYP", + "name": "RULET" +}, { + "coords": [76.183334, 63.849998, 0.0], + "type": "WYP", + "name": "RULIK" +}, { + "coords": [45.083332, 49.666668, 0.0], + "type": "WYP", + "name": "RULON" +}, { + "coords": [9.048889, 47.787498, 0.0], + "type": "WYP", + "name": "RUMAS" +}, { + "coords": [39.116665, 43.866665, 0.0], + "type": "WYP", + "name": "RUMBA" +}, { + "coords": [30.540001, 54.459999, 0.0], + "type": "WYP", + "name": "RUMIK" +}, { + "coords": [23.343334, 48.026669, 0.0], + "type": "WYP", + "name": "RUMUK" +}, { + "coords": [6.247222, 59.958332, 0.0], + "type": "WYP", + "name": "RUNAR" +}, { + "coords": [24.081667, 60.2575, 0.0], + "type": "WYP", + "name": "RUNEN" +}, { + "coords": [19.724167, 59.749722, 0.0], + "type": "WYP", + "name": "RUNGA" +}, { + "coords": [-15.658889, 66.18528, 0.0], + "type": "WYP", + "name": "RUNKI" +}, { + "coords": [5.357417, 46.059612, 0.0], + "type": "WYP", + "name": "RUNOM" +}, { + "coords": [-2.0, 49.5, 0.0], + "type": "WYP", + "name": "RUPAS" +}, { + "coords": [4.540555, 51.460556, 0.0], + "type": "WYP", + "name": "RUPIN" +}, { + "coords": [68.871109, 41.26889, 0.0], + "type": "WYP", + "name": "RURET" +}, { + "coords": [72.023331, 56.218334, 0.0], + "type": "WYP", + "name": "RUSAK" +}, { + "coords": [42.735001, 61.038334, 0.0], + "type": "WYP", + "name": "RUSAN" +}, { + "coords": [73.300003, 62.333332, 0.0], + "type": "WYP", + "name": "RUSIN" +}, { + "coords": [4.890555, 45.668056, 0.0], + "type": "WYP", + "name": "RUSIT" +}, { + "coords": [19.443277, 45.529415, 0.0], + "type": "WYP", + "name": "RUSKI" +}, { + "coords": [21.438055, 55.235279, 0.0], + "type": "WYP", + "name": "RUSNE" +}, { + "coords": [17.085833, 48.107777, 0.0], + "type": "WYP", + "name": "RUSOV" +}, { + "coords": [-0.316944, 46.261391, 0.0], + "type": "WYP", + "name": "RUTEK" +}, { + "coords": [51.075832, 42.181667, 0.0], + "type": "WYP", + "name": "RUTIL" +}, { + "coords": [18.509987, 47.958004, 0.0], + "type": "WYP", + "name": "RUTOL" +}, { + "coords": [19.0, 38.518333, 0.0], + "type": "WYP", + "name": "RUTOM" +}, { + "coords": [39.623333, 43.401669, 0.0], + "type": "WYP", + "name": "RUVON" +}, { + "coords": [6.400833, 49.860889, 0.0], + "type": "WYP", + "name": "RUWER" +}, { + "coords": [92.894997, 54.691666, 0.0], + "type": "WYP", + "name": "RX75" +}, { + "coords": [97.101669, 55.09, 0.0], + "type": "WYP", + "name": "RX79" +}, { + "coords": [3.980833, 52.354721, 0.0], + "type": "WYP", + "name": "RYNEX" +}, { + "coords": [44.095001, 62.918335, 0.0], + "type": "WYP", + "name": "S59" +}, { + "coords": [33.933334, 47.599998, 0.0], + "type": "WYP", + "name": "SABAB" +}, { + "coords": [14.86748, 45.465874, 0.0], + "type": "WYP", + "name": "SABAD" +}, { + "coords": [11.642722, 58.176556, 0.0], + "type": "WYP", + "name": "SABAK" +}, { + "coords": [19.598555, 44.752472, 0.0], + "type": "WYP", + "name": "SABAK" +}, { + "coords": [0.949444, 51.703888, 0.0], + "type": "WYP", + "name": "SABER" +}, { + "coords": [-0.25, 47.853054, 0.0], + "type": "WYP", + "name": "SABLE" +}, { + "coords": [3.173397, 41.202324, 0.0], + "type": "WYP", + "name": "SADEM" +}, { + "coords": [30.556667, 48.101665, 0.0], + "type": "WYP", + "name": "SADKO" +}, { + "coords": [44.799999, 41.25, 0.0], + "type": "WYP", + "name": "SADLA" +}, { + "coords": [8.793889, 47.702221, 0.0], + "type": "WYP", + "name": "SAFFA" +}, { + "coords": [49.566666, 40.633335, 0.0], + "type": "WYP", + "name": "SAGIL" +}, { + "coords": [66.400002, 40.799999, 0.0], + "type": "WYP", + "name": "SAGIR" +}, { + "coords": [61.121666, 41.200001, 0.0], + "type": "WYP", + "name": "SAIDA" +}, { + "coords": [94.540001, 65.443336, 0.0], + "type": "WYP", + "name": "SAKAT" +}, { + "coords": [16.168333, 40.610554, 0.0], + "type": "WYP", + "name": "SALAS" +}, { + "coords": [10.597222, 51.013054, 0.0], + "type": "WYP", + "name": "SALCA" +}, { + "coords": [-3.529444, 49.737221, 0.0], + "type": "WYP", + "name": "SALCO" +}, { + "coords": [6.065834, 46.073891, 0.0], + "type": "WYP", + "name": "SALEV" +}, { + "coords": [13.171667, 36.753334, 0.0], + "type": "WYP", + "name": "SALIB" +}, { + "coords": [4.730139, 43.282806, 0.0], + "type": "WYP", + "name": "SALIN" +}, { + "coords": [13.386194, 54.916668, 0.0], + "type": "WYP", + "name": "SALLO" +}, { + "coords": [6.716667, 39.0, 0.0], + "type": "WYP", + "name": "SALMA" +}, { + "coords": [27.721945, 63.75111, 0.0], + "type": "WYP", + "name": "SALMI" +}, { + "coords": [3.186989, 41.490021, 0.0], + "type": "WYP", + "name": "SALON" +}, { + "coords": [65.01667, 57.383335, 0.0], + "type": "WYP", + "name": "SALRA" +}, { + "coords": [2.357222, 43.347778, 0.0], + "type": "WYP", + "name": "SALSI" +}, { + "coords": [9.724167, 44.870834, 0.0], + "type": "WYP", + "name": "SALSO" +}, { + "coords": [24.450001, 34.0, 0.0], + "type": "WYP", + "name": "SALUN" +}, { + "coords": [-2.377222, 42.868958, 0.0], + "type": "WYP", + "name": "SALVA" +}, { + "coords": [-1.270833, 51.132221, 0.0], + "type": "WYP", + "name": "SAM11" +}, { + "coords": [-1.733889, 51.00111, 0.0], + "type": "WYP", + "name": "SAM15" +}, { + "coords": [-1.982778, 50.845276, 0.0], + "type": "WYP", + "name": "SAM25" +}, { + "coords": [-2.238889, 50.799999, 0.0], + "type": "WYP", + "name": "SAM36" +}, { + "coords": [23.160919, 47.69445, 0.0], + "type": "WYP", + "name": "SAMAR" +}, { + "coords": [85.383331, 54.233334, 0.0], + "type": "WYP", + "name": "SAMBA" +}, { + "coords": [26.665556, 43.494446, 0.0], + "type": "WYP", + "name": "SAMIL" +}, { + "coords": [3.787222, 54.052502, 0.0], + "type": "WYP", + "name": "SAMON" +}, { + "coords": [-1.282222, 48.220001, 0.0], + "type": "WYP", + "name": "SAMPO" +}, { + "coords": [2.741667, 47.266666, 0.0], + "type": "WYP", + "name": "SANCE" +}, { + "coords": [1.0675, 51.064167, 0.0], + "type": "WYP", + "name": "SANDY" +}, { + "coords": [4.145278, 52.513332, 0.0], + "type": "WYP", + "name": "SANDY" +}, { + "coords": [7.275556, 46.331944, 0.0], + "type": "WYP", + "name": "SANET" +}, { + "coords": [57.494999, 50.875, 0.0], + "type": "WYP", + "name": "SANIR" +}, { + "coords": [25.079721, 65.277496, 0.0], + "type": "WYP", + "name": "SANTA" +}, { + "coords": [-6.29835, 37.668537, 0.0], + "type": "WYP", + "name": "SANTA" +}, { + "coords": [43.213333, 60.846668, 0.0], + "type": "WYP", + "name": "SANUL" +}, { + "coords": [61.41, 45.952221, 0.0], + "type": "WYP", + "name": "SANUR" +}, { + "coords": [20.733055, 41.986111, 0.0], + "type": "WYP", + "name": "SAPAN" +}, { + "coords": [-1.356944, 52.540279, 0.0], + "type": "WYP", + "name": "SAPCO" +}, { + "coords": [-2.380833, 59.261112, 0.0], + "type": "WYP", + "name": "SAPOT" +}, { + "coords": [20.895555, 42.096943, 0.0], + "type": "WYP", + "name": "SARAX" +}, { + "coords": [11.7975, 50.544724, 0.0], + "type": "WYP", + "name": "SAREN" +}, { + "coords": [3.990922, 40.5, 0.0], + "type": "WYP", + "name": "SARGO" +}, { + "coords": [82.888054, 46.865555, 0.0], + "type": "WYP", + "name": "SARIN" +}, { + "coords": [12.943611, 54.687222, 0.0], + "type": "WYP", + "name": "SARLI" +}, { + "coords": [8.284722, 47.314167, 0.0], + "type": "WYP", + "name": "SARME" +}, { + "coords": [43.166668, 43.731667, 0.0], + "type": "WYP", + "name": "SARMO" +}, { + "coords": [71.84333, 56.535, 0.0], + "type": "WYP", + "name": "SARNA" +}, { + "coords": [16.433594, 47.238194, 0.0], + "type": "WYP", + "name": "SASAL" +}, { + "coords": [2.5, 51.548054, 0.0], + "type": "WYP", + "name": "SASKI" +}, { + "coords": [34.404999, 55.146667, 0.0], + "type": "WYP", + "name": "SATAL" +}, { + "coords": [15.878056, 43.773335, 0.0], + "type": "WYP", + "name": "SATOL" +}, { + "coords": [23.845278, 55.889168, 0.0], + "type": "WYP", + "name": "SAU15" +}, { + "coords": [23.760555, 55.651943, 0.0], + "type": "WYP", + "name": "SAU18" +}, { + "coords": [5.477778, 46.623611, 0.0], + "type": "WYP", + "name": "SAUNI" +}, { + "coords": [-0.183356, 40.256027, 0.0], + "type": "WYP", + "name": "SAURA" +}, { + "coords": [5.095278, 43.883335, 0.0], + "type": "WYP", + "name": "SAURG" +}, { + "coords": [-2.3725, 48.973331, 0.0], + "type": "WYP", + "name": "SAUVA" +}, { + "coords": [-0.011667, 46.116665, 0.0], + "type": "WYP", + "name": "SAUZE" +}, { + "coords": [19.498972, 45.484917, 0.0], + "type": "WYP", + "name": "SAVIN" +}, { + "coords": [30.088333, 48.165001, 0.0], + "type": "WYP", + "name": "SAWRA" +}, { + "coords": [48.848331, 55.343334, 0.0], + "type": "WYP", + "name": "SBARO" +}, { + "coords": [12.856667, 48.008335, 0.0], + "type": "WYP", + "name": "SBG02" +}, { + "coords": [12.83528, 48.168541, 0.0], + "type": "WYP", + "name": "SBG10" +}, { + "coords": [13.261541, 47.647598, 0.0], + "type": "WYP", + "name": "SBG26" +}, { + "coords": [12.374242, 47.694138, 0.0], + "type": "WYP", + "name": "SBG28" +}, { + "coords": [14.0, 56.5, 0.0], + "type": "WYP", + "name": "SCANA" +}, { + "coords": [38.233334, 49.049999, 0.0], + "type": "WYP", + "name": "SDONK" +}, { + "coords": [10.288611, 53.979168, 0.0], + "type": "WYP", + "name": "SEBER" +}, { + "coords": [0.515278, 44.43861, 0.0], + "type": "WYP", + "name": "SECHE" +}, { + "coords": [3e-06, 68.0, 0.0], + "type": "WYP", + "name": "SECON" +}, { + "coords": [-1.432692, 41.323563, 0.0], + "type": "WYP", + "name": "SEDIL" +}, { + "coords": [38.349998, 44.0, 0.0], + "type": "WYP", + "name": "SEDOK" +}, { + "coords": [7.750556, 47.869446, 0.0], + "type": "WYP", + "name": "SEDOR" +}, { + "coords": [57.806667, 68.910004, 0.0], + "type": "WYP", + "name": "SEDOV" +}, { + "coords": [36.5, 43.683334, 0.0], + "type": "WYP", + "name": "SEDUL" +}, { + "coords": [12.688334, 54.829166, 0.0], + "type": "WYP", + "name": "SEGAL" +}, { + "coords": [9.261389, 47.965832, 0.0], + "type": "WYP", + "name": "SEGMA" +}, { + "coords": [30.516666, 59.98, 0.0], + "type": "WYP", + "name": "SEGON" +}, { + "coords": [-2.439592, 40.931137, 0.0], + "type": "WYP", + "name": "SEGRE" +}, { + "coords": [67.521667, 67.921669, 0.0], + "type": "WYP", + "name": "SELAN" +}, { + "coords": [5.073333, 59.996113, 0.0], + "type": "WYP", + "name": "SELBI" +}, { + "coords": [23.0, 48.32, 0.0], + "type": "WYP", + "name": "SELTE" +}, { + "coords": [48.553333, 39.84, 0.0], + "type": "WYP", + "name": "SEMEN" +}, { + "coords": [-1.178333, 49.083332, 0.0], + "type": "WYP", + "name": "SENLO" +}, { + "coords": [-8.75, 47.0, 0.0], + "type": "WYP", + "name": "SEPAL" +}, { + "coords": [28.6, 58.633335, 0.0], + "type": "WYP", + "name": "SERBI" +}, { + "coords": [106.46833, 50.308334, 0.0], + "type": "WYP", + "name": "SERNA" +}, { + "coords": [-0.856847, 39.265991, 0.0], + "type": "WYP", + "name": "SERRA" +}, { + "coords": [2.993753, 41.456718, 0.0], + "type": "WYP", + "name": "SETAS" +}, { + "coords": [-2.435833, 54.012501, 0.0], + "type": "WYP", + "name": "SETEL" +}, { + "coords": [30.35, 49.416668, 0.0], + "type": "WYP", + "name": "SETUR" +}, { + "coords": [42.349998, 44.883335, 0.0], + "type": "WYP", + "name": "SEVER" +}, { + "coords": [93.066666, 60.416668, 0.0], + "type": "WYP", + "name": "SEVIK" +}, { + "coords": [0.087778, 50.666668, 0.0], + "type": "WYP", + "name": "SFD06" +}, { + "coords": [0.2425, 50.666668, 0.0], + "type": "WYP", + "name": "SFD07" +}, { + "coords": [-0.061183, 50.251453, 0.0], + "type": "WYP", + "name": "SFD31" +}, { + "coords": [-1.337778, 50.761944, 0.0], + "type": "WYP", + "name": "SFD55" +}, { + "coords": [-2.627222, 54.5, 0.0], + "type": "WYP", + "name": "SHAPP" +}, { + "coords": [0.261183, 41.51828, 0.0], + "type": "WYP", + "name": "SHARA" +}, { + "coords": [-2.429445, 49.189724, 0.0], + "type": "WYP", + "name": "SHARK" +}, { + "coords": [84.501663, 53.508335, 0.0], + "type": "WYP", + "name": "SHPAO" +}, { + "coords": [25.611666, 55.304722, 0.0], + "type": "WYP", + "name": "SIDAB" +}, { + "coords": [0.338333, 45.16, 0.0], + "type": "WYP", + "name": "SIDAN" +}, { + "coords": [-5.143055, 61.0, 0.0], + "type": "WYP", + "name": "SIDER" +}, { + "coords": [13.374722, 38.480278, 0.0], + "type": "WYP", + "name": "SIDRO" +}, { + "coords": [-3.759011, 40.588398, 0.0], + "type": "WYP", + "name": "SIE35" +}, { + "coords": [4.3175, 51.972778, 0.0], + "type": "WYP", + "name": "SIERA" +}, { + "coords": [8.126945, 50.824722, 0.0], + "type": "WYP", + "name": "SIGEN" +}, { + "coords": [24.636717, 46.279621, 0.0], + "type": "WYP", + "name": "SIGHI" +}, { + "coords": [-1.4175, 43.690277, 0.0], + "type": "WYP", + "name": "SIGOS" +}, { + "coords": [24.853333, 64.678886, 0.0], + "type": "WYP", + "name": "SIIKA" +}, { + "coords": [2.936944, 43.197498, 0.0], + "type": "WYP", + "name": "SIJAN" +}, { + "coords": [65.379997, 56.428333, 0.0], + "type": "WYP", + "name": "SIKAR" +}, { + "coords": [32.916668, 43.283333, 0.0], + "type": "WYP", + "name": "SILAR" +}, { + "coords": [44.466667, 55.416668, 0.0], + "type": "WYP", + "name": "SILON" +}, { + "coords": [5.055833, 42.720001, 0.0], + "type": "WYP", + "name": "SILUR" +}, { + "coords": [0.682778, 53.974724, 0.0], + "type": "WYP", + "name": "SILVA" +}, { + "coords": [4.904167, 51.982777, 0.0], + "type": "WYP", + "name": "SILVO" +}, { + "coords": [13.015817, 48.230152, 0.0], + "type": "WYP", + "name": "SIMBA" +}, { + "coords": [13.501194, 55.250027, 0.0], + "type": "WYP", + "name": "SIMEG" +}, { + "coords": [-51.221668, 68.494164, 0.0], + "type": "WYP", + "name": "SIMON" +}, { + "coords": [11.634444, 50.151669, 0.0], + "type": "WYP", + "name": "SINBA" +}, { + "coords": [1.318475, 42.120338, 0.0], + "type": "WYP", + "name": "SINDO" +}, { + "coords": [22.382223, 41.955833, 0.0], + "type": "WYP", + "name": "SINKO" +}, { + "coords": [3.283333, 46.325001, 0.0], + "type": "WYP", + "name": "SINPO" +}, { + "coords": [6.757056, 43.413639, 0.0], + "type": "WYP", + "name": "SINRA" +}, { + "coords": [6.955072, 46.051323, 0.0], + "type": "WYP", + "name": "SIO17" +}, { + "coords": [17.069166, 43.134445, 0.0], + "type": "WYP", + "name": "SIPAL" +}, { + "coords": [10.37, 43.924999, 0.0], + "type": "WYP", + "name": "SIPLO" +}, { + "coords": [18.751722, 60.845612, 0.0], + "type": "WYP", + "name": "SIPRI" +}, { + "coords": [7.195833, 53.071388, 0.0], + "type": "WYP", + "name": "SIPSA" +}, { + "coords": [14.988611, 44.921665, 0.0], + "type": "WYP", + "name": "SIRGA" +}, { + "coords": [0.646389, 51.629444, 0.0], + "type": "WYP", + "name": "SIRGO" +}, { + "coords": [-0.890806, 47.71875, 0.0], + "type": "WYP", + "name": "SIRGU" +}, { + "coords": [16.30611, 45.2425, 0.0], + "type": "WYP", + "name": "SIRMA" +}, { + "coords": [16.303612, 44.150002, 0.0], + "type": "WYP", + "name": "SIRMI" +}, { + "coords": [25.124445, 62.079723, 0.0], + "type": "WYP", + "name": "SIRPI" +}, { + "coords": [28.116041, 45.162807, 0.0], + "type": "WYP", + "name": "SIRVA" +}, { + "coords": [14.608334, 40.343334, 0.0], + "type": "WYP", + "name": "SISMA" +}, { + "coords": [3.145147, 40.596077, 0.0], + "type": "WYP", + "name": "SISMO" +}, { + "coords": [0.0, 50.099998, 0.0], + "type": "WYP", + "name": "SITET" +}, { + "coords": [2.893055, 53.038055, 0.0], + "type": "WYP", + "name": "SITKO" +}, { + "coords": [31.549999, 49.049999, 0.0], + "type": "WYP", + "name": "SITNA" +}, { + "coords": [14.29, 53.737778, 0.0], + "type": "WYP", + "name": "SITNO" +}, { + "coords": [-8.75, 46.0, 0.0], + "type": "WYP", + "name": "SIVIR" +}, { + "coords": [54.590279, 50.323612, 0.0], + "type": "WYP", + "name": "SIVKO" +}, { + "coords": [29.237778, 69.574448, 0.0], + "type": "WYP", + "name": "SIVNU" +}, { + "coords": [29.190001, 55.031666, 0.0], + "type": "WYP", + "name": "SIVRU" +}, { + "coords": [55.525002, 58.128334, 0.0], + "type": "WYP", + "name": "SIZVA" +}, { + "coords": [33.064999, 44.988335, 0.0], + "type": "WYP", + "name": "SKALA" +}, { + "coords": [-22.360001, 65.628609, 0.0], + "type": "WYP", + "name": "SKALM" +}, { + "coords": [-20.205, 63.94278, 0.0], + "type": "WYP", + "name": "SKARD" +}, { + "coords": [18.349445, 54.110554, 0.0], + "type": "WYP", + "name": "SKARY" +}, { + "coords": [3.074722, 55.0, 0.0], + "type": "WYP", + "name": "SKATE" +}, { + "coords": [19.9, 49.940277, 0.0], + "type": "WYP", + "name": "SKAVI" +}, { + "coords": [20.501944, 40.064724, 0.0], + "type": "WYP", + "name": "SKERD" +}, { + "coords": [-3.173056, 50.0, 0.0], + "type": "WYP", + "name": "SKERY" +}, { + "coords": [-3.033889, 49.824722, 0.0], + "type": "WYP", + "name": "SKESO" +}, { + "coords": [-1.773056, 52.804722, 0.0], + "type": "WYP", + "name": "SKINA" +}, { + "coords": [-19.547222, 63.490002, 0.0], + "type": "WYP", + "name": "SKOGA" +}, { + "coords": [-22.870832, 64.785835, 0.0], + "type": "WYP", + "name": "SKOTT" +}, { + "coords": [40.466667, 46.349998, 0.0], + "type": "WYP", + "name": "SKUIR" +}, { + "coords": [53.513332, 53.955002, 0.0], + "type": "WYP", + "name": "SL83" +}, { + "coords": [-5.842222, 52.158611, 0.0], + "type": "WYP", + "name": "SLANY" +}, { + "coords": [30.434999, 53.551666, 0.0], + "type": "WYP", + "name": "SLEDA" +}, { + "coords": [9.2125, 48.370556, 0.0], + "type": "WYP", + "name": "SLP01" +}, { + "coords": [0.472194, 51.669361, 0.0], + "type": "WYP", + "name": "SLP01" +}, { + "coords": [-5.0875, 54.201111, 0.0], + "type": "WYP", + "name": "SLYDA" +}, { + "coords": [-5.579028, 51.807335, 0.0], + "type": "WYP", + "name": "SMALS" +}, { + "coords": [9.303333, 40.325001, 0.0], + "type": "WYP", + "name": "SME35" +}, { + "coords": [28.108334, 53.695, 0.0], + "type": "WYP", + "name": "SMILO" +}, { + "coords": [-2.598889, 57.776943, 0.0], + "type": "WYP", + "name": "SMOKI" +}, { + "coords": [60.131668, 56.805, 0.0], + "type": "WYP", + "name": "SMORE" +}, { + "coords": [12.383611, 52.436943, 0.0], + "type": "WYP", + "name": "SOBLU" +}, { + "coords": [7.5, 61.155556, 0.0], + "type": "WYP", + "name": "SOBOD" +}, { + "coords": [19.042223, 45.139721, 0.0], + "type": "WYP", + "name": "SOBRA" +}, { + "coords": [15.13, 39.084999, 0.0], + "type": "WYP", + "name": "SOBRI" +}, { + "coords": [-3.631389, 58.797501, 0.0], + "type": "WYP", + "name": "SODKI" +}, { + "coords": [8.371944, 43.013054, 0.0], + "type": "WYP", + "name": "SODRI" +}, { + "coords": [5.180528, 43.020416, 0.0], + "type": "WYP", + "name": "SOFFY" +}, { + "coords": [-21.067499, 64.152496, 0.0], + "type": "WYP", + "name": "SOGID" +}, { + "coords": [7.5, 59.52, 0.0], + "type": "WYP", + "name": "SOGLO" +}, { + "coords": [70.949997, 61.016666, 0.0], + "type": "WYP", + "name": "SOGNA" +}, { + "coords": [7.5, 60.753887, 0.0], + "type": "WYP", + "name": "SOGRA" +}, { + "coords": [6.675, 43.543335, 0.0], + "type": "WYP", + "name": "SOKDI" +}, { + "coords": [1.430556, 49.337776, 0.0], + "type": "WYP", + "name": "SOKMU" +}, { + "coords": [25.216667, 36.666668, 0.0], + "type": "WYP", + "name": "SOKNO" +}, { + "coords": [23.475, 36.216667, 0.0], + "type": "WYP", + "name": "SOKRI" +}, { + "coords": [25.928333, 55.115555, 0.0], + "type": "WYP", + "name": "SOKRO" +}, { + "coords": [45.776669, 51.981667, 0.0], + "type": "WYP", + "name": "SOKUR" +}, { + "coords": [24.299444, 57.900002, 0.0], + "type": "WYP", + "name": "SOKVA" +}, { + "coords": [3.316667, 58.083332, 0.0], + "type": "WYP", + "name": "SOL87" +}, { + "coords": [-2.574903, 37.143532, 0.0], + "type": "WYP", + "name": "SOLAR" +}, { + "coords": [-4.949181, 39.24255, 0.0], + "type": "WYP", + "name": "SOLAX" +}, { + "coords": [3.569556, 49.288334, 0.0], + "type": "WYP", + "name": "SOLBA" +}, { + "coords": [31.25, 48.950001, 0.0], + "type": "WYP", + "name": "SOLGA" +}, { + "coords": [53.333332, 60.0, 0.0], + "type": "WYP", + "name": "SOLIK" +}, { + "coords": [12.0525, 63.330833, 0.0], + "type": "WYP", + "name": "SOLKA" +}, { + "coords": [25.398333, 49.296665, 0.0], + "type": "WYP", + "name": "SOLNU" +}, { + "coords": [38.349998, 43.033333, 0.0], + "type": "WYP", + "name": "SOLON" +}, { + "coords": [7.053333, 57.59111, 0.0], + "type": "WYP", + "name": "SOLRU" +}, { + "coords": [7.5, 61.060001, 0.0], + "type": "WYP", + "name": "SOMAG" +}, { + "coords": [15.965, 39.129444, 0.0], + "type": "WYP", + "name": "SOMAS" +}, { + "coords": [0.015, 59.991943, 0.0], + "type": "WYP", + "name": "SOMBU" +}, { + "coords": [7.5, 61.400276, 0.0], + "type": "WYP", + "name": "SOMES" +}, { + "coords": [2.305, 49.770279, 0.0], + "type": "WYP", + "name": "SOMIL" +}, { + "coords": [52.724445, 43.884445, 0.0], + "type": "WYP", + "name": "SOMIR" +}, { + "coords": [29.616667, 52.465, 0.0], + "type": "WYP", + "name": "SOMIS" +}, { + "coords": [1.639722, 54.299446, 0.0], + "type": "WYP", + "name": "SOMIT" +}, { + "coords": [11.158334, 51.199722, 0.0], + "type": "WYP", + "name": "SOMIX" +}, { + "coords": [24.636667, 50.02, 0.0], + "type": "WYP", + "name": "SOMKI" +}, { + "coords": [24.85, 43.700001, 0.0], + "type": "WYP", + "name": "SOMOV" +}, { + "coords": [6.949444, 53.398888, 0.0], + "type": "WYP", + "name": "SOMPO" +}, { + "coords": [27.183332, 58.816944, 0.0], + "type": "WYP", + "name": "SOMPU" +}, { + "coords": [2.921028, 45.451138, 0.0], + "type": "WYP", + "name": "SOMTI" +}, { + "coords": [4.3575, 49.59639, 0.0], + "type": "WYP", + "name": "SOMTU" +}, { + "coords": [1.736389, 49.386944, 0.0], + "type": "WYP", + "name": "SOMUT" +}, { + "coords": [20.03911, 63.332054, 0.0], + "type": "WYP", + "name": "SOMVI" +}, { + "coords": [17.411694, 59.724529, 0.0], + "type": "WYP", + "name": "SONAB" +}, { + "coords": [4.3375, 53.25, 0.0], + "type": "WYP", + "name": "SONAM" +}, { + "coords": [-10.0, 36.5, 0.0], + "type": "WYP", + "name": "SONAP" +}, { + "coords": [3.410556, 48.699722, 0.0], + "type": "WYP", + "name": "SONAT" +}, { + "coords": [7.5, 58.872776, 0.0], + "type": "WYP", + "name": "SONAV" +}, { + "coords": [4.838333, 51.190556, 0.0], + "type": "WYP", + "name": "SONDI" +}, { + "coords": [1.811667, 52.084999, 0.0], + "type": "WYP", + "name": "SONDO" +}, { + "coords": [11.063611, 51.3825, 0.0], + "type": "WYP", + "name": "SONDU" +}, { + "coords": [33.981667, 45.038334, 0.0], + "type": "WYP", + "name": "SONEP" +}, { + "coords": [16.143333, 44.448334, 0.0], + "type": "WYP", + "name": "SONIK" +}, { + "coords": [83.801666, 65.073334, 0.0], + "type": "WYP", + "name": "SONKA" +}, { + "coords": [25.487499, 66.95639, 0.0], + "type": "WYP", + "name": "SONKA" +}, { + "coords": [22.522223, 56.610279, 0.0], + "type": "WYP", + "name": "SONLA" +}, { + "coords": [5.203889, 58.770279, 0.0], + "type": "WYP", + "name": "SONNY" +}, { + "coords": [8.573889, 51.72361, 0.0], + "type": "WYP", + "name": "SONOR" +}, { + "coords": [35.806667, 50.148335, 0.0], + "type": "WYP", + "name": "SONOS" +}, { + "coords": [22.115555, 60.811943, 0.0], + "type": "WYP", + "name": "SONOX" +}, { + "coords": [26.861666, 52.166668, 0.0], + "type": "WYP", + "name": "SONTI" +}, { + "coords": [12.487778, 55.223331, 0.0], + "type": "WYP", + "name": "SONUP" +}, { + "coords": [4.3575, 49.437222, 0.0], + "type": "WYP", + "name": "SONUR" +}, { + "coords": [44.266666, 44.083332, 0.0], + "type": "WYP", + "name": "SOPAH" +}, { + "coords": [7.5, 60.295555, 0.0], + "type": "WYP", + "name": "SOPAR" +}, { + "coords": [7.5, 59.827221, 0.0], + "type": "WYP", + "name": "SOPAS" +}, { + "coords": [7.5, 60.847778, 0.0], + "type": "WYP", + "name": "SOPEN" +}, { + "coords": [1.055, 47.025833, 0.0], + "type": "WYP", + "name": "SOPIL" +}, { + "coords": [7.693056, 47.582222, 0.0], + "type": "WYP", + "name": "SOPIM" +}, { + "coords": [6.923056, 53.348331, 0.0], + "type": "WYP", + "name": "SOPIX" +}, { + "coords": [31.083334, 56.581665, 0.0], + "type": "WYP", + "name": "SOPKA" +}, { + "coords": [11.552778, 51.179443, 0.0], + "type": "WYP", + "name": "SOPLA" +}, { + "coords": [-4.17583, 41.439693, 0.0], + "type": "WYP", + "name": "SOPLA" +}, { + "coords": [20.740499, 64.234306, 0.0], + "type": "WYP", + "name": "SOPLI" +}, { + "coords": [5.745833, 45.728889, 0.0], + "type": "WYP", + "name": "SOPLO" +}, { + "coords": [16.802452, 47.58786, 0.0], + "type": "WYP", + "name": "SOPRO" +}, { + "coords": [13.899427, 39.607285, 0.0], + "type": "WYP", + "name": "SOR62" +}, { + "coords": [15.09, 39.161667, 0.0], + "type": "WYP", + "name": "SOR92" +}, { + "coords": [6.437778, 49.113888, 0.0], + "type": "WYP", + "name": "SORAL" +}, { + "coords": [27.521141, 46.018917, 0.0], + "type": "WYP", + "name": "SORAN" +}, { + "coords": [4.666667, 40.552246, 0.0], + "type": "WYP", + "name": "SORAS" +}, { + "coords": [5.596667, 51.215832, 0.0], + "type": "WYP", + "name": "SORAT" +}, { + "coords": [-2.128853, 37.035698, 0.0], + "type": "WYP", + "name": "SORBA" +}, { + "coords": [5.0, 55.179165, 0.0], + "type": "WYP", + "name": "SORDA" +}, { + "coords": [22.633333, 35.766666, 0.0], + "type": "WYP", + "name": "SOREL" +}, { + "coords": [7.018889, 48.471111, 0.0], + "type": "WYP", + "name": "SOREM" +}, { + "coords": [28.151667, 45.779999, 0.0], + "type": "WYP", + "name": "SORET" +}, { + "coords": [11.089444, 52.970833, 0.0], + "type": "WYP", + "name": "SORIT" +}, { + "coords": [93.76667, 55.633335, 0.0], + "type": "WYP", + "name": "SORKA" +}, { + "coords": [20.0, 57.299999, 0.0], + "type": "WYP", + "name": "SORLA" +}, { + "coords": [31.221666, 51.146667, 0.0], + "type": "WYP", + "name": "SORNA" +}, { + "coords": [27.85, 49.761665, 0.0], + "type": "WYP", + "name": "SORON" +}, { + "coords": [7.351666, 43.338333, 0.0], + "type": "WYP", + "name": "SOROS" +}, { + "coords": [11.249166, 59.416668, 0.0], + "type": "WYP", + "name": "SORPI" +}, { + "coords": [37.349998, 45.383335, 0.0], + "type": "WYP", + "name": "SORUL" +}, { + "coords": [-0.25, 48.093056, 0.0], + "type": "WYP", + "name": "SORUT" +}, { + "coords": [7.5, 57.886391, 0.0], + "type": "WYP", + "name": "SORVI" +}, { + "coords": [6.884722, 46.558056, 0.0], + "type": "WYP", + "name": "SOSAL" +}, { + "coords": [6.253889, 57.145, 0.0], + "type": "WYP", + "name": "SOSER" +}, { + "coords": [106.433334, 60.583332, 0.0], + "type": "WYP", + "name": "SOSNA" +}, { + "coords": [7.5, 59.038612, 0.0], + "type": "WYP", + "name": "SOSOL" +}, { + "coords": [8.594167, 46.606667, 0.0], + "type": "WYP", + "name": "SOSON" +}, { + "coords": [10.151667, 45.105, 0.0], + "type": "WYP", + "name": "SOSPI" +}, { + "coords": [24.966667, 52.419998, 0.0], + "type": "WYP", + "name": "SOSUD" +}, { + "coords": [4.9975, 42.560276, 0.0], + "type": "WYP", + "name": "SOSUR" +}, { + "coords": [0.942139, 43.821472, 0.0], + "type": "WYP", + "name": "SOTAK" +}, { + "coords": [32.933334, 44.593334, 0.0], + "type": "WYP", + "name": "SOTAR" +}, { + "coords": [4.666667, 39.584457, 0.0], + "type": "WYP", + "name": "SOTAX" +}, { + "coords": [34.376667, 46.923332, 0.0], + "type": "WYP", + "name": "SOTEL" +}, { + "coords": [18.834309, 48.047874, 0.0], + "type": "WYP", + "name": "SOTER" +}, { + "coords": [23.553055, 53.829723, 0.0], + "type": "WYP", + "name": "SOTET" +}, { + "coords": [7.5, 59.326389, 0.0], + "type": "WYP", + "name": "SOTIR" +}, { + "coords": [13.810833, 66.901108, 0.0], + "type": "WYP", + "name": "SOTOK" +}, { + "coords": [4.0, 55.047779, 0.0], + "type": "WYP", + "name": "SOTOL" +}, { + "coords": [1.7775, 48.675835, 0.0], + "type": "WYP", + "name": "SOTOR" +}, { + "coords": [4.050278, 49.380001, 0.0], + "type": "WYP", + "name": "SOTUS" +}, { + "coords": [7.206666, 41.146946, 0.0], + "type": "WYP", + "name": "SOVAG" +}, { + "coords": [-0.244519, 42.78812, 0.0], + "type": "WYP", + "name": "SOVAR" +}, { + "coords": [1.466667, 50.779446, 0.0], + "type": "WYP", + "name": "SOVAT" +}, { + "coords": [6.8425, 57.474724, 0.0], + "type": "WYP", + "name": "SOVES" +}, { + "coords": [5.820556, 62.0, 0.0], + "type": "WYP", + "name": "SOVIG" +}, { + "coords": [19.358334, 43.869446, 0.0], + "type": "WYP", + "name": "SOVIG" +}, { + "coords": [13.936666, 64.500557, 0.0], + "type": "WYP", + "name": "SOVIL" +}, { + "coords": [60.111668, 41.701668, 0.0], + "type": "WYP", + "name": "SOVOD" +}, { + "coords": [-0.9, 43.386944, 0.0], + "type": "WYP", + "name": "SOVOS" +}, { + "coords": [18.961584, 42.156944, 0.0], + "type": "WYP", + "name": "SOZIN" +}, { + "coords": [0.700278, 51.576111, 0.0], + "type": "WYP", + "name": "SPEAR" +}, { + "coords": [9.595, 43.776669, 0.0], + "type": "WYP", + "name": "SPEZI" +}, { + "coords": [6.183333, 50.216667, 0.0], + "type": "WYP", + "name": "SPI28" +}, { + "coords": [-5.061533, 38.166504, 0.0], + "type": "WYP", + "name": "SPIEL" +}, { + "coords": [6.573061, 46.519085, 0.0], + "type": "WYP", + "name": "SPR06" +}, { + "coords": [6.698311, 46.569244, 0.0], + "type": "WYP", + "name": "SPR12" +}, { + "coords": [6.516053, 46.223171, 0.0], + "type": "WYP", + "name": "SPR15" +}, { + "coords": [6.730836, 46.341564, 0.0], + "type": "WYP", + "name": "SPR1A" +}, { + "coords": [6.194092, 46.622559, 0.0], + "type": "WYP", + "name": "SPR1B" +}, { + "coords": [6.098344, 46.40543, 0.0], + "type": "WYP", + "name": "SPR1C" +}, { + "coords": [6.543083, 46.124981, 0.0], + "type": "WYP", + "name": "SPR21" +}, { + "coords": [6.828122, 46.06366, 0.0], + "type": "WYP", + "name": "SPR29" +}, { + "coords": [6.851625, 46.2869, 0.0], + "type": "WYP", + "name": "SPR2A" +}, { + "coords": [6.710767, 46.189472, 0.0], + "type": "WYP", + "name": "SPR2B" +}, { + "coords": [7.112514, 46.168026, 0.0], + "type": "WYP", + "name": "SPR33" +}, { + "coords": [6.605781, 45.89584, 0.0], + "type": "WYP", + "name": "SPR35" +}, { + "coords": [7.271472, 46.985054, 0.0], + "type": "WYP", + "name": "SPR46" +}, { + "coords": [2.38, 52.430557, 0.0], + "type": "WYP", + "name": "SPRAT" +}, { + "coords": [13.434167, 38.614445, 0.0], + "type": "WYP", + "name": "SPUMA" +}, { + "coords": [-26.364445, 38.279167, 0.0], + "type": "WYP", + "name": "SRADR" +}, { + "coords": [8.809428, 46.412266, 0.0], + "type": "WYP", + "name": "SRN47" +}, { + "coords": [5.276111, 52.129166, 0.0], + "type": "WYP", + "name": "SSB" +}, { + "coords": [-43.828888, 65.181946, 0.0], + "type": "WYP", + "name": "SSTOY" +}, { + "coords": [9.446944, 53.495277, 0.0], + "type": "WYP", + "name": "STADE" +}, { + "coords": [-2.243056, 52.861389, 0.0], + "type": "WYP", + "name": "STAFA" +}, { + "coords": [23.083334, 49.900002, 0.0], + "type": "WYP", + "name": "STARA" +}, { + "coords": [12.6319, 48.746265, 0.0], + "type": "WYP", + "name": "STAUB" +}, { + "coords": [16.537441, 47.356796, 0.0], + "type": "WYP", + "name": "STEIN" +}, { + "coords": [70.933334, 61.216667, 0.0], + "type": "WYP", + "name": "STELA" +}, { + "coords": [14.065, 52.571945, 0.0], + "type": "WYP", + "name": "STENA" +}, { + "coords": [-3.833611, 56.133888, 0.0], + "type": "WYP", + "name": "STIRA" +}, { + "coords": [12.133333, 65.75, 0.0], + "type": "WYP", + "name": "STO15" +}, { + "coords": [12.080277, 65.75, 0.0], + "type": "WYP", + "name": "STO16" +}, { + "coords": [12.005, 65.75, 0.0], + "type": "WYP", + "name": "STO17" +}, { + "coords": [15.255969, 48.426754, 0.0], + "type": "WYP", + "name": "STO30" +}, { + "coords": [13.809134, 48.606312, 0.0], + "type": "WYP", + "name": "STO89" +}, { + "coords": [-0.020833, 52.025833, 0.0], + "type": "WYP", + "name": "STOAT" +}, { + "coords": [-1.821111, 53.534721, 0.0], + "type": "WYP", + "name": "STOCK" +}, { + "coords": [48.066666, 54.866665, 0.0], + "type": "WYP", + "name": "STODA" +}, { + "coords": [77.5, 61.666668, 0.0], + "type": "WYP", + "name": "STONI" +}, { + "coords": [12.176666, 55.249443, 0.0], + "type": "WYP", + "name": "STORK" +}, { + "coords": [24.083334, 49.433334, 0.0], + "type": "WYP", + "name": "STRYI" +}, { + "coords": [-5.339167, 51.791111, 0.0], + "type": "WYP", + "name": "STU16" +}, { + "coords": [-3.861389, 51.819443, 0.0], + "type": "WYP", + "name": "STU45" +}, { + "coords": [-3.652778, 51.787224, 0.0], + "type": "WYP", + "name": "STU53" +}, { + "coords": [20.106916, 44.56889, 0.0], + "type": "WYP", + "name": "STUBI" +}, { + "coords": [-12.31242, 35.546329, 0.0], + "type": "WYP", + "name": "SUBAL" +}, { + "coords": [32.126667, 45.18, 0.0], + "type": "WYP", + "name": "SUBAN" +}, { + "coords": [56.076668, 41.27, 0.0], + "type": "WYP", + "name": "SUBAR" +}, { + "coords": [4.608333, 43.02861, 0.0], + "type": "WYP", + "name": "SUBIL" +}, { + "coords": [74.208054, 43.751667, 0.0], + "type": "WYP", + "name": "SUBIR" +}, { + "coords": [22.399727, 47.026905, 0.0], + "type": "WYP", + "name": "SUBIT" +}, { + "coords": [64.74778, 47.851944, 0.0], + "type": "WYP", + "name": "SUBOL" +}, { + "coords": [19.574194, 46.000084, 0.0], + "type": "WYP", + "name": "SUBOT" +}, { + "coords": [106.871666, 32.305, 0.0], + "type": "WYP", + "name": "SUBUL" +}, { + "coords": [8.906389, 42.938057, 0.0], + "type": "WYP", + "name": "SUDAS" +}, { + "coords": [28.391666, 54.073334, 0.0], + "type": "WYP", + "name": "SUDOB" +}, { + "coords": [14.245, 52.9925, 0.0], + "type": "WYP", + "name": "SUDOL" +}, { + "coords": [13.0, 55.666668, 0.0], + "type": "WYP", + "name": "SUECA" +}, { + "coords": [67.883331, 42.866665, 0.0], + "type": "WYP", + "name": "SUGLI" +}, { + "coords": [3.967222, 52.525555, 0.0], + "type": "WYP", + "name": "SUGOL" +}, { + "coords": [32.971668, 43.118332, 0.0], + "type": "WYP", + "name": "SUGUL" +}, { + "coords": [41.349998, 47.099998, 0.0], + "type": "WYP", + "name": "SUHOI" +}, { + "coords": [4.265, 49.253334, 0.0], + "type": "WYP", + "name": "SUIPE" +}, { + "coords": [8.057777, 47.671665, 0.0], + "type": "WYP", + "name": "SUL49" +}, { + "coords": [5.445, 62.0, 0.0], + "type": "WYP", + "name": "SULAD" +}, { + "coords": [80.966667, 55.116665, 0.0], + "type": "WYP", + "name": "SULIM" +}, { + "coords": [5.175833, 50.493057, 0.0], + "type": "WYP", + "name": "SULIS" +}, { + "coords": [1.252556, 43.383694, 0.0], + "type": "WYP", + "name": "SULIT" +}, { + "coords": [19.165464, 46.796352, 0.0], + "type": "WYP", + "name": "SULOT" +}, { + "coords": [19.851595, 49.196354, 0.0], + "type": "WYP", + "name": "SULOV" +}, { + "coords": [8.9525, 45.75111, 0.0], + "type": "WYP", + "name": "SULUR" +}, { + "coords": [10.456667, 50.074444, 0.0], + "type": "WYP", + "name": "SULUS" +}, { + "coords": [12.307222, 59.953888, 0.0], + "type": "WYP", + "name": "SUMAK" +}, { + "coords": [0.913611, 43.523056, 0.0], + "type": "WYP", + "name": "SUMAT" +}, { + "coords": [16.713055, 48.738056, 0.0], + "type": "WYP", + "name": "SUMEK" +}, { + "coords": [11.359722, 46.258888, 0.0], + "type": "WYP", + "name": "SUMIR" +}, { + "coords": [25.938334, 62.727501, 0.0], + "type": "WYP", + "name": "SUMIS" +}, { + "coords": [34.759998, 50.853333, 0.0], + "type": "WYP", + "name": "SUMKA" +}, { + "coords": [-0.281758, 38.360329, 0.0], + "type": "WYP", + "name": "SUMMO" +}, { + "coords": [34.450001, 51.233334, 0.0], + "type": "WYP", + "name": "SUMY" +}, { + "coords": [18.189556, 61.595222, 0.0], + "type": "WYP", + "name": "SUN60" +}, { + "coords": [17.864305, 61.0, 0.0], + "type": "WYP", + "name": "SUN93" +}, { + "coords": [18.63825, 61.0, 0.0], + "type": "WYP", + "name": "SUN98" +}, { + "coords": [10.448889, 51.16111, 0.0], + "type": "WYP", + "name": "SUNAG" +}, { + "coords": [-22.019444, 63.840279, 0.0], + "type": "WYP", + "name": "SUNAK" +}, { + "coords": [-9.0, 37.307472, 0.0], + "type": "WYP", + "name": "SUNES" +}, { + "coords": [-8.295372, 40.770668, 0.0], + "type": "WYP", + "name": "SUNOR" +}, { + "coords": [23.273333, 55.112221, 0.0], + "type": "WYP", + "name": "SUNUS" +}, { + "coords": [12.682777, 55.253056, 0.0], + "type": "WYP", + "name": "SUP30" +}, { + "coords": [-5.822778, 49.433887, 0.0], + "type": "WYP", + "name": "SUPAP" +}, { + "coords": [1.062833, 43.642445, 0.0], + "type": "WYP", + "name": "SURAS" +}, { + "coords": [-0.571294, 42.324009, 0.0], + "type": "WYP", + "name": "SURCO" +}, { + "coords": [1.917011, 38.34211, 0.0], + "type": "WYP", + "name": "SURIB" +}, { + "coords": [8.030556, 49.603889, 0.0], + "type": "WYP", + "name": "SURIL" +}, { + "coords": [106.845001, 67.418335, 0.0], + "type": "WYP", + "name": "SURIN" +}, { + "coords": [32.099998, 46.599998, 0.0], + "type": "WYP", + "name": "SUROK" +}, { + "coords": [24.223333, 52.560001, 0.0], + "type": "WYP", + "name": "SURUG" +}, { + "coords": [32.400002, 53.016666, 0.0], + "type": "WYP", + "name": "SURZH" +}, { + "coords": [5.131667, 52.128887, 0.0], + "type": "WYP", + "name": "SUSET" +}, { + "coords": [3.221833, 48.653831, 0.0], + "type": "WYP", + "name": "SUSIN" +}, { + "coords": [13.173333, 37.314999, 0.0], + "type": "WYP", + "name": "SUSON" +}, { + "coords": [6.401945, 49.459721, 0.0], + "type": "WYP", + "name": "SUTAL" +}, { + "coords": [57.178333, 56.014999, 0.0], + "type": "WYP", + "name": "SUTAN" +}, { + "coords": [25.348055, 58.892502, 0.0], + "type": "WYP", + "name": "SUTIS" +}, { + "coords": [12.512777, 60.127499, 0.0], + "type": "WYP", + "name": "SUTOK" +}, { + "coords": [49.075001, 40.071667, 0.0], + "type": "WYP", + "name": "SUTUN" +}, { + "coords": [2.119444, 46.440556, 0.0], + "type": "WYP", + "name": "SUVAN" +}, { + "coords": [12.719444, 61.15139, 0.0], + "type": "WYP", + "name": "SUVAR" +}, { + "coords": [68.486115, 41.050556, 0.0], + "type": "WYP", + "name": "SUVIG" +}, { + "coords": [10.479167, 46.562222, 0.0], + "type": "WYP", + "name": "SUXAN" +}, { + "coords": [4.695833, 54.851944, 0.0], + "type": "WYP", + "name": "SUZAN" +}, { + "coords": [7.5, 58.186398, 0.0], + "type": "WYP", + "name": "SVA14" +}, { + "coords": [7.5, 58.282139, 0.0], + "type": "WYP", + "name": "SVA18" +}, { + "coords": [7.5, 58.443333, 0.0], + "type": "WYP", + "name": "SVA25" +}, { + "coords": [12.498333, 56.133888, 0.0], + "type": "WYP", + "name": "SVD03" +}, { + "coords": [9.269722, 50.695557, 0.0], + "type": "WYP", + "name": "SWALM" +}, { + "coords": [-4.13, 51.559444, 0.0], + "type": "WYP", + "name": "SWANY" +}, { + "coords": [40.035, 42.823334, 0.0], + "type": "WYP", + "name": "TABAN" +}, { + "coords": [21.19116, 45.91489, 0.0], + "type": "WYP", + "name": "TABAS" +}, { + "coords": [11.658334, 50.356388, 0.0], + "type": "WYP", + "name": "TABAT" +}, { + "coords": [16.308889, 44.414444, 0.0], + "type": "WYP", + "name": "TABAV" +}, { + "coords": [-5.333611, 55.799999, 0.0], + "type": "WYP", + "name": "TABIT" +}, { + "coords": [3.678258, 40.803909, 0.0], + "type": "WYP", + "name": "TABIT" +}, { + "coords": [33.231667, 48.418335, 0.0], + "type": "WYP", + "name": "TABOP" +}, { + "coords": [8.0, 39.150002, 0.0], + "type": "WYP", + "name": "TABOT" +}, { + "coords": [57.994999, 42.273335, 0.0], + "type": "WYP", + "name": "TABUN" +}, { + "coords": [3.128464, 42.43222, 0.0], + "type": "WYP", + "name": "TABUS" +}, { + "coords": [-3.268178, 43.683334, 0.0], + "type": "WYP", + "name": "TACHA" +}, { + "coords": [0.558333, 43.576946, 0.0], + "type": "WYP", + "name": "TADAN" +}, { + "coords": [-8.233611, 54.856667, 0.0], + "type": "WYP", + "name": "TADEX" +}, { + "coords": [13.331667, 40.296665, 0.0], + "type": "WYP", + "name": "TAGEL" +}, { + "coords": [-3.402778, 48.596668, 0.0], + "type": "WYP", + "name": "TAGEM" +}, { + "coords": [-7.914153, 38.945583, 0.0], + "type": "WYP", + "name": "TAGUX" +}, { + "coords": [64.226669, 42.455002, 0.0], + "type": "WYP", + "name": "TAHIR" +}, { + "coords": [-8.0, 49.0, 0.0], + "type": "WYP", + "name": "TAKAS" +}, { + "coords": [2.600583, 44.62672, 0.0], + "type": "WYP", + "name": "TAKAT" +}, { + "coords": [61.959999, 36.791668, 0.0], + "type": "WYP", + "name": "TAKIR" +}, { + "coords": [23.188334, 48.536667, 0.0], + "type": "WYP", + "name": "TAKON" +}, { + "coords": [61.166668, 55.950001, 0.0], + "type": "WYP", + "name": "TAKRA" +}, { + "coords": [30.438747, 44.086456, 0.0], + "type": "WYP", + "name": "TALAM" +}, { + "coords": [4.595389, 45.956612, 0.0], + "type": "WYP", + "name": "TALAR" +}, { + "coords": [21.916666, 41.076668, 0.0], + "type": "WYP", + "name": "TALAS" +}, { + "coords": [10.106389, 46.841667, 0.0], + "type": "WYP", + "name": "TALED" +}, { + "coords": [3.131242, 39.117691, 0.0], + "type": "WYP", + "name": "TALEN" +}, { + "coords": [-3.245556, 51.958332, 0.0], + "type": "WYP", + "name": "TALGA" +}, { + "coords": [63.751667, 57.264999, 0.0], + "type": "WYP", + "name": "TALIC" +}, { + "coords": [33.766666, 42.25, 0.0], + "type": "WYP", + "name": "TALIK" +}, { + "coords": [9.571667, 41.038334, 0.0], + "type": "WYP", + "name": "TALIN" +}, { + "coords": [13.651667, 36.5, 0.0], + "type": "WYP", + "name": "TALNA" +}, { + "coords": [0.558333, 43.32111, 0.0], + "type": "WYP", + "name": "TALOL" +}, { + "coords": [9.686389, 55.106945, 0.0], + "type": "WYP", + "name": "TALSA" +}, { + "coords": [5.425556, 49.59861, 0.0], + "type": "WYP", + "name": "TALUB" +}, { + "coords": [39.218334, 47.856667, 0.0], + "type": "WYP", + "name": "TAMAK" +}, { + "coords": [19.669655, 48.505836, 0.0], + "type": "WYP", + "name": "TAMAL" +}, { + "coords": [12.890028, 55.64711, 0.0], + "type": "WYP", + "name": "TAMED" +}, { + "coords": [5.612778, 60.781666, 0.0], + "type": "WYP", + "name": "TAMEK" +}, { + "coords": [38.033333, 64.133331, 0.0], + "type": "WYP", + "name": "TAMIL" +}, { + "coords": [0.704628, 43.596027, 0.0], + "type": "WYP", + "name": "TAN32" +}, { + "coords": [102.963333, 54.178333, 0.0], + "type": "WYP", + "name": "TANAK" +}, { + "coords": [80.903336, 68.026665, 0.0], + "type": "WYP", + "name": "TANAM" +}, { + "coords": [83.526665, 65.478333, 0.0], + "type": "WYP", + "name": "TANAR" +}, { + "coords": [0.484722, 49.521389, 0.0], + "type": "WYP", + "name": "TANCA" +}, { + "coords": [27.98432, 44.512592, 0.0], + "type": "WYP", + "name": "TANDI" +}, { + "coords": [0.925556, 51.449444, 0.0], + "type": "WYP", + "name": "TANET" +}, { + "coords": [24.313334, 42.305, 0.0], + "type": "WYP", + "name": "TANGO" +}, { + "coords": [4.722778, 53.064724, 0.0], + "type": "WYP", + "name": "TANGO" +}, { + "coords": [47.988335, 55.791668, 0.0], + "type": "WYP", + "name": "TANSO" +}, { + "coords": [56.666668, 43.799999, 0.0], + "type": "WYP", + "name": "TARAM" +}, { + "coords": [-2.018611, 50.834446, 0.0], + "type": "WYP", + "name": "TARAN" +}, { + "coords": [7.322778, 63.234444, 0.0], + "type": "WYP", + "name": "TARAN" +}, { + "coords": [36.251667, 47.518333, 0.0], + "type": "WYP", + "name": "TARAS" +}, { + "coords": [26.645834, 43.187222, 0.0], + "type": "WYP", + "name": "TARGO" +}, { + "coords": [67.853333, 68.486664, 0.0], + "type": "WYP", + "name": "TARGO" +}, { + "coords": [31.1, 45.865002, 0.0], + "type": "WYP", + "name": "TARKA" +}, { + "coords": [22.656389, 50.33889, 0.0], + "type": "WYP", + "name": "TARNO" +}, { + "coords": [77.783333, 64.916664, 0.0], + "type": "WYP", + "name": "TARSA" +}, { + "coords": [59.713333, 42.191666, 0.0], + "type": "WYP", + "name": "TASHA" +}, { + "coords": [2.630906, 40.938393, 0.0], + "type": "WYP", + "name": "TASOS" +}, { + "coords": [27.243841, 46.915165, 0.0], + "type": "WYP", + "name": "TATAR" +}, { + "coords": [-0.283739, 40.0, 0.0], + "type": "WYP", + "name": "TATOS" +}, { + "coords": [107.449997, 52.133335, 0.0], + "type": "WYP", + "name": "TATUR" +}, { + "coords": [15.0, 47.0, 0.0], + "type": "WYP", + "name": "TAURN" +}, { + "coords": [28.865, 45.974998, 0.0], + "type": "WYP", + "name": "TAVRU" +}, { + "coords": [0.151667, 51.646111, 0.0], + "type": "WYP", + "name": "TAWNY" +}, { + "coords": [19.54464, 58.854805, 0.0], + "type": "WYP", + "name": "TEB58" +}, { + "coords": [106.675003, 22.174999, 0.0], + "type": "WYP", + "name": "TEBAK" +}, { + "coords": [60.133335, 55.133335, 0.0], + "type": "WYP", + "name": "TEBIR" +}, { + "coords": [16.675833, 45.201389, 0.0], + "type": "WYP", + "name": "TEBLI" +}, { + "coords": [1.611944, 51.488888, 0.0], + "type": "WYP", + "name": "TEBRA" +}, { + "coords": [90.46167, 47.418335, 0.0], + "type": "WYP", + "name": "TEBUS" +}, { + "coords": [26.454277, 45.076103, 0.0], + "type": "WYP", + "name": "TEDRA" +}, { + "coords": [27.865, 54.290001, 0.0], + "type": "WYP", + "name": "TEDRO" +}, { + "coords": [1.1275, 52.050835, 0.0], + "type": "WYP", + "name": "TEDSA" +}, { + "coords": [10.918056, 47.665279, 0.0], + "type": "WYP", + "name": "TEGAD" +}, { + "coords": [37.116665, 61.103333, 0.0], + "type": "WYP", + "name": "TEGRA" +}, { + "coords": [21.104538, 46.262787, 0.0], + "type": "WYP", + "name": "TEGRI" +}, { + "coords": [22.871666, 60.263332, 0.0], + "type": "WYP", + "name": "TEIJO" +}, { + "coords": [9.761389, 48.610832, 0.0], + "type": "WYP", + "name": "TEKSI" +}, { + "coords": [-2.318611, 52.664444, 0.0], + "type": "WYP", + "name": "TELBA" +}, { + "coords": [2.864722, 48.424168, 0.0], + "type": "WYP", + "name": "TELBO" +}, { + "coords": [-4.199722, 48.24472, 0.0], + "type": "WYP", + "name": "TELIN" +}, { + "coords": [7.270833, 46.771946, 0.0], + "type": "WYP", + "name": "TELNO" +}, { + "coords": [28.183332, 35.027779, 0.0], + "type": "WYP", + "name": "TELRI" +}, { + "coords": [14.296667, 46.428543, 0.0], + "type": "WYP", + "name": "TELSI" +}, { + "coords": [24.853252, 45.835552, 0.0], + "type": "WYP", + "name": "TEMBA" +}, { + "coords": [95.191666, 66.410004, 0.0], + "type": "WYP", + "name": "TEMBE" +}, { + "coords": [-2.503953, 39.946896, 0.0], + "type": "WYP", + "name": "TEMIR" +}, { + "coords": [6.863611, 53.474445, 0.0], + "type": "WYP", + "name": "TEMLU" +}, { + "coords": [-0.995556, 44.846943, 0.0], + "type": "WYP", + "name": "TEMPU" +}, { + "coords": [68.614166, 40.99361, 0.0], + "type": "WYP", + "name": "TEMSU" +}, { + "coords": [32.616665, 49.200001, 0.0], + "type": "WYP", + "name": "TENEK" +}, { + "coords": [60.936668, 38.771667, 0.0], + "type": "WYP", + "name": "TENGA" +}, { + "coords": [21.116972, 43.607029, 0.0], + "type": "WYP", + "name": "TENIK" +}, { + "coords": [6.250278, 52.246387, 0.0], + "type": "WYP", + "name": "TENLI" +}, { + "coords": [22.504999, 57.061668, 0.0], + "type": "WYP", + "name": "TENSI" +}, { + "coords": [26.416666, 49.833332, 0.0], + "type": "WYP", + "name": "TEOFA" +}, { + "coords": [19.723061, 48.510761, 0.0], + "type": "WYP", + "name": "TERDI" +}, { + "coords": [-0.645211, 41.073441, 0.0], + "type": "WYP", + "name": "TEREL" +}, { + "coords": [9.036667, 41.333332, 0.0], + "type": "WYP", + "name": "TEREZ" +}, { + "coords": [5.665555, 50.682499, 0.0], + "type": "WYP", + "name": "TERLA" +}, { + "coords": [25.700001, 49.525002, 0.0], + "type": "WYP", + "name": "TERNA" +}, { + "coords": [0.833333, 47.682499, 0.0], + "type": "WYP", + "name": "TERNI" +}, { + "coords": [33.549999, 48.133335, 0.0], + "type": "WYP", + "name": "TERNY" +}, { + "coords": [25.746666, 49.903332, 0.0], + "type": "WYP", + "name": "TERPL" +}, { + "coords": [-2.137825, 40.725021, 0.0], + "type": "WYP", + "name": "TERSA" +}, { + "coords": [7.459167, 45.785557, 0.0], + "type": "WYP", + "name": "TERSI" +}, { + "coords": [-9.591097, 40.416668, 0.0], + "type": "WYP", + "name": "TERVA" +}, { + "coords": [27.126389, 63.010277, 0.0], + "type": "WYP", + "name": "TERVO" +}, { + "coords": [89.796669, 47.028332, 0.0], + "type": "WYP", + "name": "TESAN" +}, { + "coords": [18.060526, 47.259705, 0.0], + "type": "WYP", + "name": "TESLA" +}, { + "coords": [10.531111, 55.898335, 0.0], + "type": "WYP", + "name": "TESPI" +}, { + "coords": [8.665, 44.596668, 0.0], + "type": "WYP", + "name": "TESTO" +}, { + "coords": [20.99, 41.976665, 0.0], + "type": "WYP", + "name": "TETOV" +}, { + "coords": [25.78861, 64.559166, 0.0], + "type": "WYP", + "name": "TETSI" +}, { + "coords": [21.77389, 62.592777, 0.0], + "type": "WYP", + "name": "TEUVA" +}, { + "coords": [4.251667, 53.408611, 0.0], + "type": "WYP", + "name": "TEXEL" +}, { + "coords": [8.963333, 62.0, 0.0], + "type": "WYP", + "name": "TGA61" +}, { + "coords": [-19.0, 64.339996, 0.0], + "type": "WYP", + "name": "THORI" +}, { + "coords": [-1.663889, 50.498611, 0.0], + "type": "WYP", + "name": "THRED" +}, { + "coords": [-1.566456, 43.253838, 0.0], + "type": "WYP", + "name": "THUNE" +}, { + "coords": [63.483334, 49.633335, 0.0], + "type": "WYP", + "name": "TIBDA" +}, { + "coords": [19.725861, 43.645748, 0.0], + "type": "WYP", + "name": "TIBOR" +}, { + "coords": [-20.928333, 64.292778, 0.0], + "type": "WYP", + "name": "TIBRA" +}, { + "coords": [18.554277, 42.4105, 0.0], + "type": "WYP", + "name": "TIBRI" +}, { + "coords": [13.472777, 46.218334, 0.0], + "type": "WYP", + "name": "TIBRO" +}, { + "coords": [9.613889, 45.085556, 0.0], + "type": "WYP", + "name": "TIDON" +}, { + "coords": [0.439444, 51.067223, 0.0], + "type": "WYP", + "name": "TIGER" +}, { + "coords": [19.838333, 55.603611, 0.0], + "type": "WYP", + "name": "TIGNU" +}, { + "coords": [19.0, 40.056667, 0.0], + "type": "WYP", + "name": "TIGRA" +}, { + "coords": [62.079445, 43.457779, 0.0], + "type": "WYP", + "name": "TIGTA" +}, { + "coords": [38.066666, 58.700001, 0.0], + "type": "WYP", + "name": "TIGUR" +}, { + "coords": [21.327499, 62.766388, 0.0], + "type": "WYP", + "name": "TIINA" +}, { + "coords": [107.0, 62.918335, 0.0], + "type": "WYP", + "name": "TIKUN" +}, { + "coords": [15.0, 54.416389, 0.0], + "type": "WYP", + "name": "TILAV" +}, { + "coords": [11.466664, 48.120716, 0.0], + "type": "WYP", + "name": "TILGO" +}, { + "coords": [-1.855, 54.547501, 0.0], + "type": "WYP", + "name": "TILNI" +}, { + "coords": [22.079445, 63.353611, 0.0], + "type": "WYP", + "name": "TILTU" +}, { + "coords": [5.573333, 49.603333, 0.0], + "type": "WYP", + "name": "TILVO" +}, { + "coords": [9.358889, 52.632221, 0.0], + "type": "WYP", + "name": "TIMEN" +}, { + "coords": [2.491389, 51.799721, 0.0], + "type": "WYP", + "name": "TIMEX" +}, { + "coords": [59.668335, 41.343334, 0.0], + "type": "WYP", + "name": "TIMGA" +}, { + "coords": [7.650778, 43.263527, 0.0], + "type": "WYP", + "name": "TIMIS" +}, { + "coords": [68.253052, 44.142223, 0.0], + "type": "WYP", + "name": "TIMKA" +}, { + "coords": [35.101665, 48.356667, 0.0], + "type": "WYP", + "name": "TIMOS" +}, { + "coords": [22.364334, 43.798527, 0.0], + "type": "WYP", + "name": "TIMOT" +}, { + "coords": [19.503334, 46.116665, 0.0], + "type": "WYP", + "name": "TIMPA" +}, { + "coords": [-6.833333, 53.59111, 0.0], + "type": "WYP", + "name": "TIMRA" +}, { + "coords": [23.353611, 41.372223, 0.0], + "type": "WYP", + "name": "TIMUR" +}, { + "coords": [18.557501, 42.346111, 0.0], + "type": "WYP", + "name": "TIMUS" +}, { + "coords": [5.0, 56.250832, 0.0], + "type": "WYP", + "name": "TINAC" +}, { + "coords": [6.530556, 46.360001, 0.0], + "type": "WYP", + "name": "TINAM" +}, { + "coords": [-3.448333, 50.666668, 0.0], + "type": "WYP", + "name": "TINAN" +}, { + "coords": [6.1675, 51.153889, 0.0], + "type": "WYP", + "name": "TINIK" +}, { + "coords": [5.098889, 47.59639, 0.0], + "type": "WYP", + "name": "TINIL" +}, { + "coords": [16.296389, 59.205193, 0.0], + "type": "WYP", + "name": "TINKA" +}, { + "coords": [26.227777, 69.791664, 0.0], + "type": "WYP", + "name": "TINOS" +}, { + "coords": [5.315, 42.697777, 0.0], + "type": "WYP", + "name": "TINOT" +}, { + "coords": [10.906667, 41.431667, 0.0], + "type": "WYP", + "name": "TINTO" +}, { + "coords": [24.203611, 60.006668, 0.0], + "type": "WYP", + "name": "TINUS" +}, { + "coords": [-2.016944, 46.007778, 0.0], + "type": "WYP", + "name": "TIOCH" +}, { + "coords": [16.33, 67.261948, 0.0], + "type": "WYP", + "name": "TIPEL" +}, { + "coords": [63.345833, 43.925556, 0.0], + "type": "WYP", + "name": "TIPEN" +}, { + "coords": [29.754999, 46.456665, 0.0], + "type": "WYP", + "name": "TIRAP" +}, { + "coords": [-3.230556, 48.791943, 0.0], + "type": "WYP", + "name": "TIRGI" +}, { + "coords": [24.52865, 46.249912, 0.0], + "type": "WYP", + "name": "TIRGU" +}, { + "coords": [20.747778, 56.067223, 0.0], + "type": "WYP", + "name": "TIRIN" +}, { + "coords": [22.261517, 48.65163, 0.0], + "type": "WYP", + "name": "TIRIS" +}, { + "coords": [65.843613, 47.415279, 0.0], + "type": "WYP", + "name": "TIROK" +}, { + "coords": [53.288887, 42.242779, 0.0], + "type": "WYP", + "name": "TIROM" +}, { + "coords": [6.670833, 47.80611, 0.0], + "type": "WYP", + "name": "TIRSO" +}, { + "coords": [22.589327, 47.532974, 0.0], + "type": "WYP", + "name": "TISAD" +}, { + "coords": [17.773333, 36.5, 0.0], + "type": "WYP", + "name": "TISAL" +}, { + "coords": [68.657501, 44.049721, 0.0], + "type": "WYP", + "name": "TISIT" +}, { + "coords": [56.6525, 46.629723, 0.0], + "type": "WYP", + "name": "TISRA" +}, { + "coords": [8.914722, 46.198612, 0.0], + "type": "WYP", + "name": "TISUD" +}, { + "coords": [55.456665, 38.106667, 0.0], + "type": "WYP", + "name": "TISUN" +}, { + "coords": [33.5, 45.766666, 0.0], + "type": "WYP", + "name": "TITAG" +}, { + "coords": [37.533333, 44.150002, 0.0], + "type": "WYP", + "name": "TITAN" +}, { + "coords": [-3.968828, 43.0, 0.0], + "type": "WYP", + "name": "TITAN" +}, { + "coords": [23.52685, 44.539257, 0.0], + "type": "WYP", + "name": "TITEK" +}, { + "coords": [20.195278, 45.297054, 0.0], + "type": "WYP", + "name": "TITEL" +}, { + "coords": [12.559444, 48.058887, 0.0], + "type": "WYP", + "name": "TITIG" +}, { + "coords": [21.383333, 36.327778, 0.0], + "type": "WYP", + "name": "TITUS" +}, { + "coords": [-3.423889, 50.809166, 0.0], + "type": "WYP", + "name": "TIVER" +}, { + "coords": [-7.506945, 51.273613, 0.0], + "type": "WYP", + "name": "TIVLI" +}, { + "coords": [10.651944, 58.894722, 0.0], + "type": "WYP", + "name": "TIVOL" +}, { + "coords": [-17.246111, 65.662224, 0.0], + "type": "WYP", + "name": "TJORN" +}, { + "coords": [-3.350556, 55.353333, 0.0], + "type": "WYP", + "name": "TLA09" +}, { + "coords": [-3.201667, 56.116665, 0.0], + "type": "WYP", + "name": "TLA37" +}, { + "coords": [1.368222, 43.548473, 0.0], + "type": "WYP", + "name": "TLF" +}, { + "coords": [83.228333, 54.083332, 0.0], + "type": "WYP", + "name": "TM20" +}, { + "coords": [5.271111, 46.379723, 0.0], + "type": "WYP", + "name": "TMA02" +}, { + "coords": [3.095608, 46.252388, 0.0], + "type": "WYP", + "name": "TMA03" +}, { + "coords": [-1.705, 47.843334, 0.0], + "type": "WYP", + "name": "TMA04" +}, { + "coords": [2.5, 48.0, 0.0], + "type": "WYP", + "name": "TMA06" +}, { + "coords": [-1.265833, 47.439724, 0.0], + "type": "WYP", + "name": "TMA09" +}, { + "coords": [5.571667, 45.426666, 0.0], + "type": "WYP", + "name": "TMA10" +}, { + "coords": [3.378333, 48.0, 0.0], + "type": "WYP", + "name": "TMA11" +}, { + "coords": [11.4301, 42.534008, 0.0], + "type": "WYP", + "name": "TMA12" +}, { + "coords": [2.036667, 48.150002, 0.0], + "type": "WYP", + "name": "TMA13" +}, { + "coords": [2.316667, 48.061668, 0.0], + "type": "WYP", + "name": "TMA15" +}, { + "coords": [1.081025, 50.0, 0.0], + "type": "WYP", + "name": "TMA18" +}, { + "coords": [3.335167, 46.334057, 0.0], + "type": "WYP", + "name": "TMA21" +}, { + "coords": [11.289886, 42.522957, 0.0], + "type": "WYP", + "name": "TMA23" +}, { + "coords": [2.681944, 48.0, 0.0], + "type": "WYP", + "name": "TMA24" +}, { + "coords": [-1.224444, 47.354168, 0.0], + "type": "WYP", + "name": "TMA25" +}, { + "coords": [-1.321194, 46.826832, 0.0], + "type": "WYP", + "name": "TMA26" +}, { + "coords": [1.032528, 46.427029, 0.0], + "type": "WYP", + "name": "TMA31" +}, { + "coords": [6.632233, 46.273281, 0.0], + "type": "WYP", + "name": "TMA32" +}, { + "coords": [4.967778, 46.415833, 0.0], + "type": "WYP", + "name": "TMA60" +}, { + "coords": [5.623611, 46.150555, 0.0], + "type": "WYP", + "name": "TMA64" +}, { + "coords": [5.033056, 52.145279, 0.0], + "type": "WYP", + "name": "TMA65" +}, { + "coords": [4.773334, 51.814999, 0.0], + "type": "WYP", + "name": "TMA66" +}, { + "coords": [5.726944, 51.253056, 0.0], + "type": "WYP", + "name": "TMA67" +}, { + "coords": [5.4, 52.733891, 0.0], + "type": "WYP", + "name": "TMA68" +}, { + "coords": [5.662778, 52.37389, 0.0], + "type": "WYP", + "name": "TMA69" +}, { + "coords": [5.394722, 52.249168, 0.0], + "type": "WYP", + "name": "TMA70" +}, { + "coords": [4.716389, 52.741665, 0.0], + "type": "WYP", + "name": "TMA71" +}, { + "coords": [-1.854703, 52.60146, 0.0], + "type": "WYP", + "name": "TNT28" +}, { + "coords": [9.9325, 62.0, 0.0], + "type": "WYP", + "name": "TOBIT" +}, { + "coords": [1.281111, 51.604721, 0.0], + "type": "WYP", + "name": "TOBIX" +}, { + "coords": [12.061666, 56.259998, 0.0], + "type": "WYP", + "name": "TOBMI" +}, { + "coords": [8.168333, 61.896389, 0.0], + "type": "WYP", + "name": "TOBOD" +}, { + "coords": [30.348333, 50.398335, 0.0], + "type": "WYP", + "name": "TOBON" +}, { + "coords": [20.122381, 48.46656, 0.0], + "type": "WYP", + "name": "TOBUN" +}, { + "coords": [70.48333, 60.630001, 0.0], + "type": "WYP", + "name": "TODES" +}, { + "coords": [10.796389, 62.0, 0.0], + "type": "WYP", + "name": "TOGAT" +}, { + "coords": [73.253052, 47.366943, 0.0], + "type": "WYP", + "name": "TOGDI" +}, { + "coords": [19.540277, 61.761944, 0.0], + "type": "WYP", + "name": "TOGMI" +}, { + "coords": [4.843889, 46.437222, 0.0], + "type": "WYP", + "name": "TOKAY" +}, { + "coords": [75.054726, 48.423611, 0.0], + "type": "WYP", + "name": "TOKNA" +}, { + "coords": [33.261665, 47.698334, 0.0], + "type": "WYP", + "name": "TOKSA" +}, { + "coords": [13.911028, 57.155582, 0.0], + "type": "WYP", + "name": "TOKSI" +}, { + "coords": [-49.34861, 65.603058, 0.0], + "type": "WYP", + "name": "TOLAN" +}, { + "coords": [4.086667, 51.530277, 0.0], + "type": "WYP", + "name": "TOLEN" +}, { + "coords": [65.716667, 39.758335, 0.0], + "type": "WYP", + "name": "TOLIB" +}, { + "coords": [-5.5, 53.184444, 0.0], + "type": "WYP", + "name": "TOLKA" +}, { + "coords": [81.277779, 47.570835, 0.0], + "type": "WYP", + "name": "TOLKI" +}, { + "coords": [5.813694, 45.678528, 0.0], + "type": "WYP", + "name": "TOLNA" +}, { + "coords": [1.953333, 48.443333, 0.0], + "type": "WYP", + "name": "TOLPA" +}, { + "coords": [2.37775, 40.5, 0.0], + "type": "WYP", + "name": "TOLSO" +}, { + "coords": [5.371666, 49.625278, 0.0], + "type": "WYP", + "name": "TOLVU" +}, { + "coords": [11.5625, 62.0, 0.0], + "type": "WYP", + "name": "TOMBO" +}, { + "coords": [19.567812, 59.229443, 0.0], + "type": "WYP", + "name": "TOMBU" +}, { + "coords": [25.592278, 46.486534, 0.0], + "type": "WYP", + "name": "TOMET" +}, { + "coords": [18.220556, 38.718887, 0.0], + "type": "WYP", + "name": "TOMGI" +}, { + "coords": [96.166664, 61.400002, 0.0], + "type": "WYP", + "name": "TOMKA" +}, { + "coords": [-0.362778, 51.314445, 0.0], + "type": "WYP", + "name": "TOMMO" +}, { + "coords": [19.503084, 46.108807, 0.0], + "type": "WYP", + "name": "TOMPA" +}, { + "coords": [7.061666, 49.391388, 0.0], + "type": "WYP", + "name": "TOMPI" +}, { + "coords": [26.969372, 47.443577, 0.0], + "type": "WYP", + "name": "TOMUC" +}, { + "coords": [104.985001, 26.433332, 0.0], + "type": "WYP", + "name": "TONAD" +}, { + "coords": [58.936668, 51.130001, 0.0], + "type": "WYP", + "name": "TONAR" +}, { + "coords": [8.23, 45.110001, 0.0], + "type": "WYP", + "name": "TONDA" +}, { + "coords": [8.707778, 62.0, 0.0], + "type": "WYP", + "name": "TONDI" +}, { + "coords": [3.261964, 39.774971, 0.0], + "type": "WYP", + "name": "TONIS" +}, { + "coords": [19.4, 39.849998, 0.0], + "type": "WYP", + "name": "TONLI" +}, { + "coords": [16.52025, 58.609138, 0.0], + "type": "WYP", + "name": "TONSA" +}, { + "coords": [43.799999, 44.616665, 0.0], + "type": "WYP", + "name": "TONZA" +}, { + "coords": [7.223611, 45.140278, 0.0], + "type": "WYP", + "name": "TOP3A" +}, { + "coords": [7.235833, 45.157776, 0.0], + "type": "WYP", + "name": "TOP3B" +}, { + "coords": [7.16, 44.980278, 0.0], + "type": "WYP", + "name": "TOP3C" +}, { + "coords": [71.633331, 38.583332, 0.0], + "type": "WYP", + "name": "TOPAZ" +}, { + "coords": [12.338944, 57.13586, 0.0], + "type": "WYP", + "name": "TOPLA" +}, { + "coords": [16.108334, 40.951668, 0.0], + "type": "WYP", + "name": "TOPNO" +}, { + "coords": [3.561389, 53.4025, 0.0], + "type": "WYP", + "name": "TOPPA" +}, { + "coords": [6.033333, 50.75, 0.0], + "type": "WYP", + "name": "TORDU" +}, { + "coords": [12.171945, 62.0, 0.0], + "type": "WYP", + "name": "TORGA" +}, { + "coords": [12.018333, 41.596668, 0.0], + "type": "WYP", + "name": "TORLI" +}, { + "coords": [39.863335, 48.518333, 0.0], + "type": "WYP", + "name": "TOROS" +}, { + "coords": [6.658611, 47.479443, 0.0], + "type": "WYP", + "name": "TORPA" +}, { + "coords": [14.43, 43.563332, 0.0], + "type": "WYP", + "name": "TORPO" +}, { + "coords": [8.958333, 43.388332, 0.0], + "type": "WYP", + "name": "TORTU" +}, { + "coords": [16.211971, 59.412445, 0.0], + "type": "WYP", + "name": "TORVA" +}, { + "coords": [11.217778, 62.0, 0.0], + "type": "WYP", + "name": "TORVO" +}, { + "coords": [-2.307361, 37.625671, 0.0], + "type": "WYP", + "name": "TOSGA" +}, { + "coords": [30.0, 34.966667, 0.0], + "type": "WYP", + "name": "TOSKA" +}, { + "coords": [-1.632289, 40.997208, 0.0], + "type": "WYP", + "name": "TOSMA" +}, { + "coords": [6.982222, 44.993889, 0.0], + "type": "WYP", + "name": "TOSMI" +}, { + "coords": [10.983611, 54.113888, 0.0], + "type": "WYP", + "name": "TOSPA" +}, { + "coords": [23.664722, 52.016388, 0.0], + "type": "WYP", + "name": "TOSPO" +}, { + "coords": [8.933611, 62.0, 0.0], + "type": "WYP", + "name": "TOTKO" +}, { + "coords": [22.922222, 61.432777, 0.0], + "type": "WYP", + "name": "TOTTI" +}, { + "coords": [0.940739, 43.309216, 0.0], + "type": "WYP", + "name": "TOU28" +}, { + "coords": [1.045861, 43.077187, 0.0], + "type": "WYP", + "name": "TOU38" +}, { + "coords": [2.06987, 43.233742, 0.0], + "type": "WYP", + "name": "TOU43" +}, { + "coords": [2.029369, 44.221802, 0.0], + "type": "WYP", + "name": "TOU45" +}, { + "coords": [-7.525, 48.978333, 0.0], + "type": "WYP", + "name": "TOVRI" +}, { + "coords": [15.232778, 54.40139, 0.0], + "type": "WYP", + "name": "TOXAR" +}, { + "coords": [93.209999, 52.625, 0.0], + "type": "WYP", + "name": "TR38" +}, { + "coords": [1.968333, 50.851665, 0.0], + "type": "WYP", + "name": "TRACA" +}, { + "coords": [12.5875, 47.974724, 0.0], + "type": "WYP", + "name": "TRAUN" +}, { + "coords": [5.730834, 43.413055, 0.0], + "type": "WYP", + "name": "TRETS" +}, { + "coords": [11.769444, 59.125557, 0.0], + "type": "WYP", + "name": "TRF67" +}, { + "coords": [1.082778, 51.713055, 0.0], + "type": "WYP", + "name": "TRIPO" +}, { + "coords": [10.383333, 63.450001, 0.0], + "type": "WYP", + "name": "TRM14" +}, { + "coords": [10.0, 63.079166, 0.0], + "type": "WYP", + "name": "TRM36" +}, { + "coords": [-4.692222, 55.0, 0.0], + "type": "WYP", + "name": "TRN19" +}, { + "coords": [3.429086, 48.528076, 0.0], + "type": "WYP", + "name": "TRO27" +}, { + "coords": [3.186667, 48.216667, 0.0], + "type": "WYP", + "name": "TRO32" +}, { + "coords": [-8.879061, 38.073307, 0.0], + "type": "WYP", + "name": "TROIA" +}, { + "coords": [18.065001, 41.058334, 0.0], + "type": "WYP", + "name": "TROTA" +}, { + "coords": [-1.415833, 57.509998, 0.0], + "type": "WYP", + "name": "TROUT" +}, { + "coords": [17.379473, 57.811832, 0.0], + "type": "WYP", + "name": "TRS68" +}, { + "coords": [17.346916, 57.500778, 0.0], + "type": "WYP", + "name": "TRS87" +}, { + "coords": [15.606305, 57.69136, 0.0], + "type": "WYP", + "name": "TRS97" +}, { + "coords": [43.936668, 42.193333, 0.0], + "type": "WYP", + "name": "TSKII" +}, { + "coords": [2.378264, 48.398518, 0.0], + "type": "WYP", + "name": "TSU24" +}, { + "coords": [2.793969, 48.18071, 0.0], + "type": "WYP", + "name": "TSU44" +}, { + "coords": [10.647778, 55.275833, 0.0], + "type": "WYP", + "name": "TUDLO" +}, { + "coords": [10.252778, 59.355835, 0.0], + "type": "WYP", + "name": "TUFTE" +}, { + "coords": [1.809444, 44.714169, 0.0], + "type": "WYP", + "name": "TUGLA" +}, { + "coords": [76.141945, 44.19278, 0.0], + "type": "WYP", + "name": "TUKTO" +}, { + "coords": [18.967501, 69.243614, 0.0], + "type": "WYP", + "name": "TULDA" +}, { + "coords": [1.557778, 45.143333, 0.0], + "type": "WYP", + "name": "TULDI" +}, { + "coords": [70.201111, 41.896389, 0.0], + "type": "WYP", + "name": "TULGA" +}, { + "coords": [12.789166, 45.28389, 0.0], + "type": "WYP", + "name": "TULIK" +}, { + "coords": [3.857222, 52.367779, 0.0], + "type": "WYP", + "name": "TULIP" +}, { + "coords": [3.2825, 50.557499, 0.0], + "type": "WYP", + "name": "TULNI" +}, { + "coords": [11.788889, 47.701668, 0.0], + "type": "WYP", + "name": "TULSI" +}, { + "coords": [-5.835181, 53.199757, 0.0], + "type": "WYP", + "name": "TULSO" +}, { + "coords": [-8.0, 48.593613, 0.0], + "type": "WYP", + "name": "TULTA" +}, { + "coords": [59.283333, 40.396667, 0.0], + "type": "WYP", + "name": "TUMBA" +}, { + "coords": [20.472778, 40.067223, 0.0], + "type": "WYP", + "name": "TUMBO" +}, { + "coords": [-2.119036, 41.033333, 0.0], + "type": "WYP", + "name": "TUMIL" +}, { + "coords": [23.788334, 49.243332, 0.0], + "type": "WYP", + "name": "TUMIR" +}, { + "coords": [25.5, 48.683334, 0.0], + "type": "WYP", + "name": "TUMUK" +}, { + "coords": [15.293333, 43.0, 0.0], + "type": "WYP", + "name": "TUNAL" +}, { + "coords": [0.324722, 51.168888, 0.0], + "type": "WYP", + "name": "TUNBY" +}, { + "coords": [43.783333, 41.166668, 0.0], + "type": "WYP", + "name": "TUNIS" +}, { + "coords": [-3.0, 49.38139, 0.0], + "type": "WYP", + "name": "TUNIT" +}, { + "coords": [6.134167, 60.309723, 0.0], + "type": "WYP", + "name": "TUNIX" +}, { + "coords": [4.141111, 47.883335, 0.0], + "type": "WYP", + "name": "TUNOR" +}, { + "coords": [27.593334, 49.448334, 0.0], + "type": "WYP", + "name": "TUPAK" +}, { + "coords": [11.5, 37.189167, 0.0], + "type": "WYP", + "name": "TUPAL" +}, { + "coords": [29.775, 46.698334, 0.0], + "type": "WYP", + "name": "TURBA" +}, { + "coords": [0.474961, 42.367538, 0.0], + "type": "WYP", + "name": "TURBO" +}, { + "coords": [2.531667, 47.663334, 0.0], + "type": "WYP", + "name": "TURBO" +}, { + "coords": [23.870817, 46.571346, 0.0], + "type": "WYP", + "name": "TURDA" +}, { + "coords": [3.684167, 52.272221, 0.0], + "type": "WYP", + "name": "TUREP" +}, { + "coords": [6.023889, 43.226665, 0.0], + "type": "WYP", + "name": "TURIL" +}, { + "coords": [63.926666, 57.626667, 0.0], + "type": "WYP", + "name": "TURKA" +}, { + "coords": [68.366669, 43.299999, 0.0], + "type": "WYP", + "name": "TURKN" +}, { + "coords": [11.833333, 40.861668, 0.0], + "type": "WYP", + "name": "TURMO" +}, { + "coords": [69.16861, 44.341667, 0.0], + "type": "WYP", + "name": "TUROK" +}, { + "coords": [5.966389, 46.841946, 0.0], + "type": "WYP", + "name": "TUROM" +}, { + "coords": [-8.563416, 42.067924, 0.0], + "type": "WYP", + "name": "TURON" +}, { + "coords": [6.623889, 62.056946, 0.0], + "type": "WYP", + "name": "TURSA" +}, { + "coords": [8.581388, 63.227501, 0.0], + "type": "WYP", + "name": "TURSI" +}, { + "coords": [25.171667, 56.479443, 0.0], + "type": "WYP", + "name": "TUSAS" +}, { + "coords": [68.130836, 50.526669, 0.0], + "type": "WYP", + "name": "TUSEP" +}, { + "coords": [25.149578, 44.626854, 0.0], + "type": "WYP", + "name": "TUSET" +}, { + "coords": [18.572836, 49.847496, 0.0], + "type": "WYP", + "name": "TUSIN" +}, { + "coords": [7.876111, 55.0, 0.0], + "type": "WYP", + "name": "TUSKA" +}, { + "coords": [3.3925, 48.911945, 0.0], + "type": "WYP", + "name": "TUSKO" +}, { + "coords": [22.018612, 41.94611, 0.0], + "type": "WYP", + "name": "TUTAM" +}, { + "coords": [-3.098056, 51.151669, 0.0], + "type": "WYP", + "name": "TUTON" +}, { + "coords": [19.077499, 45.126667, 0.0], + "type": "WYP", + "name": "TUVAR" +}, { + "coords": [7.932222, 61.746387, 0.0], + "type": "WYP", + "name": "TUVIG" +}, { + "coords": [5.493889, 55.590832, 0.0], + "type": "WYP", + "name": "TUXEN" +}, { + "coords": [22.105556, 42.299446, 0.0], + "type": "WYP", + "name": "TUXOV" +}, { + "coords": [16.132778, 68.188889, 0.0], + "type": "WYP", + "name": "TYSOR" +}, { + "coords": [78.443336, 45.121666, 0.0], + "type": "WYP", + "name": "UAAT" +}, { + "coords": [71.466667, 51.026669, 0.0], + "type": "WYP", + "name": "UACC" +}, { + "coords": [69.599998, 53.316666, 0.0], + "type": "WYP", + "name": "UACK" +}, { + "coords": [69.186668, 54.753334, 0.0], + "type": "WYP", + "name": "UACP" +}, { + "coords": [71.303337, 42.853333, 0.0], + "type": "WYP", + "name": "UADD" +}, { + "coords": [72.793335, 40.608334, 0.0], + "type": "WYP", + "name": "UAFO" +}, { + "coords": [69.478889, 42.364166, 0.0], + "type": "WYP", + "name": "UAII" +}, { + "coords": [67.73333, 47.708332, 0.0], + "type": "WYP", + "name": "UAKD" +}, { + "coords": [80.438332, 47.921665, 0.0], + "type": "WYP", + "name": "UASA" +}, { + "coords": [75.220001, 51.59, 0.0], + "type": "WYP", + "name": "UASB" +}, { + "coords": [82.496666, 50.035, 0.0], + "type": "WYP", + "name": "UASK" +}, { + "coords": [77.073334, 52.193333, 0.0], + "type": "WYP", + "name": "UASP" +}, { + "coords": [80.235001, 50.349998, 0.0], + "type": "WYP", + "name": "UASS" +}, { + "coords": [66.959999, 50.325001, 0.0], + "type": "WYP", + "name": "UAUR" +}, { + "coords": [63.549999, 53.206665, 0.0], + "type": "WYP", + "name": "UAUU" +}, { + "coords": [62.855556, 43.041111, 0.0], + "type": "WYP", + "name": "UBAGU" +}, { + "coords": [19.41169, 48.602394, 0.0], + "type": "WYP", + "name": "UBARU" +}, { + "coords": [46.318333, 40.735001, 0.0], + "type": "WYP", + "name": "UBBG" +}, { + "coords": [45.458332, 39.191666, 0.0], + "type": "WYP", + "name": "UBBN" +}, { + "coords": [66.033333, 40.183334, 0.0], + "type": "WYP", + "name": "UBENA" +}, { + "coords": [6.701111, 46.126389, 0.0], + "type": "WYP", + "name": "UBIMA" +}, { + "coords": [-2.508039, 43.109768, 0.0], + "type": "WYP", + "name": "UDALA" +}, { + "coords": [77.001114, 45.88139, 0.0], + "type": "WYP", + "name": "UDEKA" +}, { + "coords": [86.514999, 54.491665, 0.0], + "type": "WYP", + "name": "UF42" +}, { + "coords": [101.337898, 21.863014, 0.0], + "type": "WYP", + "name": "UF56" +}, { + "coords": [88.629997, 54.531666, 0.0], + "type": "WYP", + "name": "UF73" +}, { + "coords": [88.668335, 54.576668, 0.0], + "type": "WYP", + "name": "UF76" +}, { + "coords": [88.931664, 53.386665, 0.0], + "type": "WYP", + "name": "UF78" +}, { + "coords": [87.193336, 52.241665, 0.0], + "type": "WYP", + "name": "UF98" +}, { + "coords": [43.033333, 43.466667, 0.0], + "type": "WYP", + "name": "UGADA" +}, { + "coords": [43.855, 40.743332, 0.0], + "type": "WYP", + "name": "UGEL" +}, { + "coords": [40.049999, 48.150002, 0.0], + "type": "WYP", + "name": "UGLED" +}, { + "coords": [60.450001, 42.133335, 0.0], + "type": "WYP", + "name": "UGNCH" +}, { + "coords": [41.121666, 42.853333, 0.0], + "type": "WYP", + "name": "UGSS" +}, { + "coords": [20.140888, 59.096554, 0.0], + "type": "WYP", + "name": "UIR03" +}, { + "coords": [-8.085, 54.478333, 0.0], + "type": "WYP", + "name": "UIR04" +}, { + "coords": [8.0, 40.72139, 0.0], + "type": "WYP", + "name": "UIR04" +}, { + "coords": [-9.038889, 54.74361, 0.0], + "type": "WYP", + "name": "UIR05" +}, { + "coords": [6.2, 50.633335, 0.0], + "type": "WYP", + "name": "UIR06" +}, { + "coords": [9.75, 42.953888, 0.0], + "type": "WYP", + "name": "UIR06" +}, { + "coords": [20.313723, 59.165501, 0.0], + "type": "WYP", + "name": "UIR07" +}, { + "coords": [8.0, 40.808334, 0.0], + "type": "WYP", + "name": "UIR07" +}, { + "coords": [-7.925, 48.576111, 0.0], + "type": "WYP", + "name": "UIR08" +}, { + "coords": [11.079875, 46.789349, 0.0], + "type": "WYP", + "name": "UIR08" +}, { + "coords": [7.070145, 45.218376, 0.0], + "type": "WYP", + "name": "UIR09" +}, { + "coords": [8.0, 40.439445, 0.0], + "type": "WYP", + "name": "UIR10" +}, { + "coords": [7.798333, 48.518333, 0.0], + "type": "WYP", + "name": "UIR12" +}, { + "coords": [9.75, 42.500832, 0.0], + "type": "WYP", + "name": "UIR20" +}, { + "coords": [6.236689, 46.651604, 0.0], + "type": "WYP", + "name": "UIR22" +}, { + "coords": [4.668925, 55.0, 0.0], + "type": "WYP", + "name": "UIR25" +}, { + "coords": [12.325, 50.038055, 0.0], + "type": "WYP", + "name": "UIR28" +}, { + "coords": [12.265, 50.07111, 0.0], + "type": "WYP", + "name": "UIR29" +}, { + "coords": [6.4065, 46.753082, 0.0], + "type": "WYP", + "name": "UIR30" +}, { + "coords": [8.288889, 47.733334, 0.0], + "type": "WYP", + "name": "UIR32" +}, { + "coords": [-7.379445, 48.97139, 0.0], + "type": "WYP", + "name": "UIR34" +}, { + "coords": [6.110867, 46.280273, 0.0], + "type": "WYP", + "name": "UIR38" +}, { + "coords": [6.120167, 46.523499, 0.0], + "type": "WYP", + "name": "UIR39" +}, { + "coords": [6.762167, 46.436211, 0.0], + "type": "WYP", + "name": "UIR40" +}, { + "coords": [7.638469, 47.597813, 0.0], + "type": "WYP", + "name": "UIR44" +}, { + "coords": [7.4035, 47.511818, 0.0], + "type": "WYP", + "name": "UIR45" +}, { + "coords": [1.1, 50.525002, 0.0], + "type": "WYP", + "name": "UIR47" +}, { + "coords": [-7.650556, 48.911388, 0.0], + "type": "WYP", + "name": "UIR48" +}, { + "coords": [-7.860556, 48.864723, 0.0], + "type": "WYP", + "name": "UIR49" +}, { + "coords": [6.25, 50.266666, 0.0], + "type": "WYP", + "name": "UIR50" +}, { + "coords": [6.230834, 49.924168, 0.0], + "type": "WYP", + "name": "UIR57" +}, { + "coords": [6.164722, 50.176109, 0.0], + "type": "WYP", + "name": "UIR58" +}, { + "coords": [5.736945, 50.933056, 0.0], + "type": "WYP", + "name": "UIR72" +}, { + "coords": [-6.709722, 49.115555, 0.0], + "type": "WYP", + "name": "UIR83" +}, { + "coords": [-9.552222, 54.650002, 0.0], + "type": "WYP", + "name": "UIR92" +}, { + "coords": [-9.520833, 54.655834, 0.0], + "type": "WYP", + "name": "UIR93" +}, { + "coords": [8.925503, 45.815311, 0.0], + "type": "WYP", + "name": "UIR94" +}, { + "coords": [9.050686, 45.827183, 0.0], + "type": "WYP", + "name": "UIR95" +}, { + "coords": [71.166664, 57.700001, 0.0], + "type": "WYP", + "name": "UISHM" +}, { + "coords": [107.441666, 51.806667, 0.0], + "type": "WYP", + "name": "UIUU" +}, { + "coords": [31.15, 51.400002, 0.0], + "type": "WYP", + "name": "UKBQ" +}, { + "coords": [28.738333, 50.271667, 0.0], + "type": "WYP", + "name": "UKKV" +}, { + "coords": [40.718334, 64.599998, 0.0], + "type": "WYP", + "name": "ULAA" +}, { + "coords": [43.783333, 43.316666, 0.0], + "type": "WYP", + "name": "ULANA" +}, { + "coords": [18.873583, 42.091499, 0.0], + "type": "WYP", + "name": "ULCIN" +}, { + "coords": [51.016666, 38.0, 0.0], + "type": "WYP", + "name": "ULDUS" +}, { + "coords": [30.953333, 45.700001, 0.0], + "type": "WYP", + "name": "ULGOT" +}, { + "coords": [75.89222, 49.124722, 0.0], + "type": "WYP", + "name": "ULKAP" +}, { + "coords": [-5.169167, 57.900002, 0.0], + "type": "WYP", + "name": "ULLAP" +}, { + "coords": [67.806664, 43.595554, 0.0], + "type": "WYP", + "name": "ULMAK" +}, { + "coords": [7.2925, 46.955002, 0.0], + "type": "WYP", + "name": "ULMES" +}, { + "coords": [32.746666, 68.78167, 0.0], + "type": "WYP", + "name": "ULMM" +}, { + "coords": [5.9275, 50.755554, 0.0], + "type": "WYP", + "name": "ULPEN" +}, { + "coords": [63.66111, 47.884724, 0.0], + "type": "WYP", + "name": "ULRIP" +}, { + "coords": [22.264999, 48.634998, 0.0], + "type": "WYP", + "name": "ULSAT" +}, { + "coords": [10.581944, 52.845833, 0.0], + "type": "WYP", + "name": "ULSEN" +}, { + "coords": [72.041664, 53.0075, 0.0], + "type": "WYP", + "name": "ULSET" +}, { + "coords": [38.040001, 59.273335, 0.0], + "type": "WYP", + "name": "ULWC" +}, { + "coords": [39.946667, 59.281666, 0.0], + "type": "WYP", + "name": "ULWW" +}, { + "coords": [66.889442, 48.93639, 0.0], + "type": "WYP", + "name": "UMDEM" +}, { + "coords": [31.018333, 52.526669, 0.0], + "type": "WYP", + "name": "UMGG" +}, { + "coords": [76.593613, 44.239166, 0.0], + "type": "WYP", + "name": "UMIRO" +}, { + "coords": [20.594999, 54.889999, 0.0], + "type": "WYP", + "name": "UMKK" +}, { + "coords": [75.120834, 43.371666, 0.0], + "type": "WYP", + "name": "UMLOD" +}, { + "coords": [26.929167, 60.896946, 0.0], + "type": "WYP", + "name": "UMOTI" +}, { + "coords": [68.895554, 41.158054, 0.0], + "type": "WYP", + "name": "UMSAG" +}, { + "coords": [76.809723, 43.594444, 0.0], + "type": "WYP", + "name": "UNADA" +}, { + "coords": [83.541664, 53.363335, 0.0], + "type": "WYP", + "name": "UNBB" +}, { + "coords": [86.110001, 55.271667, 0.0], + "type": "WYP", + "name": "UNEE" +}, { + "coords": [37.983334, 58.700001, 0.0], + "type": "WYP", + "name": "UNIDA" +}, { + "coords": [3.668889, 53.032776, 0.0], + "type": "WYP", + "name": "UNIDO" +}, { + "coords": [16.482779, 44.029446, 0.0], + "type": "WYP", + "name": "UNIPA" +}, { + "coords": [27.851667, 47.168335, 0.0], + "type": "WYP", + "name": "UNIRA" +}, { + "coords": [9.025, 43.945, 0.0], + "type": "WYP", + "name": "UNITA" +}, { + "coords": [12.69687, 47.69014, 0.0], + "type": "WYP", + "name": "UNKEN" +}, { + "coords": [90.574997, 56.27, 0.0], + "type": "WYP", + "name": "UNKS" +}, { + "coords": [82.933334, 58.326668, 0.0], + "type": "WYP", + "name": "UNLL" +}, { + "coords": [82.651665, 55.011665, 0.0], + "type": "WYP", + "name": "UNNT" +}, { + "coords": [73.309998, 54.966667, 0.0], + "type": "WYP", + "name": "UNOO" +}, { + "coords": [-6.499166, 49.458889, 0.0], + "type": "WYP", + "name": "UNROK" +}, { + "coords": [85.21167, 56.383335, 0.0], + "type": "WYP", + "name": "UNTT" +}, { + "coords": [-51.53389, 66.527496, 0.0], + "type": "WYP", + "name": "UNVIG" +}, { + "coords": [86.849998, 53.816666, 0.0], + "type": "WYP", + "name": "UNWW" +}, { + "coords": [13.541667, 36.5, 0.0], + "type": "WYP", + "name": "UPLIT" +}, { + "coords": [-1.300833, 53.586945, 0.0], + "type": "WYP", + "name": "UPTON" +}, { + "coords": [1.373889, 46.017502, 0.0], + "type": "WYP", + "name": "URANI" +}, { + "coords": [27.550808, 45.314129, 0.0], + "type": "WYP", + "name": "URARA" +}, { + "coords": [56.0, 44.146111, 0.0], + "type": "WYP", + "name": "URASA" +}, { + "coords": [12.348333, 43.793335, 0.0], + "type": "WYP", + "name": "URBAN" +}, { + "coords": [86.802567, 43.633965, 0.0], + "type": "WYP", + "name": "URC34" +}, { + "coords": [23.462627, 45.93082, 0.0], + "type": "WYP", + "name": "UREKI" +}, { + "coords": [78.366669, 65.949997, 0.0], + "type": "WYP", + "name": "URENA" +}, { + "coords": [18.096666, 41.276669, 0.0], + "type": "WYP", + "name": "URENA" +}, { + "coords": [6.138889, 50.133335, 0.0], + "type": "WYP", + "name": "URENI" +}, { + "coords": [37.348331, 45.001667, 0.0], + "type": "WYP", + "name": "URKA" +}, { + "coords": [39.171665, 45.035, 0.0], + "type": "WYP", + "name": "URKK" +}, { + "coords": [10.208333, 47.755001, 0.0], + "type": "WYP", + "name": "URLAU" +}, { + "coords": [47.651669, 42.816666, 0.0], + "type": "WYP", + "name": "URML" +}, { + "coords": [43.083332, 44.224998, 0.0], + "type": "WYP", + "name": "URMM" +}, { + "coords": [42.113335, 45.108334, 0.0], + "type": "WYP", + "name": "URMT" +}, { + "coords": [8.638333, 47.002224, 0.0], + "type": "WYP", + "name": "URNAS" +}, { + "coords": [37.689999, 48.326668, 0.0], + "type": "WYP", + "name": "UROMA" +}, { + "coords": [-2.665083, 43.074848, 0.0], + "type": "WYP", + "name": "URQUI" +}, { + "coords": [39.82, 47.258335, 0.0], + "type": "WYP", + "name": "URRR" +}, { + "coords": [48.008335, 46.288334, 0.0], + "type": "WYP", + "name": "URWA" +}, { + "coords": [44.333332, 46.373333, 0.0], + "type": "WYP", + "name": "URWI" +}, { + "coords": [44.346668, 48.781666, 0.0], + "type": "WYP", + "name": "URWW" +}, { + "coords": [61.506668, 55.303333, 0.0], + "type": "WYP", + "name": "USCC" +}, { + "coords": [58.75, 53.383335, 0.0], + "type": "WYP", + "name": "USCM" +}, { + "coords": [73.596664, 68.466667, 0.0], + "type": "WYP", + "name": "USDK" +}, { + "coords": [65.033333, 63.916668, 0.0], + "type": "WYP", + "name": "USHB" +}, { + "coords": [64.833336, 60.116665, 0.0], + "type": "WYP", + "name": "USHU" +}, { + "coords": [1.5925, 47.941666, 0.0], + "type": "WYP", + "name": "USIMI" +}, { + "coords": [1.065869, 42.143726, 0.0], + "type": "WYP", + "name": "USKAR" +}, { + "coords": [49.349998, 58.5, 0.0], + "type": "WYP", + "name": "USKK" +}, { + "coords": [39.733334, 52.033333, 0.0], + "type": "WYP", + "name": "USMAN" +}, { + "coords": [72.703331, 65.480003, 0.0], + "type": "WYP", + "name": "USMM" +}, { + "coords": [76.481667, 60.948334, 0.0], + "type": "WYP", + "name": "USNN" +}, { + "coords": [77.330002, 62.158333, 0.0], + "type": "WYP", + "name": "USNR" +}, { + "coords": [56.026669, 57.916668, 0.0], + "type": "WYP", + "name": "USPP" +}, { + "coords": [74.535004, 62.189999, 0.0], + "type": "WYP", + "name": "USRK" +}, { + "coords": [75.269997, 63.183334, 0.0], + "type": "WYP", + "name": "USRO" +}, { + "coords": [73.404999, 61.343334, 0.0], + "type": "WYP", + "name": "USRR" +}, { + "coords": [60.805, 56.743332, 0.0], + "type": "WYP", + "name": "USSS" +}, { + "coords": [24.1, 50.833332, 0.0], + "type": "WYP", + "name": "USTIL" +}, { + "coords": [43.220001, 56.131668, 0.0], + "type": "WYP", + "name": "USTOK" +}, { + "coords": [65.316666, 57.168335, 0.0], + "type": "WYP", + "name": "USTR" +}, { + "coords": [65.416664, 55.474998, 0.0], + "type": "WYP", + "name": "USUU" +}, { + "coords": [59.826668, 41.761665, 0.0], + "type": "WYP", + "name": "UTAT" +}, { + "coords": [68.824997, 38.543335, 0.0], + "type": "WYP", + "name": "UTDD" +}, { + "coords": [69.695, 40.215, 0.0], + "type": "WYP", + "name": "UTDL" +}, { + "coords": [2.960556, 48.905834, 0.0], + "type": "WYP", + "name": "UTELA" +}, { + "coords": [7.006111, 62.982777, 0.0], + "type": "WYP", + "name": "UTIGO" +}, { + "coords": [72.300003, 40.733334, 0.0], + "type": "WYP", + "name": "UTKA" +}, { + "coords": [71.745003, 40.358334, 0.0], + "type": "WYP", + "name": "UTKF" +}, { + "coords": [70.98333, 40.433334, 0.0], + "type": "WYP", + "name": "UTKK" +}, { + "coords": [24.061666, 60.465557, 0.0], + "type": "WYP", + "name": "UTORA" +}, { + "coords": [64.48333, 39.766666, 0.0], + "type": "WYP", + "name": "UTSB" +}, { + "coords": [27.028889, 69.917221, 0.0], + "type": "WYP", + "name": "UTSJO" +}, { + "coords": [65.76667, 38.799999, 0.0], + "type": "WYP", + "name": "UTSK" +}, { + "coords": [66.985001, 39.701668, 0.0], + "type": "WYP", + "name": "UTSS" +}, { + "coords": [34.178333, 53.213333, 0.0], + "type": "WYP", + "name": "UUBP" +}, { + "coords": [35.759998, 56.825001, 0.0], + "type": "WYP", + "name": "UUEM" +}, { + "coords": [36.591667, 50.643333, 0.0], + "type": "WYP", + "name": "UUOB" +}, { + "coords": [36.296665, 51.751667, 0.0], + "type": "WYP", + "name": "UUOK" +}, { + "coords": [39.23, 51.814999, 0.0], + "type": "WYP", + "name": "UUOO" +}, { + "coords": [36.099998, 52.983334, 0.0], + "type": "WYP", + "name": "UUOR" +}, { + "coords": [57.130001, 65.121666, 0.0], + "type": "WYP", + "name": "UUYP" +}, { + "coords": [63.991665, 67.488335, 0.0], + "type": "WYP", + "name": "UUYW" +}, { + "coords": [50.84, 61.641666, 0.0], + "type": "WYP", + "name": "UUYY" +}, { + "coords": [68.21833, 40.709999, 0.0], + "type": "WYP", + "name": "UVASU" +}, { + "coords": [16.863333, 41.380001, 0.0], + "type": "WYP", + "name": "UVOKA" +}, { + "coords": [0.125556, 46.117222, 0.0], + "type": "WYP", + "name": "UVSON" +}, { + "coords": [20.668888, 49.935555, 0.0], + "type": "WYP", + "name": "UVSOV" +}, { + "coords": [79.756668, 49.656666, 0.0], + "type": "WYP", + "name": "UVTOK" +}, { + "coords": [68.900002, 59.150002, 0.0], + "type": "WYP", + "name": "UWATA" +}, { + "coords": [43.786667, 56.23, 0.0], + "type": "WYP", + "name": "UWGG" +}, { + "coords": [49.285, 55.603333, 0.0], + "type": "WYP", + "name": "UWKD" +}, { + "coords": [47.348331, 56.09, 0.0], + "type": "WYP", + "name": "UWKS" +}, { + "coords": [48.226665, 54.268333, 0.0], + "type": "WYP", + "name": "UWLL" +}, { + "coords": [55.456665, 51.796665, 0.0], + "type": "WYP", + "name": "UWOO" +}, { + "coords": [58.596668, 51.071667, 0.0], + "type": "WYP", + "name": "UWOR" +}, { + "coords": [45.016666, 53.116665, 0.0], + "type": "WYP", + "name": "UWPP" +}, { + "coords": [47.75, 51.861668, 0.0], + "type": "WYP", + "name": "UWSB" +}, { + "coords": [46.044998, 51.564999, 0.0], + "type": "WYP", + "name": "UWSS" +}, { + "coords": [55.783333, 53.516666, 0.0], + "type": "WYP", + "name": "UWUS" +}, { + "coords": [55.875, 54.556667, 0.0], + "type": "WYP", + "name": "UWUU" +}, { + "coords": [50.154999, 53.5, 0.0], + "type": "WYP", + "name": "UWWW" +}, { + "coords": [30.216667, 49.983334, 0.0], + "type": "WYP", + "name": "UZYN" +}, { + "coords": [94.25, 57.654999, 0.0], + "type": "WYP", + "name": "VA59" +}, { + "coords": [28.533333, 60.116665, 0.0], + "type": "WYP", + "name": "VABAK" +}, { + "coords": [-13.322786, 36.549107, 0.0], + "type": "WYP", + "name": "VABEM" +}, { + "coords": [23.406944, 54.194443, 0.0], + "type": "WYP", + "name": "VABER" +}, { + "coords": [2.0, 51.246387, 0.0], + "type": "WYP", + "name": "VABIK" +}, { + "coords": [7.733889, 63.280556, 0.0], + "type": "WYP", + "name": "VABUD" +}, { + "coords": [23.695, 59.147221, 0.0], + "type": "WYP", + "name": "VADAN" +}, { + "coords": [6.753611, 46.657223, 0.0], + "type": "WYP", + "name": "VADAR" +}, { + "coords": [6.483333, 46.721668, 0.0], + "type": "WYP", + "name": "VADEM" +}, { + "coords": [11.643888, 57.137779, 0.0], + "type": "WYP", + "name": "VADIN" +}, { + "coords": [28.795279, 69.751663, 0.0], + "type": "WYP", + "name": "VADLA" +}, { + "coords": [1.270833, 48.550556, 0.0], + "type": "WYP", + "name": "VADOM" +}, { + "coords": [22.968334, 61.291389, 0.0], + "type": "WYP", + "name": "VADOX" +}, { + "coords": [20.15214, 67.34922, 0.0], + "type": "WYP", + "name": "VAGAS" +}, { + "coords": [-0.337278, 45.09536, 0.0], + "type": "WYP", + "name": "VAGNA" +}, { + "coords": [59.283333, 45.299999, 0.0], + "type": "WYP", + "name": "VAGRO" +}, { + "coords": [7.5, 62.811111, 0.0], + "type": "WYP", + "name": "VAGSI" +}, { + "coords": [25.713612, 60.685001, 0.0], + "type": "WYP", + "name": "VAKAT" +}, { + "coords": [4.000556, 49.5825, 0.0], + "type": "WYP", + "name": "VAKER" +}, { + "coords": [14.191667, 38.834999, 0.0], + "type": "WYP", + "name": "VAKOR" +}, { + "coords": [-1.234722, 47.999168, 0.0], + "type": "WYP", + "name": "VAKSI" +}, { + "coords": [2.280278, 49.449165, 0.0], + "type": "WYP", + "name": "VAKSO" +}, { + "coords": [18.526945, 42.014168, 0.0], + "type": "WYP", + "name": "VAKSU" +}, { + "coords": [17.393333, 44.595001, 0.0], + "type": "WYP", + "name": "VAKUF" +}, { + "coords": [20.574167, 63.41861, 0.0], + "type": "WYP", + "name": "VALAK" +}, { + "coords": [-1.110556, 47.562778, 0.0], + "type": "WYP", + "name": "VALAX" +}, { + "coords": [6.894444, 44.059444, 0.0], + "type": "WYP", + "name": "VALBO" +}, { + "coords": [3e-06, 61.214443, 0.0], + "type": "WYP", + "name": "VALDI" +}, { + "coords": [22.747499, 57.426945, 0.0], + "type": "WYP", + "name": "VALED" +}, { + "coords": [5.781111, 49.514446, 0.0], + "type": "WYP", + "name": "VALEK" +}, { + "coords": [11.533334, 43.936668, 0.0], + "type": "WYP", + "name": "VALEN" +}, { + "coords": [25.916111, 57.853889, 0.0], + "type": "WYP", + "name": "VALGA" +}, { + "coords": [15.910755, 48.146278, 0.0], + "type": "WYP", + "name": "VALIK" +}, { + "coords": [46.866665, 54.25, 0.0], + "type": "WYP", + "name": "VALIS" +}, { + "coords": [9.473611, 53.135277, 0.0], + "type": "WYP", + "name": "VALKI" +}, { + "coords": [3.839722, 52.071388, 0.0], + "type": "WYP", + "name": "VALKO" +}, { + "coords": [2.818056, 45.998055, 0.0], + "type": "WYP", + "name": "VALKU" +}, { + "coords": [15.13, 40.138332, 0.0], + "type": "WYP", + "name": "VALLO" +}, { + "coords": [15.336317, 46.291588, 0.0], + "type": "WYP", + "name": "VALLU" +}, { + "coords": [3.789167, 44.233334, 0.0], + "type": "WYP", + "name": "VALMA" +}, { + "coords": [11.421667, 41.576668, 0.0], + "type": "WYP", + "name": "VALMA" +}, { + "coords": [3.266667, 48.081665, 0.0], + "type": "WYP", + "name": "VALNU" +}, { + "coords": [-1.076667, 49.602779, 0.0], + "type": "WYP", + "name": "VALOG" +}, { + "coords": [6.973889, 46.059723, 0.0], + "type": "WYP", + "name": "VALOR" +}, { + "coords": [23.588888, 61.114166, 0.0], + "type": "WYP", + "name": "VALOX" +}, { + "coords": [25.253002, 44.079586, 0.0], + "type": "WYP", + "name": "VALPA" +}, { + "coords": [6.756111, 51.583332, 0.0], + "type": "WYP", + "name": "VALSU" +}, { + "coords": [29.178333, 55.141666, 0.0], + "type": "WYP", + "name": "VALTA" +}, { + "coords": [-2.280467, 37.18314, 0.0], + "type": "WYP", + "name": "VALVE" +}, { + "coords": [38.116665, 50.233334, 0.0], + "type": "WYP", + "name": "VALYI" +}, { + "coords": [0.875556, 48.710278, 0.0], + "type": "WYP", + "name": "VAMDA" +}, { + "coords": [23.561222, 47.346748, 0.0], + "type": "WYP", + "name": "VAMES" +}, { + "coords": [9.190556, 51.873333, 0.0], + "type": "WYP", + "name": "VAMKA" +}, { + "coords": [-4.0, 60.0, 0.0], + "type": "WYP", + "name": "VAMLA" +}, { + "coords": [17.662582, 47.787212, 0.0], + "type": "WYP", + "name": "VAMOG" +}, { + "coords": [24.095833, 60.49889, 0.0], + "type": "WYP", + "name": "VAMPU" +}, { + "coords": [68.279167, 50.224998, 0.0], + "type": "WYP", + "name": "VAMRI" +}, { + "coords": [7.625278, 44.145557, 0.0], + "type": "WYP", + "name": "VAMTU" +}, { + "coords": [68.574997, 40.566666, 0.0], + "type": "WYP", + "name": "VAMUK" +}, { + "coords": [6.746944, 45.457222, 0.0], + "type": "WYP", + "name": "VANAS" +}, { + "coords": [-4.039166, 53.985279, 0.0], + "type": "WYP", + "name": "VANIN" +}, { + "coords": [30.027779, 69.421944, 0.0], + "type": "WYP", + "name": "VANOS" +}, { + "coords": [50.066666, 54.233334, 0.0], + "type": "WYP", + "name": "VANUK" +}, { + "coords": [27.741112, 62.565834, 0.0], + "type": "WYP", + "name": "VANUN" +}, { + "coords": [25.813055, 66.123611, 0.0], + "type": "WYP", + "name": "VAPOT" +}, { + "coords": [-2.601944, 48.636391, 0.0], + "type": "WYP", + "name": "VARAL" +}, { + "coords": [57.881668, 39.893333, 0.0], + "type": "WYP", + "name": "VARAN" +}, { + "coords": [21.941668, 38.658333, 0.0], + "type": "WYP", + "name": "VARDI" +}, { + "coords": [7.980556, 42.313057, 0.0], + "type": "WYP", + "name": "VAREK" +}, { + "coords": [4.323056, 43.503056, 0.0], + "type": "WYP", + "name": "VARES" +}, { + "coords": [12.398723, 50.315445, 0.0], + "type": "WYP", + "name": "VARIK" +}, { + "coords": [21.121944, 40.855, 0.0], + "type": "WYP", + "name": "VAROX" +}, { + "coords": [27.766945, 63.378056, 0.0], + "type": "WYP", + "name": "VARPA" +}, { + "coords": [13.936944, 59.438332, 0.0], + "type": "WYP", + "name": "VASE" +}, { + "coords": [23.098055, 60.494999, 0.0], + "type": "WYP", + "name": "VASKI" +}, { + "coords": [2.115278, 47.163334, 0.0], + "type": "WYP", + "name": "VASON" +}, { + "coords": [23.341389, 64.534721, 0.0], + "type": "WYP", + "name": "VASUL" +}, { + "coords": [40.383335, 65.224998, 0.0], + "type": "WYP", + "name": "VATAL" +}, { + "coords": [71.738335, 42.009998, 0.0], + "type": "WYP", + "name": "VATIK" +}, { + "coords": [61.243332, 38.810001, 0.0], + "type": "WYP", + "name": "VATIM" +}, { + "coords": [104.76667, 53.683334, 0.0], + "type": "WYP", + "name": "VATIN" +}, { + "coords": [-0.358333, 51.429722, 0.0], + "type": "WYP", + "name": "VATON" +}, { + "coords": [4.058333, 48.793335, 0.0], + "type": "WYP", + "name": "VATRI" +}, { + "coords": [-5.5, 52.554443, 0.0], + "type": "WYP", + "name": "VATRY" +}, { + "coords": [39.916668, 48.599998, 0.0], + "type": "WYP", + "name": "VATUT" +}, { + "coords": [19.212778, 52.689999, 0.0], + "type": "WYP", + "name": "VAVEK" +}, { + "coords": [19.961945, 50.066387, 0.0], + "type": "WYP", + "name": "VAVEL" +}, { + "coords": [75.870552, 51.638611, 0.0], + "type": "WYP", + "name": "VAVUS" +}, { + "coords": [41.801666, 43.345001, 0.0], + "type": "WYP", + "name": "VAZON" +}, { + "coords": [3.67205, 49.293518, 0.0], + "type": "WYP", + "name": "VD25A" +}, { + "coords": [3.9846, 49.367481, 0.0], + "type": "WYP", + "name": "VD38A" +}, { + "coords": [3.666553, 49.306904, 0.0], + "type": "WYP", + "name": "VDP25" +}, { + "coords": [3.851267, 49.55072, 0.0], + "type": "WYP", + "name": "VDP38" +}, { + "coords": [12.123611, 56.531666, 0.0], + "type": "WYP", + "name": "VEDAR" +}, { + "coords": [-5.869642, 42.742962, 0.0], + "type": "WYP", + "name": "VEDER" +}, { + "coords": [85.550003, 54.966667, 0.0], + "type": "WYP", + "name": "VEDLI" +}, { + "coords": [4.781389, 49.594723, 0.0], + "type": "WYP", + "name": "VEDUS" +}, { + "coords": [15.468333, 40.603333, 0.0], + "type": "WYP", + "name": "VEGAN" +}, { + "coords": [14.533611, 67.611115, 0.0], + "type": "WYP", + "name": "VEGAR" +}, { + "coords": [28.212223, 61.716667, 0.0], + "type": "WYP", + "name": "VEGAT" +}, { + "coords": [23.303015, 45.320827, 0.0], + "type": "WYP", + "name": "VEGES" +}, { + "coords": [3.275, 50.404167, 0.0], + "type": "WYP", + "name": "VEKIN" +}, { + "coords": [18.565487, 47.418926, 0.0], + "type": "WYP", + "name": "VELAT" +}, { + "coords": [22.883333, 41.966667, 0.0], + "type": "WYP", + "name": "VELBA" +}, { + "coords": [3.368667, 49.249611, 0.0], + "type": "WYP", + "name": "VELER" +}, { + "coords": [41.805, 61.148335, 0.0], + "type": "WYP", + "name": "VELES" +}, { + "coords": [11.458333, 39.966667, 0.0], + "type": "WYP", + "name": "VELEX" +}, { + "coords": [13.265278, 42.142223, 0.0], + "type": "WYP", + "name": "VELIM" +}, { + "coords": [23.934999, 42.310001, 0.0], + "type": "WYP", + "name": "VELIN" +}, { + "coords": [0.155556, 44.98, 0.0], + "type": "WYP", + "name": "VELIN" +}, { + "coords": [83.403336, 54.121666, 0.0], + "type": "WYP", + "name": "VELIR" +}, { + "coords": [3.172889, 45.406082, 0.0], + "type": "WYP", + "name": "VELIR" +}, { + "coords": [10.251667, 50.473331, 0.0], + "type": "WYP", + "name": "VELIS" +}, { + "coords": [17.277222, 43.351665, 0.0], + "type": "WYP", + "name": "VELIT" +}, { + "coords": [101.133331, 59.099998, 0.0], + "type": "WYP", + "name": "VELNA" +}, { + "coords": [6.588333, 41.25, 0.0], + "type": "WYP", + "name": "VELON" +}, { + "coords": [35.873333, 50.790001, 0.0], + "type": "WYP", + "name": "VELOT" +}, { + "coords": [23.966667, 61.115555, 0.0], + "type": "WYP", + "name": "VELUN" +}, { + "coords": [13.711172, 48.224468, 0.0], + "type": "WYP", + "name": "VELUN" +}, { + "coords": [-0.720556, 46.143612, 0.0], + "type": "WYP", + "name": "VENAR" +}, { + "coords": [11.500834, 45.473331, 0.0], + "type": "WYP", + "name": "VENDA" +}, { + "coords": [7.130833, 52.027222, 0.0], + "type": "WYP", + "name": "VENIK" +}, { + "coords": [53.869999, 52.491665, 0.0], + "type": "WYP", + "name": "VENOK" +}, { + "coords": [5.234472, 43.583057, 0.0], + "type": "WYP", + "name": "VENTA" +}, { + "coords": [14.266666, 39.303333, 0.0], + "type": "WYP", + "name": "VENTO" +}, { + "coords": [0.104722, 46.290279, 0.0], + "type": "WYP", + "name": "VERAC" +}, { + "coords": [21.987083, 65.125526, 0.0], + "type": "WYP", + "name": "VERAG" +}, { + "coords": [12.426945, 35.909168, 0.0], + "type": "WYP", + "name": "VERAK" +}, { + "coords": [-13.675391, 36.7724, 0.0], + "type": "WYP", + "name": "VERAM" +}, { + "coords": [8.6525, 45.279724, 0.0], + "type": "WYP", + "name": "VERCE" +}, { + "coords": [5.398056, 47.353611, 0.0], + "type": "WYP", + "name": "VERDI" +}, { + "coords": [9.210556, 52.894722, 0.0], + "type": "WYP", + "name": "VERED" +}, { + "coords": [22.299999, 40.200001, 0.0], + "type": "WYP", + "name": "VERIA" +}, { + "coords": [2.860278, 48.091946, 0.0], + "type": "WYP", + "name": "VERIX" +}, { + "coords": [3.243333, 50.0, 0.0], + "type": "WYP", + "name": "VERMA" +}, { + "coords": [11.831667, 43.742222, 0.0], + "type": "WYP", + "name": "VERNA" +}, { + "coords": [14.321667, 50.642223, 0.0], + "type": "WYP", + "name": "VERNE" +}, { + "coords": [6.672222, 46.739723, 0.0], + "type": "WYP", + "name": "VEROD" +}, { + "coords": [2.201667, 47.34, 0.0], + "type": "WYP", + "name": "VEROS" +}, { + "coords": [4.185555, 45.203056, 0.0], + "type": "WYP", + "name": "VEROT" +}, { + "coords": [3.755853, 41.148212, 0.0], + "type": "WYP", + "name": "VERSO" +}, { + "coords": [11.979167, 42.984722, 0.0], + "type": "WYP", + "name": "VERUN" +}, { + "coords": [8.655556, 55.602779, 0.0], + "type": "WYP", + "name": "VES12" +}, { + "coords": [8.648611, 55.680832, 0.0], + "type": "WYP", + "name": "VES13" +}, { + "coords": [8.741667, 55.545277, 0.0], + "type": "WYP", + "name": "VES15" +}, { + "coords": [9.156944, 55.489445, 0.0], + "type": "WYP", + "name": "VES30" +}, { + "coords": [9.579722, 55.881668, 0.0], + "type": "WYP", + "name": "VES47" +}, { + "coords": [2.026389, 50.371944, 0.0], + "type": "WYP", + "name": "VESAN" +}, { + "coords": [25.453333, 64.098335, 0.0], + "type": "WYP", + "name": "VESKA" +}, { + "coords": [40.716667, 47.116665, 0.0], + "type": "WYP", + "name": "VESLY" +}, { + "coords": [16.1882, 50.027939, 0.0], + "type": "WYP", + "name": "VESOX" +}, { + "coords": [4.886944, 49.533333, 0.0], + "type": "WYP", + "name": "VESUS" +}, { + "coords": [22.489445, 56.711945, 0.0], + "type": "WYP", + "name": "VETAR" +}, { + "coords": [4.035555, 47.907776, 0.0], + "type": "WYP", + "name": "VETEL" +}, { + "coords": [6.5325, 49.765556, 0.0], + "type": "WYP", + "name": "VETIL" +}, { + "coords": [47.083332, 53.483334, 0.0], + "type": "WYP", + "name": "VETKA" +}, { + "coords": [44.189999, 42.631668, 0.0], + "type": "WYP", + "name": "VETLA" +}, { + "coords": [52.508335, 51.544998, 0.0], + "type": "WYP", + "name": "VETOS" +}, { + "coords": [0.62, 49.856667, 0.0], + "type": "WYP", + "name": "VEULE" +}, { + "coords": [7.0125, 44.799999, 0.0], + "type": "WYP", + "name": "VEVAR" +}, { + "coords": [-7.751872, 42.26321, 0.0], + "type": "WYP", + "name": "VGO38" +}, { + "coords": [16.390638, 57.57814, 0.0], + "type": "WYP", + "name": "VIBAR" +}, { + "coords": [-3.630858, 37.392216, 0.0], + "type": "WYP", + "name": "VIBAS" +}, { + "coords": [12.389167, 53.061943, 0.0], + "type": "WYP", + "name": "VIBER" +}, { + "coords": [26.154936, 44.810349, 0.0], + "type": "WYP", + "name": "VIBET" +}, { + "coords": [1.490839, 41.533722, 0.0], + "type": "WYP", + "name": "VIBOK" +}, { + "coords": [24.09, 49.441666, 0.0], + "type": "WYP", + "name": "VIBRA" +}, { + "coords": [11.201653, 45.642704, 0.0], + "type": "WYP", + "name": "VIC20" +}, { + "coords": [8.815833, 42.139446, 0.0], + "type": "WYP", + "name": "VICCO" +}, { + "coords": [81.878334, 50.785, 0.0], + "type": "WYP", + "name": "VIDAN" +}, { + "coords": [74.871666, 41.779999, 0.0], + "type": "WYP", + "name": "VIDAS" +}, { + "coords": [32.400002, 61.200001, 0.0], + "type": "WYP", + "name": "VIDLA" +}, { + "coords": [48.200001, 61.398335, 0.0], + "type": "WYP", + "name": "VIDOK" +}, { + "coords": [5.733333, 62.0, 0.0], + "type": "WYP", + "name": "VIG34" +}, { + "coords": [6.5075, 61.996113, 0.0], + "type": "WYP", + "name": "VIG36" +}, { + "coords": [7.023334, 62.0, 0.0], + "type": "WYP", + "name": "VIG43" +}, { + "coords": [7.352222, 62.0, 0.0], + "type": "WYP", + "name": "VIG50" +}, { + "coords": [7.971667, 62.0, 0.0], + "type": "WYP", + "name": "VIG64" +}, { + "coords": [87.481667, 49.253334, 0.0], + "type": "WYP", + "name": "VIGAR" +}, { + "coords": [25.664444, 62.785831, 0.0], + "type": "WYP", + "name": "VIITA" +}, { + "coords": [37.233334, 43.688332, 0.0], + "type": "WYP", + "name": "VIKAR" +}, { + "coords": [36.5, 43.25, 0.0], + "type": "WYP", + "name": "VILAN" +}, { + "coords": [1.894739, 40.764416, 0.0], + "type": "WYP", + "name": "VILGA" +}, { + "coords": [23.216667, 38.633335, 0.0], + "type": "WYP", + "name": "VILIA" +}, { + "coords": [-2.41045, 40.232948, 0.0], + "type": "WYP", + "name": "VILLA" +}, { + "coords": [20.047945, 45.263668, 0.0], + "type": "WYP", + "name": "VILOV" +}, { + "coords": [1.193333, 47.676666, 0.0], + "type": "WYP", + "name": "VILRO" +}, { + "coords": [37.421665, 46.658333, 0.0], + "type": "WYP", + "name": "VILUR" +}, { + "coords": [37.849998, 55.866665, 0.0], + "type": "WYP", + "name": "VINLI" +}, { + "coords": [-0.914722, 48.872223, 0.0], + "type": "WYP", + "name": "VIREX" +}, { + "coords": [5.644139, 45.855556, 0.0], + "type": "WYP", + "name": "VIRIE" +}, { + "coords": [22.33, 60.950001, 0.0], + "type": "WYP", + "name": "VIRTA" +}, { + "coords": [-7.093333, 41.976665, 0.0], + "type": "WYP", + "name": "VIS83" +}, { + "coords": [106.393333, 35.421665, 0.0], + "type": "WYP", + "name": "VISIN" +}, { + "coords": [42.900002, 45.033333, 0.0], + "type": "WYP", + "name": "VISOK" +}, { + "coords": [-3.5022, 40.161079, 0.0], + "type": "WYP", + "name": "VISON" +}, { + "coords": [62.349998, 58.535, 0.0], + "type": "WYP", + "name": "VITUN" +}, { + "coords": [22.999445, 54.358891, 0.0], + "type": "WYP", + "name": "VIZAN" +}, { + "coords": [20.391388, 39.981945, 0.0], + "type": "WYP", + "name": "VJOSA" +}, { + "coords": [48.883335, 53.033333, 0.0], + "type": "WYP", + "name": "VLADA" +}, { + "coords": [4.822603, 44.964405, 0.0], + "type": "WYP", + "name": "VNE36" +}, { + "coords": [43.466667, 44.75, 0.0], + "type": "WYP", + "name": "VOKAL" +}, { + "coords": [43.316666, 45.799999, 0.0], + "type": "WYP", + "name": "VOLAN" +}, { + "coords": [19.003305, 48.61409, 0.0], + "type": "WYP", + "name": "VOLEV" +}, { + "coords": [2.247594, 39.449139, 0.0], + "type": "WYP", + "name": "VOLTO" +}, { + "coords": [7.133056, 51.28389, 0.0], + "type": "WYP", + "name": "VORNA" +}, { + "coords": [80.918335, 51.228333, 0.0], + "type": "WYP", + "name": "VOTIL" +}, { + "coords": [42.883335, 52.533333, 0.0], + "type": "WYP", + "name": "VOTUN" +}, { + "coords": [23.566668, 43.181667, 0.0], + "type": "WYP", + "name": "VRACA" +}, { + "coords": [17.518847, 43.749523, 0.0], + "type": "WYP", + "name": "VRANA" +}, { + "coords": [16.458437, 43.933334, 0.0], + "type": "WYP", + "name": "VRL" +}, { + "coords": [18.847221, 57.341751, 0.0], + "type": "WYP", + "name": "VSB25" +}, { + "coords": [18.846653, 57.074741, 0.0], + "type": "WYP", + "name": "VSB37" +}, { + "coords": [15.313084, 57.813641, 0.0], + "type": "WYP", + "name": "VSN32" +}, { + "coords": [19.765917, 44.665054, 0.0], + "type": "WYP", + "name": "VUKOS" +}, { + "coords": [15.276667, 38.799999, 0.0], + "type": "WYP", + "name": "VULKA" +}, { + "coords": [-4.798433, 37.761227, 0.0], + "type": "WYP", + "name": "VULPE" +}, { + "coords": [47.950001, 40.583332, 0.0], + "type": "WYP", + "name": "VUSAL" +}, { + "coords": [106.991669, 63.968334, 0.0], + "type": "WYP", + "name": "WADAZ" +}, { + "coords": [0.349722, 50.5825, 0.0], + "type": "WYP", + "name": "WAFFU" +}, { + "coords": [-3.856667, 53.423889, 0.0], + "type": "WYP", + "name": "WAL26" +}, { + "coords": [-3.967728, 53.428368, 0.0], + "type": "WYP", + "name": "WAL30" +}, { + "coords": [-2.063444, 53.507721, 0.0], + "type": "WYP", + "name": "WAL39" +}, { + "coords": [-1.887942, 52.519669, 0.0], + "type": "WYP", + "name": "WAL69" +}, { + "coords": [-1.094317, 39.754303, 0.0], + "type": "WYP", + "name": "WALLY" +}, { + "coords": [-0.348333, 51.675835, 0.0], + "type": "WYP", + "name": "WATFO" +}, { + "coords": [0.034722, 51.330833, 0.0], + "type": "WYP", + "name": "WEALD" +}, { + "coords": [7.415833, 54.298332, 0.0], + "type": "WYP", + "name": "WELGO" +}, { + "coords": [-0.852222, 52.247223, 0.0], + "type": "WYP", + "name": "WELIN" +}, { + "coords": [11.203611, 50.967224, 0.0], + "type": "WYP", + "name": "WEMAR" +}, { + "coords": [3.589444, 53.302502, 0.0], + "type": "WYP", + "name": "WENAM" +}, { + "coords": [38.541668, 48.896667, 0.0], + "type": "WYP", + "name": "WEROD" +}, { + "coords": [9.734167, 51.470001, 0.0], + "type": "WYP", + "name": "WERRA" +}, { + "coords": [5.179167, 58.948334, 0.0], + "type": "WYP", + "name": "WESTY" +}, { + "coords": [0.486111, 51.670834, 0.0], + "type": "WYP", + "name": "WESUL" +}, { + "coords": [8.691389, 48.889168, 0.0], + "type": "WYP", + "name": "WIBAD" +}, { + "coords": [-2.984722, 58.304165, 0.0], + "type": "WYP", + "name": "WIK10" +}, { + "coords": [7.387703, 46.874931, 0.0], + "type": "WYP", + "name": "WIL28" +}, { + "coords": [5.593889, 51.339443, 0.0], + "type": "WYP", + "name": "WILMA" +}, { + "coords": [0.775, 52.191666, 0.0], + "type": "WYP", + "name": "WISKY" +}, { + "coords": [9.977222, 59.43111, 0.0], + "type": "WYP", + "name": "WITTY" +}, { + "coords": [0.953056, 51.116665, 0.0], + "type": "WYP", + "name": "WIZAD" +}, { + "coords": [89.813332, 55.028332, 0.0], + "type": "WYP", + "name": "WN54" +}, { + "coords": [89.050003, 55.950001, 0.0], + "type": "WYP", + "name": "WN75" +}, { + "coords": [88.903336, 55.431667, 0.0], + "type": "WYP", + "name": "WN76" +}, { + "coords": [88.898331, 56.328335, 0.0], + "type": "WYP", + "name": "WN89" +}, { + "coords": [-0.733333, 52.019444, 0.0], + "type": "WYP", + "name": "WOBUN" +}, { + "coords": [24.795, 50.758335, 0.0], + "type": "WYP", + "name": "WOLOD" +}, { + "coords": [4.366389, 51.405556, 0.0], + "type": "WYP", + "name": "WOODY" +}, { + "coords": [-2.335, 51.62389, 0.0], + "type": "WYP", + "name": "WOTAN" +}, { + "coords": [0.264444, 50.204445, 0.0], + "type": "WYP", + "name": "XAMAB" +}, { + "coords": [2.055, 51.570278, 0.0], + "type": "WYP", + "name": "XAMAL" +}, { + "coords": [2.224167, 51.784721, 0.0], + "type": "WYP", + "name": "XAMAN" +}, { + "coords": [2.1125, 51.635277, 0.0], + "type": "WYP", + "name": "XAMIK" +}, { + "coords": [2.161944, 51.706112, 0.0], + "type": "WYP", + "name": "XAMOX" +}, { + "coords": [21.326944, 42.136665, 0.0], + "type": "WYP", + "name": "XAXAN" +}, { + "coords": [19.741669, 47.159149, 0.0], + "type": "WYP", + "name": "XEGLI" +}, { + "coords": [4.067222, 49.596668, 0.0], + "type": "WYP", + "name": "XERAM" +}, { + "coords": [-10.067975, 42.023895, 0.0], + "type": "WYP", + "name": "XERES" +}, { + "coords": [0.641389, 50.351665, 0.0], + "type": "WYP", + "name": "XIDIL" +}, { + "coords": [16.958889, 51.761944, 0.0], + "type": "WYP", + "name": "XIDNA" +}, { + "coords": [19.076056, 59.659306, 0.0], + "type": "WYP", + "name": "XILAN" +}, { + "coords": [17.347221, 57.483055, 0.0], + "type": "WYP", + "name": "XOLNU" +}, { + "coords": [15.751667, 42.705002, 0.0], + "type": "WYP", + "name": "XOLTA" +}, { + "coords": [18.06196, 47.756626, 0.0], + "type": "WYP", + "name": "XOMBA" +}, { + "coords": [2.451111, 49.917778, 0.0], + "type": "WYP", + "name": "XORBI" +}, { + "coords": [0.775, 53.0, 0.0], + "type": "WYP", + "name": "XRAY" +}, { + "coords": [79.599998, 58.496666, 0.0], + "type": "WYP", + "name": "XV98" +}, { + "coords": [-1.068333, 54.378334, 0.0], + "type": "WYP", + "name": "YANKY" +}, { + "coords": [65.866669, 57.316666, 0.0], + "type": "WYP", + "name": "YANTK" +}, { + "coords": [67.083336, 57.400002, 0.0], + "type": "WYP", + "name": "YARKO" +}, { + "coords": [14.085402, 46.481377, 0.0], + "type": "WYP", + "name": "YESEN" +}, { + "coords": [17.958611, 50.004166, 0.0], + "type": "WYP", + "name": "ZAB06" +}, { + "coords": [17.705, 50.193611, 0.0], + "type": "WYP", + "name": "ZAB21" +}, { + "coords": [17.591667, 50.278057, 0.0], + "type": "WYP", + "name": "ZAB28" +}, { + "coords": [25.700001, 52.0, 0.0], + "type": "WYP", + "name": "ZABAD" +}, { + "coords": [33.466667, 58.733334, 0.0], + "type": "WYP", + "name": "ZABAK" +}, { + "coords": [34.933334, 48.116665, 0.0], + "type": "WYP", + "name": "ZAKAT" +}, { + "coords": [29.866667, 60.116665, 0.0], + "type": "WYP", + "name": "ZALIN" +}, { + "coords": [48.5, 53.400002, 0.0], + "type": "WYP", + "name": "ZALOM" +}, { + "coords": [39.066666, 64.316666, 0.0], + "type": "WYP", + "name": "ZAMOK" +}, { + "coords": [4.9225, 52.389721, 0.0], + "type": "WYP", + "name": "ZANDA" +}, { + "coords": [39.433334, 58.716667, 0.0], + "type": "WYP", + "name": "ZAROK" +}, { + "coords": [38.833332, 48.433334, 0.0], + "type": "WYP", + "name": "ZAWAL" +}, { + "coords": [38.216667, 43.599998, 0.0], + "type": "WYP", + "name": "ZELIR" +}, { + "coords": [71.066666, 41.584999, 0.0], + "type": "WYP", + "name": "ZENAK" +}, { + "coords": [69.116669, 39.369999, 0.0], + "type": "WYP", + "name": "ZENAL" +}, { + "coords": [67.199997, 65.416664, 0.0], + "type": "WYP", + "name": "ZENIT" +}, { + "coords": [105.150002, 54.799999, 0.0], + "type": "WYP", + "name": "ZHIGO" +}, { + "coords": [27.700001, 50.099998, 0.0], + "type": "WYP", + "name": "ZHTOR" +}, { + "coords": [101.349998, 64.76667, 0.0], + "type": "WYP", + "name": "ZINOK" +}, { + "coords": [18.165716, 49.24601, 0.0], + "type": "WYP", + "name": "ZLA1A" +}, { + "coords": [18.152227, 49.216774, 0.0], + "type": "WYP", + "name": "ZLA1B" +}, { + "coords": [17.915215, 49.00322, 0.0], + "type": "WYP", + "name": "ZLA26" +}, { + "coords": [59.700001, 55.216667, 0.0], + "type": "WYP", + "name": "ZLATT" +}, { + "coords": [67.433334, 64.933334, 0.0], + "type": "WYP", + "name": "ZONTA" +}, { + "coords": [74.98333, 43.816666, 0.0], + "type": "WYP", + "name": "ZUBAR" +}, { + "coords": [42.166668, 44.166668, 0.0], + "type": "WYP", + "name": "ZUBOK" +}, { + "coords": [62.591667, 40.700001, 0.0], + "type": "WYP", + "name": "ZUHRA" +}, { + "coords": [67.433334, 39.233334, 0.0], + "type": "WYP", + "name": "ZULAT" +}, { + "coords": [55.556667, 57.950001, 0.0], + "type": "WYP", + "name": "ZURAL" +}, { + "coords": [68.883331, 39.333332, 0.0], + "type": "WYP", + "name": "ZUREN" +}]