diff --git a/public_html/base-index.html b/public_html/base-index.html index a7b0e5f6..98262613 100644 --- a/public_html/base-index.html +++ b/public_html/base-index.html @@ -1,252 +1,262 @@ - - - - - - - - - - - - - - - - - - - - - - - - - FlightAware dump1090 - - - - - + + + + + + + + FlightAware dump1090 + + + + + + - - - -
- -
-
-
-
-
- -
-
- -
+ + + +
+ +
+
+
- -
-
- - +
+
+ - -
-
- - + + + +
+
+ + + \ No newline at end of file diff --git a/public_html/config.js b/public_html/config.js index 7eb17a18..181d9cc6 100644 --- a/public_html/config.js +++ b/public_html/config.js @@ -23,15 +23,15 @@ DisplayUnits = "nautical"; // degrees. // The google maps zoom level, 0 - 16, lower is further out -DefaultZoomLvl = 7; +DefaultZoomLvl = 7; // Center marker. If dump1090 provides a receiver location, // that location is used and these settings are ignored. -SiteShow = true; // true to show a center marker -SiteLat = 53; // position of the marker -SiteLon = -0.4; // ***** CHANGE THE LAT/LONG to match your location ***** -SiteName = "Rx"; // tooltip of the marker +SiteShow = true; // true to show a center marker +SiteLat = 53; // position of the marker +SiteLon = -0.4; // ***** CHANGE THE LAT/LONG to match your location ***** +SiteName = "Rx"; // tooltip of the marker // Default center of the map. DefaultCenterLat = SiteLat; @@ -42,41 +42,41 @@ DefaultCenterLon = SiteLon; // These settings control the coloring of aircraft by altitude. // All color values are given as Hue (0-359) / Saturation (0-100) / Lightness (0-100) ColorByAlt = { - // HSL for planes with unknown altitude: - unknown : { h: 0, s: 0, l: 40 }, - - // HSL for planes that are on the ground: - ground : { h: 120, s: 100, l: 30 }, - - air : { - // These define altitude-to-hue mappings - // at particular altitudes; the hue - // for intermediate altitudes that lie - // between the provided altitudes is linearly - // interpolated. - // - // Mappings must be provided in increasing - // order of altitude. - // - // Altitudes below the first entry use the - // hue of the first entry; altitudes above - // the last entry use the hue of the last - // entry. - h: [ { alt: 2000, val: 20 }, // orange - { alt: 10000, val: 140 }, // light green - { alt: 40000, val: 300 } ], // magenta - s: 85, - l: 50, - }, - - // Changes added to the color of the currently selected plane - selected : { h: 0, s: -10, l: +20 }, - - // Changes added to the color of planes that have stale position info - stale : { h: 0, s: -10, l: +30 }, - - // Changes added to the color of planes that have positions from mlat - mlat : { h: 0, s: -10, l: -10 } + // HSL for planes with unknown altitude: + unknown: { h: 0, s: 0, l: 40 }, + + // HSL for planes that are on the ground: + ground: { h: 120, s: 100, l: 30 }, + + air: { + // These define altitude-to-hue mappings + // at particular altitudes; the hue + // for intermediate altitudes that lie + // between the provided altitudes is linearly + // interpolated. + // + // Mappings must be provided in increasing + // order of altitude. + // + // Altitudes below the first entry use the + // hue of the first entry; altitudes above + // the last entry use the hue of the last + // entry. + h: [{ alt: 2000, val: 20 }, // orange + { alt: 10000, val: 140 }, // light green + { alt: 40000, val: 300 }], // magenta + s: 85, + l: 50, + }, + + // Changes added to the color of the currently selected plane + selected: { h: 0, s: -10, l: +20 }, + + // Changes added to the color of planes that have stale position info + stale: { h: 0, s: -10, l: +30 }, + + // Changes added to the color of planes that have positions from mlat + mlat: { h: 0, s: -10, l: -10 } }; // For a monochrome display try this: @@ -97,7 +97,7 @@ OutlineMlatColor = '#4040FF'; SiteCircles = true; // true to show circles (only shown if the center marker is shown) // In miles, nautical miles, or km (depending settings value 'DisplayUnits') -SiteCirclesDistances = new Array(100,150,200,250); +SiteCirclesDistances = new Array(100, 150, 200, 250); // Controls page title, righthand pane when nothing is selected PageName = "FlightAware"; @@ -130,21 +130,21 @@ BingMapsAPIKey = ""; MapzenAPIKey = null; -UseDefaultTerrainRings = true; // default Terrian rings color, otherwise colored by altitude (color defined in TerrainColorByAlt) -UseTerrainLineDash = true ; // true: dashed or false: solid terrain rings -TerrainLineWidth = 1; // line width of terrain rings -TerrainAltitudes = [9842,39370]; // altitudes in ft as in alt parameter TerrainColorByAlt, replace XXXXXXX with your code: sudo wget -O /usr/share/dump1090-fa/html/upintheair.json "www.heywhatsthat.com/api/upintheair.json?id=XXXXXXX&refraction=0.25&alts=3000,12000" -TerrainColorByAlt = { // colours depending on altitude (UseDefaultTerrainRings must be false and TerrainAltitudes must be set), default same as colours of planes in air, alt in ft - h: [ { alt: 2000, val: 20 }, // orange - { alt: 10000, val: 140 }, // light green - { alt: 40000, val: 300 } ], // magenta - s: 85, - l: 50, +UseDefaultTerrainRings = true; // default Terrian rings color, otherwise colored by altitude (color defined in TerrainColorByAlt) +UseTerrainLineDash = true; // true: dashed or false: solid terrain rings +TerrainLineWidth = 1; // line width of terrain rings +TerrainAltitudes = [9842, 39370]; // altitudes in ft as in alt parameter TerrainColorByAlt, replace XXXXXXX with your code: sudo wget -O /usr/share/dump1090-fa/html/upintheair.json "www.heywhatsthat.com/api/upintheair.json?id=XXXXXXX&refraction=0.25&alts=3000,12000" +TerrainColorByAlt = { // colours depending on altitude (UseDefaultTerrainRings must be false and TerrainAltitudes must be set), default same as colours of planes in air, alt in ft + h: [{ alt: 2000, val: 20 }, // orange + { alt: 10000, val: 140 }, // light green + { alt: 40000, val: 300 }], // magenta + s: 85, + l: 50, }; ShowSiteRingDistanceText = true; // show the distance text in site rings -UseJetPhotosPhotoLink = false; // Use jetphotos.com instead of FlightAware for photo links +UseJetPhotosPhotoLink = false; // Use jetphotos.com instead of FlightAware for photo links // for this you have to change /etc/lighttpd/conf-enabled/89-dump1090-fa.conf : commenting out the filter $HTTP["url"] =~ "^/dump1090-fa/data/.*\.json$" and always send the response header // maybe filter is not correct --- Help wanted @@ -153,55 +153,55 @@ UseJetPhotosPhotoLink = false; // Use jetphotos.com instead of FlightAw // setenv.add-response-header = ( "Access-Control-Allow-Origin" => "*" ) // #} -EndpointDump1090 = ""; // insert here endpoint to other computer where dump1090 is running (ex: http://192.168.1.152:8080/), leave it empty if it is running here +EndpointDump1090 = ""; // insert here endpoint to other computer where dump1090 is running (ex: http://192.168.1.152:8080/), leave it empty if it is running here // ---------------------------------------------------------------------------------------------------------------------------- // Options to enable/disable modifications provided in Dump1090-OpenLayers3-html by Al Kissack // ---------------------------------------------------------------------------------------------------------------------------- -ShowMouseLatLong = true; // https://github.com/alkissack/Dump1090-OpenLayers3-html/wiki/1.-Mouse-position-Latitude-and-Longitude -ShowAdditionalMaps = true; // https://github.com/alkissack/Dump1090-OpenLayers3-html/wiki/2.-Additional-maps -ShowPermanentLabels = true; // https://github.com/alkissack/Dump1090-OpenLayers3-html/wiki/7.-Permanent-labels -ShowHoverOverLabels = true; // https://github.com/alkissack/Dump1090-OpenLayers3-html/wiki/6.-Hover-over-labels -ShowRanges = true; // https://github.com/alkissack/Dump1090-OpenLayers3-html/wiki/8.-Maximum-range-plot +ShowMouseLatLong = true; // https://github.com/alkissack/Dump1090-OpenLayers3-html/wiki/1.-Mouse-position-Latitude-and-Longitude +ShowAdditionalMaps = true; // https://github.com/alkissack/Dump1090-OpenLayers3-html/wiki/2.-Additional-maps +ShowPermanentLabels = true; // https://github.com/alkissack/Dump1090-OpenLayers3-html/wiki/7.-Permanent-labels +ShowHoverOverLabels = true; // https://github.com/alkissack/Dump1090-OpenLayers3-html/wiki/6.-Hover-over-labels +ShowRanges = true; // https://github.com/alkissack/Dump1090-OpenLayers3-html/wiki/8.-Maximum-range-plot - // If showing ranges, set SiteLat/SiteLon as these are the zero range positions till plot is drawn -MinRangeHeight = 2000 ; // ft - inner range ring - Set -1 to disable collection and display -MinRangeLikely = 75 ; // nm - practical max (to supress spikes from bad data) -MinRangeShow = true; // set to show min range currently captured (assuming MinRangeHeight is set too) +// If showing ranges, set SiteLat/SiteLon as these are the zero range positions till plot is drawn +MinRangeHeight = 2000; // ft - inner range ring - Set -1 to disable collection and display +MinRangeLikely = 75; // nm - practical max (to supress spikes from bad data) +MinRangeShow = true; // set to show min range currently captured (assuming MinRangeHeight is set too) -MidRangeHeight = 10000 ; // ft - mid range ring - Set -1 to disable collection and display -MidRangeLikely = 125 ; // nm - practical max -MidRangeShow = true; // set to show mid range currently captured (assuming MidRangeHeight is set too) +MidRangeHeight = 10000; // ft - mid range ring - Set -1 to disable collection and display +MidRangeLikely = 125; // nm - practical max +MidRangeShow = true; // set to show mid range currently captured (assuming MidRangeHeight is set too) -MaxRangeHeight = 99999 ; -MaxRangeLikely = 300 ; // nm - practical max 300 -MaxRangeShow = true; // set to show max range currently captured +MaxRangeHeight = 99999; +MaxRangeLikely = 300; // nm - practical max 300 +MaxRangeShow = true; // set to show max range currently captured -RangeLine = 1 ; // Line width for range plot +RangeLine = 1; // Line width for range plot -TypeOfStorageSession = 'Local' ; // Local or Session - Session applies per browser session, Local persists for the browser if closed and reopened. +TypeOfStorageSession = 'Local'; // Local or Session - Session applies per browser session, Local persists for the browser if closed and reopened. // ---------------------------------------------------------------------------------------------------------------------------- // UK ONLY : // ---------------------------------------------------------------------------------------------------------------------------- -ShowUSLayers = false; // https://github.com/alkissack/Dump1090-OpenLayers3-html/wiki/3.-US-Layers -ShowUKCivviLayers = true; // https://github.com/alkissack/Dump1090-OpenLayers3-html/wiki/4.-UK-Civilian-overlays -ShowUKMilLayers = true; // https://github.com/alkissack/Dump1090-OpenLayers3-html/wiki/5.-UK-Military-overlays +ShowUSLayers = false; // https://github.com/alkissack/Dump1090-OpenLayers3-html/wiki/3.-US-Layers +ShowUKCivviLayers = true; // https://github.com/alkissack/Dump1090-OpenLayers3-html/wiki/4.-UK-Civilian-overlays +ShowUKMilLayers = true; // https://github.com/alkissack/Dump1090-OpenLayers3-html/wiki/5.-UK-Military-overlays // ---------------------------------------------------------------------------------------------------------------------------- // PERSONAL OPTIONS https://github.com/alkissack/Dump1090-OpenLayers3-html/wiki/9.-Minor-personal-preference-changes // ---------------------------------------------------------------------------------------------------------------------------- -ShowMyPreferences = true; // Required to enable the FOUR options below -ShowAdditionalData = true; // -ShowMyIcons = true; // https://github.com/alkissack/Dump1090-OpenLayers3-html/wiki/10.-Aircraft-icon-changes -ShowSimpleColours = true; // https://github.com/alkissack/Dump1090-OpenLayers3-html/wiki/9.-Minor-personal-preference-changes - // ****************************************************************************** -ShowHTMLColumns = true ; // *** If you turn this off, use the original-index.html file instead *** - // ****************************************************************************** +ShowMyPreferences = true; // Required to enable the FOUR options below +ShowAdditionalData = true; // +ShowMyIcons = true; // https://github.com/alkissack/Dump1090-OpenLayers3-html/wiki/10.-Aircraft-icon-changes +ShowSimpleColours = true; // https://github.com/alkissack/Dump1090-OpenLayers3-html/wiki/9.-Minor-personal-preference-changes +// ****************************************************************************** +ShowHTMLColumns = true; // *** If you turn this off, use the original-index.html file instead *** +// ****************************************************************************** // ---------------------------------------------------------------------------------------------------------------------------- // PRIVATE OPTIONS // ---------------------------------------------------------------------------------------------------------------------------- -ShowMyFindsLayer = false ; // Private plot (non-aircraft related) -ShowSleafordRange = false ; // This shows a range layer based on 53N -0.5W A more reasltic range layer for my antenna location -- AK9T -SleafordMySql = false ; // Don't set this without reviewing the code - it is for me and a local mySql server on 192.168.1.11 +ShowMyFindsLayer = false; // Private plot (non-aircraft related) +ShowSleafordRange = false; // This shows a range layer based on 53N -0.5W A more reasltic range layer for my antenna location -- AK9T +SleafordMySql = false; // Don't set this without reviewing the code - it is for me and a local mySql server on 192.168.1.11 // ---------------------------------------------------------------------------------------------------------------------------- diff --git a/public_html/dbloader.js b/public_html/dbloader.js index 97f48e7e..129c63a1 100644 --- a/public_html/dbloader.js +++ b/public_html/dbloader.js @@ -25,56 +25,56 @@ var _aircraft_cache = {}; var _aircraft_type_cache = null; function getAircraftData(icao) { - var defer; + var defer; - icao = icao.toUpperCase(); + icao = icao.toUpperCase(); - if (icao in _aircraft_cache) { - defer = _aircraft_cache[icao]; - } else { - // load from blocks: - defer = _aircraft_cache[icao] = $.Deferred(); - request_from_db(icao, 1, defer); - } + if (icao in _aircraft_cache) { + defer = _aircraft_cache[icao]; + } else { + // load from blocks: + defer = _aircraft_cache[icao] = $.Deferred(); + request_from_db(icao, 1, defer); + } - return defer; + return defer; } function request_from_db(icao, level, defer) { - var bkey = icao.substring(0, level); - var dkey = icao.substring(level); - var req = db_ajax(bkey); - - req.done(function(data) { - var subkey; - - if (dkey in data) { - getIcaoAircraftTypeData(data[dkey], defer); - return; - } - - if ("children" in data) { - subkey = bkey + dkey.substring(0,1); - if (data.children.indexOf(subkey) != -1) { - request_from_db(icao, level+1, defer); - return; - } - } - defer.reject(); - }); - - req.fail(function(jqXHR,textStatus,errorThrown) { - defer.reject(); - }); + var bkey = icao.substring(0, level); + var dkey = icao.substring(level); + var req = db_ajax(bkey); + + req.done(function (data) { + var subkey; + + if (dkey in data) { + getIcaoAircraftTypeData(data[dkey], defer); + return; + } + + if ("children" in data) { + subkey = bkey + dkey.substring(0, 1); + if (data.children.indexOf(subkey) != -1) { + request_from_db(icao, level + 1, defer); + return; + } + } + defer.reject(); + }); + + req.fail(function (jqXHR, textStatus, errorThrown) { + defer.reject(); + }); } function getIcaoAircraftTypeData(aircraftData, defer) { if (_aircraft_type_cache === null) { $.getJSON("db/aircraft_types/icao_aircraft_types.json") - .done(function(typeLookupData) { + .done(function (typeLookupData) { _aircraft_type_cache = typeLookupData; }) - .always(function() { + .always(function () { lookupIcaoAircraftType(aircraftData, defer); }); } @@ -84,20 +84,20 @@ function getIcaoAircraftTypeData(aircraftData, defer) { } function lookupIcaoAircraftType(aircraftData, defer) { - if (_aircraft_type_cache !== null && "t" in aircraftData) { - var typeDesignator = aircraftData.t.toUpperCase(); - if (typeDesignator in _aircraft_type_cache) { - var typeData = _aircraft_type_cache[typeDesignator]; - if (typeData.desc != undefined && aircraftData.desc === undefined && typeData.desc != null && typeData.desc.length == 3) { - aircraftData.desc = typeData.desc; - } - if (typeData.wtc != undefined && aircraftData.wtc === undefined) { - aircraftData.wtc = typeData.wtc; - } - } + if (_aircraft_type_cache !== null && "t" in aircraftData) { + var typeDesignator = aircraftData.t.toUpperCase(); + if (typeDesignator in _aircraft_type_cache) { + var typeData = _aircraft_type_cache[typeDesignator]; + if (typeData.desc != undefined && aircraftData.desc === undefined && typeData.desc != null && typeData.desc.length == 3) { + aircraftData.desc = typeData.desc; + } + if (typeData.wtc != undefined && aircraftData.wtc === undefined) { + aircraftData.wtc = typeData.wtc; + } } + } - defer.resolve(aircraftData); + defer.resolve(aircraftData); } var _request_count = 0; @@ -107,44 +107,48 @@ var _request_cache = {}; var MAX_REQUESTS = 2; function db_ajax(bkey) { - var defer; + var defer; - if (bkey in _request_cache) { - return _request_cache[bkey]; - } + if (bkey in _request_cache) { + return _request_cache[bkey]; + } - if (_request_count < MAX_REQUESTS) { - // just do ajax directly - ++_request_count; - defer = _request_cache[bkey] = $.ajax({ url: 'db/' + bkey + '.json', - cache: true, - timeout: 5000, - dataType : 'json' }); - defer.always(db_ajax_request_complete); - } else { - // put it in the queue - defer = _request_cache[bkey] = $.Deferred(); - defer.bkey = bkey; - _request_queue.push(defer); - } + if (_request_count < MAX_REQUESTS) { + // just do ajax directly + ++_request_count; + defer = _request_cache[bkey] = $.ajax({ + url: 'db/' + bkey + '.json', + cache: true, + timeout: 5000, + dataType: 'json' + }); + defer.always(db_ajax_request_complete); + } else { + // put it in the queue + defer = _request_cache[bkey] = $.Deferred(); + defer.bkey = bkey; + _request_queue.push(defer); + } - return defer; + return defer; } function db_ajax_request_complete() { - var req; - var ajaxreq; - - if (_request_queue.length == 0) { - --_request_count; - } else { - req = _request_queue.shift(); - ajaxreq = $.ajax({ url: 'db/' + req.bkey + '.json', - cache: true, - timeout: 5000, - dataType : 'json' }); - ajaxreq.done(function(data) { req.resolve(data); }); - ajaxreq.fail(function(jqxhr, status, error) { req.reject(jqxhr, status, error); }); - ajaxreq.always(db_ajax_request_complete); - } + var req; + var ajaxreq; + + if (_request_queue.length == 0) { + --_request_count; + } else { + req = _request_queue.shift(); + ajaxreq = $.ajax({ + url: 'db/' + req.bkey + '.json', + cache: true, + timeout: 5000, + dataType: 'json' + }); + ajaxreq.done(function (data) { req.resolve(data); }); + ajaxreq.fail(function (jqxhr, status, error) { req.reject(jqxhr, status, error); }); + ajaxreq.always(db_ajax_request_complete); + } } diff --git a/public_html/flags.js b/public_html/flags.js index f25d6931..eea40afa 100644 --- a/public_html/flags.js +++ b/public_html/flags.js @@ -4,233 +4,233 @@ // install the flag images in flags-tiny subdirectory. var ICAO_Ranges = [ - // Mostly generated from the assignment table in the appendix to Chapter 9 of - // Annex 10 Vol III, Second Edition, July 2007 (with amendments through 88-A, 14/11/2013) - { start: 0x700000, end: 0x700FFF, country: "Afghanistan", flag_image: "Afghanistan.png" }, - { start: 0x501000, end: 0x5013FF, country: "Albania", flag_image: "Albania.png" }, - { start: 0x0A0000, end: 0x0A7FFF, country: "Algeria", flag_image: "Algeria.png" }, - { start: 0x090000, end: 0x090FFF, country: "Angola", flag_image: "Angola.png" }, - { start: 0x0CA000, end: 0x0CA3FF, country: "Antigua and Barbuda", flag_image: "Antigua_and_Barbuda.png" }, - { start: 0xE00000, end: 0xE3FFFF, country: "Argentina", flag_image: "Argentina.png" }, - { start: 0x600000, end: 0x6003FF, country: "Armenia", flag_image: "Armenia.png" }, - { start: 0x7C0000, end: 0x7FFFFF, country: "Australia", flag_image: "Australia.png" }, - { start: 0x440000, end: 0x447FFF, country: "Austria", flag_image: "Austria.png" }, - { start: 0x600800, end: 0x600BFF, country: "Azerbaijan", flag_image: "Azerbaijan.png" }, - { start: 0x0A8000, end: 0x0A8FFF, country: "Bahamas", flag_image: "Bahamas.png" }, - { start: 0x894000, end: 0x894FFF, country: "Bahrain", flag_image: "Bahrain.png" }, - { start: 0x702000, end: 0x702FFF, country: "Bangladesh", flag_image: "Bangladesh.png" }, - { start: 0x0AA000, end: 0x0AA3FF, country: "Barbados", flag_image: "Barbados.png" }, - { start: 0x510000, end: 0x5103FF, country: "Belarus", flag_image: "Belarus.png" }, - { start: 0x448000, end: 0x44FFFF, country: "Belgium", flag_image: "Belgium.png" }, - { start: 0x0AB000, end: 0x0AB3FF, country: "Belize", flag_image: "Belize.png" }, - { start: 0x094000, end: 0x0943FF, country: "Benin", flag_image: "Benin.png" }, - { start: 0x680000, end: 0x6803FF, country: "Bhutan", flag_image: "Bhutan.png" }, - { start: 0xE94000, end: 0xE94FFF, country: "Bolivia", flag_image: "Bolivia.png" }, - { start: 0x513000, end: 0x5133FF, country: "Bosnia and Herzegovina", flag_image: "Bosnia.png" }, - { start: 0x030000, end: 0x0303FF, country: "Botswana", flag_image: "Botswana.png" }, - { start: 0xE40000, end: 0xE7FFFF, country: "Brazil", flag_image: "Brazil.png" }, - { start: 0x895000, end: 0x8953FF, country: "Brunei Darussalam", flag_image: "Brunei.png" }, - { start: 0x450000, end: 0x457FFF, country: "Bulgaria", flag_image: "Bulgaria.png" }, - { start: 0x09C000, end: 0x09CFFF, country: "Burkina Faso", flag_image: "Burkina_Faso.png" }, - { start: 0x032000, end: 0x032FFF, country: "Burundi", flag_image: "Burundi.png" }, - { start: 0x70E000, end: 0x70EFFF, country: "Cambodia", flag_image: "Cambodia.png" }, - { start: 0x034000, end: 0x034FFF, country: "Cameroon", flag_image: "Cameroon.png" }, - { start: 0xC00000, end: 0xC3FFFF, country: "Canada", flag_image: "Canada.png" }, - { start: 0x096000, end: 0x0963FF, country: "Cape Verde", flag_image: "Cape_Verde.png" }, - { start: 0x06C000, end: 0x06CFFF, country: "Central African Republic", flag_image: "Central_African_Republic.png" }, - { start: 0x084000, end: 0x084FFF, country: "Chad", flag_image: "Chad.png" }, - { start: 0xE80000, end: 0xE80FFF, country: "Chile", flag_image: "Chile.png" }, - { start: 0x780000, end: 0x7BFFFF, country: "China", flag_image: "China.png" }, - { start: 0x0AC000, end: 0x0ACFFF, country: "Colombia", flag_image: "Colombia.png" }, - { start: 0x035000, end: 0x0353FF, country: "Comoros", flag_image: "Comoros.png" }, - { start: 0x036000, end: 0x036FFF, country: "Congo", flag_image: "Republic_of_the_Congo.png" }, // probably? - { start: 0x901000, end: 0x9013FF, country: "Cook Islands", flag_image: "Cook_Islands.png" }, - { start: 0x0AE000, end: 0x0AEFFF, country: "Costa Rica", flag_image: "Costa_Rica.png" }, - { start: 0x038000, end: 0x038FFF, country: "Cote d'Ivoire", flag_image: "Cote_d_Ivoire.png" }, - { start: 0x501C00, end: 0x501FFF, country: "Croatia", flag_image: "Croatia.png" }, - { start: 0x0B0000, end: 0x0B0FFF, country: "Cuba", flag_image: "Cuba.png" }, - { start: 0x4C8000, end: 0x4C83FF, country: "Cyprus", flag_image: "Cyprus.png" }, - { start: 0x498000, end: 0x49FFFF, country: "Czech Republic", flag_image: "Czech_Republic.png" }, - { start: 0x720000, end: 0x727FFF, country: "Democratic People's Republic of Korea", flag_image: "North_Korea.png" }, - { start: 0x08C000, end: 0x08CFFF, country: "Democratic Republic of the Congo", flag_image: "Democratic_Republic_of_the_Congo.png" }, - { start: 0x458000, end: 0x45FFFF, country: "Denmark", flag_image: "Denmark.png" }, - { start: 0x098000, end: 0x0983FF, country: "Djibouti", flag_image: "Djibouti.png" }, - { start: 0x0C4000, end: 0x0C4FFF, country: "Dominican Republic", flag_image: "Dominican_Republic.png" }, - { start: 0xE84000, end: 0xE84FFF, country: "Ecuador", flag_image: "Ecuador.png" }, - { start: 0x010000, end: 0x017FFF, country: "Egypt", flag_image: "Egypt.png" }, - { start: 0x0B2000, end: 0x0B2FFF, country: "El Salvador", flag_image: "El_Salvador.png" }, - { start: 0x042000, end: 0x042FFF, country: "Equatorial Guinea", flag_image: "Equatorial_Guinea.png" }, - { start: 0x202000, end: 0x2023FF, country: "Eritrea", flag_image: "Eritrea.png" }, - { start: 0x511000, end: 0x5113FF, country: "Estonia", flag_image: "Estonia.png" }, - { start: 0x040000, end: 0x040FFF, country: "Ethiopia", flag_image: "Ethiopia.png" }, - { start: 0xC88000, end: 0xC88FFF, country: "Fiji", flag_image: "Fiji.png" }, - { start: 0x460000, end: 0x467FFF, country: "Finland", flag_image: "Finland.png" }, - { start: 0x380000, end: 0x3BFFFF, country: "France", flag_image: "France.png" }, - { start: 0x03E000, end: 0x03EFFF, country: "Gabon", flag_image: "Gabon.png" }, - { start: 0x09A000, end: 0x09AFFF, country: "Gambia", flag_image: "Gambia.png" }, - { start: 0x514000, end: 0x5143FF, country: "Georgia", flag_image: "Georgia.png" }, - { start: 0x3C0000, end: 0x3FFFFF, country: "Germany", flag_image: "Germany.png" }, - { start: 0x044000, end: 0x044FFF, country: "Ghana", flag_image: "Ghana.png" }, - { start: 0x468000, end: 0x46FFFF, country: "Greece", flag_image: "Greece.png" }, - { start: 0x0CC000, end: 0x0CC3FF, country: "Grenada", flag_image: "Grenada.png" }, - { start: 0x0B4000, end: 0x0B4FFF, country: "Guatemala", flag_image: "Guatemala.png" }, - { start: 0x046000, end: 0x046FFF, country: "Guinea", flag_image: "Guinea.png" }, - { start: 0x048000, end: 0x0483FF, country: "Guinea-Bissau", flag_image: "Guinea_Bissau.png" }, - { start: 0x0B6000, end: 0x0B6FFF, country: "Guyana", flag_image: "Guyana.png" }, - { start: 0x0B8000, end: 0x0B8FFF, country: "Haiti", flag_image: "Haiti.png" }, - { start: 0x0BA000, end: 0x0BAFFF, country: "Honduras", flag_image: "Honduras.png" }, - { start: 0x470000, end: 0x477FFF, country: "Hungary", flag_image: "Hungary.png" }, - { start: 0x4CC000, end: 0x4CCFFF, country: "Iceland", flag_image: "Iceland.png" }, - { start: 0x800000, end: 0x83FFFF, country: "India", flag_image: "India.png" }, - { start: 0x8A0000, end: 0x8A7FFF, country: "Indonesia", flag_image: "Indonesia.png" }, - { start: 0x730000, end: 0x737FFF, country: "Iran, Islamic Republic of", flag_image: "Iran.png" }, - { start: 0x728000, end: 0x72FFFF, country: "Iraq", flag_image: "Iraq.png" }, - { start: 0x4CA000, end: 0x4CAFFF, country: "Ireland", flag_image: "Ireland.png" }, - { start: 0x738000, end: 0x73FFFF, country: "Israel", flag_image: "Israel.png" }, - { start: 0x300000, end: 0x33FFFF, country: "Italy", flag_image: "Italy.png" }, - { start: 0x0BE000, end: 0x0BEFFF, country: "Jamaica", flag_image: "Jamaica.png" }, - { start: 0x840000, end: 0x87FFFF, country: "Japan", flag_image: "Japan.png" }, - { start: 0x740000, end: 0x747FFF, country: "Jordan", flag_image: "Jordan.png" }, - { start: 0x683000, end: 0x6833FF, country: "Kazakhstan", flag_image: "Kazakhstan.png" }, - { start: 0x04C000, end: 0x04CFFF, country: "Kenya", flag_image: "Kenya.png" }, - { start: 0xC8E000, end: 0xC8E3FF, country: "Kiribati", flag_image: "Kiribati.png" }, - { start: 0x706000, end: 0x706FFF, country: "Kuwait", flag_image: "Kuwait.png" }, - { start: 0x601000, end: 0x6013FF, country: "Kyrgyzstan", flag_image: "Kyrgyzstan.png" }, - { start: 0x708000, end: 0x708FFF, country: "Lao People's Democratic Republic", flag_image: "Laos.png" }, - { start: 0x502C00, end: 0x502FFF, country: "Latvia", flag_image: "Latvia.png" }, - { start: 0x748000, end: 0x74FFFF, country: "Lebanon", flag_image: "Lebanon.png" }, - { start: 0x04A000, end: 0x04A3FF, country: "Lesotho", flag_image: "Lesotho.png" }, - { start: 0x050000, end: 0x050FFF, country: "Liberia", flag_image: "Liberia.png" }, - { start: 0x018000, end: 0x01FFFF, country: "Libyan Arab Jamahiriya", flag_image: "Libya.png" }, - { start: 0x503C00, end: 0x503FFF, country: "Lithuania", flag_image: "Lithuania.png" }, - { start: 0x4D0000, end: 0x4D03FF, country: "Luxembourg", flag_image: "Luxembourg.png" }, - { start: 0x054000, end: 0x054FFF, country: "Madagascar", flag_image: "Madagascar.png" }, - { start: 0x058000, end: 0x058FFF, country: "Malawi", flag_image: "Malawi.png" }, - { start: 0x750000, end: 0x757FFF, country: "Malaysia", flag_image: "Malaysia.png" }, - { start: 0x05A000, end: 0x05A3FF, country: "Maldives", flag_image: "Maldives.png" }, - { start: 0x05C000, end: 0x05CFFF, country: "Mali", flag_image: "Mali.png" }, - { start: 0x4D2000, end: 0x4D23FF, country: "Malta", flag_image: "Malta.png" }, - { start: 0x900000, end: 0x9003FF, country: "Marshall Islands", flag_image: "Marshall_Islands.png" }, - { start: 0x05E000, end: 0x05E3FF, country: "Mauritania", flag_image: "Mauritania.png" }, - { start: 0x060000, end: 0x0603FF, country: "Mauritius", flag_image: "Mauritius.png" }, - { start: 0x0D0000, end: 0x0D7FFF, country: "Mexico", flag_image: "Mexico.png" }, - { start: 0x681000, end: 0x6813FF, country: "Micronesia, Federated States of", flag_image: "Micronesia.png" }, - { start: 0x4D4000, end: 0x4D43FF, country: "Monaco", flag_image: "Monaco.png" }, - { start: 0x682000, end: 0x6823FF, country: "Mongolia", flag_image: "Mongolia.png" }, - { start: 0x516000, end: 0x5163FF, country: "Montenegro", flag_image: "blank.png" }, // Need separate flags for Serbia and Montenegro - { start: 0x020000, end: 0x027FFF, country: "Morocco", flag_image: "Morocco.png" }, - { start: 0x006000, end: 0x006FFF, country: "Mozambique", flag_image: "Mozambique.png" }, - { start: 0x704000, end: 0x704FFF, country: "Myanmar", flag_image: "Myanmar.png" }, - { start: 0x201000, end: 0x2013FF, country: "Namibia", flag_image: "Namibia.png" }, - { start: 0xC8A000, end: 0xC8A3FF, country: "Nauru", flag_image: "Nauru.png" }, - { start: 0x70A000, end: 0x70AFFF, country: "Nepal", flag_image: "Nepal.png" }, - { start: 0x480000, end: 0x487FFF, country: "Netherlands, Kingdom of the", flag_image: "Netherlands.png" }, - { start: 0xC80000, end: 0xC87FFF, country: "New Zealand", flag_image: "New_Zealand.png" }, - { start: 0x0C0000, end: 0x0C0FFF, country: "Nicaragua", flag_image: "Nicaragua.png" }, - { start: 0x062000, end: 0x062FFF, country: "Niger", flag_image: "Niger.png" }, - { start: 0x064000, end: 0x064FFF, country: "Nigeria", flag_image: "Nigeria.png" }, - { start: 0x478000, end: 0x47FFFF, country: "Norway", flag_image: "Norway.png" }, - { start: 0x70C000, end: 0x70C3FF, country: "Oman", flag_image: "Oman.png" }, - { start: 0x760000, end: 0x767FFF, country: "Pakistan", flag_image: "Pakistan.png" }, - { start: 0x684000, end: 0x6843FF, country: "Palau", flag_image: "Palau.png" }, - { start: 0x0C2000, end: 0x0C2FFF, country: "Panama", flag_image: "Panama.png" }, - { start: 0x898000, end: 0x898FFF, country: "Papua New Guinea", flag_image: "Papua_New_Guinea.png" }, - { start: 0xE88000, end: 0xE88FFF, country: "Paraguay", flag_image: "Paraguay.png" }, - { start: 0xE8C000, end: 0xE8CFFF, country: "Peru", flag_image: "Peru.png" }, - { start: 0x758000, end: 0x75FFFF, country: "Philippines", flag_image: "Philippines.png" }, - { start: 0x488000, end: 0x48FFFF, country: "Poland", flag_image: "Poland.png" }, - { start: 0x490000, end: 0x497FFF, country: "Portugal", flag_image: "Portugal.png" }, - { start: 0x06A000, end: 0x06A3FF, country: "Qatar", flag_image: "Qatar.png" }, - { start: 0x718000, end: 0x71FFFF, country: "Republic of Korea", flag_image: "South_Korea.png" }, - { start: 0x504C00, end: 0x504FFF, country: "Republic of Moldova", flag_image: "Moldova.png" }, - { start: 0x4A0000, end: 0x4A7FFF, country: "Romania", flag_image: "Romania.png" }, - { start: 0x100000, end: 0x1FFFFF, country: "Russian Federation", flag_image: "Russian_Federation.png" }, - { start: 0x06E000, end: 0x06EFFF, country: "Rwanda", flag_image: "Rwanda.png" }, - { start: 0xC8C000, end: 0xC8C3FF, country: "Saint Lucia", flag_image: "Saint_Lucia.png" }, - { start: 0x0BC000, end: 0x0BC3FF, country: "Saint Vincent and the Grenadines", flag_image: "Saint_Vincent_and_the_Grenadines.png" }, - { start: 0x902000, end: 0x9023FF, country: "Samoa", flag_image: "Samoa.png" }, - { start: 0x500000, end: 0x5003FF, country: "San Marino", flag_image: "San_Marino.png" }, - { start: 0x09E000, end: 0x09E3FF, country: "Sao Tome and Principe", flag_image: "Sao_Tome_and_Principe.png" }, - { start: 0x710000, end: 0x717FFF, country: "Saudi Arabia", flag_image: "Saudi_Arabia.png" }, - { start: 0x070000, end: 0x070FFF, country: "Senegal", flag_image: "Senegal.png" }, - { start: 0x4C0000, end: 0x4C7FFF, country: "Serbia", flag_image: "blank.png" }, // Need separate flags for Serbia and Montenegro - { start: 0x074000, end: 0x0743FF, country: "Seychelles", flag_image: "Seychelles.png" }, - { start: 0x076000, end: 0x0763FF, country: "Sierra Leone", flag_image: "Sierra_Leone.png" }, - { start: 0x768000, end: 0x76FFFF, country: "Singapore", flag_image: "Singapore.png" }, - { start: 0x505C00, end: 0x505FFF, country: "Slovakia", flag_image: "Slovakia.png" }, - { start: 0x506C00, end: 0x506FFF, country: "Slovenia", flag_image: "Slovenia.png" }, - { start: 0x897000, end: 0x8973FF, country: "Solomon Islands", flag_image: "Soloman_Islands.png" }, // flag typo? - { start: 0x078000, end: 0x078FFF, country: "Somalia", flag_image: "Somalia.png" }, - { start: 0x008000, end: 0x00FFFF, country: "South Africa", flag_image: "South_Africa.png" }, - { start: 0x340000, end: 0x37FFFF, country: "Spain", flag_image: "Spain.png" }, - { start: 0x770000, end: 0x777FFF, country: "Sri Lanka", flag_image: "Sri_Lanka.png" }, - { start: 0x07C000, end: 0x07CFFF, country: "Sudan", flag_image: "Sudan.png" }, - { start: 0x0C8000, end: 0x0C8FFF, country: "Suriname", flag_image: "Suriname.png" }, - { start: 0x07A000, end: 0x07A3FF, country: "Swaziland", flag_image: "Swaziland.png" }, - { start: 0x4A8000, end: 0x4AFFFF, country: "Sweden", flag_image: "Sweden.png" }, - { start: 0x4B0000, end: 0x4B7FFF, country: "Switzerland", flag_image: "Switzerland.png" }, - { start: 0x778000, end: 0x77FFFF, country: "Syrian Arab Republic", flag_image: "Syria.png" }, - { start: 0x515000, end: 0x5153FF, country: "Tajikistan", flag_image: "Tajikistan.png" }, - { start: 0x880000, end: 0x887FFF, country: "Thailand", flag_image: "Thailand.png" }, - { start: 0x512000, end: 0x5123FF, country: "The former Yugoslav Republic of Macedonia", flag_image: "Macedonia.png" }, - { start: 0x088000, end: 0x088FFF, country: "Togo", flag_image: "Togo.png" }, - { start: 0xC8D000, end: 0xC8D3FF, country: "Tonga", flag_image: "Tonga.png" }, - { start: 0x0C6000, end: 0x0C6FFF, country: "Trinidad and Tobago", flag_image: "Trinidad_and_Tobago.png" }, - { start: 0x028000, end: 0x02FFFF, country: "Tunisia", flag_image: "Tunisia.png" }, - { start: 0x4B8000, end: 0x4BFFFF, country: "Turkey", flag_image: "Turkey.png" }, - { start: 0x601800, end: 0x601BFF, country: "Turkmenistan", flag_image: "Turkmenistan.png" }, - { start: 0x068000, end: 0x068FFF, country: "Uganda", flag_image: "Uganda.png" }, - { start: 0x508000, end: 0x50FFFF, country: "Ukraine", flag_image: "Ukraine.png" }, - { start: 0x896000, end: 0x896FFF, country: "United Arab Emirates", flag_image: "UAE.png" }, -// AKISSACK - ALLOW FOR MILITARY FLAGS ------------------------------------------------------------- AK9B Starts - //{ start: 0x400000, end: 0x43FFFF, country: "United Kingdom", flag_image: "United_Kingdom.png" }, - { start: 0x400000, end: 0x42FFFF, country: "United Kingdom", flag_image: "United_Kingdom.png" }, - { start: 0x430000, end: 0x43DFFF, country: "United Kingdom", flag_image: "RAF.png" }, - { start: 0x43E000, end: 0x43FFFF, country: "United Kingdom", flag_image: "Isle_of_Man.png" }, + // Mostly generated from the assignment table in the appendix to Chapter 9 of + // Annex 10 Vol III, Second Edition, July 2007 (with amendments through 88-A, 14/11/2013) + { start: 0x700000, end: 0x700FFF, country: "Afghanistan", flag_image: "Afghanistan.png" }, + { start: 0x501000, end: 0x5013FF, country: "Albania", flag_image: "Albania.png" }, + { start: 0x0A0000, end: 0x0A7FFF, country: "Algeria", flag_image: "Algeria.png" }, + { start: 0x090000, end: 0x090FFF, country: "Angola", flag_image: "Angola.png" }, + { start: 0x0CA000, end: 0x0CA3FF, country: "Antigua and Barbuda", flag_image: "Antigua_and_Barbuda.png" }, + { start: 0xE00000, end: 0xE3FFFF, country: "Argentina", flag_image: "Argentina.png" }, + { start: 0x600000, end: 0x6003FF, country: "Armenia", flag_image: "Armenia.png" }, + { start: 0x7C0000, end: 0x7FFFFF, country: "Australia", flag_image: "Australia.png" }, + { start: 0x440000, end: 0x447FFF, country: "Austria", flag_image: "Austria.png" }, + { start: 0x600800, end: 0x600BFF, country: "Azerbaijan", flag_image: "Azerbaijan.png" }, + { start: 0x0A8000, end: 0x0A8FFF, country: "Bahamas", flag_image: "Bahamas.png" }, + { start: 0x894000, end: 0x894FFF, country: "Bahrain", flag_image: "Bahrain.png" }, + { start: 0x702000, end: 0x702FFF, country: "Bangladesh", flag_image: "Bangladesh.png" }, + { start: 0x0AA000, end: 0x0AA3FF, country: "Barbados", flag_image: "Barbados.png" }, + { start: 0x510000, end: 0x5103FF, country: "Belarus", flag_image: "Belarus.png" }, + { start: 0x448000, end: 0x44FFFF, country: "Belgium", flag_image: "Belgium.png" }, + { start: 0x0AB000, end: 0x0AB3FF, country: "Belize", flag_image: "Belize.png" }, + { start: 0x094000, end: 0x0943FF, country: "Benin", flag_image: "Benin.png" }, + { start: 0x680000, end: 0x6803FF, country: "Bhutan", flag_image: "Bhutan.png" }, + { start: 0xE94000, end: 0xE94FFF, country: "Bolivia", flag_image: "Bolivia.png" }, + { start: 0x513000, end: 0x5133FF, country: "Bosnia and Herzegovina", flag_image: "Bosnia.png" }, + { start: 0x030000, end: 0x0303FF, country: "Botswana", flag_image: "Botswana.png" }, + { start: 0xE40000, end: 0xE7FFFF, country: "Brazil", flag_image: "Brazil.png" }, + { start: 0x895000, end: 0x8953FF, country: "Brunei Darussalam", flag_image: "Brunei.png" }, + { start: 0x450000, end: 0x457FFF, country: "Bulgaria", flag_image: "Bulgaria.png" }, + { start: 0x09C000, end: 0x09CFFF, country: "Burkina Faso", flag_image: "Burkina_Faso.png" }, + { start: 0x032000, end: 0x032FFF, country: "Burundi", flag_image: "Burundi.png" }, + { start: 0x70E000, end: 0x70EFFF, country: "Cambodia", flag_image: "Cambodia.png" }, + { start: 0x034000, end: 0x034FFF, country: "Cameroon", flag_image: "Cameroon.png" }, + { start: 0xC00000, end: 0xC3FFFF, country: "Canada", flag_image: "Canada.png" }, + { start: 0x096000, end: 0x0963FF, country: "Cape Verde", flag_image: "Cape_Verde.png" }, + { start: 0x06C000, end: 0x06CFFF, country: "Central African Republic", flag_image: "Central_African_Republic.png" }, + { start: 0x084000, end: 0x084FFF, country: "Chad", flag_image: "Chad.png" }, + { start: 0xE80000, end: 0xE80FFF, country: "Chile", flag_image: "Chile.png" }, + { start: 0x780000, end: 0x7BFFFF, country: "China", flag_image: "China.png" }, + { start: 0x0AC000, end: 0x0ACFFF, country: "Colombia", flag_image: "Colombia.png" }, + { start: 0x035000, end: 0x0353FF, country: "Comoros", flag_image: "Comoros.png" }, + { start: 0x036000, end: 0x036FFF, country: "Congo", flag_image: "Republic_of_the_Congo.png" }, // probably? + { start: 0x901000, end: 0x9013FF, country: "Cook Islands", flag_image: "Cook_Islands.png" }, + { start: 0x0AE000, end: 0x0AEFFF, country: "Costa Rica", flag_image: "Costa_Rica.png" }, + { start: 0x038000, end: 0x038FFF, country: "Cote d'Ivoire", flag_image: "Cote_d_Ivoire.png" }, + { start: 0x501C00, end: 0x501FFF, country: "Croatia", flag_image: "Croatia.png" }, + { start: 0x0B0000, end: 0x0B0FFF, country: "Cuba", flag_image: "Cuba.png" }, + { start: 0x4C8000, end: 0x4C83FF, country: "Cyprus", flag_image: "Cyprus.png" }, + { start: 0x498000, end: 0x49FFFF, country: "Czech Republic", flag_image: "Czech_Republic.png" }, + { start: 0x720000, end: 0x727FFF, country: "Democratic People's Republic of Korea", flag_image: "North_Korea.png" }, + { start: 0x08C000, end: 0x08CFFF, country: "Democratic Republic of the Congo", flag_image: "Democratic_Republic_of_the_Congo.png" }, + { start: 0x458000, end: 0x45FFFF, country: "Denmark", flag_image: "Denmark.png" }, + { start: 0x098000, end: 0x0983FF, country: "Djibouti", flag_image: "Djibouti.png" }, + { start: 0x0C4000, end: 0x0C4FFF, country: "Dominican Republic", flag_image: "Dominican_Republic.png" }, + { start: 0xE84000, end: 0xE84FFF, country: "Ecuador", flag_image: "Ecuador.png" }, + { start: 0x010000, end: 0x017FFF, country: "Egypt", flag_image: "Egypt.png" }, + { start: 0x0B2000, end: 0x0B2FFF, country: "El Salvador", flag_image: "El_Salvador.png" }, + { start: 0x042000, end: 0x042FFF, country: "Equatorial Guinea", flag_image: "Equatorial_Guinea.png" }, + { start: 0x202000, end: 0x2023FF, country: "Eritrea", flag_image: "Eritrea.png" }, + { start: 0x511000, end: 0x5113FF, country: "Estonia", flag_image: "Estonia.png" }, + { start: 0x040000, end: 0x040FFF, country: "Ethiopia", flag_image: "Ethiopia.png" }, + { start: 0xC88000, end: 0xC88FFF, country: "Fiji", flag_image: "Fiji.png" }, + { start: 0x460000, end: 0x467FFF, country: "Finland", flag_image: "Finland.png" }, + { start: 0x380000, end: 0x3BFFFF, country: "France", flag_image: "France.png" }, + { start: 0x03E000, end: 0x03EFFF, country: "Gabon", flag_image: "Gabon.png" }, + { start: 0x09A000, end: 0x09AFFF, country: "Gambia", flag_image: "Gambia.png" }, + { start: 0x514000, end: 0x5143FF, country: "Georgia", flag_image: "Georgia.png" }, + { start: 0x3C0000, end: 0x3FFFFF, country: "Germany", flag_image: "Germany.png" }, + { start: 0x044000, end: 0x044FFF, country: "Ghana", flag_image: "Ghana.png" }, + { start: 0x468000, end: 0x46FFFF, country: "Greece", flag_image: "Greece.png" }, + { start: 0x0CC000, end: 0x0CC3FF, country: "Grenada", flag_image: "Grenada.png" }, + { start: 0x0B4000, end: 0x0B4FFF, country: "Guatemala", flag_image: "Guatemala.png" }, + { start: 0x046000, end: 0x046FFF, country: "Guinea", flag_image: "Guinea.png" }, + { start: 0x048000, end: 0x0483FF, country: "Guinea-Bissau", flag_image: "Guinea_Bissau.png" }, + { start: 0x0B6000, end: 0x0B6FFF, country: "Guyana", flag_image: "Guyana.png" }, + { start: 0x0B8000, end: 0x0B8FFF, country: "Haiti", flag_image: "Haiti.png" }, + { start: 0x0BA000, end: 0x0BAFFF, country: "Honduras", flag_image: "Honduras.png" }, + { start: 0x470000, end: 0x477FFF, country: "Hungary", flag_image: "Hungary.png" }, + { start: 0x4CC000, end: 0x4CCFFF, country: "Iceland", flag_image: "Iceland.png" }, + { start: 0x800000, end: 0x83FFFF, country: "India", flag_image: "India.png" }, + { start: 0x8A0000, end: 0x8A7FFF, country: "Indonesia", flag_image: "Indonesia.png" }, + { start: 0x730000, end: 0x737FFF, country: "Iran, Islamic Republic of", flag_image: "Iran.png" }, + { start: 0x728000, end: 0x72FFFF, country: "Iraq", flag_image: "Iraq.png" }, + { start: 0x4CA000, end: 0x4CAFFF, country: "Ireland", flag_image: "Ireland.png" }, + { start: 0x738000, end: 0x73FFFF, country: "Israel", flag_image: "Israel.png" }, + { start: 0x300000, end: 0x33FFFF, country: "Italy", flag_image: "Italy.png" }, + { start: 0x0BE000, end: 0x0BEFFF, country: "Jamaica", flag_image: "Jamaica.png" }, + { start: 0x840000, end: 0x87FFFF, country: "Japan", flag_image: "Japan.png" }, + { start: 0x740000, end: 0x747FFF, country: "Jordan", flag_image: "Jordan.png" }, + { start: 0x683000, end: 0x6833FF, country: "Kazakhstan", flag_image: "Kazakhstan.png" }, + { start: 0x04C000, end: 0x04CFFF, country: "Kenya", flag_image: "Kenya.png" }, + { start: 0xC8E000, end: 0xC8E3FF, country: "Kiribati", flag_image: "Kiribati.png" }, + { start: 0x706000, end: 0x706FFF, country: "Kuwait", flag_image: "Kuwait.png" }, + { start: 0x601000, end: 0x6013FF, country: "Kyrgyzstan", flag_image: "Kyrgyzstan.png" }, + { start: 0x708000, end: 0x708FFF, country: "Lao People's Democratic Republic", flag_image: "Laos.png" }, + { start: 0x502C00, end: 0x502FFF, country: "Latvia", flag_image: "Latvia.png" }, + { start: 0x748000, end: 0x74FFFF, country: "Lebanon", flag_image: "Lebanon.png" }, + { start: 0x04A000, end: 0x04A3FF, country: "Lesotho", flag_image: "Lesotho.png" }, + { start: 0x050000, end: 0x050FFF, country: "Liberia", flag_image: "Liberia.png" }, + { start: 0x018000, end: 0x01FFFF, country: "Libyan Arab Jamahiriya", flag_image: "Libya.png" }, + { start: 0x503C00, end: 0x503FFF, country: "Lithuania", flag_image: "Lithuania.png" }, + { start: 0x4D0000, end: 0x4D03FF, country: "Luxembourg", flag_image: "Luxembourg.png" }, + { start: 0x054000, end: 0x054FFF, country: "Madagascar", flag_image: "Madagascar.png" }, + { start: 0x058000, end: 0x058FFF, country: "Malawi", flag_image: "Malawi.png" }, + { start: 0x750000, end: 0x757FFF, country: "Malaysia", flag_image: "Malaysia.png" }, + { start: 0x05A000, end: 0x05A3FF, country: "Maldives", flag_image: "Maldives.png" }, + { start: 0x05C000, end: 0x05CFFF, country: "Mali", flag_image: "Mali.png" }, + { start: 0x4D2000, end: 0x4D23FF, country: "Malta", flag_image: "Malta.png" }, + { start: 0x900000, end: 0x9003FF, country: "Marshall Islands", flag_image: "Marshall_Islands.png" }, + { start: 0x05E000, end: 0x05E3FF, country: "Mauritania", flag_image: "Mauritania.png" }, + { start: 0x060000, end: 0x0603FF, country: "Mauritius", flag_image: "Mauritius.png" }, + { start: 0x0D0000, end: 0x0D7FFF, country: "Mexico", flag_image: "Mexico.png" }, + { start: 0x681000, end: 0x6813FF, country: "Micronesia, Federated States of", flag_image: "Micronesia.png" }, + { start: 0x4D4000, end: 0x4D43FF, country: "Monaco", flag_image: "Monaco.png" }, + { start: 0x682000, end: 0x6823FF, country: "Mongolia", flag_image: "Mongolia.png" }, + { start: 0x516000, end: 0x5163FF, country: "Montenegro", flag_image: "blank.png" }, // Need separate flags for Serbia and Montenegro + { start: 0x020000, end: 0x027FFF, country: "Morocco", flag_image: "Morocco.png" }, + { start: 0x006000, end: 0x006FFF, country: "Mozambique", flag_image: "Mozambique.png" }, + { start: 0x704000, end: 0x704FFF, country: "Myanmar", flag_image: "Myanmar.png" }, + { start: 0x201000, end: 0x2013FF, country: "Namibia", flag_image: "Namibia.png" }, + { start: 0xC8A000, end: 0xC8A3FF, country: "Nauru", flag_image: "Nauru.png" }, + { start: 0x70A000, end: 0x70AFFF, country: "Nepal", flag_image: "Nepal.png" }, + { start: 0x480000, end: 0x487FFF, country: "Netherlands, Kingdom of the", flag_image: "Netherlands.png" }, + { start: 0xC80000, end: 0xC87FFF, country: "New Zealand", flag_image: "New_Zealand.png" }, + { start: 0x0C0000, end: 0x0C0FFF, country: "Nicaragua", flag_image: "Nicaragua.png" }, + { start: 0x062000, end: 0x062FFF, country: "Niger", flag_image: "Niger.png" }, + { start: 0x064000, end: 0x064FFF, country: "Nigeria", flag_image: "Nigeria.png" }, + { start: 0x478000, end: 0x47FFFF, country: "Norway", flag_image: "Norway.png" }, + { start: 0x70C000, end: 0x70C3FF, country: "Oman", flag_image: "Oman.png" }, + { start: 0x760000, end: 0x767FFF, country: "Pakistan", flag_image: "Pakistan.png" }, + { start: 0x684000, end: 0x6843FF, country: "Palau", flag_image: "Palau.png" }, + { start: 0x0C2000, end: 0x0C2FFF, country: "Panama", flag_image: "Panama.png" }, + { start: 0x898000, end: 0x898FFF, country: "Papua New Guinea", flag_image: "Papua_New_Guinea.png" }, + { start: 0xE88000, end: 0xE88FFF, country: "Paraguay", flag_image: "Paraguay.png" }, + { start: 0xE8C000, end: 0xE8CFFF, country: "Peru", flag_image: "Peru.png" }, + { start: 0x758000, end: 0x75FFFF, country: "Philippines", flag_image: "Philippines.png" }, + { start: 0x488000, end: 0x48FFFF, country: "Poland", flag_image: "Poland.png" }, + { start: 0x490000, end: 0x497FFF, country: "Portugal", flag_image: "Portugal.png" }, + { start: 0x06A000, end: 0x06A3FF, country: "Qatar", flag_image: "Qatar.png" }, + { start: 0x718000, end: 0x71FFFF, country: "Republic of Korea", flag_image: "South_Korea.png" }, + { start: 0x504C00, end: 0x504FFF, country: "Republic of Moldova", flag_image: "Moldova.png" }, + { start: 0x4A0000, end: 0x4A7FFF, country: "Romania", flag_image: "Romania.png" }, + { start: 0x100000, end: 0x1FFFFF, country: "Russian Federation", flag_image: "Russian_Federation.png" }, + { start: 0x06E000, end: 0x06EFFF, country: "Rwanda", flag_image: "Rwanda.png" }, + { start: 0xC8C000, end: 0xC8C3FF, country: "Saint Lucia", flag_image: "Saint_Lucia.png" }, + { start: 0x0BC000, end: 0x0BC3FF, country: "Saint Vincent and the Grenadines", flag_image: "Saint_Vincent_and_the_Grenadines.png" }, + { start: 0x902000, end: 0x9023FF, country: "Samoa", flag_image: "Samoa.png" }, + { start: 0x500000, end: 0x5003FF, country: "San Marino", flag_image: "San_Marino.png" }, + { start: 0x09E000, end: 0x09E3FF, country: "Sao Tome and Principe", flag_image: "Sao_Tome_and_Principe.png" }, + { start: 0x710000, end: 0x717FFF, country: "Saudi Arabia", flag_image: "Saudi_Arabia.png" }, + { start: 0x070000, end: 0x070FFF, country: "Senegal", flag_image: "Senegal.png" }, + { start: 0x4C0000, end: 0x4C7FFF, country: "Serbia", flag_image: "blank.png" }, // Need separate flags for Serbia and Montenegro + { start: 0x074000, end: 0x0743FF, country: "Seychelles", flag_image: "Seychelles.png" }, + { start: 0x076000, end: 0x0763FF, country: "Sierra Leone", flag_image: "Sierra_Leone.png" }, + { start: 0x768000, end: 0x76FFFF, country: "Singapore", flag_image: "Singapore.png" }, + { start: 0x505C00, end: 0x505FFF, country: "Slovakia", flag_image: "Slovakia.png" }, + { start: 0x506C00, end: 0x506FFF, country: "Slovenia", flag_image: "Slovenia.png" }, + { start: 0x897000, end: 0x8973FF, country: "Solomon Islands", flag_image: "Soloman_Islands.png" }, // flag typo? + { start: 0x078000, end: 0x078FFF, country: "Somalia", flag_image: "Somalia.png" }, + { start: 0x008000, end: 0x00FFFF, country: "South Africa", flag_image: "South_Africa.png" }, + { start: 0x340000, end: 0x37FFFF, country: "Spain", flag_image: "Spain.png" }, + { start: 0x770000, end: 0x777FFF, country: "Sri Lanka", flag_image: "Sri_Lanka.png" }, + { start: 0x07C000, end: 0x07CFFF, country: "Sudan", flag_image: "Sudan.png" }, + { start: 0x0C8000, end: 0x0C8FFF, country: "Suriname", flag_image: "Suriname.png" }, + { start: 0x07A000, end: 0x07A3FF, country: "Swaziland", flag_image: "Swaziland.png" }, + { start: 0x4A8000, end: 0x4AFFFF, country: "Sweden", flag_image: "Sweden.png" }, + { start: 0x4B0000, end: 0x4B7FFF, country: "Switzerland", flag_image: "Switzerland.png" }, + { start: 0x778000, end: 0x77FFFF, country: "Syrian Arab Republic", flag_image: "Syria.png" }, + { start: 0x515000, end: 0x5153FF, country: "Tajikistan", flag_image: "Tajikistan.png" }, + { start: 0x880000, end: 0x887FFF, country: "Thailand", flag_image: "Thailand.png" }, + { start: 0x512000, end: 0x5123FF, country: "The former Yugoslav Republic of Macedonia", flag_image: "Macedonia.png" }, + { start: 0x088000, end: 0x088FFF, country: "Togo", flag_image: "Togo.png" }, + { start: 0xC8D000, end: 0xC8D3FF, country: "Tonga", flag_image: "Tonga.png" }, + { start: 0x0C6000, end: 0x0C6FFF, country: "Trinidad and Tobago", flag_image: "Trinidad_and_Tobago.png" }, + { start: 0x028000, end: 0x02FFFF, country: "Tunisia", flag_image: "Tunisia.png" }, + { start: 0x4B8000, end: 0x4BFFFF, country: "Turkey", flag_image: "Turkey.png" }, + { start: 0x601800, end: 0x601BFF, country: "Turkmenistan", flag_image: "Turkmenistan.png" }, + { start: 0x068000, end: 0x068FFF, country: "Uganda", flag_image: "Uganda.png" }, + { start: 0x508000, end: 0x50FFFF, country: "Ukraine", flag_image: "Ukraine.png" }, + { start: 0x896000, end: 0x896FFF, country: "United Arab Emirates", flag_image: "UAE.png" }, + // AKISSACK - ALLOW FOR MILITARY FLAGS ------------------------------------------------------------- AK9B Starts + //{ start: 0x400000, end: 0x43FFFF, country: "United Kingdom", flag_image: "United_Kingdom.png" }, + { start: 0x400000, end: 0x42FFFF, country: "United Kingdom", flag_image: "United_Kingdom.png" }, + { start: 0x430000, end: 0x43DFFF, country: "United Kingdom", flag_image: "RAF.png" }, + { start: 0x43E000, end: 0x43FFFF, country: "United Kingdom", flag_image: "Isle_of_Man.png" }, - { start: 0x080000, end: 0x080FFF, country: "United Republic of Tanzania", flag_image: "Tanzania.png" }, + { start: 0x080000, end: 0x080FFF, country: "United Republic of Tanzania", flag_image: "Tanzania.png" }, - //{ start: 0xA00000, end: 0xAFFFFF, country: "United States", flag_image: "United_States_of_America.png" }, - { start: 0xA00000, end: 0xADEFFF, country: "United States", flag_image: "United_States_of_America.png" }, - { start: 0xADF000, end: 0xAEFFFF, country: "United States", flag_image: "USAF.png" }, - { start: 0xAF0000, end: 0xAFFFFF, country: "United States", flag_image: "United_States_of_America.png" }, -// ----------------------------------------------------------------------------------------------- AK9B Ends - { start: 0xE90000, end: 0xE90FFF, country: "Uruguay", flag_image: "Uruguay.png" }, - { start: 0x507C00, end: 0x507FFF, country: "Uzbekistan", flag_image: "Uzbekistan.png" }, - { start: 0xC90000, end: 0xC903FF, country: "Vanuatu", flag_image: "Vanuatu.png" }, - { start: 0x0D8000, end: 0x0DFFFF, country: "Venezuela", flag_image: "Venezuela.png" }, - { start: 0x888000, end: 0x88FFFF, country: "Viet Nam", flag_image: "Vietnam.png" }, - { start: 0x890000, end: 0x890FFF, country: "Yemen", flag_image: "Yemen.png" }, - { start: 0x08A000, end: 0x08AFFF, country: "Zambia", flag_image: "Zambia.png" }, - { start: 0x004000, end: 0x0043FF, country: "Zimbabwe", flag_image: "Zimbabwe.png" }, + //{ start: 0xA00000, end: 0xAFFFFF, country: "United States", flag_image: "United_States_of_America.png" }, + { start: 0xA00000, end: 0xADEFFF, country: "United States", flag_image: "United_States_of_America.png" }, + { start: 0xADF000, end: 0xAEFFFF, country: "United States", flag_image: "USAF.png" }, + { start: 0xAF0000, end: 0xAFFFFF, country: "United States", flag_image: "United_States_of_America.png" }, + // ----------------------------------------------------------------------------------------------- AK9B Ends + { start: 0xE90000, end: 0xE90FFF, country: "Uruguay", flag_image: "Uruguay.png" }, + { start: 0x507C00, end: 0x507FFF, country: "Uzbekistan", flag_image: "Uzbekistan.png" }, + { start: 0xC90000, end: 0xC903FF, country: "Vanuatu", flag_image: "Vanuatu.png" }, + { start: 0x0D8000, end: 0x0DFFFF, country: "Venezuela", flag_image: "Venezuela.png" }, + { start: 0x888000, end: 0x88FFFF, country: "Viet Nam", flag_image: "Vietnam.png" }, + { start: 0x890000, end: 0x890FFF, country: "Yemen", flag_image: "Yemen.png" }, + { start: 0x08A000, end: 0x08AFFF, country: "Zambia", flag_image: "Zambia.png" }, + { start: 0x004000, end: 0x0043FF, country: "Zimbabwe", flag_image: "Zimbabwe.png" }, - { start: 0xF00000, end: 0xF07FFF, country: "ICAO (temporary assignments)", flag_image: "blank.png" }, - { start: 0x899000, end: 0x8993FF, country: "ICAO (special use)", flag_image: "blank.png" }, - { start: 0xF09000, end: 0xF093FF, country: "ICAO (special use)", flag_image: "blank.png" }, + { start: 0xF00000, end: 0xF07FFF, country: "ICAO (temporary assignments)", flag_image: "blank.png" }, + { start: 0x899000, end: 0x8993FF, country: "ICAO (special use)", flag_image: "blank.png" }, + { start: 0xF09000, end: 0xF093FF, country: "ICAO (special use)", flag_image: "blank.png" }, - // Block assignments mentioned in Chapter 9 section 4, at the end so they are only used if - // nothing above applies - { start: 0x200000, end: 0x27FFFF, country: "Unassigned (AFI region)", flag_image: "blank.png" }, - { start: 0x280000, end: 0x28FFFF, country: "Unassigned (SAM region)", flag_image: "blank.png" }, - { start: 0x500000, end: 0x5FFFFF, country: "Unassigned (EUR / NAT regions)", flag_image: "blank.png" }, - { start: 0x600000, end: 0x67FFFF, country: "Unassigned (MID region)", flag_image: "blank.png" }, - { start: 0x680000, end: 0x6FFFFF, country: "Unassigned (ASIA region)", flag_image: "blank.png" }, - { start: 0x900000, end: 0x9FFFFF, country: "Unassigned (NAM / PAC regions)", flag_image: "blank.png" }, -// AKISSACK - ALLOW FOR ADDITIONAL USAF USE --------------------------------------------------------- AK9B Starts - // AKISSACK - Possible, but not confirmed, USAF use - { start: 0xB00000, end: 0xB196FF, country: "Unassigned (reserved for future use)", flag_image: "blank.png" }, - { start: 0xB19700, end: 0xB197FF, country: "United States", flag_image: "United_States_of_America.png" }, - { start: 0xB19800, end: 0xBFFFFF, country: "Unassigned (reserved for future use)", flag_image: "blank.png" }, - //{ start: 0xB00000, end: 0xBFFFFF, country: "Unassigned (reserved for future use)", flag_image: "blank.png" }, -// ---------------------------------------------------------------------------------------- AK9B Ends - { start: 0xEC0000, end: 0xEFFFFF, country: "Unassigned (CAR region)", flag_image: "blank.png" }, - { start: 0xD00000, end: 0xDFFFFF, country: "Unassigned (reserved for future use)", flag_image: "blank.png" }, - { start: 0xF00000, end: 0xFFFFFF, country: "Unassigned (reserved for future use)", flag_image: "blank.png" }, + // Block assignments mentioned in Chapter 9 section 4, at the end so they are only used if + // nothing above applies + { start: 0x200000, end: 0x27FFFF, country: "Unassigned (AFI region)", flag_image: "blank.png" }, + { start: 0x280000, end: 0x28FFFF, country: "Unassigned (SAM region)", flag_image: "blank.png" }, + { start: 0x500000, end: 0x5FFFFF, country: "Unassigned (EUR / NAT regions)", flag_image: "blank.png" }, + { start: 0x600000, end: 0x67FFFF, country: "Unassigned (MID region)", flag_image: "blank.png" }, + { start: 0x680000, end: 0x6FFFFF, country: "Unassigned (ASIA region)", flag_image: "blank.png" }, + { start: 0x900000, end: 0x9FFFFF, country: "Unassigned (NAM / PAC regions)", flag_image: "blank.png" }, + // AKISSACK - ALLOW FOR ADDITIONAL USAF USE --------------------------------------------------------- AK9B Starts + // AKISSACK - Possible, but not confirmed, USAF use + { start: 0xB00000, end: 0xB196FF, country: "Unassigned (reserved for future use)", flag_image: "blank.png" }, + { start: 0xB19700, end: 0xB197FF, country: "United States", flag_image: "United_States_of_America.png" }, + { start: 0xB19800, end: 0xBFFFFF, country: "Unassigned (reserved for future use)", flag_image: "blank.png" }, + //{ start: 0xB00000, end: 0xBFFFFF, country: "Unassigned (reserved for future use)", flag_image: "blank.png" }, + // ---------------------------------------------------------------------------------------- AK9B Ends + { start: 0xEC0000, end: 0xEFFFFF, country: "Unassigned (CAR region)", flag_image: "blank.png" }, + { start: 0xD00000, end: 0xDFFFFF, country: "Unassigned (reserved for future use)", flag_image: "blank.png" }, + { start: 0xF00000, end: 0xFFFFFF, country: "Unassigned (reserved for future use)", flag_image: "blank.png" }, ]; var unassigned_range = { - country: "Unassigned", - flag_image: null + country: "Unassigned", + flag_image: null }; // Given a (hex string) ICAO address, @@ -238,13 +238,13 @@ var unassigned_range = { // Always returns a non-null object. // (todo: binary search) function findICAORange(icao) { - var hexa = +("0x" + icao); + var hexa = +("0x" + icao); - for (var i = 0; i < ICAO_Ranges.length; ++i) { - if (hexa >= ICAO_Ranges[i].start && hexa <= ICAO_Ranges[i].end) { - return ICAO_Ranges[i]; - } + for (var i = 0; i < ICAO_Ranges.length; ++i) { + if (hexa >= ICAO_Ranges[i].start && hexa <= ICAO_Ranges[i].end) { + return ICAO_Ranges[i]; } + } - return unassigned_range; + return unassigned_range; } diff --git a/public_html/index.html b/public_html/index.html index ca1e5aaa..12f9b862 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -1,244 +1,272 @@ - + - - - - - - - - - - - - - - - - - - - - - - FlightAware dump1090 - - - - - + + + + + + + + FlightAware dump1090 + + + + + + - - - -
- +
+
+
- -
-
- - +
+ + + + + to + + + +
+ + + + +
- -
-
- - + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ICAOIdentRegistration Air craft typeAircraft Name Icon SquawkAltitude ()Speed ()Vertical Rate ()Distance ()TrackMsgsAgeRSSILatitudeLongitudeData Source
+
+ + + + + + + + +
+
+ + + \ No newline at end of file diff --git a/public_html/layers.js b/public_html/layers.js index a8629144..1a15e1c6 100644 --- a/public_html/layers.js +++ b/public_html/layers.js @@ -4,260 +4,261 @@ // Base layers configuration function createBaseLayers() { - var layers = []; - var world = []; - var us = []; - - - // ------------------------------------------------------------ - // AKISSACK - additional MAPS ---------------- ref: AK2B starts - // ------------------------------------------------------------ - if (ShowAdditionalMaps) { - world.push(new ol.layer.Tile({ - source: new ol.source.OSM({ - "url" : "http://{a-d}.tile.stamen.com/terrain/{z}/{x}/{y}.png", - "attributions" : 'Map tiles by Stamen Design, under CC BY 3.0. ' - + 'Data by OpenStreetMap, under ODbL.', - }), - name: 'terrain', - title: 'Terrain + Roads', - type: 'base', - })); - - world.push(new ol.layer.Tile({ - source: new ol.source.OSM({ - "url" : "http://{a-d}.tile.stamen.com/terrain-background/{z}/{x}/{y}.png", - "attributions" : 'Map tiles by Stamen Design, under CC BY 3.0. ' - + 'Data by OpenStreetMap, under ODbL.', - }), - name: 'terrain', - title: 'Terrain', - type: 'base', - })); + var layers = []; + var world = []; + var us = []; - } - // ------------------------------------------------------------ - // ---------------------------------------------- ref: AK2B ends - // ------------------------------------------------------------ - - if (BingMapsAPIKey) { - world.push(new ol.layer.Tile({ - source: new ol.source.BingMaps({ - key: BingMapsAPIKey, - imagerySet: 'Aerial' - }), - name: 'bing_aerial', - title: 'Bing Aerial', - type: 'base', - })); - world.push(new ol.layer.Tile({ - source: new ol.source.BingMaps({ - key: BingMapsAPIKey, - imagerySet: 'Road' - }), - name: 'bing_roads', - title: 'Bing Roads', - type: 'base', - })); - } - - if (MapzenAPIKey) { - world.push(createMapzenLayer()); - } + // ------------------------------------------------------------ + // AKISSACK - additional MAPS ---------------- ref: AK2B starts + // ------------------------------------------------------------ + if (ShowAdditionalMaps) { world.push(new ol.layer.Tile({ - source: new ol.source.OSM(), - name: 'osm', - title: 'OpenStreetMap', - type: 'base', + source: new ol.source.OSM({ + "url": "http://{a-d}.tile.stamen.com/terrain/{z}/{x}/{y}.png", + "attributions": 'Map tiles by Stamen Design, under CC BY 3.0. ' + + 'Data by OpenStreetMap, under ODbL.', + }), + name: 'terrain', + title: 'Terrain + Roads', + type: 'base', })); - // ------------------------------------------------------------ - // AKISSACK - DEFAULT MAPS ------------------- ref: AK2A starts - // ------------------------------------------------------------ - if (ShowAdditionalMaps) { - world.push(new ol.layer.Tile({ - source: new ol.source.OSM({ - "url" : "http://{a-c}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png" - }), - name: 'osm light', - title: 'OpenStreetMap Light', - type: 'base', - })); - } - // ------------------------------------------------------------ - // ---------------------------------------------- ref: AK2A ends - // ------------------------------------------------------------ - - // ------------------------------------------------------------ - // AKISSACK - US Layers ---------------------- ref: AK3A starts - // ------------------------------------------------------------ - - if (ShowUSLayers) { - - if (ChartBundleLayers) { - var chartbundleTypes = { - sec: "Sectional Charts", - tac: "Terminal Area Charts", - wac: "World Aeronautical Charts", - enrl: "IFR Enroute Low Charts", - enra: "IFR Area Charts", - enrh: "IFR Enroute High Charts" - }; - - for (var type in chartbundleTypes) { - us.push(new ol.layer.Tile({ - source: new ol.source.TileWMS({ - url: 'http://wms.chartbundle.com/wms', - params: {LAYERS: type}, - projection: 'EPSG:3857', - attributions: 'Tiles courtesy of ChartBundle' - }), - name: 'chartbundle_' + type, - title: chartbundleTypes[type], - type: 'base', - group: 'chartbundle'})); - } - } + world.push(new ol.layer.Tile({ + source: new ol.source.OSM({ + "url": "http://{a-d}.tile.stamen.com/terrain-background/{z}/{x}/{y}.png", + "attributions": 'Map tiles by Stamen Design, under CC BY 3.0. ' + + 'Data by OpenStreetMap, under ODbL.', + }), + name: 'terrain', + title: 'Terrain', + type: 'base', + })); + } + // ------------------------------------------------------------ + // ---------------------------------------------- ref: AK2B ends + // ------------------------------------------------------------ - var nexrad = new ol.layer.Tile({ - name: 'nexrad', - title: 'NEXRAD', - type: 'overlay', - opacity: 0.5, - visible: false - }); - us.push(nexrad); - - var refreshNexrad = function() { - // re-build the source to force a refresh of the nexrad tiles - var now = new Date().getTime(); - nexrad.setSource(new ol.source.XYZ({ - url : 'http://mesonet{1-3}.agron.iastate.edu/cache/tile.py/1.0.0/nexrad-n0q-900913/{z}/{x}/{y}.png?_=' + now, - attributions: 'NEXRAD courtesy of IEM' - })); + if (BingMapsAPIKey) { + world.push(new ol.layer.Tile({ + source: new ol.source.BingMaps({ + key: BingMapsAPIKey, + imagerySet: 'Aerial' + }), + name: 'bing_aerial', + title: 'Bing Aerial', + type: 'base', + })); + world.push(new ol.layer.Tile({ + source: new ol.source.BingMaps({ + key: BingMapsAPIKey, + imagerySet: 'Road' + }), + name: 'bing_roads', + title: 'Bing Roads', + type: 'base', + })); + } + + if (MapzenAPIKey) { + world.push(createMapzenLayer()); + } + + world.push(new ol.layer.Tile({ + source: new ol.source.OSM(), + name: 'osm', + title: 'OpenStreetMap', + type: 'base', + })); + + // ------------------------------------------------------------ + // AKISSACK - DEFAULT MAPS ------------------- ref: AK2A starts + // ------------------------------------------------------------ + if (ShowAdditionalMaps) { + world.push(new ol.layer.Tile({ + source: new ol.source.OSM({ + "url": "http://{a-c}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png" + }), + name: 'osm light', + title: 'OpenStreetMap Light', + type: 'base', + })); + } + // ------------------------------------------------------------ + // ---------------------------------------------- ref: AK2A ends + // ------------------------------------------------------------ + + // ------------------------------------------------------------ + // AKISSACK - US Layers ---------------------- ref: AK3A starts + // ------------------------------------------------------------ + + if (ShowUSLayers) { + + if (ChartBundleLayers) { + var chartbundleTypes = { + sec: "Sectional Charts", + tac: "Terminal Area Charts", + wac: "World Aeronautical Charts", + enrl: "IFR Enroute Low Charts", + enra: "IFR Area Charts", + enrh: "IFR Enroute High Charts" }; - refreshNexrad(); - window.setInterval(refreshNexrad, 5 * 60000); - - } - // ------------------------------------------------------------ - // AKISSACK - US Layers ---------------------- ref: AK3A ends - // ------------------------------------------------------------ - - if (world.length > 0) { - layers.push(new ol.layer.Group({ - name: 'world', - title: 'Worldwide', - layers: world - })); - } - - if (us.length > 0) { - layers.push(new ol.layer.Group({ - name: 'us', - title: 'US', - layers: us + for (var type in chartbundleTypes) { + us.push(new ol.layer.Tile({ + source: new ol.source.TileWMS({ + url: 'http://wms.chartbundle.com/wms', + params: { LAYERS: type }, + projection: 'EPSG:3857', + attributions: 'Tiles courtesy of ChartBundle' + }), + name: 'chartbundle_' + type, + title: chartbundleTypes[type], + type: 'base', + group: 'chartbundle' })); + } } - return layers; -} - -function createMapzenLayer() { - // draw earth with a fat stroke; - // force water above earth - var earthStyle = new ol.style.Style({ - fill: new ol.style.Fill({ - color: '#a06000' - }), - stroke: new ol.style.Stroke({ - color: '#a06000', - width: 5.0 - }), - zIndex: 0 + var nexrad = new ol.layer.Tile({ + name: 'nexrad', + title: 'NEXRAD', + type: 'overlay', + opacity: 0.5, + visible: false }); + us.push(nexrad); + + var refreshNexrad = function () { + // re-build the source to force a refresh of the nexrad tiles + var now = new Date().getTime(); + nexrad.setSource(new ol.source.XYZ({ + url: 'http://mesonet{1-3}.agron.iastate.edu/cache/tile.py/1.0.0/nexrad-n0q-900913/{z}/{x}/{y}.png?_=' + now, + attributions: 'NEXRAD courtesy of IEM' + })); + }; - var waterStyle = new ol.style.Style({ - fill: new ol.style.Fill({ - color: '#0040a0' - }), - stroke: new ol.style.Stroke({ - color: '#0040a0', - width: 1.0 - }), - zIndex: 1 - }); + refreshNexrad(); + window.setInterval(refreshNexrad, 5 * 60000); - var boundaryStyle = new ol.style.Style({ - stroke: new ol.style.Stroke({ - color: '#804000', - width: 2.0 - }), - zIndex: 2 - }); + } + // ------------------------------------------------------------ + // AKISSACK - US Layers ---------------------- ref: AK3A ends + // ------------------------------------------------------------ - var dashedBoundaryStyle = new ol.style.Style({ - stroke: new ol.style.Stroke({ - color: '#804000', - width: 1.0, - lineDash: [4, 4], - }), - zIndex: 2 - }); + if (world.length > 0) { + layers.push(new ol.layer.Group({ + name: 'world', + title: 'Worldwide', + layers: world + })); + } - var styleMap = { - earth: earthStyle, - - water: waterStyle, - basin: waterStyle, - dock: waterStyle, - lake: waterStyle, - ocean: waterStyle, - riverbank: waterStyle, - river: waterStyle, - - country: boundaryStyle, - disputed: dashedBoundaryStyle, - indefinite: dashedBoundaryStyle, - indeterminate: dashedBoundaryStyle, - line_of_control: dashedBoundaryStyle - }; + if (us.length > 0) { + layers.push(new ol.layer.Group({ + name: 'us', + title: 'US', + layers: us + })); + } - return new ol.layer.VectorTile({ - name: 'mapzen_vector', - title: 'Mapzen coastlines and water', - type: 'base', - renderMode: 'image', - renderOrder: function(a,b) { - return a.get('sort_key') - b.get('sort_key'); - }, - source: new ol.source.VectorTile({ - url: '//vector.mapzen.com/osm/earth,water,boundaries/{z}/{x}/{y}.topojson?api_key=' + MapzenAPIKey, - format: new ol.format.TopoJSON(), - attributions: [ - new ol.Attribution({ - html: 'Tiles courtesy of Mapzen' - }), - new ol.Attribution({ - html: '© OpenStreetMap contributors' - }) - ], - - tileGrid: ol.tilegrid.createXYZ({ - preload: 3, - maxZoom: 14, - tileSize: [512, 512] - }), - - wrapX: true - }), + return layers; +} - style: function (feature) { - return (styleMap[feature.get('kind')]); - } - }); +function createMapzenLayer() { + // draw earth with a fat stroke; + // force water above earth + + var earthStyle = new ol.style.Style({ + fill: new ol.style.Fill({ + color: '#a06000' + }), + stroke: new ol.style.Stroke({ + color: '#a06000', + width: 5.0 + }), + zIndex: 0 + }); + + var waterStyle = new ol.style.Style({ + fill: new ol.style.Fill({ + color: '#0040a0' + }), + stroke: new ol.style.Stroke({ + color: '#0040a0', + width: 1.0 + }), + zIndex: 1 + }); + + var boundaryStyle = new ol.style.Style({ + stroke: new ol.style.Stroke({ + color: '#804000', + width: 2.0 + }), + zIndex: 2 + }); + + var dashedBoundaryStyle = new ol.style.Style({ + stroke: new ol.style.Stroke({ + color: '#804000', + width: 1.0, + lineDash: [4, 4], + }), + zIndex: 2 + }); + + var styleMap = { + earth: earthStyle, + + water: waterStyle, + basin: waterStyle, + dock: waterStyle, + lake: waterStyle, + ocean: waterStyle, + riverbank: waterStyle, + river: waterStyle, + + country: boundaryStyle, + disputed: dashedBoundaryStyle, + indefinite: dashedBoundaryStyle, + indeterminate: dashedBoundaryStyle, + line_of_control: dashedBoundaryStyle + }; + + return new ol.layer.VectorTile({ + name: 'mapzen_vector', + title: 'Mapzen coastlines and water', + type: 'base', + renderMode: 'image', + renderOrder: function (a, b) { + return a.get('sort_key') - b.get('sort_key'); + }, + source: new ol.source.VectorTile({ + url: '//vector.mapzen.com/osm/earth,water,boundaries/{z}/{x}/{y}.topojson?api_key=' + MapzenAPIKey, + format: new ol.format.TopoJSON(), + attributions: [ + new ol.Attribution({ + html: 'Tiles courtesy of Mapzen' + }), + new ol.Attribution({ + html: '© OpenStreetMap contributors' + }) + ], + + tileGrid: ol.tilegrid.createXYZ({ + preload: 3, + maxZoom: 14, + tileSize: [512, 512] + }), + + wrapX: true + }), + + style: function (feature) { + return (styleMap[feature.get('kind')]); + } + }); } diff --git a/public_html/layers/AK_range.geojson b/public_html/layers/AK_range.geojson index ec748758..be839d35 100644 --- a/public_html/layers/AK_range.geojson +++ b/public_html/layers/AK_range.geojson @@ -1,9 +1,259 @@ { -"type": "FeatureCollection", -"name": "AK_Range", -"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, -"features": [ -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 7.343980187480372, 52.920519856354325 ], [ 7.578512467958615, 52.439848412842984 ], [ 7.414147573539127, 51.945368507342359 ], [ 7.235670334052483, 51.393171080299567 ], [ 6.886495105428016, 50.945126125205455 ], [ 6.513130823074977, 50.579236828949789 ], [ 6.137867478984762, 50.252710027930036 ], [ 5.658928649144851, 50.000527315137525 ], [ 5.128296877031874, 49.742735274619079 ], [ 4.420208263023712, 49.454921303064388 ], [ 3.715459609449067, 49.25673363988421 ], [ 3.048981840186922, 49.043152438075154 ], [ 2.410313210842919, 48.833046885033596 ], [ 1.411610175402605, 48.736518005135288 ], [ 0.743920873155989, 48.699231343979974 ], [ 0.211271736672548, 48.701416422909553 ], [ -0.226996973880239, 48.760651018666429 ], [ -0.74068418735056, 48.834962610890145 ], [ -1.335213872082676, 48.924687257997029 ], [ -2.05264081037246, 49.112728762081417 ], [ -2.827708133473168, 49.298123348708486 ], [ -3.531452436941849, 49.529051673763021 ], [ -4.389709763064841, 49.85917577154882 ], [ -4.927430905741796, 50.084858470742667 ], [ -5.344674388987192, 50.417197359069711 ], [ -5.796795400187802, 50.911345859463097 ], [ -6.042318944897174, 51.29523524757699 ], [ -6.209005038632218, 51.77692942118675 ], [ -6.161122458681938, 52.115864121179051 ], [ -6.167333832547032, 52.362798649880602 ], [ -6.118315036804628, 52.598414101821923 ], [ -5.950368582036098, 52.913242595570154 ], [ -5.8215612053168, 53.248830301325157 ], [ -5.644781340645915, 53.610223362462484 ], [ -5.567627170254914, 54.036989974387126 ], [ -5.199039629794551, 54.69517092900648 ], [ -4.816337724049975, 55.082418799310332 ], [ -4.489671869836505, 55.354067176957713 ], [ -4.00659336590964, 55.537940809482066 ], [ -3.679835720312901, 55.670213371276247 ], [ -3.023208551924273, 55.940334655073052 ], [ -2.061877358328245, 56.161718730416716 ], [ -1.079994862972775, 56.322183518545479 ], [ -0.228232154663565, 56.469370958022147 ], [ 0.485242176727157, 56.559099994624134 ], [ 1.608097485930775, 56.66776069634944 ], [ 2.261811075829182, 56.62134936235627 ], [ 3.129875894948262, 56.418210152711048 ], [ 3.688386481137614, 56.156203064990002 ], [ 4.207329171546514, 55.935252876599563 ], [ 5.069562032908698, 55.536647769938071 ], [ 5.505453912210972, 55.185172972863135 ], [ 6.069350579538471, 54.660012280826109 ], [ 6.539591066897372, 54.05134120785074 ], [ 7.129865581478747, 53.246365838190911 ], [ 7.343980187480372, 52.920519856354325 ] ] ] } } -] -} + "type": "FeatureCollection", + "name": "AK_Range", + "crs": { + "type": "name", + "properties": { + "name": "urn:ogc:def:crs:OGC:1.3:CRS84" + } + }, + "features": [ + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 7.343980187480372, + 52.920519856354325 + ], + [ + 7.578512467958615, + 52.439848412842984 + ], + [ + 7.414147573539127, + 51.945368507342359 + ], + [ + 7.235670334052483, + 51.393171080299567 + ], + [ + 6.886495105428016, + 50.945126125205455 + ], + [ + 6.513130823074977, + 50.579236828949789 + ], + [ + 6.137867478984762, + 50.252710027930036 + ], + [ + 5.658928649144851, + 50.000527315137525 + ], + [ + 5.128296877031874, + 49.742735274619079 + ], + [ + 4.420208263023712, + 49.454921303064388 + ], + [ + 3.715459609449067, + 49.25673363988421 + ], + [ + 3.048981840186922, + 49.043152438075154 + ], + [ + 2.410313210842919, + 48.833046885033596 + ], + [ + 1.411610175402605, + 48.736518005135288 + ], + [ + 0.743920873155989, + 48.699231343979974 + ], + [ + 0.211271736672548, + 48.701416422909553 + ], + [ + -0.226996973880239, + 48.760651018666429 + ], + [ + -0.74068418735056, + 48.834962610890145 + ], + [ + -1.335213872082676, + 48.924687257997029 + ], + [ + -2.05264081037246, + 49.112728762081417 + ], + [ + -2.827708133473168, + 49.298123348708486 + ], + [ + -3.531452436941849, + 49.529051673763021 + ], + [ + -4.389709763064841, + 49.85917577154882 + ], + [ + -4.927430905741796, + 50.084858470742667 + ], + [ + -5.344674388987192, + 50.417197359069711 + ], + [ + -5.796795400187802, + 50.911345859463097 + ], + [ + -6.042318944897174, + 51.29523524757699 + ], + [ + -6.209005038632218, + 51.77692942118675 + ], + [ + -6.161122458681938, + 52.115864121179051 + ], + [ + -6.167333832547032, + 52.362798649880602 + ], + [ + -6.118315036804628, + 52.598414101821923 + ], + [ + -5.950368582036098, + 52.913242595570154 + ], + [ + -5.8215612053168, + 53.248830301325157 + ], + [ + -5.644781340645915, + 53.610223362462484 + ], + [ + -5.567627170254914, + 54.036989974387126 + ], + [ + -5.199039629794551, + 54.69517092900648 + ], + [ + -4.816337724049975, + 55.082418799310332 + ], + [ + -4.489671869836505, + 55.354067176957713 + ], + [ + -4.00659336590964, + 55.537940809482066 + ], + [ + -3.679835720312901, + 55.670213371276247 + ], + [ + -3.023208551924273, + 55.940334655073052 + ], + [ + -2.061877358328245, + 56.161718730416716 + ], + [ + -1.079994862972775, + 56.322183518545479 + ], + [ + -0.228232154663565, + 56.469370958022147 + ], + [ + 0.485242176727157, + 56.559099994624134 + ], + [ + 1.608097485930775, + 56.66776069634944 + ], + [ + 2.261811075829182, + 56.62134936235627 + ], + [ + 3.129875894948262, + 56.418210152711048 + ], + [ + 3.688386481137614, + 56.156203064990002 + ], + [ + 4.207329171546514, + 55.935252876599563 + ], + [ + 5.069562032908698, + 55.536647769938071 + ], + [ + 5.505453912210972, + 55.185172972863135 + ], + [ + 6.069350579538471, + 54.660012280826109 + ], + [ + 6.539591066897372, + 54.05134120785074 + ], + [ + 7.129865581478747, + 53.246365838190911 + ], + [ + 7.343980187480372, + 52.920519856354325 + ] + ] + ] + } + } + ] +} \ No newline at end of file diff --git a/public_html/layers/UK_ATZ.geojson b/public_html/layers/UK_ATZ.geojson index 3d221ba5..8fe50edd 100644 --- a/public_html/layers/UK_ATZ.geojson +++ b/public_html/layers/UK_ATZ.geojson @@ -1,35 +1,3591 @@ { -"type": "FeatureCollection", -"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, -"features": [ -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.967628806617711, 57.351024564207144 ], [ -1.890480626928437, 57.228131460004505 ], [ -1.88932916155994, 57.212546094614837 ], [ -1.88587476545445, 57.198201743230847 ], [ -1.89278355766543, 57.184475843355692 ], [ -1.897389419139417, 57.162004276094407 ], [ -1.908904072824383, 57.145141633817644 ], [ -1.91350993429837, 57.135770177320488 ], [ -1.927327518720329, 57.119520697274552 ], [ -1.943448033879282, 57.107641567057549 ], [ -1.961871479775228, 57.094507570065915 ], [ -1.979143460302678, 57.083246153757884 ], [ -1.99871837156712, 57.071981317181127 ], [ -2.021747678937053, 57.063843474423692 ], [ -2.045928451675482, 57.056330035637245 ], [ -2.067806293676918, 57.049441380808915 ], [ -2.094289997152341, 57.044430647323026 ], [ -2.116167839153777, 57.041925027076338 ], [ -2.138045681155213, 57.039419237818372 ], [ -2.164529384630636, 57.038166279808074 ], [ -2.188710157369065, 57.037539784957239 ], [ -2.218648256949977, 57.036913279542475 ], [ -2.242829029688407, 57.038792764095085 ], [ -2.271615663900823, 57.040672153574192 ], [ -2.294644971270755, 57.045057025977457 ], [ -2.321128674746178, 57.050067674964708 ], [ -2.3476123782216, 57.057582381038472 ], [ -2.374096081697023, 57.068225611491549 ], [ -2.391368062224472, 57.074484909807865 ], [ -2.407488577383425, 57.082620419238467 ], [ -2.425912023279371, 57.092630904840952 ], [ -2.433972280858848, 57.100136995807752 ], [ -2.446638399912311, 57.107641567057549 ], [ -2.46045598433427, 57.118895574854349 ], [ -2.473122103387733, 57.128271303414984 ], [ -2.48118236096721, 57.138269464420958 ], [ -2.572148125078444, 57.289784875519267 ], [ -2.573299590446941, 57.302227586570424 ], [ -2.573299590446941, 57.310934980527556 ], [ -2.570996659709947, 57.327100385666689 ], [ -2.56293640213047, 57.347918408510907 ], [ -2.558330540656484, 57.357857181732257 ], [ -2.546815886971518, 57.374622760424266 ], [ -2.531846837181061, 57.390760151954254 ], [ -2.514574856653612, 57.405649902673304 ], [ -2.499605806863156, 57.41805340715068 ], [ -2.478879430230216, 57.429832846027722 ], [ -2.458153053597277, 57.439129725931792 ], [ -2.437426676964338, 57.447804682999333 ], [ -2.410942973488915, 57.457096997147374 ], [ -2.383307804644996, 57.463290561514967 ], [ -2.35452117043258, 57.468863872323844 ], [ -2.319977209377681, 57.473198082082178 ], [ -2.286584713691279, 57.475674542569813 ], [ -2.256646614110366, 57.476912709870149 ], [ -2.22440558379246, 57.475674542569813 ], [ -2.189861622737562, 57.472578940733193 ], [ -2.157620592419656, 57.466386950218954 ], [ -2.12192516599626, 57.45833579396691 ], [ -2.093138531783844, 57.448424244072044 ], [ -2.064351897571429, 57.436031028399526 ], [ -2.041322590201496, 57.424873544257217 ], [ -2.02289914430555, 57.41309250942156 ], [ -2.003324233041107, 57.395724074437837 ], [ -1.983749321776664, 57.37772665654456 ], [ -1.973386133460195, 57.364067548603977 ], [ -1.967628806617711, 57.351024564207144 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.89623795377092, 55.088966928008873 ], [ -1.611826007752252, 55.164678757503488 ], [ -1.589948165750816, 55.160732124166152 ], [ -1.56461592764389, 55.152179745234371 ], [ -1.542738085642454, 55.144283613890089 ], [ -1.528920501220494, 55.137044120644966 ], [ -1.512799986061542, 55.129144993851547 ], [ -1.498982401639582, 55.117951888509026 ], [ -1.484013351849125, 55.106096945475869 ], [ -1.473650163532656, 55.096379857125505 ], [ -1.464438440584683, 55.086330889128867 ], [ -1.456953915689455, 55.071335117880508 ], [ -1.452923786899717, 55.058971737632305 ], [ -1.450620856162723, 55.044790351530949 ], [ -1.453211653241841, 55.027304065879832 ], [ -1.456378183005207, 55.008489542038866 ], [ -1.463286975216187, 54.9952810948785 ], [ -1.471347232795663, 54.985371905309478 ], [ -1.775334090078774, 54.915939050778974 ], [ -1.796060466711713, 54.919909874077092 ], [ -1.819089774081645, 54.927850345257724 ], [ -1.835210289240599, 54.934466207485499 ], [ -1.852482269768048, 54.947033347895292 ], [ -1.870905715663994, 54.959596560648045 ], [ -1.884723300085954, 54.972155846367421 ], [ -1.89969234987641, 54.990657110883809 ], [ -1.907752607455886, 55.005848200517057 ], [ -1.912358468929873, 55.024993985875767 ], [ -1.912358468929873, 55.046109761487948 ], [ -1.908904072824383, 55.064576937392154 ], [ -1.89623795377092, 55.088966928008873 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.365700285236096, 54.426710754551678 ], [ -1.382972265763546, 54.424701131598489 ], [ -1.409455969238968, 54.422021481028423 ], [ -1.429030880503411, 54.421686512388241 ], [ -1.451484455189095, 54.421686512388241 ], [ -1.4670292376638, 54.424031235381065 ], [ -1.47739242598027, 54.426710754551678 ], [ -1.494664406507719, 54.431064599549657 ], [ -1.509633456298175, 54.435417981949023 ], [ -1.524602506088632, 54.442449391757584 ], [ -1.53208703098386, 54.446801564397191 ], [ -1.544177417353075, 54.454835129553132 ], [ -1.551086209564054, 54.460859269017412 ], [ -1.558570734459282, 54.468890075887671 ], [ -1.564328061301766, 54.476584786977277 ], [ -1.568933922775752, 54.484278050838938 ], [ -1.572388318881242, 54.493307427161383 ], [ -1.573539784249739, 54.50099754533607 ], [ -1.575266982302484, 54.511025959971633 ], [ -1.572388318881242, 54.520717754623881 ], [ -1.568933922775752, 54.528736811152577 ], [ -1.563752328617517, 54.540428445709075 ], [ -1.559146467143531, 54.54877756296181 ], [ -1.312732878285251, 54.679634855049649 ], [ -1.297763828494795, 54.676639017906965 ], [ -1.277037451861856, 54.6709796112658 ], [ -1.259765471334406, 54.664986438607556 ], [ -1.242493490806957, 54.658659352477109 ], [ -1.231554569806239, 54.653996658443603 ], [ -1.218312718068527, 54.647001614141907 ], [ -1.203343668278071, 54.640338547830616 ], [ -1.191253281908856, 54.632674671401304 ], [ -1.179162895539642, 54.625342655335061 ], [ -1.168799707223172, 54.616009086902245 ], [ -1.159587984275199, 54.608674066713384 ], [ -1.150376261327226, 54.600003702075078 ], [ -1.143467469116246, 54.592999367163181 ], [ -1.137134409589515, 54.584992937724437 ], [ -1.130801350062783, 54.575983823474537 ], [ -1.124468290536052, 54.567640274897883 ], [ -1.120438161746314, 54.558627324017905 ], [ -1.365700285236096, 54.426710754551678 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.669111409834958, 53.995586206227877 ], [ -1.49754306992896, 53.8837501317849 ], [ -1.450332989820598, 53.815144910350085 ], [ -1.457241782031578, 53.80426643742841 ], [ -1.46990790108504, 53.792704966504516 ], [ -1.484876950875497, 53.781820670270214 ], [ -1.495240139191967, 53.772294594559582 ], [ -1.505603327508436, 53.765488930916156 ], [ -1.524026773404382, 53.758001426591015 ], [ -1.540147288563335, 53.749831717367854 ], [ -1.562025130564771, 53.745065319840919 ], [ -1.579297111092221, 53.739617346249595 ], [ -1.60347788383065, 53.736212004082304 ], [ -1.627658656569079, 53.734168666343635 ], [ -1.640324775622542, 53.732806386000526 ], [ -1.879829572269842, 53.885107515827535 ], [ -1.872920780058862, 53.899357387465713 ], [ -1.868314918584876, 53.912245942136245 ], [ -1.861406126373896, 53.920384033097278 ], [ -1.854497334162916, 53.931232353930433 ], [ -1.844134145846446, 53.939366744407188 ], [ -1.826862165318997, 53.952920538206939 ], [ -1.810741650160044, 53.962405573450432 ], [ -1.798075531106581, 53.969179277554147 ], [ -1.781955015947628, 53.975951880861487 ], [ -1.754319847103709, 53.986785756707128 ], [ -1.72668467825979, 53.99220163805429 ], [ -1.696746578678877, 53.996939956464004 ], [ -1.669111409834958, 53.995586206227877 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.176284232118399, 53.426198777900552 ], [ -1.095681656323635, 53.574994889244287 ], [ -1.085318468007165, 53.57943874280928 ], [ -1.068046487479716, 53.58456568574514 ], [ -1.047895843531025, 53.588666792372216 ], [ -1.02889666495083, 53.591058920792058 ], [ -1.007018822949394, 53.592767501043596 ], [ -0.987443911684951, 53.593792616032921 ], [ -0.966141802367764, 53.592425790520238 ], [ -0.946566891103321, 53.591058920792058 ], [ -0.928143445207375, 53.587299801048026 ], [ -0.91605305883816, 53.584223908895723 ], [ -0.901659741731952, 53.580122371130116 ], [ -0.887266424625744, 53.573285590417946 ], [ -0.872297374835288, 53.567131542477817 ], [ -0.860782721150322, 53.560292661026075 ], [ -0.848692334781107, 53.551058417022915 ], [ -0.838904879148886, 53.5435327280412 ], [ -0.830844621569409, 53.534979184345204 ], [ -0.826238760095423, 53.527279517381722 ], [ -0.906265603205939, 53.373335510549381 ], [ -0.914325860785415, 53.369900559907215 ], [ -0.928143445207375, 53.366121794262689 ], [ -0.948869821840314, 53.360624809518093 ], [ -0.962687406262274, 53.357876051200158 ], [ -0.985716713632206, 53.356501605552538 ], [ -1.002988694159656, 53.355127115578306 ], [ -1.019109209318609, 53.355814366106294 ], [ -1.0392598532673, 53.357188833917128 ], [ -1.057683299163246, 53.359250452521792 ], [ -1.072652348953702, 53.362342693431927 ], [ -1.09395445827089, 53.368526502090241 ], [ -1.107196310008601, 53.372305054441391 ], [ -1.118135231009319, 53.378487417154943 ], [ -1.130225617378534, 53.385012270889227 ], [ -1.14519466716899, 53.393939397911424 ], [ -1.154982122801211, 53.403894369523655 ], [ -1.168223974538923, 53.414876463218505 ], [ -1.176284232118399, 53.426198777900552 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1.386445878641919, 52.760154701898912 ], [ 1.408323720643355, 52.752489088711037 ], [ 1.429050097276294, 52.740988139391284 ], [ 1.443443414382502, 52.727392194496623 ], [ 1.453806602698972, 52.716930889784159 ], [ 1.4612911275942, 52.706118238580849 ], [ 1.465321256383938, 52.694953981282531 ], [ 1.46819991980518, 52.684833906347642 ], [ 1.46819991980518, 52.672267791369258 ], [ 1.467048454436683, 52.662840832698457 ], [ 1.462442592962697, 52.651665507410058 ], [ 1.458412464172958, 52.642583451937668 ], [ 1.452079404646227, 52.63315009019103 ], [ 1.444594879750999, 52.62476317194961 ], [ 1.436534622171522, 52.61847192837017 ], [ 1.423868503118059, 52.610431801202779 ], [ 1.411778116748845, 52.603788843362999 ], [ 1.402566393800872, 52.597494585377582 ], [ 1.388173076694664, 52.593297910924612 ], [ 1.186666637207753, 52.590499904629844 ], [ 1.172849052785794, 52.597144877859854 ], [ 1.158455735679586, 52.602739863171401 ], [ 1.149819745415861, 52.610082196963575 ], [ 1.139456557099391, 52.616374646233325 ], [ 1.132547764888411, 52.623365195963892 ], [ 1.125638972677432, 52.628956831996661 ], [ 1.1193059131507, 52.639439224043933 ], [ 1.112972853623969, 52.647474023872924 ], [ 1.110238123373789, 52.656205816701444 ], [ 1.108942724834231, 52.66493588815031 ], [ 1.108366992149982, 52.674711485734662 ], [ 1.108942724834231, 52.682390778214511 ], [ 1.110669922886975, 52.691464565225878 ], [ 1.11239712093972, 52.699838695231669 ], [ 1.1193059131507, 52.711350501195199 ], [ 1.125063239993183, 52.71937208533199 ], [ 1.133699230256908, 52.727740861438129 ], [ 1.14348668588913, 52.736456628899305 ], [ 1.155001339574096, 52.744822126452945 ], [ 1.169970389364552, 52.751792147890328 ], [ 1.184939439155008, 52.757715789486319 ], [ 1.386445878641919, 52.760154701898912 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.465589905953177, 52.75815131957637 ], [ -1.542738085642452, 52.875063951289839 ], [ -1.417228360476319, 52.919519403469195 ], [ -1.302081823626656, 52.915353641952187 ], [ -1.122453226141181, 52.881318254954309 ], [ -1.124756156878174, 52.763028959057642 ], [ -1.465589905953177, 52.75815131957637 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.961871479775226, 52.483429656846283 ], [ -1.954386954879998, 52.498766427983661 ], [ -1.944599499247777, 52.512170769332336 ], [ -1.934812043615555, 52.524782884549111 ], [ -1.924448855299086, 52.533889382928294 ], [ -1.910631270877126, 52.544744663257475 ], [ -1.896813686455167, 52.553496966566151 ], [ -1.880117438611965, 52.561547544070017 ], [ -1.861118260031771, 52.569946571755629 ], [ -1.841543348767328, 52.576594661384426 ], [ -1.824271368239879, 52.580792935512569 ], [ -1.805847922343932, 52.583941377271415 ], [ -1.791454605237725, 52.586390008962894 ], [ -1.774758357394523, 52.588138947846325 ], [ -1.755759178814329, 52.588838503857552 ], [ -1.737335732918383, 52.5884887272478 ], [ -1.709124831390215, 52.586739802323081 ], [ -1.696458712336752, 52.584990807604306 ], [ -1.531223431957485, 52.438878893946359 ], [ -1.531223431957485, 52.43536904509461 ], [ -1.534102095378727, 52.426944267177788 ], [ -1.539283689536962, 52.415708724769594 ], [ -1.547343947116438, 52.401309001456269 ], [ -1.553101273958922, 52.393580382646903 ], [ -1.561161531538398, 52.385147618288613 ], [ -1.569797521802123, 52.378119083972805 ], [ -1.581887908171337, 52.368980316624793 ], [ -1.593402561856304, 52.361597624008446 ], [ -1.609523077015256, 52.353510402207696 ], [ -1.621037730700223, 52.347180239707704 ], [ -1.633128117069437, 52.342256153237109 ], [ -1.647521434175645, 52.337331518334615 ], [ -1.664793414703095, 52.332758151976044 ], [ -1.684944058651786, 52.328536159077693 ], [ -1.704231103574105, 52.324841595216903 ], [ -1.722366683127927, 52.322906218147253 ], [ -1.745395990497859, 52.322906218147253 ], [ -1.76554663444655, 52.32361000046815 ], [ -1.780515684237007, 52.32361000046815 ], [ -1.961871479775226, 52.483429656846283 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.573636044881473, 51.757223114011978 ], [ -0.631209313306304, 51.880360785246886 ], [ -0.394007447395998, 51.921213553620746 ], [ -0.358312020972602, 51.958126681241339 ], [ -0.232226563122221, 51.977990401607137 ], [ -0.21553031527902, 51.969123757188676 ], [ -0.204591394278302, 51.961674419891679 ], [ -0.189622344487846, 51.950320667887283 ], [ -0.182137819592618, 51.943578017229278 ], [ -0.173501829328893, 51.934349589394337 ], [ -0.165441571749416, 51.923343982772046 ], [ -0.16083571027543, 51.914821659502671 ], [ -0.156229848801443, 51.905587316935936 ], [ -0.151623987327457, 51.893508773018794 ], [ -0.151623987327457, 51.881071585620035 ], [ -0.151623987327457, 51.871474832327095 ], [ -0.15392691806445, 51.857609239100242 ], [ -0.157957046854188, 51.845517798682167 ], [ -0.221287642121503, 51.818478125009953 ], [ -0.573636044881473, 51.757223114011978 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.231813980381922, 51.757579488225062 ], [ 0.21857212864421, 51.757935795638993 ], [ 0.198709351037644, 51.760074019123131 ], [ 0.179134439773201, 51.762568342954758 ], [ 0.158839862653448, 51.767556878484044 ], [ 0.137681686507322, 51.773613422976844 ], [ 0.12026577280881, 51.781272107366696 ], [ 0.109614718150217, 51.787326837047928 ], [ 0.095221401044009, 51.794003929532082 ], [ 0.085290012240725, 51.800680016327895 ], [ 0.073055692700449, 51.809046002797423 ], [ 0.063124303897165, 51.819189903371871 ], [ 0.056215511686185, 51.826129153146084 ], [ 0.049306719475205, 51.834846182678668 ], [ 0.043549392632722, 51.843472596642172 ], [ 0.037072399934929, 51.853608753415124 ], [ 0.030739340408197, 51.871297105191225 ], [ 0.252540357014861, 52.016451309192519 ], [ 0.267941206318504, 52.016451313401944 ], [ 0.284205654648519, 52.015033982129246 ], [ 0.298886838096851, 52.012907914711491 ], [ 0.315007353255804, 52.009364251171078 ], [ 0.329400670362011, 52.005111443144393 ], [ 0.342930388441847, 52.000681014397863 ], [ 0.358475170916551, 51.995541181524651 ], [ 0.368838359233021, 51.989868954428019 ], [ 0.381504478286484, 51.982423065865952 ], [ 0.39647352807694, 51.973202631540154 ], [ 0.409139647130403, 51.963980299455457 ], [ 0.420078568131121, 51.955820500556129 ], [ 0.428138825710598, 51.945529941403038 ], [ 0.436199083290074, 51.934527077062668 ], [ 0.443107875501054, 51.923166450871207 ], [ 0.451743865764779, 51.904521693683051 ], [ 0.231813980381922, 51.757579488225062 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.132768741918324, 51.453242056832991 ], [ -0.133920207286821, 51.441580617542115 ], [ -0.136798870708062, 51.431531397282811 ], [ -0.14773779170878, 51.40532124803331 ], [ -0.160979643446492, 51.38736041784923 ], [ -0.173645762499955, 51.371549053483406 ], [ -0.187463346921914, 51.355013150517387 ], [ -0.20934118892335, 51.337751929425409 ], [ -0.635383375267104, 51.337032570780636 ], [ -0.710804356903634, 51.35159738322718 ], [ -0.720591812535855, 51.361664177051487 ], [ -0.730379268168077, 51.371009933423274 ], [ -0.737863793063305, 51.379635092634167 ], [ -0.746499783327029, 51.391851286528969 ], [ -0.752832842853761, 51.402986738893503 ], [ -0.758014437011996, 51.412683150113537 ], [ -0.762044565801734, 51.421659475362453 ], [ -0.766074694591472, 51.432787670719733 ], [ -0.768953358012714, 51.44642498740572 ], [ -0.772983486802452, 51.463645251877431 ], [ -0.774710684855197, 51.472252948189684 ], [ -0.7735592194867, 51.480859020702262 ], [ -0.770680556065459, 51.490359672908355 ], [ -0.770680556065459, 51.500395947226089 ], [ -0.766074694591472, 51.512221576621194 ], [ -0.762620298485982, 51.520461867025375 ], [ -0.759741635064741, 51.528700666706349 ], [ -0.753408575538009, 51.537654193065478 ], [ -0.747651248695526, 51.545173794296211 ], [ -0.741893921853043, 51.554840027332084 ], [ -0.733833664273566, 51.564504206616796 ], [ -0.725197674009842, 51.57452414938318 ], [ -0.720016079851607, 51.580964375009287 ], [ -0.709077158850889, 51.589549922943846 ], [ -0.703319832008406, 51.59455741006397 ], [ -0.691229445639191, 51.604034356546009 ], [ -0.210492654291847, 51.604391938445815 ], [ -0.201856664028122, 51.595093893801192 ], [ -0.186311881553418, 51.582932039702264 ], [ -0.175948693236948, 51.571840258333104 ], [ -0.162207279497656, 51.556255104548043 ], [ -0.151552284467122, 51.540725813661403 ], [ -0.140497802858418, 51.519986900764707 ], [ -0.135470576741663, 51.503809310952292 ], [ -0.132367074355702, 51.488724286527052 ], [ -0.131055247908049, 51.469444120524379 ], [ -0.132768741918324, 51.453242056832991 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.173070029815706, 51.579533292626024 ], [ 0.144158679205116, 51.570588006673944 ], [ 0.152794669468841, 51.564504206616796 ], [ 0.164309323153807, 51.555197996521017 ], [ 0.175248244154525, 51.544815746222106 ], [ 0.181581303681257, 51.535863628678236 ], [ 0.185611432470995, 51.529775182854799 ], [ 0.19079302662923, 51.519028880128914 ], [ 0.19079302662923, 51.506129969012989 ], [ 0.191368759313478, 51.498962329042321 ], [ 0.189065828576485, 51.487850259046787 ], [ 0.183308501734002, 51.478528369726511 ], [ 0.179278372944263, 51.470997760281911 ], [ 0.171218115364787, 51.462748523457805 ], [ 0.164885055838055, 51.455215309055518 ], [ 0.156249065574331, 51.44983368036965 ], [ 0.147613075310606, 51.444810254550681 ], [ 0.134946956257143, 51.437274079569626 ], [ -0.125859949707344, 51.445169089008502 ], [ -0.123557018970351, 51.460596303358017 ], [ -0.121254088233358, 51.469921857445932 ], [ -0.121254088233358, 51.481396846321637 ], [ -0.124708484338848, 51.493227405343404 ], [ -0.127011415075841, 51.504696531207458 ], [ -0.131041543865579, 51.516521044565451 ], [ -0.133920207286821, 51.526551558328215 ], [ -0.139101801445056, 51.536937975763465 ], [ -0.146586326340284, 51.54911213716219 ], [ -0.155798049288257, 51.559851339614042 ], [ -0.16155537613074, 51.569156597547313 ], [ -0.173070029815706, 51.579533292626024 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.484416695595871, 51.579533292626039 ], [ 0.797039543142707, 51.721526905982223 ], [ 0.893186901412176, 51.688702530486907 ], [ 0.90873168388688, 51.682277584288386 ], [ 0.920246337571846, 51.675137685753974 ], [ 0.928882327835571, 51.667282497093609 ], [ 0.939821248836289, 51.656925848797172 ], [ 0.946730041047269, 51.646566833202506 ], [ 0.954790298626746, 51.634418765447485 ], [ 0.95997189278498, 51.622982316874094 ], [ 0.964577754258967, 51.612615544920736 ], [ 0.968607883048705, 51.596703306993014 ], [ 0.68649886776703, 51.464541962676506 ], [ 0.675559946766312, 51.459520155246892 ], [ 0.653106372080628, 51.457009044308712 ], [ 0.630652797394944, 51.455215309055525 ], [ 0.607623490025011, 51.45413903406989 ], [ 0.588048578760568, 51.458443981761278 ], [ 0.571352330917367, 51.464541962676506 ], [ 0.558686211863904, 51.470639128822391 ], [ 0.545444360126193, 51.476735480238808 ], [ 0.531051043019985, 51.486057736012114 ], [ 0.520112122019267, 51.495736523246308 ], [ 0.506870270281555, 51.507921702857594 ], [ 0.499961478070576, 51.517237583102506 ], [ 0.494204151228092, 51.531207831603723 ], [ 0.489022557069858, 51.541235110520212 ], [ 0.486719626332864, 51.557703701962133 ], [ 0.483265230227374, 51.567009399350532 ], [ 0.484416695595871, 51.579533292626039 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.317578933562033, 51.045306489946917 ], [ -0.3457898350902, 51.059782883354714 ], [ -0.367091944407388, 51.076786863526621 ], [ -0.377455132723858, 51.090168581178567 ], [ -0.384363924934838, 51.098484995214093 ], [ -0.391848449830066, 51.111137538188082 ], [ -0.397030043988301, 51.125232006669137 ], [ -0.399332974725294, 51.139322175680739 ], [ -0.401060172778039, 51.150880129145641 ], [ -0.398757242041045, 51.160268835378382 ], [ -0.398757242041045, 51.170377613341472 ], [ -0.392999915198562, 51.182288686104201 ], [ -0.390121251777321, 51.189506020543064 ], [ -0.198402267922631, 51.218364057505966 ], [ 0.063556103410353, 51.199608390133243 ], [ 0.065859034147346, 51.194918279713228 ], [ 0.071040628305581, 51.18481488171534 ], [ 0.073343559042574, 51.174348312833132 ], [ 0.074495024411071, 51.16460144007582 ], [ 0.076797955148064, 51.154491396091963 ], [ 0.076797955148064, 51.143656747388796 ], [ 0.075070757095319, 51.131735695823359 ], [ 0.073343559042574, 51.122341184178005 ], [ 0.068737697568587, 51.107884357914592 ], [ 0.063556103410353, 51.098846544504639 ], [ -0.317578933562033, 51.045306489946917 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.033838065306264, 50.833617340158995 ], [ -1.715026091403759, 50.888037388734624 ], [ -1.705670435284723, 50.883406436466693 ], [ -1.692716449889137, 50.875777981181578 ], [ -1.68120179620417, 50.868511624225725 ], [ -1.67285367228257, 50.861607535462163 ], [ -1.663641949334596, 50.853248586766142 ], [ -1.657884622492114, 50.847069270358169 ], [ -1.653278761018127, 50.840889135338948 ], [ -1.64521850343865, 50.830708304812291 ], [ -1.64104444147785, 50.823616772992459 ], [ -1.638309711227671, 50.817251657885436 ], [ -1.635431047806429, 50.809248569655786 ], [ -1.633847782924746, 50.800152486623531 ], [ -1.631976651700939, 50.788506916155178 ], [ -1.631688785358815, 50.781226961073948 ], [ -1.631688785358815, 50.772580534580072 ], [ -1.632408451214125, 50.765116025245121 ], [ -1.634855315122181, 50.758287693047976 ], [ -1.636582513174925, 50.749910236548423 ], [ -1.639461176596167, 50.744445870124309 ], [ -1.991233846671888, 50.686849131241544 ], [ -2.001597034988358, 50.693414357607637 ], [ -2.011960223304828, 50.701437275476216 ], [ -2.021747678937049, 50.710552561742546 ], [ -2.030959401885022, 50.721670801503599 ], [ -2.038443926780251, 50.733515223864693 ], [ -2.044201253622733, 50.744810181061503 ], [ -2.049382847780969, 50.758287693047976 ], [ -2.051110045833714, 50.771761324784435 ], [ -2.051685778517962, 50.779042753507674 ], [ -2.050534313149465, 50.792874345118712 ], [ -2.044776986306982, 50.811795155566173 ], [ -2.040171124832996, 50.823071224399555 ], [ -2.033838065306264, 50.833617340158995 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.507906258245427, 50.859745073367463 ], [ -1.51020918898242, 50.924387991253326 ], [ -1.454363118610333, 51.024805607663012 ], [ -1.335186452970932, 51.08325216315091 ], [ -1.321368868548972, 51.082167140992077 ], [ -1.306975551442765, 51.081082093384332 ], [ -1.29488516507355, 51.079635323653086 ], [ -1.280203981625218, 51.076560792700029 ], [ -1.265522798176886, 51.072762549566228 ], [ -1.251129481070678, 51.067335954185928 ], [ -1.239039094701463, 51.062813308140271 ], [ -1.226372975648, 51.057204607016089 ], [ -1.213418990252413, 51.049966572945728 ], [ -1.202767935593819, 51.044175331130035 ], [ -1.19240474727735, 51.036935260609724 ], [ -1.182617291645128, 51.027883581355134 ], [ -1.176284232118397, 51.021727429584828 ], [ -1.281643313335839, 50.829571913636428 ], [ -1.290279303599563, 50.824116850887933 ], [ -1.305248353390019, 50.821207223451225 ], [ -1.327126195391456, 50.818297414696573 ], [ -1.346701106655899, 50.81720618966677 ], [ -1.368578948657334, 50.81720618966677 ], [ -1.391608256027267, 50.819024883884012 ], [ -1.413486098028703, 50.82266205983408 ], [ -1.434212474661642, 50.825571596613244 ], [ -1.45551458397883, 50.832481019805165 ], [ -1.481998287454253, 50.84302500986373 ], [ -1.496967337244709, 50.851385790805615 ], [ -1.507906258245427, 50.859745073367463 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.58129879948062, 51.382824193066888 ], [ -2.583320208440095, 51.368401889302987 ], [ -2.589323015830167, 51.354413461013614 ], [ -2.599124829385855, 51.341284529363513 ], [ -2.612427825962227, 51.329414914416901 ], [ -2.628827800739952, 51.31916637777568 ], [ -2.647826448784196, 51.310851496811644 ], [ -2.668846505787914, 51.304724024689783 ], [ -2.69124928795571, 51.300971046287081 ], [ -2.714354098087771, 51.299707184516976 ], [ -2.737458908219832, 51.300971046287081 ], [ -2.759861690387629, 51.304724024689783 ], [ -2.780881747391347, 51.310851496811644 ], [ -2.79988039543559, 51.31916637777568 ], [ -2.816280370213316, 51.329414914416901 ], [ -2.829583366789689, 51.341284529363513 ], [ -2.839385180345377, 51.354413461013614 ], [ -2.845387987735448, 51.368401889302987 ], [ -2.847409396694923, 51.382824193066888 ], [ -2.845387987735448, 51.397241953416028 ], [ -2.839385180345377, 51.411217299464923 ], [ -2.829583366789689, 51.424326187962407 ], [ -2.816280370213316, 51.436171216346949 ], [ -2.79988039543559, 51.446393588520621 ], [ -2.780881747391347, 51.454683882932528 ], [ -2.759861690387629, 51.460791311917035 ], [ -2.737458908219832, 51.464531208092666 ], [ -2.714354098087771, 51.465790526453297 ], [ -2.69124928795571, 51.464531208092666 ], [ -2.668846505787914, 51.460791311917035 ], [ -2.647826448784196, 51.454683882932528 ], [ -2.628827800739952, 51.446393588520621 ], [ -2.612427825962227, 51.436171216346949 ], [ -2.599124829385854, 51.424326187962407 ], [ -2.589323015830166, 51.411217299464923 ], [ -2.583320208440095, 51.397241953416028 ], [ -2.58129879948062, 51.382824193066888 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -3.548590757563586, 51.368808460627363 ], [ -3.553196619037572, 51.399529650702419 ], [ -3.550893688300579, 51.412817808014424 ], [ -3.546863559510841, 51.425743119884636 ], [ -3.543409163405351, 51.43615251866467 ], [ -3.535924638510123, 51.448712427875613 ], [ -3.52671291556215, 51.460192750789872 ], [ -3.519228390666922, 51.466649163695998 ], [ -3.507138004297707, 51.477766400305292 ], [ -3.500229212086727, 51.483503268929134 ], [ -3.485835894980519, 51.491748753333773 ], [ -3.47201831055856, 51.499992746669875 ], [ -3.462806587610587, 51.505368460793449 ], [ -3.364932031288373, 51.498559115802948 ], [ -3.28029932670387, 51.471490873935636 ], [ -3.26648174228191, 51.466469831227364 ], [ -3.254391355912696, 51.461089529428818 ], [ -3.239422306122239, 51.452120950076591 ], [ -3.22560472170028, 51.442074049089001 ], [ -3.219847394857797, 51.434537422582387 ], [ -3.210059939225576, 51.420178503124141 ], [ -3.207181275804333, 51.413356435651828 ], [ -3.205454077751589, 51.400786803915338 ], [ -3.206029810435837, 51.39001008368183 ], [ -3.208332741172831, 51.380308864760487 ], [ -3.212362869962568, 51.369167891987146 ], [ -3.2186959294893, 51.360900256879397 ], [ -3.225028989016031, 51.352990687479931 ], [ -3.231937781227012, 51.346518205774373 ], [ -3.240573771490736, 51.34004480976887 ], [ -3.249209761754461, 51.334289912388137 ], [ -3.258997217386682, 51.329613526286046 ], [ -3.272814801808642, 51.323137742722608 ], [ -3.285480920862105, 51.319899508018402 ], [ -3.299874237968313, 51.316661044691472 ], [ -3.313691822390273, 51.314861799609005 ], [ -3.335569664391709, 51.313422352736019 ], [ -3.358023239077393, 51.314142081817778 ], [ -3.371265090815104, 51.314501942124707 ], [ -3.548590757563586, 51.368808460627363 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.511696193232367, 53.523044103814875 ], [ -2.515150589337857, 53.346750359195291 ], [ -2.381580606592248, 53.443562378055937 ], [ -2.061473234150185, 53.575037620829541 ], [ -1.897965151823662, 53.458647942545689 ], [ -2.017717550147312, 53.270381649628526 ], [ -2.360854229959309, 53.182837204043409 ], [ -2.5347255006023, 53.181457119670881 ], [ -3.024098282213369, 53.24351696294265 ], [ -3.126578700009569, 53.330937431545465 ], [ -3.133487492220549, 53.390720697739539 ], [ -2.956161825472068, 53.472357442777188 ], [ -2.511696193232367, 53.523044103814875 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -4.173260719973008, 54.042814506251482 ], [ -4.198592958079934, 54.013731259977497 ], [ -4.229682523029343, 53.995459289886362 ], [ -4.257317691873263, 53.982596427908177 ], [ -4.286104326085679, 53.971084183492771 ], [ -4.317193891035089, 53.964988177983344 ], [ -4.804263741908932, 53.901774323404112 ], [ -5.031102419502999, 53.993428575806703 ], [ -5.046071469293456, 54.008994852782131 ], [ -5.050677330767443, 54.024555309170452 ], [ -5.052980261504436, 54.03875759988123 ], [ -5.052980261504436, 54.052279081319575 ], [ -5.050677330767443, 54.065796163725793 ], [ -5.043768538556463, 54.082686331629276 ], [ -5.033405350239994, 54.098894428470423 ], [ -5.021890696555027, 54.113071319580804 ], [ -5.005770181396074, 54.128592829923328 ], [ -4.98619527013163, 54.143434052934182 ], [ -4.959711566656209, 54.154898628781218 ], [ -4.940136655391767, 54.164337660501332 ], [ -4.912501486547847, 54.17175253233345 ], [ -4.884866317703928, 54.178492171743649 ], [ -4.3816759516709, 54.243809697755538 ], [ -4.35749517893247, 54.241118233100252 ], [ -4.317193891035089, 54.235061795659476 ], [ -4.288407256822672, 54.229004469290985 ], [ -4.25846915724176, 54.218233694002002 ], [ -4.173260719973008, 54.042814506251482 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -5.958150299072019, 54.657202318067128 ], [ -5.962067012034193, 54.631297114573258 ], [ -5.973698143579315, 54.606163261761388 ], [ -5.992690287661022, 54.58256657955566 ], [ -6.018466377591879, 54.561227324892009 ], [ -6.050243219922669, 54.542797911203529 ], [ -6.087055291379028, 54.527842598774022 ], [ -6.127784075797562, 54.516819831778164 ], [ -6.171192049673474, 54.510067821333763 ], [ -6.215960283686037, 54.507793871592789 ], [ -6.260728517698601, 54.510067821333763 ], [ -6.304136491574512, 54.516819831778164 ], [ -6.344865275993047, 54.527842598774022 ], [ -6.381677347449406, 54.542797911203529 ], [ -6.413454189780195, 54.561227324892009 ], [ -6.439230279711053, 54.58256657955566 ], [ -6.458222423792758, 54.606163261761388 ], [ -6.46985355533788, 54.631297114573258 ], [ -6.473770268300055, 54.657202318067128 ], [ -6.46985355533788, 54.683091016032492 ], [ -6.458222423792758, 54.708177343078624 ], [ -6.439230279711053, 54.731701211614094 ], [ -6.413454189780195, 54.752951147133423 ], [ -6.381677347449406, 54.771285509428282 ], [ -6.344865275993047, 54.78615150281577 ], [ -6.304136491574512, 54.797101456298101 ], [ -6.260728517698601, 54.803805941114618 ], [ -6.215960283686037, 54.806063385381535 ], [ -6.171192049673474, 54.803805941114618 ], [ -6.127784075797562, 54.797101456298101 ], [ -6.087055291379028, 54.78615150281577 ], [ -6.050243219922669, 54.771285509428282 ], [ -6.018466377591879, 54.752951147133423 ], [ -5.992690287661022, 54.731701211614094 ], [ -5.973698143579315, 54.708177343078624 ], [ -5.962067012034193, 54.683091016032492 ], [ -5.958150299072019, 54.657202318067128 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.035180220832062, 54.521427838803547 ], [ -5.774949047551823, 54.742039410164082 ], [ -5.622955618910267, 54.678844308385003 ], [ -5.880883861453513, 54.461905036242278 ], [ -6.035180220832062, 54.521427838803547 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -4.708692116323943, 55.626872684479942 ], [ -4.275741137769209, 55.476413007734863 ], [ -4.278331934848327, 55.46613341014379 ], [ -4.280634865585321, 55.460258150792377 ], [ -4.288695123164797, 55.448178479517992 ], [ -4.296179648060026, 55.436748358496295 ], [ -4.303664172955253, 55.426948476732797 ], [ -4.312875895903226, 55.418126503108446 ], [ -4.322663351535447, 55.408975708075353 ], [ -4.338208134010152, 55.397534233358961 ], [ -4.347995589642373, 55.390013746323874 ], [ -4.361237441380085, 55.382164756285604 ], [ -4.373903560433548, 55.374968480165926 ], [ -4.389448342908252, 55.367770894836923 ], [ -4.399235798540474, 55.36449883231176 ], [ -4.827580915621222, 55.513755952779817 ], [ -4.824702252199979, 55.527933731058404 ], [ -4.821823588778738, 55.537056955078711 ], [ -4.819520658041745, 55.548783705164702 ], [ -4.814914796567758, 55.555622694168015 ], [ -4.806278806304033, 55.568646047856852 ], [ -4.798794281408805, 55.577759826909571 ], [ -4.785552429671094, 55.588498351336767 ], [ -4.768280449143645, 55.599071299945628 ], [ -4.762523122301161, 55.60362492302707 ], [ -4.741221012983973, 55.613706064654757 ], [ -4.708692116323943, 55.626872684479942 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -4.476383978229748, 55.617932869001329 ], [ -4.840822767358934, 55.741608492054212 ], [ -4.828732380989719, 55.768822967681913 ], [ -4.865003540097363, 55.918808664769742 ], [ -4.329572143746428, 56.067252141634114 ], [ -4.071643901203182, 56.025449424705727 ], [ -4.149367813576705, 55.741932585595926 ], [ -4.397508600487729, 55.691828209040459 ], [ -4.476383978229748, 55.617932869001329 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -3.069988075940285, 55.950735054477704 ], [ -3.074534537406024, 55.921627905689796 ], [ -3.088035779872229, 55.893384275506122 ], [ -3.110081574918518, 55.866865166579338 ], [ -3.140002072218123, 55.842880698119075 ], [ -3.176888152601097, 55.822164966539113 ], [ -3.219619051180261, 55.805353095829773 ], [ -3.266896411225165, 55.792961252794299 ], [ -3.317283734074342, 55.785370317463261 ], [ -3.369250026420237, 55.782813783115131 ], [ -3.421216318766132, 55.785370317463261 ], [ -3.471603641615309, 55.792961252794299 ], [ -3.518881001660213, 55.805353095829773 ], [ -3.561611900239377, 55.822164966539113 ], [ -3.598497980622351, 55.842880698119075 ], [ -3.628418477921955, 55.866865166579338 ], [ -3.650464272968245, 55.893384275506122 ], [ -3.663965515434449, 55.921627905689796 ], [ -3.668511976900188, 55.950735054477704 ], [ -3.663965515434449, 55.979820337853454 ], [ -3.650464272968245, 56.008001009106771 ], [ -3.628418477921955, 56.034423659398549 ], [ -3.598497980622351, 56.058289803896571 ], [ -3.561611900239377, 56.078879617830928 ], [ -3.518881001660212, 56.095573164737658 ], [ -3.471603641615309, 56.107868549382715 ], [ -3.421216318766132, 56.115396525998477 ], [ -3.369250026420237, 56.117931195019388 ], [ -3.317283734074342, 56.115396525998477 ], [ -3.266896411225164, 56.107868549382715 ], [ -3.219619051180261, 56.095573164737658 ], [ -3.176888152601097, 56.078879617830928 ], [ -3.140002072218123, 56.058289803896571 ], [ -3.110081574918518, 56.034423659398549 ], [ -3.088035779872228, 56.008001009106771 ], [ -3.074534537406024, 55.979820337853454 ], [ -3.069988075940285, 55.950735054477704 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.514239317772153, 59.641676896367038 ], [ -1.799802729159318, 59.764245518616782 ], [ -1.640900508306782, 60.052904966567091 ], [ -1.04674437816252, 60.050605639848769 ], [ -0.975353525315728, 60.0333555838249 ], [ -0.92008318762789, 60.008039198737485 ], [ -0.887842157309984, 59.989615100192957 ], [ -0.850995265518092, 59.966570544347221 ], [ -0.825663027411166, 59.948123348898534 ], [ -0.80723958151522, 59.921587509326642 ], [ -0.798027858567247, 59.895030433420629 ], [ -0.798027858567247, 59.86960813115401 ], [ -0.802633720041234, 59.840695541474133 ], [ -0.8141483737262, 59.812915812570651 ], [ -0.830268888885153, 59.785112910395334 ], [ -0.850995265518092, 59.759606548745161 ], [ -0.869418711414038, 59.74104422484713 ], [ -0.917780256890897, 59.716084860066701 ], [ -1.514239317772153, 59.641676896367038 ] ] ] } } -] -} + "type": "FeatureCollection", + "crs": { + "type": "name", + "properties": { + "name": "urn:ogc:def:crs:OGC:1.3:CRS84" + } + }, + "features": [ + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.967628806617711, + 57.351024564207144 + ], + [ + -1.890480626928437, + 57.228131460004505 + ], + [ + -1.88932916155994, + 57.212546094614837 + ], + [ + -1.88587476545445, + 57.198201743230847 + ], + [ + -1.89278355766543, + 57.184475843355692 + ], + [ + -1.897389419139417, + 57.162004276094407 + ], + [ + -1.908904072824383, + 57.145141633817644 + ], + [ + -1.91350993429837, + 57.135770177320488 + ], + [ + -1.927327518720329, + 57.119520697274552 + ], + [ + -1.943448033879282, + 57.107641567057549 + ], + [ + -1.961871479775228, + 57.094507570065915 + ], + [ + -1.979143460302678, + 57.083246153757884 + ], + [ + -1.99871837156712, + 57.071981317181127 + ], + [ + -2.021747678937053, + 57.063843474423692 + ], + [ + -2.045928451675482, + 57.056330035637245 + ], + [ + -2.067806293676918, + 57.049441380808915 + ], + [ + -2.094289997152341, + 57.044430647323026 + ], + [ + -2.116167839153777, + 57.041925027076338 + ], + [ + -2.138045681155213, + 57.039419237818372 + ], + [ + -2.164529384630636, + 57.038166279808074 + ], + [ + -2.188710157369065, + 57.037539784957239 + ], + [ + -2.218648256949977, + 57.036913279542475 + ], + [ + -2.242829029688407, + 57.038792764095085 + ], + [ + -2.271615663900823, + 57.040672153574192 + ], + [ + -2.294644971270755, + 57.045057025977457 + ], + [ + -2.321128674746178, + 57.050067674964708 + ], + [ + -2.3476123782216, + 57.057582381038472 + ], + [ + -2.374096081697023, + 57.068225611491549 + ], + [ + -2.391368062224472, + 57.074484909807865 + ], + [ + -2.407488577383425, + 57.082620419238467 + ], + [ + -2.425912023279371, + 57.092630904840952 + ], + [ + -2.433972280858848, + 57.100136995807752 + ], + [ + -2.446638399912311, + 57.107641567057549 + ], + [ + -2.46045598433427, + 57.118895574854349 + ], + [ + -2.473122103387733, + 57.128271303414984 + ], + [ + -2.48118236096721, + 57.138269464420958 + ], + [ + -2.572148125078444, + 57.289784875519267 + ], + [ + -2.573299590446941, + 57.302227586570424 + ], + [ + -2.573299590446941, + 57.310934980527556 + ], + [ + -2.570996659709947, + 57.327100385666689 + ], + [ + -2.56293640213047, + 57.347918408510907 + ], + [ + -2.558330540656484, + 57.357857181732257 + ], + [ + -2.546815886971518, + 57.374622760424266 + ], + [ + -2.531846837181061, + 57.390760151954254 + ], + [ + -2.514574856653612, + 57.405649902673304 + ], + [ + -2.499605806863156, + 57.41805340715068 + ], + [ + -2.478879430230216, + 57.429832846027722 + ], + [ + -2.458153053597277, + 57.439129725931792 + ], + [ + -2.437426676964338, + 57.447804682999333 + ], + [ + -2.410942973488915, + 57.457096997147374 + ], + [ + -2.383307804644996, + 57.463290561514967 + ], + [ + -2.35452117043258, + 57.468863872323844 + ], + [ + -2.319977209377681, + 57.473198082082178 + ], + [ + -2.286584713691279, + 57.475674542569813 + ], + [ + -2.256646614110366, + 57.476912709870149 + ], + [ + -2.22440558379246, + 57.475674542569813 + ], + [ + -2.189861622737562, + 57.472578940733193 + ], + [ + -2.157620592419656, + 57.466386950218954 + ], + [ + -2.12192516599626, + 57.45833579396691 + ], + [ + -2.093138531783844, + 57.448424244072044 + ], + [ + -2.064351897571429, + 57.436031028399526 + ], + [ + -2.041322590201496, + 57.424873544257217 + ], + [ + -2.02289914430555, + 57.41309250942156 + ], + [ + -2.003324233041107, + 57.395724074437837 + ], + [ + -1.983749321776664, + 57.37772665654456 + ], + [ + -1.973386133460195, + 57.364067548603977 + ], + [ + -1.967628806617711, + 57.351024564207144 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.89623795377092, + 55.088966928008873 + ], + [ + -1.611826007752252, + 55.164678757503488 + ], + [ + -1.589948165750816, + 55.160732124166152 + ], + [ + -1.56461592764389, + 55.152179745234371 + ], + [ + -1.542738085642454, + 55.144283613890089 + ], + [ + -1.528920501220494, + 55.137044120644966 + ], + [ + -1.512799986061542, + 55.129144993851547 + ], + [ + -1.498982401639582, + 55.117951888509026 + ], + [ + -1.484013351849125, + 55.106096945475869 + ], + [ + -1.473650163532656, + 55.096379857125505 + ], + [ + -1.464438440584683, + 55.086330889128867 + ], + [ + -1.456953915689455, + 55.071335117880508 + ], + [ + -1.452923786899717, + 55.058971737632305 + ], + [ + -1.450620856162723, + 55.044790351530949 + ], + [ + -1.453211653241841, + 55.027304065879832 + ], + [ + -1.456378183005207, + 55.008489542038866 + ], + [ + -1.463286975216187, + 54.9952810948785 + ], + [ + -1.471347232795663, + 54.985371905309478 + ], + [ + -1.775334090078774, + 54.915939050778974 + ], + [ + -1.796060466711713, + 54.919909874077092 + ], + [ + -1.819089774081645, + 54.927850345257724 + ], + [ + -1.835210289240599, + 54.934466207485499 + ], + [ + -1.852482269768048, + 54.947033347895292 + ], + [ + -1.870905715663994, + 54.959596560648045 + ], + [ + -1.884723300085954, + 54.972155846367421 + ], + [ + -1.89969234987641, + 54.990657110883809 + ], + [ + -1.907752607455886, + 55.005848200517057 + ], + [ + -1.912358468929873, + 55.024993985875767 + ], + [ + -1.912358468929873, + 55.046109761487948 + ], + [ + -1.908904072824383, + 55.064576937392154 + ], + [ + -1.89623795377092, + 55.088966928008873 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.365700285236096, + 54.426710754551678 + ], + [ + -1.382972265763546, + 54.424701131598489 + ], + [ + -1.409455969238968, + 54.422021481028423 + ], + [ + -1.429030880503411, + 54.421686512388241 + ], + [ + -1.451484455189095, + 54.421686512388241 + ], + [ + -1.4670292376638, + 54.424031235381065 + ], + [ + -1.47739242598027, + 54.426710754551678 + ], + [ + -1.494664406507719, + 54.431064599549657 + ], + [ + -1.509633456298175, + 54.435417981949023 + ], + [ + -1.524602506088632, + 54.442449391757584 + ], + [ + -1.53208703098386, + 54.446801564397191 + ], + [ + -1.544177417353075, + 54.454835129553132 + ], + [ + -1.551086209564054, + 54.460859269017412 + ], + [ + -1.558570734459282, + 54.468890075887671 + ], + [ + -1.564328061301766, + 54.476584786977277 + ], + [ + -1.568933922775752, + 54.484278050838938 + ], + [ + -1.572388318881242, + 54.493307427161383 + ], + [ + -1.573539784249739, + 54.50099754533607 + ], + [ + -1.575266982302484, + 54.511025959971633 + ], + [ + -1.572388318881242, + 54.520717754623881 + ], + [ + -1.568933922775752, + 54.528736811152577 + ], + [ + -1.563752328617517, + 54.540428445709075 + ], + [ + -1.559146467143531, + 54.54877756296181 + ], + [ + -1.312732878285251, + 54.679634855049649 + ], + [ + -1.297763828494795, + 54.676639017906965 + ], + [ + -1.277037451861856, + 54.6709796112658 + ], + [ + -1.259765471334406, + 54.664986438607556 + ], + [ + -1.242493490806957, + 54.658659352477109 + ], + [ + -1.231554569806239, + 54.653996658443603 + ], + [ + -1.218312718068527, + 54.647001614141907 + ], + [ + -1.203343668278071, + 54.640338547830616 + ], + [ + -1.191253281908856, + 54.632674671401304 + ], + [ + -1.179162895539642, + 54.625342655335061 + ], + [ + -1.168799707223172, + 54.616009086902245 + ], + [ + -1.159587984275199, + 54.608674066713384 + ], + [ + -1.150376261327226, + 54.600003702075078 + ], + [ + -1.143467469116246, + 54.592999367163181 + ], + [ + -1.137134409589515, + 54.584992937724437 + ], + [ + -1.130801350062783, + 54.575983823474537 + ], + [ + -1.124468290536052, + 54.567640274897883 + ], + [ + -1.120438161746314, + 54.558627324017905 + ], + [ + -1.365700285236096, + 54.426710754551678 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.669111409834958, + 53.995586206227877 + ], + [ + -1.49754306992896, + 53.8837501317849 + ], + [ + -1.450332989820598, + 53.815144910350085 + ], + [ + -1.457241782031578, + 53.80426643742841 + ], + [ + -1.46990790108504, + 53.792704966504516 + ], + [ + -1.484876950875497, + 53.781820670270214 + ], + [ + -1.495240139191967, + 53.772294594559582 + ], + [ + -1.505603327508436, + 53.765488930916156 + ], + [ + -1.524026773404382, + 53.758001426591015 + ], + [ + -1.540147288563335, + 53.749831717367854 + ], + [ + -1.562025130564771, + 53.745065319840919 + ], + [ + -1.579297111092221, + 53.739617346249595 + ], + [ + -1.60347788383065, + 53.736212004082304 + ], + [ + -1.627658656569079, + 53.734168666343635 + ], + [ + -1.640324775622542, + 53.732806386000526 + ], + [ + -1.879829572269842, + 53.885107515827535 + ], + [ + -1.872920780058862, + 53.899357387465713 + ], + [ + -1.868314918584876, + 53.912245942136245 + ], + [ + -1.861406126373896, + 53.920384033097278 + ], + [ + -1.854497334162916, + 53.931232353930433 + ], + [ + -1.844134145846446, + 53.939366744407188 + ], + [ + -1.826862165318997, + 53.952920538206939 + ], + [ + -1.810741650160044, + 53.962405573450432 + ], + [ + -1.798075531106581, + 53.969179277554147 + ], + [ + -1.781955015947628, + 53.975951880861487 + ], + [ + -1.754319847103709, + 53.986785756707128 + ], + [ + -1.72668467825979, + 53.99220163805429 + ], + [ + -1.696746578678877, + 53.996939956464004 + ], + [ + -1.669111409834958, + 53.995586206227877 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.176284232118399, + 53.426198777900552 + ], + [ + -1.095681656323635, + 53.574994889244287 + ], + [ + -1.085318468007165, + 53.57943874280928 + ], + [ + -1.068046487479716, + 53.58456568574514 + ], + [ + -1.047895843531025, + 53.588666792372216 + ], + [ + -1.02889666495083, + 53.591058920792058 + ], + [ + -1.007018822949394, + 53.592767501043596 + ], + [ + -0.987443911684951, + 53.593792616032921 + ], + [ + -0.966141802367764, + 53.592425790520238 + ], + [ + -0.946566891103321, + 53.591058920792058 + ], + [ + -0.928143445207375, + 53.587299801048026 + ], + [ + -0.91605305883816, + 53.584223908895723 + ], + [ + -0.901659741731952, + 53.580122371130116 + ], + [ + -0.887266424625744, + 53.573285590417946 + ], + [ + -0.872297374835288, + 53.567131542477817 + ], + [ + -0.860782721150322, + 53.560292661026075 + ], + [ + -0.848692334781107, + 53.551058417022915 + ], + [ + -0.838904879148886, + 53.5435327280412 + ], + [ + -0.830844621569409, + 53.534979184345204 + ], + [ + -0.826238760095423, + 53.527279517381722 + ], + [ + -0.906265603205939, + 53.373335510549381 + ], + [ + -0.914325860785415, + 53.369900559907215 + ], + [ + -0.928143445207375, + 53.366121794262689 + ], + [ + -0.948869821840314, + 53.360624809518093 + ], + [ + -0.962687406262274, + 53.357876051200158 + ], + [ + -0.985716713632206, + 53.356501605552538 + ], + [ + -1.002988694159656, + 53.355127115578306 + ], + [ + -1.019109209318609, + 53.355814366106294 + ], + [ + -1.0392598532673, + 53.357188833917128 + ], + [ + -1.057683299163246, + 53.359250452521792 + ], + [ + -1.072652348953702, + 53.362342693431927 + ], + [ + -1.09395445827089, + 53.368526502090241 + ], + [ + -1.107196310008601, + 53.372305054441391 + ], + [ + -1.118135231009319, + 53.378487417154943 + ], + [ + -1.130225617378534, + 53.385012270889227 + ], + [ + -1.14519466716899, + 53.393939397911424 + ], + [ + -1.154982122801211, + 53.403894369523655 + ], + [ + -1.168223974538923, + 53.414876463218505 + ], + [ + -1.176284232118399, + 53.426198777900552 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 1.386445878641919, + 52.760154701898912 + ], + [ + 1.408323720643355, + 52.752489088711037 + ], + [ + 1.429050097276294, + 52.740988139391284 + ], + [ + 1.443443414382502, + 52.727392194496623 + ], + [ + 1.453806602698972, + 52.716930889784159 + ], + [ + 1.4612911275942, + 52.706118238580849 + ], + [ + 1.465321256383938, + 52.694953981282531 + ], + [ + 1.46819991980518, + 52.684833906347642 + ], + [ + 1.46819991980518, + 52.672267791369258 + ], + [ + 1.467048454436683, + 52.662840832698457 + ], + [ + 1.462442592962697, + 52.651665507410058 + ], + [ + 1.458412464172958, + 52.642583451937668 + ], + [ + 1.452079404646227, + 52.63315009019103 + ], + [ + 1.444594879750999, + 52.62476317194961 + ], + [ + 1.436534622171522, + 52.61847192837017 + ], + [ + 1.423868503118059, + 52.610431801202779 + ], + [ + 1.411778116748845, + 52.603788843362999 + ], + [ + 1.402566393800872, + 52.597494585377582 + ], + [ + 1.388173076694664, + 52.593297910924612 + ], + [ + 1.186666637207753, + 52.590499904629844 + ], + [ + 1.172849052785794, + 52.597144877859854 + ], + [ + 1.158455735679586, + 52.602739863171401 + ], + [ + 1.149819745415861, + 52.610082196963575 + ], + [ + 1.139456557099391, + 52.616374646233325 + ], + [ + 1.132547764888411, + 52.623365195963892 + ], + [ + 1.125638972677432, + 52.628956831996661 + ], + [ + 1.1193059131507, + 52.639439224043933 + ], + [ + 1.112972853623969, + 52.647474023872924 + ], + [ + 1.110238123373789, + 52.656205816701444 + ], + [ + 1.108942724834231, + 52.66493588815031 + ], + [ + 1.108366992149982, + 52.674711485734662 + ], + [ + 1.108942724834231, + 52.682390778214511 + ], + [ + 1.110669922886975, + 52.691464565225878 + ], + [ + 1.11239712093972, + 52.699838695231669 + ], + [ + 1.1193059131507, + 52.711350501195199 + ], + [ + 1.125063239993183, + 52.71937208533199 + ], + [ + 1.133699230256908, + 52.727740861438129 + ], + [ + 1.14348668588913, + 52.736456628899305 + ], + [ + 1.155001339574096, + 52.744822126452945 + ], + [ + 1.169970389364552, + 52.751792147890328 + ], + [ + 1.184939439155008, + 52.757715789486319 + ], + [ + 1.386445878641919, + 52.760154701898912 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.465589905953177, + 52.75815131957637 + ], + [ + -1.542738085642452, + 52.875063951289839 + ], + [ + -1.417228360476319, + 52.919519403469195 + ], + [ + -1.302081823626656, + 52.915353641952187 + ], + [ + -1.122453226141181, + 52.881318254954309 + ], + [ + -1.124756156878174, + 52.763028959057642 + ], + [ + -1.465589905953177, + 52.75815131957637 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.961871479775226, + 52.483429656846283 + ], + [ + -1.954386954879998, + 52.498766427983661 + ], + [ + -1.944599499247777, + 52.512170769332336 + ], + [ + -1.934812043615555, + 52.524782884549111 + ], + [ + -1.924448855299086, + 52.533889382928294 + ], + [ + -1.910631270877126, + 52.544744663257475 + ], + [ + -1.896813686455167, + 52.553496966566151 + ], + [ + -1.880117438611965, + 52.561547544070017 + ], + [ + -1.861118260031771, + 52.569946571755629 + ], + [ + -1.841543348767328, + 52.576594661384426 + ], + [ + -1.824271368239879, + 52.580792935512569 + ], + [ + -1.805847922343932, + 52.583941377271415 + ], + [ + -1.791454605237725, + 52.586390008962894 + ], + [ + -1.774758357394523, + 52.588138947846325 + ], + [ + -1.755759178814329, + 52.588838503857552 + ], + [ + -1.737335732918383, + 52.5884887272478 + ], + [ + -1.709124831390215, + 52.586739802323081 + ], + [ + -1.696458712336752, + 52.584990807604306 + ], + [ + -1.531223431957485, + 52.438878893946359 + ], + [ + -1.531223431957485, + 52.43536904509461 + ], + [ + -1.534102095378727, + 52.426944267177788 + ], + [ + -1.539283689536962, + 52.415708724769594 + ], + [ + -1.547343947116438, + 52.401309001456269 + ], + [ + -1.553101273958922, + 52.393580382646903 + ], + [ + -1.561161531538398, + 52.385147618288613 + ], + [ + -1.569797521802123, + 52.378119083972805 + ], + [ + -1.581887908171337, + 52.368980316624793 + ], + [ + -1.593402561856304, + 52.361597624008446 + ], + [ + -1.609523077015256, + 52.353510402207696 + ], + [ + -1.621037730700223, + 52.347180239707704 + ], + [ + -1.633128117069437, + 52.342256153237109 + ], + [ + -1.647521434175645, + 52.337331518334615 + ], + [ + -1.664793414703095, + 52.332758151976044 + ], + [ + -1.684944058651786, + 52.328536159077693 + ], + [ + -1.704231103574105, + 52.324841595216903 + ], + [ + -1.722366683127927, + 52.322906218147253 + ], + [ + -1.745395990497859, + 52.322906218147253 + ], + [ + -1.76554663444655, + 52.32361000046815 + ], + [ + -1.780515684237007, + 52.32361000046815 + ], + [ + -1.961871479775226, + 52.483429656846283 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.573636044881473, + 51.757223114011978 + ], + [ + -0.631209313306304, + 51.880360785246886 + ], + [ + -0.394007447395998, + 51.921213553620746 + ], + [ + -0.358312020972602, + 51.958126681241339 + ], + [ + -0.232226563122221, + 51.977990401607137 + ], + [ + -0.21553031527902, + 51.969123757188676 + ], + [ + -0.204591394278302, + 51.961674419891679 + ], + [ + -0.189622344487846, + 51.950320667887283 + ], + [ + -0.182137819592618, + 51.943578017229278 + ], + [ + -0.173501829328893, + 51.934349589394337 + ], + [ + -0.165441571749416, + 51.923343982772046 + ], + [ + -0.16083571027543, + 51.914821659502671 + ], + [ + -0.156229848801443, + 51.905587316935936 + ], + [ + -0.151623987327457, + 51.893508773018794 + ], + [ + -0.151623987327457, + 51.881071585620035 + ], + [ + -0.151623987327457, + 51.871474832327095 + ], + [ + -0.15392691806445, + 51.857609239100242 + ], + [ + -0.157957046854188, + 51.845517798682167 + ], + [ + -0.221287642121503, + 51.818478125009953 + ], + [ + -0.573636044881473, + 51.757223114011978 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.231813980381922, + 51.757579488225062 + ], + [ + 0.21857212864421, + 51.757935795638993 + ], + [ + 0.198709351037644, + 51.760074019123131 + ], + [ + 0.179134439773201, + 51.762568342954758 + ], + [ + 0.158839862653448, + 51.767556878484044 + ], + [ + 0.137681686507322, + 51.773613422976844 + ], + [ + 0.12026577280881, + 51.781272107366696 + ], + [ + 0.109614718150217, + 51.787326837047928 + ], + [ + 0.095221401044009, + 51.794003929532082 + ], + [ + 0.085290012240725, + 51.800680016327895 + ], + [ + 0.073055692700449, + 51.809046002797423 + ], + [ + 0.063124303897165, + 51.819189903371871 + ], + [ + 0.056215511686185, + 51.826129153146084 + ], + [ + 0.049306719475205, + 51.834846182678668 + ], + [ + 0.043549392632722, + 51.843472596642172 + ], + [ + 0.037072399934929, + 51.853608753415124 + ], + [ + 0.030739340408197, + 51.871297105191225 + ], + [ + 0.252540357014861, + 52.016451309192519 + ], + [ + 0.267941206318504, + 52.016451313401944 + ], + [ + 0.284205654648519, + 52.015033982129246 + ], + [ + 0.298886838096851, + 52.012907914711491 + ], + [ + 0.315007353255804, + 52.009364251171078 + ], + [ + 0.329400670362011, + 52.005111443144393 + ], + [ + 0.342930388441847, + 52.000681014397863 + ], + [ + 0.358475170916551, + 51.995541181524651 + ], + [ + 0.368838359233021, + 51.989868954428019 + ], + [ + 0.381504478286484, + 51.982423065865952 + ], + [ + 0.39647352807694, + 51.973202631540154 + ], + [ + 0.409139647130403, + 51.963980299455457 + ], + [ + 0.420078568131121, + 51.955820500556129 + ], + [ + 0.428138825710598, + 51.945529941403038 + ], + [ + 0.436199083290074, + 51.934527077062668 + ], + [ + 0.443107875501054, + 51.923166450871207 + ], + [ + 0.451743865764779, + 51.904521693683051 + ], + [ + 0.231813980381922, + 51.757579488225062 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.132768741918324, + 51.453242056832991 + ], + [ + -0.133920207286821, + 51.441580617542115 + ], + [ + -0.136798870708062, + 51.431531397282811 + ], + [ + -0.14773779170878, + 51.40532124803331 + ], + [ + -0.160979643446492, + 51.38736041784923 + ], + [ + -0.173645762499955, + 51.371549053483406 + ], + [ + -0.187463346921914, + 51.355013150517387 + ], + [ + -0.20934118892335, + 51.337751929425409 + ], + [ + -0.635383375267104, + 51.337032570780636 + ], + [ + -0.710804356903634, + 51.35159738322718 + ], + [ + -0.720591812535855, + 51.361664177051487 + ], + [ + -0.730379268168077, + 51.371009933423274 + ], + [ + -0.737863793063305, + 51.379635092634167 + ], + [ + -0.746499783327029, + 51.391851286528969 + ], + [ + -0.752832842853761, + 51.402986738893503 + ], + [ + -0.758014437011996, + 51.412683150113537 + ], + [ + -0.762044565801734, + 51.421659475362453 + ], + [ + -0.766074694591472, + 51.432787670719733 + ], + [ + -0.768953358012714, + 51.44642498740572 + ], + [ + -0.772983486802452, + 51.463645251877431 + ], + [ + -0.774710684855197, + 51.472252948189684 + ], + [ + -0.7735592194867, + 51.480859020702262 + ], + [ + -0.770680556065459, + 51.490359672908355 + ], + [ + -0.770680556065459, + 51.500395947226089 + ], + [ + -0.766074694591472, + 51.512221576621194 + ], + [ + -0.762620298485982, + 51.520461867025375 + ], + [ + -0.759741635064741, + 51.528700666706349 + ], + [ + -0.753408575538009, + 51.537654193065478 + ], + [ + -0.747651248695526, + 51.545173794296211 + ], + [ + -0.741893921853043, + 51.554840027332084 + ], + [ + -0.733833664273566, + 51.564504206616796 + ], + [ + -0.725197674009842, + 51.57452414938318 + ], + [ + -0.720016079851607, + 51.580964375009287 + ], + [ + -0.709077158850889, + 51.589549922943846 + ], + [ + -0.703319832008406, + 51.59455741006397 + ], + [ + -0.691229445639191, + 51.604034356546009 + ], + [ + -0.210492654291847, + 51.604391938445815 + ], + [ + -0.201856664028122, + 51.595093893801192 + ], + [ + -0.186311881553418, + 51.582932039702264 + ], + [ + -0.175948693236948, + 51.571840258333104 + ], + [ + -0.162207279497656, + 51.556255104548043 + ], + [ + -0.151552284467122, + 51.540725813661403 + ], + [ + -0.140497802858418, + 51.519986900764707 + ], + [ + -0.135470576741663, + 51.503809310952292 + ], + [ + -0.132367074355702, + 51.488724286527052 + ], + [ + -0.131055247908049, + 51.469444120524379 + ], + [ + -0.132768741918324, + 51.453242056832991 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.173070029815706, + 51.579533292626024 + ], + [ + 0.144158679205116, + 51.570588006673944 + ], + [ + 0.152794669468841, + 51.564504206616796 + ], + [ + 0.164309323153807, + 51.555197996521017 + ], + [ + 0.175248244154525, + 51.544815746222106 + ], + [ + 0.181581303681257, + 51.535863628678236 + ], + [ + 0.185611432470995, + 51.529775182854799 + ], + [ + 0.19079302662923, + 51.519028880128914 + ], + [ + 0.19079302662923, + 51.506129969012989 + ], + [ + 0.191368759313478, + 51.498962329042321 + ], + [ + 0.189065828576485, + 51.487850259046787 + ], + [ + 0.183308501734002, + 51.478528369726511 + ], + [ + 0.179278372944263, + 51.470997760281911 + ], + [ + 0.171218115364787, + 51.462748523457805 + ], + [ + 0.164885055838055, + 51.455215309055518 + ], + [ + 0.156249065574331, + 51.44983368036965 + ], + [ + 0.147613075310606, + 51.444810254550681 + ], + [ + 0.134946956257143, + 51.437274079569626 + ], + [ + -0.125859949707344, + 51.445169089008502 + ], + [ + -0.123557018970351, + 51.460596303358017 + ], + [ + -0.121254088233358, + 51.469921857445932 + ], + [ + -0.121254088233358, + 51.481396846321637 + ], + [ + -0.124708484338848, + 51.493227405343404 + ], + [ + -0.127011415075841, + 51.504696531207458 + ], + [ + -0.131041543865579, + 51.516521044565451 + ], + [ + -0.133920207286821, + 51.526551558328215 + ], + [ + -0.139101801445056, + 51.536937975763465 + ], + [ + -0.146586326340284, + 51.54911213716219 + ], + [ + -0.155798049288257, + 51.559851339614042 + ], + [ + -0.16155537613074, + 51.569156597547313 + ], + [ + -0.173070029815706, + 51.579533292626024 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.484416695595871, + 51.579533292626039 + ], + [ + 0.797039543142707, + 51.721526905982223 + ], + [ + 0.893186901412176, + 51.688702530486907 + ], + [ + 0.90873168388688, + 51.682277584288386 + ], + [ + 0.920246337571846, + 51.675137685753974 + ], + [ + 0.928882327835571, + 51.667282497093609 + ], + [ + 0.939821248836289, + 51.656925848797172 + ], + [ + 0.946730041047269, + 51.646566833202506 + ], + [ + 0.954790298626746, + 51.634418765447485 + ], + [ + 0.95997189278498, + 51.622982316874094 + ], + [ + 0.964577754258967, + 51.612615544920736 + ], + [ + 0.968607883048705, + 51.596703306993014 + ], + [ + 0.68649886776703, + 51.464541962676506 + ], + [ + 0.675559946766312, + 51.459520155246892 + ], + [ + 0.653106372080628, + 51.457009044308712 + ], + [ + 0.630652797394944, + 51.455215309055525 + ], + [ + 0.607623490025011, + 51.45413903406989 + ], + [ + 0.588048578760568, + 51.458443981761278 + ], + [ + 0.571352330917367, + 51.464541962676506 + ], + [ + 0.558686211863904, + 51.470639128822391 + ], + [ + 0.545444360126193, + 51.476735480238808 + ], + [ + 0.531051043019985, + 51.486057736012114 + ], + [ + 0.520112122019267, + 51.495736523246308 + ], + [ + 0.506870270281555, + 51.507921702857594 + ], + [ + 0.499961478070576, + 51.517237583102506 + ], + [ + 0.494204151228092, + 51.531207831603723 + ], + [ + 0.489022557069858, + 51.541235110520212 + ], + [ + 0.486719626332864, + 51.557703701962133 + ], + [ + 0.483265230227374, + 51.567009399350532 + ], + [ + 0.484416695595871, + 51.579533292626039 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.317578933562033, + 51.045306489946917 + ], + [ + -0.3457898350902, + 51.059782883354714 + ], + [ + -0.367091944407388, + 51.076786863526621 + ], + [ + -0.377455132723858, + 51.090168581178567 + ], + [ + -0.384363924934838, + 51.098484995214093 + ], + [ + -0.391848449830066, + 51.111137538188082 + ], + [ + -0.397030043988301, + 51.125232006669137 + ], + [ + -0.399332974725294, + 51.139322175680739 + ], + [ + -0.401060172778039, + 51.150880129145641 + ], + [ + -0.398757242041045, + 51.160268835378382 + ], + [ + -0.398757242041045, + 51.170377613341472 + ], + [ + -0.392999915198562, + 51.182288686104201 + ], + [ + -0.390121251777321, + 51.189506020543064 + ], + [ + -0.198402267922631, + 51.218364057505966 + ], + [ + 0.063556103410353, + 51.199608390133243 + ], + [ + 0.065859034147346, + 51.194918279713228 + ], + [ + 0.071040628305581, + 51.18481488171534 + ], + [ + 0.073343559042574, + 51.174348312833132 + ], + [ + 0.074495024411071, + 51.16460144007582 + ], + [ + 0.076797955148064, + 51.154491396091963 + ], + [ + 0.076797955148064, + 51.143656747388796 + ], + [ + 0.075070757095319, + 51.131735695823359 + ], + [ + 0.073343559042574, + 51.122341184178005 + ], + [ + 0.068737697568587, + 51.107884357914592 + ], + [ + 0.063556103410353, + 51.098846544504639 + ], + [ + -0.317578933562033, + 51.045306489946917 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.033838065306264, + 50.833617340158995 + ], + [ + -1.715026091403759, + 50.888037388734624 + ], + [ + -1.705670435284723, + 50.883406436466693 + ], + [ + -1.692716449889137, + 50.875777981181578 + ], + [ + -1.68120179620417, + 50.868511624225725 + ], + [ + -1.67285367228257, + 50.861607535462163 + ], + [ + -1.663641949334596, + 50.853248586766142 + ], + [ + -1.657884622492114, + 50.847069270358169 + ], + [ + -1.653278761018127, + 50.840889135338948 + ], + [ + -1.64521850343865, + 50.830708304812291 + ], + [ + -1.64104444147785, + 50.823616772992459 + ], + [ + -1.638309711227671, + 50.817251657885436 + ], + [ + -1.635431047806429, + 50.809248569655786 + ], + [ + -1.633847782924746, + 50.800152486623531 + ], + [ + -1.631976651700939, + 50.788506916155178 + ], + [ + -1.631688785358815, + 50.781226961073948 + ], + [ + -1.631688785358815, + 50.772580534580072 + ], + [ + -1.632408451214125, + 50.765116025245121 + ], + [ + -1.634855315122181, + 50.758287693047976 + ], + [ + -1.636582513174925, + 50.749910236548423 + ], + [ + -1.639461176596167, + 50.744445870124309 + ], + [ + -1.991233846671888, + 50.686849131241544 + ], + [ + -2.001597034988358, + 50.693414357607637 + ], + [ + -2.011960223304828, + 50.701437275476216 + ], + [ + -2.021747678937049, + 50.710552561742546 + ], + [ + -2.030959401885022, + 50.721670801503599 + ], + [ + -2.038443926780251, + 50.733515223864693 + ], + [ + -2.044201253622733, + 50.744810181061503 + ], + [ + -2.049382847780969, + 50.758287693047976 + ], + [ + -2.051110045833714, + 50.771761324784435 + ], + [ + -2.051685778517962, + 50.779042753507674 + ], + [ + -2.050534313149465, + 50.792874345118712 + ], + [ + -2.044776986306982, + 50.811795155566173 + ], + [ + -2.040171124832996, + 50.823071224399555 + ], + [ + -2.033838065306264, + 50.833617340158995 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.507906258245427, + 50.859745073367463 + ], + [ + -1.51020918898242, + 50.924387991253326 + ], + [ + -1.454363118610333, + 51.024805607663012 + ], + [ + -1.335186452970932, + 51.08325216315091 + ], + [ + -1.321368868548972, + 51.082167140992077 + ], + [ + -1.306975551442765, + 51.081082093384332 + ], + [ + -1.29488516507355, + 51.079635323653086 + ], + [ + -1.280203981625218, + 51.076560792700029 + ], + [ + -1.265522798176886, + 51.072762549566228 + ], + [ + -1.251129481070678, + 51.067335954185928 + ], + [ + -1.239039094701463, + 51.062813308140271 + ], + [ + -1.226372975648, + 51.057204607016089 + ], + [ + -1.213418990252413, + 51.049966572945728 + ], + [ + -1.202767935593819, + 51.044175331130035 + ], + [ + -1.19240474727735, + 51.036935260609724 + ], + [ + -1.182617291645128, + 51.027883581355134 + ], + [ + -1.176284232118397, + 51.021727429584828 + ], + [ + -1.281643313335839, + 50.829571913636428 + ], + [ + -1.290279303599563, + 50.824116850887933 + ], + [ + -1.305248353390019, + 50.821207223451225 + ], + [ + -1.327126195391456, + 50.818297414696573 + ], + [ + -1.346701106655899, + 50.81720618966677 + ], + [ + -1.368578948657334, + 50.81720618966677 + ], + [ + -1.391608256027267, + 50.819024883884012 + ], + [ + -1.413486098028703, + 50.82266205983408 + ], + [ + -1.434212474661642, + 50.825571596613244 + ], + [ + -1.45551458397883, + 50.832481019805165 + ], + [ + -1.481998287454253, + 50.84302500986373 + ], + [ + -1.496967337244709, + 50.851385790805615 + ], + [ + -1.507906258245427, + 50.859745073367463 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.58129879948062, + 51.382824193066888 + ], + [ + -2.583320208440095, + 51.368401889302987 + ], + [ + -2.589323015830167, + 51.354413461013614 + ], + [ + -2.599124829385855, + 51.341284529363513 + ], + [ + -2.612427825962227, + 51.329414914416901 + ], + [ + -2.628827800739952, + 51.31916637777568 + ], + [ + -2.647826448784196, + 51.310851496811644 + ], + [ + -2.668846505787914, + 51.304724024689783 + ], + [ + -2.69124928795571, + 51.300971046287081 + ], + [ + -2.714354098087771, + 51.299707184516976 + ], + [ + -2.737458908219832, + 51.300971046287081 + ], + [ + -2.759861690387629, + 51.304724024689783 + ], + [ + -2.780881747391347, + 51.310851496811644 + ], + [ + -2.79988039543559, + 51.31916637777568 + ], + [ + -2.816280370213316, + 51.329414914416901 + ], + [ + -2.829583366789689, + 51.341284529363513 + ], + [ + -2.839385180345377, + 51.354413461013614 + ], + [ + -2.845387987735448, + 51.368401889302987 + ], + [ + -2.847409396694923, + 51.382824193066888 + ], + [ + -2.845387987735448, + 51.397241953416028 + ], + [ + -2.839385180345377, + 51.411217299464923 + ], + [ + -2.829583366789689, + 51.424326187962407 + ], + [ + -2.816280370213316, + 51.436171216346949 + ], + [ + -2.79988039543559, + 51.446393588520621 + ], + [ + -2.780881747391347, + 51.454683882932528 + ], + [ + -2.759861690387629, + 51.460791311917035 + ], + [ + -2.737458908219832, + 51.464531208092666 + ], + [ + -2.714354098087771, + 51.465790526453297 + ], + [ + -2.69124928795571, + 51.464531208092666 + ], + [ + -2.668846505787914, + 51.460791311917035 + ], + [ + -2.647826448784196, + 51.454683882932528 + ], + [ + -2.628827800739952, + 51.446393588520621 + ], + [ + -2.612427825962227, + 51.436171216346949 + ], + [ + -2.599124829385854, + 51.424326187962407 + ], + [ + -2.589323015830166, + 51.411217299464923 + ], + [ + -2.583320208440095, + 51.397241953416028 + ], + [ + -2.58129879948062, + 51.382824193066888 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -3.548590757563586, + 51.368808460627363 + ], + [ + -3.553196619037572, + 51.399529650702419 + ], + [ + -3.550893688300579, + 51.412817808014424 + ], + [ + -3.546863559510841, + 51.425743119884636 + ], + [ + -3.543409163405351, + 51.43615251866467 + ], + [ + -3.535924638510123, + 51.448712427875613 + ], + [ + -3.52671291556215, + 51.460192750789872 + ], + [ + -3.519228390666922, + 51.466649163695998 + ], + [ + -3.507138004297707, + 51.477766400305292 + ], + [ + -3.500229212086727, + 51.483503268929134 + ], + [ + -3.485835894980519, + 51.491748753333773 + ], + [ + -3.47201831055856, + 51.499992746669875 + ], + [ + -3.462806587610587, + 51.505368460793449 + ], + [ + -3.364932031288373, + 51.498559115802948 + ], + [ + -3.28029932670387, + 51.471490873935636 + ], + [ + -3.26648174228191, + 51.466469831227364 + ], + [ + -3.254391355912696, + 51.461089529428818 + ], + [ + -3.239422306122239, + 51.452120950076591 + ], + [ + -3.22560472170028, + 51.442074049089001 + ], + [ + -3.219847394857797, + 51.434537422582387 + ], + [ + -3.210059939225576, + 51.420178503124141 + ], + [ + -3.207181275804333, + 51.413356435651828 + ], + [ + -3.205454077751589, + 51.400786803915338 + ], + [ + -3.206029810435837, + 51.39001008368183 + ], + [ + -3.208332741172831, + 51.380308864760487 + ], + [ + -3.212362869962568, + 51.369167891987146 + ], + [ + -3.2186959294893, + 51.360900256879397 + ], + [ + -3.225028989016031, + 51.352990687479931 + ], + [ + -3.231937781227012, + 51.346518205774373 + ], + [ + -3.240573771490736, + 51.34004480976887 + ], + [ + -3.249209761754461, + 51.334289912388137 + ], + [ + -3.258997217386682, + 51.329613526286046 + ], + [ + -3.272814801808642, + 51.323137742722608 + ], + [ + -3.285480920862105, + 51.319899508018402 + ], + [ + -3.299874237968313, + 51.316661044691472 + ], + [ + -3.313691822390273, + 51.314861799609005 + ], + [ + -3.335569664391709, + 51.313422352736019 + ], + [ + -3.358023239077393, + 51.314142081817778 + ], + [ + -3.371265090815104, + 51.314501942124707 + ], + [ + -3.548590757563586, + 51.368808460627363 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.511696193232367, + 53.523044103814875 + ], + [ + -2.515150589337857, + 53.346750359195291 + ], + [ + -2.381580606592248, + 53.443562378055937 + ], + [ + -2.061473234150185, + 53.575037620829541 + ], + [ + -1.897965151823662, + 53.458647942545689 + ], + [ + -2.017717550147312, + 53.270381649628526 + ], + [ + -2.360854229959309, + 53.182837204043409 + ], + [ + -2.5347255006023, + 53.181457119670881 + ], + [ + -3.024098282213369, + 53.24351696294265 + ], + [ + -3.126578700009569, + 53.330937431545465 + ], + [ + -3.133487492220549, + 53.390720697739539 + ], + [ + -2.956161825472068, + 53.472357442777188 + ], + [ + -2.511696193232367, + 53.523044103814875 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -4.173260719973008, + 54.042814506251482 + ], + [ + -4.198592958079934, + 54.013731259977497 + ], + [ + -4.229682523029343, + 53.995459289886362 + ], + [ + -4.257317691873263, + 53.982596427908177 + ], + [ + -4.286104326085679, + 53.971084183492771 + ], + [ + -4.317193891035089, + 53.964988177983344 + ], + [ + -4.804263741908932, + 53.901774323404112 + ], + [ + -5.031102419502999, + 53.993428575806703 + ], + [ + -5.046071469293456, + 54.008994852782131 + ], + [ + -5.050677330767443, + 54.024555309170452 + ], + [ + -5.052980261504436, + 54.03875759988123 + ], + [ + -5.052980261504436, + 54.052279081319575 + ], + [ + -5.050677330767443, + 54.065796163725793 + ], + [ + -5.043768538556463, + 54.082686331629276 + ], + [ + -5.033405350239994, + 54.098894428470423 + ], + [ + -5.021890696555027, + 54.113071319580804 + ], + [ + -5.005770181396074, + 54.128592829923328 + ], + [ + -4.98619527013163, + 54.143434052934182 + ], + [ + -4.959711566656209, + 54.154898628781218 + ], + [ + -4.940136655391767, + 54.164337660501332 + ], + [ + -4.912501486547847, + 54.17175253233345 + ], + [ + -4.884866317703928, + 54.178492171743649 + ], + [ + -4.3816759516709, + 54.243809697755538 + ], + [ + -4.35749517893247, + 54.241118233100252 + ], + [ + -4.317193891035089, + 54.235061795659476 + ], + [ + -4.288407256822672, + 54.229004469290985 + ], + [ + -4.25846915724176, + 54.218233694002002 + ], + [ + -4.173260719973008, + 54.042814506251482 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -5.958150299072019, + 54.657202318067128 + ], + [ + -5.962067012034193, + 54.631297114573258 + ], + [ + -5.973698143579315, + 54.606163261761388 + ], + [ + -5.992690287661022, + 54.58256657955566 + ], + [ + -6.018466377591879, + 54.561227324892009 + ], + [ + -6.050243219922669, + 54.542797911203529 + ], + [ + -6.087055291379028, + 54.527842598774022 + ], + [ + -6.127784075797562, + 54.516819831778164 + ], + [ + -6.171192049673474, + 54.510067821333763 + ], + [ + -6.215960283686037, + 54.507793871592789 + ], + [ + -6.260728517698601, + 54.510067821333763 + ], + [ + -6.304136491574512, + 54.516819831778164 + ], + [ + -6.344865275993047, + 54.527842598774022 + ], + [ + -6.381677347449406, + 54.542797911203529 + ], + [ + -6.413454189780195, + 54.561227324892009 + ], + [ + -6.439230279711053, + 54.58256657955566 + ], + [ + -6.458222423792758, + 54.606163261761388 + ], + [ + -6.46985355533788, + 54.631297114573258 + ], + [ + -6.473770268300055, + 54.657202318067128 + ], + [ + -6.46985355533788, + 54.683091016032492 + ], + [ + -6.458222423792758, + 54.708177343078624 + ], + [ + -6.439230279711053, + 54.731701211614094 + ], + [ + -6.413454189780195, + 54.752951147133423 + ], + [ + -6.381677347449406, + 54.771285509428282 + ], + [ + -6.344865275993047, + 54.78615150281577 + ], + [ + -6.304136491574512, + 54.797101456298101 + ], + [ + -6.260728517698601, + 54.803805941114618 + ], + [ + -6.215960283686037, + 54.806063385381535 + ], + [ + -6.171192049673474, + 54.803805941114618 + ], + [ + -6.127784075797562, + 54.797101456298101 + ], + [ + -6.087055291379028, + 54.78615150281577 + ], + [ + -6.050243219922669, + 54.771285509428282 + ], + [ + -6.018466377591879, + 54.752951147133423 + ], + [ + -5.992690287661022, + 54.731701211614094 + ], + [ + -5.973698143579315, + 54.708177343078624 + ], + [ + -5.962067012034193, + 54.683091016032492 + ], + [ + -5.958150299072019, + 54.657202318067128 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -6.035180220832062, + 54.521427838803547 + ], + [ + -5.774949047551823, + 54.742039410164082 + ], + [ + -5.622955618910267, + 54.678844308385003 + ], + [ + -5.880883861453513, + 54.461905036242278 + ], + [ + -6.035180220832062, + 54.521427838803547 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -4.708692116323943, + 55.626872684479942 + ], + [ + -4.275741137769209, + 55.476413007734863 + ], + [ + -4.278331934848327, + 55.46613341014379 + ], + [ + -4.280634865585321, + 55.460258150792377 + ], + [ + -4.288695123164797, + 55.448178479517992 + ], + [ + -4.296179648060026, + 55.436748358496295 + ], + [ + -4.303664172955253, + 55.426948476732797 + ], + [ + -4.312875895903226, + 55.418126503108446 + ], + [ + -4.322663351535447, + 55.408975708075353 + ], + [ + -4.338208134010152, + 55.397534233358961 + ], + [ + -4.347995589642373, + 55.390013746323874 + ], + [ + -4.361237441380085, + 55.382164756285604 + ], + [ + -4.373903560433548, + 55.374968480165926 + ], + [ + -4.389448342908252, + 55.367770894836923 + ], + [ + -4.399235798540474, + 55.36449883231176 + ], + [ + -4.827580915621222, + 55.513755952779817 + ], + [ + -4.824702252199979, + 55.527933731058404 + ], + [ + -4.821823588778738, + 55.537056955078711 + ], + [ + -4.819520658041745, + 55.548783705164702 + ], + [ + -4.814914796567758, + 55.555622694168015 + ], + [ + -4.806278806304033, + 55.568646047856852 + ], + [ + -4.798794281408805, + 55.577759826909571 + ], + [ + -4.785552429671094, + 55.588498351336767 + ], + [ + -4.768280449143645, + 55.599071299945628 + ], + [ + -4.762523122301161, + 55.60362492302707 + ], + [ + -4.741221012983973, + 55.613706064654757 + ], + [ + -4.708692116323943, + 55.626872684479942 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -4.476383978229748, + 55.617932869001329 + ], + [ + -4.840822767358934, + 55.741608492054212 + ], + [ + -4.828732380989719, + 55.768822967681913 + ], + [ + -4.865003540097363, + 55.918808664769742 + ], + [ + -4.329572143746428, + 56.067252141634114 + ], + [ + -4.071643901203182, + 56.025449424705727 + ], + [ + -4.149367813576705, + 55.741932585595926 + ], + [ + -4.397508600487729, + 55.691828209040459 + ], + [ + -4.476383978229748, + 55.617932869001329 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -3.069988075940285, + 55.950735054477704 + ], + [ + -3.074534537406024, + 55.921627905689796 + ], + [ + -3.088035779872229, + 55.893384275506122 + ], + [ + -3.110081574918518, + 55.866865166579338 + ], + [ + -3.140002072218123, + 55.842880698119075 + ], + [ + -3.176888152601097, + 55.822164966539113 + ], + [ + -3.219619051180261, + 55.805353095829773 + ], + [ + -3.266896411225165, + 55.792961252794299 + ], + [ + -3.317283734074342, + 55.785370317463261 + ], + [ + -3.369250026420237, + 55.782813783115131 + ], + [ + -3.421216318766132, + 55.785370317463261 + ], + [ + -3.471603641615309, + 55.792961252794299 + ], + [ + -3.518881001660213, + 55.805353095829773 + ], + [ + -3.561611900239377, + 55.822164966539113 + ], + [ + -3.598497980622351, + 55.842880698119075 + ], + [ + -3.628418477921955, + 55.866865166579338 + ], + [ + -3.650464272968245, + 55.893384275506122 + ], + [ + -3.663965515434449, + 55.921627905689796 + ], + [ + -3.668511976900188, + 55.950735054477704 + ], + [ + -3.663965515434449, + 55.979820337853454 + ], + [ + -3.650464272968245, + 56.008001009106771 + ], + [ + -3.628418477921955, + 56.034423659398549 + ], + [ + -3.598497980622351, + 56.058289803896571 + ], + [ + -3.561611900239377, + 56.078879617830928 + ], + [ + -3.518881001660212, + 56.095573164737658 + ], + [ + -3.471603641615309, + 56.107868549382715 + ], + [ + -3.421216318766132, + 56.115396525998477 + ], + [ + -3.369250026420237, + 56.117931195019388 + ], + [ + -3.317283734074342, + 56.115396525998477 + ], + [ + -3.266896411225164, + 56.107868549382715 + ], + [ + -3.219619051180261, + 56.095573164737658 + ], + [ + -3.176888152601097, + 56.078879617830928 + ], + [ + -3.140002072218123, + 56.058289803896571 + ], + [ + -3.110081574918518, + 56.034423659398549 + ], + [ + -3.088035779872228, + 56.008001009106771 + ], + [ + -3.074534537406024, + 55.979820337853454 + ], + [ + -3.069988075940285, + 55.950735054477704 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.514239317772153, + 59.641676896367038 + ], + [ + -1.799802729159318, + 59.764245518616782 + ], + [ + -1.640900508306782, + 60.052904966567091 + ], + [ + -1.04674437816252, + 60.050605639848769 + ], + [ + -0.975353525315728, + 60.0333555838249 + ], + [ + -0.92008318762789, + 60.008039198737485 + ], + [ + -0.887842157309984, + 59.989615100192957 + ], + [ + -0.850995265518092, + 59.966570544347221 + ], + [ + -0.825663027411166, + 59.948123348898534 + ], + [ + -0.80723958151522, + 59.921587509326642 + ], + [ + -0.798027858567247, + 59.895030433420629 + ], + [ + -0.798027858567247, + 59.86960813115401 + ], + [ + -0.802633720041234, + 59.840695541474133 + ], + [ + -0.8141483737262, + 59.812915812570651 + ], + [ + -0.830268888885153, + 59.785112910395334 + ], + [ + -0.850995265518092, + 59.759606548745161 + ], + [ + -0.869418711414038, + 59.74104422484713 + ], + [ + -0.917780256890897, + 59.716084860066701 + ], + [ + -1.514239317772153, + 59.641676896367038 + ] + ] + ] + } + } + ] +} \ No newline at end of file diff --git a/public_html/layers/UK_AT_Areas.geojson b/public_html/layers/UK_AT_Areas.geojson index fefa3251..17c9022f 100644 --- a/public_html/layers/UK_AT_Areas.geojson +++ b/public_html/layers/UK_AT_Areas.geojson @@ -1,26 +1,2205 @@ { -"type": "FeatureCollection", -"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, -"features": [ -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -4.995119126737357, 55.838837121269023 ], [ -4.737190884194111, 56.002720302722246 ], [ -4.140731823312855, 56.239569939735723 ], [ -3.535061039483626, 56.240849706669401 ], [ -3.493608286217747, 56.120364582681205 ], [ -2.940904909339364, 56.115229164425102 ], [ -2.798123203645781, 55.999500938932414 ], [ -2.862605264281593, 55.516160016208609 ], [ -2.97314593965727, 55.456136786832815 ], [ -4.228243191318599, 55.098685819648765 ], [ -5.036571880003235, 55.200016594581449 ], [ -4.988210334526377, 55.24730376846054 ], [ -4.995119126737357, 55.838837121269023 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.574738922157434, 57.348694972072124 ], [ -2.553436812840247, 57.366396165228359 ], [ -2.538467763049791, 57.382847510868331 ], [ -2.524074445943584, 57.397430267525039 ], [ -2.508529663468879, 57.412007223457032 ], [ -2.491833415625678, 57.423788607425699 ], [ -2.471107038992738, 57.434636528892327 ], [ -2.451532127728295, 57.443312551341705 ], [ -2.428502820358362, 57.451986516571679 ], [ -2.400291918830194, 57.460348749276449 ], [ -2.37092955193353, 57.464993607762636 ], [ -2.33696132356288, 57.471804999293717 ], [ -2.305296025929223, 57.473971994015308 ], [ -2.27535792634831, 57.476448402049684 ], [ -2.245995559451646, 57.47675794125216 ], [ -2.212027331080995, 57.475210219013675 ], [ -2.175180439289103, 57.469947472957905 ], [ -2.1417879436027, 57.463755036542643 ], [ -2.108395447916298, 57.456013015497724 ], [ -2.077881615651137, 57.443622371236543 ], [ -2.050822179491466, 57.431227528589517 ], [ -2.030095802858527, 57.420068579891151 ], [ -2.014551020383823, 57.406735377013035 ], [ -1.99497610911938, 57.388743366404832 ], [ -1.97770412859193, 57.372915505586448 ], [ -1.966765207591213, 57.351490464895278 ], [ -1.828589363371616, 57.129989929514124 ], [ -1.821680571160637, 57.106859911787126 ], [ -1.82052910579214, 57.088720880518203 ], [ -1.818226175055147, 57.072450753666075 ], [ -1.83089229410861, 57.048658498261162 ], [ -1.847012809267562, 57.02171728874491 ], [ -1.860830393689522, 57.004163672949502 ], [ -1.889617027901938, 56.980327654171781 ], [ -1.925312454325334, 56.960871173034818 ], [ -1.963310811485722, 56.947057181778931 ], [ -2.011672356962581, 56.935751016983964 ], [ -2.070397090755909, 56.930096649077043 ], [ -2.59316236805338, 56.908727967907836 ], [ -2.83957595691166, 57.001655337160003 ], [ -2.574738922157434, 57.348694972072124 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -3.025537613923865, 53.60882477863548 ], [ -2.642099646214486, 53.656618803955197 ], [ -2.053700842912707, 53.856423408160992 ], [ -2.140975445952349, 53.928006294519029 ], [ -1.811964101548906, 54.038061597770159 ], [ -1.669320004710384, 53.995904990801385 ], [ -1.497586113296118, 53.884159421199826 ], [ -1.323782550760209, 53.674720638474078 ], [ -1.863709057110763, 53.614631226988656 ], [ -1.760077173946066, 53.45312004801734 ], [ -2.011096624278332, 53.123755774023223 ], [ -2.077881615651137, 53.179688821670617 ], [ -2.383019938302744, 53.100255990268771 ], [ -2.736519806431211, 53.11200748749004 ], [ -3.025537613923866, 53.243818423201056 ], [ -3.204014746040844, 53.385183964064169 ], [ -3.049718386662295, 53.457919501487282 ], [ -3.220135261199797, 53.536005700836213 ], [ -3.005962702659423, 53.537374350779196 ], [ -3.025537613923865, 53.60882477863548 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.601174953093532, 53.194523013191613 ], [ -1.362821621814728, 53.194523013191613 ], [ -0.785937472197915, 52.601690857857491 ], [ -0.907992801258558, 52.404031260681059 ], [ -1.140588805694878, 52.530299546535936 ], [ -1.184344489697751, 52.528898555166109 ], [ -1.223494312226636, 52.597494585377341 ], [ -1.368578948657212, 52.575107676219027 ], [ -1.467604970347922, 52.675758741478049 ], [ -1.638021844885424, 52.758064213906522 ], [ -1.760077173946067, 52.755276740500975 ], [ -1.76238010468306, 52.87219709399163 ], [ -1.704806836258229, 52.877756887052271 ], [ -1.824559234581878, 52.977711330847725 ], [ -1.723230282154175, 53.019290919574431 ], [ -1.527481169509747, 53.070517280919439 ], [ -1.601174953093532, 53.194523013191613 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.114728507443029, 52.628257916562099 ], [ -2.075578684914144, 52.660396474404315 ], [ -2.026065674068789, 52.682739804886573 ], [ -1.977704128591931, 52.70018758245471 ], [ -1.932796979220562, 52.716233380247175 ], [ -1.87867810690122, 52.72599749885017 ], [ -1.727836143628161, 52.667379992580031 ], [ -1.407728771186097, 52.39173585310283 ], [ -1.367427483288715, 52.294305595550135 ], [ -1.383547998447668, 52.280218500927447 ], [ -1.418091959502567, 52.260489042725361 ], [ -1.450332989820473, 52.242866034553408 ], [ -1.479119624032889, 52.230173133329309 ], [ -1.514815050456284, 52.216065652255637 ], [ -1.556267803722163, 52.203365087093395 ], [ -1.609235210673008, 52.192778509181508 ], [ -1.646082102464901, 52.185719389633448 ], [ -1.662202617623854, 52.184307431225932 ], [ -1.689837786467773, 52.23863547079268 ], [ -1.718624420680188, 52.23863547079268 ], [ -1.773894758368027, 52.239340592759937 ], [ -1.811893115528416, 52.240750803085682 ], [ -1.833770957529852, 52.243571089304027 ], [ -1.863709057110764, 52.275286869955906 ], [ -2.134303418707473, 52.261898580942379 ], [ -2.190725221763808, 52.299235020486215 ], [ -2.207997202291257, 52.419483484164537 ], [ -2.189573756395311, 52.484043230453238 ], [ -2.164241518288385, 52.545707502062939 ], [ -2.146969537760936, 52.581405150232037 ], [ -2.23448090576668, 52.649220524173195 ], [ -2.188422291026814, 52.675758741478042 ], [ -2.12163729965401, 52.624763171949361 ], [ -2.114728507443029, 52.628257916562099 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.830268888885033, 51.897461301079048 ], [ -0.681729856348968, 51.955332639440407 ], [ -0.572340646341787, 52.053153291316924 ], [ -0.47216315928258, 52.012775024316007 ], [ -0.286777234954622, 52.100568851602702 ], [ -0.178539490315939, 51.990445072775756 ], [ 0.352286044561009, 52.08889655928855 ], [ 0.373012421193948, 52.085358898059035 ], [ 0.419071035933814, 52.071205448468753 ], [ 0.460523789199692, 52.050674974790866 ], [ 0.503128007834068, 52.028009706502651 ], [ 0.531914642046483, 52.005332944852078 ], [ 0.549186622573933, 51.981226289741663 ], [ 0.568761533838376, 51.95852581585568 ], [ 0.573367395312362, 51.933684004384965 ], [ 0.584882048997329, 51.903145226231075 ], [ 0.376466817299438, 51.767957653383689 ], [ 0.231382180868862, 51.756554904781574 ], [ 0.116235644019199, 51.678797024382312 ], [ 0.042541860435415, 51.706634013176838 ], [ -0.0207887348319, 51.738019295620646 ], [ -0.049575369044316, 51.762256639068937 ], [ -0.012728477252424, 51.854808937202769 ], [ -0.669063737295504, 51.743723370056777 ], [ -0.70821355982439, 51.79787616785358 ], [ -0.811845442989087, 51.782207039516749 ], [ -0.830268888885033, 51.897461301079048 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.497495397389507, 51.188152856422455 ], [ 0.094357802017763, 51.270353020883057 ], [ 0.123144436230179, 51.241167145967736 ], [ 0.151931070442595, 51.194286882232099 ], [ 0.153082535811091, 51.170467860308598 ], [ 0.155385466548084, 51.143747046637927 ], [ 0.153082535811091, 51.115565110048657 ], [ 0.141567882126125, 51.080132655851095 ], [ 0.125447366967172, 51.053359542276915 ], [ 0.104720990334233, 51.033088512946755 ], [ 0.08514607906979, 51.017155052547338 ], [ -0.428407475279708, 51.012808612819406 ], [ -0.456042644123627, 51.033088512946755 ], [ -0.474466090019574, 51.062044411058316 ], [ -0.491738070547023, 51.08808924396358 ], [ -0.500949793494996, 51.132187306895247 ], [ -0.502101258863493, 51.15602609896532 ], [ -0.497495397389507, 51.188152856422455 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.862385202805017, 51.363551454617259 ], [ 0.564155672364389, 51.346653058468412 ], [ 0.399496124669371, 51.531118292377499 ], [ 0.424828362776297, 51.666300502727601 ], [ 0.586033514365825, 51.734810437294051 ], [ 0.727663754690911, 51.746218676187745 ], [ 0.948745105442264, 51.830265505056808 ], [ 1.149100079560679, 51.653086145009297 ], [ 1.022438889026049, 51.593752672576628 ], [ 1.025893285131539, 51.583021476981834 ], [ 0.839355895435084, 51.503531829786425 ], [ 0.834750033961098, 51.480590105513897 ], [ 0.938381917125795, 51.43467201610342 ], [ 0.862385202805017, 51.363551454617259 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.319641670496102, 51.143024647696905 ], [ -1.134255746168144, 51.111227901037779 ], [ -1.051350239636387, 50.909823929854589 ], [ -1.2862491748097, 50.821889183649503 ], [ -1.557995001774905, 50.463725840194293 ], [ -1.782530748631749, 50.52891646529973 ], [ -1.886162631796445, 50.702075403198201 ], [ -2.050822179491464, 50.679462153325389 ], [ -2.066942694650417, 50.691134869243562 ], [ -2.086517605914859, 50.71374249327603 ], [ -2.095729328862833, 50.737067963743762 ], [ -2.104941051810806, 50.768393280603185 ], [ -2.107243982547799, 50.798242084191102 ], [ -2.095729328862833, 50.822980299250212 ], [ -1.671990073256072, 50.896390101465116 ], [ -1.455514583978705, 51.056254679541404 ], [ -1.319641670496102, 51.143024647696905 ] ], [ [ -1.217125269407132, 51.059138327729812 ], [ -1.117055732226224, 51.069371001741459 ], [ -1.134399679339202, 51.111273083903846 ], [ -1.200752871198827, 51.122634791604796 ], [ -1.217125269407132, 51.059138327729812 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -3.254103489570444, 51.085196097541527 ], [ -3.495911216954737, 51.103998314694088 ], [ -3.477487771058791, 51.212323402462061 ], [ -3.662873695386749, 51.402358196840282 ], [ -3.657116368544266, 51.422467258174883 ], [ -3.651359041701783, 51.449743981183204 ], [ -3.639844388016816, 51.465528324203611 ], [ -3.619118011383877, 51.496363781142037 ], [ -3.597240169382441, 51.519297568606234 ], [ -3.577665258117998, 51.531476448224765 ], [ -3.544272762431596, 51.552960642869841 ], [ -3.413005710422979, 51.654514910001332 ], [ -3.141259883457774, 51.621641919325448 ], [ -3.136654021983787, 51.661658059391961 ], [ -2.816546649541724, 51.664515003892369 ], [ -2.712914766377027, 51.583021476981841 ], [ -2.088820536651852, 51.505682024542566 ], [ -2.316810679614185, 51.387989165998889 ], [ -2.330628264036145, 51.31319743508233 ], [ -2.505651000047633, 51.308878802317146 ], [ -2.554012545524491, 51.275755779421942 ], [ -2.846484749122636, 51.258464715774167 ], [ -3.233377112937505, 51.176243298874851 ], [ -3.254103489570444, 51.085196097541527 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.169613802603916, 54.435417981948753 ], [ -6.168462337235418, 54.439101251907914 ], [ -6.267488358926129, 54.438431591094286 ], [ -6.345788003983901, 54.453161600133832 ], [ -6.401058341671738, 54.465878708001419 ], [ -6.447116956411604, 54.481936775902589 ], [ -6.481660917466503, 54.502669118703231 ], [ -6.521962205363885, 54.531409480027285 ], [ -6.549597374207804, 54.554120101435814 ], [ -6.565717889366757, 54.584826120376633 ], [ -6.582989869894206, 54.610507945693897 ], [ -6.586444265999697, 54.637173208745445 ], [ -6.589898662105187, 54.666484814679187 ], [ -6.5852928006312, 54.69045131549619 ], [ -6.570323750840744, 54.723049656865314 ], [ -6.549597374207804, 54.75296383342458 ], [ -6.525416601469375, 54.778207493974016 ], [ -6.494327036519967, 54.804099090646332 ], [ -6.45172281788559, 54.825994415999666 ], [ -6.409118599251215, 54.840584707001923 ], [ -6.37687756893331, 54.839258534815059 ], [ -5.494855096664888, 54.902865656334505 ], [ -5.259956161491576, 54.945214662791138 ], [ -5.909382629323677, 54.192262894228342 ], [ -6.169613802603916, 54.435417981948753 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.572340646341785, 52.055985484738436 ], [ -0.384651791276835, 52.188190208966581 ], [ 0.543429295731451, 52.18254242016873 ], [ 0.815175122696657, 52.209363028637988 ], [ 0.969471482075206, 51.966685122367565 ], [ 1.121464910716761, 51.931199066451136 ], [ 1.38860487620798, 51.978034730420674 ], [ 1.439269352421832, 51.880049806549486 ], [ 1.425451767999872, 51.65201454170834 ], [ 1.26885247788433, 51.38331825916913 ], [ 1.054679919343957, 50.982009667579653 ], [ 0.764510646482805, 50.755282908283341 ], [ 0.520399988361519, 50.667786533398022 ], [ -0.366228345380888, 50.663407427186904 ], [ -0.682881321717462, 50.959169021913063 ], [ -0.702456232981905, 50.957718442954786 ], [ -0.804936650778105, 51.111950797476275 ], [ -1.068622220163834, 51.074345186698196 ], [ -1.2171612526999, 51.059150048627494 ], [ -1.201040737540947, 51.121347422163012 ], [ -1.130801350062652, 51.393018840187331 ], [ -1.243644956175322, 51.407386291395497 ], [ -1.190677549224477, 51.571572074304314 ], [ -1.005291624896519, 51.734097326722683 ], [ -1.191829014592974, 51.960299704483418 ], [ -0.619550726450147, 52.072267112854945 ], [ -0.572340646341785, 52.055985484738436 ] ], [ [ -0.497531380682273, 51.188175408407304 ], [ -0.502101258863486, 51.156071235618192 ], [ -0.500985776787758, 51.13218614939241 ], [ -0.491756062193402, 51.088100544961975 ], [ -0.474502073312335, 51.062067025523376 ], [ -0.456024652477241, 51.033099827522321 ], [ -0.428416471102916, 51.012802953060103 ], [ 0.085155074892993, 51.017160711631497 ], [ 0.104720990334231, 51.033088512814146 ], [ 0.125429375320796, 51.053365196556364 ], [ 0.141567882126123, 51.08013265607201 ], [ 0.153091531634281, 51.115570757225008 ], [ 0.155376470724897, 51.143741402409731 ], [ 0.153109523280672, 51.170462219768609 ], [ 0.151913078796216, 51.194348893986323 ], [ 0.123162427876562, 51.241172777987778 ], [ 0.094330814548195, 51.270341764484662 ], [ -0.497531380682273, 51.188175408407304 ] ], [ [ 0.948853055320565, 51.830309979894878 ], [ 0.727627771398149, 51.7461518394271 ], [ 0.585961547780298, 51.734765868158036 ], [ 0.424792379483534, 51.666322820902295 ], [ 0.399496124669375, 51.531297370653348 ], [ 0.56401173919333, 51.346630584204341 ], [ 0.862349219512256, 51.363573921738883 ], [ 0.938273967247502, 51.434672018086168 ], [ 0.834857983839397, 51.480590105513876 ], [ 0.839283928849558, 51.503554230483381 ], [ 1.025893285131543, 51.582976758440957 ], [ 1.022366922440523, 51.593775027715878 ], [ 1.149136062853448, 51.653086145932953 ], [ 0.948853055320565, 51.830309979894878 ] ], [ [ -0.012872410423482, 51.854808937729686 ], [ -0.049719302215374, 51.76225663906893 ], [ -0.021364467516144, 51.737930162557092 ], [ 0.042541860435419, 51.706678610325696 ], [ 0.116163677433672, 51.678886272278461 ], [ 0.231454147454397, 51.756510357148002 ], [ 0.376466817299442, 51.767868581582398 ], [ 0.584882048997333, 51.903145226231068 ], [ 0.573295428726835, 51.933728380909358 ], [ 0.568473667496256, 51.958570163926836 ], [ 0.549474488916061, 51.981226300706837 ], [ 0.531842675460957, 52.005288650619015 ], [ 0.502912108077479, 52.028053984271587 ], [ 0.460307889443103, 52.05058646094394 ], [ 0.418855136177224, 52.071293921202184 ], [ 0.372940454608421, 52.085535786379054 ], [ 0.351926211633358, 52.088940777271318 ], [ -0.178467523730404, 51.99040075617711 ], [ -0.286705268369087, 52.100745675422132 ], [ -0.472235125868107, 52.012730730806311 ], [ -0.572196713170721, 52.053286056695626 ], [ -0.681657889763432, 51.955421345936323 ], [ -0.829981022542905, 51.897505711835883 ], [ -0.811917409574614, 51.78234060402697 ], [ -0.708141593238855, 51.797965179243278 ], [ -0.669207670466563, 51.743767929094822 ], [ -0.012872410423482, 51.854808937729686 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.981080591900483, 52.780330373255445 ], [ 1.499240007722698, 52.783812682768193 ], [ 1.636264386573462, 52.717601142342289 ], [ 1.64029451536319, 52.704870033248127 ], [ 1.643173178784424, 52.689343518249331 ], [ 1.644612510495042, 52.675207844447009 ], [ 1.643461045126548, 52.661940582706841 ], [ 1.641733847073807, 52.650066460176596 ], [ 1.636552252915585, 52.638276457523432 ], [ 1.628204128994005, 52.615211266721069 ], [ 1.621871069467289, 52.602625129434941 ], [ 1.617553074335437, 52.595631267818732 ], [ 1.49520987893297, 52.5687819588873 ], [ 1.415470902164773, 52.568082082757996 ], [ 1.330550331238354, 52.593445457074694 ], [ 1.057940905247444, 52.590647460201659 ], [ 0.941067170345323, 52.637490344339476 ], [ 0.936173442529224, 52.653122608735842 ], [ 0.934734110818607, 52.672327794426202 ], [ 0.935309843502854, 52.693269282409005 ], [ 0.939052105950459, 52.711584848273262 ], [ 0.948263828898409, 52.736603692521406 ], [ 0.961505680636088, 52.759866176968544 ], [ 0.981080591900483, 52.780330373255445 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.390650200854645, 53.654459639528461 ], [ -1.057876709359934, 53.685157358856863 ], [ -1.034847401990058, 53.69470319941815 ], [ -1.013545292672922, 53.697089321400618 ], [ -0.975546935512626, 53.696407586064574 ], [ -0.931215518825615, 53.693680534305585 ], [ -0.900125953876282, 53.690271471167435 ], [ -0.87249078503243, 53.684816395951032 ], [ -0.847158546925566, 53.678678591556761 ], [ -0.822977774187196, 53.671175615835708 ], [ -0.795918338027592, 53.662306739770052 ], [ -0.771161832604975, 53.650364920341353 ], [ -0.749283990603593, 53.638419717787379 ], [ -0.729709079339198, 53.626812566803395 ], [ -0.932942716878355, 53.250250863634506 ], [ -0.951941895458503, 53.248183975660254 ], [ -0.980152796986602, 53.247150494230489 ], [ -1.005485035093465, 53.246805994873441 ], [ -1.037150332727045, 53.247494990813962 ], [ -1.072845759150353, 53.251628733480963 ], [ -1.105662522152427, 53.255762076772577 ], [ -1.150569671523686, 53.264716283906395 ], [ -1.178780573051784, 53.272635750666623 ], [ -1.188568028683981, 53.277111322157822 ], [ -1.189143761368228, 53.319777840422468 ], [ -1.309471892375832, 53.342126329028744 ], [ -1.390650200854645, 53.654459639528461 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.264708676175635, 54.704981396375821 ], [ -1.243694433200623, 54.698743716089432 ], [ -1.204832477013957, 54.684601424338275 ], [ -1.173742912064624, 54.669871565242779 ], [ -1.147259208589267, 54.654886566577645 ], [ -1.126532831956378, 54.639979335880888 ], [ -1.11415457924507, 54.629316063877688 ], [ -1.09832193042828, 54.614316106545047 ], [ -1.083640746979984, 54.596475627400537 ], [ -1.07414115768991, 54.582631366032416 ], [ -1.119624039745415, 54.558517779366944 ], [ -1.406338916500374, 54.404405745745613 ], [ -1.508819334296323, 54.381108902221442 ], [ -1.530409309955582, 54.386138117344622 ], [ -1.548832755851483, 54.391669542253247 ], [ -1.57445286030047, 54.401892334565702 ], [ -1.592300573512125, 54.411945055181874 ], [ -1.608421088671038, 54.423251420515257 ], [ -1.625693069198445, 54.435977818462355 ], [ -1.63778345556763, 54.450039238926458 ], [ -1.648722376568321, 54.464430453894742 ], [ -1.658221965858395, 54.481994264161209 ], [ -1.657358366832025, 54.497210133974562 ], [ -1.264708676175635, 54.704981396375821 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.0154640964336, 54.64889101932625 ], [ -1.984086665142143, 54.730047190596551 ], [ -1.993298388090094, 54.891293609095307 ], [ -1.999415547860218, 55.031031882914952 ], [ -1.996177051511328, 55.060100047821642 ], [ -1.357401638339387, 55.226925249825072 ], [ -1.344159786601708, 55.220193377179996 ], [ -1.332069400232523, 55.211161027383163 ], [ -1.316524617757857, 55.200319501556095 ], [ -1.302707033335931, 55.188735519486052 ], [ -1.284859320124277, 55.174435748188792 ], [ -1.26845093862324, 55.156677168286954 ], [ -1.252042557122203, 55.133727294863895 ], [ -1.243118700516376, 55.120313195246062 ], [ -1.23592204196329, 55.105988876422373 ], [ -1.229588982436574, 55.086552281881197 ], [ -1.222680190225611, 55.066776560405991 ], [ -1.221816591199241, 55.048805139685562 ], [ -1.22095299217287, 55.029835719377601 ], [ -1.567544068089507, 54.829036222083403 ], [ -1.610148286723778, 54.690841278252094 ], [ -1.741415338732072, 54.700823049199208 ], [ -1.765596111470442, 54.623566733872487 ], [ -2.0154640964336, 54.64889101932625 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.835313741201722, 59.700719747805458 ], [ -1.640878018745406, 60.052903843951505 ], [ -1.046631930375863, 60.050595535032123 ], [ -0.975313044115399, 60.033363447211507 ], [ -0.919610906914996, 60.007741283154282 ], [ -0.887756375731727, 59.989587486071976 ], [ -0.851026750904681, 59.966578420473148 ], [ -0.825730496090803, 59.948077173324485 ], [ -0.807630899829949, 59.922190524969174 ], [ -0.798275243711018, 59.895200767645541 ], [ -0.798131310539958, 59.869886970092125 ], [ -0.802737172013893, 59.84057690292402 ], [ -0.81425182569873, 59.812724701492726 ], [ -0.830372340857503, 59.785392457538791 ], [ -0.851438984127439, 59.758920521664329 ], [ -0.869378230214891, 59.740852701811647 ], [ -0.918027642033331, 59.716110944689383 ], [ -1.199129125114434, 59.538392465439181 ], [ -1.514054903394748, 59.55721307756783 ], [ -1.835313741201722, 59.700719747805458 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -4.261577214121727, 53.762807503587617 ], [ -4.803773469506531, 53.902154437206001 ], [ -5.031475746124198, 53.993490715061291 ], [ -5.045869063230244, 54.008782071886557 ], [ -5.050620440227983, 54.023623516692481 ], [ -5.053209654954329, 54.038544971196558 ], [ -5.052777855441148, 54.052277761126589 ], [ -5.05069082446077, 54.065668141735678 ], [ -5.043853998835398, 54.082558361714064 ], [ -5.033418843933514, 54.098935310079668 ], [ -5.022048123419736, 54.112922350346714 ], [ -5.005639741918842, 54.128823447169133 ], [ -4.986136797240149, 54.143474890630195 ], [ -4.959725060350553, 54.154855168487096 ], [ -4.940653915185038, 54.164209942486082 ], [ -4.885095711155697, 54.178448736225633 ], [ -4.381617478786161, 54.243766330867359 ], [ -4.357508672633532, 54.241158974399546 ], [ -4.317783117420841, 54.235144604555671 ], [ -4.288132884182384, 54.228813848938493 ], [ -4.258410684358397, 54.218190300234113 ], [ -4.100947795218239, 53.899737688609171 ], [ -4.261577214121727, 53.762807503587617 ] ] ] } } -] -} + "type": "FeatureCollection", + "crs": { + "type": "name", + "properties": { + "name": "urn:ogc:def:crs:OGC:1.3:CRS84" + } + }, + "features": [ + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -4.995119126737357, + 55.838837121269023 + ], + [ + -4.737190884194111, + 56.002720302722246 + ], + [ + -4.140731823312855, + 56.239569939735723 + ], + [ + -3.535061039483626, + 56.240849706669401 + ], + [ + -3.493608286217747, + 56.120364582681205 + ], + [ + -2.940904909339364, + 56.115229164425102 + ], + [ + -2.798123203645781, + 55.999500938932414 + ], + [ + -2.862605264281593, + 55.516160016208609 + ], + [ + -2.97314593965727, + 55.456136786832815 + ], + [ + -4.228243191318599, + 55.098685819648765 + ], + [ + -5.036571880003235, + 55.200016594581449 + ], + [ + -4.988210334526377, + 55.24730376846054 + ], + [ + -4.995119126737357, + 55.838837121269023 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.574738922157434, + 57.348694972072124 + ], + [ + -2.553436812840247, + 57.366396165228359 + ], + [ + -2.538467763049791, + 57.382847510868331 + ], + [ + -2.524074445943584, + 57.397430267525039 + ], + [ + -2.508529663468879, + 57.412007223457032 + ], + [ + -2.491833415625678, + 57.423788607425699 + ], + [ + -2.471107038992738, + 57.434636528892327 + ], + [ + -2.451532127728295, + 57.443312551341705 + ], + [ + -2.428502820358362, + 57.451986516571679 + ], + [ + -2.400291918830194, + 57.460348749276449 + ], + [ + -2.37092955193353, + 57.464993607762636 + ], + [ + -2.33696132356288, + 57.471804999293717 + ], + [ + -2.305296025929223, + 57.473971994015308 + ], + [ + -2.27535792634831, + 57.476448402049684 + ], + [ + -2.245995559451646, + 57.47675794125216 + ], + [ + -2.212027331080995, + 57.475210219013675 + ], + [ + -2.175180439289103, + 57.469947472957905 + ], + [ + -2.1417879436027, + 57.463755036542643 + ], + [ + -2.108395447916298, + 57.456013015497724 + ], + [ + -2.077881615651137, + 57.443622371236543 + ], + [ + -2.050822179491466, + 57.431227528589517 + ], + [ + -2.030095802858527, + 57.420068579891151 + ], + [ + -2.014551020383823, + 57.406735377013035 + ], + [ + -1.99497610911938, + 57.388743366404832 + ], + [ + -1.97770412859193, + 57.372915505586448 + ], + [ + -1.966765207591213, + 57.351490464895278 + ], + [ + -1.828589363371616, + 57.129989929514124 + ], + [ + -1.821680571160637, + 57.106859911787126 + ], + [ + -1.82052910579214, + 57.088720880518203 + ], + [ + -1.818226175055147, + 57.072450753666075 + ], + [ + -1.83089229410861, + 57.048658498261162 + ], + [ + -1.847012809267562, + 57.02171728874491 + ], + [ + -1.860830393689522, + 57.004163672949502 + ], + [ + -1.889617027901938, + 56.980327654171781 + ], + [ + -1.925312454325334, + 56.960871173034818 + ], + [ + -1.963310811485722, + 56.947057181778931 + ], + [ + -2.011672356962581, + 56.935751016983964 + ], + [ + -2.070397090755909, + 56.930096649077043 + ], + [ + -2.59316236805338, + 56.908727967907836 + ], + [ + -2.83957595691166, + 57.001655337160003 + ], + [ + -2.574738922157434, + 57.348694972072124 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -3.025537613923865, + 53.60882477863548 + ], + [ + -2.642099646214486, + 53.656618803955197 + ], + [ + -2.053700842912707, + 53.856423408160992 + ], + [ + -2.140975445952349, + 53.928006294519029 + ], + [ + -1.811964101548906, + 54.038061597770159 + ], + [ + -1.669320004710384, + 53.995904990801385 + ], + [ + -1.497586113296118, + 53.884159421199826 + ], + [ + -1.323782550760209, + 53.674720638474078 + ], + [ + -1.863709057110763, + 53.614631226988656 + ], + [ + -1.760077173946066, + 53.45312004801734 + ], + [ + -2.011096624278332, + 53.123755774023223 + ], + [ + -2.077881615651137, + 53.179688821670617 + ], + [ + -2.383019938302744, + 53.100255990268771 + ], + [ + -2.736519806431211, + 53.11200748749004 + ], + [ + -3.025537613923866, + 53.243818423201056 + ], + [ + -3.204014746040844, + 53.385183964064169 + ], + [ + -3.049718386662295, + 53.457919501487282 + ], + [ + -3.220135261199797, + 53.536005700836213 + ], + [ + -3.005962702659423, + 53.537374350779196 + ], + [ + -3.025537613923865, + 53.60882477863548 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.601174953093532, + 53.194523013191613 + ], + [ + -1.362821621814728, + 53.194523013191613 + ], + [ + -0.785937472197915, + 52.601690857857491 + ], + [ + -0.907992801258558, + 52.404031260681059 + ], + [ + -1.140588805694878, + 52.530299546535936 + ], + [ + -1.184344489697751, + 52.528898555166109 + ], + [ + -1.223494312226636, + 52.597494585377341 + ], + [ + -1.368578948657212, + 52.575107676219027 + ], + [ + -1.467604970347922, + 52.675758741478049 + ], + [ + -1.638021844885424, + 52.758064213906522 + ], + [ + -1.760077173946067, + 52.755276740500975 + ], + [ + -1.76238010468306, + 52.87219709399163 + ], + [ + -1.704806836258229, + 52.877756887052271 + ], + [ + -1.824559234581878, + 52.977711330847725 + ], + [ + -1.723230282154175, + 53.019290919574431 + ], + [ + -1.527481169509747, + 53.070517280919439 + ], + [ + -1.601174953093532, + 53.194523013191613 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.114728507443029, + 52.628257916562099 + ], + [ + -2.075578684914144, + 52.660396474404315 + ], + [ + -2.026065674068789, + 52.682739804886573 + ], + [ + -1.977704128591931, + 52.70018758245471 + ], + [ + -1.932796979220562, + 52.716233380247175 + ], + [ + -1.87867810690122, + 52.72599749885017 + ], + [ + -1.727836143628161, + 52.667379992580031 + ], + [ + -1.407728771186097, + 52.39173585310283 + ], + [ + -1.367427483288715, + 52.294305595550135 + ], + [ + -1.383547998447668, + 52.280218500927447 + ], + [ + -1.418091959502567, + 52.260489042725361 + ], + [ + -1.450332989820473, + 52.242866034553408 + ], + [ + -1.479119624032889, + 52.230173133329309 + ], + [ + -1.514815050456284, + 52.216065652255637 + ], + [ + -1.556267803722163, + 52.203365087093395 + ], + [ + -1.609235210673008, + 52.192778509181508 + ], + [ + -1.646082102464901, + 52.185719389633448 + ], + [ + -1.662202617623854, + 52.184307431225932 + ], + [ + -1.689837786467773, + 52.23863547079268 + ], + [ + -1.718624420680188, + 52.23863547079268 + ], + [ + -1.773894758368027, + 52.239340592759937 + ], + [ + -1.811893115528416, + 52.240750803085682 + ], + [ + -1.833770957529852, + 52.243571089304027 + ], + [ + -1.863709057110764, + 52.275286869955906 + ], + [ + -2.134303418707473, + 52.261898580942379 + ], + [ + -2.190725221763808, + 52.299235020486215 + ], + [ + -2.207997202291257, + 52.419483484164537 + ], + [ + -2.189573756395311, + 52.484043230453238 + ], + [ + -2.164241518288385, + 52.545707502062939 + ], + [ + -2.146969537760936, + 52.581405150232037 + ], + [ + -2.23448090576668, + 52.649220524173195 + ], + [ + -2.188422291026814, + 52.675758741478042 + ], + [ + -2.12163729965401, + 52.624763171949361 + ], + [ + -2.114728507443029, + 52.628257916562099 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.830268888885033, + 51.897461301079048 + ], + [ + -0.681729856348968, + 51.955332639440407 + ], + [ + -0.572340646341787, + 52.053153291316924 + ], + [ + -0.47216315928258, + 52.012775024316007 + ], + [ + -0.286777234954622, + 52.100568851602702 + ], + [ + -0.178539490315939, + 51.990445072775756 + ], + [ + 0.352286044561009, + 52.08889655928855 + ], + [ + 0.373012421193948, + 52.085358898059035 + ], + [ + 0.419071035933814, + 52.071205448468753 + ], + [ + 0.460523789199692, + 52.050674974790866 + ], + [ + 0.503128007834068, + 52.028009706502651 + ], + [ + 0.531914642046483, + 52.005332944852078 + ], + [ + 0.549186622573933, + 51.981226289741663 + ], + [ + 0.568761533838376, + 51.95852581585568 + ], + [ + 0.573367395312362, + 51.933684004384965 + ], + [ + 0.584882048997329, + 51.903145226231075 + ], + [ + 0.376466817299438, + 51.767957653383689 + ], + [ + 0.231382180868862, + 51.756554904781574 + ], + [ + 0.116235644019199, + 51.678797024382312 + ], + [ + 0.042541860435415, + 51.706634013176838 + ], + [ + -0.0207887348319, + 51.738019295620646 + ], + [ + -0.049575369044316, + 51.762256639068937 + ], + [ + -0.012728477252424, + 51.854808937202769 + ], + [ + -0.669063737295504, + 51.743723370056777 + ], + [ + -0.70821355982439, + 51.79787616785358 + ], + [ + -0.811845442989087, + 51.782207039516749 + ], + [ + -0.830268888885033, + 51.897461301079048 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.497495397389507, + 51.188152856422455 + ], + [ + 0.094357802017763, + 51.270353020883057 + ], + [ + 0.123144436230179, + 51.241167145967736 + ], + [ + 0.151931070442595, + 51.194286882232099 + ], + [ + 0.153082535811091, + 51.170467860308598 + ], + [ + 0.155385466548084, + 51.143747046637927 + ], + [ + 0.153082535811091, + 51.115565110048657 + ], + [ + 0.141567882126125, + 51.080132655851095 + ], + [ + 0.125447366967172, + 51.053359542276915 + ], + [ + 0.104720990334233, + 51.033088512946755 + ], + [ + 0.08514607906979, + 51.017155052547338 + ], + [ + -0.428407475279708, + 51.012808612819406 + ], + [ + -0.456042644123627, + 51.033088512946755 + ], + [ + -0.474466090019574, + 51.062044411058316 + ], + [ + -0.491738070547023, + 51.08808924396358 + ], + [ + -0.500949793494996, + 51.132187306895247 + ], + [ + -0.502101258863493, + 51.15602609896532 + ], + [ + -0.497495397389507, + 51.188152856422455 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.862385202805017, + 51.363551454617259 + ], + [ + 0.564155672364389, + 51.346653058468412 + ], + [ + 0.399496124669371, + 51.531118292377499 + ], + [ + 0.424828362776297, + 51.666300502727601 + ], + [ + 0.586033514365825, + 51.734810437294051 + ], + [ + 0.727663754690911, + 51.746218676187745 + ], + [ + 0.948745105442264, + 51.830265505056808 + ], + [ + 1.149100079560679, + 51.653086145009297 + ], + [ + 1.022438889026049, + 51.593752672576628 + ], + [ + 1.025893285131539, + 51.583021476981834 + ], + [ + 0.839355895435084, + 51.503531829786425 + ], + [ + 0.834750033961098, + 51.480590105513897 + ], + [ + 0.938381917125795, + 51.43467201610342 + ], + [ + 0.862385202805017, + 51.363551454617259 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.319641670496102, + 51.143024647696905 + ], + [ + -1.134255746168144, + 51.111227901037779 + ], + [ + -1.051350239636387, + 50.909823929854589 + ], + [ + -1.2862491748097, + 50.821889183649503 + ], + [ + -1.557995001774905, + 50.463725840194293 + ], + [ + -1.782530748631749, + 50.52891646529973 + ], + [ + -1.886162631796445, + 50.702075403198201 + ], + [ + -2.050822179491464, + 50.679462153325389 + ], + [ + -2.066942694650417, + 50.691134869243562 + ], + [ + -2.086517605914859, + 50.71374249327603 + ], + [ + -2.095729328862833, + 50.737067963743762 + ], + [ + -2.104941051810806, + 50.768393280603185 + ], + [ + -2.107243982547799, + 50.798242084191102 + ], + [ + -2.095729328862833, + 50.822980299250212 + ], + [ + -1.671990073256072, + 50.896390101465116 + ], + [ + -1.455514583978705, + 51.056254679541404 + ], + [ + -1.319641670496102, + 51.143024647696905 + ] + ], + [ + [ + -1.217125269407132, + 51.059138327729812 + ], + [ + -1.117055732226224, + 51.069371001741459 + ], + [ + -1.134399679339202, + 51.111273083903846 + ], + [ + -1.200752871198827, + 51.122634791604796 + ], + [ + -1.217125269407132, + 51.059138327729812 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -3.254103489570444, + 51.085196097541527 + ], + [ + -3.495911216954737, + 51.103998314694088 + ], + [ + -3.477487771058791, + 51.212323402462061 + ], + [ + -3.662873695386749, + 51.402358196840282 + ], + [ + -3.657116368544266, + 51.422467258174883 + ], + [ + -3.651359041701783, + 51.449743981183204 + ], + [ + -3.639844388016816, + 51.465528324203611 + ], + [ + -3.619118011383877, + 51.496363781142037 + ], + [ + -3.597240169382441, + 51.519297568606234 + ], + [ + -3.577665258117998, + 51.531476448224765 + ], + [ + -3.544272762431596, + 51.552960642869841 + ], + [ + -3.413005710422979, + 51.654514910001332 + ], + [ + -3.141259883457774, + 51.621641919325448 + ], + [ + -3.136654021983787, + 51.661658059391961 + ], + [ + -2.816546649541724, + 51.664515003892369 + ], + [ + -2.712914766377027, + 51.583021476981841 + ], + [ + -2.088820536651852, + 51.505682024542566 + ], + [ + -2.316810679614185, + 51.387989165998889 + ], + [ + -2.330628264036145, + 51.31319743508233 + ], + [ + -2.505651000047633, + 51.308878802317146 + ], + [ + -2.554012545524491, + 51.275755779421942 + ], + [ + -2.846484749122636, + 51.258464715774167 + ], + [ + -3.233377112937505, + 51.176243298874851 + ], + [ + -3.254103489570444, + 51.085196097541527 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -6.169613802603916, + 54.435417981948753 + ], + [ + -6.168462337235418, + 54.439101251907914 + ], + [ + -6.267488358926129, + 54.438431591094286 + ], + [ + -6.345788003983901, + 54.453161600133832 + ], + [ + -6.401058341671738, + 54.465878708001419 + ], + [ + -6.447116956411604, + 54.481936775902589 + ], + [ + -6.481660917466503, + 54.502669118703231 + ], + [ + -6.521962205363885, + 54.531409480027285 + ], + [ + -6.549597374207804, + 54.554120101435814 + ], + [ + -6.565717889366757, + 54.584826120376633 + ], + [ + -6.582989869894206, + 54.610507945693897 + ], + [ + -6.586444265999697, + 54.637173208745445 + ], + [ + -6.589898662105187, + 54.666484814679187 + ], + [ + -6.5852928006312, + 54.69045131549619 + ], + [ + -6.570323750840744, + 54.723049656865314 + ], + [ + -6.549597374207804, + 54.75296383342458 + ], + [ + -6.525416601469375, + 54.778207493974016 + ], + [ + -6.494327036519967, + 54.804099090646332 + ], + [ + -6.45172281788559, + 54.825994415999666 + ], + [ + -6.409118599251215, + 54.840584707001923 + ], + [ + -6.37687756893331, + 54.839258534815059 + ], + [ + -5.494855096664888, + 54.902865656334505 + ], + [ + -5.259956161491576, + 54.945214662791138 + ], + [ + -5.909382629323677, + 54.192262894228342 + ], + [ + -6.169613802603916, + 54.435417981948753 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.572340646341785, + 52.055985484738436 + ], + [ + -0.384651791276835, + 52.188190208966581 + ], + [ + 0.543429295731451, + 52.18254242016873 + ], + [ + 0.815175122696657, + 52.209363028637988 + ], + [ + 0.969471482075206, + 51.966685122367565 + ], + [ + 1.121464910716761, + 51.931199066451136 + ], + [ + 1.38860487620798, + 51.978034730420674 + ], + [ + 1.439269352421832, + 51.880049806549486 + ], + [ + 1.425451767999872, + 51.65201454170834 + ], + [ + 1.26885247788433, + 51.38331825916913 + ], + [ + 1.054679919343957, + 50.982009667579653 + ], + [ + 0.764510646482805, + 50.755282908283341 + ], + [ + 0.520399988361519, + 50.667786533398022 + ], + [ + -0.366228345380888, + 50.663407427186904 + ], + [ + -0.682881321717462, + 50.959169021913063 + ], + [ + -0.702456232981905, + 50.957718442954786 + ], + [ + -0.804936650778105, + 51.111950797476275 + ], + [ + -1.068622220163834, + 51.074345186698196 + ], + [ + -1.2171612526999, + 51.059150048627494 + ], + [ + -1.201040737540947, + 51.121347422163012 + ], + [ + -1.130801350062652, + 51.393018840187331 + ], + [ + -1.243644956175322, + 51.407386291395497 + ], + [ + -1.190677549224477, + 51.571572074304314 + ], + [ + -1.005291624896519, + 51.734097326722683 + ], + [ + -1.191829014592974, + 51.960299704483418 + ], + [ + -0.619550726450147, + 52.072267112854945 + ], + [ + -0.572340646341785, + 52.055985484738436 + ] + ], + [ + [ + -0.497531380682273, + 51.188175408407304 + ], + [ + -0.502101258863486, + 51.156071235618192 + ], + [ + -0.500985776787758, + 51.13218614939241 + ], + [ + -0.491756062193402, + 51.088100544961975 + ], + [ + -0.474502073312335, + 51.062067025523376 + ], + [ + -0.456024652477241, + 51.033099827522321 + ], + [ + -0.428416471102916, + 51.012802953060103 + ], + [ + 0.085155074892993, + 51.017160711631497 + ], + [ + 0.104720990334231, + 51.033088512814146 + ], + [ + 0.125429375320796, + 51.053365196556364 + ], + [ + 0.141567882126123, + 51.08013265607201 + ], + [ + 0.153091531634281, + 51.115570757225008 + ], + [ + 0.155376470724897, + 51.143741402409731 + ], + [ + 0.153109523280672, + 51.170462219768609 + ], + [ + 0.151913078796216, + 51.194348893986323 + ], + [ + 0.123162427876562, + 51.241172777987778 + ], + [ + 0.094330814548195, + 51.270341764484662 + ], + [ + -0.497531380682273, + 51.188175408407304 + ] + ], + [ + [ + 0.948853055320565, + 51.830309979894878 + ], + [ + 0.727627771398149, + 51.7461518394271 + ], + [ + 0.585961547780298, + 51.734765868158036 + ], + [ + 0.424792379483534, + 51.666322820902295 + ], + [ + 0.399496124669375, + 51.531297370653348 + ], + [ + 0.56401173919333, + 51.346630584204341 + ], + [ + 0.862349219512256, + 51.363573921738883 + ], + [ + 0.938273967247502, + 51.434672018086168 + ], + [ + 0.834857983839397, + 51.480590105513876 + ], + [ + 0.839283928849558, + 51.503554230483381 + ], + [ + 1.025893285131543, + 51.582976758440957 + ], + [ + 1.022366922440523, + 51.593775027715878 + ], + [ + 1.149136062853448, + 51.653086145932953 + ], + [ + 0.948853055320565, + 51.830309979894878 + ] + ], + [ + [ + -0.012872410423482, + 51.854808937729686 + ], + [ + -0.049719302215374, + 51.76225663906893 + ], + [ + -0.021364467516144, + 51.737930162557092 + ], + [ + 0.042541860435419, + 51.706678610325696 + ], + [ + 0.116163677433672, + 51.678886272278461 + ], + [ + 0.231454147454397, + 51.756510357148002 + ], + [ + 0.376466817299442, + 51.767868581582398 + ], + [ + 0.584882048997333, + 51.903145226231068 + ], + [ + 0.573295428726835, + 51.933728380909358 + ], + [ + 0.568473667496256, + 51.958570163926836 + ], + [ + 0.549474488916061, + 51.981226300706837 + ], + [ + 0.531842675460957, + 52.005288650619015 + ], + [ + 0.502912108077479, + 52.028053984271587 + ], + [ + 0.460307889443103, + 52.05058646094394 + ], + [ + 0.418855136177224, + 52.071293921202184 + ], + [ + 0.372940454608421, + 52.085535786379054 + ], + [ + 0.351926211633358, + 52.088940777271318 + ], + [ + -0.178467523730404, + 51.99040075617711 + ], + [ + -0.286705268369087, + 52.100745675422132 + ], + [ + -0.472235125868107, + 52.012730730806311 + ], + [ + -0.572196713170721, + 52.053286056695626 + ], + [ + -0.681657889763432, + 51.955421345936323 + ], + [ + -0.829981022542905, + 51.897505711835883 + ], + [ + -0.811917409574614, + 51.78234060402697 + ], + [ + -0.708141593238855, + 51.797965179243278 + ], + [ + -0.669207670466563, + 51.743767929094822 + ], + [ + -0.012872410423482, + 51.854808937729686 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.981080591900483, + 52.780330373255445 + ], + [ + 1.499240007722698, + 52.783812682768193 + ], + [ + 1.636264386573462, + 52.717601142342289 + ], + [ + 1.64029451536319, + 52.704870033248127 + ], + [ + 1.643173178784424, + 52.689343518249331 + ], + [ + 1.644612510495042, + 52.675207844447009 + ], + [ + 1.643461045126548, + 52.661940582706841 + ], + [ + 1.641733847073807, + 52.650066460176596 + ], + [ + 1.636552252915585, + 52.638276457523432 + ], + [ + 1.628204128994005, + 52.615211266721069 + ], + [ + 1.621871069467289, + 52.602625129434941 + ], + [ + 1.617553074335437, + 52.595631267818732 + ], + [ + 1.49520987893297, + 52.5687819588873 + ], + [ + 1.415470902164773, + 52.568082082757996 + ], + [ + 1.330550331238354, + 52.593445457074694 + ], + [ + 1.057940905247444, + 52.590647460201659 + ], + [ + 0.941067170345323, + 52.637490344339476 + ], + [ + 0.936173442529224, + 52.653122608735842 + ], + [ + 0.934734110818607, + 52.672327794426202 + ], + [ + 0.935309843502854, + 52.693269282409005 + ], + [ + 0.939052105950459, + 52.711584848273262 + ], + [ + 0.948263828898409, + 52.736603692521406 + ], + [ + 0.961505680636088, + 52.759866176968544 + ], + [ + 0.981080591900483, + 52.780330373255445 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.390650200854645, + 53.654459639528461 + ], + [ + -1.057876709359934, + 53.685157358856863 + ], + [ + -1.034847401990058, + 53.69470319941815 + ], + [ + -1.013545292672922, + 53.697089321400618 + ], + [ + -0.975546935512626, + 53.696407586064574 + ], + [ + -0.931215518825615, + 53.693680534305585 + ], + [ + -0.900125953876282, + 53.690271471167435 + ], + [ + -0.87249078503243, + 53.684816395951032 + ], + [ + -0.847158546925566, + 53.678678591556761 + ], + [ + -0.822977774187196, + 53.671175615835708 + ], + [ + -0.795918338027592, + 53.662306739770052 + ], + [ + -0.771161832604975, + 53.650364920341353 + ], + [ + -0.749283990603593, + 53.638419717787379 + ], + [ + -0.729709079339198, + 53.626812566803395 + ], + [ + -0.932942716878355, + 53.250250863634506 + ], + [ + -0.951941895458503, + 53.248183975660254 + ], + [ + -0.980152796986602, + 53.247150494230489 + ], + [ + -1.005485035093465, + 53.246805994873441 + ], + [ + -1.037150332727045, + 53.247494990813962 + ], + [ + -1.072845759150353, + 53.251628733480963 + ], + [ + -1.105662522152427, + 53.255762076772577 + ], + [ + -1.150569671523686, + 53.264716283906395 + ], + [ + -1.178780573051784, + 53.272635750666623 + ], + [ + -1.188568028683981, + 53.277111322157822 + ], + [ + -1.189143761368228, + 53.319777840422468 + ], + [ + -1.309471892375832, + 53.342126329028744 + ], + [ + -1.390650200854645, + 53.654459639528461 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.264708676175635, + 54.704981396375821 + ], + [ + -1.243694433200623, + 54.698743716089432 + ], + [ + -1.204832477013957, + 54.684601424338275 + ], + [ + -1.173742912064624, + 54.669871565242779 + ], + [ + -1.147259208589267, + 54.654886566577645 + ], + [ + -1.126532831956378, + 54.639979335880888 + ], + [ + -1.11415457924507, + 54.629316063877688 + ], + [ + -1.09832193042828, + 54.614316106545047 + ], + [ + -1.083640746979984, + 54.596475627400537 + ], + [ + -1.07414115768991, + 54.582631366032416 + ], + [ + -1.119624039745415, + 54.558517779366944 + ], + [ + -1.406338916500374, + 54.404405745745613 + ], + [ + -1.508819334296323, + 54.381108902221442 + ], + [ + -1.530409309955582, + 54.386138117344622 + ], + [ + -1.548832755851483, + 54.391669542253247 + ], + [ + -1.57445286030047, + 54.401892334565702 + ], + [ + -1.592300573512125, + 54.411945055181874 + ], + [ + -1.608421088671038, + 54.423251420515257 + ], + [ + -1.625693069198445, + 54.435977818462355 + ], + [ + -1.63778345556763, + 54.450039238926458 + ], + [ + -1.648722376568321, + 54.464430453894742 + ], + [ + -1.658221965858395, + 54.481994264161209 + ], + [ + -1.657358366832025, + 54.497210133974562 + ], + [ + -1.264708676175635, + 54.704981396375821 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.0154640964336, + 54.64889101932625 + ], + [ + -1.984086665142143, + 54.730047190596551 + ], + [ + -1.993298388090094, + 54.891293609095307 + ], + [ + -1.999415547860218, + 55.031031882914952 + ], + [ + -1.996177051511328, + 55.060100047821642 + ], + [ + -1.357401638339387, + 55.226925249825072 + ], + [ + -1.344159786601708, + 55.220193377179996 + ], + [ + -1.332069400232523, + 55.211161027383163 + ], + [ + -1.316524617757857, + 55.200319501556095 + ], + [ + -1.302707033335931, + 55.188735519486052 + ], + [ + -1.284859320124277, + 55.174435748188792 + ], + [ + -1.26845093862324, + 55.156677168286954 + ], + [ + -1.252042557122203, + 55.133727294863895 + ], + [ + -1.243118700516376, + 55.120313195246062 + ], + [ + -1.23592204196329, + 55.105988876422373 + ], + [ + -1.229588982436574, + 55.086552281881197 + ], + [ + -1.222680190225611, + 55.066776560405991 + ], + [ + -1.221816591199241, + 55.048805139685562 + ], + [ + -1.22095299217287, + 55.029835719377601 + ], + [ + -1.567544068089507, + 54.829036222083403 + ], + [ + -1.610148286723778, + 54.690841278252094 + ], + [ + -1.741415338732072, + 54.700823049199208 + ], + [ + -1.765596111470442, + 54.623566733872487 + ], + [ + -2.0154640964336, + 54.64889101932625 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.835313741201722, + 59.700719747805458 + ], + [ + -1.640878018745406, + 60.052903843951505 + ], + [ + -1.046631930375863, + 60.050595535032123 + ], + [ + -0.975313044115399, + 60.033363447211507 + ], + [ + -0.919610906914996, + 60.007741283154282 + ], + [ + -0.887756375731727, + 59.989587486071976 + ], + [ + -0.851026750904681, + 59.966578420473148 + ], + [ + -0.825730496090803, + 59.948077173324485 + ], + [ + -0.807630899829949, + 59.922190524969174 + ], + [ + -0.798275243711018, + 59.895200767645541 + ], + [ + -0.798131310539958, + 59.869886970092125 + ], + [ + -0.802737172013893, + 59.84057690292402 + ], + [ + -0.81425182569873, + 59.812724701492726 + ], + [ + -0.830372340857503, + 59.785392457538791 + ], + [ + -0.851438984127439, + 59.758920521664329 + ], + [ + -0.869378230214891, + 59.740852701811647 + ], + [ + -0.918027642033331, + 59.716110944689383 + ], + [ + -1.199129125114434, + 59.538392465439181 + ], + [ + -1.514054903394748, + 59.55721307756783 + ], + [ + -1.835313741201722, + 59.700719747805458 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -4.261577214121727, + 53.762807503587617 + ], + [ + -4.803773469506531, + 53.902154437206001 + ], + [ + -5.031475746124198, + 53.993490715061291 + ], + [ + -5.045869063230244, + 54.008782071886557 + ], + [ + -5.050620440227983, + 54.023623516692481 + ], + [ + -5.053209654954329, + 54.038544971196558 + ], + [ + -5.052777855441148, + 54.052277761126589 + ], + [ + -5.05069082446077, + 54.065668141735678 + ], + [ + -5.043853998835398, + 54.082558361714064 + ], + [ + -5.033418843933514, + 54.098935310079668 + ], + [ + -5.022048123419736, + 54.112922350346714 + ], + [ + -5.005639741918842, + 54.128823447169133 + ], + [ + -4.986136797240149, + 54.143474890630195 + ], + [ + -4.959725060350553, + 54.154855168487096 + ], + [ + -4.940653915185038, + 54.164209942486082 + ], + [ + -4.885095711155697, + 54.178448736225633 + ], + [ + -4.381617478786161, + 54.243766330867359 + ], + [ + -4.357508672633532, + 54.241158974399546 + ], + [ + -4.317783117420841, + 54.235144604555671 + ], + [ + -4.288132884182384, + 54.228813848938493 + ], + [ + -4.258410684358397, + 54.218190300234113 + ], + [ + -4.100947795218239, + 53.899737688609171 + ], + [ + -4.261577214121727, + 53.762807503587617 + ] + ] + ] + } + } + ] +} \ No newline at end of file diff --git a/public_html/layers/UK_Airspace.geojson b/public_html/layers/UK_Airspace.geojson index 8126d95b..640d991c 100644 --- a/public_html/layers/UK_Airspace.geojson +++ b/public_html/layers/UK_Airspace.geojson @@ -1,7 +1,113 @@ { -"type": "FeatureCollection", -"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, -"features": [ -{ "type": "Feature", "properties": { "id": 1, "Name": "UK Airspace" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.0, 61.0 ], [ 0.0, 60.0 ], [ 5.0, 57.0 ], [ 5.0, 55.0 ], [ 2.0, 51.5 ], [ 2.0, 51.11 ], [ 1.46666666666, 51.0 ], [ 1.466666666666, 50.66666666 ], [ -0.233333, 50.0 ], [ -2.0, 50.0 ], [ -8.0, 48.83333333 ], [ -8.0, 51.0 ], [ -5.5, 52.333333333 ], [ -5.5, 53.916666666 ], [ -8.16666666, 54.416666 ], [ -6.916666666, 55.33333333 ], [ -7.3333333, 55.5 ], [ -8.25, 55.3333333 ], [ -9.0, 54.9 ], [ -10.0, 54.54 ], [ -10.0, 60.999970292729202 ], [ 0.0, 61.0 ] ] ] } } -] -} + "type": "FeatureCollection", + "crs": { + "type": "name", + "properties": { + "name": "urn:ogc:def:crs:OGC:1.3:CRS84" + } + }, + "features": [ + { + "type": "Feature", + "properties": { + "id": 1, + "Name": "UK Airspace" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.0, + 61.0 + ], + [ + 0.0, + 60.0 + ], + [ + 5.0, + 57.0 + ], + [ + 5.0, + 55.0 + ], + [ + 2.0, + 51.5 + ], + [ + 2.0, + 51.11 + ], + [ + 1.46666666666, + 51.0 + ], + [ + 1.466666666666, + 50.66666666 + ], + [ + -0.233333, + 50.0 + ], + [ + -2.0, + 50.0 + ], + [ + -8.0, + 48.83333333 + ], + [ + -8.0, + 51.0 + ], + [ + -5.5, + 52.333333333 + ], + [ + -5.5, + 53.916666666 + ], + [ + -8.16666666, + 54.416666 + ], + [ + -6.916666666, + 55.33333333 + ], + [ + -7.3333333, + 55.5 + ], + [ + -8.25, + 55.3333333 + ], + [ + -9.0, + 54.9 + ], + [ + -10.0, + 54.54 + ], + [ + -10.0, + 60.999970292729202 + ], + [ + 0.0, + 61.0 + ] + ] + ] + } + } + ] +} \ No newline at end of file diff --git a/public_html/layers/UK_Airways.geojson b/public_html/layers/UK_Airways.geojson index 96e7d4fa..9fe92ee5 100644 --- a/public_html/layers/UK_Airways.geojson +++ b/public_html/layers/UK_Airways.geojson @@ -1,8 +1,1046 @@ { -"type": "FeatureCollection", -"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, -"features": [ -{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.403649138748828, 54.840787594866896 ], [ -5.49485509666717, 54.90298137606667 ], [ -5.383482783941857, 54.922891639653692 ], [ -4.996558458447986, 55.258993747615015 ], [ -5.674771560492503, 55.353371796052528 ], [ -5.607986569119698, 55.511473994021294 ], [ -5.000012854553476, 55.428581959295961 ], [ -4.995406993079489, 55.836776112483307 ], [ -4.891775109914792, 55.900737640507629 ], [ -6.924111485311349, 56.414699001329581 ], [ -6.814722275304169, 56.557111839456368 ], [ -6.252807175477813, 56.428072917899627 ], [ -6.583277736236346, 56.712264536375983 ], [ -6.340318543483558, 56.794962167365647 ], [ -5.739253621128315, 56.298275173595329 ], [ -4.679905482111412, 56.025127689772617 ], [ -4.544998910976172, 56.076802689620507 ], [ -4.453066804517574, 56.485336458269124 ], [ -4.206653215659294, 57.498921866410541 ], [ -6.252807175477813, 58.135199197526077 ], [ -6.10657107367874, 58.274131377243222 ], [ -4.427734566410649, 57.765837415233626 ], [ -4.417371378094178, 57.782416184659603 ], [ -4.532517914943842, 57.911102590870108 ], [ -3.241725236859115, 58.507086142926866 ], [ -3.051733451057171, 58.98174775509748 ], [ -2.736231940089094, 58.945533600713418 ], [ -2.930829587365024, 58.471578661180168 ], [ -2.307886823008346, 57.603024060239875 ], [ -1.960144281722363, 57.617827477906978 ], [ -1.521435976325146, 59.560103854349258 ], [ -1.833483091187733, 59.699241280147689 ], [ -1.617007601910366, 60.046003319299729 ], [ -0.91461372712742, 60.065555233033876 ], [ -0.835162616701152, 60.0068879931775 ], [ -0.793709863435274, 59.945240046862999 ], [ -0.79140693269828, 59.908888949328329 ], [ -0.790255467329784, 59.87798808352327 ], [ -0.793709863435274, 59.840984791743836 ], [ -0.804073051751743, 59.814363245380122 ], [ -0.821345032279193, 59.786561550461585 ], [ -0.858191924071085, 59.748296359955873 ], [ -0.910007865653434, 59.713471756685799 ], [ -1.197874207777592, 59.542306313498081 ], [ -1.653854493702259, 57.598396755671601 ], [ -1.590523898434944, 57.560739467818628 ], [ -0.631353246477249, 57.776583781673331 ], [ -0.518509640364578, 57.622144005749433 ], [ -1.47192296547979, 57.408479821962914 ], [ -1.816211110660284, 57.084849550279834 ], [ -1.892207824981061, 56.756476762603434 ], [ -1.414349697054959, 55.448831529298786 ], [ -1.494666763163522, 55.190381089464111 ], [ -1.35735216131649, 55.226741878968973 ], [ -1.344225568910361, 55.220195510560195 ], [ -1.333949527282161, 55.212566051690082 ], [ -1.316317713827238, 55.200266877852123 ], [ -1.305573528566996, 55.191091936611784 ], [ -1.285028616561898, 55.174590568317122 ], [ -1.268573575015636, 55.156879606119084 ], [ -1.252004732855582, 55.133727804557957 ], [ -1.243370660850875, 55.12073949697151 ], [ -1.235642495219014, 55.105862077208521 ], [ -1.222676257460809, 55.066974998145945 ], [ -1.220903515150557, 55.02994479549173 ], [ -1.567185584297298, 54.829002630312068 ], [ -1.610068699126309, 54.690855812082134 ], [ -1.659988522309533, 54.498300596454548 ], [ -1.264743647400284, 54.701720641179705 ], [ -1.205317987758693, 54.683076945149892 ], [ -1.148315170229223, 54.659976458964664 ], [ -1.099768815423761, 54.617768888528225 ], [ -1.074305303933623, 54.58139796203784 ], [ -1.410076619064038, 54.399236204208798 ], [ -1.757486376866955, 54.202577402663387 ], [ -1.257750406939417, 53.715476031074516 ], [ -1.04472931376754, 53.689573644527655 ], [ -0.739590991115932, 53.604255908755427 ], [ 0.082555281990664, 53.368225921034572 ], [ 2.094165280754281, 53.136752893275798 ], [ 2.498329625096599, 53.192669019875083 ], [ 2.500632555833591, 53.331797335873375 ], [ 3.001519991129628, 53.265044497470761 ], [ 2.995762664287144, 53.68241359470651 ], [ 3.767244461179889, 53.56768715302622 ], [ 2.948552584178783, 52.610650302434713 ], [ 2.496026694359606, 52.664455780146127 ], [ 2.497178159728103, 52.865116013313575 ], [ 2.057318388962389, 52.972727756832015 ], [ -0.013016343594557, 53.210946765604746 ], [ -0.068286681282396, 53.10634815986613 ], [ -1.479983223059267, 53.354826439987406 ], [ -1.508769857271683, 53.336953910242329 ], [ -1.362533755472611, 53.194393667422389 ], [ -0.929582776917748, 52.749396306848126 ], [ -0.805800249804489, 52.794850856428653 ], [ -0.46554223341385, 52.442167180959792 ], [ 1.21214280848586, 52.42460943804597 ], [ 1.475828377871588, 52.421809703866785 ], [ 1.926051336953773, 52.570701543952438 ], [ 2.786195967220757, 52.454400700479667 ], [ 2.00550244738004, 51.506226856966663 ], [ 2.006653912748536, 51.335317792969676 ], [ 2.00204805127455, 51.122637360936928 ], [ 1.468919585660609, 51.000717308331744 ], [ 1.468919585660609, 50.666555405556956 ], [ -0.238703555819897, 50.002139903677737 ], [ -0.528872828681049, 50.007989572605069 ], [ -0.250218209504864, 50.231790062985837 ], [ -0.653915318394779, 50.612740182974932 ], [ -0.847828735754616, 50.613612011290243 ], [ -0.912310796390427, 49.997329558296038 ], [ -1.999067341555055, 50.001694172715453 ], [ -2.191013088105938, 49.963264636918993 ], [ -1.880693171296095, 50.394637471862637 ], [ -2.106380383521436, 50.445993456527439 ], [ -2.097168660573462, 50.478245864114726 ], [ -2.332067595746775, 50.53463466199851 ], [ -2.257222346794494, 50.674582462303029 ], [ -2.517453520074734, 50.668744408440006 ], [ -3.040218797372204, 50.453692051901932 ], [ -2.579632649973553, 49.888769471424254 ], [ -3.15824399764311, 49.77585061383347 ], [ -3.625163204568494, 50.382524022350587 ], [ -3.485540245809078, 51.221394480594498 ], [ -3.661718829067659, 51.403107839643191 ], [ -3.653074921482536, 51.441339217862598 ], [ -3.629832694968167, 51.482117255218661 ], [ -3.606906876467666, 51.512208168342774 ], [ -3.581148764776959, 51.527172149912545 ], [ -3.542338161060637, 51.553848685499482 ], [ -3.409839180659624, 51.658333582842637 ], [ -5.048374400030334, 51.910115933724796 ], [ -6.076808255343049, 51.873291742514475 ], [ -6.006821197101737, 51.678758615255944 ], [ -6.886883456680433, 51.400600138595514 ], [ -7.221189550383482, 51.426233241410849 ], [ -5.498597359112517, 52.331834626381131 ], [ -5.495142963007026, 52.739442068082056 ], [ -4.947045447602629, 52.068595416208332 ], [ -3.954482299958531, 51.91828404844437 ], [ -3.383355477184201, 51.831555257530326 ], [ -5.494500999235672, 52.954712370089531 ], [ -5.497291577574189, 53.179274946831306 ], [ -3.357937181256103, 52.046590162672949 ], [ -3.286632386230484, 53.061046723213558 ], [ -3.390264269395181, 53.097015122970824 ], [ -3.355720308340282, 53.170242287903172 ], [ -3.645889581201435, 53.339704017860583 ], [ -4.719055304640298, 53.367195341314726 ], [ -4.751296334958203, 53.182664695925183 ], [ -5.502051755218007, 53.209567613288598 ], [ -5.492840032270035, 53.916018483591074 ], [ -6.400194742645382, 54.105477159264808 ], [ -6.376547473356987, 54.460092743510394 ], [ -6.401256691542802, 54.465620642226007 ], [ -6.44701791610215, 54.48182065956243 ], [ -6.481889867530152, 54.502424189483349 ], [ -6.519956199170906, 54.529547350747244 ], [ -6.55037202635381, 54.554089571609246 ], [ -6.565181858192543, 54.583821148795764 ], [ -6.583608996426392, 54.611209517109373 ], [ -6.589524396036875, 54.666548644999608 ], [ -6.584804450635007, 54.689637206549051 ], [ -6.569867760418883, 54.723552952925829 ], [ -6.548952102767333, 54.753067293773952 ], [ -6.525406209325318, 54.777940254740962 ], [ -6.494833605820899, 54.803906282967731 ], [ -6.451866751055679, 54.825863467845643 ], [ -6.403649138748828, 54.840787594866896 ] ], [ [ -2.305583892271355, 54.19045232718085 ], [ -2.130561156259867, 54.241622896096928 ], [ -2.01566833102974, 54.649114679133227 ], [ -1.983901800896354, 54.729528989761164 ], [ -2.00024625034959, 55.027272077966984 ], [ -1.995739138919888, 55.060546520563975 ], [ -1.812547404150357, 55.107933896511639 ], [ -1.704518969916035, 55.443934616521162 ], [ -2.176053009734785, 56.727999097056454 ], [ -2.326310268904295, 56.919295995602646 ], [ -2.592874501708392, 56.907804760080431 ], [ -2.903380660405524, 56.684247819372622 ], [ -2.967676479156161, 56.467060336611034 ], [ -3.0425217281092, 56.122811689286536 ], [ -2.935435448838974, 56.120244282605363 ], [ -2.80992572367288, 56.002599581420156 ], [ -2.851378476938759, 55.639060056417009 ], [ -2.614176611028453, 55.432502041739056 ], [ -2.349339576274228, 55.344860775511535 ], [ -2.504787401021273, 55.206464421979781 ], [ -2.429942152068992, 54.985743544073244 ], [ -2.832955031042813, 54.911678252551759 ], [ -2.305583892271355, 54.19045232718085 ] ], [ [ -4.381963818012199, 54.243809872962139 ], [ -4.357397207882498, 54.241153601714473 ], [ -4.31794135176584, 54.235210711468852 ], [ -4.288053416158632, 54.228795473889832 ], [ -4.258408637493903, 54.218202711949345 ], [ -4.101006268103852, 53.899697450153852 ], [ -3.603285362567061, 53.692982764169656 ], [ -3.305055832126433, 53.681390631060815 ], [ -3.462806587610472, 54.568683311871808 ], [ -3.50771373698184, 54.55666590874204 ], [ -4.228531057660733, 55.097903453956377 ], [ -4.507185676836917, 55.130831917799306 ], [ -4.866442871807867, 55.043841998776443 ], [ -4.949348378339624, 54.946082681854591 ], [ -5.142794560247059, 54.518587428000806 ], [ -4.439597420332272, 54.235838012941201 ], [ -4.381963818012199, 54.243809872962139 ] ], [ [ -2.756382584037788, 52.827867020696978 ], [ -2.79322947582968, 51.965088853176177 ], [ -1.835210289240482, 51.714660732375229 ], [ -1.581887908171223, 51.683259232301253 ], [ -2.512271925916502, 52.540280316457462 ], [ -2.756382584037788, 52.827867020696978 ] ], [ [ -3.035037203213966, 53.666000554998931 ], [ -2.641236047188118, 53.655083409504165 ], [ -3.117942709745723, 54.306462734304255 ], [ -3.035037203213966, 53.666000554998931 ] ], [ [ -5.27348587957142, 53.755959148248692 ], [ -4.591818381421413, 53.739617346249368 ], [ -4.932652130496416, 53.894607970105262 ], [ -5.27348587957142, 53.755959148248692 ] ], [ [ -2.858863001833981, 51.412234287579146 ], [ -2.957889023524691, 50.829708282038084 ], [ -2.262403940952725, 50.841343584915215 ], [ -2.269312733163705, 50.882044303838882 ], [ -1.596856957961672, 51.003933366721299 ], [ -1.479407490375015, 51.287099504543136 ], [ -1.700488841126369, 51.3259710105511 ], [ -2.858863001833981, 51.412234287579146 ] ], [ [ -4.155413006761189, 56.468762770474051 ], [ -4.206077482975042, 56.213485374906369 ], [ -4.139292491602236, 56.239090016110225 ], [ -3.784503297282611, 56.342258185807594 ], [ -3.476048439348177, 56.496103488637253 ], [ -3.310237426284662, 56.639477637145085 ], [ -2.839506237627831, 57.001700447867812 ], [ -2.574666955571765, 57.348869680933731 ], [ -2.600359026606419, 57.545487917409901 ], [ -3.169758651328074, 58.320384411056516 ], [ -4.143898353076224, 57.871281938353036 ], [ -3.890575972006964, 57.550199254883829 ], [ -4.155413006761189, 56.468762770474051 ] ], [ [ -3.288490023697838, 56.368992962963304 ], [ -3.539509474027302, 56.239313731280163 ], [ -3.492299393919467, 56.119465683248919 ], [ -3.346063292122027, 56.123958716947847 ], [ -3.288490023697838, 56.368992962963304 ] ] ] } }, -{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ ] } } -] -} + "type": "FeatureCollection", + "crs": { + "type": "name", + "properties": { + "name": "urn:ogc:def:crs:OGC:1.3:CRS84" + } + }, + "features": [ + { + "type": "Feature", + "properties": {}, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -6.403649138748828, + 54.840787594866896 + ], + [ + -5.49485509666717, + 54.90298137606667 + ], + [ + -5.383482783941857, + 54.922891639653692 + ], + [ + -4.996558458447986, + 55.258993747615015 + ], + [ + -5.674771560492503, + 55.353371796052528 + ], + [ + -5.607986569119698, + 55.511473994021294 + ], + [ + -5.000012854553476, + 55.428581959295961 + ], + [ + -4.995406993079489, + 55.836776112483307 + ], + [ + -4.891775109914792, + 55.900737640507629 + ], + [ + -6.924111485311349, + 56.414699001329581 + ], + [ + -6.814722275304169, + 56.557111839456368 + ], + [ + -6.252807175477813, + 56.428072917899627 + ], + [ + -6.583277736236346, + 56.712264536375983 + ], + [ + -6.340318543483558, + 56.794962167365647 + ], + [ + -5.739253621128315, + 56.298275173595329 + ], + [ + -4.679905482111412, + 56.025127689772617 + ], + [ + -4.544998910976172, + 56.076802689620507 + ], + [ + -4.453066804517574, + 56.485336458269124 + ], + [ + -4.206653215659294, + 57.498921866410541 + ], + [ + -6.252807175477813, + 58.135199197526077 + ], + [ + -6.10657107367874, + 58.274131377243222 + ], + [ + -4.427734566410649, + 57.765837415233626 + ], + [ + -4.417371378094178, + 57.782416184659603 + ], + [ + -4.532517914943842, + 57.911102590870108 + ], + [ + -3.241725236859115, + 58.507086142926866 + ], + [ + -3.051733451057171, + 58.98174775509748 + ], + [ + -2.736231940089094, + 58.945533600713418 + ], + [ + -2.930829587365024, + 58.471578661180168 + ], + [ + -2.307886823008346, + 57.603024060239875 + ], + [ + -1.960144281722363, + 57.617827477906978 + ], + [ + -1.521435976325146, + 59.560103854349258 + ], + [ + -1.833483091187733, + 59.699241280147689 + ], + [ + -1.617007601910366, + 60.046003319299729 + ], + [ + -0.91461372712742, + 60.065555233033876 + ], + [ + -0.835162616701152, + 60.0068879931775 + ], + [ + -0.793709863435274, + 59.945240046862999 + ], + [ + -0.79140693269828, + 59.908888949328329 + ], + [ + -0.790255467329784, + 59.87798808352327 + ], + [ + -0.793709863435274, + 59.840984791743836 + ], + [ + -0.804073051751743, + 59.814363245380122 + ], + [ + -0.821345032279193, + 59.786561550461585 + ], + [ + -0.858191924071085, + 59.748296359955873 + ], + [ + -0.910007865653434, + 59.713471756685799 + ], + [ + -1.197874207777592, + 59.542306313498081 + ], + [ + -1.653854493702259, + 57.598396755671601 + ], + [ + -1.590523898434944, + 57.560739467818628 + ], + [ + -0.631353246477249, + 57.776583781673331 + ], + [ + -0.518509640364578, + 57.622144005749433 + ], + [ + -1.47192296547979, + 57.408479821962914 + ], + [ + -1.816211110660284, + 57.084849550279834 + ], + [ + -1.892207824981061, + 56.756476762603434 + ], + [ + -1.414349697054959, + 55.448831529298786 + ], + [ + -1.494666763163522, + 55.190381089464111 + ], + [ + -1.35735216131649, + 55.226741878968973 + ], + [ + -1.344225568910361, + 55.220195510560195 + ], + [ + -1.333949527282161, + 55.212566051690082 + ], + [ + -1.316317713827238, + 55.200266877852123 + ], + [ + -1.305573528566996, + 55.191091936611784 + ], + [ + -1.285028616561898, + 55.174590568317122 + ], + [ + -1.268573575015636, + 55.156879606119084 + ], + [ + -1.252004732855582, + 55.133727804557957 + ], + [ + -1.243370660850875, + 55.12073949697151 + ], + [ + -1.235642495219014, + 55.105862077208521 + ], + [ + -1.222676257460809, + 55.066974998145945 + ], + [ + -1.220903515150557, + 55.02994479549173 + ], + [ + -1.567185584297298, + 54.829002630312068 + ], + [ + -1.610068699126309, + 54.690855812082134 + ], + [ + -1.659988522309533, + 54.498300596454548 + ], + [ + -1.264743647400284, + 54.701720641179705 + ], + [ + -1.205317987758693, + 54.683076945149892 + ], + [ + -1.148315170229223, + 54.659976458964664 + ], + [ + -1.099768815423761, + 54.617768888528225 + ], + [ + -1.074305303933623, + 54.58139796203784 + ], + [ + -1.410076619064038, + 54.399236204208798 + ], + [ + -1.757486376866955, + 54.202577402663387 + ], + [ + -1.257750406939417, + 53.715476031074516 + ], + [ + -1.04472931376754, + 53.689573644527655 + ], + [ + -0.739590991115932, + 53.604255908755427 + ], + [ + 0.082555281990664, + 53.368225921034572 + ], + [ + 2.094165280754281, + 53.136752893275798 + ], + [ + 2.498329625096599, + 53.192669019875083 + ], + [ + 2.500632555833591, + 53.331797335873375 + ], + [ + 3.001519991129628, + 53.265044497470761 + ], + [ + 2.995762664287144, + 53.68241359470651 + ], + [ + 3.767244461179889, + 53.56768715302622 + ], + [ + 2.948552584178783, + 52.610650302434713 + ], + [ + 2.496026694359606, + 52.664455780146127 + ], + [ + 2.497178159728103, + 52.865116013313575 + ], + [ + 2.057318388962389, + 52.972727756832015 + ], + [ + -0.013016343594557, + 53.210946765604746 + ], + [ + -0.068286681282396, + 53.10634815986613 + ], + [ + -1.479983223059267, + 53.354826439987406 + ], + [ + -1.508769857271683, + 53.336953910242329 + ], + [ + -1.362533755472611, + 53.194393667422389 + ], + [ + -0.929582776917748, + 52.749396306848126 + ], + [ + -0.805800249804489, + 52.794850856428653 + ], + [ + -0.46554223341385, + 52.442167180959792 + ], + [ + 1.21214280848586, + 52.42460943804597 + ], + [ + 1.475828377871588, + 52.421809703866785 + ], + [ + 1.926051336953773, + 52.570701543952438 + ], + [ + 2.786195967220757, + 52.454400700479667 + ], + [ + 2.00550244738004, + 51.506226856966663 + ], + [ + 2.006653912748536, + 51.335317792969676 + ], + [ + 2.00204805127455, + 51.122637360936928 + ], + [ + 1.468919585660609, + 51.000717308331744 + ], + [ + 1.468919585660609, + 50.666555405556956 + ], + [ + -0.238703555819897, + 50.002139903677737 + ], + [ + -0.528872828681049, + 50.007989572605069 + ], + [ + -0.250218209504864, + 50.231790062985837 + ], + [ + -0.653915318394779, + 50.612740182974932 + ], + [ + -0.847828735754616, + 50.613612011290243 + ], + [ + -0.912310796390427, + 49.997329558296038 + ], + [ + -1.999067341555055, + 50.001694172715453 + ], + [ + -2.191013088105938, + 49.963264636918993 + ], + [ + -1.880693171296095, + 50.394637471862637 + ], + [ + -2.106380383521436, + 50.445993456527439 + ], + [ + -2.097168660573462, + 50.478245864114726 + ], + [ + -2.332067595746775, + 50.53463466199851 + ], + [ + -2.257222346794494, + 50.674582462303029 + ], + [ + -2.517453520074734, + 50.668744408440006 + ], + [ + -3.040218797372204, + 50.453692051901932 + ], + [ + -2.579632649973553, + 49.888769471424254 + ], + [ + -3.15824399764311, + 49.77585061383347 + ], + [ + -3.625163204568494, + 50.382524022350587 + ], + [ + -3.485540245809078, + 51.221394480594498 + ], + [ + -3.661718829067659, + 51.403107839643191 + ], + [ + -3.653074921482536, + 51.441339217862598 + ], + [ + -3.629832694968167, + 51.482117255218661 + ], + [ + -3.606906876467666, + 51.512208168342774 + ], + [ + -3.581148764776959, + 51.527172149912545 + ], + [ + -3.542338161060637, + 51.553848685499482 + ], + [ + -3.409839180659624, + 51.658333582842637 + ], + [ + -5.048374400030334, + 51.910115933724796 + ], + [ + -6.076808255343049, + 51.873291742514475 + ], + [ + -6.006821197101737, + 51.678758615255944 + ], + [ + -6.886883456680433, + 51.400600138595514 + ], + [ + -7.221189550383482, + 51.426233241410849 + ], + [ + -5.498597359112517, + 52.331834626381131 + ], + [ + -5.495142963007026, + 52.739442068082056 + ], + [ + -4.947045447602629, + 52.068595416208332 + ], + [ + -3.954482299958531, + 51.91828404844437 + ], + [ + -3.383355477184201, + 51.831555257530326 + ], + [ + -5.494500999235672, + 52.954712370089531 + ], + [ + -5.497291577574189, + 53.179274946831306 + ], + [ + -3.357937181256103, + 52.046590162672949 + ], + [ + -3.286632386230484, + 53.061046723213558 + ], + [ + -3.390264269395181, + 53.097015122970824 + ], + [ + -3.355720308340282, + 53.170242287903172 + ], + [ + -3.645889581201435, + 53.339704017860583 + ], + [ + -4.719055304640298, + 53.367195341314726 + ], + [ + -4.751296334958203, + 53.182664695925183 + ], + [ + -5.502051755218007, + 53.209567613288598 + ], + [ + -5.492840032270035, + 53.916018483591074 + ], + [ + -6.400194742645382, + 54.105477159264808 + ], + [ + -6.376547473356987, + 54.460092743510394 + ], + [ + -6.401256691542802, + 54.465620642226007 + ], + [ + -6.44701791610215, + 54.48182065956243 + ], + [ + -6.481889867530152, + 54.502424189483349 + ], + [ + -6.519956199170906, + 54.529547350747244 + ], + [ + -6.55037202635381, + 54.554089571609246 + ], + [ + -6.565181858192543, + 54.583821148795764 + ], + [ + -6.583608996426392, + 54.611209517109373 + ], + [ + -6.589524396036875, + 54.666548644999608 + ], + [ + -6.584804450635007, + 54.689637206549051 + ], + [ + -6.569867760418883, + 54.723552952925829 + ], + [ + -6.548952102767333, + 54.753067293773952 + ], + [ + -6.525406209325318, + 54.777940254740962 + ], + [ + -6.494833605820899, + 54.803906282967731 + ], + [ + -6.451866751055679, + 54.825863467845643 + ], + [ + -6.403649138748828, + 54.840787594866896 + ] + ], + [ + [ + -2.305583892271355, + 54.19045232718085 + ], + [ + -2.130561156259867, + 54.241622896096928 + ], + [ + -2.01566833102974, + 54.649114679133227 + ], + [ + -1.983901800896354, + 54.729528989761164 + ], + [ + -2.00024625034959, + 55.027272077966984 + ], + [ + -1.995739138919888, + 55.060546520563975 + ], + [ + -1.812547404150357, + 55.107933896511639 + ], + [ + -1.704518969916035, + 55.443934616521162 + ], + [ + -2.176053009734785, + 56.727999097056454 + ], + [ + -2.326310268904295, + 56.919295995602646 + ], + [ + -2.592874501708392, + 56.907804760080431 + ], + [ + -2.903380660405524, + 56.684247819372622 + ], + [ + -2.967676479156161, + 56.467060336611034 + ], + [ + -3.0425217281092, + 56.122811689286536 + ], + [ + -2.935435448838974, + 56.120244282605363 + ], + [ + -2.80992572367288, + 56.002599581420156 + ], + [ + -2.851378476938759, + 55.639060056417009 + ], + [ + -2.614176611028453, + 55.432502041739056 + ], + [ + -2.349339576274228, + 55.344860775511535 + ], + [ + -2.504787401021273, + 55.206464421979781 + ], + [ + -2.429942152068992, + 54.985743544073244 + ], + [ + -2.832955031042813, + 54.911678252551759 + ], + [ + -2.305583892271355, + 54.19045232718085 + ] + ], + [ + [ + -4.381963818012199, + 54.243809872962139 + ], + [ + -4.357397207882498, + 54.241153601714473 + ], + [ + -4.31794135176584, + 54.235210711468852 + ], + [ + -4.288053416158632, + 54.228795473889832 + ], + [ + -4.258408637493903, + 54.218202711949345 + ], + [ + -4.101006268103852, + 53.899697450153852 + ], + [ + -3.603285362567061, + 53.692982764169656 + ], + [ + -3.305055832126433, + 53.681390631060815 + ], + [ + -3.462806587610472, + 54.568683311871808 + ], + [ + -3.50771373698184, + 54.55666590874204 + ], + [ + -4.228531057660733, + 55.097903453956377 + ], + [ + -4.507185676836917, + 55.130831917799306 + ], + [ + -4.866442871807867, + 55.043841998776443 + ], + [ + -4.949348378339624, + 54.946082681854591 + ], + [ + -5.142794560247059, + 54.518587428000806 + ], + [ + -4.439597420332272, + 54.235838012941201 + ], + [ + -4.381963818012199, + 54.243809872962139 + ] + ], + [ + [ + -2.756382584037788, + 52.827867020696978 + ], + [ + -2.79322947582968, + 51.965088853176177 + ], + [ + -1.835210289240482, + 51.714660732375229 + ], + [ + -1.581887908171223, + 51.683259232301253 + ], + [ + -2.512271925916502, + 52.540280316457462 + ], + [ + -2.756382584037788, + 52.827867020696978 + ] + ], + [ + [ + -3.035037203213966, + 53.666000554998931 + ], + [ + -2.641236047188118, + 53.655083409504165 + ], + [ + -3.117942709745723, + 54.306462734304255 + ], + [ + -3.035037203213966, + 53.666000554998931 + ] + ], + [ + [ + -5.27348587957142, + 53.755959148248692 + ], + [ + -4.591818381421413, + 53.739617346249368 + ], + [ + -4.932652130496416, + 53.894607970105262 + ], + [ + -5.27348587957142, + 53.755959148248692 + ] + ], + [ + [ + -2.858863001833981, + 51.412234287579146 + ], + [ + -2.957889023524691, + 50.829708282038084 + ], + [ + -2.262403940952725, + 50.841343584915215 + ], + [ + -2.269312733163705, + 50.882044303838882 + ], + [ + -1.596856957961672, + 51.003933366721299 + ], + [ + -1.479407490375015, + 51.287099504543136 + ], + [ + -1.700488841126369, + 51.3259710105511 + ], + [ + -2.858863001833981, + 51.412234287579146 + ] + ], + [ + [ + -4.155413006761189, + 56.468762770474051 + ], + [ + -4.206077482975042, + 56.213485374906369 + ], + [ + -4.139292491602236, + 56.239090016110225 + ], + [ + -3.784503297282611, + 56.342258185807594 + ], + [ + -3.476048439348177, + 56.496103488637253 + ], + [ + -3.310237426284662, + 56.639477637145085 + ], + [ + -2.839506237627831, + 57.001700447867812 + ], + [ + -2.574666955571765, + 57.348869680933731 + ], + [ + -2.600359026606419, + 57.545487917409901 + ], + [ + -3.169758651328074, + 58.320384411056516 + ], + [ + -4.143898353076224, + 57.871281938353036 + ], + [ + -3.890575972006964, + 57.550199254883829 + ], + [ + -4.155413006761189, + 56.468762770474051 + ] + ], + [ + [ + -3.288490023697838, + 56.368992962963304 + ], + [ + -3.539509474027302, + 56.239313731280163 + ], + [ + -3.492299393919467, + 56.119465683248919 + ], + [ + -3.346063292122027, + 56.123958716947847 + ], + [ + -3.288490023697838, + 56.368992962963304 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": {}, + "geometry": { + "type": "Polygon", + "coordinates": [] + } + } + ] +} \ No newline at end of file diff --git a/public_html/layers/UK_Civi_Airports.geojson b/public_html/layers/UK_Civi_Airports.geojson index fadabb6a..98a5ca6c 100644 --- a/public_html/layers/UK_Civi_Airports.geojson +++ b/public_html/layers/UK_Civi_Airports.geojson @@ -1,65 +1,1114 @@ { -"type": "FeatureCollection", -"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, -"features": [ -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.010586607591621, 53.462982173641329 ], [ -0.997651845758143, 53.487468606337089 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.649259953182574, 53.85857543139916 ], [ -1.672363307903213, 53.873496927715266 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -5.880095876509856, 54.611812282403363 ], [ -5.85781068443531, 54.630354284004468 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -6.235645986426475, 54.6520886405631 ], [ -6.196296259161979, 54.66272612185854 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -6.228789004249691, 54.658128908097439 ], [ -6.219750255016658, 54.642214927124499 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -4.638904182260068, 54.081336660117692 ], [ -4.607346480196463, 54.085313312623704 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -4.632047200083284, 54.077268196014614 ], [ -4.623320131858288, 54.087278643844478 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -2.192286189432575, 57.194364721503504 ], [ -2.204285908241946, 57.210487897038647 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -2.209272804370516, 57.200358975438945 ], [ -2.195948441276994, 57.20698529267527 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -2.193922514724762, 57.198881608838015 ], [ -2.206623515802213, 57.206647674693201 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.632234378118598, 59.533470211775494 ], [ -1.624072231720665, 59.535969018515331 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.306878365855431, 59.880605288080957 ], [ -1.281164682692493, 59.882247475238529 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.285060695292939, 59.871298028194737 ], [ -1.300333064686683, 59.881621889697847 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.299008420402532, 59.876382148531519 ], [ -1.290125511673517, 59.882384320505999 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -3.390076303313377, 55.944102851502805 ], [ -3.354700508901336, 55.955926254039774 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -3.35945364427388, 55.951280218357113 ], [ -3.334713964261053, 55.943644676534731 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -4.449908611012448, 55.863140055127715 ], [ -4.418428829200852, 55.879752621800513 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -4.614787864263282, 55.516337754421222 ], [ -4.57442517372267, 55.502438696500043 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -4.579723750859277, 55.510778720157148 ], [ -4.598424611341413, 55.505616056699324 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -4.587515776060166, 55.488578877895627 ], [ -4.575749818006822, 55.503453714435913 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.706648218787066, 55.033509466861865 ], [ -1.673064590171229, 55.042350356119037 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.44327776699698, 54.501694906330357 ], [ -1.414758954761722, 54.517166329032648 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.419590010386274, 54.517754308464077 ], [ -1.420447133158372, 54.50667173410055 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.413901831989624, 54.510109915586263 ], [ -1.432057250707698, 54.510697996598878 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -2.866491169939565, 53.332940151192503 ], [ -2.832907541323728, 53.334429122863696 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -2.292218912633961, 53.345362166223495 ], [ -2.256609357465893, 53.362477215961469 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -2.31076393261208, 53.33212584782499 ], [ -2.272583009127719, 53.350455541919018 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.349461783578265, 52.830757141075296 ], [ -1.30652772472136, 52.831510369598696 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.761036554689281, 52.465609280863809 ], [ -1.739608485386834, 52.446236467709298 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.755582137048658, 52.450795543470861 ], [ -1.738595522110718, 52.457443349763587 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1.26943788644091, 52.675785916459141 ], [ 1.296086612627954, 52.675974895889709 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1.277619512901844, 52.670683162813035 ], [ 1.292969802547598, 52.683202745460633 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1.269282045936892, 52.681643898675532 ], [ 1.27364558004939, 52.670824914017423 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -0.384302582070008, 51.871955839824182 ], [ -0.353874723660532, 51.87710327220082 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ 0.219930012133018, 51.875106908097059 ], [ 0.249929309156445, 51.895114645554564 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ 0.217826165328778, 51.887035669775976 ], [ 0.235046541022745, 51.882707049585264 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ 0.686204800154284, 51.567286132533397 ], [ 0.704671899880394, 51.575616163505451 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ 0.694464346867227, 51.575834079872244 ], [ 0.701944691060082, 51.569392999689391 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -0.212722187146406, 51.146954296410691 ], [ -0.176645110466285, 51.151793294153421 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -0.211709223870291, 51.145145651852047 ], [ -0.165814195437048, 51.151597788929053 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -0.489105321021979, 51.477472015074689 ], [ -0.433392340835615, 51.477666136543974 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -0.487780676737828, 51.464852347372279 ], [ -0.434483224363739, 51.464997978829629 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ 0.043518561584866, 51.505501877223807 ], [ 0.067245278321577, 51.504847113860841 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.360916060623571, 50.942975680480622 ], [ -1.35285131454065, 50.957444783131272 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.842171017093548, 50.78827200707336 ], [ -1.837067240586965, 50.775979961146014 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.826859687573799, 50.782656002236472 ], [ -1.852300649854705, 50.778394285277564 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.849261760026358, 50.780586777771582 ], [ -1.836015317184845, 50.775881414656467 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -2.733461819697366, 51.382131506090538 ], [ -2.704475485950054, 51.38310413264341 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -2.715851842743354, 51.384271257222665 ], [ -2.710085744094695, 51.378629879351372 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -2.707046854266348, 51.384611662951627 ], [ -2.710631185858758, 51.378727150378111 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -3.357914719296703, 51.401191218996864 ], [ -3.328227103281311, 51.391808219959515 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -3.343811153683092, 51.402989812435372 ], [ -3.352304461152062, 51.392148569623771 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -3.445613962932722, 51.402843983169959 ], [ -3.420991163297909, 51.407534591456681 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -0.344260380048858, 53.583690716033438 ], [ -0.357000268929807, 53.565381776356425 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -0.353045303425556, 53.575836092105398 ], [ -0.33845043072403, 53.576958270591938 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -6.290271018131773, 53.422431198955373 ], [ -6.251106359731274, 53.420303763703558 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -6.249601372857975, 53.419970038711448 ], [ -6.26192126540219, 53.436903275671682 ] ] } } -] -} + "type": "FeatureCollection", + "crs": { + "type": "name", + "properties": { + "name": "urn:ogc:def:crs:OGC:1.3:CRS84" + } + }, + "features": [ + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.010586607591621, + 53.462982173641329 + ], + [ + -0.997651845758143, + 53.487468606337089 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.649259953182574, + 53.85857543139916 + ], + [ + -1.672363307903213, + 53.873496927715266 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -5.880095876509856, + 54.611812282403363 + ], + [ + -5.85781068443531, + 54.630354284004468 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -6.235645986426475, + 54.6520886405631 + ], + [ + -6.196296259161979, + 54.66272612185854 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -6.228789004249691, + 54.658128908097439 + ], + [ + -6.219750255016658, + 54.642214927124499 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -4.638904182260068, + 54.081336660117692 + ], + [ + -4.607346480196463, + 54.085313312623704 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -4.632047200083284, + 54.077268196014614 + ], + [ + -4.623320131858288, + 54.087278643844478 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.192286189432575, + 57.194364721503504 + ], + [ + -2.204285908241946, + 57.210487897038647 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.209272804370516, + 57.200358975438945 + ], + [ + -2.195948441276994, + 57.20698529267527 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.193922514724762, + 57.198881608838015 + ], + [ + -2.206623515802213, + 57.206647674693201 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.632234378118598, + 59.533470211775494 + ], + [ + -1.624072231720665, + 59.535969018515331 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.306878365855431, + 59.880605288080957 + ], + [ + -1.281164682692493, + 59.882247475238529 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.285060695292939, + 59.871298028194737 + ], + [ + -1.300333064686683, + 59.881621889697847 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.299008420402532, + 59.876382148531519 + ], + [ + -1.290125511673517, + 59.882384320505999 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -3.390076303313377, + 55.944102851502805 + ], + [ + -3.354700508901336, + 55.955926254039774 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -3.35945364427388, + 55.951280218357113 + ], + [ + -3.334713964261053, + 55.943644676534731 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -4.449908611012448, + 55.863140055127715 + ], + [ + -4.418428829200852, + 55.879752621800513 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -4.614787864263282, + 55.516337754421222 + ], + [ + -4.57442517372267, + 55.502438696500043 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -4.579723750859277, + 55.510778720157148 + ], + [ + -4.598424611341413, + 55.505616056699324 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -4.587515776060166, + 55.488578877895627 + ], + [ + -4.575749818006822, + 55.503453714435913 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.706648218787066, + 55.033509466861865 + ], + [ + -1.673064590171229, + 55.042350356119037 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.44327776699698, + 54.501694906330357 + ], + [ + -1.414758954761722, + 54.517166329032648 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.419590010386274, + 54.517754308464077 + ], + [ + -1.420447133158372, + 54.50667173410055 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.413901831989624, + 54.510109915586263 + ], + [ + -1.432057250707698, + 54.510697996598878 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.866491169939565, + 53.332940151192503 + ], + [ + -2.832907541323728, + 53.334429122863696 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.292218912633961, + 53.345362166223495 + ], + [ + -2.256609357465893, + 53.362477215961469 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.31076393261208, + 53.33212584782499 + ], + [ + -2.272583009127719, + 53.350455541919018 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.349461783578265, + 52.830757141075296 + ], + [ + -1.30652772472136, + 52.831510369598696 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.761036554689281, + 52.465609280863809 + ], + [ + -1.739608485386834, + 52.446236467709298 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.755582137048658, + 52.450795543470861 + ], + [ + -1.738595522110718, + 52.457443349763587 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 1.26943788644091, + 52.675785916459141 + ], + [ + 1.296086612627954, + 52.675974895889709 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 1.277619512901844, + 52.670683162813035 + ], + [ + 1.292969802547598, + 52.683202745460633 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 1.269282045936892, + 52.681643898675532 + ], + [ + 1.27364558004939, + 52.670824914017423 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.384302582070008, + 51.871955839824182 + ], + [ + -0.353874723660532, + 51.87710327220082 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.219930012133018, + 51.875106908097059 + ], + [ + 0.249929309156445, + 51.895114645554564 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.217826165328778, + 51.887035669775976 + ], + [ + 0.235046541022745, + 51.882707049585264 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.686204800154284, + 51.567286132533397 + ], + [ + 0.704671899880394, + 51.575616163505451 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.694464346867227, + 51.575834079872244 + ], + [ + 0.701944691060082, + 51.569392999689391 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.212722187146406, + 51.146954296410691 + ], + [ + -0.176645110466285, + 51.151793294153421 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.211709223870291, + 51.145145651852047 + ], + [ + -0.165814195437048, + 51.151597788929053 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.489105321021979, + 51.477472015074689 + ], + [ + -0.433392340835615, + 51.477666136543974 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.487780676737828, + 51.464852347372279 + ], + [ + -0.434483224363739, + 51.464997978829629 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.043518561584866, + 51.505501877223807 + ], + [ + 0.067245278321577, + 51.504847113860841 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.360916060623571, + 50.942975680480622 + ], + [ + -1.35285131454065, + 50.957444783131272 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.842171017093548, + 50.78827200707336 + ], + [ + -1.837067240586965, + 50.775979961146014 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.826859687573799, + 50.782656002236472 + ], + [ + -1.852300649854705, + 50.778394285277564 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.849261760026358, + 50.780586777771582 + ], + [ + -1.836015317184845, + 50.775881414656467 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.733461819697366, + 51.382131506090538 + ], + [ + -2.704475485950054, + 51.38310413264341 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.715851842743354, + 51.384271257222665 + ], + [ + -2.710085744094695, + 51.378629879351372 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.707046854266348, + 51.384611662951627 + ], + [ + -2.710631185858758, + 51.378727150378111 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -3.357914719296703, + 51.401191218996864 + ], + [ + -3.328227103281311, + 51.391808219959515 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -3.343811153683092, + 51.402989812435372 + ], + [ + -3.352304461152062, + 51.392148569623771 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -3.445613962932722, + 51.402843983169959 + ], + [ + -3.420991163297909, + 51.407534591456681 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.344260380048858, + 53.583690716033438 + ], + [ + -0.357000268929807, + 53.565381776356425 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.353045303425556, + 53.575836092105398 + ], + [ + -0.33845043072403, + 53.576958270591938 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -6.290271018131773, + 53.422431198955373 + ], + [ + -6.251106359731274, + 53.420303763703558 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -6.249601372857975, + 53.419970038711448 + ], + [ + -6.26192126540219, + 53.436903275671682 + ] + ] + } + } + ] +} \ No newline at end of file diff --git a/public_html/layers/UK_Danger_Areas.geojson b/public_html/layers/UK_Danger_Areas.geojson index ce3d8f7b..a51705f5 100644 --- a/public_html/layers/UK_Danger_Areas.geojson +++ b/public_html/layers/UK_Danger_Areas.geojson @@ -1,73 +1,7750 @@ { -"type": "FeatureCollection", -"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, -"features": [ -{ "type": "Feature", "properties": { "id": 207 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.114938963250203, 52.902032981845942 ], [ 0.121873701020609, 52.908008323241368 ], [ 0.130789792439702, 52.91458024699412 ], [ 0.142677914331827, 52.919956533914444 ], [ 0.153575359399607, 52.924137628989676 ], [ 0.166949496528247, 52.93070710557248 ], [ 0.180818972069059, 52.934887162537329 ], [ 0.194688447609871, 52.937574128846059 ], [ 0.209548599975026, 52.940559451311216 ], [ 0.225894767576697, 52.942052035313111 ], [ 0.242240935178368, 52.943246065444605 ], [ 0.26155913325307, 52.942649054497714 ], [ 0.278895977679085, 52.942649054497714 ], [ 0.294746806868584, 52.939962403294167 ], [ 0.309606959233739, 52.937275585272204 ], [ 0.324962450011067, 52.93369290173991 ], [ 0.340317940788394, 52.92891552900798 ], [ 0.35270140109269, 52.924734895328797 ], [ 0.365580199809158, 52.918761861166026 ], [ 0.375486968052595, 52.913385425928425 ], [ 0.386384413120376, 52.907112074566783 ], [ 0.393814489302954, 52.90233176848777 ], [ 0.399263211836844, 52.896953293709828 ], [ 0.405702611195078, 52.891275290558994 ], [ 0.410655995316796, 52.885297641549393 ], [ 0.337172148991497, 52.811203124309294 ], [ 0.201623185380276, 52.810507467979228 ], [ 0.114938963250203, 52.902032981845942 ] ] ] } }, -{ "type": "Feature", "properties": { "id": 307 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.085392419843758, 53.491156421814729 ], [ 0.097775880148054, 53.51148584945669 ], [ 0.11015934045235, 53.524444452572872 ], [ 0.127496184878365, 53.535338392170964 ], [ 0.144833029304379, 53.544463589588084 ], [ 0.170095288325144, 53.552704012855813 ], [ 0.195357547345908, 53.558294814892903 ], [ 0.218638452717985, 53.559471731715242 ], [ 0.233003266670968, 53.55976595580502 ], [ 0.252816803157842, 53.558294814892903 ], [ 0.271639662820373, 53.553881085203216 ], [ 0.291453199307246, 53.549172599352083 ], [ 0.308294705321089, 53.542403233063538 ], [ 0.324145534510588, 53.534749602213353 ], [ 0.336033656402713, 53.525622310873956 ], [ 0.343959070997462, 53.515904000337926 ], [ 0.351884485592212, 53.506478054907923 ], [ 0.35931456177479, 53.496681687423987 ], [ 0.361791253835649, 53.489019792775821 ], [ 0.363277269072164, 53.478113940516018 ], [ 0.36476328430868, 53.469564150360902 ], [ 0.360800577011305, 53.457768509700337 ], [ 0.353370500828728, 53.444494496117841 ], [ 0.342968394173119, 53.431216333672381 ], [ 0.332070949105338, 53.422361920163418 ], [ 0.31919215038887, 53.414981833352037 ], [ 0.309285382145433, 53.408486297389992 ], [ 0.295415906604621, 53.404056954110125 ], [ 0.280555754239466, 53.399036474207492 ], [ 0.267676955522998, 53.395492249376581 ], [ 0.251330787921327, 53.394015401910998 ], [ 0.234984620319656, 53.393203113960588 ], [ 0.085392419843758, 53.491156421814729 ] ] ] } }, -{ "type": "Feature", "properties": { "id": 208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.65156422495618, 52.484237359042815 ], [ 0.684069826055943, 52.555060369117726 ], [ 0.754568669128498, 52.557315198468139 ], [ 0.805119132729453, 52.548743322052772 ], [ 0.836820791108451, 52.51318632614327 ], [ 0.84960622277313, 52.447983245675367 ], [ 0.813272757360719, 52.44177415999463 ], [ 0.754153724988403, 52.468043154257742 ], [ 0.65156422495618, 52.484237359042815 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.786296273066923, 51.505865866159525 ], [ 0.798184394959048, 51.530524448568698 ], [ 0.81502590097289, 51.547777513451628 ], [ 0.832858083811077, 51.561328904885492 ], [ 0.839792821581483, 51.58164842269202 ], [ 0.844746205703201, 51.595189722316839 ], [ 0.846727559351889, 51.593343419122526 ], [ 0.861587711717044, 51.591497040878558 ], [ 0.874466510433512, 51.598266727533421 ], [ 0.872485156784825, 51.606881233134182 ], [ 0.882391925028262, 51.61795462474285 ], [ 0.900224107866448, 51.61795462474285 ], [ 0.91409358340726, 51.615494104501408 ], [ 1.192473771047839, 51.70030498428082 ], [ 1.318289727739488, 51.70030498428082 ], [ 1.201389862466932, 51.621030087458664 ], [ 0.881401248203918, 51.49969913446666 ], [ 0.786296273066923, 51.505865866159525 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.515045989883484, 51.209541334081067 ], [ -1.562598477451981, 51.093181069798874 ], [ -1.713181354752223, 51.067041277054322 ], [ -1.826118512727404, 51.047738146238224 ], [ -1.95886920718946, 51.025311507444485 ], [ -2.118368175908794, 50.993521843921528 ], [ -2.195145629795431, 51.022195967838208 ], [ -2.197126983444119, 51.225054607060578 ], [ -2.157995248882542, 51.257305304859031 ], [ -2.080722456583734, 51.278999811626392 ], [ -2.0232632007718, 51.289533448352387 ], [ -1.927167548810461, 51.304400352275245 ], [ -1.835034604146497, 51.308116326002235 ], [ -1.706246616981817, 51.31430894692037 ], [ -1.604206904074416, 51.25978519542268 ], [ -1.626992471034321, 51.227536182590185 ], [ -1.515045989883484, 51.209541334081067 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.798184394959046, 50.904348022174318 ], [ 0.838802144757138, 50.931203987340716 ], [ 0.901214784690791, 50.945562443954842 ], [ 0.928953735772414, 50.925584253889326 ], [ 0.93588847354282, 50.889976840771375 ], [ 0.902205461515134, 50.877164005966762 ], [ 0.837811467932794, 50.875913784643785 ], [ 0.798184394959046, 50.904348022174318 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1.094892103849983, 51.035358114809547 ], [ 1.033965479152846, 51.019781050163395 ], [ 1.026040064558097, 51.032554629502606 ], [ 1.039909540098908, 51.056534522398202 ], [ 1.076564582599625, 51.072099234423213 ], [ 1.094892103849983, 51.035358114809547 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.917560952292462, 51.832733961129087 ], [ 0.980964269050459, 51.833346154946987 ], [ 0.981954945874803, 51.809770684966722 ], [ 0.917560952292462, 51.810383190897916 ], [ 0.917560952292462, 51.832733961129087 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.896792490636856, 55.24935667782924 ], [ -2.653085991848307, 55.248227278340153 ], [ -2.289012258901998, 55.080013212855945 ], [ -2.27613346018553, 55.064698715668264 ], [ -2.269198722415124, 55.030645509615077 ], [ -2.456436642216083, 54.994858472556764 ], [ -2.708068555599381, 54.998836387286431 ], [ -2.996355511483397, 55.15027120682187 ], [ -2.896792490636856, 55.24935667782924 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.223627588495314, 55.404484382736889 ], [ -2.050259144235167, 55.287878206650603 ], [ -2.038371022343043, 55.23707273523042 ], [ -2.208767436130159, 55.17998031195944 ], [ -2.427707014310116, 55.270385879218786 ], [ -2.327648655051402, 55.3679058895015 ], [ -2.223627588495314, 55.404484382736889 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.419781599715365, 54.56119492968346 ], [ -2.396005355931116, 54.593350167261221 ], [ -2.338546100119182, 54.634081947196243 ], [ -2.238487740860469, 54.649560799854413 ], [ -2.228580972617031, 54.629494488642784 ], [ -2.25235721640128, 54.573830370341774 ], [ -2.337555423294838, 54.53246345238329 ], [ -2.36232234390343, 54.53246345238329 ], [ -2.419781599715365, 54.56119492968346 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.866983931731583, 54.471485783195703 ], [ -1.859058517136834, 54.472637147533753 ], [ -1.820422120987429, 54.465152700114359 ], [ -1.77485098706762, 54.448451691134927 ], [ -1.79367384673015, 54.418487988373478 ], [ -1.826366181933492, 54.413876242711943 ], [ -1.861039870785521, 54.417911548537269 ], [ -1.888778821867145, 54.456515097932623 ], [ -1.866983931731583, 54.471485783195703 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.296354080909616, 55.834951483787812 ], [ 0.087621442698528, 55.833838781785659 ], [ 0.287738161215954, 55.33157531703403 ], [ -0.664302266978338, 55.035187610180962 ], [ -0.99716967995782, 55.034052133308052 ], [ -1.296354080909616, 55.834951483787812 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.051656905296723, 54.91977250531162 ], [ 0.246129734593519, 55.285903652371559 ], [ 0.445255776286602, 55.239614551993711 ], [ 0.995081413797354, 55.416857133260557 ], [ 1.34776236326371, 55.063280410155372 ], [ 1.304172582992587, 55.029225997598573 ], [ 2.719849764979728, 54.661309326392328 ], [ 2.915013099375437, 54.527864538180083 ], [ 3.022006196404556, 54.289741155253417 ], [ 2.954640172349186, 53.92558365086272 ], [ 2.71489638085801, 53.466320675896604 ], [ 0.510640446693286, 53.641701158622183 ], [ 0.101490918239339, 53.814015857556342 ], [ -0.485980438596473, 54.320665634777718 ], [ -1.128929697595532, 54.871347401820152 ], [ -1.051656905296723, 54.91977250531162 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.766925572472873, 57.245077685656462 ], [ -0.690059864411275, 57.492412511001447 ], [ 0.441293068989226, 57.738083153694603 ], [ 0.813787554942456, 57.330203597892982 ], [ 1.207086254206903, 56.882579580984647 ], [ 1.898578677598803, 56.063213470513276 ], [ -0.480036377650412, 56.084224515912062 ], [ -1.414244623006517, 56.295079991362357 ], [ -1.600491865983132, 56.790451575988286 ], [ -1.766925572472873, 57.245077685656462 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.691421051349592, 50.003065679165708 ], [ -1.716753289456517, 50.000105186112201 ], [ -1.700632774297565, 50.108045092841557 ], [ -1.032782860569523, 50.62073539512518 ], [ -0.659708081176618, 50.619274276136849 ], [ -0.247483479254826, 50.243733259982612 ], [ -0.51232051400905, 50.007506076914261 ], [ -1.691421051349592, 50.003065679165708 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.248730289701957, 50.034139849849822 ], [ -2.964941748906868, 50.032290759362823 ], [ -3.070876562808558, 50.129087233808292 ], [ -3.290806448191415, 50.413535611994917 ], [ -3.289654982822918, 50.501871445712872 ], [ -3.250505160294033, 50.613794675634807 ], [ -3.120389573653913, 50.675129742629458 ], [ -3.119238108285416, 50.685344470795492 ], [ -3.108874919968947, 50.691909907715946 ], [ -3.091602939441497, 50.702850260901265 ], [ -3.072028028177054, 50.711600706048749 ], [ -3.054756047649605, 50.710871564664565 ], [ -3.032878205648169, 50.707954885714464 ], [ -3.014454759752223, 50.705767257416198 ], [ -2.997182779224773, 50.71014241193911 ], [ -2.977607867960331, 50.716704378187032 ], [ -2.945366837642425, 50.724723311671454 ], [ -2.917731668798506, 50.730554401439022 ], [ -2.879733311638117, 50.733469674168028 ], [ -2.855552538899687, 50.731283236630681 ], [ -2.822160043213285, 50.722536465897399 ], [ -2.788767547526883, 50.716704378187032 ], [ -2.749617724997998, 50.705038025300148 ], [ -2.746163328892507, 50.565912362692373 ], [ -2.700104714152642, 50.568837869629313 ], [ -2.687438595099179, 50.616351901977147 ], [ -2.579200850460496, 50.636074392596768 ], [ -2.490538017086256, 50.595159281400733 ], [ -2.518173185930174, 50.567375138866076 ], [ -2.502052670771221, 50.566643756455562 ], [ -2.500901205402724, 50.497843112310832 ], [ -2.345453380655679, 50.500772843403979 ], [ -2.333938726970712, 50.582000403103088 ], [ -2.270608131703398, 50.582000403103088 ], [ -2.268305200966404, 50.593697345246504 ], [ -2.246427358964968, 50.614890646804845 ], [ -2.238367101385492, 50.633883423357346 ], [ -2.19115702127713, 50.641186294829204 ], [ -2.19115702127713, 50.675494592635175 ], [ -2.132432287483802, 50.673305450060283 ], [ -2.124372029904325, 50.661628298626134 ], [ -2.134735218220794, 50.612698622184304 ], [ -2.078889147848708, 50.59771778176119 ], [ -2.055284107794527, 50.59589057299528 ], [ -2.02707320626636, 50.594793551896636 ], [ -1.994256443264206, 50.595890135972461 ], [ -1.966045541736038, 50.601737307398146 ], [ -1.968924205157281, 50.616717080996672 ], [ -1.941289036313361, 50.636073757092269 ], [ -1.942440501681856, 50.500772843403972 ], [ -2.016134285265639, 50.49930800057318 ], [ -2.034557731161585, 50.452409039660559 ], [ -2.145098406537262, 50.417204280096392 ], [ -2.253336151175944, 50.421606306801095 ], [ -2.248730289701957, 50.034139849849822 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -3.27583739840096, 49.779407261834571 ], [ -5.000732520408915, 49.459004564700756 ], [ -4.998429589671922, 49.853704043589161 ], [ -5.197633098421839, 49.855188815771733 ], [ -4.996126658934928, 50.083299522725767 ], [ -4.906312360192191, 50.157866756619477 ], [ -4.784257031131549, 50.213163331529117 ], [ -4.74625867397116, 50.239682950101617 ], [ -4.74280427786567, 50.28017056287117 ], [ -4.722077901232731, 50.29562039226586 ], [ -4.525177323219807, 50.305182058835832 ], [ -4.457240866478505, 50.314741803438118 ], [ -4.383547082894721, 50.228634901119811 ], [ -4.165920128248857, 50.333855527220891 ], [ -4.157859870669381, 50.340470025327463 ], [ -4.153254009195394, 50.347083602467514 ], [ -4.140587890141931, 50.352226859106757 ], [ -4.130224701825462, 50.356634921402872 ], [ -4.109498325192522, 50.360307994008629 ], [ -4.092226344665073, 50.358838799072117 ], [ -4.074954364137623, 50.352226859106757 ], [ -4.056530918241678, 50.345613998246257 ], [ -4.048470660662201, 50.332385513679206 ], [ -4.042713333819718, 50.322829317008853 ], [ -4.04501626455671, 50.314006506701517 ], [ -4.048470660662201, 50.302975690989825 ], [ -4.054227987504684, 50.29562039226586 ], [ -3.479646768624865, 50.018235344711847 ], [ -3.27583739840096, 49.779407261834571 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -4.054227987504683, 50.569203545224795 ], [ -4.096832206139059, 50.630961957044697 ], [ -4.031198680134751, 50.707590288086578 ], [ -3.979382738552402, 50.719985016831096 ], [ -3.93562705454953, 50.660168450488072 ], [ -3.97362541170992, 50.576882077135551 ], [ -4.054227987504683, 50.569203545224795 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -5.508528747915931, 50.323196898569094 ], [ -5.646128859451279, 50.397573599673393 ], [ -5.563223352919522, 50.535366541141997 ], [ -5.715216781561076, 50.505350184434484 ], [ -6.009991915896214, 50.478245864115024 ], [ -7.08891496617756, 50.296907651642009 ], [ -7.599014124421568, 50.438660296330909 ], [ -7.820095475172922, 50.633335662253486 ], [ -7.867305555281282, 50.780635414931936 ], [ -7.871911416755269, 50.959758306680072 ], [ -7.187940987868271, 51.337527131061663 ], [ -5.100334274783874, 51.174303193168733 ], [ -4.559721284274706, 50.912954907086274 ], [ -4.555691155484967, 50.787369745861469 ], [ -4.652989979122932, 50.741485718834845 ], [ -4.652414246438686, 50.726545591011032 ], [ -5.070971907887211, 50.638995552531874 ], [ -5.508528747915931, 50.323196898569094 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -3.125646290015602, 51.20677792445737 ], [ -3.127254536597933, 51.195259733378634 ], [ -3.132030410586333, 51.184088766506868 ], [ -3.139828799466375, 51.1736048219501 ], [ -3.150412753138112, 51.164127022161644 ], [ -3.16346068352497, 51.155944048450422 ], [ -3.178576135864712, 51.149305284724512 ], [ -3.195299834786787, 51.144413149794133 ], [ -3.213123639162045, 51.141416862110724 ], [ -3.231505981713824, 51.140407836643284 ], [ -3.249888324265603, 51.141416862110724 ], [ -3.267712128640861, 51.144413149794133 ], [ -3.284435827562935, 51.149305284724512 ], [ -3.299551279902678, 51.155944048450422 ], [ -3.312599210289535, 51.164127022161644 ], [ -3.323183163961273, 51.1736048219501 ], [ -3.330981552841314, 51.184088766506868 ], [ -3.335757426829715, 51.195259733378634 ], [ -3.337365673412045, 51.20677792445737 ], [ -3.335757426829715, 51.218293235649853 ], [ -3.330981552841314, 51.229455910220061 ], [ -3.323183163961272, 51.239927150234806 ], [ -3.312599210289535, 51.249389365597175 ], [ -3.299551279902678, 51.257555754710687 ], [ -3.284435827562935, 51.264178934014545 ], [ -3.267712128640861, 51.269058364409126 ], [ -3.249888324265603, 51.272046359796398 ], [ -3.231505981713824, 51.273052505379759 ], [ -3.213123639162044, 51.272046359796398 ], [ -3.195299834786787, 51.269058364409126 ], [ -3.178576135864712, 51.264178934014545 ], [ -3.16346068352497, 51.257555754710687 ], [ -3.150412753138112, 51.249389365597175 ], [ -3.139828799466375, 51.239927150234806 ], [ -3.132030410586333, 51.229455910220061 ], [ -3.127254536597933, 51.218293235649853 ], [ -3.125646290015602, 51.20677792445737 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -3.125646290015602, 51.20677792445737 ], [ -3.127254536597933, 51.195259733378634 ], [ -3.132030410586333, 51.184088766506868 ], [ -3.139828799466375, 51.1736048219501 ], [ -3.150412753138112, 51.164127022161644 ], [ -3.16346068352497, 51.155944048450422 ], [ -3.178576135864712, 51.149305284724512 ], [ -3.195299834786787, 51.144413149794133 ], [ -3.213123639162045, 51.141416862110724 ], [ -3.231505981713824, 51.140407836643284 ], [ -3.249888324265603, 51.141416862110724 ], [ -3.267712128640861, 51.144413149794133 ], [ -3.284435827562935, 51.149305284724512 ], [ -3.299551279902678, 51.155944048450422 ], [ -3.312599210289535, 51.164127022161644 ], [ -3.323183163961273, 51.1736048219501 ], [ -3.330981552841314, 51.184088766506868 ], [ -3.335757426829715, 51.195259733378634 ], [ -3.337365673412045, 51.20677792445737 ], [ -3.335757426829715, 51.218293235649853 ], [ -3.330981552841314, 51.229455910220061 ], [ -3.323183163961272, 51.239927150234806 ], [ -3.312599210289535, 51.249389365597175 ], [ -3.299551279902678, 51.257555754710687 ], [ -3.284435827562935, 51.264178934014545 ], [ -3.267712128640861, 51.269058364409126 ], [ -3.249888324265603, 51.272046359796398 ], [ -3.231505981713824, 51.273052505379759 ], [ -3.213123639162044, 51.272046359796398 ], [ -3.195299834786787, 51.269058364409126 ], [ -3.178576135864712, 51.264178934014545 ], [ -3.16346068352497, 51.257555754710687 ], [ -3.150412753138112, 51.249389365597175 ], [ -3.139828799466375, 51.239927150234806 ], [ -3.132030410586333, 51.229455910220061 ], [ -3.127254536597933, 51.218293235649853 ], [ -3.125646290015602, 51.20677792445737 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.105895760054129, 51.530625823487 ], [ -2.106325149552453, 51.527572507393963 ], [ -2.1076002712648, 51.524611769230241 ], [ -2.109682381263181, 51.521833596123457 ], [ -2.112508215688897, 51.519322442210232 ], [ -2.115991912992862, 51.517154657624864 ], [ -2.120027622795331, 51.515396162608944 ], [ -2.124492722096124, 51.514100438140531 ], [ -2.129251541112436, 51.513306894910606 ], [ -2.134159485536534, 51.513039670932365 ], [ -2.139067429960632, 51.513306894910606 ], [ -2.143826248976943, 51.514100438140531 ], [ -2.148291348277736, 51.515396162608944 ], [ -2.152327058080205, 51.517154657624864 ], [ -2.15581075538417, 51.519322442210232 ], [ -2.158636589809886, 51.521833596123457 ], [ -2.160718699808268, 51.524611769230241 ], [ -2.161993821520615, 51.527572507393963 ], [ -2.162423211018938, 51.530625823487 ], [ -2.161993821520615, 51.53367893481154 ], [ -2.160718699808268, 51.536639083367888 ], [ -2.158636589809886, 51.539416353143793 ], [ -2.15581075538417, 51.541926398957649 ], [ -2.152327058080205, 51.54409300432831 ], [ -2.148291348277736, 51.545850391244883 ], [ -2.143826248976943, 51.547145212382432 ], [ -2.139067429960632, 51.547938166005025 ], [ -2.134159485536534, 51.54820518521479 ], [ -2.129251541112436, 51.547938166005025 ], [ -2.124492722096124, 51.547145212382432 ], [ -2.120027622795331, 51.545850391244883 ], [ -2.115991912992862, 51.54409300432831 ], [ -2.112508215688897, 51.541926398957649 ], [ -2.109682381263181, 51.539416353143793 ], [ -2.107600271264799, 51.536639083367888 ], [ -2.106325149552453, 51.53367893481154 ], [ -2.105895760054129, 51.530625823487 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.105895760054129, 51.530625823487 ], [ -2.106325149552453, 51.527572507393963 ], [ -2.1076002712648, 51.524611769230241 ], [ -2.109682381263181, 51.521833596123457 ], [ -2.112508215688897, 51.519322442210232 ], [ -2.115991912992862, 51.517154657624864 ], [ -2.120027622795331, 51.515396162608944 ], [ -2.124492722096124, 51.514100438140531 ], [ -2.129251541112436, 51.513306894910606 ], [ -2.134159485536534, 51.513039670932365 ], [ -2.139067429960632, 51.513306894910606 ], [ -2.143826248976943, 51.514100438140531 ], [ -2.148291348277736, 51.515396162608944 ], [ -2.152327058080205, 51.517154657624864 ], [ -2.15581075538417, 51.519322442210232 ], [ -2.158636589809886, 51.521833596123457 ], [ -2.160718699808268, 51.524611769230241 ], [ -2.161993821520615, 51.527572507393963 ], [ -2.162423211018938, 51.530625823487 ], [ -2.161993821520615, 51.53367893481154 ], [ -2.160718699808268, 51.536639083367888 ], [ -2.158636589809886, 51.539416353143793 ], [ -2.15581075538417, 51.541926398957649 ], [ -2.152327058080205, 51.54409300432831 ], [ -2.148291348277736, 51.545850391244883 ], [ -2.143826248976943, 51.547145212382432 ], [ -2.139067429960632, 51.547938166005025 ], [ -2.134159485536534, 51.54820518521479 ], [ -2.129251541112436, 51.547938166005025 ], [ -2.124492722096124, 51.547145212382432 ], [ -2.120027622795331, 51.545850391244883 ], [ -2.115991912992862, 51.54409300432831 ], [ -2.112508215688897, 51.541926398957649 ], [ -2.109682381263181, 51.539416353143793 ], [ -2.107600271264799, 51.536639083367888 ], [ -2.106325149552453, 51.53367893481154 ], [ -2.105895760054129, 51.530625823487 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.166462038509479, 51.878850297139202 ], [ -1.167291313537231, 51.872998491988113 ], [ -1.169753941518401, 51.867323763746022 ], [ -1.173775096747932, 51.861998635061113 ], [ -1.179232598458978, 51.857185058831249 ], [ -1.185960623223676, 51.853029479068603 ], [ -1.193754743414098, 51.849658358844536 ], [ -1.202378138632271, 51.847174313901682 ], [ -1.21156879137814, 51.845652972291646 ], [ -1.221047448318717, 51.845140658164098 ], [ -1.230526105259293, 51.845652972291646 ], [ -1.239716758005163, 51.847174313901682 ], [ -1.248340153223336, 51.849658358844536 ], [ -1.256134273413757, 51.853029479068603 ], [ -1.262862298178455, 51.857185058831249 ], [ -1.268319799889501, 51.861998635061113 ], [ -1.272340955119032, 51.867323763746022 ], [ -1.274803583100203, 51.872998491988113 ], [ -1.275632858127954, 51.878850297139202 ], [ -1.274803583100203, 51.884701340739475 ], [ -1.272340955119032, 51.890373876183368 ], [ -1.268319799889501, 51.895695645306638 ], [ -1.262862298178455, 51.900505100424162 ], [ -1.256134273413757, 51.904656294590808 ], [ -1.248340153223336, 51.908023293702804 ], [ -1.239716758005163, 51.910503979084432 ], [ -1.230526105259293, 51.912023127896653 ], [ -1.221047448318717, 51.91253468047352 ], [ -1.21156879137814, 51.912023127896653 ], [ -1.202378138632271, 51.910503979084432 ], [ -1.193754743414098, 51.908023293702804 ], [ -1.185960623223676, 51.904656294590808 ], [ -1.179232598458978, 51.900505100424162 ], [ -1.173775096747932, 51.895695645306638 ], [ -1.169753941518401, 51.890373876183368 ], [ -1.167291313537231, 51.884701340739475 ], [ -1.166462038509479, 51.878850297139202 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.166462038509479, 51.878850297139202 ], [ -1.167291313537231, 51.872998491988113 ], [ -1.169753941518401, 51.867323763746022 ], [ -1.173775096747932, 51.861998635061113 ], [ -1.179232598458978, 51.857185058831249 ], [ -1.185960623223676, 51.853029479068603 ], [ -1.193754743414098, 51.849658358844536 ], [ -1.202378138632271, 51.847174313901682 ], [ -1.21156879137814, 51.845652972291646 ], [ -1.221047448318717, 51.845140658164098 ], [ -1.230526105259293, 51.845652972291646 ], [ -1.239716758005163, 51.847174313901682 ], [ -1.248340153223336, 51.849658358844536 ], [ -1.256134273413757, 51.853029479068603 ], [ -1.262862298178455, 51.857185058831249 ], [ -1.268319799889501, 51.861998635061113 ], [ -1.272340955119032, 51.867323763746022 ], [ -1.274803583100203, 51.872998491988113 ], [ -1.275632858127954, 51.878850297139202 ], [ -1.274803583100203, 51.884701340739475 ], [ -1.272340955119032, 51.890373876183368 ], [ -1.268319799889501, 51.895695645306638 ], [ -1.262862298178455, 51.900505100424162 ], [ -1.256134273413757, 51.904656294590808 ], [ -1.248340153223336, 51.908023293702804 ], [ -1.239716758005163, 51.910503979084432 ], [ -1.230526105259293, 51.912023127896653 ], [ -1.221047448318717, 51.91253468047352 ], [ -1.21156879137814, 51.912023127896653 ], [ -1.202378138632271, 51.910503979084432 ], [ -1.193754743414098, 51.908023293702804 ], [ -1.185960623223676, 51.904656294590808 ], [ -1.179232598458978, 51.900505100424162 ], [ -1.173775096747932, 51.895695645306638 ], [ -1.169753941518401, 51.890373876183368 ], [ -1.167291313537231, 51.884701340739475 ], [ -1.166462038509479, 51.878850297139202 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.392718259851178, 52.107332077793103 ], [ -0.393148939144261, 52.104308538728731 ], [ -0.394427891051124, 52.101376672615359 ], [ -0.396516255265257, 52.098625589347336 ], [ -0.399350577896778, 52.096138919995582 ], [ -0.402844739486763, 52.093992270799205 ], [ -0.406892571703434, 52.09225091987129 ], [ -0.411371083213187, 52.090967827331582 ], [ -0.416144196710035, 52.090182020102112 ], [ -0.421066883555689, 52.089917401171583 ], [ -0.425989570401343, 52.090182020102112 ], [ -0.430762683898192, 52.090967827331582 ], [ -0.435241195407945, 52.09225091987129 ], [ -0.439289027624615, 52.093992270799205 ], [ -0.442783189214601, 52.096138919995582 ], [ -0.445617511846121, 52.098625589347336 ], [ -0.447705876060255, 52.101376672615359 ], [ -0.448984827967117, 52.104308538728731 ], [ -0.4494155072602, 52.107332077793103 ], [ -0.448984827967117, 52.110355411860731 ], [ -0.447705876060255, 52.113286687709468 ], [ -0.445617511846121, 52.116036866639639 ], [ -0.442783189214601, 52.118522426656781 ], [ -0.439289027624615, 52.120667895323948 ], [ -0.435241195407945, 52.122408136917279 ], [ -0.430762683898192, 52.123690325119156 ], [ -0.425989570401343, 52.124475542084028 ], [ -0.421066883555689, 52.12473995601782 ], [ -0.416144196710035, 52.124475542084028 ], [ -0.411371083213187, 52.123690325119156 ], [ -0.406892571703434, 52.122408136917279 ], [ -0.402844739486763, 52.120667895323948 ], [ -0.399350577896778, 52.118522426656781 ], [ -0.396516255265257, 52.116036866639639 ], [ -0.394427891051124, 52.113286687709468 ], [ -0.393148939144261, 52.110355411860731 ], [ -0.392718259851178, 52.107332077793103 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.392718259851178, 52.107332077793103 ], [ -0.393148939144261, 52.104308538728731 ], [ -0.394427891051124, 52.101376672615359 ], [ -0.396516255265257, 52.098625589347336 ], [ -0.399350577896778, 52.096138919995582 ], [ -0.402844739486763, 52.093992270799205 ], [ -0.406892571703434, 52.09225091987129 ], [ -0.411371083213187, 52.090967827331582 ], [ -0.416144196710035, 52.090182020102112 ], [ -0.421066883555689, 52.089917401171583 ], [ -0.425989570401343, 52.090182020102112 ], [ -0.430762683898192, 52.090967827331582 ], [ -0.435241195407945, 52.09225091987129 ], [ -0.439289027624615, 52.093992270799205 ], [ -0.442783189214601, 52.096138919995582 ], [ -0.445617511846121, 52.098625589347336 ], [ -0.447705876060255, 52.101376672615359 ], [ -0.448984827967117, 52.104308538728731 ], [ -0.4494155072602, 52.107332077793103 ], [ -0.448984827967117, 52.110355411860731 ], [ -0.447705876060255, 52.113286687709468 ], [ -0.445617511846121, 52.116036866639639 ], [ -0.442783189214601, 52.118522426656781 ], [ -0.439289027624615, 52.120667895323948 ], [ -0.435241195407945, 52.122408136917279 ], [ -0.430762683898192, 52.123690325119156 ], [ -0.425989570401343, 52.124475542084028 ], [ -0.421066883555689, 52.12473995601782 ], [ -0.416144196710035, 52.124475542084028 ], [ -0.411371083213187, 52.123690325119156 ], [ -0.406892571703434, 52.122408136917279 ], [ -0.402844739486763, 52.120667895323948 ], [ -0.399350577896778, 52.118522426656781 ], [ -0.396516255265257, 52.116036866639639 ], [ -0.394427891051124, 52.113286687709468 ], [ -0.393148939144261, 52.110355411860731 ], [ -0.392718259851178, 52.107332077793103 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.439127694346544, 52.14992123696458 ], [ -1.439252007928982, 52.149049361221323 ], [ -1.439621171471, 52.148203960678366 ], [ -1.44022396812518, 52.147410724621203 ], [ -1.441042082220214, 52.146693758523945 ], [ -1.44205065577331, 52.146074851206897 ], [ -1.44321904378742, 52.145572812291533 ], [ -1.444511745383968, 52.145202900144568 ], [ -1.445889482479083, 52.144976357757507 ], [ -1.447310393228296, 52.144900070724091 ], [ -1.44873130397751, 52.144976357757507 ], [ -1.450109041072624, 52.145202900144568 ], [ -1.451401742669172, 52.145572812291533 ], [ -1.452570130683283, 52.146074851206897 ], [ -1.453578704236379, 52.146693758523945 ], [ -1.454396818331412, 52.147410724621203 ], [ -1.454999614985592, 52.148203960678366 ], [ -1.455368778527611, 52.149049361221323 ], [ -1.455493092110049, 52.14992123696458 ], [ -1.455368778527611, 52.150793095634739 ], [ -1.454999614985592, 52.151638447017689 ], [ -1.454396818331412, 52.152431607757364 ], [ -1.453578704236379, 52.153148481464051 ], [ -1.452570130683283, 52.153767290461097 ], [ -1.451401742669172, 52.154269236985883 ], [ -1.450109041072624, 52.154639073815353 ], [ -1.44873130397751, 52.154865567042421 ], [ -1.447310393228296, 52.154941837002752 ], [ -1.445889482479083, 52.154865567042421 ], [ -1.444511745383968, 52.154639073815353 ], [ -1.44321904378742, 52.154269236985883 ], [ -1.44205065577331, 52.153767290461097 ], [ -1.441042082220214, 52.153148481464051 ], [ -1.44022396812518, 52.152431607757364 ], [ -1.439621171471, 52.151638447017689 ], [ -1.439252007928982, 52.150793095634739 ], [ -1.439127694346544, 52.14992123696458 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.439127694346544, 52.14992123696458 ], [ -1.439252007928982, 52.149049361221323 ], [ -1.439621171471, 52.148203960678366 ], [ -1.44022396812518, 52.147410724621203 ], [ -1.441042082220214, 52.146693758523945 ], [ -1.44205065577331, 52.146074851206897 ], [ -1.44321904378742, 52.145572812291533 ], [ -1.444511745383968, 52.145202900144568 ], [ -1.445889482479083, 52.144976357757507 ], [ -1.447310393228296, 52.144900070724091 ], [ -1.44873130397751, 52.144976357757507 ], [ -1.450109041072624, 52.145202900144568 ], [ -1.451401742669172, 52.145572812291533 ], [ -1.452570130683283, 52.146074851206897 ], [ -1.453578704236379, 52.146693758523945 ], [ -1.454396818331412, 52.147410724621203 ], [ -1.454999614985592, 52.148203960678366 ], [ -1.455368778527611, 52.149049361221323 ], [ -1.455493092110049, 52.14992123696458 ], [ -1.455368778527611, 52.150793095634739 ], [ -1.454999614985592, 52.151638447017689 ], [ -1.454396818331412, 52.152431607757364 ], [ -1.453578704236379, 52.153148481464051 ], [ -1.452570130683283, 52.153767290461097 ], [ -1.451401742669172, 52.154269236985883 ], [ -1.450109041072624, 52.154639073815353 ], [ -1.44873130397751, 52.154865567042421 ], [ -1.447310393228296, 52.154941837002752 ], [ -1.445889482479083, 52.154865567042421 ], [ -1.444511745383968, 52.154639073815353 ], [ -1.44321904378742, 52.154269236985883 ], [ -1.44205065577331, 52.153767290461097 ], [ -1.441042082220214, 52.153148481464051 ], [ -1.44022396812518, 52.152431607757364 ], [ -1.439621171471, 52.151638447017689 ], [ -1.439252007928982, 52.150793095634739 ], [ -1.439127694346544, 52.14992123696458 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.590277842158772, 52.631796061162341 ], [ -0.590396749472582, 52.630971157972787 ], [ -0.590749858475451, 52.630171304199486 ], [ -0.591326440129009, 52.629420805014682 ], [ -0.592108975291477, 52.628742467051353 ], [ -0.593073687027926, 52.628156905061971 ], [ -0.59419126306041, 52.627681915091678 ], [ -0.595427746406704, 52.627331933267158 ], [ -0.596745567146022, 52.627117596704217 ], [ -0.598104683962048, 52.627045419931122 ], [ -0.599463800778074, 52.627117596704217 ], [ -0.600781621517392, 52.627331933267158 ], [ -0.602018104863686, 52.627681915091678 ], [ -0.60313568089617, 52.628156905061971 ], [ -0.604100392632619, 52.628742467051353 ], [ -0.604882927795087, 52.629420805014682 ], [ -0.605459509448645, 52.630171304199486 ], [ -0.605812618451514, 52.630971157972787 ], [ -0.605931525765324, 52.631796061162341 ], [ -0.605812618451514, 52.632620948800692 ], [ -0.605459509448645, 52.633420757796038 ], [ -0.604882927795087, 52.634171188377046 ], [ -0.604100392632619, 52.634849442185356 ], [ -0.60313568089617, 52.635434914618834 ], [ -0.602018104863686, 52.635909820434108 ], [ -0.600781621517392, 52.636259733654832 ], [ -0.599463800778074, 52.636474025439824 ], [ -0.598104683962048, 52.63654618666169 ], [ -0.596745567146022, 52.636474025439824 ], [ -0.595427746406704, 52.636259733654832 ], [ -0.59419126306041, 52.635909820434108 ], [ -0.593073687027926, 52.635434914618834 ], [ -0.592108975291477, 52.634849442185356 ], [ -0.591326440129009, 52.634171188377046 ], [ -0.590749858475451, 52.633420757796038 ], [ -0.590396749472582, 52.632620948800692 ], [ -0.590277842158772, 52.631796061162341 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.590277842158772, 52.631796061162341 ], [ -0.590396749472582, 52.630971157972787 ], [ -0.590749858475451, 52.630171304199486 ], [ -0.591326440129009, 52.629420805014682 ], [ -0.592108975291477, 52.628742467051353 ], [ -0.593073687027926, 52.628156905061971 ], [ -0.59419126306041, 52.627681915091678 ], [ -0.595427746406704, 52.627331933267158 ], [ -0.596745567146022, 52.627117596704217 ], [ -0.598104683962048, 52.627045419931122 ], [ -0.599463800778074, 52.627117596704217 ], [ -0.600781621517392, 52.627331933267158 ], [ -0.602018104863686, 52.627681915091678 ], [ -0.60313568089617, 52.628156905061971 ], [ -0.604100392632619, 52.628742467051353 ], [ -0.604882927795087, 52.629420805014682 ], [ -0.605459509448645, 52.630171304199486 ], [ -0.605812618451514, 52.630971157972787 ], [ -0.605931525765324, 52.631796061162341 ], [ -0.605812618451514, 52.632620948800692 ], [ -0.605459509448645, 52.633420757796038 ], [ -0.604882927795087, 52.634171188377046 ], [ -0.604100392632619, 52.634849442185356 ], [ -0.60313568089617, 52.635434914618834 ], [ -0.602018104863686, 52.635909820434108 ], [ -0.600781621517392, 52.636259733654832 ], [ -0.599463800778074, 52.636474025439824 ], [ -0.598104683962048, 52.63654618666169 ], [ -0.596745567146022, 52.636474025439824 ], [ -0.595427746406704, 52.636259733654832 ], [ -0.59419126306041, 52.635909820434108 ], [ -0.593073687027926, 52.635434914618834 ], [ -0.592108975291477, 52.634849442185356 ], [ -0.591326440129009, 52.634171188377046 ], [ -0.590749858475451, 52.633420757796038 ], [ -0.590396749472582, 52.632620948800692 ], [ -0.590277842158772, 52.631796061162341 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.744170122569979, 52.082218988812578 ], [ -2.745005097781429, 52.076353645188789 ], [ -2.747484653116496, 52.070665781100615 ], [ -2.75153344854104, 52.065328319508822 ], [ -2.757028463454875, 52.060503589859906 ], [ -2.763802734610457, 52.056338377289848 ], [ -2.771650429206669, 52.05295943993486 ], [ -2.780333099014331, 52.050469633291179 ], [ -2.78958692550498, 52.048944762298305 ], [ -2.799130735843359, 52.048431259533423 ], [ -2.808674546181738, 52.048944762298305 ], [ -2.817928372672387, 52.050469633291179 ], [ -2.826611042480049, 52.05295943993486 ], [ -2.834458737076262, 52.056338377289848 ], [ -2.841233008231843, 52.060503589859906 ], [ -2.846728023145678, 52.065328319508822 ], [ -2.850776818570223, 52.070665781100615 ], [ -2.853256373905289, 52.076353645188789 ], [ -2.854091349116739, 52.082218988812578 ], [ -2.853256373905289, 52.088083561741556 ], [ -2.850776818570223, 52.093769206702568 ], [ -2.846728023145678, 52.099103268394352 ], [ -2.841233008231843, 52.103923827448618 ], [ -2.834458737076262, 52.108084601764702 ], [ -2.826611042480049, 52.111459368525317 ], [ -2.817928372672387, 52.113945775269407 ], [ -2.808674546181738, 52.11546842713549 ], [ -2.799130735843359, 52.11598115920571 ], [ -2.78958692550498, 52.11546842713549 ], [ -2.780333099014331, 52.113945775269407 ], [ -2.771650429206669, 52.111459368525317 ], [ -2.763802734610457, 52.108084601764702 ], [ -2.757028463454875, 52.103923827448618 ], [ -2.75153344854104, 52.099103268394352 ], [ -2.747484653116496, 52.093769206702568 ], [ -2.745005097781429, 52.088083561741556 ], [ -2.744170122569979, 52.082218988812578 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.744170122569979, 52.082218988812578 ], [ -2.745005097781429, 52.076353645188789 ], [ -2.747484653116496, 52.070665781100615 ], [ -2.75153344854104, 52.065328319508822 ], [ -2.757028463454875, 52.060503589859906 ], [ -2.763802734610457, 52.056338377289848 ], [ -2.771650429206669, 52.05295943993486 ], [ -2.780333099014331, 52.050469633291179 ], [ -2.78958692550498, 52.048944762298305 ], [ -2.799130735843359, 52.048431259533423 ], [ -2.808674546181738, 52.048944762298305 ], [ -2.817928372672387, 52.050469633291179 ], [ -2.826611042480049, 52.05295943993486 ], [ -2.834458737076262, 52.056338377289848 ], [ -2.841233008231843, 52.060503589859906 ], [ -2.846728023145678, 52.065328319508822 ], [ -2.850776818570223, 52.070665781100615 ], [ -2.853256373905289, 52.076353645188789 ], [ -2.854091349116739, 52.082218988812578 ], [ -2.853256373905289, 52.088083561741556 ], [ -2.850776818570223, 52.093769206702568 ], [ -2.846728023145678, 52.099103268394352 ], [ -2.841233008231843, 52.103923827448618 ], [ -2.834458737076262, 52.108084601764702 ], [ -2.826611042480049, 52.111459368525317 ], [ -2.817928372672387, 52.113945775269407 ], [ -2.808674546181738, 52.11546842713549 ], [ -2.799130735843359, 52.11598115920571 ], [ -2.78958692550498, 52.11546842713549 ], [ -2.780333099014331, 52.113945775269407 ], [ -2.771650429206669, 52.111459368525317 ], [ -2.763802734610457, 52.108084601764702 ], [ -2.757028463454875, 52.103923827448618 ], [ -2.75153344854104, 52.099103268394352 ], [ -2.747484653116496, 52.093769206702568 ], [ -2.745005097781429, 52.088083561741556 ], [ -2.744170122569979, 52.082218988812578 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.823264045642916, 51.965665290275993 ], [ -2.824113194005996, 51.959684815705202 ], [ -2.826634838151915, 51.953885292893219 ], [ -2.830752359199313, 51.948443041026771 ], [ -2.836340648354729, 51.943523578964474 ], [ -2.843229908279988, 51.93927657687923 ], [ -2.851210812298395, 51.935831285107575 ], [ -2.860040864679883, 51.933292581932605 ], [ -2.86945176875106, 51.931737763404648 ], [ -2.879157578953874, 51.931214175575761 ], [ -2.888863389156688, 51.931737763404648 ], [ -2.898274293227866, 51.933292581932605 ], [ -2.907104345609353, 51.935831285107575 ], [ -2.91508524962776, 51.93927657687923 ], [ -2.921974509553019, 51.943523578964474 ], [ -2.927562798708435, 51.948443041026771 ], [ -2.931680319755833, 51.953885292893219 ], [ -2.934201963901751, 51.959684815705202 ], [ -2.935051112264832, 51.965665290275993 ], [ -2.934201963901751, 51.971644966954031 ], [ -2.931680319755833, 51.977442192325405 ], [ -2.927562798708435, 51.982880924308716 ], [ -2.921974509553019, 51.987796068595273 ], [ -2.91508524962776, 51.992038475799703 ], [ -2.907104345609353, 51.995479449795923 ], [ -2.898274293227866, 51.998014633088196 ], [ -2.888863389156688, 51.999567154175949 ], [ -2.879157578953874, 52.000089944112247 ], [ -2.86945176875106, 51.999567154175949 ], [ -2.860040864679882, 51.998014633088196 ], [ -2.851210812298395, 51.995479449795923 ], [ -2.843229908279988, 51.992038475799703 ], [ -2.836340648354729, 51.987796068595273 ], [ -2.830752359199313, 51.982880924308716 ], [ -2.826634838151915, 51.977442192325405 ], [ -2.824113194005996, 51.971644966954031 ], [ -2.823264045642916, 51.965665290275993 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.823264045642916, 51.965665290275993 ], [ -2.824113194005996, 51.959684815705202 ], [ -2.826634838151915, 51.953885292893219 ], [ -2.830752359199313, 51.948443041026771 ], [ -2.836340648354729, 51.943523578964474 ], [ -2.843229908279988, 51.93927657687923 ], [ -2.851210812298395, 51.935831285107575 ], [ -2.860040864679883, 51.933292581932605 ], [ -2.86945176875106, 51.931737763404648 ], [ -2.879157578953874, 51.931214175575761 ], [ -2.888863389156688, 51.931737763404648 ], [ -2.898274293227866, 51.933292581932605 ], [ -2.907104345609353, 51.935831285107575 ], [ -2.91508524962776, 51.93927657687923 ], [ -2.921974509553019, 51.943523578964474 ], [ -2.927562798708435, 51.948443041026771 ], [ -2.931680319755833, 51.953885292893219 ], [ -2.934201963901751, 51.959684815705202 ], [ -2.935051112264832, 51.965665290275993 ], [ -2.934201963901751, 51.971644966954031 ], [ -2.931680319755833, 51.977442192325405 ], [ -2.927562798708435, 51.982880924308716 ], [ -2.921974509553019, 51.987796068595273 ], [ -2.91508524962776, 51.992038475799703 ], [ -2.907104345609353, 51.995479449795923 ], [ -2.898274293227866, 51.998014633088196 ], [ -2.888863389156688, 51.999567154175949 ], [ -2.879157578953874, 52.000089944112247 ], [ -2.86945176875106, 51.999567154175949 ], [ -2.860040864679882, 51.998014633088196 ], [ -2.851210812298395, 51.995479449795923 ], [ -2.843229908279988, 51.992038475799703 ], [ -2.836340648354729, 51.987796068595273 ], [ -2.830752359199313, 51.982880924308716 ], [ -2.826634838151915, 51.977442192325405 ], [ -2.824113194005996, 51.971644966954031 ], [ -2.823264045642916, 51.965665290275993 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.203234897627757, 52.897948575771878 ], [ -2.203436261165224, 52.896560146855244 ], [ -2.204034233448435, 52.895213862172561 ], [ -2.205010645392152, 52.893950633680674 ], [ -2.206335829213554, 52.892808852790985 ], [ -2.207969519872803, 52.891823222798102 ], [ -2.209862078505906, 52.8910237031279 ], [ -2.211956000676476, 52.890434597641452 ], [ -2.214187663618935, 52.890073814864486 ], [ -2.216489259384055, 52.88995232277798 ], [ -2.218790855149174, 52.890073814864486 ], [ -2.221022518091634, 52.890434597641452 ], [ -2.223116440262204, 52.8910237031279 ], [ -2.225008998895306, 52.891823222798102 ], [ -2.226642689554556, 52.892808852790985 ], [ -2.227967873375958, 52.893950633680674 ], [ -2.228944285319675, 52.895213862172561 ], [ -2.229542257602886, 52.896560146855244 ], [ -2.229743621140353, 52.897948575771878 ], [ -2.229542257602886, 52.899336960206156 ], [ -2.228944285319675, 52.900683116807009 ], [ -2.227967873375958, 52.901946149066163 ], [ -2.226642689554556, 52.903087689240763 ], [ -2.225008998895306, 52.90407306306998 ], [ -2.223116440262204, 52.904872342025079 ], [ -2.221022518091634, 52.905461251278794 ], [ -2.218790855149174, 52.90582190597393 ], [ -2.216489259384055, 52.905943353578081 ], [ -2.214187663618935, 52.90582190597393 ], [ -2.211956000676476, 52.905461251278794 ], [ -2.209862078505906, 52.904872342025079 ], [ -2.207969519872803, 52.90407306306998 ], [ -2.206335829213554, 52.903087689240763 ], [ -2.205010645392152, 52.901946149066163 ], [ -2.204034233448435, 52.900683116807009 ], [ -2.203436261165224, 52.899336960206156 ], [ -2.203234897627757, 52.897948575771878 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.203234897627757, 52.897948575771878 ], [ -2.203436261165224, 52.896560146855244 ], [ -2.204034233448435, 52.895213862172561 ], [ -2.205010645392152, 52.893950633680674 ], [ -2.206335829213554, 52.892808852790985 ], [ -2.207969519872803, 52.891823222798102 ], [ -2.209862078505906, 52.8910237031279 ], [ -2.211956000676476, 52.890434597641452 ], [ -2.214187663618935, 52.890073814864486 ], [ -2.216489259384055, 52.88995232277798 ], [ -2.218790855149174, 52.890073814864486 ], [ -2.221022518091634, 52.890434597641452 ], [ -2.223116440262204, 52.8910237031279 ], [ -2.225008998895306, 52.891823222798102 ], [ -2.226642689554556, 52.892808852790985 ], [ -2.227967873375958, 52.893950633680674 ], [ -2.228944285319675, 52.895213862172561 ], [ -2.229542257602886, 52.896560146855244 ], [ -2.229743621140353, 52.897948575771878 ], [ -2.229542257602886, 52.899336960206156 ], [ -2.228944285319675, 52.900683116807009 ], [ -2.227967873375958, 52.901946149066163 ], [ -2.226642689554556, 52.903087689240763 ], [ -2.225008998895306, 52.90407306306998 ], [ -2.223116440262204, 52.904872342025079 ], [ -2.221022518091634, 52.905461251278794 ], [ -2.218790855149174, 52.90582190597393 ], [ -2.216489259384055, 52.905943353578081 ], [ -2.214187663618935, 52.90582190597393 ], [ -2.211956000676476, 52.905461251278794 ], [ -2.209862078505906, 52.904872342025079 ], [ -2.207969519872803, 52.90407306306998 ], [ -2.206335829213554, 52.903087689240763 ], [ -2.205010645392152, 52.901946149066163 ], [ -2.204034233448435, 52.900683116807009 ], [ -2.203436261165224, 52.899336960206156 ], [ -2.203234897627757, 52.897948575771878 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.913074191595631, 53.164374900328525 ], [ -1.913712758640618, 53.159998857959671 ], [ -1.915609057239047, 53.15575535338769 ], [ -1.918705469317579, 53.151773381293864 ], [ -1.922907911962068, 53.148174020673935 ], [ -1.928088696079298, 53.145066745205625 ], [ -1.934090406165472, 53.142546083807432 ], [ -1.940730683296633, 53.140688734440879 ], [ -1.947807766012293, 53.139551220539147 ], [ -1.955106620735313, 53.139168162856294 ], [ -1.962405475458333, 53.139551220539147 ], [ -1.969482558173993, 53.140688734440879 ], [ -1.976122835305153, 53.142546083807432 ], [ -1.982124545391328, 53.145066745205625 ], [ -1.987305329508558, 53.148174020673935 ], [ -1.991507772153046, 53.151773381293864 ], [ -1.994604184231578, 53.15575535338769 ], [ -1.996500482830007, 53.159998857959671 ], [ -1.997139049874994, 53.164374900328525 ], [ -1.996500482830007, 53.168750496552249 ], [ -1.994604184231578, 53.172992716500502 ], [ -1.991507772153046, 53.176972720436623 ], [ -1.987305329508558, 53.180569666753755 ], [ -1.982124545391328, 53.183674372974728 ], [ -1.976122835305153, 53.186192620070194 ], [ -1.969482558173993, 53.188048001279171 ], [ -1.962405475458333, 53.189184230557288 ], [ -1.955106620735313, 53.18956684209504 ], [ -1.947807766012293, 53.189184230557288 ], [ -1.940730683296633, 53.188048001279171 ], [ -1.934090406165472, 53.186192620070194 ], [ -1.928088696079298, 53.183674372974728 ], [ -1.922907911962068, 53.180569666753755 ], [ -1.918705469317579, 53.176972720436623 ], [ -1.915609057239047, 53.172992716500502 ], [ -1.913712758640618, 53.168750496552249 ], [ -1.913074191595631, 53.164374900328525 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.913074191595631, 53.164374900328525 ], [ -1.913712758640618, 53.159998857959671 ], [ -1.915609057239047, 53.15575535338769 ], [ -1.918705469317579, 53.151773381293864 ], [ -1.922907911962068, 53.148174020673935 ], [ -1.928088696079298, 53.145066745205625 ], [ -1.934090406165472, 53.142546083807432 ], [ -1.940730683296633, 53.140688734440879 ], [ -1.947807766012293, 53.139551220539147 ], [ -1.955106620735313, 53.139168162856294 ], [ -1.962405475458333, 53.139551220539147 ], [ -1.969482558173993, 53.140688734440879 ], [ -1.976122835305153, 53.142546083807432 ], [ -1.982124545391328, 53.145066745205625 ], [ -1.987305329508558, 53.148174020673935 ], [ -1.991507772153046, 53.151773381293864 ], [ -1.994604184231578, 53.15575535338769 ], [ -1.996500482830007, 53.159998857959671 ], [ -1.997139049874994, 53.164374900328525 ], [ -1.996500482830007, 53.168750496552249 ], [ -1.994604184231578, 53.172992716500502 ], [ -1.991507772153046, 53.176972720436623 ], [ -1.987305329508558, 53.180569666753755 ], [ -1.982124545391328, 53.183674372974728 ], [ -1.976122835305153, 53.186192620070194 ], [ -1.969482558173993, 53.188048001279171 ], [ -1.962405475458333, 53.189184230557288 ], [ -1.955106620735313, 53.18956684209504 ], [ -1.947807766012293, 53.189184230557288 ], [ -1.940730683296633, 53.188048001279171 ], [ -1.934090406165472, 53.186192620070194 ], [ -1.928088696079298, 53.183674372974728 ], [ -1.922907911962068, 53.180569666753755 ], [ -1.918705469317579, 53.176972720436623 ], [ -1.915609057239047, 53.172992716500502 ], [ -1.913712758640618, 53.168750496552249 ], [ -1.913074191595631, 53.164374900328525 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.907001929944748, 53.228182755078663 ], [ -1.907225441246503, 53.226653381113657 ], [ -1.907889183873967, 53.225170424242947 ], [ -1.908972990343274, 53.223778950455795 ], [ -1.910443929743287, 53.22252124985026 ], [ -1.912257308324667, 53.221435550358706 ], [ -1.914358027496833, 53.220554854602938 ], [ -1.916682257970755, 53.219905935414339 ], [ -1.919159379179599, 53.219508520746253 ], [ -1.921714125048918, 53.219374692938636 ], [ -1.924268870918238, 53.219508520746253 ], [ -1.926745992127081, 53.219905935414339 ], [ -1.929070222601003, 53.220554854602938 ], [ -1.93117094177317, 53.221435550358706 ], [ -1.93298432035455, 53.22252124985026 ], [ -1.934455259754562, 53.223778950455795 ], [ -1.935539066223869, 53.225170424242947 ], [ -1.936202808851333, 53.226653381113657 ], [ -1.936426320153088, 53.228182755078663 ], [ -1.936202808851333, 53.229712074420426 ], [ -1.935539066223869, 53.231194874009745 ], [ -1.934455259754562, 53.232586106827817 ], [ -1.93298432035455, 53.233843511841009 ], [ -1.93117094177317, 53.234928896769773 ], [ -1.929070222601003, 53.235809296933219 ], [ -1.926745992127081, 53.236457975152739 ], [ -1.924268870918238, 53.236855232539426 ], [ -1.921714125048918, 53.236989005723792 ], [ -1.919159379179599, 53.236855232539426 ], [ -1.916682257970755, 53.236457975152739 ], [ -1.914358027496833, 53.235809296933219 ], [ -1.912257308324667, 53.234928896769773 ], [ -1.910443929743287, 53.233843511841009 ], [ -1.908972990343274, 53.232586106827817 ], [ -1.907889183873967, 53.231194874009745 ], [ -1.907225441246503, 53.229712074420426 ], [ -1.907001929944748, 53.228182755078663 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.907001929944748, 53.228182755078663 ], [ -1.907225441246503, 53.226653381113657 ], [ -1.907889183873967, 53.225170424242947 ], [ -1.908972990343274, 53.223778950455795 ], [ -1.910443929743287, 53.22252124985026 ], [ -1.912257308324667, 53.221435550358706 ], [ -1.914358027496833, 53.220554854602938 ], [ -1.916682257970755, 53.219905935414339 ], [ -1.919159379179599, 53.219508520746253 ], [ -1.921714125048918, 53.219374692938636 ], [ -1.924268870918238, 53.219508520746253 ], [ -1.926745992127081, 53.219905935414339 ], [ -1.929070222601003, 53.220554854602938 ], [ -1.93117094177317, 53.221435550358706 ], [ -1.93298432035455, 53.22252124985026 ], [ -1.934455259754562, 53.223778950455795 ], [ -1.935539066223869, 53.225170424242947 ], [ -1.936202808851333, 53.226653381113657 ], [ -1.936426320153088, 53.228182755078663 ], [ -1.936202808851333, 53.229712074420426 ], [ -1.935539066223869, 53.231194874009745 ], [ -1.934455259754562, 53.232586106827817 ], [ -1.93298432035455, 53.233843511841009 ], [ -1.93117094177317, 53.234928896769773 ], [ -1.929070222601003, 53.235809296933219 ], [ -1.926745992127081, 53.236457975152739 ], [ -1.924268870918238, 53.236855232539426 ], [ -1.921714125048918, 53.236989005723792 ], [ -1.919159379179599, 53.236855232539426 ], [ -1.916682257970755, 53.236457975152739 ], [ -1.914358027496833, 53.235809296933219 ], [ -1.912257308324667, 53.234928896769773 ], [ -1.910443929743287, 53.233843511841009 ], [ -1.908972990343274, 53.232586106827817 ], [ -1.907889183873967, 53.231194874009745 ], [ -1.907225441246503, 53.229712074420426 ], [ -1.907001929944748, 53.228182755078663 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.701736567126732, 53.072808926650154 ], [ -0.702024433468856, 53.095113696880027 ], [ -0.691373378810262, 53.099434993643904 ], [ -0.673813531940688, 53.095286560584256 ], [ -0.674677130967061, 53.081109729358282 ], [ -0.683313121230785, 53.074192507220545 ], [ -0.701736567126732, 53.072808926650154 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -4.394486003895433, 51.586822398652544 ], [ -4.628377406871314, 51.607207797498901 ], [ -4.627225941502818, 51.66330975239957 ], [ -4.544896167655309, 51.753213710313155 ], [ -4.41765924443643, 51.756777642290615 ], [ -4.39750860048774, 51.748580178256567 ], [ -4.395205669750746, 51.773524355349977 ], [ -4.388872610224015, 51.774949320676015 ], [ -4.374479293117807, 51.776374241008554 ], [ -4.356055847221861, 51.776018015143535 ], [ -4.340511064747156, 51.774949320676015 ], [ -4.323814816903955, 51.771743085419537 ], [ -4.309997232481996, 51.767467750743229 ], [ -4.30136124221827, 51.763548338204828 ], [ -4.290422321217553, 51.757846767039283 ], [ -4.279483400216835, 51.748936620675437 ], [ -4.271998875321606, 51.740381226295959 ], [ -4.267968746531868, 51.731111053990567 ], [ -4.265665815794876, 51.719699000555984 ], [ -4.266241548479123, 51.712565004211484 ], [ -4.269120211900365, 51.702218710458247 ], [ -4.272574608005855, 51.695795682729894 ], [ -4.278331934848339, 51.689728652724632 ], [ -4.288695123164808, 51.68151902351952 ], [ -4.300209776849774, 51.673664941643317 ], [ -4.314603093955982, 51.668309104808166 ], [ -4.328420678377942, 51.664381088643403 ], [ -4.349722787695129, 51.661881264668452 ], [ -4.369297698959572, 51.660809869315308 ], [ -4.383115283381532, 51.662595514163471 ], [ -4.394486003895433, 51.666880774698633 ], [ -4.394486003895433, 51.586822398652544 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -4.508049275863415, 51.564638416869713 ], [ -4.501716216336685, 51.562669960126378 ], [ -4.50977647391616, 51.550857430095448 ], [ -4.525321256390865, 51.535102617483339 ], [ -4.543168969602563, 51.518984098561987 ], [ -4.556986554024523, 51.508951917914366 ], [ -4.573682801867723, 51.498917527747544 ], [ -4.593833445816415, 51.488880927882732 ], [ -4.611105426343864, 51.480993477701823 ], [ -4.626650208818568, 51.473821884511217 ], [ -4.645649387398763, 51.467007826518966 ], [ -4.667527229400199, 51.46126888304223 ], [ -4.688829338717387, 51.456605460022381 ], [ -4.712434378771568, 51.453376657268763 ], [ -4.733736488088755, 51.450506418649276 ], [ -4.754462864721694, 51.449430032643981 ], [ -4.779219370144372, 51.449788830798681 ], [ -4.802824410198554, 51.449788830798681 ], [ -4.821823588778748, 51.451223995221504 ], [ -4.844277163464433, 51.453735424408258 ], [ -4.862700609360378, 51.456605460022381 ], [ -4.879972589887828, 51.460192750790007 ], [ -4.897244570415277, 51.464138444997559 ], [ -4.91336508557423, 51.468442449618244 ], [ -4.926031204627693, 51.47095293150376 ], [ -5.034268949266377, 51.408149435994787 ], [ -5.04348067221435, 51.408508558457783 ], [ -5.064782781531537, 51.412458719397414 ], [ -5.085509158164476, 51.415690415416755 ], [ -5.110265663587154, 51.420717044036031 ], [ -5.129840574851596, 51.426461085597467 ], [ -5.147688288063296, 51.430768642985107 ], [ -5.164960268590745, 51.435793613359159 ], [ -5.182232249118194, 51.441176896856703 ], [ -5.197201298908651, 51.446200722368218 ], [ -5.212170348699106, 51.451582779278269 ], [ -5.225987933121066, 51.458040410162383 ], [ -5.238078319490281, 51.463062380409127 ], [ -5.251320171227992, 51.46951838734126 ], [ -5.266289221018448, 51.477407822055525 ], [ -5.278955340071911, 51.484937373330247 ], [ -5.286439864967139, 51.489777142714729 ], [ -5.301984647441844, 51.499096732662842 ], [ -5.314075033811059, 51.508772751751771 ], [ -5.324438222127528, 51.51593884870406 ], [ -5.331922747022756, 51.523103818414221 ], [ -5.341134469970729, 51.532058445467165 ], [ -5.349770460234455, 51.539937060499064 ], [ -5.358982183182427, 51.547098254424164 ], [ -5.364739510024911, 51.556048162054005 ], [ -5.373375500288635, 51.564996308940501 ], [ -5.379708559815366, 51.573584873563235 ], [ -5.384890153973601, 51.58002523227853 ], [ -5.391223213500332, 51.58896866100546 ], [ -5.394101876921575, 51.596479780793466 ], [ -5.399283471079809, 51.602738098552507 ], [ -5.304287578178838, 51.659917020502824 ], [ -5.076297435216504, 51.659559876051951 ], [ -5.055571058583564, 51.650630349948543 ], [ -5.045207870267094, 51.650987564771896 ], [ -5.030238820476638, 51.650273132310154 ], [ -5.007209513106705, 51.645629046841883 ], [ -4.991088997947753, 51.642770911622947 ], [ -4.975544215473049, 51.637768741448014 ], [ -4.962302363735336, 51.632766019473102 ], [ -4.949060511997626, 51.626690543780555 ], [ -4.938697323681156, 51.61989934331752 ], [ -4.929485600733182, 51.611677056443263 ], [ -4.92027387778521, 51.604526030932334 ], [ -4.897244570415277, 51.603453279952724 ], [ -4.891487243572794, 51.606671456857754 ], [ -4.834489707832211, 51.635624785313148 ], [ -4.833338242463714, 51.643128188378391 ], [ -4.829883846358225, 51.646700801099215 ], [ -4.823550786831493, 51.654559558181937 ], [ -4.815490529252017, 51.660631300960212 ], [ -4.806278806304043, 51.665988045511348 ], [ -4.795339885303325, 51.667773486294493 ], [ -4.780370835512868, 51.668130566007264 ], [ -4.768856181827903, 51.668130566007264 ], [ -4.758492993511433, 51.665988045511348 ], [ -4.750432735931957, 51.663488310199405 ], [ -4.749857003247709, 51.662595514163471 ], [ -4.742372478352481, 51.660095591672722 ], [ -4.73603941882575, 51.654023777115732 ], [ -4.730857824667515, 51.647951149044367 ], [ -4.728554893930522, 51.640448544091925 ], [ -4.726827695877776, 51.635446117726971 ], [ -4.508049275863415, 51.564638416869713 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -4.647376585451507, 51.974532618990665 ], [ -4.683072011874904, 52.089471402749098 ], [ -4.692859467507126, 52.112989413726488 ], [ -4.692859467507126, 52.124301932233607 ], [ -4.690556536770132, 52.131370798400127 ], [ -4.814914796567769, 52.102381320004035 ], [ -5.29680305328361, 52.135788270300203 ], [ -5.500036690823266, 52.176761518549817 ], [ -5.497158027402024, 53.24954576464058 ], [ -5.170141862748981, 53.38814556235036 ], [ -4.999149255527231, 53.381964601809401 ], [ -4.999149255527231, 53.199049869266197 ], [ -4.885729916730313, 53.120343918676305 ], [ -4.886305649414561, 52.840257922055478 ], [ -4.197153626369325, 52.553803265567652 ], [ -4.19542642831658, 52.265818623524588 ], [ -3.495335484270627, 52.178879798729412 ], [ -3.495911216954875, 52.12394845948787 ], [ -3.486123761322654, 52.128896822802133 ], [ -3.441792344635533, 52.102734963787178 ], [ -3.422793166055339, 52.080803746228121 ], [ -3.491881088165138, 52.031596188030271 ], [ -3.521243455061801, 52.028762448698885 ], [ -3.655964903175907, 51.970631210526541 ], [ -3.681297141282833, 51.996161537769815 ], [ -3.677842745177344, 52.00714928079293 ], [ -4.058977782149729, 52.054613663471052 ], [ -4.220758666423506, 52.074434599259938 ], [ -4.238030646950954, 52.025928529784899 ], [ -4.647376585451507, 51.974532618990665 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -3.984132533197449, 54.322625277347257 ], [ -3.843653758240859, 54.320610553437895 ], [ -3.844805223609356, 54.332697416914236 ], [ -3.841350827503866, 54.344780728748141 ], [ -3.839047896766874, 54.358873437681851 ], [ -3.834442035292886, 54.368936699514578 ], [ -3.827533243081907, 54.383021124337318 ], [ -3.82292738160792, 54.397100717856169 ], [ -3.818321520133933, 54.401122571592175 ], [ -3.643874516806693, 54.479971673834548 ], [ -3.463094453952722, 54.350317726513495 ], [ -3.451579800267756, 54.350653278161076 ], [ -3.438913681214293, 54.349982172126026 ], [ -3.42624756216083, 54.34696205934177 ], [ -3.41242997773887, 54.342599282386367 ], [ -3.403218254790897, 54.336557749788852 ], [ -3.396885195264166, 54.329843894459621 ], [ -3.392855066474427, 54.323128942907573 ], [ -3.392855066474427, 54.315069553908849 ], [ -3.396309462579917, 54.306672678149653 ], [ -3.401491056738152, 54.300289906716337 ], [ -3.40897558163338, 54.295586178691281 ], [ -3.41588437384436, 54.291217950078426 ], [ -3.426823294845077, 54.287185327781359 ], [ -3.43948941389854, 54.284160601946986 ], [ -3.456185661741742, 54.283488410488417 ], [ -3.654813437807411, 54.109190033649767 ], [ -3.668055289545122, 54.114252508394344 ], [ -3.679569943230089, 54.119651800089969 ], [ -3.695114725704794, 54.127749418955744 ], [ -3.709508042811001, 54.136857348865519 ], [ -3.725628557969955, 54.14528883192181 ], [ -3.739446142391914, 54.154392905611104 ], [ -3.750385063392632, 54.162146648584695 ], [ -3.756718122919363, 54.16652855640568 ], [ -3.761899717077598, 54.1709100001884 ], [ -3.774565836131061, 54.180345380056181 ], [ -3.890863838349221, 54.135676804248334 ], [ -4.144761952102729, 54.173774539468866 ], [ -4.148792080892467, 54.179839967843463 ], [ -4.153397942366454, 54.186578289467988 ], [ -4.15454940773495, 54.190620755368222 ], [ -4.158579536524688, 54.198030916227005 ], [ -4.163185397998675, 54.206449941010881 ], [ -4.166064061419917, 54.212510576717158 ], [ -4.170669922893903, 54.221936464938295 ], [ -4.172972853630896, 54.232369760354814 ], [ -4.174700051683641, 54.23842659286683 ], [ -3.984132533197449, 54.322625277347257 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -3.779747430289297, 54.547817501416141 ], [ -4.227667458634487, 54.553661004518396 ], [ -4.25415116210991, 54.593708193934866 ], [ -4.063583643623717, 54.780573279894263 ], [ -4.009464771304375, 54.808786020209311 ], [ -3.949588572142551, 54.805467896186805 ], [ -3.93922538382608, 54.785221438649039 ], [ -3.756142390235116, 54.585201458448374 ], [ -3.779747430289297, 54.547817501416141 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -4.89609310504678, 54.636715047148108 ], [ -5.20353435843538, 54.9695534222109 ], [ -5.15286988222153, 55.038893707156937 ], [ -5.085509158164476, 55.059012948460662 ], [ -4.901850431889264, 55.049449323687824 ], [ -4.581743059447199, 54.719267264845996 ], [ -4.593257713132165, 54.681673562249621 ], [ -4.89609310504678, 54.636715047148108 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -5.262834824912957, 54.99201959010589 ], [ -5.464341264399869, 54.929545763653287 ], [ -5.714784982047887, 55.108772847631904 ], [ -5.649151456043579, 55.208435523858419 ], [ -5.109689930902905, 55.209092536130626 ], [ -5.115447257745388, 55.120626996754702 ], [ -5.262834824912957, 54.99201959010589 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.974775961525326, 55.188884448442991 ], [ -6.904536574047032, 55.219931673165839 ], [ -6.85675076125442, 55.215662062477413 ], [ -6.827100528015633, 55.185761959510153 ], [ -6.865962484202394, 55.169323773365093 ], [ -6.940807733154674, 55.16883052302672 ], [ -6.974775961525326, 55.188884448442991 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -8.000155872171575, 55.667807227027446 ], [ -9.417609740790933, 55.668091345098325 ], [ -10.996844493684067, 55.896985233884706 ], [ -13.0026971656052, 57.528414208735896 ], [ -13.001545700236706, 59.000396551675131 ], [ -12.001498027697378, 59.499780294384642 ], [ -9.999675484565982, 59.499195872672196 ], [ -7.824557403475839, 58.789520520753726 ], [ -7.143465638010082, 58.423187147337678 ], [ -7.248824719227525, 57.822718411435396 ], [ -7.614414973725204, 57.6927926883507 ], [ -7.503874298349529, 57.552052700137061 ], [ -7.302943591546866, 57.624571827304727 ], [ -7.177433866380733, 57.527641450286893 ], [ -7.413484266922541, 57.44176341250742 ], [ -7.354759533129213, 57.361894039749224 ], [ -7.377788840499146, 57.182135692497944 ], [ -7.52344920961397, 57.176206646952913 ], [ -7.595991527829257, 56.953650861687287 ], [ -7.665655182623303, 56.96746240962986 ], [ -7.664503717254808, 56.718386293485693 ], [ -7.718622589574149, 56.586093058220698 ], [ -7.7358945701016, 56.06206945751137 ], [ -8.000155872171577, 55.851928037451003 ], [ -8.000155872171575, 55.667807227027446 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -5.87915666340078, 58.320837943516445 ], [ -5.919457951298162, 58.7419034418321 ], [ -4.998285656500855, 58.983935711298976 ], [ -4.998285656500855, 58.999358713099546 ], [ -4.93150066512805, 58.999951767545198 ], [ -3.964269755590878, 59.244600028171334 ], [ -2.556027609919495, 58.815913142258097 ], [ -2.50996899517963, 58.964647244266878 ], [ -1.855936665873541, 59.383280854054313 ], [ -1.698185910389503, 59.382694416235275 ], [ -1.697034445021006, 59.071340075491733 ], [ -1.974537598828695, 57.833447852563211 ], [ -2.070109224413915, 57.832221792376266 ], [ -2.105804650837311, 57.664472737153147 ], [ -2.970555142578284, 57.665704499461278 ], [ -3.562408341985552, 57.807691827177223 ], [ -3.74779426631351, 57.849995582586381 ], [ -3.77888383126292, 57.845093343927424 ], [ -3.915908210114019, 57.748137324404297 ], [ -4.048326727491132, 57.749980688289916 ], [ -4.134686630128379, 57.860410624313964 ], [ -4.029903281595185, 57.914887273086109 ], [ -5.87915666340078, 58.320837943516445 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -5.961486437248288, 57.63335687305355 ], [ -5.83079511792392, 57.631815790648417 ], [ -5.829643652555423, 57.581540677247432 ], [ -5.838855375503397, 57.579380065938217 ], [ -5.832522315976665, 57.559002280025062 ], [ -5.848067098451369, 57.559311119467147 ], [ -5.852672959925356, 57.55158934766429 ], [ -5.852672959925356, 57.537067984511673 ], [ -5.851521494556859, 57.523159128310759 ], [ -5.861308950189081, 57.511409739323632 ], [ -5.872247871189799, 57.498109813411482 ], [ -5.872823603874046, 57.484805040029421 ], [ -5.864763346294572, 57.46778023955887 ], [ -5.859581752136336, 57.455083862791156 ], [ -5.859581752136336, 57.452606006804444 ], [ -5.838279642819148, 57.447340005307332 ], [ -5.822159127660195, 57.444861624576362 ], [ -5.812371672027974, 57.440524054206627 ], [ -5.823310593028692, 57.433087022667031 ], [ -5.826189256449934, 57.4234786195683 ], [ -5.822159127660195, 57.411231999507116 ], [ -5.812371672027974, 57.403478857501987 ], [ -5.814674602764967, 57.395413848978372 ], [ -5.824462058397189, 57.392931950764002 ], [ -5.819856196923203, 57.383313007620302 ], [ -5.822159127660195, 57.36437803935943 ], [ -5.997181863671683, 57.365930453726563 ], [ -6.004090655882663, 57.37244987683939 ], [ -6.010999448093643, 57.382071669816177 ], [ -6.016181042251878, 57.386726469893951 ], [ -6.018483972988871, 57.414332796858659 ], [ -6.012726646146389, 57.43200232927073 ], [ -6.001211992461422, 57.458955176636458 ], [ -5.985667209986717, 57.487125989093862 ], [ -5.982788546565475, 57.497645775015378 ], [ -5.977031219722992, 57.505378978196113 ], [ -5.968970962143517, 57.518985436695338 ], [ -5.968395229459268, 57.535368297820604 ], [ -5.959759239195543, 57.557921321352502 ], [ -5.95400191235306, 57.572434374937309 ], [ -5.964365100669529, 57.578299712174584 ], [ -5.961486437248288, 57.63335687305355 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -4.073658965598058, 57.582157971201262 ], [ -4.056962717754856, 57.593576020518164 ], [ -4.009752637646494, 57.604682034397186 ], [ -4.02126729133146, 57.580306057922499 ], [ -4.034509143069172, 57.578145373304423 ], [ -4.050629658228124, 57.577836693600389 ], [ -4.066174440702829, 57.580306057922499 ], [ -4.073658965598058, 57.582157971201262 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.807622792936011, 56.460015942019787 ], [ -2.812804387094245, 56.481322871876714 ], [ -2.666568285295173, 56.500075790749221 ], [ -2.657932295031448, 56.460015942019787 ], [ -2.807622792936011, 56.460015942019787 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -4.793324820908453, 56.077173631527764 ], [ -4.818369192673255, 56.095965240634939 ], [ -4.817505593646883, 56.119080792377019 ], [ -4.774901375012507, 56.13464386074763 ], [ -4.780370835512867, 56.084241636954317 ], [ -4.793324820908453, 56.077173631527764 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.997173352880791, 54.027218608200357 ], [ -0.997401647752026, 54.025685803041441 ], [ -0.998079595741594, 54.024199517444728 ], [ -0.999186597742889, 54.022804918784161 ], [ -1.000689018060271, 54.021544392477949 ], [ -1.002541206412659, 54.020456252772867 ], [ -1.004686884994218, 54.019573576921694 ], [ -1.007060858447012, 54.018923198377031 ], [ -1.009590994788968, 54.018524889806621 ], [ -1.012200417107646, 54.018390760954375 ], [ -1.014809839426323, 54.018524889806621 ], [ -1.017339975768278, 54.018923198377031 ], [ -1.019713949221073, 54.019573576921694 ], [ -1.021859627802632, 54.020456252772867 ], [ -1.02371181615502, 54.021544392477949 ], [ -1.025214236472402, 54.022804918784161 ], [ -1.026321238473697, 54.024199517444728 ], [ -1.026999186463265, 54.025685803041441 ], [ -1.0272274813345, 54.027218608200357 ], [ -1.026999186463265, 54.028751356864511 ], [ -1.026321238473697, 54.03023747979104 ], [ -1.025214236472402, 54.031631829226441 ], [ -1.02371181615502, 54.032892049812737 ], [ -1.021859627802632, 54.033979864177475 ], [ -1.019713949221073, 54.034862234308726 ], [ -1.017339975768278, 54.035512363628229 ], [ -1.014809839426323, 54.035910509528478 ], [ -1.012200417107646, 54.036044581885953 ], [ -1.009590994788968, 54.035910509528478 ], [ -1.007060858447012, 54.035512363628229 ], [ -1.004686884994218, 54.034862234308726 ], [ -1.002541206412659, 54.033979864177475 ], [ -1.000689018060271, 54.032892049812737 ], [ -0.999186597742889, 54.031631829226441 ], [ -0.998079595741594, 54.03023747979104 ], [ -0.997401647752026, 54.028751356864511 ], [ -0.997173352880791, 54.027218608200357 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.997173352880791, 54.027218608200357 ], [ -0.997401647752026, 54.025685803041441 ], [ -0.998079595741594, 54.024199517444728 ], [ -0.999186597742889, 54.022804918784161 ], [ -1.000689018060271, 54.021544392477949 ], [ -1.002541206412659, 54.020456252772867 ], [ -1.004686884994218, 54.019573576921694 ], [ -1.007060858447012, 54.018923198377031 ], [ -1.009590994788968, 54.018524889806621 ], [ -1.012200417107646, 54.018390760954375 ], [ -1.014809839426323, 54.018524889806621 ], [ -1.017339975768278, 54.018923198377031 ], [ -1.019713949221073, 54.019573576921694 ], [ -1.021859627802632, 54.020456252772867 ], [ -1.02371181615502, 54.021544392477949 ], [ -1.025214236472402, 54.022804918784161 ], [ -1.026321238473697, 54.024199517444728 ], [ -1.026999186463265, 54.025685803041441 ], [ -1.0272274813345, 54.027218608200357 ], [ -1.026999186463265, 54.028751356864511 ], [ -1.026321238473697, 54.03023747979104 ], [ -1.025214236472402, 54.031631829226441 ], [ -1.02371181615502, 54.032892049812737 ], [ -1.021859627802632, 54.033979864177475 ], [ -1.019713949221073, 54.034862234308726 ], [ -1.017339975768278, 54.035512363628229 ], [ -1.014809839426323, 54.035910509528478 ], [ -1.012200417107646, 54.036044581885953 ], [ -1.009590994788968, 54.035910509528478 ], [ -1.007060858447012, 54.035512363628229 ], [ -1.004686884994218, 54.034862234308726 ], [ -1.002541206412659, 54.033979864177475 ], [ -1.000689018060271, 54.032892049812737 ], [ -0.999186597742889, 54.031631829226441 ], [ -0.998079595741594, 54.03023747979104 ], [ -0.997401647752026, 54.028751356864511 ], [ -0.997173352880791, 54.027218608200357 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.231936315640882, 50.723766579203705 ], [ -2.232044947067661, 50.722980525718341 ], [ -2.232367540637069, 50.722218343478744 ], [ -2.232894294506739, 50.721503192719503 ], [ -2.233609203526889, 50.720856805558967 ], [ -2.234490545548706, 50.720298825363272 ], [ -2.235511541440836, 50.719846209504304 ], [ -2.236641168759746, 50.719512713705306 ], [ -2.237845104350971, 50.719308473691868 ], [ -2.239086767240791, 50.719239696906477 ], [ -2.240328430130611, 50.719308473691868 ], [ -2.241532365721835, 50.719512713705306 ], [ -2.242661993040745, 50.719846209504304 ], [ -2.243682988932876, 50.720298825363272 ], [ -2.244564330954693, 50.720856805558967 ], [ -2.245279239974843, 50.721503192719503 ], [ -2.245805993844512, 50.722218343478744 ], [ -2.24612858741392, 50.722980525718341 ], [ -2.2462372188407, 50.723766579203705 ], [ -2.24612858741392, 50.724552619502617 ], [ -2.245805993844512, 50.725314763773319 ], [ -2.245279239974843, 50.726029856360825 ], [ -2.244564330954693, 50.726676172163174 ], [ -2.243682988932876, 50.727234076421084 ], [ -2.242661993040745, 50.727686620921872 ], [ -2.241532365721835, 50.728020058549149 ], [ -2.240328430130611, 50.728224260593684 ], [ -2.239086767240791, 50.728293024192617 ], [ -2.237845104350971, 50.728224260593684 ], [ -2.236641168759746, 50.728020058549149 ], [ -2.235511541440836, 50.727686620921872 ], [ -2.234490545548706, 50.727234076421084 ], [ -2.233609203526889, 50.726676172163174 ], [ -2.232894294506739, 50.726029856360825 ], [ -2.232367540637069, 50.725314763773319 ], [ -2.232044947067661, 50.724552619502617 ], [ -2.231936315640882, 50.723766579203705 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.231936315640882, 50.723766579203705 ], [ -2.232044947067661, 50.722980525718341 ], [ -2.232367540637069, 50.722218343478744 ], [ -2.232894294506739, 50.721503192719503 ], [ -2.233609203526889, 50.720856805558967 ], [ -2.234490545548706, 50.720298825363272 ], [ -2.235511541440836, 50.719846209504304 ], [ -2.236641168759746, 50.719512713705306 ], [ -2.237845104350971, 50.719308473691868 ], [ -2.239086767240791, 50.719239696906477 ], [ -2.240328430130611, 50.719308473691868 ], [ -2.241532365721835, 50.719512713705306 ], [ -2.242661993040745, 50.719846209504304 ], [ -2.243682988932876, 50.720298825363272 ], [ -2.244564330954693, 50.720856805558967 ], [ -2.245279239974843, 50.721503192719503 ], [ -2.245805993844512, 50.722218343478744 ], [ -2.24612858741392, 50.722980525718341 ], [ -2.2462372188407, 50.723766579203705 ], [ -2.24612858741392, 50.724552619502617 ], [ -2.245805993844512, 50.725314763773319 ], [ -2.245279239974843, 50.726029856360825 ], [ -2.244564330954693, 50.726676172163174 ], [ -2.243682988932876, 50.727234076421084 ], [ -2.242661993040745, 50.727686620921872 ], [ -2.241532365721835, 50.728020058549149 ], [ -2.240328430130611, 50.728224260593684 ], [ -2.239086767240791, 50.728293024192617 ], [ -2.237845104350971, 50.728224260593684 ], [ -2.236641168759746, 50.728020058549149 ], [ -2.235511541440836, 50.727686620921872 ], [ -2.234490545548706, 50.727234076421084 ], [ -2.233609203526889, 50.726676172163174 ], [ -2.232894294506739, 50.726029856360825 ], [ -2.232367540637069, 50.725314763773319 ], [ -2.232044947067661, 50.724552619502617 ], [ -2.231936315640882, 50.723766579203705 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.882948429493886, 51.073259955640296 ], [ -0.86797937970343, 51.100383097447484 ], [ -0.825375161069054, 51.095682892348492 ], [ -0.828253824490296, 51.080494348637686 ], [ -0.882948429493886, 51.073259955640296 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.712531554956384, 51.256663189165543 ], [ -0.717137416430371, 51.266390594182532 ], [ -0.718288881798868, 51.276836254895365 ], [ -0.689502247586452, 51.293040337784333 ], [ -0.665321474848022, 51.295920465114435 ], [ -0.658988415321291, 51.265670116256665 ], [ -0.712531554956384, 51.256663189165543 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.698138237850176, 51.340179681511614 ], [ -0.67626039584874, 51.345574225803446 ], [ -0.664170009479526, 51.343416484280446 ], [ -0.648049494320573, 51.322553078369388 ], [ -0.664745742163774, 51.306719333507431 ], [ -0.680290524638479, 51.304199824791823 ], [ -0.694108109060438, 51.318595154453952 ], [ -0.698138237850176, 51.340179681511614 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.717025778114201, 51.469294235741273 ], [ 0.716833152619712, 51.467922689294205 ], [ 0.716261128964422, 51.466592777222552 ], [ 0.715327087797639, 51.465344913587117 ], [ 0.714059409487568, 51.464217022298484 ], [ 0.712496611798185, 51.46324338382842 ], [ 0.710686179546468, 51.462453592401104 ], [ 0.708683121800261, 51.461871655495408 ], [ 0.706548300455588, 51.46151526317577 ], [ 0.704346580978734, 51.461395249598553 ], [ 0.702144861501881, 51.46151526317577 ], [ 0.700010040157208, 51.461871655495408 ], [ 0.698006982411001, 51.462453592401104 ], [ 0.696196550159284, 51.46324338382842 ], [ 0.6946337524699, 51.464217022298484 ], [ 0.69336607415983, 51.465344913587117 ], [ 0.692432032993047, 51.466592777222552 ], [ 0.691860009337757, 51.467922689294205 ], [ 0.691667383843268, 51.469294235741273 ], [ 0.691860009337757, 51.470665740959369 ], [ 0.692432032993047, 51.471995534316939 ], [ 0.69336607415983, 51.473243216071843 ], [ 0.6946337524699, 51.47437088425098 ], [ 0.696196550159284, 51.47534428529287 ], [ 0.698006982411001, 51.476133853610683 ], [ 0.700010040157208, 51.47671560863585 ], [ 0.702144861501881, 51.477071882241411 ], [ 0.704346580978734, 51.477191854589655 ], [ 0.706548300455588, 51.477071882241411 ], [ 0.708683121800261, 51.47671560863585 ], [ 0.710686179546468, 51.476133853610683 ], [ 0.712496611798185, 51.47534428529287 ], [ 0.714059409487568, 51.47437088425098 ], [ 0.715327087797639, 51.473243216071843 ], [ 0.716261128964422, 51.471995534316939 ], [ 0.716833152619712, 51.470665740959369 ], [ 0.717025778114201, 51.469294235741273 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.717025778114201, 51.469294235741273 ], [ 0.716833152619712, 51.467922689294205 ], [ 0.716261128964422, 51.466592777222552 ], [ 0.715327087797639, 51.465344913587117 ], [ 0.714059409487568, 51.464217022298484 ], [ 0.712496611798185, 51.46324338382842 ], [ 0.710686179546468, 51.462453592401104 ], [ 0.708683121800261, 51.461871655495408 ], [ 0.706548300455588, 51.46151526317577 ], [ 0.704346580978734, 51.461395249598553 ], [ 0.702144861501881, 51.46151526317577 ], [ 0.700010040157208, 51.461871655495408 ], [ 0.698006982411001, 51.462453592401104 ], [ 0.696196550159284, 51.46324338382842 ], [ 0.6946337524699, 51.464217022298484 ], [ 0.69336607415983, 51.465344913587117 ], [ 0.692432032993047, 51.466592777222552 ], [ 0.691860009337757, 51.467922689294205 ], [ 0.691667383843268, 51.469294235741273 ], [ 0.691860009337757, 51.470665740959369 ], [ 0.692432032993047, 51.471995534316939 ], [ 0.69336607415983, 51.473243216071843 ], [ 0.6946337524699, 51.47437088425098 ], [ 0.696196550159284, 51.47534428529287 ], [ 0.698006982411001, 51.476133853610683 ], [ 0.700010040157208, 51.47671560863585 ], [ 0.702144861501881, 51.477071882241411 ], [ 0.704346580978734, 51.477191854589655 ], [ 0.706548300455588, 51.477071882241411 ], [ 0.708683121800261, 51.47671560863585 ], [ 0.710686179546468, 51.476133853610683 ], [ 0.712496611798185, 51.47534428529287 ], [ 0.714059409487568, 51.47437088425098 ], [ 0.715327087797639, 51.473243216071843 ], [ 0.716261128964422, 51.471995534316939 ], [ 0.716833152619712, 51.470665740959369 ], [ 0.717025778114201, 51.469294235741273 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -5.841734038924638, 54.221052879310022 ], [ -5.824462058397187, 54.245617926960904 ], [ -5.835400979397905, 54.258399426226227 ], [ -5.783585037815557, 54.256381558092706 ], [ -5.767464522656605, 54.226101685366309 ], [ -5.789918097342288, 54.214320177477241 ], [ -5.841734038924638, 54.221052879310022 ] ] ] } } -] -} + "type": "FeatureCollection", + "crs": { + "type": "name", + "properties": { + "name": "urn:ogc:def:crs:OGC:1.3:CRS84" + } + }, + "features": [ + { + "type": "Feature", + "properties": { + "id": 207 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.114938963250203, + 52.902032981845942 + ], + [ + 0.121873701020609, + 52.908008323241368 + ], + [ + 0.130789792439702, + 52.91458024699412 + ], + [ + 0.142677914331827, + 52.919956533914444 + ], + [ + 0.153575359399607, + 52.924137628989676 + ], + [ + 0.166949496528247, + 52.93070710557248 + ], + [ + 0.180818972069059, + 52.934887162537329 + ], + [ + 0.194688447609871, + 52.937574128846059 + ], + [ + 0.209548599975026, + 52.940559451311216 + ], + [ + 0.225894767576697, + 52.942052035313111 + ], + [ + 0.242240935178368, + 52.943246065444605 + ], + [ + 0.26155913325307, + 52.942649054497714 + ], + [ + 0.278895977679085, + 52.942649054497714 + ], + [ + 0.294746806868584, + 52.939962403294167 + ], + [ + 0.309606959233739, + 52.937275585272204 + ], + [ + 0.324962450011067, + 52.93369290173991 + ], + [ + 0.340317940788394, + 52.92891552900798 + ], + [ + 0.35270140109269, + 52.924734895328797 + ], + [ + 0.365580199809158, + 52.918761861166026 + ], + [ + 0.375486968052595, + 52.913385425928425 + ], + [ + 0.386384413120376, + 52.907112074566783 + ], + [ + 0.393814489302954, + 52.90233176848777 + ], + [ + 0.399263211836844, + 52.896953293709828 + ], + [ + 0.405702611195078, + 52.891275290558994 + ], + [ + 0.410655995316796, + 52.885297641549393 + ], + [ + 0.337172148991497, + 52.811203124309294 + ], + [ + 0.201623185380276, + 52.810507467979228 + ], + [ + 0.114938963250203, + 52.902032981845942 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 307 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.085392419843758, + 53.491156421814729 + ], + [ + 0.097775880148054, + 53.51148584945669 + ], + [ + 0.11015934045235, + 53.524444452572872 + ], + [ + 0.127496184878365, + 53.535338392170964 + ], + [ + 0.144833029304379, + 53.544463589588084 + ], + [ + 0.170095288325144, + 53.552704012855813 + ], + [ + 0.195357547345908, + 53.558294814892903 + ], + [ + 0.218638452717985, + 53.559471731715242 + ], + [ + 0.233003266670968, + 53.55976595580502 + ], + [ + 0.252816803157842, + 53.558294814892903 + ], + [ + 0.271639662820373, + 53.553881085203216 + ], + [ + 0.291453199307246, + 53.549172599352083 + ], + [ + 0.308294705321089, + 53.542403233063538 + ], + [ + 0.324145534510588, + 53.534749602213353 + ], + [ + 0.336033656402713, + 53.525622310873956 + ], + [ + 0.343959070997462, + 53.515904000337926 + ], + [ + 0.351884485592212, + 53.506478054907923 + ], + [ + 0.35931456177479, + 53.496681687423987 + ], + [ + 0.361791253835649, + 53.489019792775821 + ], + [ + 0.363277269072164, + 53.478113940516018 + ], + [ + 0.36476328430868, + 53.469564150360902 + ], + [ + 0.360800577011305, + 53.457768509700337 + ], + [ + 0.353370500828728, + 53.444494496117841 + ], + [ + 0.342968394173119, + 53.431216333672381 + ], + [ + 0.332070949105338, + 53.422361920163418 + ], + [ + 0.31919215038887, + 53.414981833352037 + ], + [ + 0.309285382145433, + 53.408486297389992 + ], + [ + 0.295415906604621, + 53.404056954110125 + ], + [ + 0.280555754239466, + 53.399036474207492 + ], + [ + 0.267676955522998, + 53.395492249376581 + ], + [ + 0.251330787921327, + 53.394015401910998 + ], + [ + 0.234984620319656, + 53.393203113960588 + ], + [ + 0.085392419843758, + 53.491156421814729 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 208 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.65156422495618, + 52.484237359042815 + ], + [ + 0.684069826055943, + 52.555060369117726 + ], + [ + 0.754568669128498, + 52.557315198468139 + ], + [ + 0.805119132729453, + 52.548743322052772 + ], + [ + 0.836820791108451, + 52.51318632614327 + ], + [ + 0.84960622277313, + 52.447983245675367 + ], + [ + 0.813272757360719, + 52.44177415999463 + ], + [ + 0.754153724988403, + 52.468043154257742 + ], + [ + 0.65156422495618, + 52.484237359042815 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.786296273066923, + 51.505865866159525 + ], + [ + 0.798184394959048, + 51.530524448568698 + ], + [ + 0.81502590097289, + 51.547777513451628 + ], + [ + 0.832858083811077, + 51.561328904885492 + ], + [ + 0.839792821581483, + 51.58164842269202 + ], + [ + 0.844746205703201, + 51.595189722316839 + ], + [ + 0.846727559351889, + 51.593343419122526 + ], + [ + 0.861587711717044, + 51.591497040878558 + ], + [ + 0.874466510433512, + 51.598266727533421 + ], + [ + 0.872485156784825, + 51.606881233134182 + ], + [ + 0.882391925028262, + 51.61795462474285 + ], + [ + 0.900224107866448, + 51.61795462474285 + ], + [ + 0.91409358340726, + 51.615494104501408 + ], + [ + 1.192473771047839, + 51.70030498428082 + ], + [ + 1.318289727739488, + 51.70030498428082 + ], + [ + 1.201389862466932, + 51.621030087458664 + ], + [ + 0.881401248203918, + 51.49969913446666 + ], + [ + 0.786296273066923, + 51.505865866159525 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.515045989883484, + 51.209541334081067 + ], + [ + -1.562598477451981, + 51.093181069798874 + ], + [ + -1.713181354752223, + 51.067041277054322 + ], + [ + -1.826118512727404, + 51.047738146238224 + ], + [ + -1.95886920718946, + 51.025311507444485 + ], + [ + -2.118368175908794, + 50.993521843921528 + ], + [ + -2.195145629795431, + 51.022195967838208 + ], + [ + -2.197126983444119, + 51.225054607060578 + ], + [ + -2.157995248882542, + 51.257305304859031 + ], + [ + -2.080722456583734, + 51.278999811626392 + ], + [ + -2.0232632007718, + 51.289533448352387 + ], + [ + -1.927167548810461, + 51.304400352275245 + ], + [ + -1.835034604146497, + 51.308116326002235 + ], + [ + -1.706246616981817, + 51.31430894692037 + ], + [ + -1.604206904074416, + 51.25978519542268 + ], + [ + -1.626992471034321, + 51.227536182590185 + ], + [ + -1.515045989883484, + 51.209541334081067 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.798184394959046, + 50.904348022174318 + ], + [ + 0.838802144757138, + 50.931203987340716 + ], + [ + 0.901214784690791, + 50.945562443954842 + ], + [ + 0.928953735772414, + 50.925584253889326 + ], + [ + 0.93588847354282, + 50.889976840771375 + ], + [ + 0.902205461515134, + 50.877164005966762 + ], + [ + 0.837811467932794, + 50.875913784643785 + ], + [ + 0.798184394959046, + 50.904348022174318 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 1.094892103849983, + 51.035358114809547 + ], + [ + 1.033965479152846, + 51.019781050163395 + ], + [ + 1.026040064558097, + 51.032554629502606 + ], + [ + 1.039909540098908, + 51.056534522398202 + ], + [ + 1.076564582599625, + 51.072099234423213 + ], + [ + 1.094892103849983, + 51.035358114809547 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.917560952292462, + 51.832733961129087 + ], + [ + 0.980964269050459, + 51.833346154946987 + ], + [ + 0.981954945874803, + 51.809770684966722 + ], + [ + 0.917560952292462, + 51.810383190897916 + ], + [ + 0.917560952292462, + 51.832733961129087 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.896792490636856, + 55.24935667782924 + ], + [ + -2.653085991848307, + 55.248227278340153 + ], + [ + -2.289012258901998, + 55.080013212855945 + ], + [ + -2.27613346018553, + 55.064698715668264 + ], + [ + -2.269198722415124, + 55.030645509615077 + ], + [ + -2.456436642216083, + 54.994858472556764 + ], + [ + -2.708068555599381, + 54.998836387286431 + ], + [ + -2.996355511483397, + 55.15027120682187 + ], + [ + -2.896792490636856, + 55.24935667782924 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.223627588495314, + 55.404484382736889 + ], + [ + -2.050259144235167, + 55.287878206650603 + ], + [ + -2.038371022343043, + 55.23707273523042 + ], + [ + -2.208767436130159, + 55.17998031195944 + ], + [ + -2.427707014310116, + 55.270385879218786 + ], + [ + -2.327648655051402, + 55.3679058895015 + ], + [ + -2.223627588495314, + 55.404484382736889 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.419781599715365, + 54.56119492968346 + ], + [ + -2.396005355931116, + 54.593350167261221 + ], + [ + -2.338546100119182, + 54.634081947196243 + ], + [ + -2.238487740860469, + 54.649560799854413 + ], + [ + -2.228580972617031, + 54.629494488642784 + ], + [ + -2.25235721640128, + 54.573830370341774 + ], + [ + -2.337555423294838, + 54.53246345238329 + ], + [ + -2.36232234390343, + 54.53246345238329 + ], + [ + -2.419781599715365, + 54.56119492968346 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.866983931731583, + 54.471485783195703 + ], + [ + -1.859058517136834, + 54.472637147533753 + ], + [ + -1.820422120987429, + 54.465152700114359 + ], + [ + -1.77485098706762, + 54.448451691134927 + ], + [ + -1.79367384673015, + 54.418487988373478 + ], + [ + -1.826366181933492, + 54.413876242711943 + ], + [ + -1.861039870785521, + 54.417911548537269 + ], + [ + -1.888778821867145, + 54.456515097932623 + ], + [ + -1.866983931731583, + 54.471485783195703 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.296354080909616, + 55.834951483787812 + ], + [ + 0.087621442698528, + 55.833838781785659 + ], + [ + 0.287738161215954, + 55.33157531703403 + ], + [ + -0.664302266978338, + 55.035187610180962 + ], + [ + -0.99716967995782, + 55.034052133308052 + ], + [ + -1.296354080909616, + 55.834951483787812 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.051656905296723, + 54.91977250531162 + ], + [ + 0.246129734593519, + 55.285903652371559 + ], + [ + 0.445255776286602, + 55.239614551993711 + ], + [ + 0.995081413797354, + 55.416857133260557 + ], + [ + 1.34776236326371, + 55.063280410155372 + ], + [ + 1.304172582992587, + 55.029225997598573 + ], + [ + 2.719849764979728, + 54.661309326392328 + ], + [ + 2.915013099375437, + 54.527864538180083 + ], + [ + 3.022006196404556, + 54.289741155253417 + ], + [ + 2.954640172349186, + 53.92558365086272 + ], + [ + 2.71489638085801, + 53.466320675896604 + ], + [ + 0.510640446693286, + 53.641701158622183 + ], + [ + 0.101490918239339, + 53.814015857556342 + ], + [ + -0.485980438596473, + 54.320665634777718 + ], + [ + -1.128929697595532, + 54.871347401820152 + ], + [ + -1.051656905296723, + 54.91977250531162 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.766925572472873, + 57.245077685656462 + ], + [ + -0.690059864411275, + 57.492412511001447 + ], + [ + 0.441293068989226, + 57.738083153694603 + ], + [ + 0.813787554942456, + 57.330203597892982 + ], + [ + 1.207086254206903, + 56.882579580984647 + ], + [ + 1.898578677598803, + 56.063213470513276 + ], + [ + -0.480036377650412, + 56.084224515912062 + ], + [ + -1.414244623006517, + 56.295079991362357 + ], + [ + -1.600491865983132, + 56.790451575988286 + ], + [ + -1.766925572472873, + 57.245077685656462 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.691421051349592, + 50.003065679165708 + ], + [ + -1.716753289456517, + 50.000105186112201 + ], + [ + -1.700632774297565, + 50.108045092841557 + ], + [ + -1.032782860569523, + 50.62073539512518 + ], + [ + -0.659708081176618, + 50.619274276136849 + ], + [ + -0.247483479254826, + 50.243733259982612 + ], + [ + -0.51232051400905, + 50.007506076914261 + ], + [ + -1.691421051349592, + 50.003065679165708 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.248730289701957, + 50.034139849849822 + ], + [ + -2.964941748906868, + 50.032290759362823 + ], + [ + -3.070876562808558, + 50.129087233808292 + ], + [ + -3.290806448191415, + 50.413535611994917 + ], + [ + -3.289654982822918, + 50.501871445712872 + ], + [ + -3.250505160294033, + 50.613794675634807 + ], + [ + -3.120389573653913, + 50.675129742629458 + ], + [ + -3.119238108285416, + 50.685344470795492 + ], + [ + -3.108874919968947, + 50.691909907715946 + ], + [ + -3.091602939441497, + 50.702850260901265 + ], + [ + -3.072028028177054, + 50.711600706048749 + ], + [ + -3.054756047649605, + 50.710871564664565 + ], + [ + -3.032878205648169, + 50.707954885714464 + ], + [ + -3.014454759752223, + 50.705767257416198 + ], + [ + -2.997182779224773, + 50.71014241193911 + ], + [ + -2.977607867960331, + 50.716704378187032 + ], + [ + -2.945366837642425, + 50.724723311671454 + ], + [ + -2.917731668798506, + 50.730554401439022 + ], + [ + -2.879733311638117, + 50.733469674168028 + ], + [ + -2.855552538899687, + 50.731283236630681 + ], + [ + -2.822160043213285, + 50.722536465897399 + ], + [ + -2.788767547526883, + 50.716704378187032 + ], + [ + -2.749617724997998, + 50.705038025300148 + ], + [ + -2.746163328892507, + 50.565912362692373 + ], + [ + -2.700104714152642, + 50.568837869629313 + ], + [ + -2.687438595099179, + 50.616351901977147 + ], + [ + -2.579200850460496, + 50.636074392596768 + ], + [ + -2.490538017086256, + 50.595159281400733 + ], + [ + -2.518173185930174, + 50.567375138866076 + ], + [ + -2.502052670771221, + 50.566643756455562 + ], + [ + -2.500901205402724, + 50.497843112310832 + ], + [ + -2.345453380655679, + 50.500772843403979 + ], + [ + -2.333938726970712, + 50.582000403103088 + ], + [ + -2.270608131703398, + 50.582000403103088 + ], + [ + -2.268305200966404, + 50.593697345246504 + ], + [ + -2.246427358964968, + 50.614890646804845 + ], + [ + -2.238367101385492, + 50.633883423357346 + ], + [ + -2.19115702127713, + 50.641186294829204 + ], + [ + -2.19115702127713, + 50.675494592635175 + ], + [ + -2.132432287483802, + 50.673305450060283 + ], + [ + -2.124372029904325, + 50.661628298626134 + ], + [ + -2.134735218220794, + 50.612698622184304 + ], + [ + -2.078889147848708, + 50.59771778176119 + ], + [ + -2.055284107794527, + 50.59589057299528 + ], + [ + -2.02707320626636, + 50.594793551896636 + ], + [ + -1.994256443264206, + 50.595890135972461 + ], + [ + -1.966045541736038, + 50.601737307398146 + ], + [ + -1.968924205157281, + 50.616717080996672 + ], + [ + -1.941289036313361, + 50.636073757092269 + ], + [ + -1.942440501681856, + 50.500772843403972 + ], + [ + -2.016134285265639, + 50.49930800057318 + ], + [ + -2.034557731161585, + 50.452409039660559 + ], + [ + -2.145098406537262, + 50.417204280096392 + ], + [ + -2.253336151175944, + 50.421606306801095 + ], + [ + -2.248730289701957, + 50.034139849849822 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -3.27583739840096, + 49.779407261834571 + ], + [ + -5.000732520408915, + 49.459004564700756 + ], + [ + -4.998429589671922, + 49.853704043589161 + ], + [ + -5.197633098421839, + 49.855188815771733 + ], + [ + -4.996126658934928, + 50.083299522725767 + ], + [ + -4.906312360192191, + 50.157866756619477 + ], + [ + -4.784257031131549, + 50.213163331529117 + ], + [ + -4.74625867397116, + 50.239682950101617 + ], + [ + -4.74280427786567, + 50.28017056287117 + ], + [ + -4.722077901232731, + 50.29562039226586 + ], + [ + -4.525177323219807, + 50.305182058835832 + ], + [ + -4.457240866478505, + 50.314741803438118 + ], + [ + -4.383547082894721, + 50.228634901119811 + ], + [ + -4.165920128248857, + 50.333855527220891 + ], + [ + -4.157859870669381, + 50.340470025327463 + ], + [ + -4.153254009195394, + 50.347083602467514 + ], + [ + -4.140587890141931, + 50.352226859106757 + ], + [ + -4.130224701825462, + 50.356634921402872 + ], + [ + -4.109498325192522, + 50.360307994008629 + ], + [ + -4.092226344665073, + 50.358838799072117 + ], + [ + -4.074954364137623, + 50.352226859106757 + ], + [ + -4.056530918241678, + 50.345613998246257 + ], + [ + -4.048470660662201, + 50.332385513679206 + ], + [ + -4.042713333819718, + 50.322829317008853 + ], + [ + -4.04501626455671, + 50.314006506701517 + ], + [ + -4.048470660662201, + 50.302975690989825 + ], + [ + -4.054227987504684, + 50.29562039226586 + ], + [ + -3.479646768624865, + 50.018235344711847 + ], + [ + -3.27583739840096, + 49.779407261834571 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -4.054227987504683, + 50.569203545224795 + ], + [ + -4.096832206139059, + 50.630961957044697 + ], + [ + -4.031198680134751, + 50.707590288086578 + ], + [ + -3.979382738552402, + 50.719985016831096 + ], + [ + -3.93562705454953, + 50.660168450488072 + ], + [ + -3.97362541170992, + 50.576882077135551 + ], + [ + -4.054227987504683, + 50.569203545224795 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -5.508528747915931, + 50.323196898569094 + ], + [ + -5.646128859451279, + 50.397573599673393 + ], + [ + -5.563223352919522, + 50.535366541141997 + ], + [ + -5.715216781561076, + 50.505350184434484 + ], + [ + -6.009991915896214, + 50.478245864115024 + ], + [ + -7.08891496617756, + 50.296907651642009 + ], + [ + -7.599014124421568, + 50.438660296330909 + ], + [ + -7.820095475172922, + 50.633335662253486 + ], + [ + -7.867305555281282, + 50.780635414931936 + ], + [ + -7.871911416755269, + 50.959758306680072 + ], + [ + -7.187940987868271, + 51.337527131061663 + ], + [ + -5.100334274783874, + 51.174303193168733 + ], + [ + -4.559721284274706, + 50.912954907086274 + ], + [ + -4.555691155484967, + 50.787369745861469 + ], + [ + -4.652989979122932, + 50.741485718834845 + ], + [ + -4.652414246438686, + 50.726545591011032 + ], + [ + -5.070971907887211, + 50.638995552531874 + ], + [ + -5.508528747915931, + 50.323196898569094 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -3.125646290015602, + 51.20677792445737 + ], + [ + -3.127254536597933, + 51.195259733378634 + ], + [ + -3.132030410586333, + 51.184088766506868 + ], + [ + -3.139828799466375, + 51.1736048219501 + ], + [ + -3.150412753138112, + 51.164127022161644 + ], + [ + -3.16346068352497, + 51.155944048450422 + ], + [ + -3.178576135864712, + 51.149305284724512 + ], + [ + -3.195299834786787, + 51.144413149794133 + ], + [ + -3.213123639162045, + 51.141416862110724 + ], + [ + -3.231505981713824, + 51.140407836643284 + ], + [ + -3.249888324265603, + 51.141416862110724 + ], + [ + -3.267712128640861, + 51.144413149794133 + ], + [ + -3.284435827562935, + 51.149305284724512 + ], + [ + -3.299551279902678, + 51.155944048450422 + ], + [ + -3.312599210289535, + 51.164127022161644 + ], + [ + -3.323183163961273, + 51.1736048219501 + ], + [ + -3.330981552841314, + 51.184088766506868 + ], + [ + -3.335757426829715, + 51.195259733378634 + ], + [ + -3.337365673412045, + 51.20677792445737 + ], + [ + -3.335757426829715, + 51.218293235649853 + ], + [ + -3.330981552841314, + 51.229455910220061 + ], + [ + -3.323183163961272, + 51.239927150234806 + ], + [ + -3.312599210289535, + 51.249389365597175 + ], + [ + -3.299551279902678, + 51.257555754710687 + ], + [ + -3.284435827562935, + 51.264178934014545 + ], + [ + -3.267712128640861, + 51.269058364409126 + ], + [ + -3.249888324265603, + 51.272046359796398 + ], + [ + -3.231505981713824, + 51.273052505379759 + ], + [ + -3.213123639162044, + 51.272046359796398 + ], + [ + -3.195299834786787, + 51.269058364409126 + ], + [ + -3.178576135864712, + 51.264178934014545 + ], + [ + -3.16346068352497, + 51.257555754710687 + ], + [ + -3.150412753138112, + 51.249389365597175 + ], + [ + -3.139828799466375, + 51.239927150234806 + ], + [ + -3.132030410586333, + 51.229455910220061 + ], + [ + -3.127254536597933, + 51.218293235649853 + ], + [ + -3.125646290015602, + 51.20677792445737 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -3.125646290015602, + 51.20677792445737 + ], + [ + -3.127254536597933, + 51.195259733378634 + ], + [ + -3.132030410586333, + 51.184088766506868 + ], + [ + -3.139828799466375, + 51.1736048219501 + ], + [ + -3.150412753138112, + 51.164127022161644 + ], + [ + -3.16346068352497, + 51.155944048450422 + ], + [ + -3.178576135864712, + 51.149305284724512 + ], + [ + -3.195299834786787, + 51.144413149794133 + ], + [ + -3.213123639162045, + 51.141416862110724 + ], + [ + -3.231505981713824, + 51.140407836643284 + ], + [ + -3.249888324265603, + 51.141416862110724 + ], + [ + -3.267712128640861, + 51.144413149794133 + ], + [ + -3.284435827562935, + 51.149305284724512 + ], + [ + -3.299551279902678, + 51.155944048450422 + ], + [ + -3.312599210289535, + 51.164127022161644 + ], + [ + -3.323183163961273, + 51.1736048219501 + ], + [ + -3.330981552841314, + 51.184088766506868 + ], + [ + -3.335757426829715, + 51.195259733378634 + ], + [ + -3.337365673412045, + 51.20677792445737 + ], + [ + -3.335757426829715, + 51.218293235649853 + ], + [ + -3.330981552841314, + 51.229455910220061 + ], + [ + -3.323183163961272, + 51.239927150234806 + ], + [ + -3.312599210289535, + 51.249389365597175 + ], + [ + -3.299551279902678, + 51.257555754710687 + ], + [ + -3.284435827562935, + 51.264178934014545 + ], + [ + -3.267712128640861, + 51.269058364409126 + ], + [ + -3.249888324265603, + 51.272046359796398 + ], + [ + -3.231505981713824, + 51.273052505379759 + ], + [ + -3.213123639162044, + 51.272046359796398 + ], + [ + -3.195299834786787, + 51.269058364409126 + ], + [ + -3.178576135864712, + 51.264178934014545 + ], + [ + -3.16346068352497, + 51.257555754710687 + ], + [ + -3.150412753138112, + 51.249389365597175 + ], + [ + -3.139828799466375, + 51.239927150234806 + ], + [ + -3.132030410586333, + 51.229455910220061 + ], + [ + -3.127254536597933, + 51.218293235649853 + ], + [ + -3.125646290015602, + 51.20677792445737 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.105895760054129, + 51.530625823487 + ], + [ + -2.106325149552453, + 51.527572507393963 + ], + [ + -2.1076002712648, + 51.524611769230241 + ], + [ + -2.109682381263181, + 51.521833596123457 + ], + [ + -2.112508215688897, + 51.519322442210232 + ], + [ + -2.115991912992862, + 51.517154657624864 + ], + [ + -2.120027622795331, + 51.515396162608944 + ], + [ + -2.124492722096124, + 51.514100438140531 + ], + [ + -2.129251541112436, + 51.513306894910606 + ], + [ + -2.134159485536534, + 51.513039670932365 + ], + [ + -2.139067429960632, + 51.513306894910606 + ], + [ + -2.143826248976943, + 51.514100438140531 + ], + [ + -2.148291348277736, + 51.515396162608944 + ], + [ + -2.152327058080205, + 51.517154657624864 + ], + [ + -2.15581075538417, + 51.519322442210232 + ], + [ + -2.158636589809886, + 51.521833596123457 + ], + [ + -2.160718699808268, + 51.524611769230241 + ], + [ + -2.161993821520615, + 51.527572507393963 + ], + [ + -2.162423211018938, + 51.530625823487 + ], + [ + -2.161993821520615, + 51.53367893481154 + ], + [ + -2.160718699808268, + 51.536639083367888 + ], + [ + -2.158636589809886, + 51.539416353143793 + ], + [ + -2.15581075538417, + 51.541926398957649 + ], + [ + -2.152327058080205, + 51.54409300432831 + ], + [ + -2.148291348277736, + 51.545850391244883 + ], + [ + -2.143826248976943, + 51.547145212382432 + ], + [ + -2.139067429960632, + 51.547938166005025 + ], + [ + -2.134159485536534, + 51.54820518521479 + ], + [ + -2.129251541112436, + 51.547938166005025 + ], + [ + -2.124492722096124, + 51.547145212382432 + ], + [ + -2.120027622795331, + 51.545850391244883 + ], + [ + -2.115991912992862, + 51.54409300432831 + ], + [ + -2.112508215688897, + 51.541926398957649 + ], + [ + -2.109682381263181, + 51.539416353143793 + ], + [ + -2.107600271264799, + 51.536639083367888 + ], + [ + -2.106325149552453, + 51.53367893481154 + ], + [ + -2.105895760054129, + 51.530625823487 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.105895760054129, + 51.530625823487 + ], + [ + -2.106325149552453, + 51.527572507393963 + ], + [ + -2.1076002712648, + 51.524611769230241 + ], + [ + -2.109682381263181, + 51.521833596123457 + ], + [ + -2.112508215688897, + 51.519322442210232 + ], + [ + -2.115991912992862, + 51.517154657624864 + ], + [ + -2.120027622795331, + 51.515396162608944 + ], + [ + -2.124492722096124, + 51.514100438140531 + ], + [ + -2.129251541112436, + 51.513306894910606 + ], + [ + -2.134159485536534, + 51.513039670932365 + ], + [ + -2.139067429960632, + 51.513306894910606 + ], + [ + -2.143826248976943, + 51.514100438140531 + ], + [ + -2.148291348277736, + 51.515396162608944 + ], + [ + -2.152327058080205, + 51.517154657624864 + ], + [ + -2.15581075538417, + 51.519322442210232 + ], + [ + -2.158636589809886, + 51.521833596123457 + ], + [ + -2.160718699808268, + 51.524611769230241 + ], + [ + -2.161993821520615, + 51.527572507393963 + ], + [ + -2.162423211018938, + 51.530625823487 + ], + [ + -2.161993821520615, + 51.53367893481154 + ], + [ + -2.160718699808268, + 51.536639083367888 + ], + [ + -2.158636589809886, + 51.539416353143793 + ], + [ + -2.15581075538417, + 51.541926398957649 + ], + [ + -2.152327058080205, + 51.54409300432831 + ], + [ + -2.148291348277736, + 51.545850391244883 + ], + [ + -2.143826248976943, + 51.547145212382432 + ], + [ + -2.139067429960632, + 51.547938166005025 + ], + [ + -2.134159485536534, + 51.54820518521479 + ], + [ + -2.129251541112436, + 51.547938166005025 + ], + [ + -2.124492722096124, + 51.547145212382432 + ], + [ + -2.120027622795331, + 51.545850391244883 + ], + [ + -2.115991912992862, + 51.54409300432831 + ], + [ + -2.112508215688897, + 51.541926398957649 + ], + [ + -2.109682381263181, + 51.539416353143793 + ], + [ + -2.107600271264799, + 51.536639083367888 + ], + [ + -2.106325149552453, + 51.53367893481154 + ], + [ + -2.105895760054129, + 51.530625823487 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.166462038509479, + 51.878850297139202 + ], + [ + -1.167291313537231, + 51.872998491988113 + ], + [ + -1.169753941518401, + 51.867323763746022 + ], + [ + -1.173775096747932, + 51.861998635061113 + ], + [ + -1.179232598458978, + 51.857185058831249 + ], + [ + -1.185960623223676, + 51.853029479068603 + ], + [ + -1.193754743414098, + 51.849658358844536 + ], + [ + -1.202378138632271, + 51.847174313901682 + ], + [ + -1.21156879137814, + 51.845652972291646 + ], + [ + -1.221047448318717, + 51.845140658164098 + ], + [ + -1.230526105259293, + 51.845652972291646 + ], + [ + -1.239716758005163, + 51.847174313901682 + ], + [ + -1.248340153223336, + 51.849658358844536 + ], + [ + -1.256134273413757, + 51.853029479068603 + ], + [ + -1.262862298178455, + 51.857185058831249 + ], + [ + -1.268319799889501, + 51.861998635061113 + ], + [ + -1.272340955119032, + 51.867323763746022 + ], + [ + -1.274803583100203, + 51.872998491988113 + ], + [ + -1.275632858127954, + 51.878850297139202 + ], + [ + -1.274803583100203, + 51.884701340739475 + ], + [ + -1.272340955119032, + 51.890373876183368 + ], + [ + -1.268319799889501, + 51.895695645306638 + ], + [ + -1.262862298178455, + 51.900505100424162 + ], + [ + -1.256134273413757, + 51.904656294590808 + ], + [ + -1.248340153223336, + 51.908023293702804 + ], + [ + -1.239716758005163, + 51.910503979084432 + ], + [ + -1.230526105259293, + 51.912023127896653 + ], + [ + -1.221047448318717, + 51.91253468047352 + ], + [ + -1.21156879137814, + 51.912023127896653 + ], + [ + -1.202378138632271, + 51.910503979084432 + ], + [ + -1.193754743414098, + 51.908023293702804 + ], + [ + -1.185960623223676, + 51.904656294590808 + ], + [ + -1.179232598458978, + 51.900505100424162 + ], + [ + -1.173775096747932, + 51.895695645306638 + ], + [ + -1.169753941518401, + 51.890373876183368 + ], + [ + -1.167291313537231, + 51.884701340739475 + ], + [ + -1.166462038509479, + 51.878850297139202 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.166462038509479, + 51.878850297139202 + ], + [ + -1.167291313537231, + 51.872998491988113 + ], + [ + -1.169753941518401, + 51.867323763746022 + ], + [ + -1.173775096747932, + 51.861998635061113 + ], + [ + -1.179232598458978, + 51.857185058831249 + ], + [ + -1.185960623223676, + 51.853029479068603 + ], + [ + -1.193754743414098, + 51.849658358844536 + ], + [ + -1.202378138632271, + 51.847174313901682 + ], + [ + -1.21156879137814, + 51.845652972291646 + ], + [ + -1.221047448318717, + 51.845140658164098 + ], + [ + -1.230526105259293, + 51.845652972291646 + ], + [ + -1.239716758005163, + 51.847174313901682 + ], + [ + -1.248340153223336, + 51.849658358844536 + ], + [ + -1.256134273413757, + 51.853029479068603 + ], + [ + -1.262862298178455, + 51.857185058831249 + ], + [ + -1.268319799889501, + 51.861998635061113 + ], + [ + -1.272340955119032, + 51.867323763746022 + ], + [ + -1.274803583100203, + 51.872998491988113 + ], + [ + -1.275632858127954, + 51.878850297139202 + ], + [ + -1.274803583100203, + 51.884701340739475 + ], + [ + -1.272340955119032, + 51.890373876183368 + ], + [ + -1.268319799889501, + 51.895695645306638 + ], + [ + -1.262862298178455, + 51.900505100424162 + ], + [ + -1.256134273413757, + 51.904656294590808 + ], + [ + -1.248340153223336, + 51.908023293702804 + ], + [ + -1.239716758005163, + 51.910503979084432 + ], + [ + -1.230526105259293, + 51.912023127896653 + ], + [ + -1.221047448318717, + 51.91253468047352 + ], + [ + -1.21156879137814, + 51.912023127896653 + ], + [ + -1.202378138632271, + 51.910503979084432 + ], + [ + -1.193754743414098, + 51.908023293702804 + ], + [ + -1.185960623223676, + 51.904656294590808 + ], + [ + -1.179232598458978, + 51.900505100424162 + ], + [ + -1.173775096747932, + 51.895695645306638 + ], + [ + -1.169753941518401, + 51.890373876183368 + ], + [ + -1.167291313537231, + 51.884701340739475 + ], + [ + -1.166462038509479, + 51.878850297139202 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.392718259851178, + 52.107332077793103 + ], + [ + -0.393148939144261, + 52.104308538728731 + ], + [ + -0.394427891051124, + 52.101376672615359 + ], + [ + -0.396516255265257, + 52.098625589347336 + ], + [ + -0.399350577896778, + 52.096138919995582 + ], + [ + -0.402844739486763, + 52.093992270799205 + ], + [ + -0.406892571703434, + 52.09225091987129 + ], + [ + -0.411371083213187, + 52.090967827331582 + ], + [ + -0.416144196710035, + 52.090182020102112 + ], + [ + -0.421066883555689, + 52.089917401171583 + ], + [ + -0.425989570401343, + 52.090182020102112 + ], + [ + -0.430762683898192, + 52.090967827331582 + ], + [ + -0.435241195407945, + 52.09225091987129 + ], + [ + -0.439289027624615, + 52.093992270799205 + ], + [ + -0.442783189214601, + 52.096138919995582 + ], + [ + -0.445617511846121, + 52.098625589347336 + ], + [ + -0.447705876060255, + 52.101376672615359 + ], + [ + -0.448984827967117, + 52.104308538728731 + ], + [ + -0.4494155072602, + 52.107332077793103 + ], + [ + -0.448984827967117, + 52.110355411860731 + ], + [ + -0.447705876060255, + 52.113286687709468 + ], + [ + -0.445617511846121, + 52.116036866639639 + ], + [ + -0.442783189214601, + 52.118522426656781 + ], + [ + -0.439289027624615, + 52.120667895323948 + ], + [ + -0.435241195407945, + 52.122408136917279 + ], + [ + -0.430762683898192, + 52.123690325119156 + ], + [ + -0.425989570401343, + 52.124475542084028 + ], + [ + -0.421066883555689, + 52.12473995601782 + ], + [ + -0.416144196710035, + 52.124475542084028 + ], + [ + -0.411371083213187, + 52.123690325119156 + ], + [ + -0.406892571703434, + 52.122408136917279 + ], + [ + -0.402844739486763, + 52.120667895323948 + ], + [ + -0.399350577896778, + 52.118522426656781 + ], + [ + -0.396516255265257, + 52.116036866639639 + ], + [ + -0.394427891051124, + 52.113286687709468 + ], + [ + -0.393148939144261, + 52.110355411860731 + ], + [ + -0.392718259851178, + 52.107332077793103 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.392718259851178, + 52.107332077793103 + ], + [ + -0.393148939144261, + 52.104308538728731 + ], + [ + -0.394427891051124, + 52.101376672615359 + ], + [ + -0.396516255265257, + 52.098625589347336 + ], + [ + -0.399350577896778, + 52.096138919995582 + ], + [ + -0.402844739486763, + 52.093992270799205 + ], + [ + -0.406892571703434, + 52.09225091987129 + ], + [ + -0.411371083213187, + 52.090967827331582 + ], + [ + -0.416144196710035, + 52.090182020102112 + ], + [ + -0.421066883555689, + 52.089917401171583 + ], + [ + -0.425989570401343, + 52.090182020102112 + ], + [ + -0.430762683898192, + 52.090967827331582 + ], + [ + -0.435241195407945, + 52.09225091987129 + ], + [ + -0.439289027624615, + 52.093992270799205 + ], + [ + -0.442783189214601, + 52.096138919995582 + ], + [ + -0.445617511846121, + 52.098625589347336 + ], + [ + -0.447705876060255, + 52.101376672615359 + ], + [ + -0.448984827967117, + 52.104308538728731 + ], + [ + -0.4494155072602, + 52.107332077793103 + ], + [ + -0.448984827967117, + 52.110355411860731 + ], + [ + -0.447705876060255, + 52.113286687709468 + ], + [ + -0.445617511846121, + 52.116036866639639 + ], + [ + -0.442783189214601, + 52.118522426656781 + ], + [ + -0.439289027624615, + 52.120667895323948 + ], + [ + -0.435241195407945, + 52.122408136917279 + ], + [ + -0.430762683898192, + 52.123690325119156 + ], + [ + -0.425989570401343, + 52.124475542084028 + ], + [ + -0.421066883555689, + 52.12473995601782 + ], + [ + -0.416144196710035, + 52.124475542084028 + ], + [ + -0.411371083213187, + 52.123690325119156 + ], + [ + -0.406892571703434, + 52.122408136917279 + ], + [ + -0.402844739486763, + 52.120667895323948 + ], + [ + -0.399350577896778, + 52.118522426656781 + ], + [ + -0.396516255265257, + 52.116036866639639 + ], + [ + -0.394427891051124, + 52.113286687709468 + ], + [ + -0.393148939144261, + 52.110355411860731 + ], + [ + -0.392718259851178, + 52.107332077793103 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.439127694346544, + 52.14992123696458 + ], + [ + -1.439252007928982, + 52.149049361221323 + ], + [ + -1.439621171471, + 52.148203960678366 + ], + [ + -1.44022396812518, + 52.147410724621203 + ], + [ + -1.441042082220214, + 52.146693758523945 + ], + [ + -1.44205065577331, + 52.146074851206897 + ], + [ + -1.44321904378742, + 52.145572812291533 + ], + [ + -1.444511745383968, + 52.145202900144568 + ], + [ + -1.445889482479083, + 52.144976357757507 + ], + [ + -1.447310393228296, + 52.144900070724091 + ], + [ + -1.44873130397751, + 52.144976357757507 + ], + [ + -1.450109041072624, + 52.145202900144568 + ], + [ + -1.451401742669172, + 52.145572812291533 + ], + [ + -1.452570130683283, + 52.146074851206897 + ], + [ + -1.453578704236379, + 52.146693758523945 + ], + [ + -1.454396818331412, + 52.147410724621203 + ], + [ + -1.454999614985592, + 52.148203960678366 + ], + [ + -1.455368778527611, + 52.149049361221323 + ], + [ + -1.455493092110049, + 52.14992123696458 + ], + [ + -1.455368778527611, + 52.150793095634739 + ], + [ + -1.454999614985592, + 52.151638447017689 + ], + [ + -1.454396818331412, + 52.152431607757364 + ], + [ + -1.453578704236379, + 52.153148481464051 + ], + [ + -1.452570130683283, + 52.153767290461097 + ], + [ + -1.451401742669172, + 52.154269236985883 + ], + [ + -1.450109041072624, + 52.154639073815353 + ], + [ + -1.44873130397751, + 52.154865567042421 + ], + [ + -1.447310393228296, + 52.154941837002752 + ], + [ + -1.445889482479083, + 52.154865567042421 + ], + [ + -1.444511745383968, + 52.154639073815353 + ], + [ + -1.44321904378742, + 52.154269236985883 + ], + [ + -1.44205065577331, + 52.153767290461097 + ], + [ + -1.441042082220214, + 52.153148481464051 + ], + [ + -1.44022396812518, + 52.152431607757364 + ], + [ + -1.439621171471, + 52.151638447017689 + ], + [ + -1.439252007928982, + 52.150793095634739 + ], + [ + -1.439127694346544, + 52.14992123696458 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.439127694346544, + 52.14992123696458 + ], + [ + -1.439252007928982, + 52.149049361221323 + ], + [ + -1.439621171471, + 52.148203960678366 + ], + [ + -1.44022396812518, + 52.147410724621203 + ], + [ + -1.441042082220214, + 52.146693758523945 + ], + [ + -1.44205065577331, + 52.146074851206897 + ], + [ + -1.44321904378742, + 52.145572812291533 + ], + [ + -1.444511745383968, + 52.145202900144568 + ], + [ + -1.445889482479083, + 52.144976357757507 + ], + [ + -1.447310393228296, + 52.144900070724091 + ], + [ + -1.44873130397751, + 52.144976357757507 + ], + [ + -1.450109041072624, + 52.145202900144568 + ], + [ + -1.451401742669172, + 52.145572812291533 + ], + [ + -1.452570130683283, + 52.146074851206897 + ], + [ + -1.453578704236379, + 52.146693758523945 + ], + [ + -1.454396818331412, + 52.147410724621203 + ], + [ + -1.454999614985592, + 52.148203960678366 + ], + [ + -1.455368778527611, + 52.149049361221323 + ], + [ + -1.455493092110049, + 52.14992123696458 + ], + [ + -1.455368778527611, + 52.150793095634739 + ], + [ + -1.454999614985592, + 52.151638447017689 + ], + [ + -1.454396818331412, + 52.152431607757364 + ], + [ + -1.453578704236379, + 52.153148481464051 + ], + [ + -1.452570130683283, + 52.153767290461097 + ], + [ + -1.451401742669172, + 52.154269236985883 + ], + [ + -1.450109041072624, + 52.154639073815353 + ], + [ + -1.44873130397751, + 52.154865567042421 + ], + [ + -1.447310393228296, + 52.154941837002752 + ], + [ + -1.445889482479083, + 52.154865567042421 + ], + [ + -1.444511745383968, + 52.154639073815353 + ], + [ + -1.44321904378742, + 52.154269236985883 + ], + [ + -1.44205065577331, + 52.153767290461097 + ], + [ + -1.441042082220214, + 52.153148481464051 + ], + [ + -1.44022396812518, + 52.152431607757364 + ], + [ + -1.439621171471, + 52.151638447017689 + ], + [ + -1.439252007928982, + 52.150793095634739 + ], + [ + -1.439127694346544, + 52.14992123696458 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.590277842158772, + 52.631796061162341 + ], + [ + -0.590396749472582, + 52.630971157972787 + ], + [ + -0.590749858475451, + 52.630171304199486 + ], + [ + -0.591326440129009, + 52.629420805014682 + ], + [ + -0.592108975291477, + 52.628742467051353 + ], + [ + -0.593073687027926, + 52.628156905061971 + ], + [ + -0.59419126306041, + 52.627681915091678 + ], + [ + -0.595427746406704, + 52.627331933267158 + ], + [ + -0.596745567146022, + 52.627117596704217 + ], + [ + -0.598104683962048, + 52.627045419931122 + ], + [ + -0.599463800778074, + 52.627117596704217 + ], + [ + -0.600781621517392, + 52.627331933267158 + ], + [ + -0.602018104863686, + 52.627681915091678 + ], + [ + -0.60313568089617, + 52.628156905061971 + ], + [ + -0.604100392632619, + 52.628742467051353 + ], + [ + -0.604882927795087, + 52.629420805014682 + ], + [ + -0.605459509448645, + 52.630171304199486 + ], + [ + -0.605812618451514, + 52.630971157972787 + ], + [ + -0.605931525765324, + 52.631796061162341 + ], + [ + -0.605812618451514, + 52.632620948800692 + ], + [ + -0.605459509448645, + 52.633420757796038 + ], + [ + -0.604882927795087, + 52.634171188377046 + ], + [ + -0.604100392632619, + 52.634849442185356 + ], + [ + -0.60313568089617, + 52.635434914618834 + ], + [ + -0.602018104863686, + 52.635909820434108 + ], + [ + -0.600781621517392, + 52.636259733654832 + ], + [ + -0.599463800778074, + 52.636474025439824 + ], + [ + -0.598104683962048, + 52.63654618666169 + ], + [ + -0.596745567146022, + 52.636474025439824 + ], + [ + -0.595427746406704, + 52.636259733654832 + ], + [ + -0.59419126306041, + 52.635909820434108 + ], + [ + -0.593073687027926, + 52.635434914618834 + ], + [ + -0.592108975291477, + 52.634849442185356 + ], + [ + -0.591326440129009, + 52.634171188377046 + ], + [ + -0.590749858475451, + 52.633420757796038 + ], + [ + -0.590396749472582, + 52.632620948800692 + ], + [ + -0.590277842158772, + 52.631796061162341 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.590277842158772, + 52.631796061162341 + ], + [ + -0.590396749472582, + 52.630971157972787 + ], + [ + -0.590749858475451, + 52.630171304199486 + ], + [ + -0.591326440129009, + 52.629420805014682 + ], + [ + -0.592108975291477, + 52.628742467051353 + ], + [ + -0.593073687027926, + 52.628156905061971 + ], + [ + -0.59419126306041, + 52.627681915091678 + ], + [ + -0.595427746406704, + 52.627331933267158 + ], + [ + -0.596745567146022, + 52.627117596704217 + ], + [ + -0.598104683962048, + 52.627045419931122 + ], + [ + -0.599463800778074, + 52.627117596704217 + ], + [ + -0.600781621517392, + 52.627331933267158 + ], + [ + -0.602018104863686, + 52.627681915091678 + ], + [ + -0.60313568089617, + 52.628156905061971 + ], + [ + -0.604100392632619, + 52.628742467051353 + ], + [ + -0.604882927795087, + 52.629420805014682 + ], + [ + -0.605459509448645, + 52.630171304199486 + ], + [ + -0.605812618451514, + 52.630971157972787 + ], + [ + -0.605931525765324, + 52.631796061162341 + ], + [ + -0.605812618451514, + 52.632620948800692 + ], + [ + -0.605459509448645, + 52.633420757796038 + ], + [ + -0.604882927795087, + 52.634171188377046 + ], + [ + -0.604100392632619, + 52.634849442185356 + ], + [ + -0.60313568089617, + 52.635434914618834 + ], + [ + -0.602018104863686, + 52.635909820434108 + ], + [ + -0.600781621517392, + 52.636259733654832 + ], + [ + -0.599463800778074, + 52.636474025439824 + ], + [ + -0.598104683962048, + 52.63654618666169 + ], + [ + -0.596745567146022, + 52.636474025439824 + ], + [ + -0.595427746406704, + 52.636259733654832 + ], + [ + -0.59419126306041, + 52.635909820434108 + ], + [ + -0.593073687027926, + 52.635434914618834 + ], + [ + -0.592108975291477, + 52.634849442185356 + ], + [ + -0.591326440129009, + 52.634171188377046 + ], + [ + -0.590749858475451, + 52.633420757796038 + ], + [ + -0.590396749472582, + 52.632620948800692 + ], + [ + -0.590277842158772, + 52.631796061162341 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.744170122569979, + 52.082218988812578 + ], + [ + -2.745005097781429, + 52.076353645188789 + ], + [ + -2.747484653116496, + 52.070665781100615 + ], + [ + -2.75153344854104, + 52.065328319508822 + ], + [ + -2.757028463454875, + 52.060503589859906 + ], + [ + -2.763802734610457, + 52.056338377289848 + ], + [ + -2.771650429206669, + 52.05295943993486 + ], + [ + -2.780333099014331, + 52.050469633291179 + ], + [ + -2.78958692550498, + 52.048944762298305 + ], + [ + -2.799130735843359, + 52.048431259533423 + ], + [ + -2.808674546181738, + 52.048944762298305 + ], + [ + -2.817928372672387, + 52.050469633291179 + ], + [ + -2.826611042480049, + 52.05295943993486 + ], + [ + -2.834458737076262, + 52.056338377289848 + ], + [ + -2.841233008231843, + 52.060503589859906 + ], + [ + -2.846728023145678, + 52.065328319508822 + ], + [ + -2.850776818570223, + 52.070665781100615 + ], + [ + -2.853256373905289, + 52.076353645188789 + ], + [ + -2.854091349116739, + 52.082218988812578 + ], + [ + -2.853256373905289, + 52.088083561741556 + ], + [ + -2.850776818570223, + 52.093769206702568 + ], + [ + -2.846728023145678, + 52.099103268394352 + ], + [ + -2.841233008231843, + 52.103923827448618 + ], + [ + -2.834458737076262, + 52.108084601764702 + ], + [ + -2.826611042480049, + 52.111459368525317 + ], + [ + -2.817928372672387, + 52.113945775269407 + ], + [ + -2.808674546181738, + 52.11546842713549 + ], + [ + -2.799130735843359, + 52.11598115920571 + ], + [ + -2.78958692550498, + 52.11546842713549 + ], + [ + -2.780333099014331, + 52.113945775269407 + ], + [ + -2.771650429206669, + 52.111459368525317 + ], + [ + -2.763802734610457, + 52.108084601764702 + ], + [ + -2.757028463454875, + 52.103923827448618 + ], + [ + -2.75153344854104, + 52.099103268394352 + ], + [ + -2.747484653116496, + 52.093769206702568 + ], + [ + -2.745005097781429, + 52.088083561741556 + ], + [ + -2.744170122569979, + 52.082218988812578 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.744170122569979, + 52.082218988812578 + ], + [ + -2.745005097781429, + 52.076353645188789 + ], + [ + -2.747484653116496, + 52.070665781100615 + ], + [ + -2.75153344854104, + 52.065328319508822 + ], + [ + -2.757028463454875, + 52.060503589859906 + ], + [ + -2.763802734610457, + 52.056338377289848 + ], + [ + -2.771650429206669, + 52.05295943993486 + ], + [ + -2.780333099014331, + 52.050469633291179 + ], + [ + -2.78958692550498, + 52.048944762298305 + ], + [ + -2.799130735843359, + 52.048431259533423 + ], + [ + -2.808674546181738, + 52.048944762298305 + ], + [ + -2.817928372672387, + 52.050469633291179 + ], + [ + -2.826611042480049, + 52.05295943993486 + ], + [ + -2.834458737076262, + 52.056338377289848 + ], + [ + -2.841233008231843, + 52.060503589859906 + ], + [ + -2.846728023145678, + 52.065328319508822 + ], + [ + -2.850776818570223, + 52.070665781100615 + ], + [ + -2.853256373905289, + 52.076353645188789 + ], + [ + -2.854091349116739, + 52.082218988812578 + ], + [ + -2.853256373905289, + 52.088083561741556 + ], + [ + -2.850776818570223, + 52.093769206702568 + ], + [ + -2.846728023145678, + 52.099103268394352 + ], + [ + -2.841233008231843, + 52.103923827448618 + ], + [ + -2.834458737076262, + 52.108084601764702 + ], + [ + -2.826611042480049, + 52.111459368525317 + ], + [ + -2.817928372672387, + 52.113945775269407 + ], + [ + -2.808674546181738, + 52.11546842713549 + ], + [ + -2.799130735843359, + 52.11598115920571 + ], + [ + -2.78958692550498, + 52.11546842713549 + ], + [ + -2.780333099014331, + 52.113945775269407 + ], + [ + -2.771650429206669, + 52.111459368525317 + ], + [ + -2.763802734610457, + 52.108084601764702 + ], + [ + -2.757028463454875, + 52.103923827448618 + ], + [ + -2.75153344854104, + 52.099103268394352 + ], + [ + -2.747484653116496, + 52.093769206702568 + ], + [ + -2.745005097781429, + 52.088083561741556 + ], + [ + -2.744170122569979, + 52.082218988812578 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.823264045642916, + 51.965665290275993 + ], + [ + -2.824113194005996, + 51.959684815705202 + ], + [ + -2.826634838151915, + 51.953885292893219 + ], + [ + -2.830752359199313, + 51.948443041026771 + ], + [ + -2.836340648354729, + 51.943523578964474 + ], + [ + -2.843229908279988, + 51.93927657687923 + ], + [ + -2.851210812298395, + 51.935831285107575 + ], + [ + -2.860040864679883, + 51.933292581932605 + ], + [ + -2.86945176875106, + 51.931737763404648 + ], + [ + -2.879157578953874, + 51.931214175575761 + ], + [ + -2.888863389156688, + 51.931737763404648 + ], + [ + -2.898274293227866, + 51.933292581932605 + ], + [ + -2.907104345609353, + 51.935831285107575 + ], + [ + -2.91508524962776, + 51.93927657687923 + ], + [ + -2.921974509553019, + 51.943523578964474 + ], + [ + -2.927562798708435, + 51.948443041026771 + ], + [ + -2.931680319755833, + 51.953885292893219 + ], + [ + -2.934201963901751, + 51.959684815705202 + ], + [ + -2.935051112264832, + 51.965665290275993 + ], + [ + -2.934201963901751, + 51.971644966954031 + ], + [ + -2.931680319755833, + 51.977442192325405 + ], + [ + -2.927562798708435, + 51.982880924308716 + ], + [ + -2.921974509553019, + 51.987796068595273 + ], + [ + -2.91508524962776, + 51.992038475799703 + ], + [ + -2.907104345609353, + 51.995479449795923 + ], + [ + -2.898274293227866, + 51.998014633088196 + ], + [ + -2.888863389156688, + 51.999567154175949 + ], + [ + -2.879157578953874, + 52.000089944112247 + ], + [ + -2.86945176875106, + 51.999567154175949 + ], + [ + -2.860040864679882, + 51.998014633088196 + ], + [ + -2.851210812298395, + 51.995479449795923 + ], + [ + -2.843229908279988, + 51.992038475799703 + ], + [ + -2.836340648354729, + 51.987796068595273 + ], + [ + -2.830752359199313, + 51.982880924308716 + ], + [ + -2.826634838151915, + 51.977442192325405 + ], + [ + -2.824113194005996, + 51.971644966954031 + ], + [ + -2.823264045642916, + 51.965665290275993 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.823264045642916, + 51.965665290275993 + ], + [ + -2.824113194005996, + 51.959684815705202 + ], + [ + -2.826634838151915, + 51.953885292893219 + ], + [ + -2.830752359199313, + 51.948443041026771 + ], + [ + -2.836340648354729, + 51.943523578964474 + ], + [ + -2.843229908279988, + 51.93927657687923 + ], + [ + -2.851210812298395, + 51.935831285107575 + ], + [ + -2.860040864679883, + 51.933292581932605 + ], + [ + -2.86945176875106, + 51.931737763404648 + ], + [ + -2.879157578953874, + 51.931214175575761 + ], + [ + -2.888863389156688, + 51.931737763404648 + ], + [ + -2.898274293227866, + 51.933292581932605 + ], + [ + -2.907104345609353, + 51.935831285107575 + ], + [ + -2.91508524962776, + 51.93927657687923 + ], + [ + -2.921974509553019, + 51.943523578964474 + ], + [ + -2.927562798708435, + 51.948443041026771 + ], + [ + -2.931680319755833, + 51.953885292893219 + ], + [ + -2.934201963901751, + 51.959684815705202 + ], + [ + -2.935051112264832, + 51.965665290275993 + ], + [ + -2.934201963901751, + 51.971644966954031 + ], + [ + -2.931680319755833, + 51.977442192325405 + ], + [ + -2.927562798708435, + 51.982880924308716 + ], + [ + -2.921974509553019, + 51.987796068595273 + ], + [ + -2.91508524962776, + 51.992038475799703 + ], + [ + -2.907104345609353, + 51.995479449795923 + ], + [ + -2.898274293227866, + 51.998014633088196 + ], + [ + -2.888863389156688, + 51.999567154175949 + ], + [ + -2.879157578953874, + 52.000089944112247 + ], + [ + -2.86945176875106, + 51.999567154175949 + ], + [ + -2.860040864679882, + 51.998014633088196 + ], + [ + -2.851210812298395, + 51.995479449795923 + ], + [ + -2.843229908279988, + 51.992038475799703 + ], + [ + -2.836340648354729, + 51.987796068595273 + ], + [ + -2.830752359199313, + 51.982880924308716 + ], + [ + -2.826634838151915, + 51.977442192325405 + ], + [ + -2.824113194005996, + 51.971644966954031 + ], + [ + -2.823264045642916, + 51.965665290275993 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.203234897627757, + 52.897948575771878 + ], + [ + -2.203436261165224, + 52.896560146855244 + ], + [ + -2.204034233448435, + 52.895213862172561 + ], + [ + -2.205010645392152, + 52.893950633680674 + ], + [ + -2.206335829213554, + 52.892808852790985 + ], + [ + -2.207969519872803, + 52.891823222798102 + ], + [ + -2.209862078505906, + 52.8910237031279 + ], + [ + -2.211956000676476, + 52.890434597641452 + ], + [ + -2.214187663618935, + 52.890073814864486 + ], + [ + -2.216489259384055, + 52.88995232277798 + ], + [ + -2.218790855149174, + 52.890073814864486 + ], + [ + -2.221022518091634, + 52.890434597641452 + ], + [ + -2.223116440262204, + 52.8910237031279 + ], + [ + -2.225008998895306, + 52.891823222798102 + ], + [ + -2.226642689554556, + 52.892808852790985 + ], + [ + -2.227967873375958, + 52.893950633680674 + ], + [ + -2.228944285319675, + 52.895213862172561 + ], + [ + -2.229542257602886, + 52.896560146855244 + ], + [ + -2.229743621140353, + 52.897948575771878 + ], + [ + -2.229542257602886, + 52.899336960206156 + ], + [ + -2.228944285319675, + 52.900683116807009 + ], + [ + -2.227967873375958, + 52.901946149066163 + ], + [ + -2.226642689554556, + 52.903087689240763 + ], + [ + -2.225008998895306, + 52.90407306306998 + ], + [ + -2.223116440262204, + 52.904872342025079 + ], + [ + -2.221022518091634, + 52.905461251278794 + ], + [ + -2.218790855149174, + 52.90582190597393 + ], + [ + -2.216489259384055, + 52.905943353578081 + ], + [ + -2.214187663618935, + 52.90582190597393 + ], + [ + -2.211956000676476, + 52.905461251278794 + ], + [ + -2.209862078505906, + 52.904872342025079 + ], + [ + -2.207969519872803, + 52.90407306306998 + ], + [ + -2.206335829213554, + 52.903087689240763 + ], + [ + -2.205010645392152, + 52.901946149066163 + ], + [ + -2.204034233448435, + 52.900683116807009 + ], + [ + -2.203436261165224, + 52.899336960206156 + ], + [ + -2.203234897627757, + 52.897948575771878 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.203234897627757, + 52.897948575771878 + ], + [ + -2.203436261165224, + 52.896560146855244 + ], + [ + -2.204034233448435, + 52.895213862172561 + ], + [ + -2.205010645392152, + 52.893950633680674 + ], + [ + -2.206335829213554, + 52.892808852790985 + ], + [ + -2.207969519872803, + 52.891823222798102 + ], + [ + -2.209862078505906, + 52.8910237031279 + ], + [ + -2.211956000676476, + 52.890434597641452 + ], + [ + -2.214187663618935, + 52.890073814864486 + ], + [ + -2.216489259384055, + 52.88995232277798 + ], + [ + -2.218790855149174, + 52.890073814864486 + ], + [ + -2.221022518091634, + 52.890434597641452 + ], + [ + -2.223116440262204, + 52.8910237031279 + ], + [ + -2.225008998895306, + 52.891823222798102 + ], + [ + -2.226642689554556, + 52.892808852790985 + ], + [ + -2.227967873375958, + 52.893950633680674 + ], + [ + -2.228944285319675, + 52.895213862172561 + ], + [ + -2.229542257602886, + 52.896560146855244 + ], + [ + -2.229743621140353, + 52.897948575771878 + ], + [ + -2.229542257602886, + 52.899336960206156 + ], + [ + -2.228944285319675, + 52.900683116807009 + ], + [ + -2.227967873375958, + 52.901946149066163 + ], + [ + -2.226642689554556, + 52.903087689240763 + ], + [ + -2.225008998895306, + 52.90407306306998 + ], + [ + -2.223116440262204, + 52.904872342025079 + ], + [ + -2.221022518091634, + 52.905461251278794 + ], + [ + -2.218790855149174, + 52.90582190597393 + ], + [ + -2.216489259384055, + 52.905943353578081 + ], + [ + -2.214187663618935, + 52.90582190597393 + ], + [ + -2.211956000676476, + 52.905461251278794 + ], + [ + -2.209862078505906, + 52.904872342025079 + ], + [ + -2.207969519872803, + 52.90407306306998 + ], + [ + -2.206335829213554, + 52.903087689240763 + ], + [ + -2.205010645392152, + 52.901946149066163 + ], + [ + -2.204034233448435, + 52.900683116807009 + ], + [ + -2.203436261165224, + 52.899336960206156 + ], + [ + -2.203234897627757, + 52.897948575771878 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.913074191595631, + 53.164374900328525 + ], + [ + -1.913712758640618, + 53.159998857959671 + ], + [ + -1.915609057239047, + 53.15575535338769 + ], + [ + -1.918705469317579, + 53.151773381293864 + ], + [ + -1.922907911962068, + 53.148174020673935 + ], + [ + -1.928088696079298, + 53.145066745205625 + ], + [ + -1.934090406165472, + 53.142546083807432 + ], + [ + -1.940730683296633, + 53.140688734440879 + ], + [ + -1.947807766012293, + 53.139551220539147 + ], + [ + -1.955106620735313, + 53.139168162856294 + ], + [ + -1.962405475458333, + 53.139551220539147 + ], + [ + -1.969482558173993, + 53.140688734440879 + ], + [ + -1.976122835305153, + 53.142546083807432 + ], + [ + -1.982124545391328, + 53.145066745205625 + ], + [ + -1.987305329508558, + 53.148174020673935 + ], + [ + -1.991507772153046, + 53.151773381293864 + ], + [ + -1.994604184231578, + 53.15575535338769 + ], + [ + -1.996500482830007, + 53.159998857959671 + ], + [ + -1.997139049874994, + 53.164374900328525 + ], + [ + -1.996500482830007, + 53.168750496552249 + ], + [ + -1.994604184231578, + 53.172992716500502 + ], + [ + -1.991507772153046, + 53.176972720436623 + ], + [ + -1.987305329508558, + 53.180569666753755 + ], + [ + -1.982124545391328, + 53.183674372974728 + ], + [ + -1.976122835305153, + 53.186192620070194 + ], + [ + -1.969482558173993, + 53.188048001279171 + ], + [ + -1.962405475458333, + 53.189184230557288 + ], + [ + -1.955106620735313, + 53.18956684209504 + ], + [ + -1.947807766012293, + 53.189184230557288 + ], + [ + -1.940730683296633, + 53.188048001279171 + ], + [ + -1.934090406165472, + 53.186192620070194 + ], + [ + -1.928088696079298, + 53.183674372974728 + ], + [ + -1.922907911962068, + 53.180569666753755 + ], + [ + -1.918705469317579, + 53.176972720436623 + ], + [ + -1.915609057239047, + 53.172992716500502 + ], + [ + -1.913712758640618, + 53.168750496552249 + ], + [ + -1.913074191595631, + 53.164374900328525 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.913074191595631, + 53.164374900328525 + ], + [ + -1.913712758640618, + 53.159998857959671 + ], + [ + -1.915609057239047, + 53.15575535338769 + ], + [ + -1.918705469317579, + 53.151773381293864 + ], + [ + -1.922907911962068, + 53.148174020673935 + ], + [ + -1.928088696079298, + 53.145066745205625 + ], + [ + -1.934090406165472, + 53.142546083807432 + ], + [ + -1.940730683296633, + 53.140688734440879 + ], + [ + -1.947807766012293, + 53.139551220539147 + ], + [ + -1.955106620735313, + 53.139168162856294 + ], + [ + -1.962405475458333, + 53.139551220539147 + ], + [ + -1.969482558173993, + 53.140688734440879 + ], + [ + -1.976122835305153, + 53.142546083807432 + ], + [ + -1.982124545391328, + 53.145066745205625 + ], + [ + -1.987305329508558, + 53.148174020673935 + ], + [ + -1.991507772153046, + 53.151773381293864 + ], + [ + -1.994604184231578, + 53.15575535338769 + ], + [ + -1.996500482830007, + 53.159998857959671 + ], + [ + -1.997139049874994, + 53.164374900328525 + ], + [ + -1.996500482830007, + 53.168750496552249 + ], + [ + -1.994604184231578, + 53.172992716500502 + ], + [ + -1.991507772153046, + 53.176972720436623 + ], + [ + -1.987305329508558, + 53.180569666753755 + ], + [ + -1.982124545391328, + 53.183674372974728 + ], + [ + -1.976122835305153, + 53.186192620070194 + ], + [ + -1.969482558173993, + 53.188048001279171 + ], + [ + -1.962405475458333, + 53.189184230557288 + ], + [ + -1.955106620735313, + 53.18956684209504 + ], + [ + -1.947807766012293, + 53.189184230557288 + ], + [ + -1.940730683296633, + 53.188048001279171 + ], + [ + -1.934090406165472, + 53.186192620070194 + ], + [ + -1.928088696079298, + 53.183674372974728 + ], + [ + -1.922907911962068, + 53.180569666753755 + ], + [ + -1.918705469317579, + 53.176972720436623 + ], + [ + -1.915609057239047, + 53.172992716500502 + ], + [ + -1.913712758640618, + 53.168750496552249 + ], + [ + -1.913074191595631, + 53.164374900328525 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.907001929944748, + 53.228182755078663 + ], + [ + -1.907225441246503, + 53.226653381113657 + ], + [ + -1.907889183873967, + 53.225170424242947 + ], + [ + -1.908972990343274, + 53.223778950455795 + ], + [ + -1.910443929743287, + 53.22252124985026 + ], + [ + -1.912257308324667, + 53.221435550358706 + ], + [ + -1.914358027496833, + 53.220554854602938 + ], + [ + -1.916682257970755, + 53.219905935414339 + ], + [ + -1.919159379179599, + 53.219508520746253 + ], + [ + -1.921714125048918, + 53.219374692938636 + ], + [ + -1.924268870918238, + 53.219508520746253 + ], + [ + -1.926745992127081, + 53.219905935414339 + ], + [ + -1.929070222601003, + 53.220554854602938 + ], + [ + -1.93117094177317, + 53.221435550358706 + ], + [ + -1.93298432035455, + 53.22252124985026 + ], + [ + -1.934455259754562, + 53.223778950455795 + ], + [ + -1.935539066223869, + 53.225170424242947 + ], + [ + -1.936202808851333, + 53.226653381113657 + ], + [ + -1.936426320153088, + 53.228182755078663 + ], + [ + -1.936202808851333, + 53.229712074420426 + ], + [ + -1.935539066223869, + 53.231194874009745 + ], + [ + -1.934455259754562, + 53.232586106827817 + ], + [ + -1.93298432035455, + 53.233843511841009 + ], + [ + -1.93117094177317, + 53.234928896769773 + ], + [ + -1.929070222601003, + 53.235809296933219 + ], + [ + -1.926745992127081, + 53.236457975152739 + ], + [ + -1.924268870918238, + 53.236855232539426 + ], + [ + -1.921714125048918, + 53.236989005723792 + ], + [ + -1.919159379179599, + 53.236855232539426 + ], + [ + -1.916682257970755, + 53.236457975152739 + ], + [ + -1.914358027496833, + 53.235809296933219 + ], + [ + -1.912257308324667, + 53.234928896769773 + ], + [ + -1.910443929743287, + 53.233843511841009 + ], + [ + -1.908972990343274, + 53.232586106827817 + ], + [ + -1.907889183873967, + 53.231194874009745 + ], + [ + -1.907225441246503, + 53.229712074420426 + ], + [ + -1.907001929944748, + 53.228182755078663 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.907001929944748, + 53.228182755078663 + ], + [ + -1.907225441246503, + 53.226653381113657 + ], + [ + -1.907889183873967, + 53.225170424242947 + ], + [ + -1.908972990343274, + 53.223778950455795 + ], + [ + -1.910443929743287, + 53.22252124985026 + ], + [ + -1.912257308324667, + 53.221435550358706 + ], + [ + -1.914358027496833, + 53.220554854602938 + ], + [ + -1.916682257970755, + 53.219905935414339 + ], + [ + -1.919159379179599, + 53.219508520746253 + ], + [ + -1.921714125048918, + 53.219374692938636 + ], + [ + -1.924268870918238, + 53.219508520746253 + ], + [ + -1.926745992127081, + 53.219905935414339 + ], + [ + -1.929070222601003, + 53.220554854602938 + ], + [ + -1.93117094177317, + 53.221435550358706 + ], + [ + -1.93298432035455, + 53.22252124985026 + ], + [ + -1.934455259754562, + 53.223778950455795 + ], + [ + -1.935539066223869, + 53.225170424242947 + ], + [ + -1.936202808851333, + 53.226653381113657 + ], + [ + -1.936426320153088, + 53.228182755078663 + ], + [ + -1.936202808851333, + 53.229712074420426 + ], + [ + -1.935539066223869, + 53.231194874009745 + ], + [ + -1.934455259754562, + 53.232586106827817 + ], + [ + -1.93298432035455, + 53.233843511841009 + ], + [ + -1.93117094177317, + 53.234928896769773 + ], + [ + -1.929070222601003, + 53.235809296933219 + ], + [ + -1.926745992127081, + 53.236457975152739 + ], + [ + -1.924268870918238, + 53.236855232539426 + ], + [ + -1.921714125048918, + 53.236989005723792 + ], + [ + -1.919159379179599, + 53.236855232539426 + ], + [ + -1.916682257970755, + 53.236457975152739 + ], + [ + -1.914358027496833, + 53.235809296933219 + ], + [ + -1.912257308324667, + 53.234928896769773 + ], + [ + -1.910443929743287, + 53.233843511841009 + ], + [ + -1.908972990343274, + 53.232586106827817 + ], + [ + -1.907889183873967, + 53.231194874009745 + ], + [ + -1.907225441246503, + 53.229712074420426 + ], + [ + -1.907001929944748, + 53.228182755078663 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.701736567126732, + 53.072808926650154 + ], + [ + -0.702024433468856, + 53.095113696880027 + ], + [ + -0.691373378810262, + 53.099434993643904 + ], + [ + -0.673813531940688, + 53.095286560584256 + ], + [ + -0.674677130967061, + 53.081109729358282 + ], + [ + -0.683313121230785, + 53.074192507220545 + ], + [ + -0.701736567126732, + 53.072808926650154 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -4.394486003895433, + 51.586822398652544 + ], + [ + -4.628377406871314, + 51.607207797498901 + ], + [ + -4.627225941502818, + 51.66330975239957 + ], + [ + -4.544896167655309, + 51.753213710313155 + ], + [ + -4.41765924443643, + 51.756777642290615 + ], + [ + -4.39750860048774, + 51.748580178256567 + ], + [ + -4.395205669750746, + 51.773524355349977 + ], + [ + -4.388872610224015, + 51.774949320676015 + ], + [ + -4.374479293117807, + 51.776374241008554 + ], + [ + -4.356055847221861, + 51.776018015143535 + ], + [ + -4.340511064747156, + 51.774949320676015 + ], + [ + -4.323814816903955, + 51.771743085419537 + ], + [ + -4.309997232481996, + 51.767467750743229 + ], + [ + -4.30136124221827, + 51.763548338204828 + ], + [ + -4.290422321217553, + 51.757846767039283 + ], + [ + -4.279483400216835, + 51.748936620675437 + ], + [ + -4.271998875321606, + 51.740381226295959 + ], + [ + -4.267968746531868, + 51.731111053990567 + ], + [ + -4.265665815794876, + 51.719699000555984 + ], + [ + -4.266241548479123, + 51.712565004211484 + ], + [ + -4.269120211900365, + 51.702218710458247 + ], + [ + -4.272574608005855, + 51.695795682729894 + ], + [ + -4.278331934848339, + 51.689728652724632 + ], + [ + -4.288695123164808, + 51.68151902351952 + ], + [ + -4.300209776849774, + 51.673664941643317 + ], + [ + -4.314603093955982, + 51.668309104808166 + ], + [ + -4.328420678377942, + 51.664381088643403 + ], + [ + -4.349722787695129, + 51.661881264668452 + ], + [ + -4.369297698959572, + 51.660809869315308 + ], + [ + -4.383115283381532, + 51.662595514163471 + ], + [ + -4.394486003895433, + 51.666880774698633 + ], + [ + -4.394486003895433, + 51.586822398652544 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -4.508049275863415, + 51.564638416869713 + ], + [ + -4.501716216336685, + 51.562669960126378 + ], + [ + -4.50977647391616, + 51.550857430095448 + ], + [ + -4.525321256390865, + 51.535102617483339 + ], + [ + -4.543168969602563, + 51.518984098561987 + ], + [ + -4.556986554024523, + 51.508951917914366 + ], + [ + -4.573682801867723, + 51.498917527747544 + ], + [ + -4.593833445816415, + 51.488880927882732 + ], + [ + -4.611105426343864, + 51.480993477701823 + ], + [ + -4.626650208818568, + 51.473821884511217 + ], + [ + -4.645649387398763, + 51.467007826518966 + ], + [ + -4.667527229400199, + 51.46126888304223 + ], + [ + -4.688829338717387, + 51.456605460022381 + ], + [ + -4.712434378771568, + 51.453376657268763 + ], + [ + -4.733736488088755, + 51.450506418649276 + ], + [ + -4.754462864721694, + 51.449430032643981 + ], + [ + -4.779219370144372, + 51.449788830798681 + ], + [ + -4.802824410198554, + 51.449788830798681 + ], + [ + -4.821823588778748, + 51.451223995221504 + ], + [ + -4.844277163464433, + 51.453735424408258 + ], + [ + -4.862700609360378, + 51.456605460022381 + ], + [ + -4.879972589887828, + 51.460192750790007 + ], + [ + -4.897244570415277, + 51.464138444997559 + ], + [ + -4.91336508557423, + 51.468442449618244 + ], + [ + -4.926031204627693, + 51.47095293150376 + ], + [ + -5.034268949266377, + 51.408149435994787 + ], + [ + -5.04348067221435, + 51.408508558457783 + ], + [ + -5.064782781531537, + 51.412458719397414 + ], + [ + -5.085509158164476, + 51.415690415416755 + ], + [ + -5.110265663587154, + 51.420717044036031 + ], + [ + -5.129840574851596, + 51.426461085597467 + ], + [ + -5.147688288063296, + 51.430768642985107 + ], + [ + -5.164960268590745, + 51.435793613359159 + ], + [ + -5.182232249118194, + 51.441176896856703 + ], + [ + -5.197201298908651, + 51.446200722368218 + ], + [ + -5.212170348699106, + 51.451582779278269 + ], + [ + -5.225987933121066, + 51.458040410162383 + ], + [ + -5.238078319490281, + 51.463062380409127 + ], + [ + -5.251320171227992, + 51.46951838734126 + ], + [ + -5.266289221018448, + 51.477407822055525 + ], + [ + -5.278955340071911, + 51.484937373330247 + ], + [ + -5.286439864967139, + 51.489777142714729 + ], + [ + -5.301984647441844, + 51.499096732662842 + ], + [ + -5.314075033811059, + 51.508772751751771 + ], + [ + -5.324438222127528, + 51.51593884870406 + ], + [ + -5.331922747022756, + 51.523103818414221 + ], + [ + -5.341134469970729, + 51.532058445467165 + ], + [ + -5.349770460234455, + 51.539937060499064 + ], + [ + -5.358982183182427, + 51.547098254424164 + ], + [ + -5.364739510024911, + 51.556048162054005 + ], + [ + -5.373375500288635, + 51.564996308940501 + ], + [ + -5.379708559815366, + 51.573584873563235 + ], + [ + -5.384890153973601, + 51.58002523227853 + ], + [ + -5.391223213500332, + 51.58896866100546 + ], + [ + -5.394101876921575, + 51.596479780793466 + ], + [ + -5.399283471079809, + 51.602738098552507 + ], + [ + -5.304287578178838, + 51.659917020502824 + ], + [ + -5.076297435216504, + 51.659559876051951 + ], + [ + -5.055571058583564, + 51.650630349948543 + ], + [ + -5.045207870267094, + 51.650987564771896 + ], + [ + -5.030238820476638, + 51.650273132310154 + ], + [ + -5.007209513106705, + 51.645629046841883 + ], + [ + -4.991088997947753, + 51.642770911622947 + ], + [ + -4.975544215473049, + 51.637768741448014 + ], + [ + -4.962302363735336, + 51.632766019473102 + ], + [ + -4.949060511997626, + 51.626690543780555 + ], + [ + -4.938697323681156, + 51.61989934331752 + ], + [ + -4.929485600733182, + 51.611677056443263 + ], + [ + -4.92027387778521, + 51.604526030932334 + ], + [ + -4.897244570415277, + 51.603453279952724 + ], + [ + -4.891487243572794, + 51.606671456857754 + ], + [ + -4.834489707832211, + 51.635624785313148 + ], + [ + -4.833338242463714, + 51.643128188378391 + ], + [ + -4.829883846358225, + 51.646700801099215 + ], + [ + -4.823550786831493, + 51.654559558181937 + ], + [ + -4.815490529252017, + 51.660631300960212 + ], + [ + -4.806278806304043, + 51.665988045511348 + ], + [ + -4.795339885303325, + 51.667773486294493 + ], + [ + -4.780370835512868, + 51.668130566007264 + ], + [ + -4.768856181827903, + 51.668130566007264 + ], + [ + -4.758492993511433, + 51.665988045511348 + ], + [ + -4.750432735931957, + 51.663488310199405 + ], + [ + -4.749857003247709, + 51.662595514163471 + ], + [ + -4.742372478352481, + 51.660095591672722 + ], + [ + -4.73603941882575, + 51.654023777115732 + ], + [ + -4.730857824667515, + 51.647951149044367 + ], + [ + -4.728554893930522, + 51.640448544091925 + ], + [ + -4.726827695877776, + 51.635446117726971 + ], + [ + -4.508049275863415, + 51.564638416869713 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -4.647376585451507, + 51.974532618990665 + ], + [ + -4.683072011874904, + 52.089471402749098 + ], + [ + -4.692859467507126, + 52.112989413726488 + ], + [ + -4.692859467507126, + 52.124301932233607 + ], + [ + -4.690556536770132, + 52.131370798400127 + ], + [ + -4.814914796567769, + 52.102381320004035 + ], + [ + -5.29680305328361, + 52.135788270300203 + ], + [ + -5.500036690823266, + 52.176761518549817 + ], + [ + -5.497158027402024, + 53.24954576464058 + ], + [ + -5.170141862748981, + 53.38814556235036 + ], + [ + -4.999149255527231, + 53.381964601809401 + ], + [ + -4.999149255527231, + 53.199049869266197 + ], + [ + -4.885729916730313, + 53.120343918676305 + ], + [ + -4.886305649414561, + 52.840257922055478 + ], + [ + -4.197153626369325, + 52.553803265567652 + ], + [ + -4.19542642831658, + 52.265818623524588 + ], + [ + -3.495335484270627, + 52.178879798729412 + ], + [ + -3.495911216954875, + 52.12394845948787 + ], + [ + -3.486123761322654, + 52.128896822802133 + ], + [ + -3.441792344635533, + 52.102734963787178 + ], + [ + -3.422793166055339, + 52.080803746228121 + ], + [ + -3.491881088165138, + 52.031596188030271 + ], + [ + -3.521243455061801, + 52.028762448698885 + ], + [ + -3.655964903175907, + 51.970631210526541 + ], + [ + -3.681297141282833, + 51.996161537769815 + ], + [ + -3.677842745177344, + 52.00714928079293 + ], + [ + -4.058977782149729, + 52.054613663471052 + ], + [ + -4.220758666423506, + 52.074434599259938 + ], + [ + -4.238030646950954, + 52.025928529784899 + ], + [ + -4.647376585451507, + 51.974532618990665 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -3.984132533197449, + 54.322625277347257 + ], + [ + -3.843653758240859, + 54.320610553437895 + ], + [ + -3.844805223609356, + 54.332697416914236 + ], + [ + -3.841350827503866, + 54.344780728748141 + ], + [ + -3.839047896766874, + 54.358873437681851 + ], + [ + -3.834442035292886, + 54.368936699514578 + ], + [ + -3.827533243081907, + 54.383021124337318 + ], + [ + -3.82292738160792, + 54.397100717856169 + ], + [ + -3.818321520133933, + 54.401122571592175 + ], + [ + -3.643874516806693, + 54.479971673834548 + ], + [ + -3.463094453952722, + 54.350317726513495 + ], + [ + -3.451579800267756, + 54.350653278161076 + ], + [ + -3.438913681214293, + 54.349982172126026 + ], + [ + -3.42624756216083, + 54.34696205934177 + ], + [ + -3.41242997773887, + 54.342599282386367 + ], + [ + -3.403218254790897, + 54.336557749788852 + ], + [ + -3.396885195264166, + 54.329843894459621 + ], + [ + -3.392855066474427, + 54.323128942907573 + ], + [ + -3.392855066474427, + 54.315069553908849 + ], + [ + -3.396309462579917, + 54.306672678149653 + ], + [ + -3.401491056738152, + 54.300289906716337 + ], + [ + -3.40897558163338, + 54.295586178691281 + ], + [ + -3.41588437384436, + 54.291217950078426 + ], + [ + -3.426823294845077, + 54.287185327781359 + ], + [ + -3.43948941389854, + 54.284160601946986 + ], + [ + -3.456185661741742, + 54.283488410488417 + ], + [ + -3.654813437807411, + 54.109190033649767 + ], + [ + -3.668055289545122, + 54.114252508394344 + ], + [ + -3.679569943230089, + 54.119651800089969 + ], + [ + -3.695114725704794, + 54.127749418955744 + ], + [ + -3.709508042811001, + 54.136857348865519 + ], + [ + -3.725628557969955, + 54.14528883192181 + ], + [ + -3.739446142391914, + 54.154392905611104 + ], + [ + -3.750385063392632, + 54.162146648584695 + ], + [ + -3.756718122919363, + 54.16652855640568 + ], + [ + -3.761899717077598, + 54.1709100001884 + ], + [ + -3.774565836131061, + 54.180345380056181 + ], + [ + -3.890863838349221, + 54.135676804248334 + ], + [ + -4.144761952102729, + 54.173774539468866 + ], + [ + -4.148792080892467, + 54.179839967843463 + ], + [ + -4.153397942366454, + 54.186578289467988 + ], + [ + -4.15454940773495, + 54.190620755368222 + ], + [ + -4.158579536524688, + 54.198030916227005 + ], + [ + -4.163185397998675, + 54.206449941010881 + ], + [ + -4.166064061419917, + 54.212510576717158 + ], + [ + -4.170669922893903, + 54.221936464938295 + ], + [ + -4.172972853630896, + 54.232369760354814 + ], + [ + -4.174700051683641, + 54.23842659286683 + ], + [ + -3.984132533197449, + 54.322625277347257 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -3.779747430289297, + 54.547817501416141 + ], + [ + -4.227667458634487, + 54.553661004518396 + ], + [ + -4.25415116210991, + 54.593708193934866 + ], + [ + -4.063583643623717, + 54.780573279894263 + ], + [ + -4.009464771304375, + 54.808786020209311 + ], + [ + -3.949588572142551, + 54.805467896186805 + ], + [ + -3.93922538382608, + 54.785221438649039 + ], + [ + -3.756142390235116, + 54.585201458448374 + ], + [ + -3.779747430289297, + 54.547817501416141 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -4.89609310504678, + 54.636715047148108 + ], + [ + -5.20353435843538, + 54.9695534222109 + ], + [ + -5.15286988222153, + 55.038893707156937 + ], + [ + -5.085509158164476, + 55.059012948460662 + ], + [ + -4.901850431889264, + 55.049449323687824 + ], + [ + -4.581743059447199, + 54.719267264845996 + ], + [ + -4.593257713132165, + 54.681673562249621 + ], + [ + -4.89609310504678, + 54.636715047148108 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -5.262834824912957, + 54.99201959010589 + ], + [ + -5.464341264399869, + 54.929545763653287 + ], + [ + -5.714784982047887, + 55.108772847631904 + ], + [ + -5.649151456043579, + 55.208435523858419 + ], + [ + -5.109689930902905, + 55.209092536130626 + ], + [ + -5.115447257745388, + 55.120626996754702 + ], + [ + -5.262834824912957, + 54.99201959010589 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -6.974775961525326, + 55.188884448442991 + ], + [ + -6.904536574047032, + 55.219931673165839 + ], + [ + -6.85675076125442, + 55.215662062477413 + ], + [ + -6.827100528015633, + 55.185761959510153 + ], + [ + -6.865962484202394, + 55.169323773365093 + ], + [ + -6.940807733154674, + 55.16883052302672 + ], + [ + -6.974775961525326, + 55.188884448442991 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -8.000155872171575, + 55.667807227027446 + ], + [ + -9.417609740790933, + 55.668091345098325 + ], + [ + -10.996844493684067, + 55.896985233884706 + ], + [ + -13.0026971656052, + 57.528414208735896 + ], + [ + -13.001545700236706, + 59.000396551675131 + ], + [ + -12.001498027697378, + 59.499780294384642 + ], + [ + -9.999675484565982, + 59.499195872672196 + ], + [ + -7.824557403475839, + 58.789520520753726 + ], + [ + -7.143465638010082, + 58.423187147337678 + ], + [ + -7.248824719227525, + 57.822718411435396 + ], + [ + -7.614414973725204, + 57.6927926883507 + ], + [ + -7.503874298349529, + 57.552052700137061 + ], + [ + -7.302943591546866, + 57.624571827304727 + ], + [ + -7.177433866380733, + 57.527641450286893 + ], + [ + -7.413484266922541, + 57.44176341250742 + ], + [ + -7.354759533129213, + 57.361894039749224 + ], + [ + -7.377788840499146, + 57.182135692497944 + ], + [ + -7.52344920961397, + 57.176206646952913 + ], + [ + -7.595991527829257, + 56.953650861687287 + ], + [ + -7.665655182623303, + 56.96746240962986 + ], + [ + -7.664503717254808, + 56.718386293485693 + ], + [ + -7.718622589574149, + 56.586093058220698 + ], + [ + -7.7358945701016, + 56.06206945751137 + ], + [ + -8.000155872171577, + 55.851928037451003 + ], + [ + -8.000155872171575, + 55.667807227027446 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -5.87915666340078, + 58.320837943516445 + ], + [ + -5.919457951298162, + 58.7419034418321 + ], + [ + -4.998285656500855, + 58.983935711298976 + ], + [ + -4.998285656500855, + 58.999358713099546 + ], + [ + -4.93150066512805, + 58.999951767545198 + ], + [ + -3.964269755590878, + 59.244600028171334 + ], + [ + -2.556027609919495, + 58.815913142258097 + ], + [ + -2.50996899517963, + 58.964647244266878 + ], + [ + -1.855936665873541, + 59.383280854054313 + ], + [ + -1.698185910389503, + 59.382694416235275 + ], + [ + -1.697034445021006, + 59.071340075491733 + ], + [ + -1.974537598828695, + 57.833447852563211 + ], + [ + -2.070109224413915, + 57.832221792376266 + ], + [ + -2.105804650837311, + 57.664472737153147 + ], + [ + -2.970555142578284, + 57.665704499461278 + ], + [ + -3.562408341985552, + 57.807691827177223 + ], + [ + -3.74779426631351, + 57.849995582586381 + ], + [ + -3.77888383126292, + 57.845093343927424 + ], + [ + -3.915908210114019, + 57.748137324404297 + ], + [ + -4.048326727491132, + 57.749980688289916 + ], + [ + -4.134686630128379, + 57.860410624313964 + ], + [ + -4.029903281595185, + 57.914887273086109 + ], + [ + -5.87915666340078, + 58.320837943516445 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -5.961486437248288, + 57.63335687305355 + ], + [ + -5.83079511792392, + 57.631815790648417 + ], + [ + -5.829643652555423, + 57.581540677247432 + ], + [ + -5.838855375503397, + 57.579380065938217 + ], + [ + -5.832522315976665, + 57.559002280025062 + ], + [ + -5.848067098451369, + 57.559311119467147 + ], + [ + -5.852672959925356, + 57.55158934766429 + ], + [ + -5.852672959925356, + 57.537067984511673 + ], + [ + -5.851521494556859, + 57.523159128310759 + ], + [ + -5.861308950189081, + 57.511409739323632 + ], + [ + -5.872247871189799, + 57.498109813411482 + ], + [ + -5.872823603874046, + 57.484805040029421 + ], + [ + -5.864763346294572, + 57.46778023955887 + ], + [ + -5.859581752136336, + 57.455083862791156 + ], + [ + -5.859581752136336, + 57.452606006804444 + ], + [ + -5.838279642819148, + 57.447340005307332 + ], + [ + -5.822159127660195, + 57.444861624576362 + ], + [ + -5.812371672027974, + 57.440524054206627 + ], + [ + -5.823310593028692, + 57.433087022667031 + ], + [ + -5.826189256449934, + 57.4234786195683 + ], + [ + -5.822159127660195, + 57.411231999507116 + ], + [ + -5.812371672027974, + 57.403478857501987 + ], + [ + -5.814674602764967, + 57.395413848978372 + ], + [ + -5.824462058397189, + 57.392931950764002 + ], + [ + -5.819856196923203, + 57.383313007620302 + ], + [ + -5.822159127660195, + 57.36437803935943 + ], + [ + -5.997181863671683, + 57.365930453726563 + ], + [ + -6.004090655882663, + 57.37244987683939 + ], + [ + -6.010999448093643, + 57.382071669816177 + ], + [ + -6.016181042251878, + 57.386726469893951 + ], + [ + -6.018483972988871, + 57.414332796858659 + ], + [ + -6.012726646146389, + 57.43200232927073 + ], + [ + -6.001211992461422, + 57.458955176636458 + ], + [ + -5.985667209986717, + 57.487125989093862 + ], + [ + -5.982788546565475, + 57.497645775015378 + ], + [ + -5.977031219722992, + 57.505378978196113 + ], + [ + -5.968970962143517, + 57.518985436695338 + ], + [ + -5.968395229459268, + 57.535368297820604 + ], + [ + -5.959759239195543, + 57.557921321352502 + ], + [ + -5.95400191235306, + 57.572434374937309 + ], + [ + -5.964365100669529, + 57.578299712174584 + ], + [ + -5.961486437248288, + 57.63335687305355 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -4.073658965598058, + 57.582157971201262 + ], + [ + -4.056962717754856, + 57.593576020518164 + ], + [ + -4.009752637646494, + 57.604682034397186 + ], + [ + -4.02126729133146, + 57.580306057922499 + ], + [ + -4.034509143069172, + 57.578145373304423 + ], + [ + -4.050629658228124, + 57.577836693600389 + ], + [ + -4.066174440702829, + 57.580306057922499 + ], + [ + -4.073658965598058, + 57.582157971201262 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.807622792936011, + 56.460015942019787 + ], + [ + -2.812804387094245, + 56.481322871876714 + ], + [ + -2.666568285295173, + 56.500075790749221 + ], + [ + -2.657932295031448, + 56.460015942019787 + ], + [ + -2.807622792936011, + 56.460015942019787 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -4.793324820908453, + 56.077173631527764 + ], + [ + -4.818369192673255, + 56.095965240634939 + ], + [ + -4.817505593646883, + 56.119080792377019 + ], + [ + -4.774901375012507, + 56.13464386074763 + ], + [ + -4.780370835512867, + 56.084241636954317 + ], + [ + -4.793324820908453, + 56.077173631527764 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.997173352880791, + 54.027218608200357 + ], + [ + -0.997401647752026, + 54.025685803041441 + ], + [ + -0.998079595741594, + 54.024199517444728 + ], + [ + -0.999186597742889, + 54.022804918784161 + ], + [ + -1.000689018060271, + 54.021544392477949 + ], + [ + -1.002541206412659, + 54.020456252772867 + ], + [ + -1.004686884994218, + 54.019573576921694 + ], + [ + -1.007060858447012, + 54.018923198377031 + ], + [ + -1.009590994788968, + 54.018524889806621 + ], + [ + -1.012200417107646, + 54.018390760954375 + ], + [ + -1.014809839426323, + 54.018524889806621 + ], + [ + -1.017339975768278, + 54.018923198377031 + ], + [ + -1.019713949221073, + 54.019573576921694 + ], + [ + -1.021859627802632, + 54.020456252772867 + ], + [ + -1.02371181615502, + 54.021544392477949 + ], + [ + -1.025214236472402, + 54.022804918784161 + ], + [ + -1.026321238473697, + 54.024199517444728 + ], + [ + -1.026999186463265, + 54.025685803041441 + ], + [ + -1.0272274813345, + 54.027218608200357 + ], + [ + -1.026999186463265, + 54.028751356864511 + ], + [ + -1.026321238473697, + 54.03023747979104 + ], + [ + -1.025214236472402, + 54.031631829226441 + ], + [ + -1.02371181615502, + 54.032892049812737 + ], + [ + -1.021859627802632, + 54.033979864177475 + ], + [ + -1.019713949221073, + 54.034862234308726 + ], + [ + -1.017339975768278, + 54.035512363628229 + ], + [ + -1.014809839426323, + 54.035910509528478 + ], + [ + -1.012200417107646, + 54.036044581885953 + ], + [ + -1.009590994788968, + 54.035910509528478 + ], + [ + -1.007060858447012, + 54.035512363628229 + ], + [ + -1.004686884994218, + 54.034862234308726 + ], + [ + -1.002541206412659, + 54.033979864177475 + ], + [ + -1.000689018060271, + 54.032892049812737 + ], + [ + -0.999186597742889, + 54.031631829226441 + ], + [ + -0.998079595741594, + 54.03023747979104 + ], + [ + -0.997401647752026, + 54.028751356864511 + ], + [ + -0.997173352880791, + 54.027218608200357 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.997173352880791, + 54.027218608200357 + ], + [ + -0.997401647752026, + 54.025685803041441 + ], + [ + -0.998079595741594, + 54.024199517444728 + ], + [ + -0.999186597742889, + 54.022804918784161 + ], + [ + -1.000689018060271, + 54.021544392477949 + ], + [ + -1.002541206412659, + 54.020456252772867 + ], + [ + -1.004686884994218, + 54.019573576921694 + ], + [ + -1.007060858447012, + 54.018923198377031 + ], + [ + -1.009590994788968, + 54.018524889806621 + ], + [ + -1.012200417107646, + 54.018390760954375 + ], + [ + -1.014809839426323, + 54.018524889806621 + ], + [ + -1.017339975768278, + 54.018923198377031 + ], + [ + -1.019713949221073, + 54.019573576921694 + ], + [ + -1.021859627802632, + 54.020456252772867 + ], + [ + -1.02371181615502, + 54.021544392477949 + ], + [ + -1.025214236472402, + 54.022804918784161 + ], + [ + -1.026321238473697, + 54.024199517444728 + ], + [ + -1.026999186463265, + 54.025685803041441 + ], + [ + -1.0272274813345, + 54.027218608200357 + ], + [ + -1.026999186463265, + 54.028751356864511 + ], + [ + -1.026321238473697, + 54.03023747979104 + ], + [ + -1.025214236472402, + 54.031631829226441 + ], + [ + -1.02371181615502, + 54.032892049812737 + ], + [ + -1.021859627802632, + 54.033979864177475 + ], + [ + -1.019713949221073, + 54.034862234308726 + ], + [ + -1.017339975768278, + 54.035512363628229 + ], + [ + -1.014809839426323, + 54.035910509528478 + ], + [ + -1.012200417107646, + 54.036044581885953 + ], + [ + -1.009590994788968, + 54.035910509528478 + ], + [ + -1.007060858447012, + 54.035512363628229 + ], + [ + -1.004686884994218, + 54.034862234308726 + ], + [ + -1.002541206412659, + 54.033979864177475 + ], + [ + -1.000689018060271, + 54.032892049812737 + ], + [ + -0.999186597742889, + 54.031631829226441 + ], + [ + -0.998079595741594, + 54.03023747979104 + ], + [ + -0.997401647752026, + 54.028751356864511 + ], + [ + -0.997173352880791, + 54.027218608200357 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.231936315640882, + 50.723766579203705 + ], + [ + -2.232044947067661, + 50.722980525718341 + ], + [ + -2.232367540637069, + 50.722218343478744 + ], + [ + -2.232894294506739, + 50.721503192719503 + ], + [ + -2.233609203526889, + 50.720856805558967 + ], + [ + -2.234490545548706, + 50.720298825363272 + ], + [ + -2.235511541440836, + 50.719846209504304 + ], + [ + -2.236641168759746, + 50.719512713705306 + ], + [ + -2.237845104350971, + 50.719308473691868 + ], + [ + -2.239086767240791, + 50.719239696906477 + ], + [ + -2.240328430130611, + 50.719308473691868 + ], + [ + -2.241532365721835, + 50.719512713705306 + ], + [ + -2.242661993040745, + 50.719846209504304 + ], + [ + -2.243682988932876, + 50.720298825363272 + ], + [ + -2.244564330954693, + 50.720856805558967 + ], + [ + -2.245279239974843, + 50.721503192719503 + ], + [ + -2.245805993844512, + 50.722218343478744 + ], + [ + -2.24612858741392, + 50.722980525718341 + ], + [ + -2.2462372188407, + 50.723766579203705 + ], + [ + -2.24612858741392, + 50.724552619502617 + ], + [ + -2.245805993844512, + 50.725314763773319 + ], + [ + -2.245279239974843, + 50.726029856360825 + ], + [ + -2.244564330954693, + 50.726676172163174 + ], + [ + -2.243682988932876, + 50.727234076421084 + ], + [ + -2.242661993040745, + 50.727686620921872 + ], + [ + -2.241532365721835, + 50.728020058549149 + ], + [ + -2.240328430130611, + 50.728224260593684 + ], + [ + -2.239086767240791, + 50.728293024192617 + ], + [ + -2.237845104350971, + 50.728224260593684 + ], + [ + -2.236641168759746, + 50.728020058549149 + ], + [ + -2.235511541440836, + 50.727686620921872 + ], + [ + -2.234490545548706, + 50.727234076421084 + ], + [ + -2.233609203526889, + 50.726676172163174 + ], + [ + -2.232894294506739, + 50.726029856360825 + ], + [ + -2.232367540637069, + 50.725314763773319 + ], + [ + -2.232044947067661, + 50.724552619502617 + ], + [ + -2.231936315640882, + 50.723766579203705 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.231936315640882, + 50.723766579203705 + ], + [ + -2.232044947067661, + 50.722980525718341 + ], + [ + -2.232367540637069, + 50.722218343478744 + ], + [ + -2.232894294506739, + 50.721503192719503 + ], + [ + -2.233609203526889, + 50.720856805558967 + ], + [ + -2.234490545548706, + 50.720298825363272 + ], + [ + -2.235511541440836, + 50.719846209504304 + ], + [ + -2.236641168759746, + 50.719512713705306 + ], + [ + -2.237845104350971, + 50.719308473691868 + ], + [ + -2.239086767240791, + 50.719239696906477 + ], + [ + -2.240328430130611, + 50.719308473691868 + ], + [ + -2.241532365721835, + 50.719512713705306 + ], + [ + -2.242661993040745, + 50.719846209504304 + ], + [ + -2.243682988932876, + 50.720298825363272 + ], + [ + -2.244564330954693, + 50.720856805558967 + ], + [ + -2.245279239974843, + 50.721503192719503 + ], + [ + -2.245805993844512, + 50.722218343478744 + ], + [ + -2.24612858741392, + 50.722980525718341 + ], + [ + -2.2462372188407, + 50.723766579203705 + ], + [ + -2.24612858741392, + 50.724552619502617 + ], + [ + -2.245805993844512, + 50.725314763773319 + ], + [ + -2.245279239974843, + 50.726029856360825 + ], + [ + -2.244564330954693, + 50.726676172163174 + ], + [ + -2.243682988932876, + 50.727234076421084 + ], + [ + -2.242661993040745, + 50.727686620921872 + ], + [ + -2.241532365721835, + 50.728020058549149 + ], + [ + -2.240328430130611, + 50.728224260593684 + ], + [ + -2.239086767240791, + 50.728293024192617 + ], + [ + -2.237845104350971, + 50.728224260593684 + ], + [ + -2.236641168759746, + 50.728020058549149 + ], + [ + -2.235511541440836, + 50.727686620921872 + ], + [ + -2.234490545548706, + 50.727234076421084 + ], + [ + -2.233609203526889, + 50.726676172163174 + ], + [ + -2.232894294506739, + 50.726029856360825 + ], + [ + -2.232367540637069, + 50.725314763773319 + ], + [ + -2.232044947067661, + 50.724552619502617 + ], + [ + -2.231936315640882, + 50.723766579203705 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.882948429493886, + 51.073259955640296 + ], + [ + -0.86797937970343, + 51.100383097447484 + ], + [ + -0.825375161069054, + 51.095682892348492 + ], + [ + -0.828253824490296, + 51.080494348637686 + ], + [ + -0.882948429493886, + 51.073259955640296 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.712531554956384, + 51.256663189165543 + ], + [ + -0.717137416430371, + 51.266390594182532 + ], + [ + -0.718288881798868, + 51.276836254895365 + ], + [ + -0.689502247586452, + 51.293040337784333 + ], + [ + -0.665321474848022, + 51.295920465114435 + ], + [ + -0.658988415321291, + 51.265670116256665 + ], + [ + -0.712531554956384, + 51.256663189165543 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.698138237850176, + 51.340179681511614 + ], + [ + -0.67626039584874, + 51.345574225803446 + ], + [ + -0.664170009479526, + 51.343416484280446 + ], + [ + -0.648049494320573, + 51.322553078369388 + ], + [ + -0.664745742163774, + 51.306719333507431 + ], + [ + -0.680290524638479, + 51.304199824791823 + ], + [ + -0.694108109060438, + 51.318595154453952 + ], + [ + -0.698138237850176, + 51.340179681511614 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.717025778114201, + 51.469294235741273 + ], + [ + 0.716833152619712, + 51.467922689294205 + ], + [ + 0.716261128964422, + 51.466592777222552 + ], + [ + 0.715327087797639, + 51.465344913587117 + ], + [ + 0.714059409487568, + 51.464217022298484 + ], + [ + 0.712496611798185, + 51.46324338382842 + ], + [ + 0.710686179546468, + 51.462453592401104 + ], + [ + 0.708683121800261, + 51.461871655495408 + ], + [ + 0.706548300455588, + 51.46151526317577 + ], + [ + 0.704346580978734, + 51.461395249598553 + ], + [ + 0.702144861501881, + 51.46151526317577 + ], + [ + 0.700010040157208, + 51.461871655495408 + ], + [ + 0.698006982411001, + 51.462453592401104 + ], + [ + 0.696196550159284, + 51.46324338382842 + ], + [ + 0.6946337524699, + 51.464217022298484 + ], + [ + 0.69336607415983, + 51.465344913587117 + ], + [ + 0.692432032993047, + 51.466592777222552 + ], + [ + 0.691860009337757, + 51.467922689294205 + ], + [ + 0.691667383843268, + 51.469294235741273 + ], + [ + 0.691860009337757, + 51.470665740959369 + ], + [ + 0.692432032993047, + 51.471995534316939 + ], + [ + 0.69336607415983, + 51.473243216071843 + ], + [ + 0.6946337524699, + 51.47437088425098 + ], + [ + 0.696196550159284, + 51.47534428529287 + ], + [ + 0.698006982411001, + 51.476133853610683 + ], + [ + 0.700010040157208, + 51.47671560863585 + ], + [ + 0.702144861501881, + 51.477071882241411 + ], + [ + 0.704346580978734, + 51.477191854589655 + ], + [ + 0.706548300455588, + 51.477071882241411 + ], + [ + 0.708683121800261, + 51.47671560863585 + ], + [ + 0.710686179546468, + 51.476133853610683 + ], + [ + 0.712496611798185, + 51.47534428529287 + ], + [ + 0.714059409487568, + 51.47437088425098 + ], + [ + 0.715327087797639, + 51.473243216071843 + ], + [ + 0.716261128964422, + 51.471995534316939 + ], + [ + 0.716833152619712, + 51.470665740959369 + ], + [ + 0.717025778114201, + 51.469294235741273 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.717025778114201, + 51.469294235741273 + ], + [ + 0.716833152619712, + 51.467922689294205 + ], + [ + 0.716261128964422, + 51.466592777222552 + ], + [ + 0.715327087797639, + 51.465344913587117 + ], + [ + 0.714059409487568, + 51.464217022298484 + ], + [ + 0.712496611798185, + 51.46324338382842 + ], + [ + 0.710686179546468, + 51.462453592401104 + ], + [ + 0.708683121800261, + 51.461871655495408 + ], + [ + 0.706548300455588, + 51.46151526317577 + ], + [ + 0.704346580978734, + 51.461395249598553 + ], + [ + 0.702144861501881, + 51.46151526317577 + ], + [ + 0.700010040157208, + 51.461871655495408 + ], + [ + 0.698006982411001, + 51.462453592401104 + ], + [ + 0.696196550159284, + 51.46324338382842 + ], + [ + 0.6946337524699, + 51.464217022298484 + ], + [ + 0.69336607415983, + 51.465344913587117 + ], + [ + 0.692432032993047, + 51.466592777222552 + ], + [ + 0.691860009337757, + 51.467922689294205 + ], + [ + 0.691667383843268, + 51.469294235741273 + ], + [ + 0.691860009337757, + 51.470665740959369 + ], + [ + 0.692432032993047, + 51.471995534316939 + ], + [ + 0.69336607415983, + 51.473243216071843 + ], + [ + 0.6946337524699, + 51.47437088425098 + ], + [ + 0.696196550159284, + 51.47534428529287 + ], + [ + 0.698006982411001, + 51.476133853610683 + ], + [ + 0.700010040157208, + 51.47671560863585 + ], + [ + 0.702144861501881, + 51.477071882241411 + ], + [ + 0.704346580978734, + 51.477191854589655 + ], + [ + 0.706548300455588, + 51.477071882241411 + ], + [ + 0.708683121800261, + 51.47671560863585 + ], + [ + 0.710686179546468, + 51.476133853610683 + ], + [ + 0.712496611798185, + 51.47534428529287 + ], + [ + 0.714059409487568, + 51.47437088425098 + ], + [ + 0.715327087797639, + 51.473243216071843 + ], + [ + 0.716261128964422, + 51.471995534316939 + ], + [ + 0.716833152619712, + 51.470665740959369 + ], + [ + 0.717025778114201, + 51.469294235741273 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -5.841734038924638, + 54.221052879310022 + ], + [ + -5.824462058397187, + 54.245617926960904 + ], + [ + -5.835400979397905, + 54.258399426226227 + ], + [ + -5.783585037815557, + 54.256381558092706 + ], + [ + -5.767464522656605, + 54.226101685366309 + ], + [ + -5.789918097342288, + 54.214320177477241 + ], + [ + -5.841734038924638, + 54.221052879310022 + ] + ] + ] + } + } + ] +} \ No newline at end of file diff --git a/public_html/layers/UK_MATZ.geojson b/public_html/layers/UK_MATZ.geojson index bb9b2e95..4ebed0cd 100644 --- a/public_html/layers/UK_MATZ.geojson +++ b/public_html/layers/UK_MATZ.geojson @@ -1,27 +1,3888 @@ { -"type": "FeatureCollection", -"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, -"features": [ -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.16485253972304, 53.726613109154229 ], [ -2.632664673240164, 53.834840991249671 ], [ -2.569205957453588, 53.737704379553492 ], [ -3.104278311017672, 53.624949278959953 ], [ -3.16485253972304, 53.726613109154229 ] ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.2924910930665, 57.877403471153549 ], [ -3.2924910930665, 57.878170350929203 ], [ -3.292491093066492, 57.878170350929203 ], [ -3.292491093066492, 57.877403471153549 ] ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.394787532491725, 57.622082267625629 ], [ -3.396693522753418, 57.61827953590079 ], [ -3.40859355665873, 57.604631443589327 ], [ -3.424744252588791, 57.5922914101305 ], [ -3.444654879820414, 57.581635895783883 ], [ -3.467720464020429, 57.572990275400933 ], [ -3.493240169084668, 57.566618757433559 ], [ -3.499089325069331, 57.565779487266354 ], [ -3.501893630328292, 57.565079334921393 ], [ -3.529092052931971, 57.561176750557742 ], [ -3.557142782767343, 57.559862484600544 ], [ -3.585193512602716, 57.561176750557742 ], [ -3.612391935206395, 57.565079334921393 ], [ -3.637911640270633, 57.571450852888766 ], [ -3.660977224470649, 57.580096473271716 ], [ -3.680887851702271, 57.590751987618333 ], [ -3.697038547632333, 57.60309202107716 ], [ -3.708938581537644, 57.616740113388623 ], [ -3.7162263769097, 57.631280340179089 ], [ -3.718680497773924, 57.646270099393504 ], [ -3.7162263769097, 57.661253656427611 ], [ -3.708938581537644, 57.675776024752608 ], [ -3.697038547632333, 57.689396756310472 ], [ -3.680887851702271, 57.701703226841069 ], [ -3.660977224470649, 57.712323024271164 ], [ -3.637911640270633, 57.720935081736556 ], [ -3.612391935206395, 57.727279238966666 ], [ -3.606607515981954, 57.728105422292735 ], [ -3.603738473962771, 57.728818661478833 ], [ -3.576540051359092, 57.732703387391432 ], [ -3.548489321523719, 57.734011451173991 ], [ -3.520438591688347, 57.732703387391432 ], [ -3.493240169084667, 57.728818661478833 ], [ -3.487366364352047, 57.72735844316248 ], [ -3.485390832744024, 57.731295079166202 ], [ -3.473490798838713, 57.744915810724066 ], [ -3.457340102908651, 57.757222281254663 ], [ -3.437429475677028, 57.767842078684758 ], [ -3.414363891477013, 57.77645413615015 ], [ -3.388844186412775, 57.78279829338026 ], [ -3.361645763809095, 57.786683019292859 ], [ -3.333595033973722, 57.787991083075418 ], [ -3.30554430413835, 57.786683019292859 ], [ -3.27834588153467, 57.78279829338026 ], [ -3.269786399365667, 57.780670420015277 ], [ -3.154215993611094, 57.841149761926587 ], [ -3.06984474648576, 57.797174373672085 ], [ -3.182259743336095, 57.731822174946373 ], [ -3.181799235203422, 57.731295079166202 ], [ -3.174511439831365, 57.716772710841205 ], [ -3.172057318967142, 57.701789153807098 ], [ -3.174511439831365, 57.686799394592683 ], [ -3.181799235203422, 57.672259167802217 ], [ -3.193699269108734, 57.658611075490754 ], [ -3.209849965038794, 57.646271042031927 ], [ -3.229760592270417, 57.63561552768531 ], [ -3.252826176470432, 57.62696990730236 ], [ -3.278345881534671, 57.620598389334987 ], [ -3.30554430413835, 57.616695804971336 ], [ -3.333595033973722, 57.615381539014138 ], [ -3.361645763809095, 57.616695804971336 ], [ -3.388844186412775, 57.620598389334987 ], [ -3.394787532491725, 57.622082267625629 ] ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.154215993611094, 56.380389496363406 ], [ -2.984912244659738, 56.393354057381394 ], [ -2.981661226118081, 56.40067385834589 ], [ -2.971091744678576, 56.41434396400777 ], [ -2.956746871191139, 56.426695762917689 ], [ -2.939062467377832, 56.43735522458342 ], [ -2.918575864899782, 56.44599982067318 ], [ -2.895909538806564, 56.452368161640095 ], [ -2.871752193946804, 56.456267785581382 ], [ -2.846837839019862, 56.457580881136735 ], [ -2.821923484092918, 56.456267785581382 ], [ -2.797766139233159, 56.452368161640095 ], [ -2.77509981313994, 56.44599982067318 ], [ -2.75461321066189, 56.43735522458342 ], [ -2.736928806848583, 56.426695762917689 ], [ -2.722583933361146, 56.41434396400777 ], [ -2.721925564751656, 56.41349245880312 ], [ -2.554963802490131, 56.426277680441252 ], [ -2.537656880002883, 56.35882290908846 ], [ -2.710194236336316, 56.345536106064642 ], [ -2.71201445192164, 56.34143359488916 ], [ -2.722583933361146, 56.327740489260393 ], [ -2.736928806848583, 56.315360476719547 ], [ -2.75461321066189, 56.304670990741165 ], [ -2.77509981313994, 56.29599818103226 ], [ -2.797766139233159, 56.289606840116491 ], [ -2.821923484092918, 56.28569220402683 ], [ -2.846837839019862, 56.284373894807423 ], [ -2.871752193946804, 56.28569220402683 ], [ -2.895909538806564, 56.289606840116491 ], [ -2.918575864899782, 56.29599818103226 ], [ -2.939062467377832, 56.304670990741165 ], [ -2.956746871191139, 56.315360476719547 ], [ -2.968649656931254, 56.325632901698597 ], [ -3.139793558205054, 56.312453406235839 ], [ -3.154215993611094, 56.380389496363406 ] ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.230330383529849, 54.134031490593912 ], [ -1.149497472171532, 54.209546245123256 ], [ -1.062962859735292, 54.173261690692463 ], [ -1.133567206066002, 54.09950985872932 ], [ -1.124578090371913, 54.091769689425725 ], [ -1.114008608932407, 54.078099583763844 ], [ -1.107535667885954, 54.06352549274964 ], [ -1.105355944270785, 54.048489564952767 ], [ -1.107535667885954, 54.033448423485567 ], [ -1.114008608932407, 54.018859320307115 ], [ -1.124578090371913, 54.005166214678347 ], [ -1.138922963859349, 53.992786202137502 ], [ -1.156607367672657, 53.98209671615912 ], [ -1.177093970150706, 53.973423906450215 ], [ -1.199760296243926, 53.967032565534446 ], [ -1.223917641103685, 53.963117929444785 ], [ -1.248831996030628, 53.961799620225378 ], [ -1.27374635095757, 53.963117929444785 ], [ -1.29790369581733, 53.967032565534446 ], [ -1.320570021910549, 53.973423906450215 ], [ -1.341056624388598, 53.98209671615912 ], [ -1.358741028201906, 53.992786202137502 ], [ -1.373085901689342, 54.005166214678347 ], [ -1.383655383128848, 54.018859320307115 ], [ -1.390128324175301, 54.033448423485567 ], [ -1.392308047790469, 54.048489564952767 ], [ -1.390128324175301, 54.06352549274964 ], [ -1.383655383128848, 54.078099583763844 ], [ -1.373085901689342, 54.091769689425725 ], [ -1.358741028201906, 54.104121488335643 ], [ -1.341056624388598, 54.114780950001375 ], [ -1.320570021910549, 54.123425546091134 ], [ -1.29790369581733, 54.12979388705805 ], [ -1.27374635095757, 54.133693510999336 ], [ -1.248831996030628, 54.13500660655469 ], [ -1.230330383529849, 54.134031490593912 ] ] ], [ [ [ -1.341237470857829, 54.124877730341431 ], [ -1.343745273166552, 54.11939283818208 ], [ -1.349886442941327, 54.111673335074663 ], [ -1.358221223033256, 54.104694946631277 ], [ -1.368496365366849, 54.098670131641853 ], [ -1.380399664941771, 54.093782402331726 ], [ -1.3935694460238, 54.090180693988202 ], [ -1.407605551478988, 54.087974788460322 ], [ -1.422081501345692, 54.087231936765136 ], [ -1.436557451212396, 54.087974788460322 ], [ -1.450593556667585, 54.090180693988202 ], [ -1.463763337749613, 54.093782402331726 ], [ -1.475666637324536, 54.098670131641853 ], [ -1.485941779658129, 54.104694946631277 ], [ -1.494276559750058, 54.111673335074663 ], [ -1.500417729524832, 54.11939283818208 ], [ -1.504178692646428, 54.127618557197295 ], [ -1.505445174153534, 54.136100332351177 ], [ -1.504178692646428, 54.144580371016126 ], [ -1.500417729524832, 54.152801090010811 ], [ -1.498503025505975, 54.155205500997887 ], [ -1.508656794506118, 54.163968477378873 ], [ -1.519226275945624, 54.177661583007641 ], [ -1.525699216992078, 54.192250686186092 ], [ -1.527510359461619, 54.204748440448178 ], [ -1.550657110753539, 54.205973219324328 ], [ -1.574814455613299, 54.209887855413989 ], [ -1.597480781706517, 54.216279196329758 ], [ -1.617967384184567, 54.224952006038663 ], [ -1.635651787997874, 54.235641492017045 ], [ -1.64999666148531, 54.24802150455789 ], [ -1.660566142924816, 54.261714610186658 ], [ -1.667039083971269, 54.27630371336511 ], [ -1.669218807586437, 54.29134485483231 ], [ -1.667039083971269, 54.306380782629184 ], [ -1.660566142924816, 54.320954873643387 ], [ -1.64999666148531, 54.334624979305268 ], [ -1.639122342745059, 54.343988421825664 ], [ -1.704761235304072, 54.43078020680823 ], [ -1.59947745683998, 54.458455643311382 ], [ -1.534912062106772, 54.377378633859003 ], [ -1.525742755826597, 54.377861896434233 ], [ -1.500828400899653, 54.376548800878879 ], [ -1.476671056039894, 54.372649176937593 ], [ -1.454004729946675, 54.366280835970677 ], [ -1.433518127468625, 54.357636239880918 ], [ -1.415833723655318, 54.346976778215186 ], [ -1.401488850167881, 54.334624979305268 ], [ -1.390919368728375, 54.320954873643387 ], [ -1.384446427681922, 54.306380782629184 ], [ -1.382610209686442, 54.293714387216838 ], [ -1.381784684794437, 54.293670878441688 ], [ -1.329777914747032, 54.371172659283623 ], [ -1.227378623364148, 54.346800993282265 ], [ -1.278854638516932, 54.265552258468787 ], [ -1.274493856676126, 54.262923751036169 ], [ -1.260148983188689, 54.250571952126251 ], [ -1.249579501749183, 54.23690184646437 ], [ -1.24310656070273, 54.222327755450166 ], [ -1.240926837087562, 54.207291827653293 ], [ -1.24310656070273, 54.192250686186092 ], [ -1.249579501749183, 54.177661583007641 ], [ -1.260148983188689, 54.163968477378873 ], [ -1.274493856676126, 54.151588464838028 ], [ -1.292178260489433, 54.140898978859646 ], [ -1.312664862967483, 54.132226169150741 ], [ -1.335331189060702, 54.125834828234971 ], [ -1.341237470857829, 54.124877730341431 ] ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.126435488746689, 53.909070121667007 ], [ -0.992292926245695, 53.956582161023491 ], [ -0.931718697540327, 53.903934925379858 ], [ -1.056659585705642, 53.856851681094206 ], [ -1.052730413343002, 53.84800498911715 ], [ -1.050550689727833, 53.832969061320277 ], [ -1.052730413343002, 53.817927919853076 ], [ -1.059203354389454, 53.803338816674625 ], [ -1.069772835828961, 53.789645711045857 ], [ -1.084117709316397, 53.777265698505012 ], [ -1.101802113129704, 53.76657621252663 ], [ -1.122288715607754, 53.757903402817725 ], [ -1.144955041700973, 53.751512061901956 ], [ -1.169112386560733, 53.747597425812295 ], [ -1.194026741487676, 53.746279116592888 ], [ -1.218941096414618, 53.747597425812295 ], [ -1.243098441274378, 53.751512061901956 ], [ -1.265764767367597, 53.757903402817725 ], [ -1.280783288239103, 53.763990452413374 ], [ -1.391425079363644, 53.718412933756134 ], [ -1.457896854500314, 53.772972270826202 ], [ -1.335323069632349, 53.817927919853076 ], [ -1.337502793247517, 53.832969061320277 ], [ -1.335323069632349, 53.84800498911715 ], [ -1.328850128585895, 53.862579080131354 ], [ -1.31828064714639, 53.876249185793235 ], [ -1.303935773658953, 53.888600984703153 ], [ -1.286251369845646, 53.899260446368885 ], [ -1.265764767367597, 53.907905042458644 ], [ -1.243098441274378, 53.914273383425559 ], [ -1.218941096414618, 53.918173007366846 ], [ -1.194026741487676, 53.9194861029222 ], [ -1.169112386560733, 53.918173007366846 ], [ -1.144955041700973, 53.914273383425559 ], [ -1.126435488746689, 53.909070121667007 ] ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -0.693748513340667, 53.16723029160903 ], [ -0.778840882236303, 53.211302153378554 ], [ -0.68053569585065, 53.272614171065044 ], [ -0.687051753017116, 53.281055934227616 ], [ -0.693524694063569, 53.295645037406068 ], [ -0.695704417678737, 53.310686178873269 ], [ -0.693524694063569, 53.325722106670142 ], [ -0.687051753017116, 53.340296197684346 ], [ -0.67648227157761, 53.353966303346226 ], [ -0.662137398090173, 53.366318102256145 ], [ -0.644452994276866, 53.376977563921876 ], [ -0.623966391798817, 53.385622160011636 ], [ -0.601300065705598, 53.391990500978551 ], [ -0.577142720845838, 53.395890124919838 ], [ -0.552228365918896, 53.397203220475191 ], [ -0.527314010991953, 53.395890124919838 ], [ -0.503156666132193, 53.391990500978551 ], [ -0.480490340038975, 53.385622160011636 ], [ -0.460003737560924, 53.376977563921876 ], [ -0.442319333747618, 53.366318102256145 ], [ -0.427974460260181, 53.353966303346226 ], [ -0.417404978820675, 53.340296197684346 ], [ -0.410932037774222, 53.325722106670142 ], [ -0.408752314159053, 53.310686178873269 ], [ -0.410932037774222, 53.295645037406068 ], [ -0.417404978820675, 53.281055934227616 ], [ -0.427974460260181, 53.267362828598849 ], [ -0.442319333747618, 53.254982816058003 ], [ -0.45951090749542, 53.244591225339789 ], [ -0.451645469226894, 53.242381348338014 ], [ -0.431158866748844, 53.233736752248255 ], [ -0.413474462935537, 53.223077290582523 ], [ -0.399129589448101, 53.210725491672605 ], [ -0.388560108008594, 53.197055386010724 ], [ -0.382087166962142, 53.182481294996521 ], [ -0.379907443346973, 53.167445367199647 ], [ -0.382087166962142, 53.152404225732447 ], [ -0.388560108008594, 53.137815122553995 ], [ -0.399129589448101, 53.124122016925227 ], [ -0.413474462935537, 53.111742004384382 ], [ -0.41786253744305, 53.109089596001532 ], [ -0.405493675927566, 53.105614435219884 ], [ -0.385007073449516, 53.096969839130125 ], [ -0.367322669636209, 53.086310377464393 ], [ -0.352977796148773, 53.073958578554475 ], [ -0.352758748352739, 53.0736752717022 ], [ -0.306960871436422, 53.076028435578692 ], [ -0.307003425181696, 53.076124345764804 ], [ -0.309183148796865, 53.091165487232004 ], [ -0.307003425181696, 53.106201415028877 ], [ -0.300530484135243, 53.120775506043081 ], [ -0.289961002695737, 53.134445611704962 ], [ -0.2756161292083, 53.14679741061488 ], [ -0.257931725394994, 53.157456872280612 ], [ -0.237445122916944, 53.166101468370371 ], [ -0.214778796823726, 53.172469809337287 ], [ -0.190621451963966, 53.176369433278573 ], [ -0.165707097037023, 53.177682528833927 ], [ -0.14079274211008, 53.176369433278573 ], [ -0.116635397250321, 53.172469809337287 ], [ -0.093969071157102, 53.166101468370371 ], [ -0.073482468679052, 53.157456872280612 ], [ -0.062302027606222, 53.15071774302978 ], [ 0.079294024423078, 53.176739818834385 ], [ 0.113907869397574, 53.110994598165803 ], [ -0.0228778936446, 53.086701922340353 ], [ -0.024410768892349, 53.076124345764804 ], [ -0.030883709938802, 53.061535242586352 ], [ -0.041453191378309, 53.047842136957584 ], [ -0.055798064865745, 53.035462124416739 ], [ -0.073482468679052, 53.024772638438357 ], [ -0.093969071157102, 53.016099828729452 ], [ -0.116635397250321, 53.009708487813683 ], [ -0.14079274211008, 53.005793851724022 ], [ -0.165707097037023, 53.004475542504615 ], [ -0.190621451963966, 53.005793851724022 ], [ -0.214778796823726, 53.009708487813683 ], [ -0.237445122916944, 53.016099828729452 ], [ -0.240815086027292, 53.01752647079045 ], [ -0.33805883372768, 53.010851330823456 ], [ -0.342408314709266, 53.001048209435865 ], [ -0.352977796148773, 52.987355103807097 ], [ -0.367322669636209, 52.974975091266252 ], [ -0.385007073449516, 52.96428560528787 ], [ -0.405493675927566, 52.955612795578965 ], [ -0.428160002020785, 52.949221454663196 ], [ -0.452317346880544, 52.945306818573535 ], [ -0.477231701807487, 52.943988509354128 ], [ -0.487741855552321, 52.944544639850776 ], [ -0.48979754889033, 52.941888235382066 ], [ -0.497858400357845, 52.934950209768168 ], [ -0.507795842647278, 52.928960286637448 ], [ -0.519307931603253, 52.924100894190872 ], [ -0.532044878228242, 52.92052008429085 ], [ -0.545619676844249, 52.918326985512365 ], [ -0.559619864064507, 52.917588447808519 ], [ -0.573620051284765, 52.918326985512365 ], [ -0.581271650958657, 52.919563152204262 ], [ -0.654807937744359, 52.892276599685154 ], [ -0.709613192287311, 52.951404918257467 ], [ -0.637905122173949, 52.977108402894899 ], [ -0.635381514991428, 52.982779232154201 ], [ -0.629442179238684, 52.990446894437028 ], [ -0.621381327771169, 52.997376019457988 ], [ -0.612734590769205, 53.00257971153443 ], [ -0.61852802995216, 53.015637312614317 ], [ -0.620707753567329, 53.030678454081517 ], [ -0.61852802995216, 53.04571438187839 ], [ -0.612055088905707, 53.060288472892594 ], [ -0.601485607466201, 53.073958578554475 ], [ -0.587140733978765, 53.086310377464393 ], [ -0.58282425016115, 53.088912183794442 ], [ -0.595121520986736, 53.092379708697095 ], [ -0.615608123464786, 53.101052518406 ], [ -0.633292527278093, 53.111742004384382 ], [ -0.647637400765529, 53.124122016925227 ], [ -0.658206882205036, 53.137815122553995 ], [ -0.664679823251488, 53.152404225732447 ], [ -0.666859546866657, 53.167445367199647 ], [ -0.664679823251488, 53.182481294996521 ], [ -0.66068079994075, 53.191485259234781 ], [ -0.693748513340667, 53.16723029160903 ] ] ] ] } }, -{ "type": "Feature", "properties": { "id": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.390394938948953, 52.871170862328754 ], [ -2.392574662564121, 52.856129720861553 ], [ -2.399047603610574, 52.841540617683101 ], [ -2.40961708505008, 52.827847512054333 ], [ -2.423961958537517, 52.815467499513488 ], [ -2.441646362350824, 52.804778013535106 ], [ -2.462132964828874, 52.796105203826201 ], [ -2.484799290922092, 52.789713862910432 ], [ -2.508956635781852, 52.785799226820771 ], [ -2.521308311683803, 52.785145654682765 ], [ -2.522376581218481, 52.777774081018848 ], [ -2.528849522264934, 52.763184977840396 ], [ -2.53941900370444, 52.749491872211628 ], [ -2.553763877191877, 52.737111859670783 ], [ -2.571448281005184, 52.726422373692401 ], [ -2.591934883483234, 52.717749563983496 ], [ -2.605262045968688, 52.71399163521577 ], [ -2.605262045968688, 52.625417833337238 ], [ -2.608146533049896, 52.625417833337238 ], [ -2.717757042135788, 52.625417833337238 ], [ -2.720641529216996, 52.625417833337238 ], [ -2.720641529216996, 52.713584958363342 ], [ -2.735410935243076, 52.717749563983496 ], [ -2.755897537721125, 52.726422373692401 ], [ -2.773581941534432, 52.737111859670783 ], [ -2.787926815021869, 52.749491872211628 ], [ -2.798496296461375, 52.763184977840396 ], [ -2.804969237507828, 52.777774081018848 ], [ -2.807148961122997, 52.792815222486048 ], [ -2.804969237507828, 52.807851150282922 ], [ -2.798496296461375, 52.822425241297125 ], [ -2.787926815021869, 52.836095346959006 ], [ -2.773581941534432, 52.848447145868924 ], [ -2.755897537721125, 52.859106607534656 ], [ -2.735410935243076, 52.867751203624415 ], [ -2.720641529216996, 52.87190082244954 ], [ -2.720641529216996, 52.962048128762788 ], [ -2.717757042135788, 52.962048128762788 ], [ -2.608146533049896, 52.962048128762788 ], [ -2.605262045968688, 52.962048128762788 ], [ -2.605262045968688, 52.946204328485415 ], [ -2.582942690495497, 52.952475184434036 ], [ -2.558785345635737, 52.956374808375323 ], [ -2.533870990708795, 52.957687903930676 ], [ -2.508956635781852, 52.956374808375323 ], [ -2.484799290922092, 52.952475184434036 ], [ -2.462132964828874, 52.94610684346712 ], [ -2.441646362350824, 52.937462247377361 ], [ -2.423961958537517, 52.926802785711629 ], [ -2.40961708505008, 52.914450986801711 ], [ -2.399047603610574, 52.900780881139831 ], [ -2.392574662564121, 52.886206790125627 ], [ -2.390394938948953, 52.871170862328754 ] ] ] ] } }, -{ "type": "Feature", "properties": { "id": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -0.333348198048738, 52.600455603324761 ], [ -0.33449313012221, 52.592555021265831 ], [ -0.340966071168663, 52.577965918087379 ], [ -0.351535552608169, 52.564272812458611 ], [ -0.365880426095606, 52.551892799917766 ], [ -0.383564829908912, 52.541203313939384 ], [ -0.404051432386962, 52.532530504230479 ], [ -0.426717758480181, 52.52613916331471 ], [ -0.450875103339941, 52.522224527225049 ], [ -0.475789458266884, 52.520906218005642 ], [ -0.500703813193826, 52.522224527225049 ], [ -0.524861158053586, 52.52613916331471 ], [ -0.547527484146804, 52.532530504230479 ], [ -0.568014086624854, 52.541203313939384 ], [ -0.585698490438161, 52.551892799917766 ], [ -0.590872218342524, 52.556357866576946 ], [ -0.726983132938771, 52.533050591109898 ], [ -0.756042081012475, 52.593454595284953 ], [ -0.617615634131905, 52.618977153724586 ], [ -0.617085786411557, 52.622632090529905 ], [ -0.610612845365104, 52.637206181544109 ], [ -0.600043363925597, 52.650876287205989 ], [ -0.585698490438161, 52.663228086115907 ], [ -0.568014086624854, 52.673887547781639 ], [ -0.547527484146804, 52.682532143871398 ], [ -0.524861158053586, 52.688900484838314 ], [ -0.500703813193826, 52.692800108779601 ], [ -0.475789458266884, 52.694113204334954 ], [ -0.450875103339941, 52.692800108779601 ], [ -0.426717758480181, 52.688900484838314 ], [ -0.404051432386962, 52.682532143871398 ], [ -0.383564829908912, 52.673887547781639 ], [ -0.368628458981856, 52.664884492038119 ], [ -0.227480270676156, 52.690908875137318 ], [ -0.194094591980641, 52.624301025023946 ], [ -0.333348198048738, 52.600455603324761 ] ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 0.74272605310092, 52.765924354368316 ], [ 0.8076270124281, 52.714406837543365 ], [ 0.689852647384552, 52.664286336512973 ], [ 0.690942027247236, 52.661833553279841 ], [ 0.693121750862405, 52.646797625482968 ], [ 0.690942027247236, 52.631756484015767 ], [ 0.684469086200783, 52.617167380837316 ], [ 0.673899604761277, 52.603474275208548 ], [ 0.65955473127384, 52.591094262667703 ], [ 0.641870327460534, 52.580404776689321 ], [ 0.621383724982483, 52.571731966980416 ], [ 0.598717398889265, 52.565340626064646 ], [ 0.574560054029505, 52.561425989974985 ], [ 0.549645699102562, 52.560107680755578 ], [ 0.52473134417562, 52.561425989974985 ], [ 0.50057399931586, 52.565340626064646 ], [ 0.477907673222641, 52.571731966980416 ], [ 0.475129656382151, 52.572908014177678 ], [ 0.359089271300255, 52.523525432170857 ], [ 0.299957286135491, 52.577021077545012 ], [ 0.411517027717622, 52.624617029018417 ], [ 0.408349370957889, 52.631756484015767 ], [ 0.406169647342721, 52.646797625482968 ], [ 0.408349370957889, 52.661833553279841 ], [ 0.414822312004342, 52.676407644294045 ], [ 0.425391793443848, 52.690077749955925 ], [ 0.439736666931285, 52.702429548865844 ], [ 0.457421070744592, 52.713089010531576 ], [ 0.477907673222641, 52.721733606621335 ], [ 0.50057399931586, 52.72810194758825 ], [ 0.52473134417562, 52.732001571529537 ], [ 0.549645699102562, 52.73331466708489 ], [ 0.574560054029505, 52.732001571529537 ], [ 0.598717398889265, 52.72810194758825 ], [ 0.621383724982483, 52.721733606621335 ], [ 0.630314690125928, 52.717965066355106 ], [ 0.74272605310092, 52.765924354368316 ] ] ] ] } }, -{ "type": "Feature", "properties": { "id": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 0.516145920313608, 52.270114545973897 ], [ 0.513985825324137, 52.269764508092997 ], [ 0.489071470397194, 52.26844619887359 ], [ 0.464157115470252, 52.269764508092997 ], [ 0.439999770610492, 52.273679144182658 ], [ 0.417333444517273, 52.280070485098427 ], [ 0.402473454406029, 52.286361321592622 ], [ 0.193952385901097, 52.316164449243004 ], [ 0.237940813889519, 52.431949485235826 ], [ 0.380571196552784, 52.41161721098328 ], [ 0.396846842039224, 52.421427528649588 ], [ 0.417333444517273, 52.430072124739347 ], [ 0.434603557853723, 52.434924343392318 ], [ 0.435013721572798, 52.435847843750132 ], [ 0.445583203012304, 52.449517949412012 ], [ 0.459928076499741, 52.461869748321931 ], [ 0.477612480313048, 52.472529209987663 ], [ 0.498099082791097, 52.481173806077422 ], [ 0.520765408884316, 52.487542147044337 ], [ 0.544922753744076, 52.491441770985624 ], [ 0.569837108671018, 52.492754866540977 ], [ 0.594751463597961, 52.491441770985624 ], [ 0.61890880845772, 52.487542147044337 ], [ 0.632766316199026, 52.483648735563122 ], [ 0.760032975588168, 52.529009542032163 ], [ 0.817722717212328, 52.472819857731615 ], [ 0.707992077355787, 52.428346651801192 ], [ 0.711133436815692, 52.421273752735928 ], [ 0.71331316043086, 52.406237824939055 ], [ 0.711133436815692, 52.391196683471854 ], [ 0.704660495769239, 52.376607580293403 ], [ 0.696879304984497, 52.366526795541297 ], [ 0.765801949750584, 52.356701721181764 ], [ 0.721813521762162, 52.240719253577467 ], [ 0.516145920313608, 52.270114545973897 ] ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 1.11770937365796, 52.261468452273562 ], [ 1.195590524850576, 52.212891272959979 ], [ 1.090825191870238, 52.155383628169943 ], [ 1.091181764651112, 52.154922452508814 ], [ 1.097654705697564, 52.14034836149461 ], [ 1.099834429312733, 52.125312433697736 ], [ 1.097654705697564, 52.110271292230536 ], [ 1.091181764651112, 52.095682189052084 ], [ 1.080612283211605, 52.081989083423316 ], [ 1.066267409724169, 52.069609070882471 ], [ 1.048583005910862, 52.058919584904089 ], [ 1.028096403432812, 52.050246775195184 ], [ 1.005430077339593, 52.043855434279415 ], [ 0.981272732479833, 52.039940798189754 ], [ 0.956358377552891, 52.038622488970347 ], [ 0.931444022625948, 52.039940798189754 ], [ 0.907286677766188, 52.043855434279415 ], [ 0.894312118261155, 52.047513937765494 ], [ 0.788877846400248, 51.98963909995048 ], [ 0.718207912910652, 52.042008664709215 ], [ 0.820433544830606, 52.098164693332535 ], [ 0.815062049408218, 52.110271292230536 ], [ 0.812882325793049, 52.125312433697736 ], [ 0.815062049408218, 52.14034836149461 ], [ 0.82153499045467, 52.154922452508814 ], [ 0.832104471894177, 52.168592558170694 ], [ 0.846449345381613, 52.180944357080612 ], [ 0.86413374919492, 52.191603818746344 ], [ 0.88462035167297, 52.200248414836103 ], [ 0.907286677766188, 52.206616755803019 ], [ 0.931444022625948, 52.210516379744305 ], [ 0.956358377552891, 52.211829475299659 ], [ 0.981272732479833, 52.210516379744305 ], [ 1.005430077339593, 52.206616755803019 ], [ 1.01365264482426, 52.20430653961931 ], [ 1.11770937365796, 52.261468452273562 ] ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.862782299888806, 51.756305110878479 ], [ -1.869176998932928, 51.767946014703895 ], [ -1.489866947754076, 51.833944883293142 ], [ -1.479771242969848, 51.832162400264764 ], [ -1.460625715059278, 51.824816280996238 ], [ -1.446551906872534, 51.817253470480857 ], [ -1.436503936751728, 51.807200229322802 ], [ -1.429292719048708, 51.795605948550204 ], [ -1.331220158287636, 51.808091973577049 ], [ -1.299490800394348, 51.731337472743881 ], [ -1.523436421985488, 51.691326650224951 ], [ -1.52015406210676, 51.652662829869506 ], [ -1.657324609979955, 51.652237303978595 ], [ -1.657734423740117, 51.651313641119927 ], [ -1.668303905179623, 51.637620535491159 ], [ -1.682648778667059, 51.625240522950314 ], [ -1.700333182480366, 51.614551036971932 ], [ -1.720819784958416, 51.605878227263027 ], [ -1.743486111051635, 51.599486886347258 ], [ -1.767643455911395, 51.595572250257597 ], [ -1.792557810838338, 51.59425394103819 ], [ -1.81747216576528, 51.595572250257597 ], [ -1.84162951062504, 51.599486886347258 ], [ -1.864295836718259, 51.605878227263027 ], [ -1.884782439196308, 51.614551036971932 ], [ -1.902466843009615, 51.625240522950314 ], [ -1.916811716497052, 51.637620535491159 ], [ -1.927381197936558, 51.651313641119927 ], [ -1.933854138983011, 51.665902744298378 ], [ -1.936033862598179, 51.680943885765579 ], [ -1.933854138983011, 51.695979813562452 ], [ -1.927381197936558, 51.710553904576656 ], [ -1.916811716497052, 51.724224010238537 ], [ -1.902466843009615, 51.736575809148455 ], [ -1.884782439196308, 51.747235270814187 ], [ -1.864295836718259, 51.755879866903946 ], [ -1.862782299888806, 51.756305110878479 ] ] ] ] } }, -{ "type": "Feature", "properties": { "id": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -0.951035885426158, 51.611115167956839 ], [ -0.953215609041327, 51.596074026489639 ], [ -0.959688550087779, 51.581484923311187 ], [ -0.970258031527286, 51.567791817682419 ], [ -0.984602905014722, 51.555411805141574 ], [ -1.002287308828029, 51.544722319163192 ], [ -1.022773911306079, 51.536049509454287 ], [ -1.045440237399298, 51.529658168538518 ], [ -1.06449749470871, 51.526569988621958 ], [ -1.086038756384955, 51.440996139007844 ], [ -1.18843804776784, 51.453580119309166 ], [ -1.169082764045132, 51.53724874899936 ], [ -1.186736565543971, 51.544722319163192 ], [ -1.204420969357278, 51.555411805141574 ], [ -1.218765842844714, 51.567791817682419 ], [ -1.229335324284221, 51.581484923311187 ], [ -1.235808265330673, 51.596074026489639 ], [ -1.237987988945842, 51.611115167956839 ], [ -1.235808265330673, 51.626151095753713 ], [ -1.229335324284221, 51.640725186767916 ], [ -1.218765842844714, 51.654395292429797 ], [ -1.204420969357278, 51.666747091339715 ], [ -1.186736565543971, 51.677406553005447 ], [ -1.166249963065921, 51.686051149095206 ], [ -1.143583636972703, 51.692419490062122 ], [ -1.132783394644429, 51.694162930154548 ], [ -1.111999140115827, 51.784008685993307 ], [ -1.002388631029923, 51.773300873749861 ], [ -1.024247533484493, 51.686465178631792 ], [ -1.022773911306079, 51.686051149095206 ], [ -1.002287308828029, 51.677406553005447 ], [ -0.984602905014722, 51.666747091339715 ], [ -0.970258031527286, 51.654395292429797 ], [ -0.959688550087779, 51.640725186767916 ], [ -0.953215609041327, 51.626151095753713 ], [ -0.951035885426158, 51.611115167956839 ] ] ] ] } }, -{ "type": "Feature", "properties": { "id": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -0.801042557203342, 51.231427971406333 ], [ -0.803222280818511, 51.216386829939132 ], [ -0.809695221864963, 51.201797726760681 ], [ -0.82026470330447, 51.188104621131913 ], [ -0.834609576791906, 51.175724608591068 ], [ -0.852293980605213, 51.165035122612686 ], [ -0.872780583083263, 51.156362312903781 ], [ -0.895446909176482, 51.149970971988012 ], [ -0.919604254036242, 51.146056335898351 ], [ -0.944518608963185, 51.144738026678944 ], [ -0.969432963890127, 51.146056335898351 ], [ -0.993590308749887, 51.149970971988012 ], [ -1.016256634843105, 51.156362312903781 ], [ -1.036743237321155, 51.165035122612686 ], [ -1.054427641134462, 51.175724608591068 ], [ -1.068772514621898, 51.188104621131913 ], [ -1.07869838178658, 51.200963903616206 ], [ -1.208629457336295, 51.204403961819132 ], [ -1.204302726714484, 51.275735335148553 ], [ -1.07125583022309, 51.271496283941836 ], [ -1.068772514621898, 51.274708095879291 ], [ -1.054427641134462, 51.287059894789209 ], [ -1.036743237321155, 51.297719356454941 ], [ -1.016256634843105, 51.3063639525447 ], [ -0.993590308749887, 51.312732293511615 ], [ -0.969432963890127, 51.316631917452902 ], [ -0.944518608963185, 51.317945013008256 ], [ -0.919604254036242, 51.316631917452902 ], [ -0.895446909176482, 51.312732293511615 ], [ -0.872780583083263, 51.3063639525447 ], [ -0.852293980605213, 51.297719356454941 ], [ -0.834609576791906, 51.287059894789209 ], [ -0.82026470330447, 51.274708095879291 ], [ -0.809695221864963, 51.26103799021741 ], [ -0.803222280818511, 51.246463899203206 ], [ -0.801042557203342, 51.231427971406333 ] ] ] ] } }, -{ "type": "Feature", "properties": { "id": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.676650405967063, 51.075777090472954 ], [ -1.677552478740296, 51.075395206482469 ], [ -1.700218804833515, 51.0690038655667 ], [ -1.724376149693275, 51.065089229477039 ], [ -1.749290504620217, 51.063770920257632 ], [ -1.77420485954716, 51.065089229477039 ], [ -1.79836220440692, 51.0690038655667 ], [ -1.811207779811654, 51.07262599874052 ], [ -1.91677103577286, 51.015158147717109 ], [ -1.987440969262456, 51.069566398621241 ], [ -1.885698268660849, 51.124401584221246 ], [ -1.89058683276489, 51.135419723517821 ], [ -1.892766556380059, 51.150460864985021 ], [ -1.89058683276489, 51.165496792781894 ], [ -1.884113891718438, 51.180070883796098 ], [ -1.873544410278931, 51.193740989457979 ], [ -1.859199536791495, 51.206092788367897 ], [ -1.841515132978188, 51.216752250033629 ], [ -1.821028530500138, 51.225396846123388 ], [ -1.79836220440692, 51.231765187090303 ], [ -1.77420485954716, 51.23566481103159 ], [ -1.749290504620217, 51.236977906586944 ], [ -1.724376149693275, 51.23566481103159 ], [ -1.700218804833515, 51.231765187090303 ], [ -1.691196336329536, 51.229230230363733 ], [ -1.586497264974544, 51.285658779792357 ], [ -1.514385087944344, 51.23421406346322 ], [ -1.541357347410036, 51.219530566117243 ], [ -1.524265092879827, 51.21677143156154 ], [ -1.501598766786608, 51.210403090594625 ], [ -1.481112164308558, 51.201758494504865 ], [ -1.46835237204922, 51.19406739460198 ], [ -1.374487464505755, 51.201692995335449 ], [ -1.349969324315487, 51.138391807833692 ], [ -1.430900273192885, 51.128293836630462 ], [ -1.432040464521855, 51.120425967989057 ], [ -1.438513405568308, 51.105836864810605 ], [ -1.449082887007814, 51.092143759181837 ], [ -1.463427760495251, 51.079763746640992 ], [ -1.481112164308558, 51.06907426066261 ], [ -1.501598766786608, 51.060401450953705 ], [ -1.524265092879827, 51.054010110037936 ], [ -1.548422437739586, 51.050095473948275 ], [ -1.573336792666529, 51.048777164728868 ], [ -1.598251147593472, 51.050095473948275 ], [ -1.622408492453232, 51.054010110037936 ], [ -1.64507481854645, 51.060401450953705 ], [ -1.6655614210245, 51.06907426066261 ], [ -1.676650405967063, 51.075777090472954 ] ] ] ] } }, -{ "type": "Feature", "properties": { "id": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.48262218321111, 50.984860351029397 ], [ -2.488466703128021, 50.971687621124332 ], [ -2.499036184567528, 50.957994515495564 ], [ -2.513381058054964, 50.945614502954719 ], [ -2.531065461868272, 50.934925016976337 ], [ -2.551552064346321, 50.926252207267432 ], [ -2.57421839043954, 50.919860866351662 ], [ -2.5983757352993, 50.915946230262001 ], [ -2.623290090226243, 50.914627921042594 ], [ -2.648204445153185, 50.915946230262001 ], [ -2.672361790012945, 50.919860866351662 ], [ -2.695028116106164, 50.926252207267432 ], [ -2.715514718584213, 50.934925016976337 ], [ -2.73319912239752, 50.945614502954719 ], [ -2.747543995884957, 50.957994515495564 ], [ -2.753992854612304, 50.966349220903204 ], [ -2.840415522665947, 50.960454032429318 ], [ -2.841667294338926, 50.951441308322046 ], [ -2.845480243216992, 50.942475770445114 ], [ -2.851706299055796, 50.934062023322056 ], [ -2.860156286299214, 50.926456080387673 ], [ -2.870573456360752, 50.919889493388091 ], [ -2.882641288799434, 50.914562262634988 ], [ -2.895993108633229, 50.910636702444279 ], [ -2.910223227572834, 50.908232455111524 ], [ -2.924899270655055, 50.907422811462723 ], [ -2.939575313737277, 50.908232455111524 ], [ -2.953805432676881, 50.910636702444279 ], [ -2.967157252510676, 50.914562262634988 ], [ -2.979225084949358, 50.919889493388091 ], [ -2.989642255010897, 50.926456080387673 ], [ -2.998092242254314, 50.934062023322056 ], [ -3.004318298093119, 50.942475770445114 ], [ -3.008131246971184, 50.951441308322046 ], [ -3.009415234366296, 50.960685984806716 ], [ -3.008131246971184, 50.969928822231083 ], [ -3.004318298093118, 50.978889064745033 ], [ -2.998092242254314, 50.987294698901771 ], [ -2.989642255010897, 50.994890689810411 ], [ -2.979225084949358, 51.001446686086318 ], [ -2.967157252510675, 51.006763964815349 ], [ -2.953805432676881, 51.010681412042324 ], [ -2.939575313737277, 51.013080364014364 ], [ -2.924899270655055, 51.013888168603728 ], [ -2.910223227572834, 51.013080364014364 ], [ -2.895993108633229, 51.010681412042324 ], [ -2.895130866372546, 51.010428428659147 ], [ -2.896054399842977, 51.020601848420647 ], [ -2.758392080358449, 51.030300598476487 ], [ -2.758113477324463, 51.030927884581061 ], [ -2.747543995884957, 51.044597990242941 ], [ -2.73319912239752, 51.05694978915286 ], [ -2.715514718584213, 51.067609250818592 ], [ -2.695028116106164, 51.076253846908351 ], [ -2.672361790012945, 51.082622187875266 ], [ -2.648204445153185, 51.086521811816553 ], [ -2.623290090226243, 51.087834907371906 ], [ -2.5983757352993, 51.086521811816553 ], [ -2.57421839043954, 51.082622187875266 ], [ -2.551552064346321, 51.076253846908351 ], [ -2.531065461868272, 51.067609250818592 ], [ -2.513381058054964, 51.05694978915286 ], [ -2.503303497986584, 51.048272403773595 ], [ -2.381173455847349, 51.056876855285481 ], [ -2.371077751063121, 50.992469181739374 ], [ -2.48262218321111, 50.984860351029397 ] ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.119245571691445, 50.083682346893788 ], [ -4.993437068766349, 50.051951214365182 ], [ -5.037425496754771, 49.988474574382863 ], [ -5.105165507795096, 50.007090368634195 ], [ -5.106877005980852, 49.995280207862585 ], [ -5.113349947027306, 49.980691104684134 ], [ -5.123919428466811, 49.966997999055366 ], [ -5.138264301954248, 49.954617986514521 ], [ -5.155948705767555, 49.943928500536138 ], [ -5.176435308245605, 49.935255690827233 ], [ -5.199101634338824, 49.928864349911464 ], [ -5.223258979198584, 49.924949713821803 ], [ -5.248173334125527, 49.923631404602396 ], [ -5.273087689052469, 49.924949713821803 ], [ -5.29724503391223, 49.928864349911464 ], [ -5.319911360005447, 49.935255690827233 ], [ -5.340397962483497, 49.943928500536138 ], [ -5.358082366296804, 49.954617986514521 ], [ -5.372427239784241, 49.966997999055366 ], [ -5.382996721223747, 49.980691104684134 ], [ -5.3894696622702, 49.995280207862585 ], [ -5.391649385885368, 50.010321349329786 ], [ -5.3894696622702, 50.025357277126659 ], [ -5.383648215177779, 50.038464502907097 ], [ -5.38684967519028, 50.041227449205543 ], [ -5.397419156629786, 50.054920554834311 ], [ -5.40389209767624, 50.069509658012763 ], [ -5.406071821291407, 50.084550799479963 ], [ -5.40389209767624, 50.099586727276836 ], [ -5.397419156629786, 50.11416081829104 ], [ -5.38684967519028, 50.127830923952921 ], [ -5.372504801702844, 50.140182722862839 ], [ -5.354820397889537, 50.150842184528571 ], [ -5.334333795411487, 50.15948678061833 ], [ -5.311667469318269, 50.165855121585246 ], [ -5.287510124458509, 50.169754745526532 ], [ -5.262595769531567, 50.171067841081886 ], [ -5.237681414604623, 50.169754745526532 ], [ -5.213524069744864, 50.165855121585246 ], [ -5.190857743651645, 50.15948678061833 ], [ -5.170371141173595, 50.150842184528571 ], [ -5.152686737360288, 50.140182722862839 ], [ -5.138341863872851, 50.127830923952921 ], [ -5.127772382433345, 50.11416081829104 ], [ -5.121299441386892, 50.099586727276836 ], [ -5.119119717771723, 50.084550799479963 ], [ -5.119245571691445, 50.083682346893788 ] ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.679673548032302, 53.277210380723389 ], [ -4.785032877149071, 53.323437395595654 ], [ -4.708593969497059, 53.377674108019029 ], [ -4.59580633003424, 53.327412870630134 ], [ -4.594872429638079, 53.327675259696953 ], [ -4.570715084778319, 53.33157488363824 ], [ -4.545800729851377, 53.332887979193593 ], [ -4.520886374924434, 53.33157488363824 ], [ -4.496729030064675, 53.327675259696953 ], [ -4.474062703971455, 53.321306918730038 ], [ -4.469508821304645, 53.319385346993734 ], [ -4.460629402715055, 53.324737510576341 ], [ -4.440142800237005, 53.3333821066661 ], [ -4.417476474143787, 53.339750447633016 ], [ -4.393319129284027, 53.343650071574302 ], [ -4.368404774357085, 53.344963167129656 ], [ -4.343490419430141, 53.343650071574302 ], [ -4.319333074570382, 53.339750447633016 ], [ -4.296666748477163, 53.3333821066661 ], [ -4.276180145999113, 53.324737510576341 ], [ -4.258495742185806, 53.314078048910609 ], [ -4.24415086869837, 53.301726250000691 ], [ -4.233581387258863, 53.28805614433881 ], [ -4.22710844621241, 53.273482053324607 ], [ -4.224928722597242, 53.258446125527733 ], [ -4.22710844621241, 53.243404984060533 ], [ -4.233581387258863, 53.228815880882081 ], [ -4.24415086869837, 53.215122775253313 ], [ -4.258495742185806, 53.202742762712468 ], [ -4.276180145999113, 53.192053276734086 ], [ -4.296666748477163, 53.183380467025181 ], [ -4.319333074570382, 53.176989126109412 ], [ -4.343490419430141, 53.173074490019751 ], [ -4.368404774357085, 53.171756180800344 ], [ -4.393319129284027, 53.173074490019751 ], [ -4.417476474143787, 53.176989126109412 ], [ -4.440142800237005, 53.183380467025181 ], [ -4.444732699162262, 53.185323557393851 ], [ -4.453576101493406, 53.179978088798023 ], [ -4.474062703971455, 53.171305279089118 ], [ -4.496729030064675, 53.164913938173349 ], [ -4.520886374924434, 53.160999302083688 ], [ -4.545800729851377, 53.159680992864281 ], [ -4.570715084778319, 53.160999302083688 ], [ -4.594872429638079, 53.164913938173349 ], [ -4.617538755731298, 53.171305279089118 ], [ -4.638025358209347, 53.179978088798023 ], [ -4.655709762022655, 53.190667574776406 ], [ -4.670054635510091, 53.203047587317251 ], [ -4.680624116949597, 53.216740692946018 ], [ -4.68709705799605, 53.23132979612447 ], [ -4.689276781611218, 53.246370937591671 ], [ -4.68709705799605, 53.261406865388544 ], [ -4.680624116949597, 53.275980956402748 ], [ -4.679673548032302, 53.277210380723389 ] ] ] ] } } -] -} + "type": "FeatureCollection", + "crs": { + "type": "name", + "properties": { + "name": "urn:ogc:def:crs:OGC:1.3:CRS84" + } + }, + "features": [ + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -3.16485253972304, + 53.726613109154229 + ], + [ + -2.632664673240164, + 53.834840991249671 + ], + [ + -2.569205957453588, + 53.737704379553492 + ], + [ + -3.104278311017672, + 53.624949278959953 + ], + [ + -3.16485253972304, + 53.726613109154229 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -3.2924910930665, + 57.877403471153549 + ], + [ + -3.2924910930665, + 57.878170350929203 + ], + [ + -3.292491093066492, + 57.878170350929203 + ], + [ + -3.292491093066492, + 57.877403471153549 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -3.394787532491725, + 57.622082267625629 + ], + [ + -3.396693522753418, + 57.61827953590079 + ], + [ + -3.40859355665873, + 57.604631443589327 + ], + [ + -3.424744252588791, + 57.5922914101305 + ], + [ + -3.444654879820414, + 57.581635895783883 + ], + [ + -3.467720464020429, + 57.572990275400933 + ], + [ + -3.493240169084668, + 57.566618757433559 + ], + [ + -3.499089325069331, + 57.565779487266354 + ], + [ + -3.501893630328292, + 57.565079334921393 + ], + [ + -3.529092052931971, + 57.561176750557742 + ], + [ + -3.557142782767343, + 57.559862484600544 + ], + [ + -3.585193512602716, + 57.561176750557742 + ], + [ + -3.612391935206395, + 57.565079334921393 + ], + [ + -3.637911640270633, + 57.571450852888766 + ], + [ + -3.660977224470649, + 57.580096473271716 + ], + [ + -3.680887851702271, + 57.590751987618333 + ], + [ + -3.697038547632333, + 57.60309202107716 + ], + [ + -3.708938581537644, + 57.616740113388623 + ], + [ + -3.7162263769097, + 57.631280340179089 + ], + [ + -3.718680497773924, + 57.646270099393504 + ], + [ + -3.7162263769097, + 57.661253656427611 + ], + [ + -3.708938581537644, + 57.675776024752608 + ], + [ + -3.697038547632333, + 57.689396756310472 + ], + [ + -3.680887851702271, + 57.701703226841069 + ], + [ + -3.660977224470649, + 57.712323024271164 + ], + [ + -3.637911640270633, + 57.720935081736556 + ], + [ + -3.612391935206395, + 57.727279238966666 + ], + [ + -3.606607515981954, + 57.728105422292735 + ], + [ + -3.603738473962771, + 57.728818661478833 + ], + [ + -3.576540051359092, + 57.732703387391432 + ], + [ + -3.548489321523719, + 57.734011451173991 + ], + [ + -3.520438591688347, + 57.732703387391432 + ], + [ + -3.493240169084667, + 57.728818661478833 + ], + [ + -3.487366364352047, + 57.72735844316248 + ], + [ + -3.485390832744024, + 57.731295079166202 + ], + [ + -3.473490798838713, + 57.744915810724066 + ], + [ + -3.457340102908651, + 57.757222281254663 + ], + [ + -3.437429475677028, + 57.767842078684758 + ], + [ + -3.414363891477013, + 57.77645413615015 + ], + [ + -3.388844186412775, + 57.78279829338026 + ], + [ + -3.361645763809095, + 57.786683019292859 + ], + [ + -3.333595033973722, + 57.787991083075418 + ], + [ + -3.30554430413835, + 57.786683019292859 + ], + [ + -3.27834588153467, + 57.78279829338026 + ], + [ + -3.269786399365667, + 57.780670420015277 + ], + [ + -3.154215993611094, + 57.841149761926587 + ], + [ + -3.06984474648576, + 57.797174373672085 + ], + [ + -3.182259743336095, + 57.731822174946373 + ], + [ + -3.181799235203422, + 57.731295079166202 + ], + [ + -3.174511439831365, + 57.716772710841205 + ], + [ + -3.172057318967142, + 57.701789153807098 + ], + [ + -3.174511439831365, + 57.686799394592683 + ], + [ + -3.181799235203422, + 57.672259167802217 + ], + [ + -3.193699269108734, + 57.658611075490754 + ], + [ + -3.209849965038794, + 57.646271042031927 + ], + [ + -3.229760592270417, + 57.63561552768531 + ], + [ + -3.252826176470432, + 57.62696990730236 + ], + [ + -3.278345881534671, + 57.620598389334987 + ], + [ + -3.30554430413835, + 57.616695804971336 + ], + [ + -3.333595033973722, + 57.615381539014138 + ], + [ + -3.361645763809095, + 57.616695804971336 + ], + [ + -3.388844186412775, + 57.620598389334987 + ], + [ + -3.394787532491725, + 57.622082267625629 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -3.154215993611094, + 56.380389496363406 + ], + [ + -2.984912244659738, + 56.393354057381394 + ], + [ + -2.981661226118081, + 56.40067385834589 + ], + [ + -2.971091744678576, + 56.41434396400777 + ], + [ + -2.956746871191139, + 56.426695762917689 + ], + [ + -2.939062467377832, + 56.43735522458342 + ], + [ + -2.918575864899782, + 56.44599982067318 + ], + [ + -2.895909538806564, + 56.452368161640095 + ], + [ + -2.871752193946804, + 56.456267785581382 + ], + [ + -2.846837839019862, + 56.457580881136735 + ], + [ + -2.821923484092918, + 56.456267785581382 + ], + [ + -2.797766139233159, + 56.452368161640095 + ], + [ + -2.77509981313994, + 56.44599982067318 + ], + [ + -2.75461321066189, + 56.43735522458342 + ], + [ + -2.736928806848583, + 56.426695762917689 + ], + [ + -2.722583933361146, + 56.41434396400777 + ], + [ + -2.721925564751656, + 56.41349245880312 + ], + [ + -2.554963802490131, + 56.426277680441252 + ], + [ + -2.537656880002883, + 56.35882290908846 + ], + [ + -2.710194236336316, + 56.345536106064642 + ], + [ + -2.71201445192164, + 56.34143359488916 + ], + [ + -2.722583933361146, + 56.327740489260393 + ], + [ + -2.736928806848583, + 56.315360476719547 + ], + [ + -2.75461321066189, + 56.304670990741165 + ], + [ + -2.77509981313994, + 56.29599818103226 + ], + [ + -2.797766139233159, + 56.289606840116491 + ], + [ + -2.821923484092918, + 56.28569220402683 + ], + [ + -2.846837839019862, + 56.284373894807423 + ], + [ + -2.871752193946804, + 56.28569220402683 + ], + [ + -2.895909538806564, + 56.289606840116491 + ], + [ + -2.918575864899782, + 56.29599818103226 + ], + [ + -2.939062467377832, + 56.304670990741165 + ], + [ + -2.956746871191139, + 56.315360476719547 + ], + [ + -2.968649656931254, + 56.325632901698597 + ], + [ + -3.139793558205054, + 56.312453406235839 + ], + [ + -3.154215993611094, + 56.380389496363406 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -1.230330383529849, + 54.134031490593912 + ], + [ + -1.149497472171532, + 54.209546245123256 + ], + [ + -1.062962859735292, + 54.173261690692463 + ], + [ + -1.133567206066002, + 54.09950985872932 + ], + [ + -1.124578090371913, + 54.091769689425725 + ], + [ + -1.114008608932407, + 54.078099583763844 + ], + [ + -1.107535667885954, + 54.06352549274964 + ], + [ + -1.105355944270785, + 54.048489564952767 + ], + [ + -1.107535667885954, + 54.033448423485567 + ], + [ + -1.114008608932407, + 54.018859320307115 + ], + [ + -1.124578090371913, + 54.005166214678347 + ], + [ + -1.138922963859349, + 53.992786202137502 + ], + [ + -1.156607367672657, + 53.98209671615912 + ], + [ + -1.177093970150706, + 53.973423906450215 + ], + [ + -1.199760296243926, + 53.967032565534446 + ], + [ + -1.223917641103685, + 53.963117929444785 + ], + [ + -1.248831996030628, + 53.961799620225378 + ], + [ + -1.27374635095757, + 53.963117929444785 + ], + [ + -1.29790369581733, + 53.967032565534446 + ], + [ + -1.320570021910549, + 53.973423906450215 + ], + [ + -1.341056624388598, + 53.98209671615912 + ], + [ + -1.358741028201906, + 53.992786202137502 + ], + [ + -1.373085901689342, + 54.005166214678347 + ], + [ + -1.383655383128848, + 54.018859320307115 + ], + [ + -1.390128324175301, + 54.033448423485567 + ], + [ + -1.392308047790469, + 54.048489564952767 + ], + [ + -1.390128324175301, + 54.06352549274964 + ], + [ + -1.383655383128848, + 54.078099583763844 + ], + [ + -1.373085901689342, + 54.091769689425725 + ], + [ + -1.358741028201906, + 54.104121488335643 + ], + [ + -1.341056624388598, + 54.114780950001375 + ], + [ + -1.320570021910549, + 54.123425546091134 + ], + [ + -1.29790369581733, + 54.12979388705805 + ], + [ + -1.27374635095757, + 54.133693510999336 + ], + [ + -1.248831996030628, + 54.13500660655469 + ], + [ + -1.230330383529849, + 54.134031490593912 + ] + ] + ], + [ + [ + [ + -1.341237470857829, + 54.124877730341431 + ], + [ + -1.343745273166552, + 54.11939283818208 + ], + [ + -1.349886442941327, + 54.111673335074663 + ], + [ + -1.358221223033256, + 54.104694946631277 + ], + [ + -1.368496365366849, + 54.098670131641853 + ], + [ + -1.380399664941771, + 54.093782402331726 + ], + [ + -1.3935694460238, + 54.090180693988202 + ], + [ + -1.407605551478988, + 54.087974788460322 + ], + [ + -1.422081501345692, + 54.087231936765136 + ], + [ + -1.436557451212396, + 54.087974788460322 + ], + [ + -1.450593556667585, + 54.090180693988202 + ], + [ + -1.463763337749613, + 54.093782402331726 + ], + [ + -1.475666637324536, + 54.098670131641853 + ], + [ + -1.485941779658129, + 54.104694946631277 + ], + [ + -1.494276559750058, + 54.111673335074663 + ], + [ + -1.500417729524832, + 54.11939283818208 + ], + [ + -1.504178692646428, + 54.127618557197295 + ], + [ + -1.505445174153534, + 54.136100332351177 + ], + [ + -1.504178692646428, + 54.144580371016126 + ], + [ + -1.500417729524832, + 54.152801090010811 + ], + [ + -1.498503025505975, + 54.155205500997887 + ], + [ + -1.508656794506118, + 54.163968477378873 + ], + [ + -1.519226275945624, + 54.177661583007641 + ], + [ + -1.525699216992078, + 54.192250686186092 + ], + [ + -1.527510359461619, + 54.204748440448178 + ], + [ + -1.550657110753539, + 54.205973219324328 + ], + [ + -1.574814455613299, + 54.209887855413989 + ], + [ + -1.597480781706517, + 54.216279196329758 + ], + [ + -1.617967384184567, + 54.224952006038663 + ], + [ + -1.635651787997874, + 54.235641492017045 + ], + [ + -1.64999666148531, + 54.24802150455789 + ], + [ + -1.660566142924816, + 54.261714610186658 + ], + [ + -1.667039083971269, + 54.27630371336511 + ], + [ + -1.669218807586437, + 54.29134485483231 + ], + [ + -1.667039083971269, + 54.306380782629184 + ], + [ + -1.660566142924816, + 54.320954873643387 + ], + [ + -1.64999666148531, + 54.334624979305268 + ], + [ + -1.639122342745059, + 54.343988421825664 + ], + [ + -1.704761235304072, + 54.43078020680823 + ], + [ + -1.59947745683998, + 54.458455643311382 + ], + [ + -1.534912062106772, + 54.377378633859003 + ], + [ + -1.525742755826597, + 54.377861896434233 + ], + [ + -1.500828400899653, + 54.376548800878879 + ], + [ + -1.476671056039894, + 54.372649176937593 + ], + [ + -1.454004729946675, + 54.366280835970677 + ], + [ + -1.433518127468625, + 54.357636239880918 + ], + [ + -1.415833723655318, + 54.346976778215186 + ], + [ + -1.401488850167881, + 54.334624979305268 + ], + [ + -1.390919368728375, + 54.320954873643387 + ], + [ + -1.384446427681922, + 54.306380782629184 + ], + [ + -1.382610209686442, + 54.293714387216838 + ], + [ + -1.381784684794437, + 54.293670878441688 + ], + [ + -1.329777914747032, + 54.371172659283623 + ], + [ + -1.227378623364148, + 54.346800993282265 + ], + [ + -1.278854638516932, + 54.265552258468787 + ], + [ + -1.274493856676126, + 54.262923751036169 + ], + [ + -1.260148983188689, + 54.250571952126251 + ], + [ + -1.249579501749183, + 54.23690184646437 + ], + [ + -1.24310656070273, + 54.222327755450166 + ], + [ + -1.240926837087562, + 54.207291827653293 + ], + [ + -1.24310656070273, + 54.192250686186092 + ], + [ + -1.249579501749183, + 54.177661583007641 + ], + [ + -1.260148983188689, + 54.163968477378873 + ], + [ + -1.274493856676126, + 54.151588464838028 + ], + [ + -1.292178260489433, + 54.140898978859646 + ], + [ + -1.312664862967483, + 54.132226169150741 + ], + [ + -1.335331189060702, + 54.125834828234971 + ], + [ + -1.341237470857829, + 54.124877730341431 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -1.126435488746689, + 53.909070121667007 + ], + [ + -0.992292926245695, + 53.956582161023491 + ], + [ + -0.931718697540327, + 53.903934925379858 + ], + [ + -1.056659585705642, + 53.856851681094206 + ], + [ + -1.052730413343002, + 53.84800498911715 + ], + [ + -1.050550689727833, + 53.832969061320277 + ], + [ + -1.052730413343002, + 53.817927919853076 + ], + [ + -1.059203354389454, + 53.803338816674625 + ], + [ + -1.069772835828961, + 53.789645711045857 + ], + [ + -1.084117709316397, + 53.777265698505012 + ], + [ + -1.101802113129704, + 53.76657621252663 + ], + [ + -1.122288715607754, + 53.757903402817725 + ], + [ + -1.144955041700973, + 53.751512061901956 + ], + [ + -1.169112386560733, + 53.747597425812295 + ], + [ + -1.194026741487676, + 53.746279116592888 + ], + [ + -1.218941096414618, + 53.747597425812295 + ], + [ + -1.243098441274378, + 53.751512061901956 + ], + [ + -1.265764767367597, + 53.757903402817725 + ], + [ + -1.280783288239103, + 53.763990452413374 + ], + [ + -1.391425079363644, + 53.718412933756134 + ], + [ + -1.457896854500314, + 53.772972270826202 + ], + [ + -1.335323069632349, + 53.817927919853076 + ], + [ + -1.337502793247517, + 53.832969061320277 + ], + [ + -1.335323069632349, + 53.84800498911715 + ], + [ + -1.328850128585895, + 53.862579080131354 + ], + [ + -1.31828064714639, + 53.876249185793235 + ], + [ + -1.303935773658953, + 53.888600984703153 + ], + [ + -1.286251369845646, + 53.899260446368885 + ], + [ + -1.265764767367597, + 53.907905042458644 + ], + [ + -1.243098441274378, + 53.914273383425559 + ], + [ + -1.218941096414618, + 53.918173007366846 + ], + [ + -1.194026741487676, + 53.9194861029222 + ], + [ + -1.169112386560733, + 53.918173007366846 + ], + [ + -1.144955041700973, + 53.914273383425559 + ], + [ + -1.126435488746689, + 53.909070121667007 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -0.693748513340667, + 53.16723029160903 + ], + [ + -0.778840882236303, + 53.211302153378554 + ], + [ + -0.68053569585065, + 53.272614171065044 + ], + [ + -0.687051753017116, + 53.281055934227616 + ], + [ + -0.693524694063569, + 53.295645037406068 + ], + [ + -0.695704417678737, + 53.310686178873269 + ], + [ + -0.693524694063569, + 53.325722106670142 + ], + [ + -0.687051753017116, + 53.340296197684346 + ], + [ + -0.67648227157761, + 53.353966303346226 + ], + [ + -0.662137398090173, + 53.366318102256145 + ], + [ + -0.644452994276866, + 53.376977563921876 + ], + [ + -0.623966391798817, + 53.385622160011636 + ], + [ + -0.601300065705598, + 53.391990500978551 + ], + [ + -0.577142720845838, + 53.395890124919838 + ], + [ + -0.552228365918896, + 53.397203220475191 + ], + [ + -0.527314010991953, + 53.395890124919838 + ], + [ + -0.503156666132193, + 53.391990500978551 + ], + [ + -0.480490340038975, + 53.385622160011636 + ], + [ + -0.460003737560924, + 53.376977563921876 + ], + [ + -0.442319333747618, + 53.366318102256145 + ], + [ + -0.427974460260181, + 53.353966303346226 + ], + [ + -0.417404978820675, + 53.340296197684346 + ], + [ + -0.410932037774222, + 53.325722106670142 + ], + [ + -0.408752314159053, + 53.310686178873269 + ], + [ + -0.410932037774222, + 53.295645037406068 + ], + [ + -0.417404978820675, + 53.281055934227616 + ], + [ + -0.427974460260181, + 53.267362828598849 + ], + [ + -0.442319333747618, + 53.254982816058003 + ], + [ + -0.45951090749542, + 53.244591225339789 + ], + [ + -0.451645469226894, + 53.242381348338014 + ], + [ + -0.431158866748844, + 53.233736752248255 + ], + [ + -0.413474462935537, + 53.223077290582523 + ], + [ + -0.399129589448101, + 53.210725491672605 + ], + [ + -0.388560108008594, + 53.197055386010724 + ], + [ + -0.382087166962142, + 53.182481294996521 + ], + [ + -0.379907443346973, + 53.167445367199647 + ], + [ + -0.382087166962142, + 53.152404225732447 + ], + [ + -0.388560108008594, + 53.137815122553995 + ], + [ + -0.399129589448101, + 53.124122016925227 + ], + [ + -0.413474462935537, + 53.111742004384382 + ], + [ + -0.41786253744305, + 53.109089596001532 + ], + [ + -0.405493675927566, + 53.105614435219884 + ], + [ + -0.385007073449516, + 53.096969839130125 + ], + [ + -0.367322669636209, + 53.086310377464393 + ], + [ + -0.352977796148773, + 53.073958578554475 + ], + [ + -0.352758748352739, + 53.0736752717022 + ], + [ + -0.306960871436422, + 53.076028435578692 + ], + [ + -0.307003425181696, + 53.076124345764804 + ], + [ + -0.309183148796865, + 53.091165487232004 + ], + [ + -0.307003425181696, + 53.106201415028877 + ], + [ + -0.300530484135243, + 53.120775506043081 + ], + [ + -0.289961002695737, + 53.134445611704962 + ], + [ + -0.2756161292083, + 53.14679741061488 + ], + [ + -0.257931725394994, + 53.157456872280612 + ], + [ + -0.237445122916944, + 53.166101468370371 + ], + [ + -0.214778796823726, + 53.172469809337287 + ], + [ + -0.190621451963966, + 53.176369433278573 + ], + [ + -0.165707097037023, + 53.177682528833927 + ], + [ + -0.14079274211008, + 53.176369433278573 + ], + [ + -0.116635397250321, + 53.172469809337287 + ], + [ + -0.093969071157102, + 53.166101468370371 + ], + [ + -0.073482468679052, + 53.157456872280612 + ], + [ + -0.062302027606222, + 53.15071774302978 + ], + [ + 0.079294024423078, + 53.176739818834385 + ], + [ + 0.113907869397574, + 53.110994598165803 + ], + [ + -0.0228778936446, + 53.086701922340353 + ], + [ + -0.024410768892349, + 53.076124345764804 + ], + [ + -0.030883709938802, + 53.061535242586352 + ], + [ + -0.041453191378309, + 53.047842136957584 + ], + [ + -0.055798064865745, + 53.035462124416739 + ], + [ + -0.073482468679052, + 53.024772638438357 + ], + [ + -0.093969071157102, + 53.016099828729452 + ], + [ + -0.116635397250321, + 53.009708487813683 + ], + [ + -0.14079274211008, + 53.005793851724022 + ], + [ + -0.165707097037023, + 53.004475542504615 + ], + [ + -0.190621451963966, + 53.005793851724022 + ], + [ + -0.214778796823726, + 53.009708487813683 + ], + [ + -0.237445122916944, + 53.016099828729452 + ], + [ + -0.240815086027292, + 53.01752647079045 + ], + [ + -0.33805883372768, + 53.010851330823456 + ], + [ + -0.342408314709266, + 53.001048209435865 + ], + [ + -0.352977796148773, + 52.987355103807097 + ], + [ + -0.367322669636209, + 52.974975091266252 + ], + [ + -0.385007073449516, + 52.96428560528787 + ], + [ + -0.405493675927566, + 52.955612795578965 + ], + [ + -0.428160002020785, + 52.949221454663196 + ], + [ + -0.452317346880544, + 52.945306818573535 + ], + [ + -0.477231701807487, + 52.943988509354128 + ], + [ + -0.487741855552321, + 52.944544639850776 + ], + [ + -0.48979754889033, + 52.941888235382066 + ], + [ + -0.497858400357845, + 52.934950209768168 + ], + [ + -0.507795842647278, + 52.928960286637448 + ], + [ + -0.519307931603253, + 52.924100894190872 + ], + [ + -0.532044878228242, + 52.92052008429085 + ], + [ + -0.545619676844249, + 52.918326985512365 + ], + [ + -0.559619864064507, + 52.917588447808519 + ], + [ + -0.573620051284765, + 52.918326985512365 + ], + [ + -0.581271650958657, + 52.919563152204262 + ], + [ + -0.654807937744359, + 52.892276599685154 + ], + [ + -0.709613192287311, + 52.951404918257467 + ], + [ + -0.637905122173949, + 52.977108402894899 + ], + [ + -0.635381514991428, + 52.982779232154201 + ], + [ + -0.629442179238684, + 52.990446894437028 + ], + [ + -0.621381327771169, + 52.997376019457988 + ], + [ + -0.612734590769205, + 53.00257971153443 + ], + [ + -0.61852802995216, + 53.015637312614317 + ], + [ + -0.620707753567329, + 53.030678454081517 + ], + [ + -0.61852802995216, + 53.04571438187839 + ], + [ + -0.612055088905707, + 53.060288472892594 + ], + [ + -0.601485607466201, + 53.073958578554475 + ], + [ + -0.587140733978765, + 53.086310377464393 + ], + [ + -0.58282425016115, + 53.088912183794442 + ], + [ + -0.595121520986736, + 53.092379708697095 + ], + [ + -0.615608123464786, + 53.101052518406 + ], + [ + -0.633292527278093, + 53.111742004384382 + ], + [ + -0.647637400765529, + 53.124122016925227 + ], + [ + -0.658206882205036, + 53.137815122553995 + ], + [ + -0.664679823251488, + 53.152404225732447 + ], + [ + -0.666859546866657, + 53.167445367199647 + ], + [ + -0.664679823251488, + 53.182481294996521 + ], + [ + -0.66068079994075, + 53.191485259234781 + ], + [ + -0.693748513340667, + 53.16723029160903 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 1 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -2.390394938948953, + 52.871170862328754 + ], + [ + -2.392574662564121, + 52.856129720861553 + ], + [ + -2.399047603610574, + 52.841540617683101 + ], + [ + -2.40961708505008, + 52.827847512054333 + ], + [ + -2.423961958537517, + 52.815467499513488 + ], + [ + -2.441646362350824, + 52.804778013535106 + ], + [ + -2.462132964828874, + 52.796105203826201 + ], + [ + -2.484799290922092, + 52.789713862910432 + ], + [ + -2.508956635781852, + 52.785799226820771 + ], + [ + -2.521308311683803, + 52.785145654682765 + ], + [ + -2.522376581218481, + 52.777774081018848 + ], + [ + -2.528849522264934, + 52.763184977840396 + ], + [ + -2.53941900370444, + 52.749491872211628 + ], + [ + -2.553763877191877, + 52.737111859670783 + ], + [ + -2.571448281005184, + 52.726422373692401 + ], + [ + -2.591934883483234, + 52.717749563983496 + ], + [ + -2.605262045968688, + 52.71399163521577 + ], + [ + -2.605262045968688, + 52.625417833337238 + ], + [ + -2.608146533049896, + 52.625417833337238 + ], + [ + -2.717757042135788, + 52.625417833337238 + ], + [ + -2.720641529216996, + 52.625417833337238 + ], + [ + -2.720641529216996, + 52.713584958363342 + ], + [ + -2.735410935243076, + 52.717749563983496 + ], + [ + -2.755897537721125, + 52.726422373692401 + ], + [ + -2.773581941534432, + 52.737111859670783 + ], + [ + -2.787926815021869, + 52.749491872211628 + ], + [ + -2.798496296461375, + 52.763184977840396 + ], + [ + -2.804969237507828, + 52.777774081018848 + ], + [ + -2.807148961122997, + 52.792815222486048 + ], + [ + -2.804969237507828, + 52.807851150282922 + ], + [ + -2.798496296461375, + 52.822425241297125 + ], + [ + -2.787926815021869, + 52.836095346959006 + ], + [ + -2.773581941534432, + 52.848447145868924 + ], + [ + -2.755897537721125, + 52.859106607534656 + ], + [ + -2.735410935243076, + 52.867751203624415 + ], + [ + -2.720641529216996, + 52.87190082244954 + ], + [ + -2.720641529216996, + 52.962048128762788 + ], + [ + -2.717757042135788, + 52.962048128762788 + ], + [ + -2.608146533049896, + 52.962048128762788 + ], + [ + -2.605262045968688, + 52.962048128762788 + ], + [ + -2.605262045968688, + 52.946204328485415 + ], + [ + -2.582942690495497, + 52.952475184434036 + ], + [ + -2.558785345635737, + 52.956374808375323 + ], + [ + -2.533870990708795, + 52.957687903930676 + ], + [ + -2.508956635781852, + 52.956374808375323 + ], + [ + -2.484799290922092, + 52.952475184434036 + ], + [ + -2.462132964828874, + 52.94610684346712 + ], + [ + -2.441646362350824, + 52.937462247377361 + ], + [ + -2.423961958537517, + 52.926802785711629 + ], + [ + -2.40961708505008, + 52.914450986801711 + ], + [ + -2.399047603610574, + 52.900780881139831 + ], + [ + -2.392574662564121, + 52.886206790125627 + ], + [ + -2.390394938948953, + 52.871170862328754 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 1 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -0.333348198048738, + 52.600455603324761 + ], + [ + -0.33449313012221, + 52.592555021265831 + ], + [ + -0.340966071168663, + 52.577965918087379 + ], + [ + -0.351535552608169, + 52.564272812458611 + ], + [ + -0.365880426095606, + 52.551892799917766 + ], + [ + -0.383564829908912, + 52.541203313939384 + ], + [ + -0.404051432386962, + 52.532530504230479 + ], + [ + -0.426717758480181, + 52.52613916331471 + ], + [ + -0.450875103339941, + 52.522224527225049 + ], + [ + -0.475789458266884, + 52.520906218005642 + ], + [ + -0.500703813193826, + 52.522224527225049 + ], + [ + -0.524861158053586, + 52.52613916331471 + ], + [ + -0.547527484146804, + 52.532530504230479 + ], + [ + -0.568014086624854, + 52.541203313939384 + ], + [ + -0.585698490438161, + 52.551892799917766 + ], + [ + -0.590872218342524, + 52.556357866576946 + ], + [ + -0.726983132938771, + 52.533050591109898 + ], + [ + -0.756042081012475, + 52.593454595284953 + ], + [ + -0.617615634131905, + 52.618977153724586 + ], + [ + -0.617085786411557, + 52.622632090529905 + ], + [ + -0.610612845365104, + 52.637206181544109 + ], + [ + -0.600043363925597, + 52.650876287205989 + ], + [ + -0.585698490438161, + 52.663228086115907 + ], + [ + -0.568014086624854, + 52.673887547781639 + ], + [ + -0.547527484146804, + 52.682532143871398 + ], + [ + -0.524861158053586, + 52.688900484838314 + ], + [ + -0.500703813193826, + 52.692800108779601 + ], + [ + -0.475789458266884, + 52.694113204334954 + ], + [ + -0.450875103339941, + 52.692800108779601 + ], + [ + -0.426717758480181, + 52.688900484838314 + ], + [ + -0.404051432386962, + 52.682532143871398 + ], + [ + -0.383564829908912, + 52.673887547781639 + ], + [ + -0.368628458981856, + 52.664884492038119 + ], + [ + -0.227480270676156, + 52.690908875137318 + ], + [ + -0.194094591980641, + 52.624301025023946 + ], + [ + -0.333348198048738, + 52.600455603324761 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 0.74272605310092, + 52.765924354368316 + ], + [ + 0.8076270124281, + 52.714406837543365 + ], + [ + 0.689852647384552, + 52.664286336512973 + ], + [ + 0.690942027247236, + 52.661833553279841 + ], + [ + 0.693121750862405, + 52.646797625482968 + ], + [ + 0.690942027247236, + 52.631756484015767 + ], + [ + 0.684469086200783, + 52.617167380837316 + ], + [ + 0.673899604761277, + 52.603474275208548 + ], + [ + 0.65955473127384, + 52.591094262667703 + ], + [ + 0.641870327460534, + 52.580404776689321 + ], + [ + 0.621383724982483, + 52.571731966980416 + ], + [ + 0.598717398889265, + 52.565340626064646 + ], + [ + 0.574560054029505, + 52.561425989974985 + ], + [ + 0.549645699102562, + 52.560107680755578 + ], + [ + 0.52473134417562, + 52.561425989974985 + ], + [ + 0.50057399931586, + 52.565340626064646 + ], + [ + 0.477907673222641, + 52.571731966980416 + ], + [ + 0.475129656382151, + 52.572908014177678 + ], + [ + 0.359089271300255, + 52.523525432170857 + ], + [ + 0.299957286135491, + 52.577021077545012 + ], + [ + 0.411517027717622, + 52.624617029018417 + ], + [ + 0.408349370957889, + 52.631756484015767 + ], + [ + 0.406169647342721, + 52.646797625482968 + ], + [ + 0.408349370957889, + 52.661833553279841 + ], + [ + 0.414822312004342, + 52.676407644294045 + ], + [ + 0.425391793443848, + 52.690077749955925 + ], + [ + 0.439736666931285, + 52.702429548865844 + ], + [ + 0.457421070744592, + 52.713089010531576 + ], + [ + 0.477907673222641, + 52.721733606621335 + ], + [ + 0.50057399931586, + 52.72810194758825 + ], + [ + 0.52473134417562, + 52.732001571529537 + ], + [ + 0.549645699102562, + 52.73331466708489 + ], + [ + 0.574560054029505, + 52.732001571529537 + ], + [ + 0.598717398889265, + 52.72810194758825 + ], + [ + 0.621383724982483, + 52.721733606621335 + ], + [ + 0.630314690125928, + 52.717965066355106 + ], + [ + 0.74272605310092, + 52.765924354368316 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 1 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 0.516145920313608, + 52.270114545973897 + ], + [ + 0.513985825324137, + 52.269764508092997 + ], + [ + 0.489071470397194, + 52.26844619887359 + ], + [ + 0.464157115470252, + 52.269764508092997 + ], + [ + 0.439999770610492, + 52.273679144182658 + ], + [ + 0.417333444517273, + 52.280070485098427 + ], + [ + 0.402473454406029, + 52.286361321592622 + ], + [ + 0.193952385901097, + 52.316164449243004 + ], + [ + 0.237940813889519, + 52.431949485235826 + ], + [ + 0.380571196552784, + 52.41161721098328 + ], + [ + 0.396846842039224, + 52.421427528649588 + ], + [ + 0.417333444517273, + 52.430072124739347 + ], + [ + 0.434603557853723, + 52.434924343392318 + ], + [ + 0.435013721572798, + 52.435847843750132 + ], + [ + 0.445583203012304, + 52.449517949412012 + ], + [ + 0.459928076499741, + 52.461869748321931 + ], + [ + 0.477612480313048, + 52.472529209987663 + ], + [ + 0.498099082791097, + 52.481173806077422 + ], + [ + 0.520765408884316, + 52.487542147044337 + ], + [ + 0.544922753744076, + 52.491441770985624 + ], + [ + 0.569837108671018, + 52.492754866540977 + ], + [ + 0.594751463597961, + 52.491441770985624 + ], + [ + 0.61890880845772, + 52.487542147044337 + ], + [ + 0.632766316199026, + 52.483648735563122 + ], + [ + 0.760032975588168, + 52.529009542032163 + ], + [ + 0.817722717212328, + 52.472819857731615 + ], + [ + 0.707992077355787, + 52.428346651801192 + ], + [ + 0.711133436815692, + 52.421273752735928 + ], + [ + 0.71331316043086, + 52.406237824939055 + ], + [ + 0.711133436815692, + 52.391196683471854 + ], + [ + 0.704660495769239, + 52.376607580293403 + ], + [ + 0.696879304984497, + 52.366526795541297 + ], + [ + 0.765801949750584, + 52.356701721181764 + ], + [ + 0.721813521762162, + 52.240719253577467 + ], + [ + 0.516145920313608, + 52.270114545973897 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + 1.11770937365796, + 52.261468452273562 + ], + [ + 1.195590524850576, + 52.212891272959979 + ], + [ + 1.090825191870238, + 52.155383628169943 + ], + [ + 1.091181764651112, + 52.154922452508814 + ], + [ + 1.097654705697564, + 52.14034836149461 + ], + [ + 1.099834429312733, + 52.125312433697736 + ], + [ + 1.097654705697564, + 52.110271292230536 + ], + [ + 1.091181764651112, + 52.095682189052084 + ], + [ + 1.080612283211605, + 52.081989083423316 + ], + [ + 1.066267409724169, + 52.069609070882471 + ], + [ + 1.048583005910862, + 52.058919584904089 + ], + [ + 1.028096403432812, + 52.050246775195184 + ], + [ + 1.005430077339593, + 52.043855434279415 + ], + [ + 0.981272732479833, + 52.039940798189754 + ], + [ + 0.956358377552891, + 52.038622488970347 + ], + [ + 0.931444022625948, + 52.039940798189754 + ], + [ + 0.907286677766188, + 52.043855434279415 + ], + [ + 0.894312118261155, + 52.047513937765494 + ], + [ + 0.788877846400248, + 51.98963909995048 + ], + [ + 0.718207912910652, + 52.042008664709215 + ], + [ + 0.820433544830606, + 52.098164693332535 + ], + [ + 0.815062049408218, + 52.110271292230536 + ], + [ + 0.812882325793049, + 52.125312433697736 + ], + [ + 0.815062049408218, + 52.14034836149461 + ], + [ + 0.82153499045467, + 52.154922452508814 + ], + [ + 0.832104471894177, + 52.168592558170694 + ], + [ + 0.846449345381613, + 52.180944357080612 + ], + [ + 0.86413374919492, + 52.191603818746344 + ], + [ + 0.88462035167297, + 52.200248414836103 + ], + [ + 0.907286677766188, + 52.206616755803019 + ], + [ + 0.931444022625948, + 52.210516379744305 + ], + [ + 0.956358377552891, + 52.211829475299659 + ], + [ + 0.981272732479833, + 52.210516379744305 + ], + [ + 1.005430077339593, + 52.206616755803019 + ], + [ + 1.01365264482426, + 52.20430653961931 + ], + [ + 1.11770937365796, + 52.261468452273562 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -1.862782299888806, + 51.756305110878479 + ], + [ + -1.869176998932928, + 51.767946014703895 + ], + [ + -1.489866947754076, + 51.833944883293142 + ], + [ + -1.479771242969848, + 51.832162400264764 + ], + [ + -1.460625715059278, + 51.824816280996238 + ], + [ + -1.446551906872534, + 51.817253470480857 + ], + [ + -1.436503936751728, + 51.807200229322802 + ], + [ + -1.429292719048708, + 51.795605948550204 + ], + [ + -1.331220158287636, + 51.808091973577049 + ], + [ + -1.299490800394348, + 51.731337472743881 + ], + [ + -1.523436421985488, + 51.691326650224951 + ], + [ + -1.52015406210676, + 51.652662829869506 + ], + [ + -1.657324609979955, + 51.652237303978595 + ], + [ + -1.657734423740117, + 51.651313641119927 + ], + [ + -1.668303905179623, + 51.637620535491159 + ], + [ + -1.682648778667059, + 51.625240522950314 + ], + [ + -1.700333182480366, + 51.614551036971932 + ], + [ + -1.720819784958416, + 51.605878227263027 + ], + [ + -1.743486111051635, + 51.599486886347258 + ], + [ + -1.767643455911395, + 51.595572250257597 + ], + [ + -1.792557810838338, + 51.59425394103819 + ], + [ + -1.81747216576528, + 51.595572250257597 + ], + [ + -1.84162951062504, + 51.599486886347258 + ], + [ + -1.864295836718259, + 51.605878227263027 + ], + [ + -1.884782439196308, + 51.614551036971932 + ], + [ + -1.902466843009615, + 51.625240522950314 + ], + [ + -1.916811716497052, + 51.637620535491159 + ], + [ + -1.927381197936558, + 51.651313641119927 + ], + [ + -1.933854138983011, + 51.665902744298378 + ], + [ + -1.936033862598179, + 51.680943885765579 + ], + [ + -1.933854138983011, + 51.695979813562452 + ], + [ + -1.927381197936558, + 51.710553904576656 + ], + [ + -1.916811716497052, + 51.724224010238537 + ], + [ + -1.902466843009615, + 51.736575809148455 + ], + [ + -1.884782439196308, + 51.747235270814187 + ], + [ + -1.864295836718259, + 51.755879866903946 + ], + [ + -1.862782299888806, + 51.756305110878479 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 1 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -0.951035885426158, + 51.611115167956839 + ], + [ + -0.953215609041327, + 51.596074026489639 + ], + [ + -0.959688550087779, + 51.581484923311187 + ], + [ + -0.970258031527286, + 51.567791817682419 + ], + [ + -0.984602905014722, + 51.555411805141574 + ], + [ + -1.002287308828029, + 51.544722319163192 + ], + [ + -1.022773911306079, + 51.536049509454287 + ], + [ + -1.045440237399298, + 51.529658168538518 + ], + [ + -1.06449749470871, + 51.526569988621958 + ], + [ + -1.086038756384955, + 51.440996139007844 + ], + [ + -1.18843804776784, + 51.453580119309166 + ], + [ + -1.169082764045132, + 51.53724874899936 + ], + [ + -1.186736565543971, + 51.544722319163192 + ], + [ + -1.204420969357278, + 51.555411805141574 + ], + [ + -1.218765842844714, + 51.567791817682419 + ], + [ + -1.229335324284221, + 51.581484923311187 + ], + [ + -1.235808265330673, + 51.596074026489639 + ], + [ + -1.237987988945842, + 51.611115167956839 + ], + [ + -1.235808265330673, + 51.626151095753713 + ], + [ + -1.229335324284221, + 51.640725186767916 + ], + [ + -1.218765842844714, + 51.654395292429797 + ], + [ + -1.204420969357278, + 51.666747091339715 + ], + [ + -1.186736565543971, + 51.677406553005447 + ], + [ + -1.166249963065921, + 51.686051149095206 + ], + [ + -1.143583636972703, + 51.692419490062122 + ], + [ + -1.132783394644429, + 51.694162930154548 + ], + [ + -1.111999140115827, + 51.784008685993307 + ], + [ + -1.002388631029923, + 51.773300873749861 + ], + [ + -1.024247533484493, + 51.686465178631792 + ], + [ + -1.022773911306079, + 51.686051149095206 + ], + [ + -1.002287308828029, + 51.677406553005447 + ], + [ + -0.984602905014722, + 51.666747091339715 + ], + [ + -0.970258031527286, + 51.654395292429797 + ], + [ + -0.959688550087779, + 51.640725186767916 + ], + [ + -0.953215609041327, + 51.626151095753713 + ], + [ + -0.951035885426158, + 51.611115167956839 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 1 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -0.801042557203342, + 51.231427971406333 + ], + [ + -0.803222280818511, + 51.216386829939132 + ], + [ + -0.809695221864963, + 51.201797726760681 + ], + [ + -0.82026470330447, + 51.188104621131913 + ], + [ + -0.834609576791906, + 51.175724608591068 + ], + [ + -0.852293980605213, + 51.165035122612686 + ], + [ + -0.872780583083263, + 51.156362312903781 + ], + [ + -0.895446909176482, + 51.149970971988012 + ], + [ + -0.919604254036242, + 51.146056335898351 + ], + [ + -0.944518608963185, + 51.144738026678944 + ], + [ + -0.969432963890127, + 51.146056335898351 + ], + [ + -0.993590308749887, + 51.149970971988012 + ], + [ + -1.016256634843105, + 51.156362312903781 + ], + [ + -1.036743237321155, + 51.165035122612686 + ], + [ + -1.054427641134462, + 51.175724608591068 + ], + [ + -1.068772514621898, + 51.188104621131913 + ], + [ + -1.07869838178658, + 51.200963903616206 + ], + [ + -1.208629457336295, + 51.204403961819132 + ], + [ + -1.204302726714484, + 51.275735335148553 + ], + [ + -1.07125583022309, + 51.271496283941836 + ], + [ + -1.068772514621898, + 51.274708095879291 + ], + [ + -1.054427641134462, + 51.287059894789209 + ], + [ + -1.036743237321155, + 51.297719356454941 + ], + [ + -1.016256634843105, + 51.3063639525447 + ], + [ + -0.993590308749887, + 51.312732293511615 + ], + [ + -0.969432963890127, + 51.316631917452902 + ], + [ + -0.944518608963185, + 51.317945013008256 + ], + [ + -0.919604254036242, + 51.316631917452902 + ], + [ + -0.895446909176482, + 51.312732293511615 + ], + [ + -0.872780583083263, + 51.3063639525447 + ], + [ + -0.852293980605213, + 51.297719356454941 + ], + [ + -0.834609576791906, + 51.287059894789209 + ], + [ + -0.82026470330447, + 51.274708095879291 + ], + [ + -0.809695221864963, + 51.26103799021741 + ], + [ + -0.803222280818511, + 51.246463899203206 + ], + [ + -0.801042557203342, + 51.231427971406333 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 1 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -1.676650405967063, + 51.075777090472954 + ], + [ + -1.677552478740296, + 51.075395206482469 + ], + [ + -1.700218804833515, + 51.0690038655667 + ], + [ + -1.724376149693275, + 51.065089229477039 + ], + [ + -1.749290504620217, + 51.063770920257632 + ], + [ + -1.77420485954716, + 51.065089229477039 + ], + [ + -1.79836220440692, + 51.0690038655667 + ], + [ + -1.811207779811654, + 51.07262599874052 + ], + [ + -1.91677103577286, + 51.015158147717109 + ], + [ + -1.987440969262456, + 51.069566398621241 + ], + [ + -1.885698268660849, + 51.124401584221246 + ], + [ + -1.89058683276489, + 51.135419723517821 + ], + [ + -1.892766556380059, + 51.150460864985021 + ], + [ + -1.89058683276489, + 51.165496792781894 + ], + [ + -1.884113891718438, + 51.180070883796098 + ], + [ + -1.873544410278931, + 51.193740989457979 + ], + [ + -1.859199536791495, + 51.206092788367897 + ], + [ + -1.841515132978188, + 51.216752250033629 + ], + [ + -1.821028530500138, + 51.225396846123388 + ], + [ + -1.79836220440692, + 51.231765187090303 + ], + [ + -1.77420485954716, + 51.23566481103159 + ], + [ + -1.749290504620217, + 51.236977906586944 + ], + [ + -1.724376149693275, + 51.23566481103159 + ], + [ + -1.700218804833515, + 51.231765187090303 + ], + [ + -1.691196336329536, + 51.229230230363733 + ], + [ + -1.586497264974544, + 51.285658779792357 + ], + [ + -1.514385087944344, + 51.23421406346322 + ], + [ + -1.541357347410036, + 51.219530566117243 + ], + [ + -1.524265092879827, + 51.21677143156154 + ], + [ + -1.501598766786608, + 51.210403090594625 + ], + [ + -1.481112164308558, + 51.201758494504865 + ], + [ + -1.46835237204922, + 51.19406739460198 + ], + [ + -1.374487464505755, + 51.201692995335449 + ], + [ + -1.349969324315487, + 51.138391807833692 + ], + [ + -1.430900273192885, + 51.128293836630462 + ], + [ + -1.432040464521855, + 51.120425967989057 + ], + [ + -1.438513405568308, + 51.105836864810605 + ], + [ + -1.449082887007814, + 51.092143759181837 + ], + [ + -1.463427760495251, + 51.079763746640992 + ], + [ + -1.481112164308558, + 51.06907426066261 + ], + [ + -1.501598766786608, + 51.060401450953705 + ], + [ + -1.524265092879827, + 51.054010110037936 + ], + [ + -1.548422437739586, + 51.050095473948275 + ], + [ + -1.573336792666529, + 51.048777164728868 + ], + [ + -1.598251147593472, + 51.050095473948275 + ], + [ + -1.622408492453232, + 51.054010110037936 + ], + [ + -1.64507481854645, + 51.060401450953705 + ], + [ + -1.6655614210245, + 51.06907426066261 + ], + [ + -1.676650405967063, + 51.075777090472954 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 1 + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -2.48262218321111, + 50.984860351029397 + ], + [ + -2.488466703128021, + 50.971687621124332 + ], + [ + -2.499036184567528, + 50.957994515495564 + ], + [ + -2.513381058054964, + 50.945614502954719 + ], + [ + -2.531065461868272, + 50.934925016976337 + ], + [ + -2.551552064346321, + 50.926252207267432 + ], + [ + -2.57421839043954, + 50.919860866351662 + ], + [ + -2.5983757352993, + 50.915946230262001 + ], + [ + -2.623290090226243, + 50.914627921042594 + ], + [ + -2.648204445153185, + 50.915946230262001 + ], + [ + -2.672361790012945, + 50.919860866351662 + ], + [ + -2.695028116106164, + 50.926252207267432 + ], + [ + -2.715514718584213, + 50.934925016976337 + ], + [ + -2.73319912239752, + 50.945614502954719 + ], + [ + -2.747543995884957, + 50.957994515495564 + ], + [ + -2.753992854612304, + 50.966349220903204 + ], + [ + -2.840415522665947, + 50.960454032429318 + ], + [ + -2.841667294338926, + 50.951441308322046 + ], + [ + -2.845480243216992, + 50.942475770445114 + ], + [ + -2.851706299055796, + 50.934062023322056 + ], + [ + -2.860156286299214, + 50.926456080387673 + ], + [ + -2.870573456360752, + 50.919889493388091 + ], + [ + -2.882641288799434, + 50.914562262634988 + ], + [ + -2.895993108633229, + 50.910636702444279 + ], + [ + -2.910223227572834, + 50.908232455111524 + ], + [ + -2.924899270655055, + 50.907422811462723 + ], + [ + -2.939575313737277, + 50.908232455111524 + ], + [ + -2.953805432676881, + 50.910636702444279 + ], + [ + -2.967157252510676, + 50.914562262634988 + ], + [ + -2.979225084949358, + 50.919889493388091 + ], + [ + -2.989642255010897, + 50.926456080387673 + ], + [ + -2.998092242254314, + 50.934062023322056 + ], + [ + -3.004318298093119, + 50.942475770445114 + ], + [ + -3.008131246971184, + 50.951441308322046 + ], + [ + -3.009415234366296, + 50.960685984806716 + ], + [ + -3.008131246971184, + 50.969928822231083 + ], + [ + -3.004318298093118, + 50.978889064745033 + ], + [ + -2.998092242254314, + 50.987294698901771 + ], + [ + -2.989642255010897, + 50.994890689810411 + ], + [ + -2.979225084949358, + 51.001446686086318 + ], + [ + -2.967157252510675, + 51.006763964815349 + ], + [ + -2.953805432676881, + 51.010681412042324 + ], + [ + -2.939575313737277, + 51.013080364014364 + ], + [ + -2.924899270655055, + 51.013888168603728 + ], + [ + -2.910223227572834, + 51.013080364014364 + ], + [ + -2.895993108633229, + 51.010681412042324 + ], + [ + -2.895130866372546, + 51.010428428659147 + ], + [ + -2.896054399842977, + 51.020601848420647 + ], + [ + -2.758392080358449, + 51.030300598476487 + ], + [ + -2.758113477324463, + 51.030927884581061 + ], + [ + -2.747543995884957, + 51.044597990242941 + ], + [ + -2.73319912239752, + 51.05694978915286 + ], + [ + -2.715514718584213, + 51.067609250818592 + ], + [ + -2.695028116106164, + 51.076253846908351 + ], + [ + -2.672361790012945, + 51.082622187875266 + ], + [ + -2.648204445153185, + 51.086521811816553 + ], + [ + -2.623290090226243, + 51.087834907371906 + ], + [ + -2.5983757352993, + 51.086521811816553 + ], + [ + -2.57421839043954, + 51.082622187875266 + ], + [ + -2.551552064346321, + 51.076253846908351 + ], + [ + -2.531065461868272, + 51.067609250818592 + ], + [ + -2.513381058054964, + 51.05694978915286 + ], + [ + -2.503303497986584, + 51.048272403773595 + ], + [ + -2.381173455847349, + 51.056876855285481 + ], + [ + -2.371077751063121, + 50.992469181739374 + ], + [ + -2.48262218321111, + 50.984860351029397 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -5.119245571691445, + 50.083682346893788 + ], + [ + -4.993437068766349, + 50.051951214365182 + ], + [ + -5.037425496754771, + 49.988474574382863 + ], + [ + -5.105165507795096, + 50.007090368634195 + ], + [ + -5.106877005980852, + 49.995280207862585 + ], + [ + -5.113349947027306, + 49.980691104684134 + ], + [ + -5.123919428466811, + 49.966997999055366 + ], + [ + -5.138264301954248, + 49.954617986514521 + ], + [ + -5.155948705767555, + 49.943928500536138 + ], + [ + -5.176435308245605, + 49.935255690827233 + ], + [ + -5.199101634338824, + 49.928864349911464 + ], + [ + -5.223258979198584, + 49.924949713821803 + ], + [ + -5.248173334125527, + 49.923631404602396 + ], + [ + -5.273087689052469, + 49.924949713821803 + ], + [ + -5.29724503391223, + 49.928864349911464 + ], + [ + -5.319911360005447, + 49.935255690827233 + ], + [ + -5.340397962483497, + 49.943928500536138 + ], + [ + -5.358082366296804, + 49.954617986514521 + ], + [ + -5.372427239784241, + 49.966997999055366 + ], + [ + -5.382996721223747, + 49.980691104684134 + ], + [ + -5.3894696622702, + 49.995280207862585 + ], + [ + -5.391649385885368, + 50.010321349329786 + ], + [ + -5.3894696622702, + 50.025357277126659 + ], + [ + -5.383648215177779, + 50.038464502907097 + ], + [ + -5.38684967519028, + 50.041227449205543 + ], + [ + -5.397419156629786, + 50.054920554834311 + ], + [ + -5.40389209767624, + 50.069509658012763 + ], + [ + -5.406071821291407, + 50.084550799479963 + ], + [ + -5.40389209767624, + 50.099586727276836 + ], + [ + -5.397419156629786, + 50.11416081829104 + ], + [ + -5.38684967519028, + 50.127830923952921 + ], + [ + -5.372504801702844, + 50.140182722862839 + ], + [ + -5.354820397889537, + 50.150842184528571 + ], + [ + -5.334333795411487, + 50.15948678061833 + ], + [ + -5.311667469318269, + 50.165855121585246 + ], + [ + -5.287510124458509, + 50.169754745526532 + ], + [ + -5.262595769531567, + 50.171067841081886 + ], + [ + -5.237681414604623, + 50.169754745526532 + ], + [ + -5.213524069744864, + 50.165855121585246 + ], + [ + -5.190857743651645, + 50.15948678061833 + ], + [ + -5.170371141173595, + 50.150842184528571 + ], + [ + -5.152686737360288, + 50.140182722862839 + ], + [ + -5.138341863872851, + 50.127830923952921 + ], + [ + -5.127772382433345, + 50.11416081829104 + ], + [ + -5.121299441386892, + 50.099586727276836 + ], + [ + -5.119119717771723, + 50.084550799479963 + ], + [ + -5.119245571691445, + 50.083682346893788 + ] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -4.679673548032302, + 53.277210380723389 + ], + [ + -4.785032877149071, + 53.323437395595654 + ], + [ + -4.708593969497059, + 53.377674108019029 + ], + [ + -4.59580633003424, + 53.327412870630134 + ], + [ + -4.594872429638079, + 53.327675259696953 + ], + [ + -4.570715084778319, + 53.33157488363824 + ], + [ + -4.545800729851377, + 53.332887979193593 + ], + [ + -4.520886374924434, + 53.33157488363824 + ], + [ + -4.496729030064675, + 53.327675259696953 + ], + [ + -4.474062703971455, + 53.321306918730038 + ], + [ + -4.469508821304645, + 53.319385346993734 + ], + [ + -4.460629402715055, + 53.324737510576341 + ], + [ + -4.440142800237005, + 53.3333821066661 + ], + [ + -4.417476474143787, + 53.339750447633016 + ], + [ + -4.393319129284027, + 53.343650071574302 + ], + [ + -4.368404774357085, + 53.344963167129656 + ], + [ + -4.343490419430141, + 53.343650071574302 + ], + [ + -4.319333074570382, + 53.339750447633016 + ], + [ + -4.296666748477163, + 53.3333821066661 + ], + [ + -4.276180145999113, + 53.324737510576341 + ], + [ + -4.258495742185806, + 53.314078048910609 + ], + [ + -4.24415086869837, + 53.301726250000691 + ], + [ + -4.233581387258863, + 53.28805614433881 + ], + [ + -4.22710844621241, + 53.273482053324607 + ], + [ + -4.224928722597242, + 53.258446125527733 + ], + [ + -4.22710844621241, + 53.243404984060533 + ], + [ + -4.233581387258863, + 53.228815880882081 + ], + [ + -4.24415086869837, + 53.215122775253313 + ], + [ + -4.258495742185806, + 53.202742762712468 + ], + [ + -4.276180145999113, + 53.192053276734086 + ], + [ + -4.296666748477163, + 53.183380467025181 + ], + [ + -4.319333074570382, + 53.176989126109412 + ], + [ + -4.343490419430141, + 53.173074490019751 + ], + [ + -4.368404774357085, + 53.171756180800344 + ], + [ + -4.393319129284027, + 53.173074490019751 + ], + [ + -4.417476474143787, + 53.176989126109412 + ], + [ + -4.440142800237005, + 53.183380467025181 + ], + [ + -4.444732699162262, + 53.185323557393851 + ], + [ + -4.453576101493406, + 53.179978088798023 + ], + [ + -4.474062703971455, + 53.171305279089118 + ], + [ + -4.496729030064675, + 53.164913938173349 + ], + [ + -4.520886374924434, + 53.160999302083688 + ], + [ + -4.545800729851377, + 53.159680992864281 + ], + [ + -4.570715084778319, + 53.160999302083688 + ], + [ + -4.594872429638079, + 53.164913938173349 + ], + [ + -4.617538755731298, + 53.171305279089118 + ], + [ + -4.638025358209347, + 53.179978088798023 + ], + [ + -4.655709762022655, + 53.190667574776406 + ], + [ + -4.670054635510091, + 53.203047587317251 + ], + [ + -4.680624116949597, + 53.216740692946018 + ], + [ + -4.68709705799605, + 53.23132979612447 + ], + [ + -4.689276781611218, + 53.246370937591671 + ], + [ + -4.68709705799605, + 53.261406865388544 + ], + [ + -4.680624116949597, + 53.275980956402748 + ], + [ + -4.679673548032302, + 53.277210380723389 + ] + ] + ] + ] + } + } + ] +} \ No newline at end of file diff --git a/public_html/layers/UK_Mil_AAR_Zones.geojson b/public_html/layers/UK_Mil_AAR_Zones.geojson index 9e924930..b9074633 100644 --- a/public_html/layers/UK_Mil_AAR_Zones.geojson +++ b/public_html/layers/UK_Mil_AAR_Zones.geojson @@ -1,21 +1,507 @@ { -"type": "FeatureCollection", -"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, -"features": [ -{ "type": "Feature", "properties": { "id": 1 }, "geometry": { "type": "Polygon", "coordinates": [ ] } }, -{ "type": "Feature", "properties": { "id": 7 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1.272194965444774, 55.432271193080879 ], [ 2.981004479153495, 55.002651035410231 ], [ 2.747163949550223, 54.706050815046268 ], [ 1.026489842043924, 55.137705793609207 ], [ 1.272194965444774, 55.432271193080879 ] ] ] } }, -{ "type": "Feature", "properties": { "id": 6 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.888979216020673, 54.685946295198093 ], [ 0.182428715729185, 55.273420859516349 ], [ 0.615963571344907, 55.000071180741919 ], [ -0.42298296504882, 54.399497542849417 ], [ -0.888979216020673, 54.685946295198093 ] ] ] } }, -{ "type": "Feature", "properties": { "id": 5 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1.648983233398319, 55.700676076537725 ], [ -0.266887922167109, 55.716078010470717 ], [ -0.249117785975959, 56.05038664738899 ], [ 1.662807756310284, 56.034020637899118 ], [ 1.648983233398319, 55.700676076537725 ] ] ] } }, -{ "type": "Feature", "properties": { "id": 3 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 2.763000169003503, 56.410619614838616 ], [ 2.209197365754767, 56.279540764525699 ], [ 0.833059793352215, 57.887285079580522 ], [ 1.399380500103327, 58.016976192554168 ], [ 2.763000169003503, 56.410619614838616 ] ] ] } }, -{ "type": "Feature", "properties": { "id": 2 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.076165363129638, 59.471475898875568 ], [ 1.249977565369342, 58.216920064522611 ], [ 0.683275823963647, 58.065557613164508 ], [ -0.510337170153988, 59.318757432483984 ], [ 0.076165363129638, 59.471475898875568 ] ] ] } }, -{ "type": "Feature", "properties": { "id": 4 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.009888430453203, 58.265001156921009 ], [ 0.245796401944195, 57.962325382630432 ], [ -1.48364629778834, 57.586930017142379 ], [ -1.713880123074511, 57.885253852909756 ], [ 0.009888430453203, 58.265001156921009 ] ] ] } }, -{ "type": "Feature", "properties": { "id": 8 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.646941706944172, 53.267412628917178 ], [ 0.712941143792015, 53.601038264679062 ], [ 2.49380611035347, 53.451909143285022 ], [ 2.43027881134743, 53.115238166804289 ], [ 0.646941706944172, 53.267412628917178 ] ] ] } }, -{ "type": "Feature", "properties": { "id": 9 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1.829801445849836, 52.351593506021096 ], [ 1.832409169093755, 52.668276984034001 ], [ 2.930839086765627, 52.668728995449065 ], [ 2.662423325481778, 52.346988817527794 ], [ 1.829801445849836, 52.351593506021096 ] ] ] } }, -{ "type": "Feature", "properties": { "id": 12 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -7.923778253456494, 50.47642087194707 ], [ -6.494485147102645, 50.79708351437867 ], [ -4.920935599925038, 51.113438376857083 ], [ -4.767679676475997, 50.796877478848963 ], [ -6.194606322717566, 50.508514434236638 ], [ -7.747809022378675, 50.164036885157806 ], [ -7.923778253456494, 50.47642087194707 ] ] ] } }, -{ "type": "Feature", "properties": { "id": 11 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -7.880583842363537, 50.022940834503068 ], [ -5.679004826372461, 50.38118279720608 ], [ -5.554682505855889, 50.051300064529627 ], [ -7.750727229788486, 49.698193576565941 ], [ -7.880583842363537, 50.022940834503068 ] ] ] } }, -{ "type": "Feature", "properties": { "id": 10 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.970582353354921, 49.930187391178599 ], [ -5.103551287431372, 50.50873700417862 ], [ -3.874332370448257, 50.866775646014553 ], [ -2.37767324305086, 51.281683706901582 ], [ -2.085079378774364, 50.997600428328148 ], [ -3.970074063135879, 50.462998998344311 ], [ -5.028174846663031, 50.156055342535147 ], [ -6.737269651042581, 49.619307493381363 ], [ -6.970582353354921, 49.930187391178599 ] ] ] } }, -{ "type": "Feature", "properties": { "id": 13 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -4.401595340401299, 54.633188384147367 ], [ -4.112366634756508, 54.703326969135802 ], [ -3.721158207149685, 53.986234093288466 ], [ -3.988165775285808, 53.93397357863104 ], [ -4.401595340401299, 54.633188384147367 ] ] ] } }, -{ "type": "Feature", "properties": { "id": 14 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -7.079642619439505, 57.419213963635116 ], [ -6.485810132507429, 57.314292297450301 ], [ -7.289368481965108, 55.775330773683073 ], [ -7.884826433877417, 55.874332245930304 ], [ -7.079642619439505, 57.419213963635116 ] ] ] } }, -{ "type": "Feature", "properties": { "id": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -5.088365074181951, 56.352238138492652 ], [ -5.083764117213293, 58.198396030948764 ], [ -4.498163476713844, 58.199659308641031 ], [ -4.501404626758562, 56.353744806541627 ], [ -5.088365074181951, 56.352238138492652 ] ] ] } } -] -} + "type": "FeatureCollection", + "crs": { + "type": "name", + "properties": { + "name": "urn:ogc:def:crs:OGC:1.3:CRS84" + } + }, + "features": [ + { + "type": "Feature", + "properties": { + "id": 1 + }, + "geometry": { + "type": "Polygon", + "coordinates": [] + } + }, + { + "type": "Feature", + "properties": { + "id": 7 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 1.272194965444774, + 55.432271193080879 + ], + [ + 2.981004479153495, + 55.002651035410231 + ], + [ + 2.747163949550223, + 54.706050815046268 + ], + [ + 1.026489842043924, + 55.137705793609207 + ], + [ + 1.272194965444774, + 55.432271193080879 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 6 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.888979216020673, + 54.685946295198093 + ], + [ + 0.182428715729185, + 55.273420859516349 + ], + [ + 0.615963571344907, + 55.000071180741919 + ], + [ + -0.42298296504882, + 54.399497542849417 + ], + [ + -0.888979216020673, + 54.685946295198093 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 5 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 1.648983233398319, + 55.700676076537725 + ], + [ + -0.266887922167109, + 55.716078010470717 + ], + [ + -0.249117785975959, + 56.05038664738899 + ], + [ + 1.662807756310284, + 56.034020637899118 + ], + [ + 1.648983233398319, + 55.700676076537725 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 3 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 2.763000169003503, + 56.410619614838616 + ], + [ + 2.209197365754767, + 56.279540764525699 + ], + [ + 0.833059793352215, + 57.887285079580522 + ], + [ + 1.399380500103327, + 58.016976192554168 + ], + [ + 2.763000169003503, + 56.410619614838616 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 2 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.076165363129638, + 59.471475898875568 + ], + [ + 1.249977565369342, + 58.216920064522611 + ], + [ + 0.683275823963647, + 58.065557613164508 + ], + [ + -0.510337170153988, + 59.318757432483984 + ], + [ + 0.076165363129638, + 59.471475898875568 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 4 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.009888430453203, + 58.265001156921009 + ], + [ + 0.245796401944195, + 57.962325382630432 + ], + [ + -1.48364629778834, + 57.586930017142379 + ], + [ + -1.713880123074511, + 57.885253852909756 + ], + [ + 0.009888430453203, + 58.265001156921009 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 8 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 0.646941706944172, + 53.267412628917178 + ], + [ + 0.712941143792015, + 53.601038264679062 + ], + [ + 2.49380611035347, + 53.451909143285022 + ], + [ + 2.43027881134743, + 53.115238166804289 + ], + [ + 0.646941706944172, + 53.267412628917178 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 9 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 1.829801445849836, + 52.351593506021096 + ], + [ + 1.832409169093755, + 52.668276984034001 + ], + [ + 2.930839086765627, + 52.668728995449065 + ], + [ + 2.662423325481778, + 52.346988817527794 + ], + [ + 1.829801445849836, + 52.351593506021096 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 12 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -7.923778253456494, + 50.47642087194707 + ], + [ + -6.494485147102645, + 50.79708351437867 + ], + [ + -4.920935599925038, + 51.113438376857083 + ], + [ + -4.767679676475997, + 50.796877478848963 + ], + [ + -6.194606322717566, + 50.508514434236638 + ], + [ + -7.747809022378675, + 50.164036885157806 + ], + [ + -7.923778253456494, + 50.47642087194707 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 11 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -7.880583842363537, + 50.022940834503068 + ], + [ + -5.679004826372461, + 50.38118279720608 + ], + [ + -5.554682505855889, + 50.051300064529627 + ], + [ + -7.750727229788486, + 49.698193576565941 + ], + [ + -7.880583842363537, + 50.022940834503068 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 10 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -6.970582353354921, + 49.930187391178599 + ], + [ + -5.103551287431372, + 50.50873700417862 + ], + [ + -3.874332370448257, + 50.866775646014553 + ], + [ + -2.37767324305086, + 51.281683706901582 + ], + [ + -2.085079378774364, + 50.997600428328148 + ], + [ + -3.970074063135879, + 50.462998998344311 + ], + [ + -5.028174846663031, + 50.156055342535147 + ], + [ + -6.737269651042581, + 49.619307493381363 + ], + [ + -6.970582353354921, + 49.930187391178599 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 13 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -4.401595340401299, + 54.633188384147367 + ], + [ + -4.112366634756508, + 54.703326969135802 + ], + [ + -3.721158207149685, + 53.986234093288466 + ], + [ + -3.988165775285808, + 53.93397357863104 + ], + [ + -4.401595340401299, + 54.633188384147367 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 14 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -7.079642619439505, + 57.419213963635116 + ], + [ + -6.485810132507429, + 57.314292297450301 + ], + [ + -7.289368481965108, + 55.775330773683073 + ], + [ + -7.884826433877417, + 55.874332245930304 + ], + [ + -7.079642619439505, + 57.419213963635116 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 1 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -5.088365074181951, + 56.352238138492652 + ], + [ + -5.083764117213293, + 58.198396030948764 + ], + [ + -4.498163476713844, + 58.199659308641031 + ], + [ + -4.501404626758562, + 56.353744806541627 + ], + [ + -5.088365074181951, + 56.352238138492652 + ] + ] + ] + } + } + ] +} \ No newline at end of file diff --git a/public_html/layers/UK_Mil_Airfield_runways.geojson b/public_html/layers/UK_Mil_Airfield_runways.geojson index d78f076e..96d27e64 100644 --- a/public_html/layers/UK_Mil_Airfield_runways.geojson +++ b/public_html/layers/UK_Mil_Airfield_runways.geojson @@ -1,87 +1,1540 @@ { -"type": "FeatureCollection", -"name": "UK_Mil_Airfield_runways-2", -"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, -"features": [ -{ "type": "Feature", "properties": { "id": 1 }, "geometry": { "type": "LineString", "coordinates": [ [ -2.837421375807107, 56.376630862672705 ], [ -2.884634842928604, 56.372808013400736 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -2.874313838896254, 56.369931161058503 ], [ -2.860131002229283, 56.380415484102492 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -3.323380040833608, 57.714489841677171 ], [ -3.353727893749922, 57.697837947503572 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -3.346345983581089, 57.706895190610879 ], [ -3.314357706182812, 57.705142352584012 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -3.325567273476225, 57.704850204664012 ], [ -3.325840677556552, 57.714927946019159 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -3.579969770220646, 57.645861142994072 ], [ -3.541693198974844, 57.652737174974334 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -3.567393182525596, 57.652883459373307 ], [ -3.569580415168214, 57.645422203103315 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -3.570400627409195, 57.651859456196348 ], [ -3.552902766268257, 57.644836941658546 ] ] } }, -{ "type": "Feature", "properties": { "id": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ -4.546726598257476, 53.253898526086751 ], [ -4.520206402465741, 53.24048372585623 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -4.546043088056657, 53.24604647048421 ], [ -4.530595757518173, 53.24923654187085 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -4.537704263606679, 53.25741512537941 ], [ -4.540575006450115, 53.243510603054823 ] ] } }, -{ "type": "Feature", "properties": { "id": 3 }, "geometry": { "type": "LineString", "coordinates": [ [ -4.38145383169971, 53.253571385873784 ], [ -4.366690011362043, 53.265060686585478 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -4.382615799041099, 53.256679116891384 ], [ -4.37420862357104, 53.253080670863589 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -4.375233888872266, 53.252344587794127 ], [ -4.376942664374311, 53.260154601227541 ] ] } }, -{ "type": "Feature", "properties": { "id": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ -2.536523097652049, 52.870380351954161 ], [ -2.526475497700025, 52.876774879607872 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -2.540487456816792, 52.873515851052481 ], [ -2.526748901780353, 52.872154412179626 ] ] } }, -{ "type": "Feature", "properties": { "id": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ -2.667927933759288, 52.801569295482025 ], [ -2.668098811309492, 52.801610618937453 ], [ -2.667859582739206, 52.785481157865199 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -2.676574337799634, 52.792797503381991 ], [ -2.662425676642703, 52.80134201577534 ] ] } }, -{ "type": "Feature", "properties": { "id": 6 }, "geometry": { "type": "LineString", "coordinates": [ [ -1.559376914562785, 51.75433080305352 ], [ -1.608170999023672, 51.745317523274039 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.582060909352428, 51.745888840870634 ], [ -1.574678999183595, 51.753399937257996 ] ] } }, -{ "type": "Feature", "properties": { "id": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ -1.812514917435691, 51.682746311001793 ], [ -1.767539946221874, 51.684102408453739 ] ] } }, -{ "type": "Feature", "properties": { "id": 9 }, "geometry": { "type": "LineString", "coordinates": [ [ -1.097699949420336, 51.606909813766393 ], [ -1.094145696376083, 51.622952936233474 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.104398349388352, 51.614040790510252 ], [ -1.084371500504387, 51.622231541922801 ] ] } }, -{ "type": "Feature", "properties": { "id": 11 }, "geometry": { "type": "LineString", "coordinates": [ [ -0.955803231730541, 51.234468253228002 ], [ -0.929693142059297, 51.233740699216675 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -0.94049260323222, 51.241657580144697 ], [ -0.953000839907187, 51.233013133700759 ] ] } }, -{ "type": "Feature", "properties": { "id": 12 }, "geometry": { "type": "LineString", "coordinates": [ [ -1.768496860503018, 51.143906515693999 ], [ -1.733774542301469, 51.162341723221374 ], [ -1.727349546413781, 51.145278691775552 ] ] } }, -{ "type": "Feature", "properties": { "id": 13 }, "geometry": { "type": "LineString", "coordinates": [ [ -1.557223857430207, 51.150616926266572 ], [ -1.559889547213397, 51.148580323303896 ] ] } }, -{ "type": "Feature", "properties": { "id": 14 }, "geometry": { "type": "LineString", "coordinates": [ [ -2.661878868482047, 51.007041948114967 ], [ -2.629617187003442, 51.009493348558038 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -2.643902550200536, 51.003945257104498 ], [ -2.631872770666141, 51.013836739946292 ] ] } }, -{ "type": "Feature", "properties": { "id": 15 }, "geometry": { "type": "LineString", "coordinates": [ [ -2.951618842608753, 50.962464090393169 ], [ -2.926465667218654, 50.963755556868747 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -2.941639593676812, 50.961689193275419 ], [ -2.934804491668633, 50.971503601823407 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -2.93507789574896, 50.960053256917064 ], [ -2.939930818174767, 50.968921063769365 ] ] } }, -{ "type": "Feature", "properties": { "id": 16 }, "geometry": { "type": "LineString", "coordinates": [ [ -5.265745154007857, 50.088524882545023 ], [ -5.242198227589681, 50.082165596227547 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -5.263387043815036, 50.085279559084739 ], [ -5.25053705203966, 50.089445812688069 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -5.251869896931256, 50.089950124077014 ], [ -5.251391439790682, 50.080586608193236 ] ] } }, -{ "type": "Feature", "properties": { "id": 17 }, "geometry": { "type": "LineString", "coordinates": [ [ -5.24064324188282, 49.996232637249584 ], [ -5.222940327681637, 50.007831036818885 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -5.243958266356787, 49.999110531486458 ], [ -5.225606017464827, 49.999110531486458 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -5.230493115400674, 49.995661431646795 ], [ -5.230937397031206, 50.008094604288175 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -5.226904686846381, 49.997177308547734 ], [ -5.236610531697995, 50.001812519659076 ] ] } }, -{ "type": "Feature", "properties": { "id": 17 }, "geometry": { "type": "LineString", "coordinates": [ [ 0.94245838573594, 52.119747353237187 ], [ 0.96846594887706, 52.134213620750465 ] ] } }, -{ "type": "Feature", "properties": { "id": 18 }, "geometry": { "type": "LineString", "coordinates": [ [ 0.544364957024577, 52.402499648308677 ], [ 0.577378499724081, 52.416259057162137 ] ] } }, -{ "type": "Feature", "properties": { "id": 19 }, "geometry": { "type": "LineString", "coordinates": [ [ 0.462001977826021, 52.365453012462247 ], [ 0.510667904124255, 52.35848243551537 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ 0.480593455288267, 52.367164183582091 ], [ 0.489342385858736, 52.357981513385482 ] ] } }, -{ "type": "Feature", "properties": { "id": 20 }, "geometry": { "type": "LineString", "coordinates": [ [ 0.533719285646838, 52.641176972663771 ], [ 0.567006232426669, 52.655110596105189 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ 0.556001718193501, 52.639849729353379 ], [ 0.559692673277918, 52.654986208395648 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ 0.563862085502907, 52.640803689553202 ], [ 0.539187367253381, 52.643458078011527 ] ] } }, -{ "type": "Feature", "properties": { "id": 21 }, "geometry": { "type": "LineString", "coordinates": [ [ -0.456892048398537, 52.616574952844914 ], [ -0.495442023724666, 52.609436534622951 ] ] } }, -{ "type": "Feature", "properties": { "id": 22 }, "geometry": { "type": "LineString", "coordinates": [ [ -0.185777727244119, 53.089287532286129 ], [ -0.146817645797499, 53.096881029693023 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -0.16479396407901, 53.08768656991478 ], [ -0.183453792561338, 53.092571371285935 ] ] } }, -{ "type": "Feature", "properties": { "id": 24 }, "geometry": { "type": "LineString", "coordinates": [ [ -0.508394542030165, 53.028511855115184 ], [ -0.478456795234342, 53.030896024301654 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -0.485496950302766, 53.021070755559364 ], [ -0.482284452358922, 53.033855499248489 ] ] } }, -{ "type": "Feature", "properties": { "id": 25 }, "geometry": { "type": "LineString", "coordinates": [ [ -0.571687586625902, 52.958582769071697 ], [ -0.548414064288053, 52.967496047126524 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -0.555590921396641, 52.956935772925299 ], [ -0.556411133637623, 52.967640126597296 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -0.572712851927129, 52.960188529916735 ], [ -0.553574566304228, 52.957676928954129 ] ] } }, -{ "type": "Feature", "properties": { "id": 27 }, "geometry": { "type": "LineString", "coordinates": [ [ -0.516494137909858, 53.177422878383396 ], [ -0.532146521508587, 53.153369426403344 ] ] } }, -{ "type": "Feature", "properties": { "id": 29 }, "geometry": { "type": "LineString", "coordinates": [ [ -0.537426637809906, 53.317255170265142 ], [ -0.565655609103685, 53.297773965735558 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -0.555676360171743, 53.312763437866622 ], [ -0.556359870372561, 53.300143224235626 ] ] } }, -{ "type": "Feature", "properties": { "id": 28 }, "geometry": { "type": "LineString", "coordinates": [ [ -2.901115982645818, 53.741453753822768 ], [ -2.866632893014555, 53.748426460026046 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -2.896468113280256, 53.745071621179619 ], [ -2.883002962324143, 53.7376940756197 ] ] } }, -{ "type": "Feature", "properties": { "id": 22 }, "geometry": { "type": "LineString", "coordinates": [ [ -1.206557492778094, 53.829769910913896 ], [ -1.184138358191267, 53.839208368980024 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.192511358151287, 53.830576699864039 ], [ -1.203071590753923, 53.844249408755225 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.262981259855612, 54.049466886814976 ], [ -1.241997496690502, 54.048122578233105 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.260178868032258, 54.042514135226817 ], [ -1.245756802795001, 54.056388384276481 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.390695140878435, 54.201133780042376 ], [ -1.371727732805739, 54.204052316012898 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.386799132733773, 54.198135069481182 ], [ -1.376614830741587, 54.2131164538999 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.388815487826186, 54.209139271129452 ], [ -1.373436508307784, 54.202603068781151 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.426929725399293, 54.144015964794882 ], [ -1.413088643832731, 54.129580254027942 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.42070978257185, 54.134946681317253 ], [ -1.410901411190113, 54.145487283798104 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.407073754065534, 54.143345346271886 ], [ -1.427749937640275, 54.143845808884457 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.542750528927885, 54.301769000438561 ], [ -1.528465165730791, 54.28313899454681 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.541930316686904, 54.302008303282683 ], [ -1.523919822895353, 54.297720583186717 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -1.532429524895535, 54.304381314527397 ], [ -1.540699998325432, 54.295347187992824 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ 0.753295046922775, 52.340981016271549 ], [ 0.793089699828376, 52.344701579516041 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -0.426019666933184, 51.551426325952036 ], [ -0.408379820790332, 51.55532177703784 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -4.137492294961895, 51.087175672650822 ], [ -4.163392069060526, 51.087109718769533 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -2.298363336095917, 52.643117155112776 ], [ -2.312223215208159, 52.637828812668232 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -2.261806154952644, 52.520450311091757 ], [ -2.257081196164381, 52.514060880905156 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -2.255978705780452, 52.516361182812226 ], [ -2.267301107024922, 52.517202466860056 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -2.266496114046181, 52.516435727618784 ], [ -2.261928653884192, 52.520152158351578 ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "LineString", "coordinates": [ [ -0.6202098673613, 52.628276696290669 ], [ -0.594718184332399, 52.634959565461784 ] ] } } -] -} + "type": "FeatureCollection", + "name": "UK_Mil_Airfield_runways-2", + "crs": { + "type": "name", + "properties": { + "name": "urn:ogc:def:crs:OGC:1.3:CRS84" + } + }, + "features": [ + { + "type": "Feature", + "properties": { + "id": 1 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.837421375807107, + 56.376630862672705 + ], + [ + -2.884634842928604, + 56.372808013400736 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.874313838896254, + 56.369931161058503 + ], + [ + -2.860131002229283, + 56.380415484102492 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -3.323380040833608, + 57.714489841677171 + ], + [ + -3.353727893749922, + 57.697837947503572 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -3.346345983581089, + 57.706895190610879 + ], + [ + -3.314357706182812, + 57.705142352584012 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -3.325567273476225, + 57.704850204664012 + ], + [ + -3.325840677556552, + 57.714927946019159 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -3.579969770220646, + 57.645861142994072 + ], + [ + -3.541693198974844, + 57.652737174974334 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -3.567393182525596, + 57.652883459373307 + ], + [ + -3.569580415168214, + 57.645422203103315 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -3.570400627409195, + 57.651859456196348 + ], + [ + -3.552902766268257, + 57.644836941658546 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 2 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -4.546726598257476, + 53.253898526086751 + ], + [ + -4.520206402465741, + 53.24048372585623 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -4.546043088056657, + 53.24604647048421 + ], + [ + -4.530595757518173, + 53.24923654187085 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -4.537704263606679, + 53.25741512537941 + ], + [ + -4.540575006450115, + 53.243510603054823 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 3 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -4.38145383169971, + 53.253571385873784 + ], + [ + -4.366690011362043, + 53.265060686585478 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -4.382615799041099, + 53.256679116891384 + ], + [ + -4.37420862357104, + 53.253080670863589 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -4.375233888872266, + 53.252344587794127 + ], + [ + -4.376942664374311, + 53.260154601227541 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 4 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.536523097652049, + 52.870380351954161 + ], + [ + -2.526475497700025, + 52.876774879607872 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.540487456816792, + 52.873515851052481 + ], + [ + -2.526748901780353, + 52.872154412179626 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 4 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.667927933759288, + 52.801569295482025 + ], + [ + -2.668098811309492, + 52.801610618937453 + ], + [ + -2.667859582739206, + 52.785481157865199 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.676574337799634, + 52.792797503381991 + ], + [ + -2.662425676642703, + 52.80134201577534 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 6 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.559376914562785, + 51.75433080305352 + ], + [ + -1.608170999023672, + 51.745317523274039 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.582060909352428, + 51.745888840870634 + ], + [ + -1.574678999183595, + 51.753399937257996 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 7 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.812514917435691, + 51.682746311001793 + ], + [ + -1.767539946221874, + 51.684102408453739 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 9 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.097699949420336, + 51.606909813766393 + ], + [ + -1.094145696376083, + 51.622952936233474 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.104398349388352, + 51.614040790510252 + ], + [ + -1.084371500504387, + 51.622231541922801 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 11 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.955803231730541, + 51.234468253228002 + ], + [ + -0.929693142059297, + 51.233740699216675 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.94049260323222, + 51.241657580144697 + ], + [ + -0.953000839907187, + 51.233013133700759 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 12 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.768496860503018, + 51.143906515693999 + ], + [ + -1.733774542301469, + 51.162341723221374 + ], + [ + -1.727349546413781, + 51.145278691775552 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 13 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.557223857430207, + 51.150616926266572 + ], + [ + -1.559889547213397, + 51.148580323303896 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 14 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.661878868482047, + 51.007041948114967 + ], + [ + -2.629617187003442, + 51.009493348558038 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.643902550200536, + 51.003945257104498 + ], + [ + -2.631872770666141, + 51.013836739946292 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 15 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.951618842608753, + 50.962464090393169 + ], + [ + -2.926465667218654, + 50.963755556868747 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.941639593676812, + 50.961689193275419 + ], + [ + -2.934804491668633, + 50.971503601823407 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.93507789574896, + 50.960053256917064 + ], + [ + -2.939930818174767, + 50.968921063769365 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 16 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -5.265745154007857, + 50.088524882545023 + ], + [ + -5.242198227589681, + 50.082165596227547 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -5.263387043815036, + 50.085279559084739 + ], + [ + -5.25053705203966, + 50.089445812688069 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -5.251869896931256, + 50.089950124077014 + ], + [ + -5.251391439790682, + 50.080586608193236 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 17 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -5.24064324188282, + 49.996232637249584 + ], + [ + -5.222940327681637, + 50.007831036818885 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -5.243958266356787, + 49.999110531486458 + ], + [ + -5.225606017464827, + 49.999110531486458 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -5.230493115400674, + 49.995661431646795 + ], + [ + -5.230937397031206, + 50.008094604288175 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -5.226904686846381, + 49.997177308547734 + ], + [ + -5.236610531697995, + 50.001812519659076 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 17 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.94245838573594, + 52.119747353237187 + ], + [ + 0.96846594887706, + 52.134213620750465 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 18 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.544364957024577, + 52.402499648308677 + ], + [ + 0.577378499724081, + 52.416259057162137 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 19 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.462001977826021, + 52.365453012462247 + ], + [ + 0.510667904124255, + 52.35848243551537 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.480593455288267, + 52.367164183582091 + ], + [ + 0.489342385858736, + 52.357981513385482 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 20 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.533719285646838, + 52.641176972663771 + ], + [ + 0.567006232426669, + 52.655110596105189 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.556001718193501, + 52.639849729353379 + ], + [ + 0.559692673277918, + 52.654986208395648 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.563862085502907, + 52.640803689553202 + ], + [ + 0.539187367253381, + 52.643458078011527 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 21 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.456892048398537, + 52.616574952844914 + ], + [ + -0.495442023724666, + 52.609436534622951 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 22 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.185777727244119, + 53.089287532286129 + ], + [ + -0.146817645797499, + 53.096881029693023 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.16479396407901, + 53.08768656991478 + ], + [ + -0.183453792561338, + 53.092571371285935 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 24 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.508394542030165, + 53.028511855115184 + ], + [ + -0.478456795234342, + 53.030896024301654 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.485496950302766, + 53.021070755559364 + ], + [ + -0.482284452358922, + 53.033855499248489 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 25 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.571687586625902, + 52.958582769071697 + ], + [ + -0.548414064288053, + 52.967496047126524 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.555590921396641, + 52.956935772925299 + ], + [ + -0.556411133637623, + 52.967640126597296 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.572712851927129, + 52.960188529916735 + ], + [ + -0.553574566304228, + 52.957676928954129 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 27 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.516494137909858, + 53.177422878383396 + ], + [ + -0.532146521508587, + 53.153369426403344 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 29 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.537426637809906, + 53.317255170265142 + ], + [ + -0.565655609103685, + 53.297773965735558 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.555676360171743, + 53.312763437866622 + ], + [ + -0.556359870372561, + 53.300143224235626 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 28 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.901115982645818, + 53.741453753822768 + ], + [ + -2.866632893014555, + 53.748426460026046 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.896468113280256, + 53.745071621179619 + ], + [ + -2.883002962324143, + 53.7376940756197 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 22 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.206557492778094, + 53.829769910913896 + ], + [ + -1.184138358191267, + 53.839208368980024 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.192511358151287, + 53.830576699864039 + ], + [ + -1.203071590753923, + 53.844249408755225 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.262981259855612, + 54.049466886814976 + ], + [ + -1.241997496690502, + 54.048122578233105 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.260178868032258, + 54.042514135226817 + ], + [ + -1.245756802795001, + 54.056388384276481 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.390695140878435, + 54.201133780042376 + ], + [ + -1.371727732805739, + 54.204052316012898 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.386799132733773, + 54.198135069481182 + ], + [ + -1.376614830741587, + 54.2131164538999 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.388815487826186, + 54.209139271129452 + ], + [ + -1.373436508307784, + 54.202603068781151 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.426929725399293, + 54.144015964794882 + ], + [ + -1.413088643832731, + 54.129580254027942 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.42070978257185, + 54.134946681317253 + ], + [ + -1.410901411190113, + 54.145487283798104 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.407073754065534, + 54.143345346271886 + ], + [ + -1.427749937640275, + 54.143845808884457 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.542750528927885, + 54.301769000438561 + ], + [ + -1.528465165730791, + 54.28313899454681 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.541930316686904, + 54.302008303282683 + ], + [ + -1.523919822895353, + 54.297720583186717 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.532429524895535, + 54.304381314527397 + ], + [ + -1.540699998325432, + 54.295347187992824 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.753295046922775, + 52.340981016271549 + ], + [ + 0.793089699828376, + 52.344701579516041 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.426019666933184, + 51.551426325952036 + ], + [ + -0.408379820790332, + 51.55532177703784 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -4.137492294961895, + 51.087175672650822 + ], + [ + -4.163392069060526, + 51.087109718769533 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.298363336095917, + 52.643117155112776 + ], + [ + -2.312223215208159, + 52.637828812668232 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.261806154952644, + 52.520450311091757 + ], + [ + -2.257081196164381, + 52.514060880905156 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.255978705780452, + 52.516361182812226 + ], + [ + -2.267301107024922, + 52.517202466860056 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.266496114046181, + 52.516435727618784 + ], + [ + -2.261928653884192, + 52.520152158351578 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.6202098673613, + 52.628276696290669 + ], + [ + -0.594718184332399, + 52.634959565461784 + ] + ] + } + } + ] +} \ No newline at end of file diff --git a/public_html/layers/UK_Mil_RC.geojson b/public_html/layers/UK_Mil_RC.geojson index aac51067..00209dd0 100644 --- a/public_html/layers/UK_Mil_RC.geojson +++ b/public_html/layers/UK_Mil_RC.geojson @@ -1,15 +1,320 @@ { -"type": "FeatureCollection", -"name": "UK_Mil_RC", -"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, -"features": [ -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.943391510334662, 52.016174839296383 ], [ -0.374845191409936, 52.440469296598714 ], [ -0.019169710413417, 52.437057585775513 ], [ -0.293085904525605, 52.323910056107621 ], [ -1.832512477436734, 51.914044218660408 ], [ -1.943391510334662, 52.016174839296383 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.019248292974662, 52.437055515890599 ], [ 0.319688750770139, 52.435007120509624 ], [ -0.487824205991536, 52.088147217081534 ], [ -1.630634238246315, 51.727124890944125 ], [ -1.83258247682619, 51.914068246326664 ], [ -1.576314712028643, 51.897115005078568 ], [ -0.29350590086234, 52.323738922164729 ], [ -0.019248292974662, 52.437055515890599 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.577725977582781, 52.614221592040991 ], [ -1.140218515719243, 52.963714669626533 ], [ -0.96550003963766, 52.784238935622412 ], [ -2.409727442888951, 52.441152021001905 ], [ -2.577725977582781, 52.614221592040991 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.005970964508113, 51.7600650700236 ], [ -1.836292444467345, 51.714289058961008 ], [ -1.698533646018404, 51.697978828736055 ], [ -2.160949612763172, 51.359174988220531 ], [ -2.387747634599842, 51.378053885193026 ], [ -2.001771001140768, 51.66290928696359 ], [ -2.005970964508113, 51.7600650700236 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.758231847459147, 53.60897618156821 ], [ -0.509034020996632, 53.537317520402759 ], [ -0.741291995210852, 53.22432996065735 ], [ -1.03024947488424, 53.274924280991513 ], [ -0.758231847459147, 53.60897618156821 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.983781158050637, 54.729411355682728 ], [ -1.984411152555738, 54.741899322791149 ], [ -1.608584430567749, 54.693623558325278 ], [ -1.608584430567749, 54.693623558325278 ], [ -1.608584430567749, 54.693623558325278 ], [ -1.608584430567749, 54.693623558325278 ], [ -1.608584430567749, 54.695241767599114 ], [ -1.648344083778623, 54.539761646483321 ], [ -2.035580706247901, 54.576131355763955 ], [ -1.983781158050637, 54.729411355682728 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -3.882777094748654, 54.838520346884088 ], [ -2.361930232394216, 54.808589858263105 ], [ -2.302256867523139, 54.638343625178528 ], [ -3.658779048490214, 54.667237646943114 ], [ -3.882777094748654, 54.838520346884088 ] ] ] } }, -{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -4.76196942631303, 53.372425615906685 ], [ -4.103415170313216, 53.900997135452783 ], [ -3.832377534340504, 53.797929234429795 ], [ -4.385652708598851, 53.361733095147272 ], [ -4.76196942631303, 53.372425615906685 ] ] ] } } -] -} + "type": "FeatureCollection", + "name": "UK_Mil_RC", + "crs": { + "type": "name", + "properties": { + "name": "urn:ogc:def:crs:OGC:1.3:CRS84" + } + }, + "features": [ + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.943391510334662, + 52.016174839296383 + ], + [ + -0.374845191409936, + 52.440469296598714 + ], + [ + -0.019169710413417, + 52.437057585775513 + ], + [ + -0.293085904525605, + 52.323910056107621 + ], + [ + -1.832512477436734, + 51.914044218660408 + ], + [ + -1.943391510334662, + 52.016174839296383 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.019248292974662, + 52.437055515890599 + ], + [ + 0.319688750770139, + 52.435007120509624 + ], + [ + -0.487824205991536, + 52.088147217081534 + ], + [ + -1.630634238246315, + 51.727124890944125 + ], + [ + -1.83258247682619, + 51.914068246326664 + ], + [ + -1.576314712028643, + 51.897115005078568 + ], + [ + -0.29350590086234, + 52.323738922164729 + ], + [ + -0.019248292974662, + 52.437055515890599 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.577725977582781, + 52.614221592040991 + ], + [ + -1.140218515719243, + 52.963714669626533 + ], + [ + -0.96550003963766, + 52.784238935622412 + ], + [ + -2.409727442888951, + 52.441152021001905 + ], + [ + -2.577725977582781, + 52.614221592040991 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -2.005970964508113, + 51.7600650700236 + ], + [ + -1.836292444467345, + 51.714289058961008 + ], + [ + -1.698533646018404, + 51.697978828736055 + ], + [ + -2.160949612763172, + 51.359174988220531 + ], + [ + -2.387747634599842, + 51.378053885193026 + ], + [ + -2.001771001140768, + 51.66290928696359 + ], + [ + -2.005970964508113, + 51.7600650700236 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -0.758231847459147, + 53.60897618156821 + ], + [ + -0.509034020996632, + 53.537317520402759 + ], + [ + -0.741291995210852, + 53.22432996065735 + ], + [ + -1.03024947488424, + 53.274924280991513 + ], + [ + -0.758231847459147, + 53.60897618156821 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -1.983781158050637, + 54.729411355682728 + ], + [ + -1.984411152555738, + 54.741899322791149 + ], + [ + -1.608584430567749, + 54.693623558325278 + ], + [ + -1.608584430567749, + 54.693623558325278 + ], + [ + -1.608584430567749, + 54.693623558325278 + ], + [ + -1.608584430567749, + 54.693623558325278 + ], + [ + -1.608584430567749, + 54.695241767599114 + ], + [ + -1.648344083778623, + 54.539761646483321 + ], + [ + -2.035580706247901, + 54.576131355763955 + ], + [ + -1.983781158050637, + 54.729411355682728 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -3.882777094748654, + 54.838520346884088 + ], + [ + -2.361930232394216, + 54.808589858263105 + ], + [ + -2.302256867523139, + 54.638343625178528 + ], + [ + -3.658779048490214, + 54.667237646943114 + ], + [ + -3.882777094748654, + 54.838520346884088 + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": null + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -4.76196942631303, + 53.372425615906685 + ], + [ + -4.103415170313216, + 53.900997135452783 + ], + [ + -3.832377534340504, + 53.797929234429795 + ], + [ + -4.385652708598851, + 53.361733095147272 + ], + [ + -4.76196942631303, + 53.372425615906685 + ] + ] + ] + } + } + ] +} \ No newline at end of file diff --git a/public_html/layers/UK_Military_TACAN_Routes.geojson b/public_html/layers/UK_Military_TACAN_Routes.geojson index 9d1141ec..4ecc87d2 100644 --- a/public_html/layers/UK_Military_TACAN_Routes.geojson +++ b/public_html/layers/UK_Military_TACAN_Routes.geojson @@ -1,14 +1,247 @@ { -"type": "FeatureCollection", -"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, -"features": [ -{ "type": "Feature", "properties": { "id": 1 }, "geometry": { "type": "LineString", "coordinates": [ [ -3.327222, 57.710278 ], [ -5.708333, 55.433333 ], [ -4.54414, 53.257401 ], [ -2.863611, 56.373056 ], [ -5.166667, 58.3 ] ] } }, -{ "type": "Feature", "properties": { "id": 2 }, "geometry": { "type": "LineString", "coordinates": [ [ -3.327222, 57.710278 ], [ -2.863611, 56.373056 ], [ -1.536872, 54.297108 ], [ 0.553264, 52.647261 ], [ 0.117778, 52.471944 ], [ -1.60353, 51.748199 ], [ -2.63875, 51.005001 ], [ -5.636944, 50.136389 ] ] } }, -{ "type": "Feature", "properties": { "id": 3 }, "geometry": { "type": "LineString", "coordinates": [ [ -2.63875, 51.005001 ], [ -3.916667, 52.0 ], [ -4.54414, 53.257401 ], [ 0.553264, 52.647261 ], [ 0.116111, 51.017222 ], [ -0.2, 50.033333 ] ] } }, -{ "type": "Feature", "properties": { "id": 4 }, "geometry": { "type": "LineString", "coordinates": [ [ -1.466667, 50.033333 ], [ -1.345, 50.955278 ], [ -1.60353, 51.748199 ], [ -2.466667, 52.383333 ], [ -4.54414, 53.257401 ] ] } }, -{ "type": "Feature", "properties": { "id": 5 }, "geometry": { "type": "LineString", "coordinates": [ [ 0.916667, 50.45 ], [ 1.359167, 51.1625 ], [ 1.356111, 51.879722 ], [ 0.940469, 52.121899 ], [ 0.553264, 52.647261 ] ] } }, -{ "type": "Feature", "properties": { "id": 6 }, "geometry": { "type": "LineString", "coordinates": [ [ 0.553264, 52.647261 ], [ 1.348889, 52.745278 ], [ 2.840556, 52.547222 ] ] } }, -{ "type": "Feature", "properties": { "id": 7 }, "geometry": { "type": "LineString", "coordinates": [ [ 2.655556, 51.098611 ], [ 2.0, 51.494722 ], [ 1.356111, 51.879722 ] ] } }, -{ "type": "Feature", "properties": { "id": 8 }, "geometry": { "type": "LineString", "coordinates": [ [ 3.151667, 50.228333 ], [ 1.359167, 51.1625 ] ] } } -] -} + "type": "FeatureCollection", + "crs": { + "type": "name", + "properties": { + "name": "urn:ogc:def:crs:OGC:1.3:CRS84" + } + }, + "features": [ + { + "type": "Feature", + "properties": { + "id": 1 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -3.327222, + 57.710278 + ], + [ + -5.708333, + 55.433333 + ], + [ + -4.54414, + 53.257401 + ], + [ + -2.863611, + 56.373056 + ], + [ + -5.166667, + 58.3 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 2 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -3.327222, + 57.710278 + ], + [ + -2.863611, + 56.373056 + ], + [ + -1.536872, + 54.297108 + ], + [ + 0.553264, + 52.647261 + ], + [ + 0.117778, + 52.471944 + ], + [ + -1.60353, + 51.748199 + ], + [ + -2.63875, + 51.005001 + ], + [ + -5.636944, + 50.136389 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 3 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -2.63875, + 51.005001 + ], + [ + -3.916667, + 52.0 + ], + [ + -4.54414, + 53.257401 + ], + [ + 0.553264, + 52.647261 + ], + [ + 0.116111, + 51.017222 + ], + [ + -0.2, + 50.033333 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 4 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -1.466667, + 50.033333 + ], + [ + -1.345, + 50.955278 + ], + [ + -1.60353, + 51.748199 + ], + [ + -2.466667, + 52.383333 + ], + [ + -4.54414, + 53.257401 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 5 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.916667, + 50.45 + ], + [ + 1.359167, + 51.1625 + ], + [ + 1.356111, + 51.879722 + ], + [ + 0.940469, + 52.121899 + ], + [ + 0.553264, + 52.647261 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 6 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.553264, + 52.647261 + ], + [ + 1.348889, + 52.745278 + ], + [ + 2.840556, + 52.547222 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 7 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 2.655556, + 51.098611 + ], + [ + 2.0, + 51.494722 + ], + [ + 1.356111, + 51.879722 + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "id": 8 + }, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 3.151667, + 50.228333 + ], + [ + 1.359167, + 51.1625 + ] + ] + } + } + ] +} \ No newline at end of file diff --git a/public_html/layers/UK_NavigationPoints.geojson b/public_html/layers/UK_NavigationPoints.geojson index b65cb827..47cb8f7b 100644 --- a/public_html/layers/UK_NavigationPoints.geojson +++ b/public_html/layers/UK_NavigationPoints.geojson @@ -1,871 +1,18176 @@ { -"type": "FeatureCollection", -"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, -"features": [ -{ "type": "Feature", "properties": { "field_1": "TAKAS", "field_2": "TAKAS", "field_3": 49.0, "field_4": -8.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -8.0, 49.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "ALUTA", "field_2": "ALUTA", "field_3": 49.005278, "field_4": -7.498056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -7.498056, 49.005278 ] } }, -{ "type": "Feature", "properties": { "field_1": "MOSIS", "field_2": "MOSIS", "field_3": 49.007222, "field_4": -7.214722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -7.214722, 49.007222 ] } }, -{ "type": "Feature", "properties": { "field_1": "ADRUD", "field_2": "ADRUD", "field_3": 49.170556, "field_4": -6.448611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.448611, 49.170556 ] } }, -{ "type": "Feature", "properties": { "field_1": "JERSEY VOR\/DME", "field_2": "JSY", "field_3": 49.221111, "field_4": -2.046111, "field_5": null, "field_6": "JSY", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.046111, 49.221111 ] } }, -{ "type": "Feature", "properties": { "field_1": "XAVAP", "field_2": "XAVAP", "field_3": 49.233889, "field_4": -6.143056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.143056, 49.233889 ] } }, -{ "type": "Feature", "properties": { "field_1": "CAMBO", "field_2": "CAMBO", "field_3": 49.291667, "field_4": -5.859722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.859722, 49.291667 ] } }, -{ "type": "Feature", "properties": { "field_1": "LARLA", "field_2": "LARLA", "field_3": 49.378056, "field_4": -7.120833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -7.120833, 49.378056 ] } }, -{ "type": "Feature", "properties": { "field_1": "PIKOD", "field_2": "PIKOD", "field_3": 49.410556, "field_4": -5.266389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.266389, 49.410556 ] } }, -{ "type": "Feature", "properties": { "field_1": "SUPAP", "field_2": "SUPAP", "field_3": 49.433889, "field_4": -5.822778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.822778, 49.433889 ] } }, -{ "type": "Feature", "properties": { "field_1": "PEMAK", "field_2": "PEMAK", "field_3": 49.448889, "field_4": -6.218056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.218056, 49.448889 ] } }, -{ "type": "Feature", "properties": { "field_1": "OGAGI", "field_2": "OGAGI", "field_3": 49.456111, "field_4": -5.0325, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.0325, 49.456111 ] } }, -{ "type": "Feature", "properties": { "field_1": "PHILI", "field_2": "PHILI", "field_3": 49.475278, "field_4": -7.021389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -7.021389, 49.475278 ] } }, -{ "type": "Feature", "properties": { "field_1": "DOLUR", "field_2": "DOLUR", "field_3": 49.484444, "field_4": -5.057222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.057222, 49.484444 ] } }, -{ "type": "Feature", "properties": { "field_1": "RATKA", "field_2": "RATKA", "field_3": 49.5, "field_4": -8.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -8.0, 49.5 ] } }, -{ "type": "Feature", "properties": { "field_1": "TALIG", "field_2": "TALIG", "field_3": 49.516389, "field_4": -5.801111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.801111, 49.516389 ] } }, -{ "type": "Feature", "properties": { "field_1": "AMPOP", "field_2": "AMPOP", "field_3": 49.53, "field_4": -6.150833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.150833, 49.53 ] } }, -{ "type": "Feature", "properties": { "field_1": "LIZAD", "field_2": "LIZAD", "field_3": 49.590278, "field_4": -4.330278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.330278, 49.590278 ] } }, -{ "type": "Feature", "properties": { "field_1": "ANNET", "field_2": "ANNET", "field_3": 49.651389, "field_4": -4.001389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.001389, 49.651389 ] } }, -{ "type": "Feature", "properties": { "field_1": "NAKID", "field_2": "NAKID", "field_3": 49.715, "field_4": -4.623056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.623056, 49.715 ] } }, -{ "type": "Feature", "properties": { "field_1": "SALCO", "field_2": "SALCO", "field_3": 49.737222, "field_4": -3.529444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.529444, 49.737222 ] } }, -{ "type": "Feature", "properties": { "field_1": "MABUG", "field_2": "MABUG", "field_3": 49.784722, "field_4": -5.936667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.936667, 49.784722 ] } }, -{ "type": "Feature", "properties": { "field_1": "MANIG", "field_2": "MANIG", "field_3": 49.785278, "field_4": -3.259444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.259444, 49.785278 ] } }, -{ "type": "Feature", "properties": { "field_1": "SKESO", "field_2": "SKESO", "field_3": 49.824722, "field_4": -3.034167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.034167, 49.824722 ] } }, -{ "type": "Feature", "properties": { "field_1": "IDOKI", "field_2": "IDOKI", "field_3": 49.860278, "field_4": -6.194167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.194167, 49.860278 ] } }, -{ "type": "Feature", "properties": { "field_1": "LORKU", "field_2": "LORKU", "field_3": 49.938333, "field_4": -2.371111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.371111, 49.938333 ] } }, -{ "type": "Feature", "properties": { "field_1": "LELNA", "field_2": "LELNA", "field_3": 49.9825, "field_4": -2.106389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.106389, 49.9825 ] } }, -{ "type": "Feature", "properties": { "field_1": "ORTAC", "field_2": "ORTAC", "field_3": 49.999167, "field_4": -2.005, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.005, 49.999167 ] } }, -{ "type": "Feature", "properties": { "field_1": "GAPLI", "field_2": "GAPLI", "field_3": 50.0, "field_4": -8.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -8.0, 50.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "SKERY", "field_2": "SKERY", "field_3": 50.0, "field_4": -3.173056, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -3.173056, 50.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "BIGNO", "field_2": "BIGNO", "field_3": 50.0, "field_4": -2.825, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -2.825, 50.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "ORIST", "field_2": "ORIST", "field_3": 50.0, "field_4": -1.845, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -1.845, 50.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "BOLRO", "field_2": "BOLRO", "field_3": 50.0, "field_4": -1.691389, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -1.691389, 50.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "GARMI", "field_2": "GARMI", "field_3": 50.0, "field_4": -1.380556, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -1.380556, 50.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "KOTEM", "field_2": "KOTEM", "field_3": 50.0, "field_4": -1.053889, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -1.053889, 50.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "NEVIL", "field_2": "NEVIL", "field_3": 50.0, "field_4": -0.368333, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -0.368333, 50.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "CNO", "field_2": "CNO", "field_3": 50.033333, "field_4": -1.466667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.466667, 50.033333 ] } }, -{ "type": "Feature", "properties": { "field_1": "SPT", "field_2": "SPT", "field_3": 50.033333, "field_4": -0.2, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -0.2, 50.033333 ] } }, -{ "type": "Feature", "properties": { "field_1": "SOBDO", "field_2": "SOBDO", "field_3": 50.073889, "field_4": -7.116667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -7.116667, 50.073889 ] } }, -{ "type": "Feature", "properties": { "field_1": "TURLU", "field_2": "TURLU", "field_3": 50.076389, "field_4": -8.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -8.0, 50.076389 ] } }, -{ "type": "Feature", "properties": { "field_1": "SITET", "field_2": "SITET", "field_3": 50.1, "field_4": 0.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.0, 50.1 ] } }, -{ "type": "Feature", "properties": { "field_1": "TESDO", "field_2": "TESDO", "field_3": 50.123889, "field_4": -7.116667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -7.116667, 50.123889 ] } }, -{ "type": "Feature", "properties": { "field_1": "LANDS END VOR\/DME", "field_2": "LND", "field_3": 50.136389, "field_4": -5.636944, "field_5": "cp", "field_6": "LND", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.636944, 50.136389 ] } }, -{ "type": "Feature", "properties": { "field_1": "VEXEN", "field_2": "VEXEN", "field_3": 50.139444, "field_4": -1.826111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.826111, 50.139444 ] } }, -{ "type": "Feature", "properties": { "field_1": "OSPOL", "field_2": "OSPOL", "field_3": 50.15, "field_4": -0.185556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.185556, 50.15 ] } }, -{ "type": "Feature", "properties": { "field_1": "XAMAB", "field_2": "XAMAB", "field_3": 50.204444, "field_4": 0.264722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.264722, 50.204444 ] } }, -{ "type": "Feature", "properties": { "field_1": "DRAKE", "field_2": "DRAKE", "field_3": 50.209444, "field_4": -0.076111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.076111, 50.209444 ] } }, -{ "type": "Feature", "properties": { "field_1": "CMB", "field_2": "CMB", "field_3": 50.228333, "field_4": 3.151667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.151667, 50.228333 ] } }, -{ "type": "Feature", "properties": { "field_1": "MARUK", "field_2": "MARUK", "field_3": 50.246389, "field_4": -2.072222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.072222, 50.246389 ] } }, -{ "type": "Feature", "properties": { "field_1": "DOMUT", "field_2": "DOMUT", "field_3": 50.261944, "field_4": -1.669167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.669167, 50.261944 ] } }, -{ "type": "Feature", "properties": { "field_1": "RIGDI", "field_2": "RIGDI", "field_3": 50.270833, "field_4": -5.991389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.991389, 50.270833 ] } }, -{ "type": "Feature", "properties": { "field_1": "RUBMI", "field_2": "RUBMI", "field_3": 50.279444, "field_4": -2.328611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.328611, 50.279444 ] } }, -{ "type": "Feature", "properties": { "field_1": "ASPEN", "field_2": "ASPEN", "field_3": 50.292778, "field_4": -1.805556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.805556, 50.292778 ] } }, -{ "type": "Feature", "properties": { "field_1": "GITUS", "field_2": "GITUS", "field_3": 50.333333, "field_4": -5.7, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.7, 50.333333 ] } }, -{ "type": "Feature", "properties": { "field_1": "PILIP", "field_2": "PILIP", "field_3": 50.334167, "field_4": -1.007222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.007222, 50.334167 ] } }, -{ "type": "Feature", "properties": { "field_1": "PLYMO", "field_2": "PLYMO", "field_3": 50.345833, "field_4": -4.626944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.626944, 50.345833 ] } }, -{ "type": "Feature", "properties": { "field_1": "XIDIL", "field_2": "XIDIL", "field_3": 50.351667, "field_4": 0.641389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.641389, 50.351667 ] } }, -{ "type": "Feature", "properties": { "field_1": "LULOX", "field_2": "LULOX", "field_3": 50.366667, "field_4": -8.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -8.0, 50.366667 ] } }, -{ "type": "Feature", "properties": { "field_1": "HAWKE", "field_2": "HAWKE", "field_3": 50.374167, "field_4": 0.090278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.090278, 50.374167 ] } }, -{ "type": "Feature", "properties": { "field_1": "INSUN", "field_2": "INSUN", "field_3": 50.395278, "field_4": -6.323333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.323333, 50.395278 ] } }, -{ "type": "Feature", "properties": { "field_1": "BERRY HEAD VOR\/DME", "field_2": "BHD", "field_3": 50.398611, "field_4": -3.493611, "field_5": "cp", "field_6": "BHD", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.493611, 50.398611 ] } }, -{ "type": "Feature", "properties": { "field_1": "NETVU", "field_2": "NETVU", "field_3": 50.4125, "field_4": 0.481667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.481667, 50.4125 ] } }, -{ "type": "Feature", "properties": { "field_1": "BEVEL", "field_2": "BEVEL", "field_3": 50.415, "field_4": -1.985278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.985278, 50.415 ] } }, -{ "type": "Feature", "properties": { "field_1": "BABAX", "field_2": "BABAX", "field_3": 50.419722, "field_4": -3.804722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.804722, 50.419722 ] } }, -{ "type": "Feature", "properties": { "field_1": "NOTRO", "field_2": "NOTRO", "field_3": 50.436667, "field_4": -3.1725, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.1725, 50.436667 ] } }, -{ "type": "Feature", "properties": { "field_1": "SUBIP", "field_2": "SUBIP", "field_3": 50.445556, "field_4": 0.885, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.885, 50.445556 ] } }, -{ "type": "Feature", "properties": { "field_1": "EPT", "field_2": "EPT", "field_3": 50.45, "field_4": 0.916667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.916667, 50.45 ] } }, -{ "type": "Feature", "properties": { "field_1": "BENBO", "field_2": "BENBO", "field_3": 50.451389, "field_4": 0.010278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.010278, 50.451389 ] } }, -{ "type": "Feature", "properties": { "field_1": "HARDY", "field_2": "HARDY", "field_3": 50.471111, "field_4": 0.491111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.491111, 50.471111 ] } }, -{ "type": "Feature", "properties": { "field_1": "ELDAX", "field_2": "ELDAX", "field_3": 50.488333, "field_4": 0.658333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.658333, 50.488333 ] } }, -{ "type": "Feature", "properties": { "field_1": "THRED", "field_2": "THRED", "field_3": 50.498611, "field_4": -1.663889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.663889, 50.498611 ] } }, -{ "type": "Feature", "properties": { "field_1": "ROKSI", "field_2": "ROKSI", "field_3": 50.503611, "field_4": -2.214167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.214167, 50.503611 ] } }, -{ "type": "Feature", "properties": { "field_1": "KUNAV", "field_2": "KUNAV", "field_3": 50.515, "field_4": 1.065556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.065556, 50.515 ] } }, -{ "type": "Feature", "properties": { "field_1": "KATHY", "field_2": "KATHY", "field_3": 50.520556, "field_4": -1.333333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.333333, 50.520556 ] } }, -{ "type": "Feature", "properties": { "field_1": "BANVA", "field_2": "BANVA", "field_3": 50.545, "field_4": 0.753333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.753333, 50.545 ] } }, -{ "type": "Feature", "properties": { "field_1": "DAWLY", "field_2": "DAWLY", "field_3": 50.574167, "field_4": -3.463889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.463889, 50.574167 ] } }, -{ "type": "Feature", "properties": { "field_1": "KUMIL", "field_2": "KUMIL", "field_3": 50.575278, "field_4": -1.610833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.610833, 50.575278 ] } }, -{ "type": "Feature", "properties": { "field_1": "ALESO", "field_2": "ALESO", "field_3": 50.575556, "field_4": 1.225556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.225556, 50.575556 ] } }, -{ "type": "Feature", "properties": { "field_1": "WAFFU", "field_2": "WAFFU", "field_3": 50.5825, "field_4": 0.349722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.349722, 50.5825 ] } }, -{ "type": "Feature", "properties": { "field_1": "NOTGI", "field_2": "NOTGI", "field_3": 50.586111, "field_4": -0.4175, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.4175, 50.586111 ] } }, -{ "type": "Feature", "properties": { "field_1": "SOXUX", "field_2": "SOXUX", "field_3": 50.596111, "field_4": 0.929167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.929167, 50.596111 ] } }, -{ "type": "Feature", "properties": { "field_1": "SUSIX", "field_2": "SUSIX", "field_3": 50.616667, "field_4": -0.9675, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.9675, 50.616667 ] } }, -{ "type": "Feature", "properties": { "field_1": "ABSAV", "field_2": "ABSAV", "field_3": 50.641389, "field_4": -1.174722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.174722, 50.641389 ] } }, -{ "type": "Feature", "properties": { "field_1": "INKEK", "field_2": "INKEK", "field_3": 50.648056, "field_4": -0.535833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.535833, 50.648056 ] } }, -{ "type": "Feature", "properties": { "field_1": "ARKIL", "field_2": "ARKIL", "field_3": 50.657778, "field_4": -8.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -8.0, 50.657778 ] } }, -{ "type": "Feature", "properties": { "field_1": "ELDER", "field_2": "ELDER", "field_3": 50.663333, "field_4": -1.337222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.337222, 50.663333 ] } }, -{ "type": "Feature", "properties": { "field_1": "NEDUL", "field_2": "NEDUL", "field_3": 50.666111, "field_4": -1.547778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.547778, 50.666111 ] } }, -{ "type": "Feature", "properties": { "field_1": "TINAN", "field_2": "TINAN", "field_3": 50.666667, "field_4": -3.448333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.448333, 50.666667 ] } }, -{ "type": "Feature", "properties": { "field_1": "AMDUT", "field_2": "AMDUT", "field_3": 50.674444, "field_4": 0.796111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.796111, 50.674444 ] } }, -{ "type": "Feature", "properties": { "field_1": "KAPEX", "field_2": "KAPEX", "field_3": 50.675, "field_4": -1.85, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.85, 50.675 ] } }, -{ "type": "Feature", "properties": { "field_1": "BILNI", "field_2": "BILNI", "field_3": 50.675278, "field_4": -2.125833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.125833, 50.675278 ] } }, -{ "type": "Feature", "properties": { "field_1": "EVEXU", "field_2": "EVEXU", "field_3": 50.687778, "field_4": -0.578056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.578056, 50.687778 ] } }, -{ "type": "Feature", "properties": { "field_1": "BOGNA", "field_2": "BOGNA", "field_3": 50.701944, "field_4": -0.251667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.251667, 50.701944 ] } }, -{ "type": "Feature", "properties": { "field_1": "BRIPO", "field_2": "BRIPO", "field_3": 50.7075, "field_4": -2.75, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.75, 50.7075 ] } }, -{ "type": "Feature", "properties": { "field_1": "DEVOM", "field_2": "DEVOM", "field_3": 50.721667, "field_4": -3.755278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.755278, 50.721667 ] } }, -{ "type": "Feature", "properties": { "field_1": "BIDVA", "field_2": "BIDVA", "field_3": 50.7275, "field_4": -0.9775, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.9775, 50.7275 ] } }, -{ "type": "Feature", "properties": { "field_1": "HASTY", "field_2": "HASTY", "field_3": 50.728333, "field_4": 0.533333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.533333, 50.728333 ] } }, -{ "type": "Feature", "properties": { "field_1": "GIVUN", "field_2": "GIVUN", "field_3": 50.732778, "field_4": -0.800833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.800833, 50.732778 ] } }, -{ "type": "Feature", "properties": { "field_1": "GIBSO", "field_2": "GIBSO", "field_3": 50.749722, "field_4": -2.518611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.518611, 50.749722 ] } }, -{ "type": "Feature", "properties": { "field_1": "BEWLI", "field_2": "BEWLI", "field_3": 50.758611, "field_4": -1.810278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.810278, 50.758611 ] } }, -{ "type": "Feature", "properties": { "field_1": "SEAFORD VOR\/DME", "field_2": "SFB", "field_3": 50.760556, "field_4": 0.121944, "field_5": "cp", "field_6": "SFB", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.121944, 50.760556 ] } }, -{ "type": "Feature", "properties": { "field_1": "BEGTO", "field_2": "BEGTO", "field_3": 50.7625, "field_4": -1.235556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.235556, 50.7625 ] } }, -{ "type": "Feature", "properties": { "field_1": "POMPI", "field_2": "POMPI", "field_3": 50.763333, "field_4": -0.954167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.954167, 50.763333 ] } }, -{ "type": "Feature", "properties": { "field_1": "MIVLA", "field_2": "MIVLA", "field_3": 50.775, "field_4": -1.266111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.266111, 50.775 ] } }, -{ "type": "Feature", "properties": { "field_1": "RUDMO", "field_2": "RUDMO", "field_3": 50.777778, "field_4": -1.024167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.024167, 50.777778 ] } }, -{ "type": "Feature", "properties": { "field_1": "SOVAT", "field_2": "SOVAT", "field_3": 50.779444, "field_4": 1.466667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.466667, 50.779444 ] } }, -{ "type": "Feature", "properties": { "field_1": "UNDUG", "field_2": "UNDUG", "field_3": 50.79, "field_4": 0.425, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.425, 50.79 ] } }, -{ "type": "Feature", "properties": { "field_1": "BEVUP", "field_2": "BEVUP", "field_3": 50.8, "field_4": -2.238889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.238889, 50.8 ] } }, -{ "type": "Feature", "properties": { "field_1": "BUMUX", "field_2": "BUMUX", "field_3": 50.804444, "field_4": -3.349444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.349444, 50.804444 ] } }, -{ "type": "Feature", "properties": { "field_1": "TIVER", "field_2": "TIVER", "field_3": 50.809167, "field_4": -3.423889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.423889, 50.809167 ] } }, -{ "type": "Feature", "properties": { "field_1": "AVANT", "field_2": "AVANT", "field_3": 50.82, "field_4": -0.938333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.938333, 50.82 ] } }, -{ "type": "Feature", "properties": { "field_1": "DIDEL", "field_2": "DIDEL", "field_3": 50.843056, "field_4": -3.997222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.997222, 50.843056 ] } }, -{ "type": "Feature", "properties": { "field_1": "ABKIM", "field_2": "ABKIM", "field_3": 50.845278, "field_4": -1.982778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.982778, 50.845278 ] } }, -{ "type": "Feature", "properties": { "field_1": "ATWEL", "field_2": "ATWEL", "field_3": 50.8475, "field_4": -3.417222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.417222, 50.8475 ] } }, -{ "type": "Feature", "properties": { "field_1": "GOODWOOD VOR\/DME", "field_2": "GWC", "field_3": 50.855278, "field_4": -0.756667, "field_5": "cp", "field_6": "GWC", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.756667, 50.855278 ] } }, -{ "type": "Feature", "properties": { "field_1": "DEVAL", "field_2": "DEVAL", "field_3": 50.856944, "field_4": 1.466667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.466667, 50.856944 ] } }, -{ "type": "Feature", "properties": { "field_1": "ROTNO", "field_2": "ROTNO", "field_3": 50.857222, "field_4": 0.778056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.778056, 50.857222 ] } }, -{ "type": "Feature", "properties": { "field_1": "ASTRA", "field_2": "ASTRA", "field_3": 50.865556, "field_4": -0.146389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.146389, 50.865556 ] } }, -{ "type": "Feature", "properties": { "field_1": "ERKEX", "field_2": "ERKEX", "field_3": 50.878056, "field_4": 1.326944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.326944, 50.878056 ] } }, -{ "type": "Feature", "properties": { "field_1": "HOLLY", "field_2": "HOLLY", "field_3": 50.886667, "field_4": -0.095, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.095, 50.886667 ] } }, -{ "type": "Feature", "properties": { "field_1": "LARCK", "field_2": "LARCK", "field_3": 50.911667, "field_4": 0.446667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.446667, 50.911667 ] } }, -{ "type": "Feature", "properties": { "field_1": "IRKUN", "field_2": "IRKUN", "field_3": 50.921111, "field_4": 1.466667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.466667, 50.921111 ] } }, -{ "type": "Feature", "properties": { "field_1": "PAVLO", "field_2": "PAVLO", "field_3": 50.934722, "field_4": -5.895556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.895556, 50.934722 ] } }, -{ "type": "Feature", "properties": { "field_1": "NIVKO", "field_2": "NIVKO", "field_3": 50.935, "field_4": 0.541111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.541111, 50.935 ] } }, -{ "type": "Feature", "properties": { "field_1": "LUMBA", "field_2": "LUMBA \/ TIMBA", "field_3": 50.945556, "field_4": 0.261667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.261667, 50.945556 ] } }, -{ "type": "Feature", "properties": { "field_1": "SOUTHAMPTON VOR\/DME", "field_2": "SAM", "field_3": 50.955278, "field_4": -1.345, "field_5": "cp", "field_6": "SAM", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.345, 50.955278 ] } }, -{ "type": "Feature", "properties": { "field_1": "MOTOX", "field_2": "MOTOX", "field_3": 50.957778, "field_4": 1.466667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.466667, 50.957778 ] } }, -{ "type": "Feature", "properties": { "field_1": "OKVAP", "field_2": "OKVAP", "field_3": 50.963611, "field_4": 1.332222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.332222, 50.963611 ] } }, -{ "type": "Feature", "properties": { "field_1": "ETVAX", "field_2": "ETVAX", "field_3": 50.968611, "field_4": 0.598889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.598889, 50.968611 ] } }, -{ "type": "Feature", "properties": { "field_1": "WILLO", "field_2": "WILLO", "field_3": 50.985, "field_4": -0.191667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.191667, 50.985 ] } }, -{ "type": "Feature", "properties": { "field_1": "BOGMI", "field_2": "BOGMI", "field_3": 50.998056, "field_4": -7.204722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -7.204722, 50.998056 ] } }, -{ "type": "Feature", "properties": { "field_1": "LYDD VOR\/DME", "field_2": "LYD", "field_3": 50.999722, "field_4": 0.878611, "field_5": "cp", "field_6": "LYD", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.878611, 50.999722 ] } }, -{ "type": "Feature", "properties": { "field_1": "LESLU", "field_2": "LESLU", "field_3": 51.0, "field_4": -8.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -8.0, 51.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "Yeovilton TACAN", "field_2": "VLN", "field_3": 51.005001, "field_4": -2.63875, "field_5": "cp", "field_6": "VLN", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.63875, 51.005001 ] } }, -{ "type": "Feature", "properties": { "field_1": "HAZEL", "field_2": "HAZEL", "field_3": 51.005278, "field_4": -0.984444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.984444, 51.005278 ] } }, -{ "type": "Feature", "properties": { "field_1": "MULIT", "field_2": "MULIT", "field_3": 51.013056, "field_4": -3.388611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.388611, 51.013056 ] } }, -{ "type": "Feature", "properties": { "field_1": "MAYFIELD VOR\/DME", "field_2": "MAY", "field_3": 51.017222, "field_4": 0.116111, "field_5": "cp", "field_6": "MAY", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.116111, 51.017222 ] } }, -{ "type": "Feature", "properties": { "field_1": "RINTI", "field_2": "RINTI", "field_3": 51.032778, "field_4": 1.615556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.615556, 51.032778 ] } }, -{ "type": "Feature", "properties": { "field_1": "MIDHURST VOR\/DME", "field_2": "MID", "field_3": 51.053889, "field_4": -0.625, "field_5": "cp", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.625, 51.053889 ] } }, -{ "type": "Feature", "properties": { "field_1": "ARNUN", "field_2": "ARNUN", "field_3": 51.057222, "field_4": 0.931389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.931389, 51.057222 ] } }, -{ "type": "Feature", "properties": { "field_1": "SANDY", "field_2": "SANDY", "field_3": 51.064167, "field_4": 1.0675, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.0675, 51.064167 ] } }, -{ "type": "Feature", "properties": { "field_1": "TIGER", "field_2": "TIGER", "field_3": 51.067222, "field_4": 0.439444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.439444, 51.067222 ] } }, -{ "type": "Feature", "properties": { "field_1": "BISRU", "field_2": "BISRU", "field_3": 51.071667, "field_4": 0.3675, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.3675, 51.071667 ] } }, -{ "type": "Feature", "properties": { "field_1": "KOK", "field_2": "KOK", "field_3": 51.098611, "field_4": 2.655556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.655556, 51.098611 ] } }, -{ "type": "Feature", "properties": { "field_1": "PENUX", "field_2": "PENUX", "field_3": 51.108889, "field_4": 0.57, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.57, 51.108889 ] } }, -{ "type": "Feature", "properties": { "field_1": "HANKY", "field_2": "HANKY", "field_3": 51.112778, "field_4": -1.130833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.130833, 51.112778 ] } }, -{ "type": "Feature", "properties": { "field_1": "WIZAD", "field_2": "WIZAD", "field_3": 51.116667, "field_4": 0.953056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.953056, 51.116667 ] } }, -{ "type": "Feature", "properties": { "field_1": "KONAN", "field_2": "KONAN", "field_3": 51.130833, "field_4": 2.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.0, 51.130833 ] } }, -{ "type": "Feature", "properties": { "field_1": "ETRID", "field_2": "ETRID", "field_3": 51.132222, "field_4": -1.270833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.270833, 51.132222 ] } }, -{ "type": "Feature", "properties": { "field_1": "DOVER VOR\/DME", "field_2": "DVR", "field_3": 51.1625, "field_4": 1.359167, "field_5": "cp", "field_6": "DVR", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.359167, 51.1625 ] } }, -{ "type": "Feature", "properties": { "field_1": "ODVIK", "field_2": "ODVIK", "field_3": 51.165833, "field_4": 0.485833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.485833, 51.165833 ] } }, -{ "type": "Feature", "properties": { "field_1": "GODLU", "field_2": "GODLU", "field_3": 51.166111, "field_4": 1.284444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.284444, 51.166111 ] } }, -{ "type": "Feature", "properties": { "field_1": "TUNBY", "field_2": "TUNBY", "field_3": 51.168889, "field_4": 0.324722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.324722, 51.168889 ] } }, -{ "type": "Feature", "properties": { "field_1": "OTSID", "field_2": "OTSID", "field_3": 51.173056, "field_4": -0.230833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.230833, 51.173056 ] } }, -{ "type": "Feature", "properties": { "field_1": "TEVMO", "field_2": "TEVMO", "field_3": 51.173611, "field_4": 1.416389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.416389, 51.173611 ] } }, -{ "type": "Feature", "properties": { "field_1": "ELRAG", "field_2": "ELRAG", "field_3": 51.174444, "field_4": -5.105833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.105833, 51.174444 ] } }, -{ "type": "Feature", "properties": { "field_1": "EXMOR", "field_2": "EXMOR", "field_3": 51.178611, "field_4": -3.359722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.359722, 51.178611 ] } }, -{ "type": "Feature", "properties": { "field_1": "PEPIS", "field_2": "PEPIS", "field_3": 51.196667, "field_4": -1.243611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.243611, 51.196667 ] } }, -{ "type": "Feature", "properties": { "field_1": "GASGU", "field_2": "GASGU", "field_3": 51.206667, "field_4": -0.96, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.96, 51.206667 ] } }, -{ "type": "Feature", "properties": { "field_1": "UMTUM", "field_2": "UMTUM", "field_3": 51.2075, "field_4": 1.0175, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.0175, 51.2075 ] } }, -{ "type": "Feature", "properties": { "field_1": "HOGBA", "field_2": "HOGBA", "field_3": 51.228056, "field_4": -0.495278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.495278, 51.228056 ] } }, -{ "type": "Feature", "properties": { "field_1": "ADMAG", "field_2": "ADMAG", "field_3": 51.233889, "field_4": 0.492778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.492778, 51.233889 ] } }, -{ "type": "Feature", "properties": { "field_1": "LEDGO", "field_2": "LEDGO", "field_3": 51.24, "field_4": -7.568056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -7.568056, 51.24 ] } }, -{ "type": "Feature", "properties": { "field_1": "VABIK", "field_2": "VABIK", "field_3": 51.246389, "field_4": 2.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.0, 51.246389 ] } }, -{ "type": "Feature", "properties": { "field_1": "EMKAD", "field_2": "EMKAD", "field_3": 51.247222, "field_4": 0.709444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.709444, 51.247222 ] } }, -{ "type": "Feature", "properties": { "field_1": "VAPID", "field_2": "VAPID", "field_3": 51.253889, "field_4": -1.045, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.045, 51.253889 ] } }, -{ "type": "Feature", "properties": { "field_1": "LAVRI", "field_2": "LAVRI", "field_3": 51.263611, "field_4": 0.580278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.580278, 51.263611 ] } }, -{ "type": "Feature", "properties": { "field_1": "MOKBU", "field_2": "MOKBU", "field_3": 51.269444, "field_4": 1.487222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.487222, 51.269444 ] } }, -{ "type": "Feature", "properties": { "field_1": "DORKI", "field_2": "DORKI", "field_3": 51.275833, "field_4": -0.264444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.264444, 51.275833 ] } }, -{ "type": "Feature", "properties": { "field_1": "ITVIP", "field_2": "ITVIP", "field_3": 51.287222, "field_4": 1.053333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.053333, 51.287222 ] } }, -{ "type": "Feature", "properties": { "field_1": "GOGSI", "field_2": "GOGSI", "field_3": 51.290833, "field_4": -1.000556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.000556, 51.290833 ] } }, -{ "type": "Feature", "properties": { "field_1": "DIKVU", "field_2": "DIKVU", "field_3": 51.296389, "field_4": 0.317222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.317222, 51.296389 ] } }, -{ "type": "Feature", "properties": { "field_1": "GATRA", "field_2": "GATRA", "field_3": 51.297778, "field_4": -6.631944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.631944, 51.297778 ] } }, -{ "type": "Feature", "properties": { "field_1": "FIMLI", "field_2": "FIMLI", "field_3": 51.301111, "field_4": -0.668333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.668333, 51.301111 ] } }, -{ "type": "Feature", "properties": { "field_1": "LAMAT", "field_2": "LAMAT", "field_3": 51.301944, "field_4": -3.0175, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.0175, 51.301944 ] } }, -{ "type": "Feature", "properties": { "field_1": "DETLING VOR\/DME", "field_2": "DET", "field_3": 51.303889, "field_4": 0.597222, "field_5": "cp", "field_6": "DET", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.597222, 51.303889 ] } }, -{ "type": "Feature", "properties": { "field_1": "OCKHAM VOR\/DME", "field_2": "OCK", "field_3": 51.305, "field_4": -0.447222, "field_5": "st", "field_6": "OCK", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.447222, 51.305 ] } }, -{ "type": "Feature", "properties": { "field_1": "NIGIT", "field_2": "NIGIT", "field_3": 51.313056, "field_4": -1.170833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.170833, 51.313056 ] } }, -{ "type": "Feature", "properties": { "field_1": "TOMMO", "field_2": "TOMMO", "field_3": 51.314444, "field_4": -0.362778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.362778, 51.314444 ] } }, -{ "type": "Feature", "properties": { "field_1": "EPSOM", "field_2": "EPM", "field_3": 51.319444, "field_4": -0.371944, "field_5": "tp", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.371944, 51.319444 ] } }, -{ "type": "Feature", "properties": { "field_1": "SAMON", "field_2": "SAMON", "field_3": 51.3225, "field_4": -7.417778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -7.417778, 51.3225 ] } }, -{ "type": "Feature", "properties": { "field_1": "KESUP", "field_2": "KESUP", "field_3": 51.325556, "field_4": -3.654722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.654722, 51.325556 ] } }, -{ "type": "Feature", "properties": { "field_1": "BIGGIN VOR\/DME", "field_2": "BIG", "field_3": 51.330833, "field_4": 0.034722, "field_5": "st", "field_6": "BIG", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.034722, 51.330833 ] } }, -{ "type": "Feature", "properties": { "field_1": "WEALD", "field_2": "WEALD", "field_3": 51.330833, "field_4": 0.034722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.034722, 51.330833 ] } }, -{ "type": "Feature", "properties": { "field_1": "MERLY", "field_2": "MERLY", "field_3": 51.333333, "field_4": -5.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.0, 51.333333 ] } }, -{ "type": "Feature", "properties": { "field_1": "HILLY", "field_2": "HILLY", "field_3": 51.335, "field_4": 0.243611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.243611, 51.335 ] } }, -{ "type": "Feature", "properties": { "field_1": "NUBRI", "field_2": "NUBRI", "field_3": 51.338056, "field_4": -1.232222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.232222, 51.338056 ] } }, -{ "type": "Feature", "properties": { "field_1": "TEVSI", "field_2": "TEVSI", "field_3": 51.350278, "field_4": -1.050278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.050278, 51.350278 ] } }, -{ "type": "Feature", "properties": { "field_1": "GOXUL", "field_2": "GOXUL", "field_3": 51.358889, "field_4": -0.175833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.175833, 51.358889 ] } }, -{ "type": "Feature", "properties": { "field_1": "TABEN", "field_2": "TABEN", "field_3": 51.363611, "field_4": -1.172778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.172778, 51.363611 ] } }, -{ "type": "Feature", "properties": { "field_1": "BEDEK", "field_2": "BEDEK", "field_3": 51.370833, "field_4": -1.558611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.558611, 51.370833 ] } }, -{ "type": "Feature", "properties": { "field_1": "EKNIV", "field_2": "EKNIV", "field_3": 51.407222, "field_4": 0.625278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.625278, 51.407222 ] } }, -{ "type": "Feature", "properties": { "field_1": "DOKEK", "field_2": "DOKEK", "field_3": 51.421667, "field_4": -6.058056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.058056, 51.421667 ] } }, -{ "type": "Feature", "properties": { "field_1": "VATON", "field_2": "VATON", "field_3": 51.434444, "field_4": -0.348889, "field_5": "tp", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.348889, 51.434444 ] } }, -{ "type": "Feature", "properties": { "field_1": "ABTUM", "field_2": "ABTUM", "field_3": 51.434444, "field_4": 1.374722, "field_5": "tp", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ 1.374722, 51.434444 ] } }, -{ "type": "Feature", "properties": { "field_1": "OKESI", "field_2": "OKESI", "field_3": 51.443333, "field_4": -2.061667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.061667, 51.443333 ] } }, -{ "type": "Feature", "properties": { "field_1": "RAPIX", "field_2": "RAPIX", "field_3": 51.443889, "field_4": 2.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.0, 51.443889 ] } }, -{ "type": "Feature", "properties": { "field_1": "ABDAL", "field_2": "ABDAL", "field_3": 51.446111, "field_4": -1.863333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.863333, 51.446111 ] } }, -{ "type": "Feature", "properties": { "field_1": "TANET", "field_2": "TANET", "field_3": 51.449444, "field_4": 0.925556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.925556, 51.449444 ] } }, -{ "type": "Feature", "properties": { "field_1": "WOODLEY NDB", "field_2": "WOD", "field_3": 51.452778, "field_4": -0.878889, "field_5": "cp", "field_6": "WOD", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.878889, 51.452778 ] } }, -{ "type": "Feature", "properties": { "field_1": "ATSAP", "field_2": "ATSAP", "field_3": 51.454444, "field_4": 1.504722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.504722, 51.454444 ] } }, -{ "type": "Feature", "properties": { "field_1": "SUNUP", "field_2": "SUNUP", "field_3": 51.458611, "field_4": 1.874167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.874167, 51.458611 ] } }, -{ "type": "Feature", "properties": { "field_1": "UMBUR", "field_2": "UMBUR", "field_3": 51.459167, "field_4": 0.118889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.118889, 51.459167 ] } }, -{ "type": "Feature", "properties": { "field_1": "LINDY", "field_2": "LINDY", "field_3": 51.470556, "field_4": -1.049167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.049167, 51.470556 ] } }, -{ "type": "Feature", "properties": { "field_1": "INLAK", "field_2": "INLAK", "field_3": 51.478056, "field_4": -1.524167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.524167, 51.478056 ] } }, -{ "type": "Feature", "properties": { "field_1": "NORRY", "field_2": "NORRY", "field_3": 51.479722, "field_4": -1.123333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.123333, 51.479722 ] } }, -{ "type": "Feature", "properties": { "field_1": "LONDON VOR\/DME", "field_2": "LON", "field_3": 51.487222, "field_4": -0.466667, "field_5": "cp", "field_6": "LON", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.466667, 51.487222 ] } }, -{ "type": "Feature", "properties": { "field_1": "TEBRA", "field_2": "TEBRA", "field_3": 51.488889, "field_4": 1.611944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.611944, 51.488889 ] } }, -{ "type": "Feature", "properties": { "field_1": "COMPTON VOR\/DME", "field_2": "CPT", "field_3": 51.491667, "field_4": -1.219722, "field_5": "cp", "field_6": "CPT", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.219722, 51.491667 ] } }, -{ "type": "Feature", "properties": { "field_1": "NPT", "field_2": "NPT", "field_3": 51.494722, "field_4": 2.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.0, 51.494722 ] } }, -{ "type": "Feature", "properties": { "field_1": "BAKER", "field_2": "BAKER", "field_3": 51.495, "field_4": 0.298056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.298056, 51.495 ] } }, -{ "type": "Feature", "properties": { "field_1": "MOPAT", "field_2": "MOPAT", "field_3": 51.498611, "field_4": -7.093611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -7.093611, 51.498611 ] } }, -{ "type": "Feature", "properties": { "field_1": "NEPNA", "field_2": "NEPNA", "field_3": 51.499444, "field_4": 0.449167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.449167, 51.499444 ] } }, -{ "type": "Feature", "properties": { "field_1": "GISOK", "field_2": "GISOK", "field_3": 51.5025, "field_4": -5.124444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.124444, 51.5025 ] } }, -{ "type": "Feature", "properties": { "field_1": "WD6", "field_2": "WD6", "field_3": 51.516667, "field_4": 0.216667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.216667, 51.516667 ] } }, -{ "type": "Feature", "properties": { "field_1": "KENET", "field_2": "KENET", "field_3": 51.520556, "field_4": -1.455, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.455, 51.520556 ] } }, -{ "type": "Feature", "properties": { "field_1": "ASRAX", "field_2": "ASRAX", "field_3": 51.521389, "field_4": -4.278611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.278611, 51.521389 ] } }, -{ "type": "Feature", "properties": { "field_1": "POMAX", "field_2": "POMAX", "field_3": 51.527222, "field_4": -2.081111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.081111, 51.527222 ] } }, -{ "type": "Feature", "properties": { "field_1": "KOPUL", "field_2": "KOPUL", "field_3": 51.542222, "field_4": 1.137222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.137222, 51.542222 ] } }, -{ "type": "Feature", "properties": { "field_1": "MIMBI", "field_2": "MIMBI", "field_3": 51.549167, "field_4": -1.693333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.693333, 51.549167 ] } }, -{ "type": "Feature", "properties": { "field_1": "SWANY", "field_2": "SWANY", "field_3": 51.559444, "field_4": -4.13, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.13, 51.559444 ] } }, -{ "type": "Feature", "properties": { "field_1": "FINCH", "field_2": "FINCH", "field_3": 51.56, "field_4": -0.183056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.183056, 51.56 ] } }, -{ "type": "Feature", "properties": { "field_1": "UNSAD", "field_2": "UNSAD", "field_3": 51.561111, "field_4": 0.962778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.962778, 51.561111 ] } }, -{ "type": "Feature", "properties": { "field_1": "GAVGO", "field_2": "GAVGO", "field_3": 51.563889, "field_4": -1.71, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.71, 51.563889 ] } }, -{ "type": "Feature", "properties": { "field_1": "GILTI", "field_2": "GILTI", "field_3": 51.570278, "field_4": 2.055, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.055, 51.570278 ] } }, -{ "type": "Feature", "properties": { "field_1": "SIREN", "field_2": "SIREN", "field_3": 51.570833, "field_4": -1.874722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.874722, 51.570833 ] } }, -{ "type": "Feature", "properties": { "field_1": "SPEAR", "field_2": "SPEAR", "field_3": 51.576111, "field_4": 0.700278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.700278, 51.576111 ] } }, -{ "type": "Feature", "properties": { "field_1": "BENSU", "field_2": "BENSU", "field_3": 51.578889, "field_4": -0.918889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.918889, 51.578889 ] } }, -{ "type": "Feature", "properties": { "field_1": "ERING", "field_2": "ERING", "field_3": 51.590556, "field_4": 1.611944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.611944, 51.590556 ] } }, -{ "type": "Feature", "properties": { "field_1": "MALBY", "field_2": "MALBY", "field_3": 51.5925, "field_4": -2.061667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.061667, 51.5925 ] } }, -{ "type": "Feature", "properties": { "field_1": "NILON", "field_2": "NILON", "field_3": 51.596111, "field_4": 0.634444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.634444, 51.596111 ] } }, -{ "type": "Feature", "properties": { "field_1": "GILDA", "field_2": "GILDA", "field_3": 51.601667, "field_4": 0.583611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.583611, 51.601667 ] } }, -{ "type": "Feature", "properties": { "field_1": "TOBIX", "field_2": "TOBIX", "field_3": 51.604722, "field_4": 1.280833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.280833, 51.604722 ] } }, -{ "type": "Feature", "properties": { "field_1": "NUMPO", "field_2": "NUMPO", "field_3": 51.61, "field_4": -3.283611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.283611, 51.61 ] } }, -{ "type": "Feature", "properties": { "field_1": "COWLY", "field_2": "COWLY", "field_3": 51.616111, "field_4": -1.065, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.065, 51.616111 ] } }, -{ "type": "Feature", "properties": { "field_1": "NORLA", "field_2": "NORLA", "field_3": 51.619167, "field_4": -6.869722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.869722, 51.619167 ] } }, -{ "type": "Feature", "properties": { "field_1": "TUGPO", "field_2": "TUGPO", "field_3": 51.619444, "field_4": 0.914444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.914444, 51.619444 ] } }, -{ "type": "Feature", "properties": { "field_1": "CHILTERN", "field_2": "CHT", "field_3": 51.623056, "field_4": -0.518611, "field_5": "tp", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.518611, 51.623056 ] } }, -{ "type": "Feature", "properties": { "field_1": "WOTAN", "field_2": "WOTAN", "field_3": 51.623889, "field_4": -2.335, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.335, 51.623889 ] } }, -{ "type": "Feature", "properties": { "field_1": "TERKO", "field_2": "TERKO", "field_3": 51.625556, "field_4": 0.746667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.746667, 51.625556 ] } }, -{ "type": "Feature", "properties": { "field_1": "MAYLA", "field_2": "MAYLA", "field_3": 51.628056, "field_4": 0.72, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.72, 51.628056 ] } }, -{ "type": "Feature", "properties": { "field_1": "SIRGO", "field_2": "SIRGO", "field_3": 51.629444, "field_4": 0.646389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.646389, 51.629444 ] } }, -{ "type": "Feature", "properties": { "field_1": "FERIT", "field_2": "FERIT", "field_3": 51.633056, "field_4": 0.539167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.539167, 51.633056 ] } }, -{ "type": "Feature", "properties": { "field_1": "SUMUM", "field_2": "SUMUM", "field_3": 51.637222, "field_4": 2.107778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.107778, 51.637222 ] } }, -{ "type": "Feature", "properties": { "field_1": "ABDUK", "field_2": "ABDUK", "field_3": 51.642778, "field_4": -3.800278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.800278, 51.642778 ] } }, -{ "type": "Feature", "properties": { "field_1": "BADIM", "field_2": "BADIM", "field_3": 51.643889, "field_4": -2.511111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.511111, 51.643889 ] } }, -{ "type": "Feature", "properties": { "field_1": "LAMBOURNE VOR\/DME", "field_2": "LAM", "field_3": 51.646111, "field_4": 0.151667, "field_5": "st", "field_6": "LAM", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.151667, 51.646111 ] } }, -{ "type": "Feature", "properties": { "field_1": "NONVA", "field_2": "NONVA", "field_3": 51.646111, "field_4": 1.362222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.362222, 51.646111 ] } }, -{ "type": "Feature", "properties": { "field_1": "DIGUT", "field_2": "DIGUT", "field_3": 51.650278, "field_4": -1.299722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.299722, 51.650278 ] } }, -{ "type": "Feature", "properties": { "field_1": "ODROB", "field_2": "ODROB", "field_3": 51.654167, "field_4": 1.9125, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.9125, 51.654167 ] } }, -{ "type": "Feature", "properties": { "field_1": "ALVIN", "field_2": "ALVIN", "field_3": 51.6625, "field_4": -2.678333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.678333, 51.6625 ] } }, -{ "type": "Feature", "properties": { "field_1": "WESUL", "field_2": "WESUL", "field_3": 51.670833, "field_4": 0.485833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.485833, 51.670833 ] } }, -{ "type": "Feature", "properties": { "field_1": "IPRIL", "field_2": "IPRIL", "field_3": 51.674722, "field_4": -0.226389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.226389, 51.674722 ] } }, -{ "type": "Feature", "properties": { "field_1": "TOSVA", "field_2": "TOSVA", "field_3": 51.676944, "field_4": 2.073889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.073889, 51.676944 ] } }, -{ "type": "Feature", "properties": { "field_1": "ADVAS", "field_2": "ADVAS", "field_3": 51.681389, "field_4": 1.4425, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.4425, 51.681389 ] } }, -{ "type": "Feature", "properties": { "field_1": "BRASO", "field_2": "BRASO", "field_3": 51.685278, "field_4": 0.683333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.683333, 51.685278 ] } }, -{ "type": "Feature", "properties": { "field_1": "ERNOK", "field_2": "ERNOK", "field_3": 51.691667, "field_4": -2.945556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.945556, 51.691667 ] } }, -{ "type": "Feature", "properties": { "field_1": "MANGO", "field_2": "MANGO", "field_3": 51.692778, "field_4": 0.790556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.790556, 51.692778 ] } }, -{ "type": "Feature", "properties": { "field_1": "RISIN", "field_2": "RISIN", "field_3": 51.694167, "field_4": -1.441111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.441111, 51.694167 ] } }, -{ "type": "Feature", "properties": { "field_1": "LIVSU", "field_2": "LIVSU", "field_3": 51.696944, "field_4": 0.849444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.849444, 51.696944 ] } }, -{ "type": "Feature", "properties": { "field_1": "KUKIS", "field_2": "KUKIS", "field_3": 51.698889, "field_4": -3.076944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.076944, 51.698889 ] } }, -{ "type": "Feature", "properties": { "field_1": "DONNA", "field_2": "DONNA", "field_3": 51.7, "field_4": -0.743611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.743611, 51.7 ] } }, -{ "type": "Feature", "properties": { "field_1": "SABER", "field_2": "SABER", "field_3": 51.703889, "field_4": 0.949444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.949444, 51.703889 ] } }, -{ "type": "Feature", "properties": { "field_1": "RIMBU", "field_2": "RIMBU", "field_3": 51.706111, "field_4": 2.161944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.161944, 51.706111 ] } }, -{ "type": "Feature", "properties": { "field_1": "UGNUS", "field_2": "UGNUS", "field_3": 51.708889, "field_4": -2.139722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.139722, 51.708889 ] } }, -{ "type": "Feature", "properties": { "field_1": "PERUP", "field_2": "PERUP", "field_3": 51.709444, "field_4": -2.942222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.942222, 51.709444 ] } }, -{ "type": "Feature", "properties": { "field_1": "INGUR", "field_2": "INGUR", "field_3": 51.711667, "field_4": -2.860278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.860278, 51.711667 ] } }, -{ "type": "Feature", "properties": { "field_1": "TRIPO", "field_2": "TRIPO", "field_3": 51.713056, "field_4": 1.082778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.082778, 51.713056 ] } }, -{ "type": "Feature", "properties": { "field_1": "BRECON VOR\/DME", "field_2": "BCN", "field_3": 51.725556, "field_4": -3.263056, "field_5": "cp", "field_6": "BCN", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.263056, 51.725556 ] } }, -{ "type": "Feature", "properties": { "field_1": "BOVINGDON VOR\/DME", "field_2": "BNN", "field_3": 51.726111, "field_4": -0.549722, "field_5": "st", "field_6": "BNN", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.549722, 51.726111 ] } }, -{ "type": "Feature", "properties": { "field_1": "NEKAP", "field_2": "NEKAP", "field_3": 51.726389, "field_4": -5.290556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.290556, 51.726389 ] } }, -{ "type": "Feature", "properties": { "field_1": "EVSEM", "field_2": "EVSEM", "field_3": 51.730556, "field_4": -1.4625, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.4625, 51.730556 ] } }, -{ "type": "Feature", "properties": { "field_1": "JACKO", "field_2": "JACKO", "field_3": 51.735833, "field_4": 1.426667, "field_5": "st", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.426667, 51.735833 ] } }, -{ "type": "Feature", "properties": { "field_1": "UNBIG", "field_2": "UNBIG", "field_3": 51.740833, "field_4": -3.583889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.583889, 51.740833 ] } }, -{ "type": "Feature", "properties": { "field_1": "BROOKMANS PARK VOR\/DME", "field_2": "BPK", "field_3": 51.746944, "field_4": -0.106667, "field_5": "cp", "field_6": "BPK", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.106667, 51.746944 ] } }, -{ "type": "Feature", "properties": { "field_1": "LOGAN", "field_2": "LOGAN", "field_3": 51.7475, "field_4": 1.611944, "field_5": "tp", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.611944, 51.7475 ] } }, -{ "type": "Feature", "properties": { "field_1": "Brize Norton TACAN", "field_2": "BZN", "field_3": 51.748199, "field_4": -1.60353, "field_5": "cp", "field_6": "BZN", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.60353, 51.748199 ] } }, -{ "type": "Feature", "properties": { "field_1": "HENTON NDB", "field_2": "HEN", "field_3": 51.759722, "field_4": -0.790278, "field_5": "cp", "field_6": "HEN", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.790278, 51.759722 ] } }, -{ "type": "Feature", "properties": { "field_1": "KIDLI", "field_2": "KIDLI", "field_3": 51.771389, "field_4": -1.361389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.361389, 51.771389 ] } }, -{ "type": "Feature", "properties": { "field_1": "TOTRI", "field_2": "TOTRI", "field_3": 51.775, "field_4": 0.196667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.196667, 51.775 ] } }, -{ "type": "Feature", "properties": { "field_1": "DIKAS", "field_2": "DIKAS", "field_3": 51.776944, "field_4": -3.259167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.259167, 51.776944 ] } }, -{ "type": "Feature", "properties": { "field_1": "MATCH", "field_2": "MATCH", "field_3": 51.779167, "field_4": 0.25, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.25, 51.779167 ] } }, -{ "type": "Feature", "properties": { "field_1": "EVRIN", "field_2": "EVRIN", "field_3": 51.782222, "field_4": -6.563333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.563333, 51.782222 ] } }, -{ "type": "Feature", "properties": { "field_1": "XAMAN", "field_2": "XAMAN", "field_3": 51.784722, "field_4": 2.224167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.224167, 51.784722 ] } }, -{ "type": "Feature", "properties": { "field_1": "UGBUD", "field_2": "UGBUD", "field_3": 51.787222, "field_4": -3.652778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.652778, 51.787222 ] } }, -{ "type": "Feature", "properties": { "field_1": "NAXAT", "field_2": "NAXAT", "field_3": 51.789167, "field_4": -1.965556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.965556, 51.789167 ] } }, -{ "type": "Feature", "properties": { "field_1": "EVMEK", "field_2": "EVMEK", "field_3": 51.794722, "field_4": 1.205, "field_5": "tp", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.205, 51.794722 ] } }, -{ "type": "Feature", "properties": { "field_1": "BETPO", "field_2": "BETPO", "field_3": 51.798333, "field_4": -0.724444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.724444, 51.798333 ] } }, -{ "type": "Feature", "properties": { "field_1": "HEMEL", "field_2": "HEMEL", "field_3": 51.805556, "field_4": -0.419444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.419444, 51.805556 ] } }, -{ "type": "Feature", "properties": { "field_1": "NAVOV", "field_2": "NAVOV", "field_3": 51.808611, "field_4": -3.256944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.256944, 51.808611 ] } }, -{ "type": "Feature", "properties": { "field_1": "BRAIN", "field_2": "BRAIN", "field_3": 51.811111, "field_4": 0.651667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.651667, 51.811111 ] } }, -{ "type": "Feature", "properties": { "field_1": "XIGAR", "field_2": "XIGAR", "field_3": 51.813889, "field_4": 0.262778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.262778, 51.813889 ] } }, -{ "type": "Feature", "properties": { "field_1": "OKTAD", "field_2": "OKTAD", "field_3": 51.817778, "field_4": -2.546111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.546111, 51.817778 ] } }, -{ "type": "Feature", "properties": { "field_1": "INRUB", "field_2": "INRUB", "field_3": 51.819444, "field_4": -3.861389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.861389, 51.819444 ] } }, -{ "type": "Feature", "properties": { "field_1": "DAGGA", "field_2": "DAGGA", "field_3": 51.821944, "field_4": 0.794167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.794167, 51.821944 ] } }, -{ "type": "Feature", "properties": { "field_1": "AMMAN", "field_2": "AMMAN", "field_3": 51.840556, "field_4": -3.998333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.998333, 51.840556 ] } }, -{ "type": "Feature", "properties": { "field_1": "CORK VOR\/DME", "field_2": "CRK", "field_3": 51.840608, "field_4": -8.494269, "field_5": "p", "field_6": "CRK", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -8.494269, 51.840608 ] } }, -{ "type": "Feature", "properties": { "field_1": "SILVA", "field_2": "SILVA", "field_3": 51.8475, "field_4": -1.005278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.005278, 51.8475 ] } }, -{ "type": "Feature", "properties": { "field_1": "CLACTON VOR\/DME", "field_2": "CLN", "field_3": 51.848611, "field_4": 1.1475, "field_5": "cp", "field_6": "CLN", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.1475, 51.848611 ] } }, -{ "type": "Feature", "properties": { "field_1": "WESCOTT NDB", "field_2": "WCO", "field_3": 51.853056, "field_4": -0.9625, "field_5": "cp", "field_6": "WCO", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.9625, 51.853056 ] } }, -{ "type": "Feature", "properties": { "field_1": "DOBEM", "field_2": "DOBEM", "field_3": 51.869722, "field_4": -2.929167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.929167, 51.869722 ] } }, -{ "type": "Feature", "properties": { "field_1": "BAMBO", "field_2": "BAMBO", "field_3": 51.876944, "field_4": -1.616667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.616667, 51.876944 ] } }, -{ "type": "Feature", "properties": { "field_1": "NEDEX", "field_2": "NEDEX", "field_3": 51.876944, "field_4": -1.472222, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -1.472222, 51.876944 ] } }, -{ "type": "Feature", "properties": { "field_1": "DELBO", "field_2": "DELBO", "field_3": 51.876944, "field_4": -1.273333, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -1.273333, 51.876944 ] } }, -{ "type": "Feature", "properties": { "field_1": "WD7", "field_2": "WD7", "field_3": 51.879722, "field_4": 1.356111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.356111, 51.879722 ] } }, -{ "type": "Feature", "properties": { "field_1": "GOGIG", "field_2": "GOGIG", "field_3": 51.891667, "field_4": -3.250556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.250556, 51.891667 ] } }, -{ "type": "Feature", "properties": { "field_1": "MOSUN", "field_2": "MOSUN", "field_3": 51.893889, "field_4": -2.436111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.436111, 51.893889 ] } }, -{ "type": "Feature", "properties": { "field_1": "IDESI", "field_2": "IDESI", "field_3": 51.897778, "field_4": 1.885556, "field_5": "tp", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.885556, 51.897778 ] } }, -{ "type": "Feature", "properties": { "field_1": "ARTOV", "field_2": "ARTOV", "field_3": 51.905278, "field_4": 1.425833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.425833, 51.905278 ] } }, -{ "type": "Feature", "properties": { "field_1": "INLIM", "field_2": "INLIM", "field_3": 51.906389, "field_4": 1.320278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.320278, 51.906389 ] } }, -{ "type": "Feature", "properties": { "field_1": "RINIS", "field_2": "RINIS", "field_3": 51.908333, "field_4": 2.3225, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.3225, 51.908333 ] } }, -{ "type": "Feature", "properties": { "field_1": "TOPRO", "field_2": "TOPRO", "field_3": 51.911667, "field_4": -3.249167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.249167, 51.911667 ] } }, -{ "type": "Feature", "properties": { "field_1": "BUZAD", "field_2": "BUZAD", "field_3": 51.942222, "field_4": -0.552222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.552222, 51.942222 ] } }, -{ "type": "Feature", "properties": { "field_1": "RILES", "field_2": "RILES", "field_3": 51.948611, "field_4": -2.922778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.922778, 51.948611 ] } }, -{ "type": "Feature", "properties": { "field_1": "MEDOG", "field_2": "MEDOG", "field_3": 51.950278, "field_4": -3.549444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.549444, 51.950278 ] } }, -{ "type": "Feature", "properties": { "field_1": "BANBA", "field_2": "BANBA", "field_3": 51.952778, "field_4": -6.239167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.239167, 51.952778 ] } }, -{ "type": "Feature", "properties": { "field_1": "TALGA", "field_2": "TALGA", "field_3": 51.958333, "field_4": -3.245556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.245556, 51.958333 ] } }, -{ "type": "Feature", "properties": { "field_1": "SOPIT", "field_2": "SOPIT", "field_3": 51.958333, "field_4": -1.107222, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -1.107222, 51.958333 ] } }, -{ "type": "Feature", "properties": { "field_1": "NUGBO", "field_2": "NUGBO", "field_3": 51.972778, "field_4": -0.07, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.07, 51.972778 ] } }, -{ "type": "Feature", "properties": { "field_1": "EMKUK", "field_2": "EMKUK", "field_3": 51.976944, "field_4": -1.354167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.354167, 51.976944 ] } }, -{ "type": "Feature", "properties": { "field_1": "UTAVA", "field_2": "UTAVA", "field_3": 51.979722, "field_4": -0.071944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.071944, 51.979722 ] } }, -{ "type": "Feature", "properties": { "field_1": "BARKWAY VOR\/DME", "field_2": "BKY", "field_3": 51.989722, "field_4": 0.061944, "field_5": "cp", "field_6": "BKY", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.061944, 51.989722 ] } }, -{ "type": "Feature", "properties": { "field_1": "RATLO", "field_2": "RATLO", "field_3": 51.991389, "field_4": 1.681944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.681944, 51.991389 ] } }, -{ "type": "Feature", "properties": { "field_1": "STRUMBLE VOR\/DME", "field_2": "STU", "field_3": 51.994722, "field_4": -5.040278, "field_5": "cp", "field_6": "STU", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.040278, 51.994722 ] } }, -{ "type": "Feature", "properties": { "field_1": "BOMBO", "field_2": "BOMBO", "field_3": 51.995556, "field_4": -0.396389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.396389, 51.995556 ] } }, -{ "type": "Feature", "properties": { "field_1": "FINMA", "field_2": "FINMA", "field_3": 51.996389, "field_4": -1.053611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.053611, 51.996389 ] } }, -{ "type": "Feature", "properties": { "field_1": "ADMIS", "field_2": "ADMIS", "field_3": 51.996944, "field_4": 0.176667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.176667, 51.996944 ] } }, -{ "type": "Feature", "properties": { "field_1": "WD1", "field_2": "WD1", "field_3": 52.0, "field_4": -3.916667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.916667, 52.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "CLIPY", "field_2": "CLIPY", "field_3": 52.000833, "field_4": -1.085833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.085833, 52.000833 ] } }, -{ "type": "Feature", "properties": { "field_1": "CASEY", "field_2": "CASEY", "field_3": 52.008611, "field_4": 0.583056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.583056, 52.008611 ] } }, -{ "type": "Feature", "properties": { "field_1": "TABIS", "field_2": "TABIS", "field_3": 52.008889, "field_4": 0.445556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.445556, 52.008889 ] } }, -{ "type": "Feature", "properties": { "field_1": "ASKEY", "field_2": "ASKEY\/LOREL", "field_3": 52.013889, "field_4": -0.052778, "field_5": "st", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.052778, 52.013889 ] } }, -{ "type": "Feature", "properties": { "field_1": "ABBOT", "field_2": "ABBOT", "field_3": 52.016111, "field_4": 0.599444, "field_5": "st", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.599444, 52.016111 ] } }, -{ "type": "Feature", "properties": { "field_1": "WOBUN", "field_2": "WOBUN", "field_3": 52.019444, "field_4": -0.733333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.733333, 52.019444 ] } }, -{ "type": "Feature", "properties": { "field_1": "DIGSU", "field_2": "DIGSU", "field_3": 52.023889, "field_4": 0.634722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.634722, 52.023889 ] } }, -{ "type": "Feature", "properties": { "field_1": "STOAT", "field_2": "STOAT", "field_3": 52.025833, "field_4": -0.020833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.020833, 52.025833 ] } }, -{ "type": "Feature", "properties": { "field_1": "NANUM", "field_2": "NANUM", "field_3": 52.026389, "field_4": -1.629722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.629722, 52.026389 ] } }, -{ "type": "Feature", "properties": { "field_1": "PIXUP", "field_2": "PIXUP", "field_3": 52.030833, "field_4": -1.111111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.111111, 52.030833 ] } }, -{ "type": "Feature", "properties": { "field_1": "TEDSA", "field_2": "TEDSA", "field_3": 52.050833, "field_4": 1.1275, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.1275, 52.050833 ] } }, -{ "type": "Feature", "properties": { "field_1": "MOVEN", "field_2": "MOVEN", "field_3": 52.061944, "field_4": -1.813056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.813056, 52.061944 ] } }, -{ "type": "Feature", "properties": { "field_1": "NUDNA", "field_2": "NUDNA", "field_3": 52.065278, "field_4": 0.838056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.838056, 52.065278 ] } }, -{ "type": "Feature", "properties": { "field_1": "IXURA", "field_2": "IXURA", "field_3": 52.068056, "field_4": -1.427778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.427778, 52.068056 ] } }, -{ "type": "Feature", "properties": { "field_1": "TUBSU", "field_2": "TUBSU", "field_3": 52.068333, "field_4": -1.674444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.674444, 52.068333 ] } }, -{ "type": "Feature", "properties": { "field_1": "PIXAM", "field_2": "PIXAM", "field_3": 52.079722, "field_4": 1.947222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.947222, 52.079722 ] } }, -{ "type": "Feature", "properties": { "field_1": "POTON", "field_2": "POTON", "field_3": 52.084444, "field_4": -0.427222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.427222, 52.084444 ] } }, -{ "type": "Feature", "properties": { "field_1": "SONDO", "field_2": "SONDO", "field_3": 52.085, "field_4": 1.811667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.811667, 52.085 ] } }, -{ "type": "Feature", "properties": { "field_1": "BUSTA", "field_2": "BUSTA", "field_3": 52.092778, "field_4": 0.067778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.067778, 52.092778 ] } }, -{ "type": "Feature", "properties": { "field_1": "ABAPO", "field_2": "ABAPO", "field_3": 52.102778, "field_4": -4.803333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.803333, 52.102778 ] } }, -{ "type": "Feature", "properties": { "field_1": "DISIT", "field_2": "DISIT", "field_3": 52.103056, "field_4": -1.711389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.711389, 52.103056 ] } }, -{ "type": "Feature", "properties": { "field_1": "OTBAP", "field_2": "OTBAP", "field_3": 52.103333, "field_4": 1.633333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.633333, 52.103333 ] } }, -{ "type": "Feature", "properties": { "field_1": "ROPMU", "field_2": "ROPMU", "field_3": 52.103889, "field_4": 0.488056, "field_5": "st", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.488056, 52.103889 ] } }, -{ "type": "Feature", "properties": { "field_1": "ADNAM", "field_2": "ADNAM", "field_3": 52.104722, "field_4": 0.738611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.738611, 52.104722 ] } }, -{ "type": "Feature", "properties": { "field_1": "SONOG", "field_2": "SONOG", "field_3": 52.105556, "field_4": 2.269444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.269444, 52.105556 ] } }, -{ "type": "Feature", "properties": { "field_1": "HEIDI", "field_2": "HEIDI", "field_3": 52.112222, "field_4": -0.623333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.623333, 52.112222 ] } }, -{ "type": "Feature", "properties": { "field_1": "AMRAL", "field_2": "AMRAL", "field_3": 52.114722, "field_4": -2.909167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.909167, 52.114722 ] } }, -{ "type": "Feature", "properties": { "field_1": "REDFA", "field_2": "REDFA", "field_3": 52.114722, "field_4": 2.488056, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ 2.488056, 52.114722 ] } }, -{ "type": "Feature", "properties": { "field_1": "LAPRA", "field_2": "LAPRA", "field_3": 52.118611, "field_4": 1.21, "field_5": "tp", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.21, 52.118611 ] } }, -{ "type": "Feature", "properties": { "field_1": "Wattisham TACAN", "field_2": "WTZ", "field_3": 52.121899, "field_4": 0.940469, "field_5": "cp", "field_6": "WTZ", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.940469, 52.121899 ] } }, -{ "type": "Feature", "properties": { "field_1": "KEMPY", "field_2": "KEMPY", "field_3": 52.1275, "field_4": 0.646111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.646111, 52.1275 ] } }, -{ "type": "Feature", "properties": { "field_1": "OLNEY", "field_2": "OLNEY", "field_3": 52.127778, "field_4": -0.734167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.734167, 52.127778 ] } }, -{ "type": "Feature", "properties": { "field_1": "TIXEX", "field_2": "TIXEX", "field_3": 52.13, "field_4": -1.011944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.011944, 52.13 ] } }, -{ "type": "Feature", "properties": { "field_1": "ODVOD", "field_2": "ODVOD", "field_3": 52.132222, "field_4": 0.148056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.148056, 52.132222 ] } }, -{ "type": "Feature", "properties": { "field_1": "UMOLO", "field_2": "UMOLO", "field_3": 52.134167, "field_4": -3.2325, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.2325, 52.134167 ] } }, -{ "type": "Feature", "properties": { "field_1": "PEMOB", "field_2": "PEMOB", "field_3": 52.143889, "field_4": -5.161389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.161389, 52.143889 ] } }, -{ "type": "Feature", "properties": { "field_1": "SLANY", "field_2": "SLANY", "field_3": 52.158611, "field_4": -5.842222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.842222, 52.158611 ] } }, -{ "type": "Feature", "properties": { "field_1": "DAVENTRY VOR\/DME", "field_2": "DTY", "field_3": 52.180278, "field_4": -1.113889, "field_5": "cp", "field_6": "DTY", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.113889, 52.180278 ] } }, -{ "type": "Feature", "properties": { "field_1": "LANPI", "field_2": "LANPI", "field_3": 52.1875, "field_4": -5.391667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.391667, 52.1875 ] } }, -{ "type": "Feature", "properties": { "field_1": "TOBID", "field_2": "TOBID", "field_3": 52.216667, "field_4": -1.466389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.466389, 52.216667 ] } }, -{ "type": "Feature", "properties": { "field_1": "IDOVO", "field_2": "IDOVO", "field_3": 52.223889, "field_4": -3.551111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.551111, 52.223889 ] } }, -{ "type": "Feature", "properties": { "field_1": "MIPVO", "field_2": "MIPVO", "field_3": 52.224722, "field_4": 1.6025, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.6025, 52.224722 ] } }, -{ "type": "Feature", "properties": { "field_1": "BEDFO", "field_2": "BEDFO", "field_3": 52.225, "field_4": -0.563333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.563333, 52.225 ] } }, -{ "type": "Feature", "properties": { "field_1": "BAKUR", "field_2": "BAKUR", "field_3": 52.241667, "field_4": -5.680278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.680278, 52.241667 ] } }, -{ "type": "Feature", "properties": { "field_1": "WELIN", "field_2": "WELIN", "field_3": 52.247222, "field_4": -0.852222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.852222, 52.247222 ] } }, -{ "type": "Feature", "properties": { "field_1": "PEPUL", "field_2": "PEPUL", "field_3": 52.2675, "field_4": -1.887222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.887222, 52.2675 ] } }, -{ "type": "Feature", "properties": { "field_1": "DITOB", "field_2": "DITOB", "field_3": 52.283611, "field_4": 1.824167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.824167, 52.283611 ] } }, -{ "type": "Feature", "properties": { "field_1": "ROGBI", "field_2": "ROGBI", "field_3": 52.296389, "field_4": -1.335, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.335, 52.296389 ] } }, -{ "type": "Feature", "properties": { "field_1": "SOMVA", "field_2": "SOMVA", "field_3": 52.307222, "field_4": 2.643889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.643889, 52.307222 ] } }, -{ "type": "Feature", "properties": { "field_1": "MOGLI", "field_2": "MOGLI", "field_3": 52.308333, "field_4": -0.269167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.269167, 52.308333 ] } }, -{ "type": "Feature", "properties": { "field_1": "ABEDA", "field_2": "ABEDA", "field_3": 52.327778, "field_4": 1.871111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.871111, 52.327778 ] } }, -{ "type": "Feature", "properties": { "field_1": "BANEM", "field_2": "BANEM", "field_3": 52.335556, "field_4": 1.505278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.505278, 52.335556 ] } }, -{ "type": "Feature", "properties": { "field_1": "OSKOT", "field_2": "OSKOT", "field_3": 52.341667, "field_4": -2.058333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.058333, 52.341667 ] } }, -{ "type": "Feature", "properties": { "field_1": "UMBAG", "field_2": "UMBAG", "field_3": 52.347778, "field_4": 0.7825, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.7825, 52.347778 ] } }, -{ "type": "Feature", "properties": { "field_1": "MEGEL", "field_2": "MEGEL", "field_3": 52.349444, "field_4": 2.073611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.073611, 52.349444 ] } }, -{ "type": "Feature", "properties": { "field_1": "SIVDA", "field_2": "SIVDA", "field_3": 52.356111, "field_4": 0.029722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.029722, 52.356111 ] } }, -{ "type": "Feature", "properties": { "field_1": "HONILEY VOR\/DME", "field_2": "HON", "field_3": 52.356667, "field_4": -1.663611, "field_5": "cp", "field_6": "HON", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.663611, 52.356667 ] } }, -{ "type": "Feature", "properties": { "field_1": "BANTO", "field_2": "BANTO", "field_3": 52.357778, "field_4": -0.2325, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.2325, 52.357778 ] } }, -{ "type": "Feature", "properties": { "field_1": "UNGAP", "field_2": "UNGAP", "field_3": 52.358056, "field_4": -1.394167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.394167, 52.358056 ] } }, -{ "type": "Feature", "properties": { "field_1": "EBOTO", "field_2": "EBOTO", "field_3": 52.359167, "field_4": -0.694444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.694444, 52.359167 ] } }, -{ "type": "Feature", "properties": { "field_1": "ADMEX", "field_2": "ADMEX", "field_3": 52.360833, "field_4": -1.4625, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.4625, 52.360833 ] } }, -{ "type": "Feature", "properties": { "field_1": "WD2", "field_2": "WD2", "field_3": 52.383333, "field_4": -2.466667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.466667, 52.383333 ] } }, -{ "type": "Feature", "properties": { "field_1": "MAPLE", "field_2": "MAPLE", "field_3": 52.393333, "field_4": -1.680833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.680833, 52.393333 ] } }, -{ "type": "Feature", "properties": { "field_1": "GROVE", "field_2": "GROVE", "field_3": 52.393889, "field_4": -1.928889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.928889, 52.393889 ] } }, -{ "type": "Feature", "properties": { "field_1": "OLIVE", "field_2": "OLIVE", "field_3": 52.403333, "field_4": -1.936667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.936667, 52.403333 ] } }, -{ "type": "Feature", "properties": { "field_1": "VELAG", "field_2": "VELAG", "field_3": 52.41, "field_4": -1.013889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.013889, 52.41 ] } }, -{ "type": "Feature", "properties": { "field_1": "VIDOK", "field_2": "VIDOK", "field_3": 52.410833, "field_4": -2.041944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.041944, 52.410833 ] } }, -{ "type": "Feature", "properties": { "field_1": "LANON", "field_2": "LANON", "field_3": 52.431111, "field_4": -4.3725, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.3725, 52.431111 ] } }, -{ "type": "Feature", "properties": { "field_1": "WD3", "field_2": "WD3", "field_3": 52.471944, "field_4": 0.117778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.117778, 52.471944 ] } }, -{ "type": "Feature", "properties": { "field_1": "BARMI", "field_2": "BARMI", "field_3": 52.478333, "field_4": 2.570556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.570556, 52.478333 ] } }, -{ "type": "Feature", "properties": { "field_1": "AKUPA", "field_2": "AKUPA", "field_3": 52.486667, "field_4": -1.091111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.091111, 52.486667 ] } }, -{ "type": "Feature", "properties": { "field_1": "PIGOT", "field_2": "PIGOT", "field_3": 52.495278, "field_4": -1.068611, "field_5": "st", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.068611, 52.495278 ] } }, -{ "type": "Feature", "properties": { "field_1": "RETSI", "field_2": "RETSI", "field_3": 52.511667, "field_4": -2.875833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.875833, 52.511667 ] } }, -{ "type": "Feature", "properties": { "field_1": "CEDAR", "field_2": "CEDAR", "field_3": 52.518611, "field_4": -1.82, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.82, 52.518611 ] } }, -{ "type": "Feature", "properties": { "field_1": "SAPCO", "field_2": "SAPCO", "field_3": 52.540278, "field_4": -1.356944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.356944, 52.540278 ] } }, -{ "type": "Feature", "properties": { "field_1": "LEDBO", "field_2": "LEDBO", "field_3": 52.543056, "field_4": 2.102222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.102222, 52.543056 ] } }, -{ "type": "Feature", "properties": { "field_1": "NAVPI", "field_2": "NAVPI", "field_3": 52.547222, "field_4": 2.840556, "field_5": "tp", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.840556, 52.547222 ] } }, -{ "type": "Feature", "properties": { "field_1": "NITON", "field_2": "NITON", "field_3": 52.553333, "field_4": -3.200278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.200278, 52.553333 ] } }, -{ "type": "Feature", "properties": { "field_1": "VATRY", "field_2": "VATRY", "field_3": 52.554444, "field_4": -5.5, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.5, 52.554444 ] } }, -{ "type": "Feature", "properties": { "field_1": "TIMPO", "field_2": "TIMPO", "field_3": 52.558889, "field_4": -1.163889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.163889, 52.558889 ] } }, -{ "type": "Feature", "properties": { "field_1": "UPDUK", "field_2": "UPDUK", "field_3": 52.574167, "field_4": -0.941667, "field_5": "st", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.941667, 52.574167 ] } }, -{ "type": "Feature", "properties": { "field_1": "PIPIN", "field_2": "PIPIN", "field_3": 52.61, "field_4": -0.941667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 1, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -0.941667, 52.61 ] } }, -{ "type": "Feature", "properties": { "field_1": "CHASE", "field_2": "CHASE", "field_3": 52.613333, "field_4": -1.917222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.917222, 52.613333 ] } }, -{ "type": "Feature", "properties": { "field_1": "Marham TACAN", "field_2": "MAM", "field_3": 52.647261, "field_4": 0.553264, "field_5": "cp", "field_6": "MAM", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.553264, 52.647261 ] } }, -{ "type": "Feature", "properties": { "field_1": "BADSI", "field_2": "BADSI", "field_3": 52.658333, "field_4": -4.771389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.771389, 52.658333 ] } }, -{ "type": "Feature", "properties": { "field_1": "TELBA", "field_2": "TELBA", "field_3": 52.664444, "field_4": -2.318611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.318611, 52.664444 ] } }, -{ "type": "Feature", "properties": { "field_1": "BERUL", "field_2": "BERUL", "field_3": 52.671111, "field_4": -3.520278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.520278, 52.671111 ] } }, -{ "type": "Feature", "properties": { "field_1": "ELVOS", "field_2": "ELVOS", "field_3": 52.700278, "field_4": -1.306944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.306944, 52.700278 ] } }, -{ "type": "Feature", "properties": { "field_1": "NENVO", "field_2": "NENVO", "field_3": 52.710556, "field_4": -2.8875, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.8875, 52.710556 ] } }, -{ "type": "Feature", "properties": { "field_1": "OKTEM", "field_2": "OKTEM", "field_3": 52.719444, "field_4": -3.1875, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.1875, 52.719444 ] } }, -{ "type": "Feature", "properties": { "field_1": "SHANNON VOR\/DME", "field_2": "SHA", "field_3": 52.721011, "field_4": -8.885214, "field_5": "cp", "field_6": "SHA", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -8.885214, 52.721011 ] } }, -{ "type": "Feature", "properties": { "field_1": "LAMSO", "field_2": "LAMSO", "field_3": 52.732778, "field_4": 2.994444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.994444, 52.732778 ] } }, -{ "type": "Feature", "properties": { "field_1": "LESTA", "field_2": "LESTA", "field_3": 52.740833, "field_4": -1.071944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.071944, 52.740833 ] } }, -{ "type": "Feature", "properties": { "field_1": "EA1", "field_2": "EA1", "field_3": 52.745278, "field_4": 1.348889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.348889, 52.745278 ] } }, -{ "type": "Feature", "properties": { "field_1": "PEDIG", "field_2": "PEDIG", "field_3": 52.746667, "field_4": -1.719444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.719444, 52.746667 ] } }, -{ "type": "Feature", "properties": { "field_1": "MORAG", "field_2": "MORAG", "field_3": 52.752778, "field_4": -5.5, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.5, 52.752778 ] } }, -{ "type": "Feature", "properties": { "field_1": "BUKUT", "field_2": "BUKUT", "field_3": 52.758333, "field_4": 2.800556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.800556, 52.758333 ] } }, -{ "type": "Feature", "properties": { "field_1": "LONLO", "field_2": "LONLO", "field_3": 52.780278, "field_4": -2.014167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.014167, 52.780278 ] } }, -{ "type": "Feature", "properties": { "field_1": "ABLIN", "field_2": "ABLIN", "field_3": 52.782778, "field_4": -4.9925, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.9925, 52.782778 ] } }, -{ "type": "Feature", "properties": { "field_1": "DIBAL", "field_2": "DIBAL", "field_3": 52.797222, "field_4": 2.5, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.5, 52.797222 ] } }, -{ "type": "Feature", "properties": { "field_1": "ROBVA", "field_2": "ROBVA", "field_3": 52.801111, "field_4": -2.892778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.892778, 52.801111 ] } }, -{ "type": "Feature", "properties": { "field_1": "ENITO", "field_2": "ENITO", "field_3": 52.801389, "field_4": 2.4675, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.4675, 52.801389 ] } }, -{ "type": "Feature", "properties": { "field_1": "SKINA", "field_2": "SKINA", "field_3": 52.804722, "field_4": -1.773056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.773056, 52.804722 ] } }, -{ "type": "Feature", "properties": { "field_1": "NILGI", "field_2": "NILGI", "field_3": 52.809722, "field_4": -3.180556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.180556, 52.809722 ] } }, -{ "type": "Feature", "properties": { "field_1": "KEPAD", "field_2": "KEPAD", "field_3": 52.809722, "field_4": -2.478889, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -2.478889, 52.809722 ] } }, -{ "type": "Feature", "properties": { "field_1": "CREWE", "field_2": "CREWE", "field_3": 52.818611, "field_4": -2.3075, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.3075, 52.818611 ] } }, -{ "type": "Feature", "properties": { "field_1": "MOLIX", "field_2": "MOLIX", "field_3": 52.821944, "field_4": 3.068611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.068611, 52.821944 ] } }, -{ "type": "Feature", "properties": { "field_1": "REGSI", "field_2": "REGSI", "field_3": 52.855278, "field_4": 0.030833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.030833, 52.855278 ] } }, -{ "type": "Feature", "properties": { "field_1": "STAFA", "field_2": "STAFA", "field_3": 52.861389, "field_4": -2.243056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.243056, 52.861389 ] } }, -{ "type": "Feature", "properties": { "field_1": "MONTY", "field_2": "MONTY", "field_3": 52.892778, "field_4": -3.173889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.173889, 52.892778 ] } }, -{ "type": "Feature", "properties": { "field_1": "KARNO", "field_2": "KARNO", "field_3": 52.894444, "field_4": -2.898333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.898333, 52.894444 ] } }, -{ "type": "Feature", "properties": { "field_1": "RAVLO", "field_2": "RAVLO", "field_3": 52.916944, "field_4": 3.148333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.148333, 52.916944 ] } }, -{ "type": "Feature", "properties": { "field_1": "KUBAX", "field_2": "KUBAX", "field_3": 52.942778, "field_4": 2.953611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.953611, 52.942778 ] } }, -{ "type": "Feature", "properties": { "field_1": "RAMID", "field_2": "RAMID", "field_3": 52.957778, "field_4": 2.5, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.5, 52.957778 ] } }, -{ "type": "Feature", "properties": { "field_1": "EMBOR", "field_2": "EMBOR", "field_3": 52.963333, "field_4": -1.295833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.295833, 52.963333 ] } }, -{ "type": "Feature", "properties": { "field_1": "DOLAS", "field_2": "DOLAS", "field_3": 52.978611, "field_4": 1.000833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.000833, 52.978611 ] } }, -{ "type": "Feature", "properties": { "field_1": "GODPA", "field_2": "GODPA", "field_3": 52.983333, "field_4": -3.166944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.166944, 52.983333 ] } }, -{ "type": "Feature", "properties": { "field_1": "BEKMO", "field_2": "BEKMO", "field_3": 52.986111, "field_4": 2.619444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.619444, 52.986111 ] } }, -{ "type": "Feature", "properties": { "field_1": "IRKUM", "field_2": "IRKUM", "field_3": 52.996667, "field_4": -5.3775, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.3775, 52.996667 ] } }, -{ "type": "Feature", "properties": { "field_1": "SONOL", "field_2": "SONOL", "field_3": 53.001389, "field_4": 2.5, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.5, 53.001389 ] } }, -{ "type": "Feature", "properties": { "field_1": "UTUXA", "field_2": "UTUXA", "field_3": 53.008333, "field_4": -2.220278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.220278, 53.008333 ] } }, -{ "type": "Feature", "properties": { "field_1": "BETAX", "field_2": "BETAX", "field_3": 53.009167, "field_4": -0.900833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.900833, 53.009167 ] } }, -{ "type": "Feature", "properties": { "field_1": "ROKUP", "field_2": "ROKUP", "field_3": 53.017222, "field_4": -1.515833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.515833, 53.017222 ] } }, -{ "type": "Feature", "properties": { "field_1": "NUGRA", "field_2": "NUGRA", "field_3": 53.029444, "field_4": -2.303889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.303889, 53.029444 ] } }, -{ "type": "Feature", "properties": { "field_1": "RISLA", "field_2": "RISLA", "field_3": 53.030833, "field_4": -2.886667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.886667, 53.030833 ] } }, -{ "type": "Feature", "properties": { "field_1": "VEGAR", "field_2": "VEGAR", "field_3": 53.042778, "field_4": -1.973056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.973056, 53.042778 ] } }, -{ "type": "Feature", "properties": { "field_1": "KOLAG", "field_2": "KOLAG", "field_3": 53.043611, "field_4": 3.255, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.255, 53.043611 ] } }, -{ "type": "Feature", "properties": { "field_1": "BODSO", "field_2": "BODSO", "field_3": 53.052222, "field_4": 2.094722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.094722, 53.052222 ] } }, -{ "type": "Feature", "properties": { "field_1": "DIPSO", "field_2": "DIPSO", "field_3": 53.053611, "field_4": -1.344167, "field_5": "st", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.344167, 53.053611 ] } }, -{ "type": "Feature", "properties": { "field_1": "TRENT VOR\/DME", "field_2": "TNT", "field_3": 53.053889, "field_4": -1.67, "field_5": "cp", "field_6": "TNT", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.67, 53.053889 ] } }, -{ "type": "Feature", "properties": { "field_1": "LIPGO", "field_2": "LIPGO", "field_3": 53.063889, "field_4": -5.5, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.5, 53.063889 ] } }, -{ "type": "Feature", "properties": { "field_1": "REXAM", "field_2": "REXAM", "field_3": 53.066667, "field_4": -3.160278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.160278, 53.066667 ] } }, -{ "type": "Feature", "properties": { "field_1": "NOKIN", "field_2": "NOKIN", "field_3": 53.076667, "field_4": -2.882778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.882778, 53.076667 ] } }, -{ "type": "Feature", "properties": { "field_1": "TUMTI", "field_2": "TUMTI", "field_3": 53.077778, "field_4": -1.604167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.604167, 53.077778 ] } }, -{ "type": "Feature", "properties": { "field_1": "MIMVA", "field_2": "MIMVA", "field_3": 53.100833, "field_4": 3.303611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.303611, 53.100833 ] } }, -{ "type": "Feature", "properties": { "field_1": "SOPEK", "field_2": "SOPEK", "field_3": 53.108889, "field_4": 2.5, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.5, 53.108889 ] } }, -{ "type": "Feature", "properties": { "field_1": "TOLSA", "field_2": "TOLSA", "field_3": 53.126944, "field_4": 3.108056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.108056, 53.126944 ] } }, -{ "type": "Feature", "properties": { "field_1": "IVLOD", "field_2": "IVLOD", "field_3": 53.129444, "field_4": -3.155278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.155278, 53.129444 ] } }, -{ "type": "Feature", "properties": { "field_1": "TORGO", "field_2": "TORGO", "field_3": 53.1325, "field_4": -3.266389, "field_5": "tp", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.266389, 53.1325 ] } }, -{ "type": "Feature", "properties": { "field_1": "NANTI", "field_2": "NANTI", "field_3": 53.1375, "field_4": -2.566944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.566944, 53.1375 ] } }, -{ "type": "Feature", "properties": { "field_1": "SANBA", "field_2": "SANBA", "field_3": 53.139444, "field_4": -2.334167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.334167, 53.139444 ] } }, -{ "type": "Feature", "properties": { "field_1": "LISTO", "field_2": "LISTO", "field_3": 53.143333, "field_4": -2.199167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.199167, 53.143333 ] } }, -{ "type": "Feature", "properties": { "field_1": "TIPIL", "field_2": "TIPIL", "field_3": 53.166667, "field_4": -1.739722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.739722, 53.166667 ] } }, -{ "type": "Feature", "properties": { "field_1": "MOGTA", "field_2": "MOGTA", "field_3": 53.168889, "field_4": -2.636111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.636111, 53.168889 ] } }, -{ "type": "Feature", "properties": { "field_1": "OKAMA", "field_2": "OKAMA", "field_3": 53.170833, "field_4": 2.772778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.772778, 53.170833 ] } }, -{ "type": "Feature", "properties": { "field_1": "AMVEL", "field_2": "AMVEL", "field_3": 53.184167, "field_4": -0.031944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.031944, 53.184167 ] } }, -{ "type": "Feature", "properties": { "field_1": "UMKIL", "field_2": "UMKIL\/WHI", "field_3": 53.185, "field_4": -2.623056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.623056, 53.185 ] } }, -{ "type": "Feature", "properties": { "field_1": "KEGUN", "field_2": "KEGUN", "field_3": 53.1925, "field_4": -3.150278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.150278, 53.1925 ] } }, -{ "type": "Feature", "properties": { "field_1": "AMPIT", "field_2": "AMPIT", "field_3": 53.194167, "field_4": -3.1925, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.1925, 53.194167 ] } }, -{ "type": "Feature", "properties": { "field_1": "EMLON", "field_2": "EMLON", "field_3": 53.205556, "field_4": 2.5, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.5, 53.205556 ] } }, -{ "type": "Feature", "properties": { "field_1": "NAPEX", "field_2": "NAPEX", "field_3": 53.206389, "field_4": -0.861111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.861111, 53.206389 ] } }, -{ "type": "Feature", "properties": { "field_1": "DOLOP", "field_2": "DOLOP", "field_3": 53.214167, "field_4": -3.630833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.630833, 53.214167 ] } }, -{ "type": "Feature", "properties": { "field_1": "SUPEL", "field_2": "SUPEL", "field_3": 53.227778, "field_4": 0.591111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.591111, 53.227778 ] } }, -{ "type": "Feature", "properties": { "field_1": "ADGEG", "field_2": "ADGEG", "field_3": 53.228611, "field_4": 2.318333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.318333, 53.228611 ] } }, -{ "type": "Feature", "properties": { "field_1": "BAGIT", "field_2": "BAGIT", "field_3": 53.229167, "field_4": -3.988333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.988333, 53.229167 ] } }, -{ "type": "Feature", "properties": { "field_1": "ROGAG", "field_2": "ROGAG", "field_3": 53.235, "field_4": -0.295833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.295833, 53.235 ] } }, -{ "type": "Feature", "properties": { "field_1": "AKOKO", "field_2": "AKOKO", "field_3": 53.237778, "field_4": 3.201944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.201944, 53.237778 ] } }, -{ "type": "Feature", "properties": { "field_1": "RODOL", "field_2": "RODOL", "field_3": 53.238056, "field_4": -1.861944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.861944, 53.238056 ] } }, -{ "type": "Feature", "properties": { "field_1": "DAYNE", "field_2": "DAYNE", "field_3": 53.238611, "field_4": -2.029167, "field_5": "st", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.029167, 53.238611 ] } }, -{ "type": "Feature", "properties": { "field_1": "PETUK", "field_2": "PETUK", "field_3": 53.243333, "field_4": -4.353889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.353889, 53.243333 ] } }, -{ "type": "Feature", "properties": { "field_1": "GODOS", "field_2": "GODOS", "field_3": 53.249167, "field_4": 3.429722, "field_5": "tp", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.429722, 53.249167 ] } }, -{ "type": "Feature", "properties": { "field_1": "LOVEL", "field_2": "LOVEL", "field_3": 53.251667, "field_4": -2.274444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.274444, 53.251667 ] } }, -{ "type": "Feature", "properties": { "field_1": "KUXEM", "field_2": "KUXEM", "field_3": 53.253056, "field_4": -2.679722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.679722, 53.253056 ] } }, -{ "type": "Feature", "properties": { "field_1": "EKLAD", "field_2": "EKLAD", "field_3": 53.253889, "field_4": -2.824722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.824722, 53.253889 ] } }, -{ "type": "Feature", "properties": { "field_1": "LUTIP", "field_2": "LUTIP", "field_3": 53.256111, "field_4": -4.737778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.737778, 53.256111 ] } }, -{ "type": "Feature", "properties": { "field_1": "LATMU", "field_2": "LATMU", "field_3": 53.256944, "field_4": 2.089444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.089444, 53.256944 ] } }, -{ "type": "Feature", "properties": { "field_1": "Valley TACAN", "field_2": "VYL", "field_3": 53.257401, "field_4": -4.54414, "field_5": "cp", "field_6": "VYL", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.54414, 53.257401 ] } }, -{ "type": "Feature", "properties": { "field_1": "AMLET", "field_2": "AMLET", "field_3": 53.268611, "field_4": -1.838333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.838333, 53.268611 ] } }, -{ "type": "Feature", "properties": { "field_1": "LOMVO", "field_2": "LOMVO", "field_3": 53.271111, "field_4": -5.179444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.179444, 53.271111 ] } }, -{ "type": "Feature", "properties": { "field_1": "DEXEN", "field_2": "DEXEN", "field_3": 53.280278, "field_4": -5.5, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.5, 53.280278 ] } }, -{ "type": "Feature", "properties": { "field_1": "GAMSTON VOR\/DME", "field_2": "GAM", "field_3": 53.281389, "field_4": -0.94722, "field_5": "cp", "field_6": "GAM", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.94722, 53.281389 ] } }, -{ "type": "Feature", "properties": { "field_1": "GIVPO", "field_2": "GIVPO", "field_3": 53.286111, "field_4": 2.869167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.869167, 53.286111 ] } }, -{ "type": "Feature", "properties": { "field_1": "OTBED", "field_2": "OTBED", "field_3": 53.288056, "field_4": 0.031944, "field_5": "st", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.031944, 53.288056 ] } }, -{ "type": "Feature", "properties": { "field_1": "DISAL", "field_2": "DISAL", "field_3": 53.291389, "field_4": -1.630833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.630833, 53.291389 ] } }, -{ "type": "Feature", "properties": { "field_1": "VABKA", "field_2": "VABKA", "field_3": 53.302222, "field_4": -2.736111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.736111, 53.302222 ] } }, -{ "type": "Feature", "properties": { "field_1": "LAMIX", "field_2": "LAMIX", "field_3": 53.308056, "field_4": -0.682222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.682222, 53.308056 ] } }, -{ "type": "Feature", "properties": { "field_1": "LEGRO", "field_2": "LEGRO", "field_3": 53.326389, "field_4": 1.512778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.512778, 53.326389 ] } }, -{ "type": "Feature", "properties": { "field_1": "MANCHESTER VOR\/DME", "field_2": "MCT", "field_3": 53.356944, "field_4": -2.262222, "field_5": "cp", "field_6": "MCT", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.262222, 53.356944 ] } }, -{ "type": "Feature", "properties": { "field_1": "NISBI", "field_2": "NISBI", "field_3": 53.358056, "field_4": -0.655833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.655833, 53.358056 ] } }, -{ "type": "Feature", "properties": { "field_1": "ELNAB", "field_2": "ELNAB", "field_3": 53.369722, "field_4": 1.214167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.214167, 53.369722 ] } }, -{ "type": "Feature", "properties": { "field_1": "DOPEK", "field_2": "DOPEK", "field_3": 53.384444, "field_4": -0.925556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.925556, 53.384444 ] } }, -{ "type": "Feature", "properties": { "field_1": "WALLASEY VOR\/DME", "field_2": "WAL", "field_3": 53.391944, "field_4": -3.134444, "field_5": "cp", "field_6": "WAL", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.134444, 53.391944 ] } }, -{ "type": "Feature", "properties": { "field_1": "ARTIX", "field_2": "ARTIX", "field_3": 53.395, "field_4": -1.035833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.035833, 53.395 ] } }, -{ "type": "Feature", "properties": { "field_1": "VEGUS", "field_2": "VEGUS", "field_3": 53.400278, "field_4": -0.353056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.353056, 53.400278 ] } }, -{ "type": "Feature", "properties": { "field_1": "BINBO", "field_2": "BINBO", "field_3": 53.401667, "field_4": 3.341389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.341389, 53.401667 ] } }, -{ "type": "Feature", "properties": { "field_1": "EMLIP", "field_2": "EMLIP", "field_3": 53.402222, "field_4": -3.356667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.356667, 53.402222 ] } }, -{ "type": "Feature", "properties": { "field_1": "TOPPA", "field_2": "TOPPA", "field_3": 53.4025, "field_4": 3.561389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.561389, 53.4025 ] } }, -{ "type": "Feature", "properties": { "field_1": "BAROS", "field_2": "BAROS", "field_3": 53.406111, "field_4": -3.445278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.445278, 53.406111 ] } }, -{ "type": "Feature", "properties": { "field_1": "EDUXO", "field_2": "EDUXO", "field_3": 53.406667, "field_4": -1.216944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.216944, 53.406667 ] } }, -{ "type": "Feature", "properties": { "field_1": "MOGMO", "field_2": "MOGMO", "field_3": 53.411944, "field_4": -1.214167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.214167, 53.411944 ] } }, -{ "type": "Feature", "properties": { "field_1": "MALUD", "field_2": "MALUD", "field_3": 53.413333, "field_4": -3.608333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.608333, 53.413333 ] } }, -{ "type": "Feature", "properties": { "field_1": "ROXAT", "field_2": "ROXAT", "field_3": 53.413611, "field_4": 3.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.0, 53.413611 ] } }, -{ "type": "Feature", "properties": { "field_1": "OSLOR", "field_2": "OSLOR", "field_3": 53.418056, "field_4": -3.7175, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.7175, 53.418056 ] } }, -{ "type": "Feature", "properties": { "field_1": "MAMUL", "field_2": "MAMUL", "field_3": 53.418056, "field_4": -1.28, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -1.28, 53.418056 ] } }, -{ "type": "Feature", "properties": { "field_1": "DUBLIN", "field_2": "DUBLIN", "field_3": 53.423599, "field_4": -6.30278, "field_5": "cp", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.30278, 53.423599 ] } }, -{ "type": "Feature", "properties": { "field_1": "ROLEX", "field_2": "ROLEX", "field_3": 53.428333, "field_4": -3.967778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.967778, 53.428333 ] } }, -{ "type": "Feature", "properties": { "field_1": "TIPOD", "field_2": "TIPOD", "field_3": 53.435556, "field_4": -3.284722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.284722, 53.435556 ] } }, -{ "type": "Feature", "properties": { "field_1": "ADELU", "field_2": "ADELU", "field_3": 53.441667, "field_4": -1.536944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.536944, 53.441667 ] } }, -{ "type": "Feature", "properties": { "field_1": "LYNAS", "field_2": "LYNAS", "field_3": 53.4425, "field_4": -4.333333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.333333, 53.4425 ] } }, -{ "type": "Feature", "properties": { "field_1": "ASMIM", "field_2": "ASMIM", "field_3": 53.446111, "field_4": -2.653056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.653056, 53.446111 ] } }, -{ "type": "Feature", "properties": { "field_1": "NATKO", "field_2": "NATKO", "field_3": 53.453333, "field_4": -4.635278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.635278, 53.453333 ] } }, -{ "type": "Feature", "properties": { "field_1": "GINIS", "field_2": "GINIS", "field_3": 53.460833, "field_4": -4.858056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.858056, 53.460833 ] } }, -{ "type": "Feature", "properties": { "field_1": "SIVBU", "field_2": "SIVBU", "field_3": 53.465278, "field_4": -0.578889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.578889, 53.465278 ] } }, -{ "type": "Feature", "properties": { "field_1": "BOLBI", "field_2": "BOLBI", "field_3": 53.466667, "field_4": -1.8125, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.8125, 53.466667 ] } }, -{ "type": "Feature", "properties": { "field_1": "RIGVA", "field_2": "RIGVA", "field_3": 53.469167, "field_4": -3.316111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.316111, 53.469167 ] } }, -{ "type": "Feature", "properties": { "field_1": "IDEXA", "field_2": "IDEXA", "field_3": 53.470556, "field_4": -5.164167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.164167, 53.470556 ] } }, -{ "type": "Feature", "properties": { "field_1": "BARTN", "field_2": "BARTN", "field_3": 53.470556, "field_4": -2.428056, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -2.428056, 53.470556 ] } }, -{ "type": "Feature", "properties": { "field_1": "ELNOD", "field_2": "ELNOD", "field_3": 53.473889, "field_4": -1.59, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.59, 53.473889 ] } }, -{ "type": "Feature", "properties": { "field_1": "ASNIP", "field_2": "ASNIP", "field_3": 53.478611, "field_4": -2.907222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.907222, 53.478611 ] } }, -{ "type": "Feature", "properties": { "field_1": "LIFFY", "field_2": "LIFFY", "field_3": 53.48, "field_4": -5.5, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.5, 53.48 ] } }, -{ "type": "Feature", "properties": { "field_1": "RUGER", "field_2": "RUGER", "field_3": 53.482778, "field_4": -3.447778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.447778, 53.482778 ] } }, -{ "type": "Feature", "properties": { "field_1": "NALAX", "field_2": "NALAX", "field_3": 53.483333, "field_4": 0.401667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.401667, 53.483333 ] } }, -{ "type": "Feature", "properties": { "field_1": "SONEX", "field_2": "SONEX", "field_3": 53.498056, "field_4": -2.1725, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.1725, 53.498056 ] } }, -{ "type": "Feature", "properties": { "field_1": "DENBY", "field_2": "DENBY", "field_3": 53.520278, "field_4": -1.961111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.961111, 53.520278 ] } }, -{ "type": "Feature", "properties": { "field_1": "LIBSO", "field_2": "LIBSO", "field_3": 53.524722, "field_4": 0.093333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.093333, 53.524722 ] } }, -{ "type": "Feature", "properties": { "field_1": "GIPLO", "field_2": "GIPLO", "field_3": 53.525278, "field_4": -0.789722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.789722, 53.525278 ] } }, -{ "type": "Feature", "properties": { "field_1": "DESIG", "field_2": "DESIG", "field_3": 53.527222, "field_4": -1.892778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.892778, 53.527222 ] } }, -{ "type": "Feature", "properties": { "field_1": "IBRAR", "field_2": "IBRAR", "field_3": 53.531667, "field_4": -3.686389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.686389, 53.531667 ] } }, -{ "type": "Feature", "properties": { "field_1": "MIRSI", "field_2": "MIRSI", "field_3": 53.538056, "field_4": -2.711667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.711667, 53.538056 ] } }, -{ "type": "Feature", "properties": { "field_1": "UNIGO", "field_2": "UNIGO", "field_3": 53.561111, "field_4": -1.560833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.560833, 53.561111 ] } }, -{ "type": "Feature", "properties": { "field_1": "KOLID", "field_2": "KOLID", "field_3": 53.573889, "field_4": -2.755833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.755833, 53.573889 ] } }, -{ "type": "Feature", "properties": { "field_1": "UPTON", "field_2": "UPTON", "field_3": 53.586944, "field_4": -1.300833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.300833, 53.586944 ] } }, -{ "type": "Feature", "properties": { "field_1": "TADAL", "field_2": "TADAL", "field_3": 53.587222, "field_4": -3.026389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.026389, 53.587222 ] } }, -{ "type": "Feature", "properties": { "field_1": "ARPUB", "field_2": "ARPUB", "field_3": 53.592778, "field_4": -1.241111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.241111, 53.592778 ] } }, -{ "type": "Feature", "properties": { "field_1": "GUNTU", "field_2": "GUNTU", "field_3": 53.593611, "field_4": -3.165, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.165, 53.593611 ] } }, -{ "type": "Feature", "properties": { "field_1": "TUVDO", "field_2": "TUVDO", "field_3": 53.594444, "field_4": -3.612222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.612222, 53.594444 ] } }, -{ "type": "Feature", "properties": { "field_1": "ULSAX", "field_2": "ULSAX", "field_3": 53.598333, "field_4": -1.95, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.95, 53.598333 ] } }, -{ "type": "Feature", "properties": { "field_1": "TENSO", "field_2": "TENSO", "field_3": 53.600556, "field_4": -2.2075, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.2075, 53.600556 ] } }, -{ "type": "Feature", "properties": { "field_1": "LARDI", "field_2": "LARDI", "field_3": 53.604444, "field_4": 3.515833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.515833, 53.604444 ] } }, -{ "type": "Feature", "properties": { "field_1": "GOLES", "field_2": "GOLES", "field_3": 53.608056, "field_4": -1.083333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.083333, 53.608056 ] } }, -{ "type": "Feature", "properties": { "field_1": "PENIL", "field_2": "PENIL", "field_3": 53.615833, "field_4": -3.663611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.663611, 53.615833 ] } }, -{ "type": "Feature", "properties": { "field_1": "CROFT", "field_2": "CROFT", "field_3": 53.626944, "field_4": -2.538889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.538889, 53.626944 ] } }, -{ "type": "Feature", "properties": { "field_1": "BABRA", "field_2": "BABRA", "field_3": 53.6275, "field_4": -3.945278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.945278, 53.6275 ] } }, -{ "type": "Feature", "properties": { "field_1": "GIGTO", "field_2": "GIGTO", "field_3": 53.633611, "field_4": -4.0975, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.0975, 53.633611 ] } }, -{ "type": "Feature", "properties": { "field_1": "UNDUX", "field_2": "UNDUX", "field_3": 53.641667, "field_4": -4.310833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.310833, 53.641667 ] } }, -{ "type": "Feature", "properties": { "field_1": "BATLI", "field_2": "BATLI", "field_3": 53.645833, "field_4": -1.360278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.360278, 53.645833 ] } }, -{ "type": "Feature", "properties": { "field_1": "SOPAX", "field_2": "SOPAX", "field_3": 53.646944, "field_4": -4.452222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.452222, 53.646944 ] } }, -{ "type": "Feature", "properties": { "field_1": "MITSO", "field_2": "MITSO", "field_3": 53.651944, "field_4": -0.893889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.893889, 53.651944 ] } }, -{ "type": "Feature", "properties": { "field_1": "RAMOX", "field_2": "RAMOX", "field_3": 53.660278, "field_4": -4.839444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.839444, 53.660278 ] } }, -{ "type": "Feature", "properties": { "field_1": "ROKAN", "field_2": "ROKAN", "field_3": 53.663333, "field_4": 3.188889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.188889, 53.663333 ] } }, -{ "type": "Feature", "properties": { "field_1": "ESTRY", "field_2": "ESTRY", "field_3": 53.664444, "field_4": -3.261667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.261667, 53.664444 ] } }, -{ "type": "Feature", "properties": { "field_1": "DALEY", "field_2": "DALEY\/ROSUN", "field_3": 53.668889, "field_4": -2.349167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.349167, 53.668889 ] } }, -{ "type": "Feature", "properties": { "field_1": "OGTUG", "field_2": "OGTUG", "field_3": 53.67, "field_4": -5.147222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.147222, 53.67 ] } }, -{ "type": "Feature", "properties": { "field_1": "BAGSO", "field_2": "BAGSO", "field_3": 53.68, "field_4": -5.5, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.5, 53.68 ] } }, -{ "type": "Feature", "properties": { "field_1": "OTTRINGHAM VOR\/DME", "field_2": "OTR", "field_3": 53.698333, "field_4": -0.103611, "field_5": "cp", "field_6": "OTR", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.103611, 53.698333 ] } }, -{ "type": "Feature", "properties": { "field_1": "RIMTO", "field_2": "RIMTO", "field_3": 53.7175, "field_4": -1.433056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.433056, 53.7175 ] } }, -{ "type": "Feature", "properties": { "field_1": "BURNI", "field_2": "BURNI", "field_3": 53.727222, "field_4": -2.517778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.517778, 53.727222 ] } }, -{ "type": "Feature", "properties": { "field_1": "BILVO", "field_2": "BILVO", "field_3": 53.731111, "field_4": -3.185833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.185833, 53.731111 ] } }, -{ "type": "Feature", "properties": { "field_1": "HALIF", "field_2": "HALIF", "field_3": 53.735, "field_4": -1.580556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.580556, 53.735 ] } }, -{ "type": "Feature", "properties": { "field_1": "POLE HILL VOR\/DME", "field_2": "POL", "field_3": 53.743889, "field_4": -2.103333, "field_5": "cp", "field_6": "POL", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.103333, 53.743889 ] } }, -{ "type": "Feature", "properties": { "field_1": "BOYNE", "field_2": "BOYNE", "field_3": 53.767222, "field_4": -5.5, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.5, 53.767222 ] } }, -{ "type": "Feature", "properties": { "field_1": "CALDA", "field_2": "CALDA", "field_3": 53.774167, "field_4": -2.643889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.643889, 53.774167 ] } }, -{ "type": "Feature", "properties": { "field_1": "ARTHA", "field_2": "ARTHA", "field_3": 53.783056, "field_4": -2.285278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.285278, 53.783056 ] } }, -{ "type": "Feature", "properties": { "field_1": "LAMVI", "field_2": "LAMVI", "field_3": 53.783333, "field_4": -4.066111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.066111, 53.783333 ] } }, -{ "type": "Feature", "properties": { "field_1": "SOSIM", "field_2": "SOSIM", "field_3": 53.815556, "field_4": -4.508333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.508333, 53.815556 ] } }, -{ "type": "Feature", "properties": { "field_1": "CASEL", "field_2": "CASEL", "field_3": 53.831111, "field_4": -4.1825, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.1825, 53.831111 ] } }, -{ "type": "Feature", "properties": { "field_1": "TUPEM", "field_2": "TUPEM", "field_3": 53.838056, "field_4": -3.481944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.481944, 53.838056 ] } }, -{ "type": "Feature", "properties": { "field_1": "LONAM", "field_2": "LONAM", "field_3": 53.839444, "field_4": 3.9425, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.9425, 53.839444 ] } }, -{ "type": "Feature", "properties": { "field_1": "NELSA", "field_2": "NELSA", "field_3": 53.863333, "field_4": -2.184722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.184722, 53.863333 ] } }, -{ "type": "Feature", "properties": { "field_1": "BAMEP", "field_2": "BAMEP", "field_3": 53.878333, "field_4": -2.269167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.269167, 53.878333 ] } }, -{ "type": "Feature", "properties": { "field_1": "ROVNI", "field_2": "ROVNI", "field_3": 53.886944, "field_4": 0.650278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.650278, 53.886944 ] } }, -{ "type": "Feature", "properties": { "field_1": "BELOX", "field_2": "BELOX", "field_3": 53.887778, "field_4": -3.489722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.489722, 53.887778 ] } }, -{ "type": "Feature", "properties": { "field_1": "KELLY", "field_2": "KELLY", "field_3": 53.905278, "field_4": -4.364167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.364167, 53.905278 ] } }, -{ "type": "Feature", "properties": { "field_1": "OBUNI", "field_2": "OBUNI", "field_3": 53.911111, "field_4": -2.7425, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.7425, 53.911111 ] } }, -{ "type": "Feature", "properties": { "field_1": "GETNO", "field_2": "GETNO", "field_3": 53.93, "field_4": -3.496389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.496389, 53.93 ] } }, -{ "type": "Feature", "properties": { "field_1": "REMSI", "field_2": "REMSI", "field_3": 53.960278, "field_4": -3.825556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.825556, 53.960278 ] } }, -{ "type": "Feature", "properties": { "field_1": "NIMAT", "field_2": "NIMAT", "field_3": 53.965, "field_4": -5.742222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.742222, 53.965 ] } }, -{ "type": "Feature", "properties": { "field_1": "MAKUX", "field_2": "MAKUX", "field_3": 53.975, "field_4": -4.874444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.874444, 53.975 ] } }, -{ "type": "Feature", "properties": { "field_1": "UDEGO", "field_2": "UDEGO", "field_3": 53.978333, "field_4": -4.047222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.047222, 53.978333 ] } }, -{ "type": "Feature", "properties": { "field_1": "VAMEB", "field_2": "VAMEB", "field_3": 54.002778, "field_4": -2.808889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.808889, 54.002778 ] } }, -{ "type": "Feature", "properties": { "field_1": "SETEL", "field_2": "SETEL", "field_3": 54.0125, "field_4": -2.435833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.435833, 54.0125 ] } }, -{ "type": "Feature", "properties": { "field_1": "RIBEL", "field_2": "RIBEL", "field_3": 54.016111, "field_4": -2.289722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.289722, 54.016111 ] } }, -{ "type": "Feature", "properties": { "field_1": "ROTEV", "field_2": "ROTEV", "field_3": 54.028889, "field_4": -6.066111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.066111, 54.028889 ] } }, -{ "type": "Feature", "properties": { "field_1": "UMBEL", "field_2": "UMBEL", "field_3": 54.028889, "field_4": -0.485278, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -0.485278, 54.028889 ] } }, -{ "type": "Feature", "properties": { "field_1": "TENDO", "field_2": "TENDO", "field_3": 54.028889, "field_4": 0.246389, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ 0.246389, 54.028889 ] } }, -{ "type": "Feature", "properties": { "field_1": "TINDI", "field_2": "TINDI", "field_3": 54.037222, "field_4": 3.258056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.258056, 54.037222 ] } }, -{ "type": "Feature", "properties": { "field_1": "MAVET", "field_2": "MAVET", "field_3": 54.049167, "field_4": -3.517778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.517778, 54.049167 ] } }, -{ "type": "Feature", "properties": { "field_1": "ISLE OF MAN VOR\/DME", "field_2": "IOM", "field_3": 54.066944, "field_4": -4.763611, "field_5": "cp", "field_6": "IOM", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.763611, 54.066944 ] } }, -{ "type": "Feature", "properties": { "field_1": "NEVRI", "field_2": "NEVRI", "field_3": 54.068333, "field_4": -6.269722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.269722, 54.068333 ] } }, -{ "type": "Feature", "properties": { "field_1": "IPSIR", "field_2": "IPSIR", "field_3": 54.081667, "field_4": -1.949167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.949167, 54.081667 ] } }, -{ "type": "Feature", "properties": { "field_1": "OLPOP", "field_2": "OLPOP", "field_3": 54.092222, "field_4": -2.535556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.535556, 54.092222 ] } }, -{ "type": "Feature", "properties": { "field_1": "IDKOL", "field_2": "IDKOL", "field_3": 54.095278, "field_4": -1.995833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.995833, 54.095278 ] } }, -{ "type": "Feature", "properties": { "field_1": "DIXOV", "field_2": "DIXOV", "field_3": 54.122222, "field_4": -4.393889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.393889, 54.122222 ] } }, -{ "type": "Feature", "properties": { "field_1": "NUMPI", "field_2": "NUMPI", "field_3": 54.144444, "field_4": -5.593333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.593333, 54.144444 ] } }, -{ "type": "Feature", "properties": { "field_1": "ABKAT", "field_2": "ABKAT", "field_3": 54.148056, "field_4": -1.979722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.979722, 54.148056 ] } }, -{ "type": "Feature", "properties": { "field_1": "MASOP", "field_2": "MASOP", "field_3": 54.155833, "field_4": -4.354167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.354167, 54.155833 ] } }, -{ "type": "Feature", "properties": { "field_1": "ERGAB", "field_2": "ERGAB", "field_3": 54.156111, "field_4": -2.386667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.386667, 54.156111 ] } }, -{ "type": "Feature", "properties": { "field_1": "BEGAM", "field_2": "BEGAM", "field_3": 54.156944, "field_4": -2.120833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.120833, 54.156944 ] } }, -{ "type": "Feature", "properties": { "field_1": "OBOXA", "field_2": "OBOXA", "field_3": 54.176667, "field_4": -1.905556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.905556, 54.176667 ] } }, -{ "type": "Feature", "properties": { "field_1": "SOTUN", "field_2": "SOTUN", "field_3": 54.176667, "field_4": 3.626944, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ 3.626944, 54.176667 ] } }, -{ "type": "Feature", "properties": { "field_1": "DEGOS", "field_2": "DEGOS", "field_3": 54.189167, "field_4": -6.906389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.906389, 54.189167 ] } }, -{ "type": "Feature", "properties": { "field_1": "SLYDA", "field_2": "SLYDA", "field_3": 54.201111, "field_4": -5.0875, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.0875, 54.201111 ] } }, -{ "type": "Feature", "properties": { "field_1": "RUBOV", "field_2": "RUBOV", "field_3": 54.206111, "field_4": -4.598056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.598056, 54.206111 ] } }, -{ "type": "Feature", "properties": { "field_1": "GASKO", "field_2": "GASKO", "field_3": 54.224722, "field_4": -1.955833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.955833, 54.224722 ] } }, -{ "type": "Feature", "properties": { "field_1": "IPNOX", "field_2": "IPNOX", "field_3": 54.227778, "field_4": -2.706111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.706111, 54.227778 ] } }, -{ "type": "Feature", "properties": { "field_1": "NESON", "field_2": "NESON", "field_3": 54.229444, "field_4": -7.123333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -7.123333, 54.229444 ] } }, -{ "type": "Feature", "properties": { "field_1": "NEPSO", "field_2": "NEPSO", "field_3": 54.238056, "field_4": 1.269722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.269722, 54.238056 ] } }, -{ "type": "Feature", "properties": { "field_1": "LAKEY", "field_2": "LAKEY", "field_3": 54.238889, "field_4": -2.981111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.981111, 54.238889 ] } }, -{ "type": "Feature", "properties": { "field_1": "PEPOD", "field_2": "PEPOD", "field_3": 54.271111, "field_4": -5.569167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.569167, 54.271111 ] } }, -{ "type": "Feature", "properties": { "field_1": "ERNAN", "field_2": "ERNAN", "field_3": 54.278889, "field_4": -7.392778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -7.392778, 54.278889 ] } }, -{ "type": "Feature", "properties": { "field_1": "ABSUN", "field_2": "ABSUN", "field_3": 54.292222, "field_4": -6.255, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.255, 54.292222 ] } }, -{ "type": "Feature", "properties": { "field_1": "Leeming TACAN", "field_2": "LEE", "field_3": 54.297108, "field_4": -1.536872, "field_5": "cp", "field_6": "LEE", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.536872, 54.297108 ] } }, -{ "type": "Feature", "properties": { "field_1": "UMOPO", "field_2": "UMOPO", "field_3": 54.300833, "field_4": -4.831389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.831389, 54.300833 ] } }, -{ "type": "Feature", "properties": { "field_1": "ROLUM", "field_2": "ROLUM", "field_3": 54.305556, "field_4": 3.308611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.308611, 54.305556 ] } }, -{ "type": "Feature", "properties": { "field_1": "VENAS", "field_2": "VENAS", "field_3": 54.305556, "field_4": 3.652222, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ 3.652222, 54.305556 ] } }, -{ "type": "Feature", "properties": { "field_1": "SUBUK", "field_2": "SUBUK", "field_3": 54.38, "field_4": -3.286389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.286389, 54.38 ] } }, -{ "type": "Feature", "properties": { "field_1": "RINGA", "field_2": "RINGA", "field_3": 54.398333, "field_4": -5.571111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.571111, 54.398333 ] } }, -{ "type": "Feature", "properties": { "field_1": "GOLVO", "field_2": "GOLVO", "field_3": 54.411389, "field_4": 3.585556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.585556, 54.411389 ] } }, -{ "type": "Feature", "properties": { "field_1": "UVAVU", "field_2": "UVAVU", "field_3": 54.416667, "field_4": -1.896111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.896111, 54.416667 ] } }, -{ "type": "Feature", "properties": { "field_1": "NIPIT", "field_2": "NIPIT", "field_3": 54.4525, "field_4": -8.402778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -8.402778, 54.4525 ] } }, -{ "type": "Feature", "properties": { "field_1": "NELBO", "field_2": "NELBO", "field_3": 54.49, "field_4": -5.302778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.302778, 54.49 ] } }, -{ "type": "Feature", "properties": { "field_1": "RIKUD", "field_2": "RIKUD", "field_3": 54.494444, "field_4": -1.035556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.035556, 54.494444 ] } }, -{ "type": "Feature", "properties": { "field_1": "SHAPP", "field_2": "SHAPP", "field_3": 54.5, "field_4": -2.627222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.627222, 54.5 ] } }, -{ "type": "Feature", "properties": { "field_1": "APPLE", "field_2": "APPLE", "field_3": 54.5, "field_4": -2.513889, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -2.513889, 54.5 ] } }, -{ "type": "Feature", "properties": { "field_1": "DUFFY", "field_2": "DUFFY", "field_3": 54.514722, "field_4": -5.860833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.860833, 54.514722 ] } }, -{ "type": "Feature", "properties": { "field_1": "LISBO", "field_2": "LISBO", "field_3": 54.525, "field_4": -6.09, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.09, 54.525 ] } }, -{ "type": "Feature", "properties": { "field_1": "ARSAT", "field_2": "ARSAT", "field_3": 54.535, "field_4": -1.738611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.738611, 54.535 ] } }, -{ "type": "Feature", "properties": { "field_1": "TILNI", "field_2": "TILNI", "field_3": 54.5475, "field_4": -1.855, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.855, 54.5475 ] } }, -{ "type": "Feature", "properties": { "field_1": "BINTI", "field_2": "BINTI", "field_3": 54.5625, "field_4": -1.995833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.995833, 54.5625 ] } }, -{ "type": "Feature", "properties": { "field_1": "GOTNA", "field_2": "GOTNA", "field_3": 54.594722, "field_4": -5.598056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.598056, 54.594722 ] } }, -{ "type": "Feature", "properties": { "field_1": "TIPAN", "field_2": "TIPAN", "field_3": 54.598333, "field_4": 4.398889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 4.398889, 54.598333 ] } }, -{ "type": "Feature", "properties": { "field_1": "GIGUL", "field_2": "GIGUL", "field_3": 54.607222, "field_4": 3.169444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.169444, 54.607222 ] } }, -{ "type": "Feature", "properties": { "field_1": "MOLAK", "field_2": "MOLAK", "field_3": 54.613611, "field_4": -9.506389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -9.506389, 54.613611 ] } }, -{ "type": "Feature", "properties": { "field_1": "PELET", "field_2": "PELET", "field_3": 54.653333, "field_4": 3.431111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.431111, 54.653333 ] } }, -{ "type": "Feature", "properties": { "field_1": "BELFAST VOR\/DME", "field_2": "BEL", "field_3": 54.661111, "field_4": -6.23, "field_5": "cp", "field_6": "BEL", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.23, 54.661111 ] } }, -{ "type": "Feature", "properties": { "field_1": "ABEVI", "field_2": "ABEVI", "field_3": 54.7075, "field_4": -2.774722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.774722, 54.7075 ] } }, -{ "type": "Feature", "properties": { "field_1": "GIRLI", "field_2": "GIRLI", "field_3": 54.711389, "field_4": -1.803056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.803056, 54.711389 ] } }, -{ "type": "Feature", "properties": { "field_1": "DEAN CROSS DME", "field_2": "DCS", "field_3": 54.721944, "field_4": -3.340556, "field_5": "cp", "field_6": "DCS", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.340556, 54.721944 ] } }, -{ "type": "Feature", "properties": { "field_1": "ELBOB", "field_2": "ELBOB", "field_3": 54.732778, "field_4": -7.743889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -7.743889, 54.732778 ] } }, -{ "type": "Feature", "properties": { "field_1": "RODSI", "field_2": "RODSI", "field_3": 54.798889, "field_4": 2.893056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.893056, 54.798889 ] } }, -{ "type": "Feature", "properties": { "field_1": "TIPTA", "field_2": "TIPTA", "field_3": 54.803611, "field_4": -1.611389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.611389, 54.803611 ] } }, -{ "type": "Feature", "properties": { "field_1": "ASLIB", "field_2": "ASLIB", "field_3": 54.824444, "field_4": -3.060833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.060833, 54.824444 ] } }, -{ "type": "Feature", "properties": { "field_1": "TADEX", "field_2": "TADEX", "field_3": 54.856667, "field_4": -8.233611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -8.233611, 54.856667 ] } }, -{ "type": "Feature", "properties": { "field_1": "LARGA", "field_2": "LARGA", "field_3": 54.863889, "field_4": 4.153333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 4.153333, 54.863889 ] } }, -{ "type": "Feature", "properties": { "field_1": "INPIP", "field_2": "INPIP", "field_3": 54.876667, "field_4": -2.896111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.896111, 54.876667 ] } }, -{ "type": "Feature", "properties": { "field_1": "BLACA", "field_2": "BLACA", "field_3": 54.883333, "field_4": -5.158889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.158889, 54.883333 ] } }, -{ "type": "Feature", "properties": { "field_1": "NIGOL", "field_2": "NIGOL", "field_3": 54.905, "field_4": 2.492222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.492222, 54.905 ] } }, -{ "type": "Feature", "properties": { "field_1": "RAPUM", "field_2": "RAPUM", "field_3": 54.921667, "field_4": -1.882778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.882778, 54.921667 ] } }, -{ "type": "Feature", "properties": { "field_1": "RIPNO", "field_2": "RIPNO", "field_3": 54.942222, "field_4": -3.7375, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.7375, 54.942222 ] } }, -{ "type": "Feature", "properties": { "field_1": "DIMLI", "field_2": "DIMLI", "field_3": 54.946389, "field_4": -6.615278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.615278, 54.946389 ] } }, -{ "type": "Feature", "properties": { "field_1": "ASKAM", "field_2": "ASKAM", "field_3": 54.963056, "field_4": 3.230556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.230556, 54.963056 ] } }, -{ "type": "Feature", "properties": { "field_1": "BEBNI", "field_2": "BEBNI", "field_3": 54.985, "field_4": -3.587222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.587222, 54.985 ] } }, -{ "type": "Feature", "properties": { "field_1": "NIBOG", "field_2": "NIBOG", "field_3": 55.0, "field_4": -10.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -10.0, 55.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "ENIPI", "field_2": "ENIPI", "field_3": 55.019722, "field_4": -3.252778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.252778, 55.019722 ] } }, -{ "type": "Feature", "properties": { "field_1": "NATEB", "field_2": "NATEB\/NEW", "field_3": 55.038333, "field_4": -1.698333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.698333, 55.038333 ] } }, -{ "type": "Feature", "properties": { "field_1": "ASRUS", "field_2": "ASRUS", "field_3": 55.055833, "field_4": -3.345833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.345833, 55.055833 ] } }, -{ "type": "Feature", "properties": { "field_1": "TUNSO", "field_2": "TUNSO", "field_3": 55.111111, "field_4": -4.961389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.961389, 55.111111 ] } }, -{ "type": "Feature", "properties": { "field_1": "ELMUD", "field_2": "ELMUD", "field_3": 55.115556, "field_4": -1.673333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.673333, 55.115556 ] } }, -{ "type": "Feature", "properties": { "field_1": "AGPED", "field_2": "AGPED", "field_3": 55.121944, "field_4": -1.949167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.949167, 55.121944 ] } }, -{ "type": "Feature", "properties": { "field_1": "UTOGU", "field_2": "UTOGU", "field_3": 55.127778, "field_4": -3.078611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.078611, 55.127778 ] } }, -{ "type": "Feature", "properties": { "field_1": "VALBO", "field_2": "VALBO", "field_3": 55.128611, "field_4": 5.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 5.0, 55.128611 ] } }, -{ "type": "Feature", "properties": { "field_1": "ROPAL", "field_2": "ROPAL", "field_3": 55.138056, "field_4": 3.945278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.945278, 55.138056 ] } }, -{ "type": "Feature", "properties": { "field_1": "OSMEG", "field_2": "OSMEG", "field_3": 55.140556, "field_4": -4.100833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.100833, 55.140556 ] } }, -{ "type": "Feature", "properties": { "field_1": "INREV", "field_2": "INREV", "field_3": 55.149167, "field_4": -3.094167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.094167, 55.149167 ] } }, -{ "type": "Feature", "properties": { "field_1": "NEW GALLOWAY NDB", "field_2": "NGY", "field_3": 55.1775, "field_4": -4.168611, "field_5": "cp", "field_6": "NGY", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.168611, 55.1775 ] } }, -{ "type": "Feature", "properties": { "field_1": "DIGBI", "field_2": "DIGBI", "field_3": 55.185, "field_4": -1.050278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.050278, 55.185 ] } }, -{ "type": "Feature", "properties": { "field_1": "GIRVA", "field_2": "GIRVA", "field_3": 55.185556, "field_4": -4.896389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.896389, 55.185556 ] } }, -{ "type": "Feature", "properties": { "field_1": "ODIGI", "field_2": "ODIGI", "field_3": 55.195556, "field_4": -3.4275, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.4275, 55.195556 ] } }, -{ "type": "Feature", "properties": { "field_1": "NAVSO", "field_2": "NAVSO", "field_3": 55.222778, "field_4": -3.813611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.813611, 55.222778 ] } }, -{ "type": "Feature", "properties": { "field_1": "LUTOV", "field_2": "LUTOV", "field_3": 55.239444, "field_4": -10.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -10.0, 55.239444 ] } }, -{ "type": "Feature", "properties": { "field_1": "UPGAS", "field_2": "UPGAS", "field_3": 55.244722, "field_4": 5.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 5.0, 55.244722 ] } }, -{ "type": "Feature", "properties": { "field_1": "OTBUN", "field_2": "OTBUN", "field_3": 55.280556, "field_4": -2.433333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.433333, 55.280556 ] } }, -{ "type": "Feature", "properties": { "field_1": "ERLOT", "field_2": "ERLOT", "field_3": 55.287222, "field_4": -0.585, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.585, 55.287222 ] } }, -{ "type": "Feature", "properties": { "field_1": "ESKDO", "field_2": "ESKDO", "field_3": 55.298889, "field_4": -3.204167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.204167, 55.298889 ] } }, -{ "type": "Feature", "properties": { "field_1": "INPUT", "field_2": "INPUT", "field_3": 55.305, "field_4": 4.651389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 4.651389, 55.305 ] } }, -{ "type": "Feature", "properties": { "field_1": "SOPTO", "field_2": "SOPTO", "field_3": 55.305556, "field_4": 5.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 5.0, 55.305556 ] } }, -{ "type": "Feature", "properties": { "field_1": "TURNBERRY VOR\/DME", "field_2": "TRN", "field_3": 55.313333, "field_4": -4.783889, "field_5": "cp", "field_6": "TRN", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.783889, 55.313333 ] } }, -{ "type": "Feature", "properties": { "field_1": "RUBEX", "field_2": "RUBEX", "field_3": 55.32, "field_4": -6.935278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.935278, 55.32 ] } }, -{ "type": "Feature", "properties": { "field_1": "SUMIN", "field_2": "SUMIN", "field_3": 55.329444, "field_4": -4.055, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.055, 55.329444 ] } }, -{ "type": "Feature", "properties": { "field_1": "ENOKA", "field_2": "ENOKA", "field_3": 55.336111, "field_4": -3.662778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.662778, 55.336111 ] } }, -{ "type": "Feature", "properties": { "field_1": "HERON", "field_2": "HERON", "field_3": 55.343056, "field_4": -5.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.0, 55.343056 ] } }, -{ "type": "Feature", "properties": { "field_1": "UNURO", "field_2": "UNURO", "field_3": 55.353056, "field_4": -3.350556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.350556, 55.353056 ] } }, -{ "type": "Feature", "properties": { "field_1": "IPSAD", "field_2": "IPSAD", "field_3": 55.3625, "field_4": -2.687222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.687222, 55.3625 ] } }, -{ "type": "Feature", "properties": { "field_1": "IPDOR", "field_2": "IPDOR", "field_3": 55.3775, "field_4": -3.2625, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.2625, 55.3775 ] } }, -{ "type": "Feature", "properties": { "field_1": "LESRA", "field_2": "LESRA", "field_3": 55.385556, "field_4": 5.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 5.0, 55.385556 ] } }, -{ "type": "Feature", "properties": { "field_1": "MACHRIHANUSH DME", "field_2": "MAC", "field_3": 55.43, "field_4": -5.650278, "field_5": "cp", "field_6": "MAC", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.650278, 55.43 ] } }, -{ "type": "Feature", "properties": { "field_1": "QQ1", "field_2": "QQ1", "field_3": 55.433333, "field_4": -5.708333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.708333, 55.433333 ] } }, -{ "type": "Feature", "properties": { "field_1": "ALASO", "field_2": "ALASO", "field_3": 55.447222, "field_4": -1.565, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.565, 55.447222 ] } }, -{ "type": "Feature", "properties": { "field_1": "ROBEM", "field_2": "ROBEM", "field_3": 55.459167, "field_4": -1.020556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.020556, 55.459167 ] } }, -{ "type": "Feature", "properties": { "field_1": "HAVEN", "field_2": "HAVEN", "field_3": 55.461111, "field_4": -2.996389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.996389, 55.461111 ] } }, -{ "type": "Feature", "properties": { "field_1": "GIVEM", "field_2": "GIVEM", "field_3": 55.465, "field_4": 0.248056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.248056, 55.465 ] } }, -{ "type": "Feature", "properties": { "field_1": "TALLA VOR\/DME", "field_2": "TLA", "field_3": 55.499167, "field_4": -3.352778, "field_5": "cp", "field_6": "TLA", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.352778, 55.499167 ] } }, -{ "type": "Feature", "properties": { "field_1": "KUGUR", "field_2": "KUGUR", "field_3": 55.5, "field_4": -10.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -10.0, 55.5 ] } }, -{ "type": "Feature", "properties": { "field_1": "AVRAL", "field_2": "AVRAL", "field_3": 55.509444, "field_4": 3.716389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.716389, 55.509444 ] } }, -{ "type": "Feature", "properties": { "field_1": "NAVEL", "field_2": "NAVEL", "field_3": 55.586944, "field_4": 0.841944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.841944, 55.586944 ] } }, -{ "type": "Feature", "properties": { "field_1": "NORBO", "field_2": "NORBO", "field_3": 55.595833, "field_4": -4.761944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.761944, 55.595833 ] } }, -{ "type": "Feature", "properties": { "field_1": "SUSIS", "field_2": "SUSIS", "field_3": 55.604722, "field_4": -0.350556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.350556, 55.604722 ] } }, -{ "type": "Feature", "properties": { "field_1": "INBOB", "field_2": "INBOB", "field_3": 55.606944, "field_4": 5.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 5.0, 55.606944 ] } }, -{ "type": "Feature", "properties": { "field_1": "LUSIV", "field_2": "LUSIV", "field_3": 55.667222, "field_4": -4.244722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.244722, 55.667222 ] } }, -{ "type": "Feature", "properties": { "field_1": "TWEED", "field_2": "TWEED", "field_3": 55.676944, "field_4": -3.277222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.277222, 55.676944 ] } }, -{ "type": "Feature", "properties": { "field_1": "LANAK", "field_2": "LANAK", "field_3": 55.700278, "field_4": -3.938611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.938611, 55.700278 ] } }, -{ "type": "Feature", "properties": { "field_1": "RITSI", "field_2": "RITSI", "field_3": 55.7025, "field_4": -1.656944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.656944, 55.7025 ] } }, -{ "type": "Feature", "properties": { "field_1": "FENIK", "field_2": "FENIK", "field_3": 55.715278, "field_4": -4.291944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.291944, 55.715278 ] } }, -{ "type": "Feature", "properties": { "field_1": "TARTN", "field_2": "TARTN", "field_3": 55.717222, "field_4": -3.138611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.138611, 55.717222 ] } }, -{ "type": "Feature", "properties": { "field_1": "DONIB", "field_2": "DONIB", "field_3": 55.719167, "field_4": -7.695556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -7.695556, 55.719167 ] } }, -{ "type": "Feature", "properties": { "field_1": "LIBBA", "field_2": "LIBBA", "field_3": 55.723889, "field_4": -3.745278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.745278, 55.723889 ] } }, -{ "type": "Feature", "properties": { "field_1": "BEVAM", "field_2": "BEVAM", "field_3": 55.731389, "field_4": 0.250833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.250833, 55.731389 ] } }, -{ "type": "Feature", "properties": { "field_1": "GOSAM", "field_2": "GOSAM", "field_3": 55.788611, "field_4": -4.200556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.200556, 55.788611 ] } }, -{ "type": "Feature", "properties": { "field_1": "APSOV", "field_2": "APSOV", "field_3": 55.823056, "field_4": -10.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -10.0, 55.823056 ] } }, -{ "type": "Feature", "properties": { "field_1": "LAMMA", "field_2": "LAMMA", "field_3": 55.858333, "field_4": -2.7675, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.7675, 55.858333 ] } }, -{ "type": "Feature", "properties": { "field_1": "GLASGOW VOR\/DME", "field_2": "GOW", "field_3": 55.870556, "field_4": -4.445833, "field_5": "cp", "field_6": "GOW", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.445833, 55.870556 ] } }, -{ "type": "Feature", "properties": { "field_1": "CUTEL", "field_2": "CUTEL", "field_3": 55.885833, "field_4": 2.374444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.374444, 55.885833 ] } }, -{ "type": "Feature", "properties": { "field_1": "ROBBO", "field_2": "ROBBO", "field_3": 55.889722, "field_4": -4.910278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.910278, 55.889722 ] } }, -{ "type": "Feature", "properties": { "field_1": "ST ABBS VOR\/DME", "field_2": "SAB", "field_3": 55.9075, "field_4": -2.206389, "field_5": "cp", "field_6": "SAB", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.206389, 55.9075 ] } }, -{ "type": "Feature", "properties": { "field_1": "MADAD", "field_2": "MADAD", "field_3": 55.913056, "field_4": -1.733889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.733889, 55.913056 ] } }, -{ "type": "Feature", "properties": { "field_1": "SURAT", "field_2": "SURAT", "field_3": 55.915556, "field_4": 3.5, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.5, 55.915556 ] } }, -{ "type": "Feature", "properties": { "field_1": "GOMOT", "field_2": "GOMOT", "field_3": 55.919444, "field_4": -0.544167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.544167, 55.919444 ] } }, -{ "type": "Feature", "properties": { "field_1": "PETIL", "field_2": "PETIL", "field_3": 55.938889, "field_4": 5.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 5.0, 55.938889 ] } }, -{ "type": "Feature", "properties": { "field_1": "CLYDE_Nav", "field_2": "CLYDE_Nav", "field_3": 55.963333, "field_4": -4.792222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.792222, 55.963333 ] } }, -{ "type": "Feature", "properties": { "field_1": "TUXOS", "field_2": "TUXOS", "field_3": 55.973333, "field_4": -7.526389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -7.526389, 55.973333 ] } }, -{ "type": "Feature", "properties": { "field_1": "MIMKU", "field_2": "MIMKU", "field_3": 56.0, "field_4": -10.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -10.0, 56.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "FYNER", "field_2": "FYNER", "field_3": 56.048889, "field_4": -5.115278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.115278, 56.048889 ] } }, -{ "type": "Feature", "properties": { "field_1": "ITSUX", "field_2": "ITSUX", "field_3": 56.05, "field_4": 3.5, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.5, 56.05 ] } }, -{ "type": "Feature", "properties": { "field_1": "GOREV", "field_2": "GOREV", "field_3": 56.053333, "field_4": 5.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 5.0, 56.053333 ] } }, -{ "type": "Feature", "properties": { "field_1": "LOMON", "field_2": "LOMON", "field_3": 56.062778, "field_4": -4.58, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.58, 56.062778 ] } }, -{ "type": "Feature", "properties": { "field_1": "PIPAR", "field_2": "PIPAR", "field_3": 56.116667, "field_4": -3.201667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.201667, 56.116667 ] } }, -{ "type": "Feature", "properties": { "field_1": "STIRA", "field_2": "STIRA", "field_3": 56.133889, "field_4": -3.833611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.833611, 56.133889 ] } }, -{ "type": "Feature", "properties": { "field_1": "FOYLE", "field_2": "FOYLE", "field_3": 56.142778, "field_4": -4.382222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.382222, 56.142778 ] } }, -{ "type": "Feature", "properties": { "field_1": "REKNA", "field_2": "REKNA", "field_3": 56.174722, "field_4": 3.5, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.5, 56.174722 ] } }, -{ "type": "Feature", "properties": { "field_1": "GRICE", "field_2": "GRICE", "field_3": 56.196667, "field_4": -3.685556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.685556, 56.196667 ] } }, -{ "type": "Feature", "properties": { "field_1": "NOVBA", "field_2": "NOVBA", "field_3": 56.2, "field_4": -3.180833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.180833, 56.2 ] } }, -{ "type": "Feature", "properties": { "field_1": "NEXUS", "field_2": "NEXUS", "field_3": 56.211944, "field_4": -1.844722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.844722, 56.211944 ] } }, -{ "type": "Feature", "properties": { "field_1": "ENUKU", "field_2": "ENUKU", "field_3": 56.233333, "field_4": -3.638611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.638611, 56.233333 ] } }, -{ "type": "Feature", "properties": { "field_1": "BRUCE", "field_2": "BRUCE", "field_3": 56.236389, "field_4": -5.841111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.841111, 56.236389 ] } }, -{ "type": "Feature", "properties": { "field_1": "TINAC", "field_2": "TINAC", "field_3": 56.250833, "field_4": 5.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 5.0, 56.250833 ] } }, -{ "type": "Feature", "properties": { "field_1": "AMLAD", "field_2": "AMLAD", "field_3": 56.264444, "field_4": -10.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -10.0, 56.264444 ] } }, -{ "type": "Feature", "properties": { "field_1": "EDONU", "field_2": "EDONU", "field_3": 56.293333, "field_4": -3.561389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.561389, 56.293333 ] } }, -{ "type": "Feature", "properties": { "field_1": "FINDO", "field_2": "FINDO", "field_3": 56.369167, "field_4": -3.463611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.463611, 56.369167 ] } }, -{ "type": "Feature", "properties": { "field_1": "Leuchars TACAN", "field_2": "LUK", "field_3": 56.373056, "field_4": -2.863611, "field_5": "cp", "field_6": "LUK", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.863611, 56.373056 ] } }, -{ "type": "Feature", "properties": { "field_1": "IBOLU", "field_2": "IBOLU", "field_3": 56.386111, "field_4": -3.134167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.134167, 56.386111 ] } }, -{ "type": "Feature", "properties": { "field_1": "RIVOT", "field_2": "RIVOT", "field_3": 56.408056, "field_4": 0.776944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.776944, 56.408056 ] } }, -{ "type": "Feature", "properties": { "field_1": "PERTH VOR\/DME", "field_2": "PTH", "field_3": 56.4425, "field_4": -3.368611, "field_5": "cp", "field_6": "PTH", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.368611, 56.4425 ] } }, -{ "type": "Feature", "properties": { "field_1": "ERSON", "field_2": "ERSON", "field_3": 56.463333, "field_4": -4.306667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.306667, 56.463333 ] } }, -{ "type": "Feature", "properties": { "field_1": "TIREE VOR\/DME", "field_2": "TIR", "field_3": 56.493333, "field_4": -6.875556, "field_5": "cp", "field_6": "TIR", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.875556, 56.493333 ] } }, -{ "type": "Feature", "properties": { "field_1": "BALID", "field_2": "BALID", "field_3": 56.496944, "field_4": -1.951944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.951944, 56.496944 ] } }, -{ "type": "Feature", "properties": { "field_1": "IBROD", "field_2": "IBROD", "field_3": 56.5, "field_4": -10.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -10.0, 56.5 ] } }, -{ "type": "Feature", "properties": { "field_1": "VAXIT", "field_2": "VAXIT", "field_3": 56.5375, "field_4": 5.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 5.0, 56.5375 ] } }, -{ "type": "Feature", "properties": { "field_1": "UPGET", "field_2": "UPGET", "field_3": 56.659722, "field_4": -2.013889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.013889, 56.659722 ] } }, -{ "type": "Feature", "properties": { "field_1": "ASNUD", "field_2": "ASNUD", "field_3": 56.694167, "field_4": -3.055556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.055556, 56.694167 ] } }, -{ "type": "Feature", "properties": { "field_1": "NEVIS", "field_2": "NEVIS", "field_3": 56.695278, "field_4": -4.544722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.544722, 56.695278 ] } }, -{ "type": "Feature", "properties": { "field_1": "INBAS", "field_2": "INBAS", "field_3": 56.7, "field_4": -4.249722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.249722, 56.7 ] } }, -{ "type": "Feature", "properties": { "field_1": "ELSAN", "field_2": "ELSAN", "field_3": 56.705278, "field_4": 3.732778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.732778, 56.705278 ] } }, -{ "type": "Feature", "properties": { "field_1": "TOBMO", "field_2": "TOBMO", "field_3": 56.760556, "field_4": -6.469722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.469722, 56.760556 ] } }, -{ "type": "Feature", "properties": { "field_1": "GIBSU", "field_2": "GIBSU", "field_3": 56.763056, "field_4": 3.269444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.269444, 56.763056 ] } }, -{ "type": "Feature", "properties": { "field_1": "GANKI", "field_2": "GANKI", "field_3": 56.763333, "field_4": -2.968889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.968889, 56.763333 ] } }, -{ "type": "Feature", "properties": { "field_1": "OKPAL", "field_2": "OKPAL", "field_3": 56.8225, "field_4": -2.076389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.076389, 56.8225 ] } }, -{ "type": "Feature", "properties": { "field_1": "LAGAV", "field_2": "LAGAV", "field_3": 56.893056, "field_4": -4.202778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.202778, 56.893056 ] } }, -{ "type": "Feature", "properties": { "field_1": "ARTEX", "field_2": "ARTEX", "field_3": 56.894722, "field_4": 3.960556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.960556, 56.894722 ] } }, -{ "type": "Feature", "properties": { "field_1": "GLESK", "field_2": "GLESK", "field_3": 56.9, "field_4": -2.795833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.795833, 56.9 ] } }, -{ "type": "Feature", "properties": { "field_1": "GINGA", "field_2": "GINGA", "field_3": 56.925, "field_4": -9.5, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -9.5, 56.925 ] } }, -{ "type": "Feature", "properties": { "field_1": "RATPU", "field_2": "RATPU", "field_3": 56.925556, "field_4": -2.116389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.116389, 56.925556 ] } }, -{ "type": "Feature", "properties": { "field_1": "NAXIL", "field_2": "NAXIL", "field_3": 56.956667, "field_4": -2.723889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.723889, 56.956667 ] } }, -{ "type": "Feature", "properties": { "field_1": "ODMIX", "field_2": "ODMIX", "field_3": 56.97, "field_4": 1.4675, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.4675, 56.97 ] } }, -{ "type": "Feature", "properties": { "field_1": "GOMUP", "field_2": "GOMUP", "field_3": 57.0, "field_4": -10.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -10.0, 57.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "ATNAK", "field_2": "ATNAK", "field_3": 57.0, "field_4": 5.0, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ 5.0, 57.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "LAMRO", "field_2": "LAMRO", "field_3": 57.030833, "field_4": 3.5525, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.5525, 57.030833 ] } }, -{ "type": "Feature", "properties": { "field_1": "ORSUM", "field_2": "ORSUM", "field_3": 57.051944, "field_4": -5.294722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.294722, 57.051944 ] } }, -{ "type": "Feature", "properties": { "field_1": "PENUN", "field_2": "PENUN", "field_3": 57.11, "field_4": 4.836389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 4.836389, 57.11 ] } }, -{ "type": "Feature", "properties": { "field_1": "NESDI", "field_2": "NESDI", "field_3": 57.121667, "field_4": -4.146667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.146667, 57.121667 ] } }, -{ "type": "Feature", "properties": { "field_1": "GUSSI", "field_2": "GUSSI", "field_3": 57.213056, "field_4": -4.124167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.124167, 57.213056 ] } }, -{ "type": "Feature", "properties": { "field_1": "ABERDEEN VOR\/DME", "field_2": "ADN", "field_3": 57.310555, "field_4": -2.267222, "field_5": "cp", "field_6": "ADN", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.267222, 57.310555 ] } }, -{ "type": "Feature", "properties": { "field_1": "SUPIT", "field_2": "SUPIT", "field_3": 57.3325, "field_4": -7.085, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -7.085, 57.3325 ] } }, -{ "type": "Feature", "properties": { "field_1": "DAVOT", "field_2": "DAVOT", "field_3": 57.345, "field_4": -4.091389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.091389, 57.345 ] } }, -{ "type": "Feature", "properties": { "field_1": "RUGID", "field_2": "RUGID", "field_3": 57.369167, "field_4": -4.898611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.898611, 57.369167 ] } }, -{ "type": "Feature", "properties": { "field_1": "EVNAL", "field_2": "EVNAL", "field_3": 57.408611, "field_4": -9.5, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -9.5, 57.408611 ] } }, -{ "type": "Feature", "properties": { "field_1": "DENOG", "field_2": "DENOG", "field_3": 57.431389, "field_4": -1.754444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.754444, 57.431389 ] } }, -{ "type": "Feature", "properties": { "field_1": "VADNO", "field_2": "VADNO", "field_3": 57.453056, "field_4": -3.627222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.627222, 57.453056 ] } }, -{ "type": "Feature", "properties": { "field_1": "BENBECULA DME", "field_2": "BEN", "field_3": 57.478056, "field_4": -7.365278, "field_5": "cp", "field_6": "BEN", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -7.365278, 57.478056 ] } }, -{ "type": "Feature", "properties": { "field_1": "OSLEL", "field_2": "OSLEL", "field_3": 57.482778, "field_4": -1.532778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.532778, 57.482778 ] } }, -{ "type": "Feature", "properties": { "field_1": "ETILO", "field_2": "ETILO", "field_3": 57.5, "field_4": -10.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -10.0, 57.5 ] } }, -{ "type": "Feature", "properties": { "field_1": "RIMOL", "field_2": "RIMOL", "field_3": 57.5425, "field_4": -4.041667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.041667, 57.5425 ] } }, -{ "type": "Feature", "properties": { "field_1": "LESNI", "field_2": "LESNI", "field_3": 57.5425, "field_4": -1.272778, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -1.272778, 57.5425 ] } }, -{ "type": "Feature", "properties": { "field_1": "PETOX", "field_2": "PETOX", "field_3": 57.559167, "field_4": -1.817222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.817222, 57.559167 ] } }, -{ "type": "Feature", "properties": { "field_1": "NIVUN", "field_2": "NIVUN", "field_3": 57.57, "field_4": 4.136944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 4.136944, 57.57 ] } }, -{ "type": "Feature", "properties": { "field_1": "NANEV", "field_2": "NANEV", "field_3": 57.574722, "field_4": -2.453889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.453889, 57.574722 ] } }, -{ "type": "Feature", "properties": { "field_1": "RISDU", "field_2": "RISDU", "field_3": 57.608611, "field_4": -1.806667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.806667, 57.608611 ] } }, -{ "type": "Feature", "properties": { "field_1": "Kinloss TACAN", "field_2": "KSS", "field_3": 57.659444, "field_4": -3.535, "field_5": "cp", "field_6": "KSS", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.535, 57.659444 ] } }, -{ "type": "Feature", "properties": { "field_1": "GARVA", "field_2": "GARVA", "field_3": 57.688333, "field_4": -4.494722, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.494722, 57.688333 ] } }, -{ "type": "Feature", "properties": { "field_1": "BUDON", "field_2": "BUDON", "field_3": 57.701944, "field_4": -0.561944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -0.561944, 57.701944 ] } }, -{ "type": "Feature", "properties": { "field_1": "Lossiemouth TACAN", "field_2": "LSM", "field_3": 57.710278, "field_4": -3.327222, "field_5": "cp", "field_6": "LSM", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.327222, 57.710278 ] } }, -{ "type": "Feature", "properties": { "field_1": "SMOKI", "field_2": "SMOKI", "field_3": 57.776944, "field_4": -2.598889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.598889, 57.776944 ] } }, -{ "type": "Feature", "properties": { "field_1": "EVBEV", "field_2": "EVBEV", "field_3": 57.786111, "field_4": -7.678056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -7.678056, 57.786111 ] } }, -{ "type": "Feature", "properties": { "field_1": "OVDAN", "field_2": "OVDAN", "field_3": 57.889167, "field_4": 0.305, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.305, 57.889167 ] } }, -{ "type": "Feature", "properties": { "field_1": "BONBY", "field_2": "BONBY", "field_3": 57.891667, "field_4": -4.343333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.343333, 57.891667 ] } }, -{ "type": "Feature", "properties": { "field_1": "ETSOM", "field_2": "ETSOM", "field_3": 57.891944, "field_4": -9.5, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -9.5, 57.891944 ] } }, -{ "type": "Feature", "properties": { "field_1": "ULLAP", "field_2": "ULLAP", "field_3": 57.9, "field_4": -5.169167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.169167, 57.9 ] } }, -{ "type": "Feature", "properties": { "field_1": "ALOTI", "field_2": "ALOTI", "field_3": 57.9075, "field_4": 3.608333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 3.608333, 57.9075 ] } }, -{ "type": "Feature", "properties": { "field_1": "FORTY", "field_2": "FORTY", "field_3": 57.95, "field_4": 0.595833, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.595833, 57.95 ] } }, -{ "type": "Feature", "properties": { "field_1": "CHINN", "field_2": "CHINN", "field_3": 57.964167, "field_4": -4.188056, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -4.188056, 57.964167 ] } }, -{ "type": "Feature", "properties": { "field_1": "ERAKA", "field_2": "ERAKA", "field_3": 58.0, "field_4": -10.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -10.0, 58.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "KUVOX", "field_2": "KUVOX", "field_3": 58.083056, "field_4": -7.606667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -7.606667, 58.083056 ] } }, -{ "type": "Feature", "properties": { "field_1": "PIPEM", "field_2": "PIPEM", "field_3": 58.156389, "field_4": -3.738611, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.738611, 58.156389 ] } }, -{ "type": "Feature", "properties": { "field_1": "STORNOWAY VOR\/DME", "field_2": "STN", "field_3": 58.206944, "field_4": -6.183056, "field_5": "cp", "field_6": "STN", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.183056, 58.206944 ] } }, -{ "type": "Feature", "properties": { "field_1": "QN9", "field_2": "QN9", "field_3": 58.3, "field_4": -5.166667, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -5.166667, 58.3 ] } }, -{ "type": "Feature", "properties": { "field_1": "AMTAP", "field_2": "AMTAP", "field_3": 58.373611, "field_4": -9.5, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -9.5, 58.373611 ] } }, -{ "type": "Feature", "properties": { "field_1": "KLONN", "field_2": "KLONN", "field_3": 58.39, "field_4": 2.828889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.828889, 58.39 ] } }, -{ "type": "Feature", "properties": { "field_1": "WICK VOR\/DME", "field_2": "WIK", "field_3": 58.458889, "field_4": -3.100278, "field_5": "cp", "field_6": "WIK", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.100278, 58.458889 ] } }, -{ "type": "Feature", "properties": { "field_1": "ADODO", "field_2": "ADODO", "field_3": 58.5, "field_4": -10.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -10.0, 58.5 ] } }, -{ "type": "Feature", "properties": { "field_1": "RIGVU", "field_2": "RIGVU", "field_3": 58.793333, "field_4": 2.155, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 2.155, 58.793333 ] } }, -{ "type": "Feature", "properties": { "field_1": "NINEX", "field_2": "NINEX", "field_3": 58.855556, "field_4": -9.5, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -9.5, 58.855556 ] } }, -{ "type": "Feature", "properties": { "field_1": "BEKET", "field_2": "BEKET", "field_3": 58.886944, "field_4": -1.522222, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.522222, 58.886944 ] } }, -{ "type": "Feature", "properties": { "field_1": "KOKAL", "field_2": "KOKAL", "field_3": 58.959722, "field_4": -2.893889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -2.893889, 58.959722 ] } }, -{ "type": "Feature", "properties": { "field_1": "SOXON", "field_2": "SOXON", "field_3": 58.968333, "field_4": -3.872778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.872778, 58.968333 ] } }, -{ "type": "Feature", "properties": { "field_1": "BALIX", "field_2": "BALIX", "field_3": 59.0, "field_4": -10.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -10.0, 59.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "BEREP", "field_2": "BEREP", "field_3": 59.035833, "field_4": 1.738889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 1.738889, 59.035833 ] } }, -{ "type": "Feature", "properties": { "field_1": "ADASI", "field_2": "ADASI", "field_3": 59.220833, "field_4": -6.291944, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.291944, 59.220833 ] } }, -{ "type": "Feature", "properties": { "field_1": "ERDOG", "field_2": "ERDOG", "field_3": 59.334167, "field_4": -1.417778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.417778, 59.334167 ] } }, -{ "type": "Feature", "properties": { "field_1": "GAVEL", "field_2": "GAVEL", "field_3": 59.383333, "field_4": -1.406111, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.406111, 59.383333 ] } }, -{ "type": "Feature", "properties": { "field_1": "ODPEX", "field_2": "ODPEX", "field_3": 59.41, "field_4": -9.5, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -9.5, 59.41 ] } }, -{ "type": "Feature", "properties": { "field_1": "BAMRA", "field_2": "BAMRA", "field_3": 59.433333, "field_4": -3.952778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -3.952778, 59.433333 ] } }, -{ "type": "Feature", "properties": { "field_1": "RAVDI", "field_2": "RAVDI", "field_3": 59.499167, "field_4": -1.378333, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.378333, 59.499167 ] } }, -{ "type": "Feature", "properties": { "field_1": "ORTAV", "field_2": "ORTAV", "field_3": 59.5, "field_4": -10.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -10.0, 59.5 ] } }, -{ "type": "Feature", "properties": { "field_1": "MOCHA", "field_2": "MOCHA", "field_3": 59.548889, "field_4": -1.366389, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.366389, 59.548889 ] } }, -{ "type": "Feature", "properties": { "field_1": "ORVIK", "field_2": "ORVIK", "field_3": 59.638333, "field_4": 0.669167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.669167, 59.638333 ] } }, -{ "type": "Feature", "properties": { "field_1": "SUMBURGH VOR\/DME", "field_2": "SUM", "field_3": 59.878889, "field_4": -1.286667, "field_5": "cp", "field_6": "SUM", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -1.286667, 59.878889 ] } }, -{ "type": "Feature", "properties": { "field_1": "AKIVO", "field_2": "AKIVO", "field_3": 59.964444, "field_4": -9.5, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -9.5, 59.964444 ] } }, -{ "type": "Feature", "properties": { "field_1": "PEPIN", "field_2": "PEPIN", "field_3": 59.991944, "field_4": 0.015, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ 0.015, 59.991944 ] } }, -{ "type": "Feature", "properties": { "field_1": "ATSIX", "field_2": "ATSIX", "field_3": 60.0, "field_4": -10.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -10.0, 60.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "KESEG", "field_2": "KESEG", "field_3": 60.016111, "field_4": -6.015556, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.015556, 60.016111 ] } }, -{ "type": "Feature", "properties": { "field_1": "BILLY", "field_2": "BILLY", "field_3": 60.019722, "field_4": -8.568889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -8.568889, 60.019722 ] } }, -{ "type": "Feature", "properties": { "field_1": "DOSUN", "field_2": "DOSUN", "field_3": 60.1175, "field_4": -6.394167, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.394167, 60.1175 ] } }, -{ "type": "Feature", "properties": { "field_1": "MODGO", "field_2": "MODGO", "field_3": 60.445278, "field_4": -7.665278, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -7.665278, 60.445278 ] } }, -{ "type": "Feature", "properties": { "field_1": "ELKOG", "field_2": "ELKOG", "field_3": 60.446667, "field_4": -9.5, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -9.5, 60.446667 ] } }, -{ "type": "Feature", "properties": { "field_1": "LUSEN", "field_2": "LUSEN", "field_3": 60.5, "field_4": -10.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -10.0, 60.5 ] } }, -{ "type": "Feature", "properties": { "field_1": "BARKU", "field_2": "BARKU", "field_3": 60.605, "field_4": -9.41, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -9.41, 60.605 ] } }, -{ "type": "Feature", "properties": { "field_1": "DIRGI", "field_2": "DIRGI", "field_3": 60.621389, "field_4": -6.453889, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -6.453889, 60.621389 ] } }, -{ "type": "Feature", "properties": { "field_1": "DEVBI", "field_2": "DEVBI", "field_3": 60.715, "field_4": -8.769444, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -8.769444, 60.715 ] } }, -{ "type": "Feature", "properties": { "field_1": "BESGA", "field_2": "BESGA", "field_3": 60.789722, "field_4": -7.912778, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -7.912778, 60.789722 ] } }, -{ "type": "Feature", "properties": { "field_1": "RATSU", "field_2": "RATSU", "field_3": 61.0, "field_4": -10.0, "field_5": "p", "field_6": "#N\/A", "field_7": 0, "field_8": 0, "field_9": 0 }, "geometry": { "type": "Point", "coordinates": [ -10.0, 61.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "MATIK", "field_2": "MATIK", "field_3": 61.0, "field_4": -8.066667, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -8.066667, 61.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "NALAN", "field_2": "NALAN", "field_3": 61.0, "field_4": -6.0, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -6.0, 61.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "OSBON", "field_2": "OSBON", "field_3": 61.0, "field_4": -5.0, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -5.0, 61.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "GONUT", "field_2": "GONUT", "field_3": 61.0, "field_4": -4.583333, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -4.583333, 61.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "PEMOS", "field_2": "PEMOS", "field_3": 61.0, "field_4": -4.0, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -4.0, 61.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "RIXUN", "field_2": "RIXUN", "field_3": 61.0, "field_4": -3.0, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -3.0, 61.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "SOSAR", "field_2": "SOSAR", "field_3": 61.0, "field_4": -2.0, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ -2.0, 61.0 ] } }, -{ "type": "Feature", "properties": { "field_1": "GUNPA", "field_2": "GUNPA", "field_3": 61.0, "field_4": 0.0, "field_5": "p", "field_6": "#N\/A", "field_7": 1, "field_8": 0, "field_9": 1 }, "geometry": { "type": "Point", "coordinates": [ 0.0, 61.0 ] } } -] -} + "type": "FeatureCollection", + "crs": { + "type": "name", + "properties": { + "name": "urn:ogc:def:crs:OGC:1.3:CRS84" + } + }, + "features": [ + { + "type": "Feature", + "properties": { + "field_1": "TAKAS", + "field_2": "TAKAS", + "field_3": 49.0, + "field_4": -8.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -8.0, + 49.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ALUTA", + "field_2": "ALUTA", + "field_3": 49.005278, + "field_4": -7.498056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -7.498056, + 49.005278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MOSIS", + "field_2": "MOSIS", + "field_3": 49.007222, + "field_4": -7.214722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -7.214722, + 49.007222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ADRUD", + "field_2": "ADRUD", + "field_3": 49.170556, + "field_4": -6.448611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.448611, + 49.170556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "JERSEY VOR\/DME", + "field_2": "JSY", + "field_3": 49.221111, + "field_4": -2.046111, + "field_5": null, + "field_6": "JSY", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.046111, + 49.221111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "XAVAP", + "field_2": "XAVAP", + "field_3": 49.233889, + "field_4": -6.143056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.143056, + 49.233889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "CAMBO", + "field_2": "CAMBO", + "field_3": 49.291667, + "field_4": -5.859722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.859722, + 49.291667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LARLA", + "field_2": "LARLA", + "field_3": 49.378056, + "field_4": -7.120833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -7.120833, + 49.378056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PIKOD", + "field_2": "PIKOD", + "field_3": 49.410556, + "field_4": -5.266389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.266389, + 49.410556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SUPAP", + "field_2": "SUPAP", + "field_3": 49.433889, + "field_4": -5.822778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.822778, + 49.433889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PEMAK", + "field_2": "PEMAK", + "field_3": 49.448889, + "field_4": -6.218056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.218056, + 49.448889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OGAGI", + "field_2": "OGAGI", + "field_3": 49.456111, + "field_4": -5.0325, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.0325, + 49.456111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PHILI", + "field_2": "PHILI", + "field_3": 49.475278, + "field_4": -7.021389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -7.021389, + 49.475278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DOLUR", + "field_2": "DOLUR", + "field_3": 49.484444, + "field_4": -5.057222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.057222, + 49.484444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RATKA", + "field_2": "RATKA", + "field_3": 49.5, + "field_4": -8.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -8.0, + 49.5 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TALIG", + "field_2": "TALIG", + "field_3": 49.516389, + "field_4": -5.801111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.801111, + 49.516389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "AMPOP", + "field_2": "AMPOP", + "field_3": 49.53, + "field_4": -6.150833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.150833, + 49.53 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LIZAD", + "field_2": "LIZAD", + "field_3": 49.590278, + "field_4": -4.330278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.330278, + 49.590278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ANNET", + "field_2": "ANNET", + "field_3": 49.651389, + "field_4": -4.001389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.001389, + 49.651389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NAKID", + "field_2": "NAKID", + "field_3": 49.715, + "field_4": -4.623056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.623056, + 49.715 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SALCO", + "field_2": "SALCO", + "field_3": 49.737222, + "field_4": -3.529444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.529444, + 49.737222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MABUG", + "field_2": "MABUG", + "field_3": 49.784722, + "field_4": -5.936667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.936667, + 49.784722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MANIG", + "field_2": "MANIG", + "field_3": 49.785278, + "field_4": -3.259444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.259444, + 49.785278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SKESO", + "field_2": "SKESO", + "field_3": 49.824722, + "field_4": -3.034167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.034167, + 49.824722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "IDOKI", + "field_2": "IDOKI", + "field_3": 49.860278, + "field_4": -6.194167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.194167, + 49.860278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LORKU", + "field_2": "LORKU", + "field_3": 49.938333, + "field_4": -2.371111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.371111, + 49.938333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LELNA", + "field_2": "LELNA", + "field_3": 49.9825, + "field_4": -2.106389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.106389, + 49.9825 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ORTAC", + "field_2": "ORTAC", + "field_3": 49.999167, + "field_4": -2.005, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.005, + 49.999167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GAPLI", + "field_2": "GAPLI", + "field_3": 50.0, + "field_4": -8.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -8.0, + 50.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SKERY", + "field_2": "SKERY", + "field_3": 50.0, + "field_4": -3.173056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.173056, + 50.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BIGNO", + "field_2": "BIGNO", + "field_3": 50.0, + "field_4": -2.825, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.825, + 50.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ORIST", + "field_2": "ORIST", + "field_3": 50.0, + "field_4": -1.845, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.845, + 50.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BOLRO", + "field_2": "BOLRO", + "field_3": 50.0, + "field_4": -1.691389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.691389, + 50.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GARMI", + "field_2": "GARMI", + "field_3": 50.0, + "field_4": -1.380556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.380556, + 50.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KOTEM", + "field_2": "KOTEM", + "field_3": 50.0, + "field_4": -1.053889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.053889, + 50.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NEVIL", + "field_2": "NEVIL", + "field_3": 50.0, + "field_4": -0.368333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.368333, + 50.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "CNO", + "field_2": "CNO", + "field_3": 50.033333, + "field_4": -1.466667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.466667, + 50.033333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SPT", + "field_2": "SPT", + "field_3": 50.033333, + "field_4": -0.2, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.2, + 50.033333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SOBDO", + "field_2": "SOBDO", + "field_3": 50.073889, + "field_4": -7.116667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -7.116667, + 50.073889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TURLU", + "field_2": "TURLU", + "field_3": 50.076389, + "field_4": -8.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -8.0, + 50.076389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SITET", + "field_2": "SITET", + "field_3": 50.1, + "field_4": 0.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.0, + 50.1 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TESDO", + "field_2": "TESDO", + "field_3": 50.123889, + "field_4": -7.116667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -7.116667, + 50.123889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LANDS END VOR\/DME", + "field_2": "LND", + "field_3": 50.136389, + "field_4": -5.636944, + "field_5": "cp", + "field_6": "LND", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.636944, + 50.136389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "VEXEN", + "field_2": "VEXEN", + "field_3": 50.139444, + "field_4": -1.826111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.826111, + 50.139444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OSPOL", + "field_2": "OSPOL", + "field_3": 50.15, + "field_4": -0.185556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.185556, + 50.15 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "XAMAB", + "field_2": "XAMAB", + "field_3": 50.204444, + "field_4": 0.264722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.264722, + 50.204444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DRAKE", + "field_2": "DRAKE", + "field_3": 50.209444, + "field_4": -0.076111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.076111, + 50.209444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "CMB", + "field_2": "CMB", + "field_3": 50.228333, + "field_4": 3.151667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.151667, + 50.228333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MARUK", + "field_2": "MARUK", + "field_3": 50.246389, + "field_4": -2.072222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.072222, + 50.246389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DOMUT", + "field_2": "DOMUT", + "field_3": 50.261944, + "field_4": -1.669167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.669167, + 50.261944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RIGDI", + "field_2": "RIGDI", + "field_3": 50.270833, + "field_4": -5.991389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.991389, + 50.270833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RUBMI", + "field_2": "RUBMI", + "field_3": 50.279444, + "field_4": -2.328611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.328611, + 50.279444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ASPEN", + "field_2": "ASPEN", + "field_3": 50.292778, + "field_4": -1.805556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.805556, + 50.292778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GITUS", + "field_2": "GITUS", + "field_3": 50.333333, + "field_4": -5.7, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.7, + 50.333333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PILIP", + "field_2": "PILIP", + "field_3": 50.334167, + "field_4": -1.007222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.007222, + 50.334167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PLYMO", + "field_2": "PLYMO", + "field_3": 50.345833, + "field_4": -4.626944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.626944, + 50.345833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "XIDIL", + "field_2": "XIDIL", + "field_3": 50.351667, + "field_4": 0.641389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.641389, + 50.351667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LULOX", + "field_2": "LULOX", + "field_3": 50.366667, + "field_4": -8.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -8.0, + 50.366667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "HAWKE", + "field_2": "HAWKE", + "field_3": 50.374167, + "field_4": 0.090278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.090278, + 50.374167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "INSUN", + "field_2": "INSUN", + "field_3": 50.395278, + "field_4": -6.323333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.323333, + 50.395278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BERRY HEAD VOR\/DME", + "field_2": "BHD", + "field_3": 50.398611, + "field_4": -3.493611, + "field_5": "cp", + "field_6": "BHD", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.493611, + 50.398611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NETVU", + "field_2": "NETVU", + "field_3": 50.4125, + "field_4": 0.481667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.481667, + 50.4125 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BEVEL", + "field_2": "BEVEL", + "field_3": 50.415, + "field_4": -1.985278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.985278, + 50.415 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BABAX", + "field_2": "BABAX", + "field_3": 50.419722, + "field_4": -3.804722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.804722, + 50.419722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NOTRO", + "field_2": "NOTRO", + "field_3": 50.436667, + "field_4": -3.1725, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.1725, + 50.436667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SUBIP", + "field_2": "SUBIP", + "field_3": 50.445556, + "field_4": 0.885, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.885, + 50.445556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "EPT", + "field_2": "EPT", + "field_3": 50.45, + "field_4": 0.916667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.916667, + 50.45 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BENBO", + "field_2": "BENBO", + "field_3": 50.451389, + "field_4": 0.010278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.010278, + 50.451389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "HARDY", + "field_2": "HARDY", + "field_3": 50.471111, + "field_4": 0.491111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.491111, + 50.471111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ELDAX", + "field_2": "ELDAX", + "field_3": 50.488333, + "field_4": 0.658333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.658333, + 50.488333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "THRED", + "field_2": "THRED", + "field_3": 50.498611, + "field_4": -1.663889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.663889, + 50.498611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ROKSI", + "field_2": "ROKSI", + "field_3": 50.503611, + "field_4": -2.214167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.214167, + 50.503611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KUNAV", + "field_2": "KUNAV", + "field_3": 50.515, + "field_4": 1.065556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.065556, + 50.515 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KATHY", + "field_2": "KATHY", + "field_3": 50.520556, + "field_4": -1.333333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.333333, + 50.520556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BANVA", + "field_2": "BANVA", + "field_3": 50.545, + "field_4": 0.753333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.753333, + 50.545 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DAWLY", + "field_2": "DAWLY", + "field_3": 50.574167, + "field_4": -3.463889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.463889, + 50.574167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KUMIL", + "field_2": "KUMIL", + "field_3": 50.575278, + "field_4": -1.610833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.610833, + 50.575278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ALESO", + "field_2": "ALESO", + "field_3": 50.575556, + "field_4": 1.225556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.225556, + 50.575556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "WAFFU", + "field_2": "WAFFU", + "field_3": 50.5825, + "field_4": 0.349722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.349722, + 50.5825 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NOTGI", + "field_2": "NOTGI", + "field_3": 50.586111, + "field_4": -0.4175, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.4175, + 50.586111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SOXUX", + "field_2": "SOXUX", + "field_3": 50.596111, + "field_4": 0.929167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.929167, + 50.596111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SUSIX", + "field_2": "SUSIX", + "field_3": 50.616667, + "field_4": -0.9675, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.9675, + 50.616667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ABSAV", + "field_2": "ABSAV", + "field_3": 50.641389, + "field_4": -1.174722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.174722, + 50.641389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "INKEK", + "field_2": "INKEK", + "field_3": 50.648056, + "field_4": -0.535833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.535833, + 50.648056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ARKIL", + "field_2": "ARKIL", + "field_3": 50.657778, + "field_4": -8.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -8.0, + 50.657778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ELDER", + "field_2": "ELDER", + "field_3": 50.663333, + "field_4": -1.337222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.337222, + 50.663333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NEDUL", + "field_2": "NEDUL", + "field_3": 50.666111, + "field_4": -1.547778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.547778, + 50.666111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TINAN", + "field_2": "TINAN", + "field_3": 50.666667, + "field_4": -3.448333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.448333, + 50.666667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "AMDUT", + "field_2": "AMDUT", + "field_3": 50.674444, + "field_4": 0.796111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.796111, + 50.674444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KAPEX", + "field_2": "KAPEX", + "field_3": 50.675, + "field_4": -1.85, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.85, + 50.675 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BILNI", + "field_2": "BILNI", + "field_3": 50.675278, + "field_4": -2.125833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.125833, + 50.675278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "EVEXU", + "field_2": "EVEXU", + "field_3": 50.687778, + "field_4": -0.578056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.578056, + 50.687778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BOGNA", + "field_2": "BOGNA", + "field_3": 50.701944, + "field_4": -0.251667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.251667, + 50.701944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BRIPO", + "field_2": "BRIPO", + "field_3": 50.7075, + "field_4": -2.75, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.75, + 50.7075 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DEVOM", + "field_2": "DEVOM", + "field_3": 50.721667, + "field_4": -3.755278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.755278, + 50.721667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BIDVA", + "field_2": "BIDVA", + "field_3": 50.7275, + "field_4": -0.9775, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.9775, + 50.7275 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "HASTY", + "field_2": "HASTY", + "field_3": 50.728333, + "field_4": 0.533333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.533333, + 50.728333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GIVUN", + "field_2": "GIVUN", + "field_3": 50.732778, + "field_4": -0.800833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.800833, + 50.732778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GIBSO", + "field_2": "GIBSO", + "field_3": 50.749722, + "field_4": -2.518611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.518611, + 50.749722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BEWLI", + "field_2": "BEWLI", + "field_3": 50.758611, + "field_4": -1.810278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.810278, + 50.758611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SEAFORD VOR\/DME", + "field_2": "SFB", + "field_3": 50.760556, + "field_4": 0.121944, + "field_5": "cp", + "field_6": "SFB", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.121944, + 50.760556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BEGTO", + "field_2": "BEGTO", + "field_3": 50.7625, + "field_4": -1.235556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.235556, + 50.7625 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "POMPI", + "field_2": "POMPI", + "field_3": 50.763333, + "field_4": -0.954167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.954167, + 50.763333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MIVLA", + "field_2": "MIVLA", + "field_3": 50.775, + "field_4": -1.266111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.266111, + 50.775 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RUDMO", + "field_2": "RUDMO", + "field_3": 50.777778, + "field_4": -1.024167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.024167, + 50.777778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SOVAT", + "field_2": "SOVAT", + "field_3": 50.779444, + "field_4": 1.466667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.466667, + 50.779444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UNDUG", + "field_2": "UNDUG", + "field_3": 50.79, + "field_4": 0.425, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.425, + 50.79 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BEVUP", + "field_2": "BEVUP", + "field_3": 50.8, + "field_4": -2.238889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.238889, + 50.8 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BUMUX", + "field_2": "BUMUX", + "field_3": 50.804444, + "field_4": -3.349444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.349444, + 50.804444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TIVER", + "field_2": "TIVER", + "field_3": 50.809167, + "field_4": -3.423889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.423889, + 50.809167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "AVANT", + "field_2": "AVANT", + "field_3": 50.82, + "field_4": -0.938333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.938333, + 50.82 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DIDEL", + "field_2": "DIDEL", + "field_3": 50.843056, + "field_4": -3.997222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.997222, + 50.843056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ABKIM", + "field_2": "ABKIM", + "field_3": 50.845278, + "field_4": -1.982778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.982778, + 50.845278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ATWEL", + "field_2": "ATWEL", + "field_3": 50.8475, + "field_4": -3.417222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.417222, + 50.8475 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GOODWOOD VOR\/DME", + "field_2": "GWC", + "field_3": 50.855278, + "field_4": -0.756667, + "field_5": "cp", + "field_6": "GWC", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.756667, + 50.855278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DEVAL", + "field_2": "DEVAL", + "field_3": 50.856944, + "field_4": 1.466667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.466667, + 50.856944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ROTNO", + "field_2": "ROTNO", + "field_3": 50.857222, + "field_4": 0.778056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.778056, + 50.857222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ASTRA", + "field_2": "ASTRA", + "field_3": 50.865556, + "field_4": -0.146389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.146389, + 50.865556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ERKEX", + "field_2": "ERKEX", + "field_3": 50.878056, + "field_4": 1.326944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.326944, + 50.878056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "HOLLY", + "field_2": "HOLLY", + "field_3": 50.886667, + "field_4": -0.095, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.095, + 50.886667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LARCK", + "field_2": "LARCK", + "field_3": 50.911667, + "field_4": 0.446667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.446667, + 50.911667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "IRKUN", + "field_2": "IRKUN", + "field_3": 50.921111, + "field_4": 1.466667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.466667, + 50.921111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PAVLO", + "field_2": "PAVLO", + "field_3": 50.934722, + "field_4": -5.895556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.895556, + 50.934722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NIVKO", + "field_2": "NIVKO", + "field_3": 50.935, + "field_4": 0.541111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.541111, + 50.935 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LUMBA", + "field_2": "LUMBA \/ TIMBA", + "field_3": 50.945556, + "field_4": 0.261667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.261667, + 50.945556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SOUTHAMPTON VOR\/DME", + "field_2": "SAM", + "field_3": 50.955278, + "field_4": -1.345, + "field_5": "cp", + "field_6": "SAM", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.345, + 50.955278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MOTOX", + "field_2": "MOTOX", + "field_3": 50.957778, + "field_4": 1.466667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.466667, + 50.957778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OKVAP", + "field_2": "OKVAP", + "field_3": 50.963611, + "field_4": 1.332222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.332222, + 50.963611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ETVAX", + "field_2": "ETVAX", + "field_3": 50.968611, + "field_4": 0.598889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.598889, + 50.968611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "WILLO", + "field_2": "WILLO", + "field_3": 50.985, + "field_4": -0.191667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.191667, + 50.985 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BOGMI", + "field_2": "BOGMI", + "field_3": 50.998056, + "field_4": -7.204722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -7.204722, + 50.998056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LYDD VOR\/DME", + "field_2": "LYD", + "field_3": 50.999722, + "field_4": 0.878611, + "field_5": "cp", + "field_6": "LYD", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.878611, + 50.999722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LESLU", + "field_2": "LESLU", + "field_3": 51.0, + "field_4": -8.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -8.0, + 51.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "Yeovilton TACAN", + "field_2": "VLN", + "field_3": 51.005001, + "field_4": -2.63875, + "field_5": "cp", + "field_6": "VLN", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.63875, + 51.005001 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "HAZEL", + "field_2": "HAZEL", + "field_3": 51.005278, + "field_4": -0.984444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.984444, + 51.005278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MULIT", + "field_2": "MULIT", + "field_3": 51.013056, + "field_4": -3.388611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.388611, + 51.013056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MAYFIELD VOR\/DME", + "field_2": "MAY", + "field_3": 51.017222, + "field_4": 0.116111, + "field_5": "cp", + "field_6": "MAY", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.116111, + 51.017222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RINTI", + "field_2": "RINTI", + "field_3": 51.032778, + "field_4": 1.615556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.615556, + 51.032778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MIDHURST VOR\/DME", + "field_2": "MID", + "field_3": 51.053889, + "field_4": -0.625, + "field_5": "cp", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.625, + 51.053889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ARNUN", + "field_2": "ARNUN", + "field_3": 51.057222, + "field_4": 0.931389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.931389, + 51.057222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SANDY", + "field_2": "SANDY", + "field_3": 51.064167, + "field_4": 1.0675, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.0675, + 51.064167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TIGER", + "field_2": "TIGER", + "field_3": 51.067222, + "field_4": 0.439444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.439444, + 51.067222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BISRU", + "field_2": "BISRU", + "field_3": 51.071667, + "field_4": 0.3675, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.3675, + 51.071667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KOK", + "field_2": "KOK", + "field_3": 51.098611, + "field_4": 2.655556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.655556, + 51.098611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PENUX", + "field_2": "PENUX", + "field_3": 51.108889, + "field_4": 0.57, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.57, + 51.108889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "HANKY", + "field_2": "HANKY", + "field_3": 51.112778, + "field_4": -1.130833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.130833, + 51.112778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "WIZAD", + "field_2": "WIZAD", + "field_3": 51.116667, + "field_4": 0.953056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.953056, + 51.116667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KONAN", + "field_2": "KONAN", + "field_3": 51.130833, + "field_4": 2.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.0, + 51.130833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ETRID", + "field_2": "ETRID", + "field_3": 51.132222, + "field_4": -1.270833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.270833, + 51.132222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DOVER VOR\/DME", + "field_2": "DVR", + "field_3": 51.1625, + "field_4": 1.359167, + "field_5": "cp", + "field_6": "DVR", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.359167, + 51.1625 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ODVIK", + "field_2": "ODVIK", + "field_3": 51.165833, + "field_4": 0.485833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.485833, + 51.165833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GODLU", + "field_2": "GODLU", + "field_3": 51.166111, + "field_4": 1.284444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.284444, + 51.166111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TUNBY", + "field_2": "TUNBY", + "field_3": 51.168889, + "field_4": 0.324722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.324722, + 51.168889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OTSID", + "field_2": "OTSID", + "field_3": 51.173056, + "field_4": -0.230833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.230833, + 51.173056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TEVMO", + "field_2": "TEVMO", + "field_3": 51.173611, + "field_4": 1.416389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.416389, + 51.173611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ELRAG", + "field_2": "ELRAG", + "field_3": 51.174444, + "field_4": -5.105833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.105833, + 51.174444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "EXMOR", + "field_2": "EXMOR", + "field_3": 51.178611, + "field_4": -3.359722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.359722, + 51.178611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PEPIS", + "field_2": "PEPIS", + "field_3": 51.196667, + "field_4": -1.243611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.243611, + 51.196667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GASGU", + "field_2": "GASGU", + "field_3": 51.206667, + "field_4": -0.96, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.96, + 51.206667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UMTUM", + "field_2": "UMTUM", + "field_3": 51.2075, + "field_4": 1.0175, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.0175, + 51.2075 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "HOGBA", + "field_2": "HOGBA", + "field_3": 51.228056, + "field_4": -0.495278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.495278, + 51.228056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ADMAG", + "field_2": "ADMAG", + "field_3": 51.233889, + "field_4": 0.492778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.492778, + 51.233889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LEDGO", + "field_2": "LEDGO", + "field_3": 51.24, + "field_4": -7.568056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -7.568056, + 51.24 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "VABIK", + "field_2": "VABIK", + "field_3": 51.246389, + "field_4": 2.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.0, + 51.246389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "EMKAD", + "field_2": "EMKAD", + "field_3": 51.247222, + "field_4": 0.709444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.709444, + 51.247222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "VAPID", + "field_2": "VAPID", + "field_3": 51.253889, + "field_4": -1.045, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.045, + 51.253889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LAVRI", + "field_2": "LAVRI", + "field_3": 51.263611, + "field_4": 0.580278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.580278, + 51.263611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MOKBU", + "field_2": "MOKBU", + "field_3": 51.269444, + "field_4": 1.487222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.487222, + 51.269444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DORKI", + "field_2": "DORKI", + "field_3": 51.275833, + "field_4": -0.264444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.264444, + 51.275833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ITVIP", + "field_2": "ITVIP", + "field_3": 51.287222, + "field_4": 1.053333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.053333, + 51.287222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GOGSI", + "field_2": "GOGSI", + "field_3": 51.290833, + "field_4": -1.000556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.000556, + 51.290833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DIKVU", + "field_2": "DIKVU", + "field_3": 51.296389, + "field_4": 0.317222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.317222, + 51.296389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GATRA", + "field_2": "GATRA", + "field_3": 51.297778, + "field_4": -6.631944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.631944, + 51.297778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "FIMLI", + "field_2": "FIMLI", + "field_3": 51.301111, + "field_4": -0.668333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.668333, + 51.301111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LAMAT", + "field_2": "LAMAT", + "field_3": 51.301944, + "field_4": -3.0175, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.0175, + 51.301944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DETLING VOR\/DME", + "field_2": "DET", + "field_3": 51.303889, + "field_4": 0.597222, + "field_5": "cp", + "field_6": "DET", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.597222, + 51.303889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OCKHAM VOR\/DME", + "field_2": "OCK", + "field_3": 51.305, + "field_4": -0.447222, + "field_5": "st", + "field_6": "OCK", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.447222, + 51.305 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NIGIT", + "field_2": "NIGIT", + "field_3": 51.313056, + "field_4": -1.170833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.170833, + 51.313056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TOMMO", + "field_2": "TOMMO", + "field_3": 51.314444, + "field_4": -0.362778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.362778, + 51.314444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "EPSOM", + "field_2": "EPM", + "field_3": 51.319444, + "field_4": -0.371944, + "field_5": "tp", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.371944, + 51.319444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SAMON", + "field_2": "SAMON", + "field_3": 51.3225, + "field_4": -7.417778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -7.417778, + 51.3225 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KESUP", + "field_2": "KESUP", + "field_3": 51.325556, + "field_4": -3.654722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.654722, + 51.325556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BIGGIN VOR\/DME", + "field_2": "BIG", + "field_3": 51.330833, + "field_4": 0.034722, + "field_5": "st", + "field_6": "BIG", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.034722, + 51.330833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "WEALD", + "field_2": "WEALD", + "field_3": 51.330833, + "field_4": 0.034722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.034722, + 51.330833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MERLY", + "field_2": "MERLY", + "field_3": 51.333333, + "field_4": -5.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.0, + 51.333333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "HILLY", + "field_2": "HILLY", + "field_3": 51.335, + "field_4": 0.243611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.243611, + 51.335 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NUBRI", + "field_2": "NUBRI", + "field_3": 51.338056, + "field_4": -1.232222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.232222, + 51.338056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TEVSI", + "field_2": "TEVSI", + "field_3": 51.350278, + "field_4": -1.050278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.050278, + 51.350278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GOXUL", + "field_2": "GOXUL", + "field_3": 51.358889, + "field_4": -0.175833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.175833, + 51.358889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TABEN", + "field_2": "TABEN", + "field_3": 51.363611, + "field_4": -1.172778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.172778, + 51.363611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BEDEK", + "field_2": "BEDEK", + "field_3": 51.370833, + "field_4": -1.558611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.558611, + 51.370833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "EKNIV", + "field_2": "EKNIV", + "field_3": 51.407222, + "field_4": 0.625278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.625278, + 51.407222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DOKEK", + "field_2": "DOKEK", + "field_3": 51.421667, + "field_4": -6.058056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.058056, + 51.421667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "VATON", + "field_2": "VATON", + "field_3": 51.434444, + "field_4": -0.348889, + "field_5": "tp", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.348889, + 51.434444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ABTUM", + "field_2": "ABTUM", + "field_3": 51.434444, + "field_4": 1.374722, + "field_5": "tp", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.374722, + 51.434444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OKESI", + "field_2": "OKESI", + "field_3": 51.443333, + "field_4": -2.061667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.061667, + 51.443333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RAPIX", + "field_2": "RAPIX", + "field_3": 51.443889, + "field_4": 2.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.0, + 51.443889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ABDAL", + "field_2": "ABDAL", + "field_3": 51.446111, + "field_4": -1.863333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.863333, + 51.446111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TANET", + "field_2": "TANET", + "field_3": 51.449444, + "field_4": 0.925556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.925556, + 51.449444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "WOODLEY NDB", + "field_2": "WOD", + "field_3": 51.452778, + "field_4": -0.878889, + "field_5": "cp", + "field_6": "WOD", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.878889, + 51.452778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ATSAP", + "field_2": "ATSAP", + "field_3": 51.454444, + "field_4": 1.504722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.504722, + 51.454444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SUNUP", + "field_2": "SUNUP", + "field_3": 51.458611, + "field_4": 1.874167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.874167, + 51.458611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UMBUR", + "field_2": "UMBUR", + "field_3": 51.459167, + "field_4": 0.118889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.118889, + 51.459167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LINDY", + "field_2": "LINDY", + "field_3": 51.470556, + "field_4": -1.049167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.049167, + 51.470556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "INLAK", + "field_2": "INLAK", + "field_3": 51.478056, + "field_4": -1.524167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.524167, + 51.478056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NORRY", + "field_2": "NORRY", + "field_3": 51.479722, + "field_4": -1.123333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.123333, + 51.479722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LONDON VOR\/DME", + "field_2": "LON", + "field_3": 51.487222, + "field_4": -0.466667, + "field_5": "cp", + "field_6": "LON", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.466667, + 51.487222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TEBRA", + "field_2": "TEBRA", + "field_3": 51.488889, + "field_4": 1.611944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.611944, + 51.488889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "COMPTON VOR\/DME", + "field_2": "CPT", + "field_3": 51.491667, + "field_4": -1.219722, + "field_5": "cp", + "field_6": "CPT", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.219722, + 51.491667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NPT", + "field_2": "NPT", + "field_3": 51.494722, + "field_4": 2.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.0, + 51.494722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BAKER", + "field_2": "BAKER", + "field_3": 51.495, + "field_4": 0.298056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.298056, + 51.495 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MOPAT", + "field_2": "MOPAT", + "field_3": 51.498611, + "field_4": -7.093611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -7.093611, + 51.498611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NEPNA", + "field_2": "NEPNA", + "field_3": 51.499444, + "field_4": 0.449167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.449167, + 51.499444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GISOK", + "field_2": "GISOK", + "field_3": 51.5025, + "field_4": -5.124444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.124444, + 51.5025 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "WD6", + "field_2": "WD6", + "field_3": 51.516667, + "field_4": 0.216667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.216667, + 51.516667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KENET", + "field_2": "KENET", + "field_3": 51.520556, + "field_4": -1.455, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.455, + 51.520556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ASRAX", + "field_2": "ASRAX", + "field_3": 51.521389, + "field_4": -4.278611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.278611, + 51.521389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "POMAX", + "field_2": "POMAX", + "field_3": 51.527222, + "field_4": -2.081111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.081111, + 51.527222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KOPUL", + "field_2": "KOPUL", + "field_3": 51.542222, + "field_4": 1.137222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.137222, + 51.542222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MIMBI", + "field_2": "MIMBI", + "field_3": 51.549167, + "field_4": -1.693333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.693333, + 51.549167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SWANY", + "field_2": "SWANY", + "field_3": 51.559444, + "field_4": -4.13, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.13, + 51.559444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "FINCH", + "field_2": "FINCH", + "field_3": 51.56, + "field_4": -0.183056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.183056, + 51.56 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UNSAD", + "field_2": "UNSAD", + "field_3": 51.561111, + "field_4": 0.962778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.962778, + 51.561111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GAVGO", + "field_2": "GAVGO", + "field_3": 51.563889, + "field_4": -1.71, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.71, + 51.563889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GILTI", + "field_2": "GILTI", + "field_3": 51.570278, + "field_4": 2.055, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.055, + 51.570278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SIREN", + "field_2": "SIREN", + "field_3": 51.570833, + "field_4": -1.874722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.874722, + 51.570833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SPEAR", + "field_2": "SPEAR", + "field_3": 51.576111, + "field_4": 0.700278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.700278, + 51.576111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BENSU", + "field_2": "BENSU", + "field_3": 51.578889, + "field_4": -0.918889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.918889, + 51.578889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ERING", + "field_2": "ERING", + "field_3": 51.590556, + "field_4": 1.611944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.611944, + 51.590556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MALBY", + "field_2": "MALBY", + "field_3": 51.5925, + "field_4": -2.061667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.061667, + 51.5925 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NILON", + "field_2": "NILON", + "field_3": 51.596111, + "field_4": 0.634444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.634444, + 51.596111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GILDA", + "field_2": "GILDA", + "field_3": 51.601667, + "field_4": 0.583611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.583611, + 51.601667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TOBIX", + "field_2": "TOBIX", + "field_3": 51.604722, + "field_4": 1.280833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.280833, + 51.604722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NUMPO", + "field_2": "NUMPO", + "field_3": 51.61, + "field_4": -3.283611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.283611, + 51.61 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "COWLY", + "field_2": "COWLY", + "field_3": 51.616111, + "field_4": -1.065, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.065, + 51.616111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NORLA", + "field_2": "NORLA", + "field_3": 51.619167, + "field_4": -6.869722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.869722, + 51.619167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TUGPO", + "field_2": "TUGPO", + "field_3": 51.619444, + "field_4": 0.914444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.914444, + 51.619444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "CHILTERN", + "field_2": "CHT", + "field_3": 51.623056, + "field_4": -0.518611, + "field_5": "tp", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.518611, + 51.623056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "WOTAN", + "field_2": "WOTAN", + "field_3": 51.623889, + "field_4": -2.335, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.335, + 51.623889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TERKO", + "field_2": "TERKO", + "field_3": 51.625556, + "field_4": 0.746667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.746667, + 51.625556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MAYLA", + "field_2": "MAYLA", + "field_3": 51.628056, + "field_4": 0.72, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.72, + 51.628056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SIRGO", + "field_2": "SIRGO", + "field_3": 51.629444, + "field_4": 0.646389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.646389, + 51.629444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "FERIT", + "field_2": "FERIT", + "field_3": 51.633056, + "field_4": 0.539167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.539167, + 51.633056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SUMUM", + "field_2": "SUMUM", + "field_3": 51.637222, + "field_4": 2.107778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.107778, + 51.637222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ABDUK", + "field_2": "ABDUK", + "field_3": 51.642778, + "field_4": -3.800278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.800278, + 51.642778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BADIM", + "field_2": "BADIM", + "field_3": 51.643889, + "field_4": -2.511111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.511111, + 51.643889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LAMBOURNE VOR\/DME", + "field_2": "LAM", + "field_3": 51.646111, + "field_4": 0.151667, + "field_5": "st", + "field_6": "LAM", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.151667, + 51.646111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NONVA", + "field_2": "NONVA", + "field_3": 51.646111, + "field_4": 1.362222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.362222, + 51.646111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DIGUT", + "field_2": "DIGUT", + "field_3": 51.650278, + "field_4": -1.299722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.299722, + 51.650278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ODROB", + "field_2": "ODROB", + "field_3": 51.654167, + "field_4": 1.9125, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.9125, + 51.654167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ALVIN", + "field_2": "ALVIN", + "field_3": 51.6625, + "field_4": -2.678333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.678333, + 51.6625 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "WESUL", + "field_2": "WESUL", + "field_3": 51.670833, + "field_4": 0.485833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.485833, + 51.670833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "IPRIL", + "field_2": "IPRIL", + "field_3": 51.674722, + "field_4": -0.226389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.226389, + 51.674722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TOSVA", + "field_2": "TOSVA", + "field_3": 51.676944, + "field_4": 2.073889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.073889, + 51.676944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ADVAS", + "field_2": "ADVAS", + "field_3": 51.681389, + "field_4": 1.4425, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.4425, + 51.681389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BRASO", + "field_2": "BRASO", + "field_3": 51.685278, + "field_4": 0.683333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.683333, + 51.685278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ERNOK", + "field_2": "ERNOK", + "field_3": 51.691667, + "field_4": -2.945556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.945556, + 51.691667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MANGO", + "field_2": "MANGO", + "field_3": 51.692778, + "field_4": 0.790556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.790556, + 51.692778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RISIN", + "field_2": "RISIN", + "field_3": 51.694167, + "field_4": -1.441111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.441111, + 51.694167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LIVSU", + "field_2": "LIVSU", + "field_3": 51.696944, + "field_4": 0.849444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.849444, + 51.696944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KUKIS", + "field_2": "KUKIS", + "field_3": 51.698889, + "field_4": -3.076944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.076944, + 51.698889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DONNA", + "field_2": "DONNA", + "field_3": 51.7, + "field_4": -0.743611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.743611, + 51.7 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SABER", + "field_2": "SABER", + "field_3": 51.703889, + "field_4": 0.949444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.949444, + 51.703889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RIMBU", + "field_2": "RIMBU", + "field_3": 51.706111, + "field_4": 2.161944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.161944, + 51.706111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UGNUS", + "field_2": "UGNUS", + "field_3": 51.708889, + "field_4": -2.139722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.139722, + 51.708889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PERUP", + "field_2": "PERUP", + "field_3": 51.709444, + "field_4": -2.942222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.942222, + 51.709444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "INGUR", + "field_2": "INGUR", + "field_3": 51.711667, + "field_4": -2.860278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.860278, + 51.711667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TRIPO", + "field_2": "TRIPO", + "field_3": 51.713056, + "field_4": 1.082778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.082778, + 51.713056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BRECON VOR\/DME", + "field_2": "BCN", + "field_3": 51.725556, + "field_4": -3.263056, + "field_5": "cp", + "field_6": "BCN", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.263056, + 51.725556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BOVINGDON VOR\/DME", + "field_2": "BNN", + "field_3": 51.726111, + "field_4": -0.549722, + "field_5": "st", + "field_6": "BNN", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.549722, + 51.726111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NEKAP", + "field_2": "NEKAP", + "field_3": 51.726389, + "field_4": -5.290556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.290556, + 51.726389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "EVSEM", + "field_2": "EVSEM", + "field_3": 51.730556, + "field_4": -1.4625, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.4625, + 51.730556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "JACKO", + "field_2": "JACKO", + "field_3": 51.735833, + "field_4": 1.426667, + "field_5": "st", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.426667, + 51.735833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UNBIG", + "field_2": "UNBIG", + "field_3": 51.740833, + "field_4": -3.583889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.583889, + 51.740833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BROOKMANS PARK VOR\/DME", + "field_2": "BPK", + "field_3": 51.746944, + "field_4": -0.106667, + "field_5": "cp", + "field_6": "BPK", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.106667, + 51.746944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LOGAN", + "field_2": "LOGAN", + "field_3": 51.7475, + "field_4": 1.611944, + "field_5": "tp", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.611944, + 51.7475 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "Brize Norton TACAN", + "field_2": "BZN", + "field_3": 51.748199, + "field_4": -1.60353, + "field_5": "cp", + "field_6": "BZN", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.60353, + 51.748199 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "HENTON NDB", + "field_2": "HEN", + "field_3": 51.759722, + "field_4": -0.790278, + "field_5": "cp", + "field_6": "HEN", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.790278, + 51.759722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KIDLI", + "field_2": "KIDLI", + "field_3": 51.771389, + "field_4": -1.361389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.361389, + 51.771389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TOTRI", + "field_2": "TOTRI", + "field_3": 51.775, + "field_4": 0.196667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.196667, + 51.775 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DIKAS", + "field_2": "DIKAS", + "field_3": 51.776944, + "field_4": -3.259167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.259167, + 51.776944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MATCH", + "field_2": "MATCH", + "field_3": 51.779167, + "field_4": 0.25, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.25, + 51.779167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "EVRIN", + "field_2": "EVRIN", + "field_3": 51.782222, + "field_4": -6.563333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.563333, + 51.782222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "XAMAN", + "field_2": "XAMAN", + "field_3": 51.784722, + "field_4": 2.224167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.224167, + 51.784722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UGBUD", + "field_2": "UGBUD", + "field_3": 51.787222, + "field_4": -3.652778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.652778, + 51.787222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NAXAT", + "field_2": "NAXAT", + "field_3": 51.789167, + "field_4": -1.965556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.965556, + 51.789167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "EVMEK", + "field_2": "EVMEK", + "field_3": 51.794722, + "field_4": 1.205, + "field_5": "tp", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.205, + 51.794722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BETPO", + "field_2": "BETPO", + "field_3": 51.798333, + "field_4": -0.724444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.724444, + 51.798333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "HEMEL", + "field_2": "HEMEL", + "field_3": 51.805556, + "field_4": -0.419444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.419444, + 51.805556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NAVOV", + "field_2": "NAVOV", + "field_3": 51.808611, + "field_4": -3.256944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.256944, + 51.808611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BRAIN", + "field_2": "BRAIN", + "field_3": 51.811111, + "field_4": 0.651667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.651667, + 51.811111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "XIGAR", + "field_2": "XIGAR", + "field_3": 51.813889, + "field_4": 0.262778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.262778, + 51.813889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OKTAD", + "field_2": "OKTAD", + "field_3": 51.817778, + "field_4": -2.546111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.546111, + 51.817778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "INRUB", + "field_2": "INRUB", + "field_3": 51.819444, + "field_4": -3.861389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.861389, + 51.819444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DAGGA", + "field_2": "DAGGA", + "field_3": 51.821944, + "field_4": 0.794167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.794167, + 51.821944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "AMMAN", + "field_2": "AMMAN", + "field_3": 51.840556, + "field_4": -3.998333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.998333, + 51.840556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "CORK VOR\/DME", + "field_2": "CRK", + "field_3": 51.840608, + "field_4": -8.494269, + "field_5": "p", + "field_6": "CRK", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -8.494269, + 51.840608 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SILVA", + "field_2": "SILVA", + "field_3": 51.8475, + "field_4": -1.005278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.005278, + 51.8475 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "CLACTON VOR\/DME", + "field_2": "CLN", + "field_3": 51.848611, + "field_4": 1.1475, + "field_5": "cp", + "field_6": "CLN", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.1475, + 51.848611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "WESCOTT NDB", + "field_2": "WCO", + "field_3": 51.853056, + "field_4": -0.9625, + "field_5": "cp", + "field_6": "WCO", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.9625, + 51.853056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DOBEM", + "field_2": "DOBEM", + "field_3": 51.869722, + "field_4": -2.929167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.929167, + 51.869722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BAMBO", + "field_2": "BAMBO", + "field_3": 51.876944, + "field_4": -1.616667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.616667, + 51.876944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NEDEX", + "field_2": "NEDEX", + "field_3": 51.876944, + "field_4": -1.472222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.472222, + 51.876944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DELBO", + "field_2": "DELBO", + "field_3": 51.876944, + "field_4": -1.273333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.273333, + 51.876944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "WD7", + "field_2": "WD7", + "field_3": 51.879722, + "field_4": 1.356111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.356111, + 51.879722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GOGIG", + "field_2": "GOGIG", + "field_3": 51.891667, + "field_4": -3.250556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.250556, + 51.891667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MOSUN", + "field_2": "MOSUN", + "field_3": 51.893889, + "field_4": -2.436111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.436111, + 51.893889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "IDESI", + "field_2": "IDESI", + "field_3": 51.897778, + "field_4": 1.885556, + "field_5": "tp", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.885556, + 51.897778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ARTOV", + "field_2": "ARTOV", + "field_3": 51.905278, + "field_4": 1.425833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.425833, + 51.905278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "INLIM", + "field_2": "INLIM", + "field_3": 51.906389, + "field_4": 1.320278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.320278, + 51.906389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RINIS", + "field_2": "RINIS", + "field_3": 51.908333, + "field_4": 2.3225, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.3225, + 51.908333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TOPRO", + "field_2": "TOPRO", + "field_3": 51.911667, + "field_4": -3.249167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.249167, + 51.911667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BUZAD", + "field_2": "BUZAD", + "field_3": 51.942222, + "field_4": -0.552222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.552222, + 51.942222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RILES", + "field_2": "RILES", + "field_3": 51.948611, + "field_4": -2.922778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.922778, + 51.948611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MEDOG", + "field_2": "MEDOG", + "field_3": 51.950278, + "field_4": -3.549444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.549444, + 51.950278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BANBA", + "field_2": "BANBA", + "field_3": 51.952778, + "field_4": -6.239167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.239167, + 51.952778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TALGA", + "field_2": "TALGA", + "field_3": 51.958333, + "field_4": -3.245556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.245556, + 51.958333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SOPIT", + "field_2": "SOPIT", + "field_3": 51.958333, + "field_4": -1.107222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.107222, + 51.958333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NUGBO", + "field_2": "NUGBO", + "field_3": 51.972778, + "field_4": -0.07, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.07, + 51.972778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "EMKUK", + "field_2": "EMKUK", + "field_3": 51.976944, + "field_4": -1.354167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.354167, + 51.976944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UTAVA", + "field_2": "UTAVA", + "field_3": 51.979722, + "field_4": -0.071944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.071944, + 51.979722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BARKWAY VOR\/DME", + "field_2": "BKY", + "field_3": 51.989722, + "field_4": 0.061944, + "field_5": "cp", + "field_6": "BKY", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.061944, + 51.989722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RATLO", + "field_2": "RATLO", + "field_3": 51.991389, + "field_4": 1.681944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.681944, + 51.991389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "STRUMBLE VOR\/DME", + "field_2": "STU", + "field_3": 51.994722, + "field_4": -5.040278, + "field_5": "cp", + "field_6": "STU", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.040278, + 51.994722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BOMBO", + "field_2": "BOMBO", + "field_3": 51.995556, + "field_4": -0.396389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.396389, + 51.995556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "FINMA", + "field_2": "FINMA", + "field_3": 51.996389, + "field_4": -1.053611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.053611, + 51.996389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ADMIS", + "field_2": "ADMIS", + "field_3": 51.996944, + "field_4": 0.176667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.176667, + 51.996944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "WD1", + "field_2": "WD1", + "field_3": 52.0, + "field_4": -3.916667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.916667, + 52.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "CLIPY", + "field_2": "CLIPY", + "field_3": 52.000833, + "field_4": -1.085833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.085833, + 52.000833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "CASEY", + "field_2": "CASEY", + "field_3": 52.008611, + "field_4": 0.583056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.583056, + 52.008611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TABIS", + "field_2": "TABIS", + "field_3": 52.008889, + "field_4": 0.445556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.445556, + 52.008889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ASKEY", + "field_2": "ASKEY\/LOREL", + "field_3": 52.013889, + "field_4": -0.052778, + "field_5": "st", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.052778, + 52.013889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ABBOT", + "field_2": "ABBOT", + "field_3": 52.016111, + "field_4": 0.599444, + "field_5": "st", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.599444, + 52.016111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "WOBUN", + "field_2": "WOBUN", + "field_3": 52.019444, + "field_4": -0.733333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.733333, + 52.019444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DIGSU", + "field_2": "DIGSU", + "field_3": 52.023889, + "field_4": 0.634722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.634722, + 52.023889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "STOAT", + "field_2": "STOAT", + "field_3": 52.025833, + "field_4": -0.020833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.020833, + 52.025833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NANUM", + "field_2": "NANUM", + "field_3": 52.026389, + "field_4": -1.629722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.629722, + 52.026389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PIXUP", + "field_2": "PIXUP", + "field_3": 52.030833, + "field_4": -1.111111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.111111, + 52.030833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TEDSA", + "field_2": "TEDSA", + "field_3": 52.050833, + "field_4": 1.1275, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.1275, + 52.050833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MOVEN", + "field_2": "MOVEN", + "field_3": 52.061944, + "field_4": -1.813056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.813056, + 52.061944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NUDNA", + "field_2": "NUDNA", + "field_3": 52.065278, + "field_4": 0.838056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.838056, + 52.065278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "IXURA", + "field_2": "IXURA", + "field_3": 52.068056, + "field_4": -1.427778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.427778, + 52.068056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TUBSU", + "field_2": "TUBSU", + "field_3": 52.068333, + "field_4": -1.674444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.674444, + 52.068333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PIXAM", + "field_2": "PIXAM", + "field_3": 52.079722, + "field_4": 1.947222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.947222, + 52.079722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "POTON", + "field_2": "POTON", + "field_3": 52.084444, + "field_4": -0.427222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.427222, + 52.084444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SONDO", + "field_2": "SONDO", + "field_3": 52.085, + "field_4": 1.811667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.811667, + 52.085 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BUSTA", + "field_2": "BUSTA", + "field_3": 52.092778, + "field_4": 0.067778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.067778, + 52.092778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ABAPO", + "field_2": "ABAPO", + "field_3": 52.102778, + "field_4": -4.803333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.803333, + 52.102778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DISIT", + "field_2": "DISIT", + "field_3": 52.103056, + "field_4": -1.711389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.711389, + 52.103056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OTBAP", + "field_2": "OTBAP", + "field_3": 52.103333, + "field_4": 1.633333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.633333, + 52.103333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ROPMU", + "field_2": "ROPMU", + "field_3": 52.103889, + "field_4": 0.488056, + "field_5": "st", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.488056, + 52.103889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ADNAM", + "field_2": "ADNAM", + "field_3": 52.104722, + "field_4": 0.738611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.738611, + 52.104722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SONOG", + "field_2": "SONOG", + "field_3": 52.105556, + "field_4": 2.269444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.269444, + 52.105556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "HEIDI", + "field_2": "HEIDI", + "field_3": 52.112222, + "field_4": -0.623333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.623333, + 52.112222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "AMRAL", + "field_2": "AMRAL", + "field_3": 52.114722, + "field_4": -2.909167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.909167, + 52.114722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "REDFA", + "field_2": "REDFA", + "field_3": 52.114722, + "field_4": 2.488056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.488056, + 52.114722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LAPRA", + "field_2": "LAPRA", + "field_3": 52.118611, + "field_4": 1.21, + "field_5": "tp", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.21, + 52.118611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "Wattisham TACAN", + "field_2": "WTZ", + "field_3": 52.121899, + "field_4": 0.940469, + "field_5": "cp", + "field_6": "WTZ", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.940469, + 52.121899 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KEMPY", + "field_2": "KEMPY", + "field_3": 52.1275, + "field_4": 0.646111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.646111, + 52.1275 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OLNEY", + "field_2": "OLNEY", + "field_3": 52.127778, + "field_4": -0.734167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.734167, + 52.127778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TIXEX", + "field_2": "TIXEX", + "field_3": 52.13, + "field_4": -1.011944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.011944, + 52.13 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ODVOD", + "field_2": "ODVOD", + "field_3": 52.132222, + "field_4": 0.148056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.148056, + 52.132222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UMOLO", + "field_2": "UMOLO", + "field_3": 52.134167, + "field_4": -3.2325, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.2325, + 52.134167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PEMOB", + "field_2": "PEMOB", + "field_3": 52.143889, + "field_4": -5.161389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.161389, + 52.143889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SLANY", + "field_2": "SLANY", + "field_3": 52.158611, + "field_4": -5.842222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.842222, + 52.158611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DAVENTRY VOR\/DME", + "field_2": "DTY", + "field_3": 52.180278, + "field_4": -1.113889, + "field_5": "cp", + "field_6": "DTY", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.113889, + 52.180278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LANPI", + "field_2": "LANPI", + "field_3": 52.1875, + "field_4": -5.391667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.391667, + 52.1875 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TOBID", + "field_2": "TOBID", + "field_3": 52.216667, + "field_4": -1.466389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.466389, + 52.216667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "IDOVO", + "field_2": "IDOVO", + "field_3": 52.223889, + "field_4": -3.551111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.551111, + 52.223889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MIPVO", + "field_2": "MIPVO", + "field_3": 52.224722, + "field_4": 1.6025, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.6025, + 52.224722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BEDFO", + "field_2": "BEDFO", + "field_3": 52.225, + "field_4": -0.563333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.563333, + 52.225 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BAKUR", + "field_2": "BAKUR", + "field_3": 52.241667, + "field_4": -5.680278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.680278, + 52.241667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "WELIN", + "field_2": "WELIN", + "field_3": 52.247222, + "field_4": -0.852222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.852222, + 52.247222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PEPUL", + "field_2": "PEPUL", + "field_3": 52.2675, + "field_4": -1.887222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.887222, + 52.2675 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DITOB", + "field_2": "DITOB", + "field_3": 52.283611, + "field_4": 1.824167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.824167, + 52.283611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ROGBI", + "field_2": "ROGBI", + "field_3": 52.296389, + "field_4": -1.335, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.335, + 52.296389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SOMVA", + "field_2": "SOMVA", + "field_3": 52.307222, + "field_4": 2.643889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.643889, + 52.307222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MOGLI", + "field_2": "MOGLI", + "field_3": 52.308333, + "field_4": -0.269167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.269167, + 52.308333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ABEDA", + "field_2": "ABEDA", + "field_3": 52.327778, + "field_4": 1.871111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.871111, + 52.327778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BANEM", + "field_2": "BANEM", + "field_3": 52.335556, + "field_4": 1.505278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.505278, + 52.335556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OSKOT", + "field_2": "OSKOT", + "field_3": 52.341667, + "field_4": -2.058333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.058333, + 52.341667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UMBAG", + "field_2": "UMBAG", + "field_3": 52.347778, + "field_4": 0.7825, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.7825, + 52.347778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MEGEL", + "field_2": "MEGEL", + "field_3": 52.349444, + "field_4": 2.073611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.073611, + 52.349444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SIVDA", + "field_2": "SIVDA", + "field_3": 52.356111, + "field_4": 0.029722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.029722, + 52.356111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "HONILEY VOR\/DME", + "field_2": "HON", + "field_3": 52.356667, + "field_4": -1.663611, + "field_5": "cp", + "field_6": "HON", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.663611, + 52.356667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BANTO", + "field_2": "BANTO", + "field_3": 52.357778, + "field_4": -0.2325, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.2325, + 52.357778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UNGAP", + "field_2": "UNGAP", + "field_3": 52.358056, + "field_4": -1.394167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.394167, + 52.358056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "EBOTO", + "field_2": "EBOTO", + "field_3": 52.359167, + "field_4": -0.694444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.694444, + 52.359167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ADMEX", + "field_2": "ADMEX", + "field_3": 52.360833, + "field_4": -1.4625, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.4625, + 52.360833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "WD2", + "field_2": "WD2", + "field_3": 52.383333, + "field_4": -2.466667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.466667, + 52.383333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MAPLE", + "field_2": "MAPLE", + "field_3": 52.393333, + "field_4": -1.680833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.680833, + 52.393333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GROVE", + "field_2": "GROVE", + "field_3": 52.393889, + "field_4": -1.928889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.928889, + 52.393889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OLIVE", + "field_2": "OLIVE", + "field_3": 52.403333, + "field_4": -1.936667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.936667, + 52.403333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "VELAG", + "field_2": "VELAG", + "field_3": 52.41, + "field_4": -1.013889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.013889, + 52.41 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "VIDOK", + "field_2": "VIDOK", + "field_3": 52.410833, + "field_4": -2.041944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.041944, + 52.410833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LANON", + "field_2": "LANON", + "field_3": 52.431111, + "field_4": -4.3725, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.3725, + 52.431111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "WD3", + "field_2": "WD3", + "field_3": 52.471944, + "field_4": 0.117778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.117778, + 52.471944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BARMI", + "field_2": "BARMI", + "field_3": 52.478333, + "field_4": 2.570556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.570556, + 52.478333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "AKUPA", + "field_2": "AKUPA", + "field_3": 52.486667, + "field_4": -1.091111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.091111, + 52.486667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PIGOT", + "field_2": "PIGOT", + "field_3": 52.495278, + "field_4": -1.068611, + "field_5": "st", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.068611, + 52.495278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RETSI", + "field_2": "RETSI", + "field_3": 52.511667, + "field_4": -2.875833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.875833, + 52.511667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "CEDAR", + "field_2": "CEDAR", + "field_3": 52.518611, + "field_4": -1.82, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.82, + 52.518611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SAPCO", + "field_2": "SAPCO", + "field_3": 52.540278, + "field_4": -1.356944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.356944, + 52.540278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LEDBO", + "field_2": "LEDBO", + "field_3": 52.543056, + "field_4": 2.102222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.102222, + 52.543056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NAVPI", + "field_2": "NAVPI", + "field_3": 52.547222, + "field_4": 2.840556, + "field_5": "tp", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.840556, + 52.547222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NITON", + "field_2": "NITON", + "field_3": 52.553333, + "field_4": -3.200278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.200278, + 52.553333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "VATRY", + "field_2": "VATRY", + "field_3": 52.554444, + "field_4": -5.5, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.5, + 52.554444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TIMPO", + "field_2": "TIMPO", + "field_3": 52.558889, + "field_4": -1.163889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.163889, + 52.558889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UPDUK", + "field_2": "UPDUK", + "field_3": 52.574167, + "field_4": -0.941667, + "field_5": "st", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.941667, + 52.574167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PIPIN", + "field_2": "PIPIN", + "field_3": 52.61, + "field_4": -0.941667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 1, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.941667, + 52.61 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "CHASE", + "field_2": "CHASE", + "field_3": 52.613333, + "field_4": -1.917222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.917222, + 52.613333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "Marham TACAN", + "field_2": "MAM", + "field_3": 52.647261, + "field_4": 0.553264, + "field_5": "cp", + "field_6": "MAM", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.553264, + 52.647261 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BADSI", + "field_2": "BADSI", + "field_3": 52.658333, + "field_4": -4.771389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.771389, + 52.658333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TELBA", + "field_2": "TELBA", + "field_3": 52.664444, + "field_4": -2.318611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.318611, + 52.664444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BERUL", + "field_2": "BERUL", + "field_3": 52.671111, + "field_4": -3.520278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.520278, + 52.671111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ELVOS", + "field_2": "ELVOS", + "field_3": 52.700278, + "field_4": -1.306944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.306944, + 52.700278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NENVO", + "field_2": "NENVO", + "field_3": 52.710556, + "field_4": -2.8875, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.8875, + 52.710556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OKTEM", + "field_2": "OKTEM", + "field_3": 52.719444, + "field_4": -3.1875, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.1875, + 52.719444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SHANNON VOR\/DME", + "field_2": "SHA", + "field_3": 52.721011, + "field_4": -8.885214, + "field_5": "cp", + "field_6": "SHA", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -8.885214, + 52.721011 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LAMSO", + "field_2": "LAMSO", + "field_3": 52.732778, + "field_4": 2.994444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.994444, + 52.732778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LESTA", + "field_2": "LESTA", + "field_3": 52.740833, + "field_4": -1.071944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.071944, + 52.740833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "EA1", + "field_2": "EA1", + "field_3": 52.745278, + "field_4": 1.348889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.348889, + 52.745278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PEDIG", + "field_2": "PEDIG", + "field_3": 52.746667, + "field_4": -1.719444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.719444, + 52.746667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MORAG", + "field_2": "MORAG", + "field_3": 52.752778, + "field_4": -5.5, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.5, + 52.752778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BUKUT", + "field_2": "BUKUT", + "field_3": 52.758333, + "field_4": 2.800556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.800556, + 52.758333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LONLO", + "field_2": "LONLO", + "field_3": 52.780278, + "field_4": -2.014167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.014167, + 52.780278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ABLIN", + "field_2": "ABLIN", + "field_3": 52.782778, + "field_4": -4.9925, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.9925, + 52.782778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DIBAL", + "field_2": "DIBAL", + "field_3": 52.797222, + "field_4": 2.5, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.5, + 52.797222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ROBVA", + "field_2": "ROBVA", + "field_3": 52.801111, + "field_4": -2.892778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.892778, + 52.801111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ENITO", + "field_2": "ENITO", + "field_3": 52.801389, + "field_4": 2.4675, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.4675, + 52.801389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SKINA", + "field_2": "SKINA", + "field_3": 52.804722, + "field_4": -1.773056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.773056, + 52.804722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NILGI", + "field_2": "NILGI", + "field_3": 52.809722, + "field_4": -3.180556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.180556, + 52.809722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KEPAD", + "field_2": "KEPAD", + "field_3": 52.809722, + "field_4": -2.478889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.478889, + 52.809722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "CREWE", + "field_2": "CREWE", + "field_3": 52.818611, + "field_4": -2.3075, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.3075, + 52.818611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MOLIX", + "field_2": "MOLIX", + "field_3": 52.821944, + "field_4": 3.068611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.068611, + 52.821944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "REGSI", + "field_2": "REGSI", + "field_3": 52.855278, + "field_4": 0.030833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.030833, + 52.855278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "STAFA", + "field_2": "STAFA", + "field_3": 52.861389, + "field_4": -2.243056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.243056, + 52.861389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MONTY", + "field_2": "MONTY", + "field_3": 52.892778, + "field_4": -3.173889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.173889, + 52.892778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KARNO", + "field_2": "KARNO", + "field_3": 52.894444, + "field_4": -2.898333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.898333, + 52.894444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RAVLO", + "field_2": "RAVLO", + "field_3": 52.916944, + "field_4": 3.148333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.148333, + 52.916944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KUBAX", + "field_2": "KUBAX", + "field_3": 52.942778, + "field_4": 2.953611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.953611, + 52.942778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RAMID", + "field_2": "RAMID", + "field_3": 52.957778, + "field_4": 2.5, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.5, + 52.957778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "EMBOR", + "field_2": "EMBOR", + "field_3": 52.963333, + "field_4": -1.295833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.295833, + 52.963333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DOLAS", + "field_2": "DOLAS", + "field_3": 52.978611, + "field_4": 1.000833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.000833, + 52.978611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GODPA", + "field_2": "GODPA", + "field_3": 52.983333, + "field_4": -3.166944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.166944, + 52.983333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BEKMO", + "field_2": "BEKMO", + "field_3": 52.986111, + "field_4": 2.619444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.619444, + 52.986111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "IRKUM", + "field_2": "IRKUM", + "field_3": 52.996667, + "field_4": -5.3775, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.3775, + 52.996667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SONOL", + "field_2": "SONOL", + "field_3": 53.001389, + "field_4": 2.5, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.5, + 53.001389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UTUXA", + "field_2": "UTUXA", + "field_3": 53.008333, + "field_4": -2.220278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.220278, + 53.008333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BETAX", + "field_2": "BETAX", + "field_3": 53.009167, + "field_4": -0.900833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.900833, + 53.009167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ROKUP", + "field_2": "ROKUP", + "field_3": 53.017222, + "field_4": -1.515833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.515833, + 53.017222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NUGRA", + "field_2": "NUGRA", + "field_3": 53.029444, + "field_4": -2.303889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.303889, + 53.029444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RISLA", + "field_2": "RISLA", + "field_3": 53.030833, + "field_4": -2.886667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.886667, + 53.030833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "VEGAR", + "field_2": "VEGAR", + "field_3": 53.042778, + "field_4": -1.973056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.973056, + 53.042778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KOLAG", + "field_2": "KOLAG", + "field_3": 53.043611, + "field_4": 3.255, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.255, + 53.043611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BODSO", + "field_2": "BODSO", + "field_3": 53.052222, + "field_4": 2.094722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.094722, + 53.052222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DIPSO", + "field_2": "DIPSO", + "field_3": 53.053611, + "field_4": -1.344167, + "field_5": "st", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.344167, + 53.053611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TRENT VOR\/DME", + "field_2": "TNT", + "field_3": 53.053889, + "field_4": -1.67, + "field_5": "cp", + "field_6": "TNT", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.67, + 53.053889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LIPGO", + "field_2": "LIPGO", + "field_3": 53.063889, + "field_4": -5.5, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.5, + 53.063889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "REXAM", + "field_2": "REXAM", + "field_3": 53.066667, + "field_4": -3.160278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.160278, + 53.066667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NOKIN", + "field_2": "NOKIN", + "field_3": 53.076667, + "field_4": -2.882778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.882778, + 53.076667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TUMTI", + "field_2": "TUMTI", + "field_3": 53.077778, + "field_4": -1.604167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.604167, + 53.077778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MIMVA", + "field_2": "MIMVA", + "field_3": 53.100833, + "field_4": 3.303611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.303611, + 53.100833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SOPEK", + "field_2": "SOPEK", + "field_3": 53.108889, + "field_4": 2.5, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.5, + 53.108889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TOLSA", + "field_2": "TOLSA", + "field_3": 53.126944, + "field_4": 3.108056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.108056, + 53.126944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "IVLOD", + "field_2": "IVLOD", + "field_3": 53.129444, + "field_4": -3.155278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.155278, + 53.129444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TORGO", + "field_2": "TORGO", + "field_3": 53.1325, + "field_4": -3.266389, + "field_5": "tp", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.266389, + 53.1325 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NANTI", + "field_2": "NANTI", + "field_3": 53.1375, + "field_4": -2.566944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.566944, + 53.1375 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SANBA", + "field_2": "SANBA", + "field_3": 53.139444, + "field_4": -2.334167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.334167, + 53.139444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LISTO", + "field_2": "LISTO", + "field_3": 53.143333, + "field_4": -2.199167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.199167, + 53.143333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TIPIL", + "field_2": "TIPIL", + "field_3": 53.166667, + "field_4": -1.739722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.739722, + 53.166667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MOGTA", + "field_2": "MOGTA", + "field_3": 53.168889, + "field_4": -2.636111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.636111, + 53.168889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OKAMA", + "field_2": "OKAMA", + "field_3": 53.170833, + "field_4": 2.772778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.772778, + 53.170833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "AMVEL", + "field_2": "AMVEL", + "field_3": 53.184167, + "field_4": -0.031944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.031944, + 53.184167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UMKIL", + "field_2": "UMKIL\/WHI", + "field_3": 53.185, + "field_4": -2.623056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.623056, + 53.185 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KEGUN", + "field_2": "KEGUN", + "field_3": 53.1925, + "field_4": -3.150278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.150278, + 53.1925 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "AMPIT", + "field_2": "AMPIT", + "field_3": 53.194167, + "field_4": -3.1925, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.1925, + 53.194167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "EMLON", + "field_2": "EMLON", + "field_3": 53.205556, + "field_4": 2.5, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.5, + 53.205556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NAPEX", + "field_2": "NAPEX", + "field_3": 53.206389, + "field_4": -0.861111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.861111, + 53.206389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DOLOP", + "field_2": "DOLOP", + "field_3": 53.214167, + "field_4": -3.630833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.630833, + 53.214167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SUPEL", + "field_2": "SUPEL", + "field_3": 53.227778, + "field_4": 0.591111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.591111, + 53.227778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ADGEG", + "field_2": "ADGEG", + "field_3": 53.228611, + "field_4": 2.318333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.318333, + 53.228611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BAGIT", + "field_2": "BAGIT", + "field_3": 53.229167, + "field_4": -3.988333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.988333, + 53.229167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ROGAG", + "field_2": "ROGAG", + "field_3": 53.235, + "field_4": -0.295833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.295833, + 53.235 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "AKOKO", + "field_2": "AKOKO", + "field_3": 53.237778, + "field_4": 3.201944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.201944, + 53.237778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RODOL", + "field_2": "RODOL", + "field_3": 53.238056, + "field_4": -1.861944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.861944, + 53.238056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DAYNE", + "field_2": "DAYNE", + "field_3": 53.238611, + "field_4": -2.029167, + "field_5": "st", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.029167, + 53.238611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PETUK", + "field_2": "PETUK", + "field_3": 53.243333, + "field_4": -4.353889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.353889, + 53.243333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GODOS", + "field_2": "GODOS", + "field_3": 53.249167, + "field_4": 3.429722, + "field_5": "tp", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.429722, + 53.249167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LOVEL", + "field_2": "LOVEL", + "field_3": 53.251667, + "field_4": -2.274444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.274444, + 53.251667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KUXEM", + "field_2": "KUXEM", + "field_3": 53.253056, + "field_4": -2.679722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.679722, + 53.253056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "EKLAD", + "field_2": "EKLAD", + "field_3": 53.253889, + "field_4": -2.824722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.824722, + 53.253889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LUTIP", + "field_2": "LUTIP", + "field_3": 53.256111, + "field_4": -4.737778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.737778, + 53.256111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LATMU", + "field_2": "LATMU", + "field_3": 53.256944, + "field_4": 2.089444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.089444, + 53.256944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "Valley TACAN", + "field_2": "VYL", + "field_3": 53.257401, + "field_4": -4.54414, + "field_5": "cp", + "field_6": "VYL", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.54414, + 53.257401 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "AMLET", + "field_2": "AMLET", + "field_3": 53.268611, + "field_4": -1.838333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.838333, + 53.268611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LOMVO", + "field_2": "LOMVO", + "field_3": 53.271111, + "field_4": -5.179444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.179444, + 53.271111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DEXEN", + "field_2": "DEXEN", + "field_3": 53.280278, + "field_4": -5.5, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.5, + 53.280278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GAMSTON VOR\/DME", + "field_2": "GAM", + "field_3": 53.281389, + "field_4": -0.94722, + "field_5": "cp", + "field_6": "GAM", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.94722, + 53.281389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GIVPO", + "field_2": "GIVPO", + "field_3": 53.286111, + "field_4": 2.869167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.869167, + 53.286111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OTBED", + "field_2": "OTBED", + "field_3": 53.288056, + "field_4": 0.031944, + "field_5": "st", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.031944, + 53.288056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DISAL", + "field_2": "DISAL", + "field_3": 53.291389, + "field_4": -1.630833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.630833, + 53.291389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "VABKA", + "field_2": "VABKA", + "field_3": 53.302222, + "field_4": -2.736111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.736111, + 53.302222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LAMIX", + "field_2": "LAMIX", + "field_3": 53.308056, + "field_4": -0.682222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.682222, + 53.308056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LEGRO", + "field_2": "LEGRO", + "field_3": 53.326389, + "field_4": 1.512778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.512778, + 53.326389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MANCHESTER VOR\/DME", + "field_2": "MCT", + "field_3": 53.356944, + "field_4": -2.262222, + "field_5": "cp", + "field_6": "MCT", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.262222, + 53.356944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NISBI", + "field_2": "NISBI", + "field_3": 53.358056, + "field_4": -0.655833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.655833, + 53.358056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ELNAB", + "field_2": "ELNAB", + "field_3": 53.369722, + "field_4": 1.214167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.214167, + 53.369722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DOPEK", + "field_2": "DOPEK", + "field_3": 53.384444, + "field_4": -0.925556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.925556, + 53.384444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "WALLASEY VOR\/DME", + "field_2": "WAL", + "field_3": 53.391944, + "field_4": -3.134444, + "field_5": "cp", + "field_6": "WAL", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.134444, + 53.391944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ARTIX", + "field_2": "ARTIX", + "field_3": 53.395, + "field_4": -1.035833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.035833, + 53.395 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "VEGUS", + "field_2": "VEGUS", + "field_3": 53.400278, + "field_4": -0.353056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.353056, + 53.400278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BINBO", + "field_2": "BINBO", + "field_3": 53.401667, + "field_4": 3.341389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.341389, + 53.401667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "EMLIP", + "field_2": "EMLIP", + "field_3": 53.402222, + "field_4": -3.356667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.356667, + 53.402222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TOPPA", + "field_2": "TOPPA", + "field_3": 53.4025, + "field_4": 3.561389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.561389, + 53.4025 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BAROS", + "field_2": "BAROS", + "field_3": 53.406111, + "field_4": -3.445278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.445278, + 53.406111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "EDUXO", + "field_2": "EDUXO", + "field_3": 53.406667, + "field_4": -1.216944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.216944, + 53.406667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MOGMO", + "field_2": "MOGMO", + "field_3": 53.411944, + "field_4": -1.214167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.214167, + 53.411944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MALUD", + "field_2": "MALUD", + "field_3": 53.413333, + "field_4": -3.608333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.608333, + 53.413333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ROXAT", + "field_2": "ROXAT", + "field_3": 53.413611, + "field_4": 3.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.0, + 53.413611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OSLOR", + "field_2": "OSLOR", + "field_3": 53.418056, + "field_4": -3.7175, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.7175, + 53.418056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MAMUL", + "field_2": "MAMUL", + "field_3": 53.418056, + "field_4": -1.28, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.28, + 53.418056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DUBLIN", + "field_2": "DUBLIN", + "field_3": 53.423599, + "field_4": -6.30278, + "field_5": "cp", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.30278, + 53.423599 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ROLEX", + "field_2": "ROLEX", + "field_3": 53.428333, + "field_4": -3.967778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.967778, + 53.428333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TIPOD", + "field_2": "TIPOD", + "field_3": 53.435556, + "field_4": -3.284722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.284722, + 53.435556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ADELU", + "field_2": "ADELU", + "field_3": 53.441667, + "field_4": -1.536944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.536944, + 53.441667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LYNAS", + "field_2": "LYNAS", + "field_3": 53.4425, + "field_4": -4.333333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.333333, + 53.4425 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ASMIM", + "field_2": "ASMIM", + "field_3": 53.446111, + "field_4": -2.653056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.653056, + 53.446111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NATKO", + "field_2": "NATKO", + "field_3": 53.453333, + "field_4": -4.635278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.635278, + 53.453333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GINIS", + "field_2": "GINIS", + "field_3": 53.460833, + "field_4": -4.858056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.858056, + 53.460833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SIVBU", + "field_2": "SIVBU", + "field_3": 53.465278, + "field_4": -0.578889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.578889, + 53.465278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BOLBI", + "field_2": "BOLBI", + "field_3": 53.466667, + "field_4": -1.8125, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.8125, + 53.466667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RIGVA", + "field_2": "RIGVA", + "field_3": 53.469167, + "field_4": -3.316111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.316111, + 53.469167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "IDEXA", + "field_2": "IDEXA", + "field_3": 53.470556, + "field_4": -5.164167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.164167, + 53.470556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BARTN", + "field_2": "BARTN", + "field_3": 53.470556, + "field_4": -2.428056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.428056, + 53.470556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ELNOD", + "field_2": "ELNOD", + "field_3": 53.473889, + "field_4": -1.59, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.59, + 53.473889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ASNIP", + "field_2": "ASNIP", + "field_3": 53.478611, + "field_4": -2.907222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.907222, + 53.478611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LIFFY", + "field_2": "LIFFY", + "field_3": 53.48, + "field_4": -5.5, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.5, + 53.48 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RUGER", + "field_2": "RUGER", + "field_3": 53.482778, + "field_4": -3.447778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.447778, + 53.482778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NALAX", + "field_2": "NALAX", + "field_3": 53.483333, + "field_4": 0.401667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.401667, + 53.483333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SONEX", + "field_2": "SONEX", + "field_3": 53.498056, + "field_4": -2.1725, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.1725, + 53.498056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DENBY", + "field_2": "DENBY", + "field_3": 53.520278, + "field_4": -1.961111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.961111, + 53.520278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LIBSO", + "field_2": "LIBSO", + "field_3": 53.524722, + "field_4": 0.093333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.093333, + 53.524722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GIPLO", + "field_2": "GIPLO", + "field_3": 53.525278, + "field_4": -0.789722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.789722, + 53.525278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DESIG", + "field_2": "DESIG", + "field_3": 53.527222, + "field_4": -1.892778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.892778, + 53.527222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "IBRAR", + "field_2": "IBRAR", + "field_3": 53.531667, + "field_4": -3.686389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.686389, + 53.531667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MIRSI", + "field_2": "MIRSI", + "field_3": 53.538056, + "field_4": -2.711667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.711667, + 53.538056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UNIGO", + "field_2": "UNIGO", + "field_3": 53.561111, + "field_4": -1.560833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.560833, + 53.561111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KOLID", + "field_2": "KOLID", + "field_3": 53.573889, + "field_4": -2.755833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.755833, + 53.573889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UPTON", + "field_2": "UPTON", + "field_3": 53.586944, + "field_4": -1.300833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.300833, + 53.586944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TADAL", + "field_2": "TADAL", + "field_3": 53.587222, + "field_4": -3.026389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.026389, + 53.587222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ARPUB", + "field_2": "ARPUB", + "field_3": 53.592778, + "field_4": -1.241111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.241111, + 53.592778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GUNTU", + "field_2": "GUNTU", + "field_3": 53.593611, + "field_4": -3.165, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.165, + 53.593611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TUVDO", + "field_2": "TUVDO", + "field_3": 53.594444, + "field_4": -3.612222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.612222, + 53.594444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ULSAX", + "field_2": "ULSAX", + "field_3": 53.598333, + "field_4": -1.95, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.95, + 53.598333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TENSO", + "field_2": "TENSO", + "field_3": 53.600556, + "field_4": -2.2075, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.2075, + 53.600556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LARDI", + "field_2": "LARDI", + "field_3": 53.604444, + "field_4": 3.515833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.515833, + 53.604444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GOLES", + "field_2": "GOLES", + "field_3": 53.608056, + "field_4": -1.083333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.083333, + 53.608056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PENIL", + "field_2": "PENIL", + "field_3": 53.615833, + "field_4": -3.663611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.663611, + 53.615833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "CROFT", + "field_2": "CROFT", + "field_3": 53.626944, + "field_4": -2.538889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.538889, + 53.626944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BABRA", + "field_2": "BABRA", + "field_3": 53.6275, + "field_4": -3.945278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.945278, + 53.6275 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GIGTO", + "field_2": "GIGTO", + "field_3": 53.633611, + "field_4": -4.0975, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.0975, + 53.633611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UNDUX", + "field_2": "UNDUX", + "field_3": 53.641667, + "field_4": -4.310833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.310833, + 53.641667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BATLI", + "field_2": "BATLI", + "field_3": 53.645833, + "field_4": -1.360278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.360278, + 53.645833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SOPAX", + "field_2": "SOPAX", + "field_3": 53.646944, + "field_4": -4.452222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.452222, + 53.646944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MITSO", + "field_2": "MITSO", + "field_3": 53.651944, + "field_4": -0.893889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.893889, + 53.651944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RAMOX", + "field_2": "RAMOX", + "field_3": 53.660278, + "field_4": -4.839444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.839444, + 53.660278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ROKAN", + "field_2": "ROKAN", + "field_3": 53.663333, + "field_4": 3.188889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.188889, + 53.663333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ESTRY", + "field_2": "ESTRY", + "field_3": 53.664444, + "field_4": -3.261667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.261667, + 53.664444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DALEY", + "field_2": "DALEY\/ROSUN", + "field_3": 53.668889, + "field_4": -2.349167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.349167, + 53.668889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OGTUG", + "field_2": "OGTUG", + "field_3": 53.67, + "field_4": -5.147222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.147222, + 53.67 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BAGSO", + "field_2": "BAGSO", + "field_3": 53.68, + "field_4": -5.5, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.5, + 53.68 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OTTRINGHAM VOR\/DME", + "field_2": "OTR", + "field_3": 53.698333, + "field_4": -0.103611, + "field_5": "cp", + "field_6": "OTR", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.103611, + 53.698333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RIMTO", + "field_2": "RIMTO", + "field_3": 53.7175, + "field_4": -1.433056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.433056, + 53.7175 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BURNI", + "field_2": "BURNI", + "field_3": 53.727222, + "field_4": -2.517778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.517778, + 53.727222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BILVO", + "field_2": "BILVO", + "field_3": 53.731111, + "field_4": -3.185833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.185833, + 53.731111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "HALIF", + "field_2": "HALIF", + "field_3": 53.735, + "field_4": -1.580556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.580556, + 53.735 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "POLE HILL VOR\/DME", + "field_2": "POL", + "field_3": 53.743889, + "field_4": -2.103333, + "field_5": "cp", + "field_6": "POL", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.103333, + 53.743889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BOYNE", + "field_2": "BOYNE", + "field_3": 53.767222, + "field_4": -5.5, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.5, + 53.767222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "CALDA", + "field_2": "CALDA", + "field_3": 53.774167, + "field_4": -2.643889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.643889, + 53.774167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ARTHA", + "field_2": "ARTHA", + "field_3": 53.783056, + "field_4": -2.285278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.285278, + 53.783056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LAMVI", + "field_2": "LAMVI", + "field_3": 53.783333, + "field_4": -4.066111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.066111, + 53.783333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SOSIM", + "field_2": "SOSIM", + "field_3": 53.815556, + "field_4": -4.508333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.508333, + 53.815556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "CASEL", + "field_2": "CASEL", + "field_3": 53.831111, + "field_4": -4.1825, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.1825, + 53.831111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TUPEM", + "field_2": "TUPEM", + "field_3": 53.838056, + "field_4": -3.481944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.481944, + 53.838056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LONAM", + "field_2": "LONAM", + "field_3": 53.839444, + "field_4": 3.9425, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.9425, + 53.839444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NELSA", + "field_2": "NELSA", + "field_3": 53.863333, + "field_4": -2.184722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.184722, + 53.863333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BAMEP", + "field_2": "BAMEP", + "field_3": 53.878333, + "field_4": -2.269167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.269167, + 53.878333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ROVNI", + "field_2": "ROVNI", + "field_3": 53.886944, + "field_4": 0.650278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.650278, + 53.886944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BELOX", + "field_2": "BELOX", + "field_3": 53.887778, + "field_4": -3.489722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.489722, + 53.887778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KELLY", + "field_2": "KELLY", + "field_3": 53.905278, + "field_4": -4.364167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.364167, + 53.905278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OBUNI", + "field_2": "OBUNI", + "field_3": 53.911111, + "field_4": -2.7425, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.7425, + 53.911111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GETNO", + "field_2": "GETNO", + "field_3": 53.93, + "field_4": -3.496389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.496389, + 53.93 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "REMSI", + "field_2": "REMSI", + "field_3": 53.960278, + "field_4": -3.825556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.825556, + 53.960278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NIMAT", + "field_2": "NIMAT", + "field_3": 53.965, + "field_4": -5.742222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.742222, + 53.965 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MAKUX", + "field_2": "MAKUX", + "field_3": 53.975, + "field_4": -4.874444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.874444, + 53.975 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UDEGO", + "field_2": "UDEGO", + "field_3": 53.978333, + "field_4": -4.047222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.047222, + 53.978333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "VAMEB", + "field_2": "VAMEB", + "field_3": 54.002778, + "field_4": -2.808889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.808889, + 54.002778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SETEL", + "field_2": "SETEL", + "field_3": 54.0125, + "field_4": -2.435833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.435833, + 54.0125 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RIBEL", + "field_2": "RIBEL", + "field_3": 54.016111, + "field_4": -2.289722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.289722, + 54.016111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ROTEV", + "field_2": "ROTEV", + "field_3": 54.028889, + "field_4": -6.066111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.066111, + 54.028889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UMBEL", + "field_2": "UMBEL", + "field_3": 54.028889, + "field_4": -0.485278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.485278, + 54.028889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TENDO", + "field_2": "TENDO", + "field_3": 54.028889, + "field_4": 0.246389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.246389, + 54.028889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TINDI", + "field_2": "TINDI", + "field_3": 54.037222, + "field_4": 3.258056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.258056, + 54.037222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MAVET", + "field_2": "MAVET", + "field_3": 54.049167, + "field_4": -3.517778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.517778, + 54.049167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ISLE OF MAN VOR\/DME", + "field_2": "IOM", + "field_3": 54.066944, + "field_4": -4.763611, + "field_5": "cp", + "field_6": "IOM", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.763611, + 54.066944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NEVRI", + "field_2": "NEVRI", + "field_3": 54.068333, + "field_4": -6.269722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.269722, + 54.068333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "IPSIR", + "field_2": "IPSIR", + "field_3": 54.081667, + "field_4": -1.949167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.949167, + 54.081667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OLPOP", + "field_2": "OLPOP", + "field_3": 54.092222, + "field_4": -2.535556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.535556, + 54.092222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "IDKOL", + "field_2": "IDKOL", + "field_3": 54.095278, + "field_4": -1.995833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.995833, + 54.095278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DIXOV", + "field_2": "DIXOV", + "field_3": 54.122222, + "field_4": -4.393889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.393889, + 54.122222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NUMPI", + "field_2": "NUMPI", + "field_3": 54.144444, + "field_4": -5.593333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.593333, + 54.144444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ABKAT", + "field_2": "ABKAT", + "field_3": 54.148056, + "field_4": -1.979722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.979722, + 54.148056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MASOP", + "field_2": "MASOP", + "field_3": 54.155833, + "field_4": -4.354167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.354167, + 54.155833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ERGAB", + "field_2": "ERGAB", + "field_3": 54.156111, + "field_4": -2.386667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.386667, + 54.156111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BEGAM", + "field_2": "BEGAM", + "field_3": 54.156944, + "field_4": -2.120833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.120833, + 54.156944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OBOXA", + "field_2": "OBOXA", + "field_3": 54.176667, + "field_4": -1.905556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.905556, + 54.176667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SOTUN", + "field_2": "SOTUN", + "field_3": 54.176667, + "field_4": 3.626944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.626944, + 54.176667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DEGOS", + "field_2": "DEGOS", + "field_3": 54.189167, + "field_4": -6.906389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.906389, + 54.189167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SLYDA", + "field_2": "SLYDA", + "field_3": 54.201111, + "field_4": -5.0875, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.0875, + 54.201111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RUBOV", + "field_2": "RUBOV", + "field_3": 54.206111, + "field_4": -4.598056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.598056, + 54.206111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GASKO", + "field_2": "GASKO", + "field_3": 54.224722, + "field_4": -1.955833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.955833, + 54.224722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "IPNOX", + "field_2": "IPNOX", + "field_3": 54.227778, + "field_4": -2.706111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.706111, + 54.227778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NESON", + "field_2": "NESON", + "field_3": 54.229444, + "field_4": -7.123333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -7.123333, + 54.229444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NEPSO", + "field_2": "NEPSO", + "field_3": 54.238056, + "field_4": 1.269722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.269722, + 54.238056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LAKEY", + "field_2": "LAKEY", + "field_3": 54.238889, + "field_4": -2.981111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.981111, + 54.238889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PEPOD", + "field_2": "PEPOD", + "field_3": 54.271111, + "field_4": -5.569167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.569167, + 54.271111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ERNAN", + "field_2": "ERNAN", + "field_3": 54.278889, + "field_4": -7.392778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -7.392778, + 54.278889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ABSUN", + "field_2": "ABSUN", + "field_3": 54.292222, + "field_4": -6.255, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.255, + 54.292222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "Leeming TACAN", + "field_2": "LEE", + "field_3": 54.297108, + "field_4": -1.536872, + "field_5": "cp", + "field_6": "LEE", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.536872, + 54.297108 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UMOPO", + "field_2": "UMOPO", + "field_3": 54.300833, + "field_4": -4.831389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.831389, + 54.300833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ROLUM", + "field_2": "ROLUM", + "field_3": 54.305556, + "field_4": 3.308611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.308611, + 54.305556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "VENAS", + "field_2": "VENAS", + "field_3": 54.305556, + "field_4": 3.652222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.652222, + 54.305556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SUBUK", + "field_2": "SUBUK", + "field_3": 54.38, + "field_4": -3.286389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.286389, + 54.38 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RINGA", + "field_2": "RINGA", + "field_3": 54.398333, + "field_4": -5.571111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.571111, + 54.398333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GOLVO", + "field_2": "GOLVO", + "field_3": 54.411389, + "field_4": 3.585556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.585556, + 54.411389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UVAVU", + "field_2": "UVAVU", + "field_3": 54.416667, + "field_4": -1.896111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.896111, + 54.416667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NIPIT", + "field_2": "NIPIT", + "field_3": 54.4525, + "field_4": -8.402778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -8.402778, + 54.4525 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NELBO", + "field_2": "NELBO", + "field_3": 54.49, + "field_4": -5.302778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.302778, + 54.49 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RIKUD", + "field_2": "RIKUD", + "field_3": 54.494444, + "field_4": -1.035556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.035556, + 54.494444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SHAPP", + "field_2": "SHAPP", + "field_3": 54.5, + "field_4": -2.627222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.627222, + 54.5 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "APPLE", + "field_2": "APPLE", + "field_3": 54.5, + "field_4": -2.513889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.513889, + 54.5 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DUFFY", + "field_2": "DUFFY", + "field_3": 54.514722, + "field_4": -5.860833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.860833, + 54.514722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LISBO", + "field_2": "LISBO", + "field_3": 54.525, + "field_4": -6.09, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.09, + 54.525 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ARSAT", + "field_2": "ARSAT", + "field_3": 54.535, + "field_4": -1.738611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.738611, + 54.535 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TILNI", + "field_2": "TILNI", + "field_3": 54.5475, + "field_4": -1.855, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.855, + 54.5475 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BINTI", + "field_2": "BINTI", + "field_3": 54.5625, + "field_4": -1.995833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.995833, + 54.5625 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GOTNA", + "field_2": "GOTNA", + "field_3": 54.594722, + "field_4": -5.598056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.598056, + 54.594722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TIPAN", + "field_2": "TIPAN", + "field_3": 54.598333, + "field_4": 4.398889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.398889, + 54.598333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GIGUL", + "field_2": "GIGUL", + "field_3": 54.607222, + "field_4": 3.169444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.169444, + 54.607222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MOLAK", + "field_2": "MOLAK", + "field_3": 54.613611, + "field_4": -9.506389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -9.506389, + 54.613611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PELET", + "field_2": "PELET", + "field_3": 54.653333, + "field_4": 3.431111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.431111, + 54.653333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BELFAST VOR\/DME", + "field_2": "BEL", + "field_3": 54.661111, + "field_4": -6.23, + "field_5": "cp", + "field_6": "BEL", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.23, + 54.661111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ABEVI", + "field_2": "ABEVI", + "field_3": 54.7075, + "field_4": -2.774722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.774722, + 54.7075 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GIRLI", + "field_2": "GIRLI", + "field_3": 54.711389, + "field_4": -1.803056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.803056, + 54.711389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DEAN CROSS DME", + "field_2": "DCS", + "field_3": 54.721944, + "field_4": -3.340556, + "field_5": "cp", + "field_6": "DCS", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.340556, + 54.721944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ELBOB", + "field_2": "ELBOB", + "field_3": 54.732778, + "field_4": -7.743889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -7.743889, + 54.732778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RODSI", + "field_2": "RODSI", + "field_3": 54.798889, + "field_4": 2.893056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.893056, + 54.798889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TIPTA", + "field_2": "TIPTA", + "field_3": 54.803611, + "field_4": -1.611389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.611389, + 54.803611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ASLIB", + "field_2": "ASLIB", + "field_3": 54.824444, + "field_4": -3.060833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.060833, + 54.824444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TADEX", + "field_2": "TADEX", + "field_3": 54.856667, + "field_4": -8.233611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -8.233611, + 54.856667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LARGA", + "field_2": "LARGA", + "field_3": 54.863889, + "field_4": 4.153333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.153333, + 54.863889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "INPIP", + "field_2": "INPIP", + "field_3": 54.876667, + "field_4": -2.896111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.896111, + 54.876667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BLACA", + "field_2": "BLACA", + "field_3": 54.883333, + "field_4": -5.158889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.158889, + 54.883333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NIGOL", + "field_2": "NIGOL", + "field_3": 54.905, + "field_4": 2.492222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.492222, + 54.905 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RAPUM", + "field_2": "RAPUM", + "field_3": 54.921667, + "field_4": -1.882778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.882778, + 54.921667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RIPNO", + "field_2": "RIPNO", + "field_3": 54.942222, + "field_4": -3.7375, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.7375, + 54.942222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DIMLI", + "field_2": "DIMLI", + "field_3": 54.946389, + "field_4": -6.615278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.615278, + 54.946389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ASKAM", + "field_2": "ASKAM", + "field_3": 54.963056, + "field_4": 3.230556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.230556, + 54.963056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BEBNI", + "field_2": "BEBNI", + "field_3": 54.985, + "field_4": -3.587222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.587222, + 54.985 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NIBOG", + "field_2": "NIBOG", + "field_3": 55.0, + "field_4": -10.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -10.0, + 55.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ENIPI", + "field_2": "ENIPI", + "field_3": 55.019722, + "field_4": -3.252778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.252778, + 55.019722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NATEB", + "field_2": "NATEB\/NEW", + "field_3": 55.038333, + "field_4": -1.698333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.698333, + 55.038333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ASRUS", + "field_2": "ASRUS", + "field_3": 55.055833, + "field_4": -3.345833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.345833, + 55.055833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TUNSO", + "field_2": "TUNSO", + "field_3": 55.111111, + "field_4": -4.961389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.961389, + 55.111111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ELMUD", + "field_2": "ELMUD", + "field_3": 55.115556, + "field_4": -1.673333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.673333, + 55.115556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "AGPED", + "field_2": "AGPED", + "field_3": 55.121944, + "field_4": -1.949167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.949167, + 55.121944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UTOGU", + "field_2": "UTOGU", + "field_3": 55.127778, + "field_4": -3.078611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.078611, + 55.127778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "VALBO", + "field_2": "VALBO", + "field_3": 55.128611, + "field_4": 5.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.0, + 55.128611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ROPAL", + "field_2": "ROPAL", + "field_3": 55.138056, + "field_4": 3.945278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.945278, + 55.138056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OSMEG", + "field_2": "OSMEG", + "field_3": 55.140556, + "field_4": -4.100833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.100833, + 55.140556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "INREV", + "field_2": "INREV", + "field_3": 55.149167, + "field_4": -3.094167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.094167, + 55.149167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NEW GALLOWAY NDB", + "field_2": "NGY", + "field_3": 55.1775, + "field_4": -4.168611, + "field_5": "cp", + "field_6": "NGY", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.168611, + 55.1775 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DIGBI", + "field_2": "DIGBI", + "field_3": 55.185, + "field_4": -1.050278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.050278, + 55.185 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GIRVA", + "field_2": "GIRVA", + "field_3": 55.185556, + "field_4": -4.896389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.896389, + 55.185556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ODIGI", + "field_2": "ODIGI", + "field_3": 55.195556, + "field_4": -3.4275, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.4275, + 55.195556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NAVSO", + "field_2": "NAVSO", + "field_3": 55.222778, + "field_4": -3.813611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.813611, + 55.222778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LUTOV", + "field_2": "LUTOV", + "field_3": 55.239444, + "field_4": -10.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -10.0, + 55.239444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UPGAS", + "field_2": "UPGAS", + "field_3": 55.244722, + "field_4": 5.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.0, + 55.244722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OTBUN", + "field_2": "OTBUN", + "field_3": 55.280556, + "field_4": -2.433333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.433333, + 55.280556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ERLOT", + "field_2": "ERLOT", + "field_3": 55.287222, + "field_4": -0.585, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.585, + 55.287222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ESKDO", + "field_2": "ESKDO", + "field_3": 55.298889, + "field_4": -3.204167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.204167, + 55.298889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "INPUT", + "field_2": "INPUT", + "field_3": 55.305, + "field_4": 4.651389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.651389, + 55.305 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SOPTO", + "field_2": "SOPTO", + "field_3": 55.305556, + "field_4": 5.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.0, + 55.305556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TURNBERRY VOR\/DME", + "field_2": "TRN", + "field_3": 55.313333, + "field_4": -4.783889, + "field_5": "cp", + "field_6": "TRN", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.783889, + 55.313333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RUBEX", + "field_2": "RUBEX", + "field_3": 55.32, + "field_4": -6.935278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.935278, + 55.32 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SUMIN", + "field_2": "SUMIN", + "field_3": 55.329444, + "field_4": -4.055, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.055, + 55.329444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ENOKA", + "field_2": "ENOKA", + "field_3": 55.336111, + "field_4": -3.662778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.662778, + 55.336111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "HERON", + "field_2": "HERON", + "field_3": 55.343056, + "field_4": -5.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.0, + 55.343056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UNURO", + "field_2": "UNURO", + "field_3": 55.353056, + "field_4": -3.350556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.350556, + 55.353056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "IPSAD", + "field_2": "IPSAD", + "field_3": 55.3625, + "field_4": -2.687222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.687222, + 55.3625 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "IPDOR", + "field_2": "IPDOR", + "field_3": 55.3775, + "field_4": -3.2625, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.2625, + 55.3775 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LESRA", + "field_2": "LESRA", + "field_3": 55.385556, + "field_4": 5.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.0, + 55.385556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MACHRIHANUSH DME", + "field_2": "MAC", + "field_3": 55.43, + "field_4": -5.650278, + "field_5": "cp", + "field_6": "MAC", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.650278, + 55.43 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "QQ1", + "field_2": "QQ1", + "field_3": 55.433333, + "field_4": -5.708333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.708333, + 55.433333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ALASO", + "field_2": "ALASO", + "field_3": 55.447222, + "field_4": -1.565, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.565, + 55.447222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ROBEM", + "field_2": "ROBEM", + "field_3": 55.459167, + "field_4": -1.020556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.020556, + 55.459167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "HAVEN", + "field_2": "HAVEN", + "field_3": 55.461111, + "field_4": -2.996389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.996389, + 55.461111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GIVEM", + "field_2": "GIVEM", + "field_3": 55.465, + "field_4": 0.248056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.248056, + 55.465 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TALLA VOR\/DME", + "field_2": "TLA", + "field_3": 55.499167, + "field_4": -3.352778, + "field_5": "cp", + "field_6": "TLA", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.352778, + 55.499167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KUGUR", + "field_2": "KUGUR", + "field_3": 55.5, + "field_4": -10.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -10.0, + 55.5 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "AVRAL", + "field_2": "AVRAL", + "field_3": 55.509444, + "field_4": 3.716389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.716389, + 55.509444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NAVEL", + "field_2": "NAVEL", + "field_3": 55.586944, + "field_4": 0.841944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.841944, + 55.586944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NORBO", + "field_2": "NORBO", + "field_3": 55.595833, + "field_4": -4.761944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.761944, + 55.595833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SUSIS", + "field_2": "SUSIS", + "field_3": 55.604722, + "field_4": -0.350556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.350556, + 55.604722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "INBOB", + "field_2": "INBOB", + "field_3": 55.606944, + "field_4": 5.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.0, + 55.606944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LUSIV", + "field_2": "LUSIV", + "field_3": 55.667222, + "field_4": -4.244722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.244722, + 55.667222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TWEED", + "field_2": "TWEED", + "field_3": 55.676944, + "field_4": -3.277222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.277222, + 55.676944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LANAK", + "field_2": "LANAK", + "field_3": 55.700278, + "field_4": -3.938611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.938611, + 55.700278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RITSI", + "field_2": "RITSI", + "field_3": 55.7025, + "field_4": -1.656944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.656944, + 55.7025 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "FENIK", + "field_2": "FENIK", + "field_3": 55.715278, + "field_4": -4.291944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.291944, + 55.715278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TARTN", + "field_2": "TARTN", + "field_3": 55.717222, + "field_4": -3.138611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.138611, + 55.717222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DONIB", + "field_2": "DONIB", + "field_3": 55.719167, + "field_4": -7.695556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -7.695556, + 55.719167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LIBBA", + "field_2": "LIBBA", + "field_3": 55.723889, + "field_4": -3.745278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.745278, + 55.723889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BEVAM", + "field_2": "BEVAM", + "field_3": 55.731389, + "field_4": 0.250833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.250833, + 55.731389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GOSAM", + "field_2": "GOSAM", + "field_3": 55.788611, + "field_4": -4.200556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.200556, + 55.788611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "APSOV", + "field_2": "APSOV", + "field_3": 55.823056, + "field_4": -10.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -10.0, + 55.823056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LAMMA", + "field_2": "LAMMA", + "field_3": 55.858333, + "field_4": -2.7675, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.7675, + 55.858333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GLASGOW VOR\/DME", + "field_2": "GOW", + "field_3": 55.870556, + "field_4": -4.445833, + "field_5": "cp", + "field_6": "GOW", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.445833, + 55.870556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "CUTEL", + "field_2": "CUTEL", + "field_3": 55.885833, + "field_4": 2.374444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.374444, + 55.885833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ROBBO", + "field_2": "ROBBO", + "field_3": 55.889722, + "field_4": -4.910278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.910278, + 55.889722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ST ABBS VOR\/DME", + "field_2": "SAB", + "field_3": 55.9075, + "field_4": -2.206389, + "field_5": "cp", + "field_6": "SAB", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.206389, + 55.9075 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MADAD", + "field_2": "MADAD", + "field_3": 55.913056, + "field_4": -1.733889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.733889, + 55.913056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SURAT", + "field_2": "SURAT", + "field_3": 55.915556, + "field_4": 3.5, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.5, + 55.915556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GOMOT", + "field_2": "GOMOT", + "field_3": 55.919444, + "field_4": -0.544167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.544167, + 55.919444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PETIL", + "field_2": "PETIL", + "field_3": 55.938889, + "field_4": 5.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.0, + 55.938889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "CLYDE_Nav", + "field_2": "CLYDE_Nav", + "field_3": 55.963333, + "field_4": -4.792222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.792222, + 55.963333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TUXOS", + "field_2": "TUXOS", + "field_3": 55.973333, + "field_4": -7.526389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -7.526389, + 55.973333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MIMKU", + "field_2": "MIMKU", + "field_3": 56.0, + "field_4": -10.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -10.0, + 56.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "FYNER", + "field_2": "FYNER", + "field_3": 56.048889, + "field_4": -5.115278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.115278, + 56.048889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ITSUX", + "field_2": "ITSUX", + "field_3": 56.05, + "field_4": 3.5, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.5, + 56.05 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GOREV", + "field_2": "GOREV", + "field_3": 56.053333, + "field_4": 5.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.0, + 56.053333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LOMON", + "field_2": "LOMON", + "field_3": 56.062778, + "field_4": -4.58, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.58, + 56.062778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PIPAR", + "field_2": "PIPAR", + "field_3": 56.116667, + "field_4": -3.201667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.201667, + 56.116667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "STIRA", + "field_2": "STIRA", + "field_3": 56.133889, + "field_4": -3.833611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.833611, + 56.133889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "FOYLE", + "field_2": "FOYLE", + "field_3": 56.142778, + "field_4": -4.382222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.382222, + 56.142778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "REKNA", + "field_2": "REKNA", + "field_3": 56.174722, + "field_4": 3.5, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.5, + 56.174722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GRICE", + "field_2": "GRICE", + "field_3": 56.196667, + "field_4": -3.685556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.685556, + 56.196667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NOVBA", + "field_2": "NOVBA", + "field_3": 56.2, + "field_4": -3.180833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.180833, + 56.2 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NEXUS", + "field_2": "NEXUS", + "field_3": 56.211944, + "field_4": -1.844722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.844722, + 56.211944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ENUKU", + "field_2": "ENUKU", + "field_3": 56.233333, + "field_4": -3.638611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.638611, + 56.233333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BRUCE", + "field_2": "BRUCE", + "field_3": 56.236389, + "field_4": -5.841111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.841111, + 56.236389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TINAC", + "field_2": "TINAC", + "field_3": 56.250833, + "field_4": 5.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.0, + 56.250833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "AMLAD", + "field_2": "AMLAD", + "field_3": 56.264444, + "field_4": -10.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -10.0, + 56.264444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "EDONU", + "field_2": "EDONU", + "field_3": 56.293333, + "field_4": -3.561389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.561389, + 56.293333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "FINDO", + "field_2": "FINDO", + "field_3": 56.369167, + "field_4": -3.463611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.463611, + 56.369167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "Leuchars TACAN", + "field_2": "LUK", + "field_3": 56.373056, + "field_4": -2.863611, + "field_5": "cp", + "field_6": "LUK", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.863611, + 56.373056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "IBOLU", + "field_2": "IBOLU", + "field_3": 56.386111, + "field_4": -3.134167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.134167, + 56.386111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RIVOT", + "field_2": "RIVOT", + "field_3": 56.408056, + "field_4": 0.776944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.776944, + 56.408056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PERTH VOR\/DME", + "field_2": "PTH", + "field_3": 56.4425, + "field_4": -3.368611, + "field_5": "cp", + "field_6": "PTH", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.368611, + 56.4425 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ERSON", + "field_2": "ERSON", + "field_3": 56.463333, + "field_4": -4.306667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.306667, + 56.463333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TIREE VOR\/DME", + "field_2": "TIR", + "field_3": 56.493333, + "field_4": -6.875556, + "field_5": "cp", + "field_6": "TIR", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.875556, + 56.493333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BALID", + "field_2": "BALID", + "field_3": 56.496944, + "field_4": -1.951944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.951944, + 56.496944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "IBROD", + "field_2": "IBROD", + "field_3": 56.5, + "field_4": -10.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -10.0, + 56.5 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "VAXIT", + "field_2": "VAXIT", + "field_3": 56.5375, + "field_4": 5.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.0, + 56.5375 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "UPGET", + "field_2": "UPGET", + "field_3": 56.659722, + "field_4": -2.013889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.013889, + 56.659722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ASNUD", + "field_2": "ASNUD", + "field_3": 56.694167, + "field_4": -3.055556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.055556, + 56.694167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NEVIS", + "field_2": "NEVIS", + "field_3": 56.695278, + "field_4": -4.544722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.544722, + 56.695278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "INBAS", + "field_2": "INBAS", + "field_3": 56.7, + "field_4": -4.249722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.249722, + 56.7 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ELSAN", + "field_2": "ELSAN", + "field_3": 56.705278, + "field_4": 3.732778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.732778, + 56.705278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TOBMO", + "field_2": "TOBMO", + "field_3": 56.760556, + "field_4": -6.469722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.469722, + 56.760556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GIBSU", + "field_2": "GIBSU", + "field_3": 56.763056, + "field_4": 3.269444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.269444, + 56.763056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GANKI", + "field_2": "GANKI", + "field_3": 56.763333, + "field_4": -2.968889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.968889, + 56.763333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OKPAL", + "field_2": "OKPAL", + "field_3": 56.8225, + "field_4": -2.076389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.076389, + 56.8225 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LAGAV", + "field_2": "LAGAV", + "field_3": 56.893056, + "field_4": -4.202778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.202778, + 56.893056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ARTEX", + "field_2": "ARTEX", + "field_3": 56.894722, + "field_4": 3.960556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.960556, + 56.894722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GLESK", + "field_2": "GLESK", + "field_3": 56.9, + "field_4": -2.795833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.795833, + 56.9 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GINGA", + "field_2": "GINGA", + "field_3": 56.925, + "field_4": -9.5, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -9.5, + 56.925 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RATPU", + "field_2": "RATPU", + "field_3": 56.925556, + "field_4": -2.116389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.116389, + 56.925556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NAXIL", + "field_2": "NAXIL", + "field_3": 56.956667, + "field_4": -2.723889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.723889, + 56.956667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ODMIX", + "field_2": "ODMIX", + "field_3": 56.97, + "field_4": 1.4675, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.4675, + 56.97 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GOMUP", + "field_2": "GOMUP", + "field_3": 57.0, + "field_4": -10.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -10.0, + 57.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ATNAK", + "field_2": "ATNAK", + "field_3": 57.0, + "field_4": 5.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 5.0, + 57.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LAMRO", + "field_2": "LAMRO", + "field_3": 57.030833, + "field_4": 3.5525, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.5525, + 57.030833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ORSUM", + "field_2": "ORSUM", + "field_3": 57.051944, + "field_4": -5.294722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.294722, + 57.051944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PENUN", + "field_2": "PENUN", + "field_3": 57.11, + "field_4": 4.836389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.836389, + 57.11 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NESDI", + "field_2": "NESDI", + "field_3": 57.121667, + "field_4": -4.146667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.146667, + 57.121667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GUSSI", + "field_2": "GUSSI", + "field_3": 57.213056, + "field_4": -4.124167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.124167, + 57.213056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ABERDEEN VOR\/DME", + "field_2": "ADN", + "field_3": 57.310555, + "field_4": -2.267222, + "field_5": "cp", + "field_6": "ADN", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.267222, + 57.310555 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SUPIT", + "field_2": "SUPIT", + "field_3": 57.3325, + "field_4": -7.085, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -7.085, + 57.3325 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DAVOT", + "field_2": "DAVOT", + "field_3": 57.345, + "field_4": -4.091389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.091389, + 57.345 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RUGID", + "field_2": "RUGID", + "field_3": 57.369167, + "field_4": -4.898611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.898611, + 57.369167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "EVNAL", + "field_2": "EVNAL", + "field_3": 57.408611, + "field_4": -9.5, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -9.5, + 57.408611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DENOG", + "field_2": "DENOG", + "field_3": 57.431389, + "field_4": -1.754444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.754444, + 57.431389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "VADNO", + "field_2": "VADNO", + "field_3": 57.453056, + "field_4": -3.627222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.627222, + 57.453056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BENBECULA DME", + "field_2": "BEN", + "field_3": 57.478056, + "field_4": -7.365278, + "field_5": "cp", + "field_6": "BEN", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -7.365278, + 57.478056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OSLEL", + "field_2": "OSLEL", + "field_3": 57.482778, + "field_4": -1.532778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.532778, + 57.482778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ETILO", + "field_2": "ETILO", + "field_3": 57.5, + "field_4": -10.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -10.0, + 57.5 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RIMOL", + "field_2": "RIMOL", + "field_3": 57.5425, + "field_4": -4.041667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.041667, + 57.5425 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LESNI", + "field_2": "LESNI", + "field_3": 57.5425, + "field_4": -1.272778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.272778, + 57.5425 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PETOX", + "field_2": "PETOX", + "field_3": 57.559167, + "field_4": -1.817222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.817222, + 57.559167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NIVUN", + "field_2": "NIVUN", + "field_3": 57.57, + "field_4": 4.136944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 4.136944, + 57.57 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NANEV", + "field_2": "NANEV", + "field_3": 57.574722, + "field_4": -2.453889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.453889, + 57.574722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RISDU", + "field_2": "RISDU", + "field_3": 57.608611, + "field_4": -1.806667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.806667, + 57.608611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "Kinloss TACAN", + "field_2": "KSS", + "field_3": 57.659444, + "field_4": -3.535, + "field_5": "cp", + "field_6": "KSS", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.535, + 57.659444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GARVA", + "field_2": "GARVA", + "field_3": 57.688333, + "field_4": -4.494722, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.494722, + 57.688333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BUDON", + "field_2": "BUDON", + "field_3": 57.701944, + "field_4": -0.561944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.561944, + 57.701944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "Lossiemouth TACAN", + "field_2": "LSM", + "field_3": 57.710278, + "field_4": -3.327222, + "field_5": "cp", + "field_6": "LSM", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.327222, + 57.710278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SMOKI", + "field_2": "SMOKI", + "field_3": 57.776944, + "field_4": -2.598889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.598889, + 57.776944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "EVBEV", + "field_2": "EVBEV", + "field_3": 57.786111, + "field_4": -7.678056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -7.678056, + 57.786111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OVDAN", + "field_2": "OVDAN", + "field_3": 57.889167, + "field_4": 0.305, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.305, + 57.889167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BONBY", + "field_2": "BONBY", + "field_3": 57.891667, + "field_4": -4.343333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.343333, + 57.891667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ETSOM", + "field_2": "ETSOM", + "field_3": 57.891944, + "field_4": -9.5, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -9.5, + 57.891944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ULLAP", + "field_2": "ULLAP", + "field_3": 57.9, + "field_4": -5.169167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.169167, + 57.9 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ALOTI", + "field_2": "ALOTI", + "field_3": 57.9075, + "field_4": 3.608333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 3.608333, + 57.9075 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "FORTY", + "field_2": "FORTY", + "field_3": 57.95, + "field_4": 0.595833, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.595833, + 57.95 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "CHINN", + "field_2": "CHINN", + "field_3": 57.964167, + "field_4": -4.188056, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.188056, + 57.964167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ERAKA", + "field_2": "ERAKA", + "field_3": 58.0, + "field_4": -10.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -10.0, + 58.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KUVOX", + "field_2": "KUVOX", + "field_3": 58.083056, + "field_4": -7.606667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -7.606667, + 58.083056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PIPEM", + "field_2": "PIPEM", + "field_3": 58.156389, + "field_4": -3.738611, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.738611, + 58.156389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "STORNOWAY VOR\/DME", + "field_2": "STN", + "field_3": 58.206944, + "field_4": -6.183056, + "field_5": "cp", + "field_6": "STN", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.183056, + 58.206944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "QN9", + "field_2": "QN9", + "field_3": 58.3, + "field_4": -5.166667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.166667, + 58.3 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "AMTAP", + "field_2": "AMTAP", + "field_3": 58.373611, + "field_4": -9.5, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -9.5, + 58.373611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KLONN", + "field_2": "KLONN", + "field_3": 58.39, + "field_4": 2.828889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.828889, + 58.39 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "WICK VOR\/DME", + "field_2": "WIK", + "field_3": 58.458889, + "field_4": -3.100278, + "field_5": "cp", + "field_6": "WIK", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.100278, + 58.458889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ADODO", + "field_2": "ADODO", + "field_3": 58.5, + "field_4": -10.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -10.0, + 58.5 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RIGVU", + "field_2": "RIGVU", + "field_3": 58.793333, + "field_4": 2.155, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.155, + 58.793333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NINEX", + "field_2": "NINEX", + "field_3": 58.855556, + "field_4": -9.5, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -9.5, + 58.855556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BEKET", + "field_2": "BEKET", + "field_3": 58.886944, + "field_4": -1.522222, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.522222, + 58.886944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KOKAL", + "field_2": "KOKAL", + "field_3": 58.959722, + "field_4": -2.893889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.893889, + 58.959722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SOXON", + "field_2": "SOXON", + "field_3": 58.968333, + "field_4": -3.872778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.872778, + 58.968333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BALIX", + "field_2": "BALIX", + "field_3": 59.0, + "field_4": -10.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -10.0, + 59.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BEREP", + "field_2": "BEREP", + "field_3": 59.035833, + "field_4": 1.738889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.738889, + 59.035833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ADASI", + "field_2": "ADASI", + "field_3": 59.220833, + "field_4": -6.291944, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.291944, + 59.220833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ERDOG", + "field_2": "ERDOG", + "field_3": 59.334167, + "field_4": -1.417778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.417778, + 59.334167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GAVEL", + "field_2": "GAVEL", + "field_3": 59.383333, + "field_4": -1.406111, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.406111, + 59.383333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ODPEX", + "field_2": "ODPEX", + "field_3": 59.41, + "field_4": -9.5, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -9.5, + 59.41 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BAMRA", + "field_2": "BAMRA", + "field_3": 59.433333, + "field_4": -3.952778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.952778, + 59.433333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RAVDI", + "field_2": "RAVDI", + "field_3": 59.499167, + "field_4": -1.378333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.378333, + 59.499167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ORTAV", + "field_2": "ORTAV", + "field_3": 59.5, + "field_4": -10.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -10.0, + 59.5 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MOCHA", + "field_2": "MOCHA", + "field_3": 59.548889, + "field_4": -1.366389, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.366389, + 59.548889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ORVIK", + "field_2": "ORVIK", + "field_3": 59.638333, + "field_4": 0.669167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.669167, + 59.638333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SUMBURGH VOR\/DME", + "field_2": "SUM", + "field_3": 59.878889, + "field_4": -1.286667, + "field_5": "cp", + "field_6": "SUM", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.286667, + 59.878889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "AKIVO", + "field_2": "AKIVO", + "field_3": 59.964444, + "field_4": -9.5, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -9.5, + 59.964444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PEPIN", + "field_2": "PEPIN", + "field_3": 59.991944, + "field_4": 0.015, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.015, + 59.991944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ATSIX", + "field_2": "ATSIX", + "field_3": 60.0, + "field_4": -10.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -10.0, + 60.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "KESEG", + "field_2": "KESEG", + "field_3": 60.016111, + "field_4": -6.015556, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.015556, + 60.016111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BILLY", + "field_2": "BILLY", + "field_3": 60.019722, + "field_4": -8.568889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -8.568889, + 60.019722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DOSUN", + "field_2": "DOSUN", + "field_3": 60.1175, + "field_4": -6.394167, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.394167, + 60.1175 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MODGO", + "field_2": "MODGO", + "field_3": 60.445278, + "field_4": -7.665278, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -7.665278, + 60.445278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ELKOG", + "field_2": "ELKOG", + "field_3": 60.446667, + "field_4": -9.5, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -9.5, + 60.446667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LUSEN", + "field_2": "LUSEN", + "field_3": 60.5, + "field_4": -10.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -10.0, + 60.5 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BARKU", + "field_2": "BARKU", + "field_3": 60.605, + "field_4": -9.41, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -9.41, + 60.605 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DIRGI", + "field_2": "DIRGI", + "field_3": 60.621389, + "field_4": -6.453889, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.453889, + 60.621389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DEVBI", + "field_2": "DEVBI", + "field_3": 60.715, + "field_4": -8.769444, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -8.769444, + 60.715 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BESGA", + "field_2": "BESGA", + "field_3": 60.789722, + "field_4": -7.912778, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -7.912778, + 60.789722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RATSU", + "field_2": "RATSU", + "field_3": 61.0, + "field_4": -10.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 0, + "field_8": 0, + "field_9": 0 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -10.0, + 61.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MATIK", + "field_2": "MATIK", + "field_3": 61.0, + "field_4": -8.066667, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -8.066667, + 61.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NALAN", + "field_2": "NALAN", + "field_3": 61.0, + "field_4": -6.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.0, + 61.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OSBON", + "field_2": "OSBON", + "field_3": 61.0, + "field_4": -5.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.0, + 61.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GONUT", + "field_2": "GONUT", + "field_3": 61.0, + "field_4": -4.583333, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.583333, + 61.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PEMOS", + "field_2": "PEMOS", + "field_3": 61.0, + "field_4": -4.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.0, + 61.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "RIXUN", + "field_2": "RIXUN", + "field_3": 61.0, + "field_4": -3.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.0, + 61.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SOSAR", + "field_2": "SOSAR", + "field_3": 61.0, + "field_4": -2.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.0, + 61.0 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GUNPA", + "field_2": "GUNPA", + "field_3": 61.0, + "field_4": 0.0, + "field_5": "p", + "field_6": "#N\/A", + "field_7": 1, + "field_8": 0, + "field_9": 1 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.0, + 61.0 + ] + } + } + ] +} \ No newline at end of file diff --git a/public_html/layers/UK_VOR+DME+NDB+TACAN.geojson b/public_html/layers/UK_VOR+DME+NDB+TACAN.geojson index b997a722..8f86087c 100644 --- a/public_html/layers/UK_VOR+DME+NDB+TACAN.geojson +++ b/public_html/layers/UK_VOR+DME+NDB+TACAN.geojson @@ -1,67 +1,987 @@ { -"type": "FeatureCollection", -"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, -"features": [ -{ "type": "Feature", "properties": { "field_1": "ABERDEEN VOR\/DME", "field_2": "ADN", "field_3": 57.310555, "field_4": -2.267222 }, "geometry": { "type": "Point", "coordinates": [ -2.267222, 57.310555 ] } }, -{ "type": "Feature", "properties": { "field_1": "BARKWAY VOR\/DME", "field_2": "BKY", "field_3": 51.989722, "field_4": 0.061944 }, "geometry": { "type": "Point", "coordinates": [ 0.061944, 51.989722 ] } }, -{ "type": "Feature", "properties": { "field_1": "BELFAST VOR\/DME", "field_2": "BEL", "field_3": 54.661111, "field_4": -6.23 }, "geometry": { "type": "Point", "coordinates": [ -6.23, 54.661111 ] } }, -{ "type": "Feature", "properties": { "field_1": "BERRY HEAD VOR\/DME", "field_2": "BHD", "field_3": 50.398611, "field_4": -3.493611 }, "geometry": { "type": "Point", "coordinates": [ -3.493611, 50.398611 ] } }, -{ "type": "Feature", "properties": { "field_1": "BIGGIN VOR\/DME", "field_2": "BIG", "field_3": 51.330833, "field_4": 0.034722 }, "geometry": { "type": "Point", "coordinates": [ 0.034722, 51.330833 ] } }, -{ "type": "Feature", "properties": { "field_1": "BOVINGDON VOR\/DME", "field_2": "BNN", "field_3": 51.726111, "field_4": -0.549722 }, "geometry": { "type": "Point", "coordinates": [ -0.549722, 51.726111 ] } }, -{ "type": "Feature", "properties": { "field_1": "BRECON VOR\/DME", "field_2": "BCN", "field_3": 51.725556, "field_4": -3.263056 }, "geometry": { "type": "Point", "coordinates": [ -3.263056, 51.725556 ] } }, -{ "type": "Feature", "properties": { "field_1": "BROOKMANS PARK VOR\/DME", "field_2": "BPK", "field_3": 51.746944, "field_4": -0.106667 }, "geometry": { "type": "Point", "coordinates": [ -0.106667, 51.746944 ] } }, -{ "type": "Feature", "properties": { "field_1": "CLACTON VOR\/DME", "field_2": "CLN", "field_3": 51.848611, "field_4": 1.1475 }, "geometry": { "type": "Point", "coordinates": [ 1.1475, 51.848611 ] } }, -{ "type": "Feature", "properties": { "field_1": "COMPTON VOR\/DME", "field_2": "CPT", "field_3": 51.491667, "field_4": -1.219722 }, "geometry": { "type": "Point", "coordinates": [ -1.219722, 51.491667 ] } }, -{ "type": "Feature", "properties": { "field_1": "CORK VOR\/DME", "field_2": "CRK", "field_3": 51.840608, "field_4": -8.494269 }, "geometry": { "type": "Point", "coordinates": [ -8.494269, 51.840608 ] } }, -{ "type": "Feature", "properties": { "field_1": "DAVENTRY VOR\/DME", "field_2": "DTY", "field_3": 52.180278, "field_4": -1.113889 }, "geometry": { "type": "Point", "coordinates": [ -1.113889, 52.180278 ] } }, -{ "type": "Feature", "properties": { "field_1": "DETLING VOR\/DME", "field_2": "DET", "field_3": 51.303889, "field_4": 0.597222 }, "geometry": { "type": "Point", "coordinates": [ 0.597222, 51.303889 ] } }, -{ "type": "Feature", "properties": { "field_1": "DOVER VOR\/DME", "field_2": "DVR", "field_3": 51.1625, "field_4": 1.359167 }, "geometry": { "type": "Point", "coordinates": [ 1.359167, 51.1625 ] } }, -{ "type": "Feature", "properties": { "field_1": "GAMSTON VOR\/DME", "field_2": "GAM", "field_3": 53.281389, "field_4": -0.94722 }, "geometry": { "type": "Point", "coordinates": [ -0.94722, 53.281389 ] } }, -{ "type": "Feature", "properties": { "field_1": "GLASGOW VOR\/DME", "field_2": "GOW", "field_3": 55.870556, "field_4": -4.445833 }, "geometry": { "type": "Point", "coordinates": [ -4.445833, 55.870556 ] } }, -{ "type": "Feature", "properties": { "field_1": "GOODWOOD VOR\/DME", "field_2": "GWC", "field_3": 50.855278, "field_4": -0.756667 }, "geometry": { "type": "Point", "coordinates": [ -0.756667, 50.855278 ] } }, -{ "type": "Feature", "properties": { "field_1": "HONILEY VOR\/DME", "field_2": "HON", "field_3": 52.356667, "field_4": -1.663611 }, "geometry": { "type": "Point", "coordinates": [ -1.663611, 52.356667 ] } }, -{ "type": "Feature", "properties": { "field_1": "ISLE OF MAN VOR\/DME", "field_2": "IOM", "field_3": 54.066944, "field_4": -4.763611 }, "geometry": { "type": "Point", "coordinates": [ -4.763611, 54.066944 ] } }, -{ "type": "Feature", "properties": { "field_1": "JERSEY VOR\/DME", "field_2": "JSY", "field_3": 49.221111, "field_4": -2.046111 }, "geometry": { "type": "Point", "coordinates": [ -2.046111, 49.221111 ] } }, -{ "type": "Feature", "properties": { "field_1": "LAMBOURNE VOR\/DME", "field_2": "LAM", "field_3": 51.646111, "field_4": 0.151667 }, "geometry": { "type": "Point", "coordinates": [ 0.151667, 51.646111 ] } }, -{ "type": "Feature", "properties": { "field_1": "LANDS END VOR\/DME", "field_2": "LND", "field_3": 50.136389, "field_4": -5.636944 }, "geometry": { "type": "Point", "coordinates": [ -5.636944, 50.136389 ] } }, -{ "type": "Feature", "properties": { "field_1": "LONDON VOR\/DME", "field_2": "LON", "field_3": 51.487222, "field_4": -0.466667 }, "geometry": { "type": "Point", "coordinates": [ -0.466667, 51.487222 ] } }, -{ "type": "Feature", "properties": { "field_1": "LYDD VOR\/DME", "field_2": "LYD", "field_3": 50.999722, "field_4": 0.878611 }, "geometry": { "type": "Point", "coordinates": [ 0.878611, 50.999722 ] } }, -{ "type": "Feature", "properties": { "field_1": "MANCHESTER VOR\/DME", "field_2": "MCT", "field_3": 53.356944, "field_4": -2.262222 }, "geometry": { "type": "Point", "coordinates": [ -2.262222, 53.356944 ] } }, -{ "type": "Feature", "properties": { "field_1": "MAYFIELD VOR\/DME", "field_2": "MAY", "field_3": 51.017222, "field_4": 0.116111 }, "geometry": { "type": "Point", "coordinates": [ 0.116111, 51.017222 ] } }, -{ "type": "Feature", "properties": { "field_1": "NEWCASTLE VOR\/DME", "field_2": "NEW", "field_3": 55.038333, "field_4": -1.698333 }, "geometry": { "type": "Point", "coordinates": [ -1.698333, 55.038333 ] } }, -{ "type": "Feature", "properties": { "field_1": "OCKHAM VOR\/DME", "field_2": "OCK", "field_3": 51.305, "field_4": -0.447222 }, "geometry": { "type": "Point", "coordinates": [ -0.447222, 51.305 ] } }, -{ "type": "Feature", "properties": { "field_1": "OTTRINGHAM VOR\/DME", "field_2": "OTR", "field_3": 53.698333, "field_4": -0.103611 }, "geometry": { "type": "Point", "coordinates": [ -0.103611, 53.698333 ] } }, -{ "type": "Feature", "properties": { "field_1": "PERTH VOR\/DME", "field_2": "PTH", "field_3": 56.4425, "field_4": -3.368611 }, "geometry": { "type": "Point", "coordinates": [ -3.368611, 56.4425 ] } }, -{ "type": "Feature", "properties": { "field_1": "POLE HILL VOR\/DME", "field_2": "POL", "field_3": 53.743889, "field_4": -2.103333 }, "geometry": { "type": "Point", "coordinates": [ -2.103333, 53.743889 ] } }, -{ "type": "Feature", "properties": { "field_1": "SEAFORD VOR\/DME", "field_2": "SFB", "field_3": 50.760556, "field_4": 0.121944 }, "geometry": { "type": "Point", "coordinates": [ 0.121944, 50.760556 ] } }, -{ "type": "Feature", "properties": { "field_1": "SHANNON VOR\/DME", "field_2": "SHA", "field_3": 52.721011, "field_4": -8.885214 }, "geometry": { "type": "Point", "coordinates": [ -8.885214, 52.721011 ] } }, -{ "type": "Feature", "properties": { "field_1": "SOUTHAMPTON VOR\/DME", "field_2": "SAM", "field_3": 50.955278, "field_4": -1.345 }, "geometry": { "type": "Point", "coordinates": [ -1.345, 50.955278 ] } }, -{ "type": "Feature", "properties": { "field_1": "ST ABBS VOR\/DME", "field_2": "SAB", "field_3": 55.9075, "field_4": -2.206389 }, "geometry": { "type": "Point", "coordinates": [ -2.206389, 55.9075 ] } }, -{ "type": "Feature", "properties": { "field_1": "STORNOWAY VOR\/DME", "field_2": "STN", "field_3": 58.206944, "field_4": -6.183056 }, "geometry": { "type": "Point", "coordinates": [ -6.183056, 58.206944 ] } }, -{ "type": "Feature", "properties": { "field_1": "STRUMBLE VOR\/DME", "field_2": "STU", "field_3": 51.994722, "field_4": -5.040278 }, "geometry": { "type": "Point", "coordinates": [ -5.040278, 51.994722 ] } }, -{ "type": "Feature", "properties": { "field_1": "SUMBURGH VOR\/DME", "field_2": "SUM", "field_3": 59.878889, "field_4": -1.286667 }, "geometry": { "type": "Point", "coordinates": [ -1.286667, 59.878889 ] } }, -{ "type": "Feature", "properties": { "field_1": "TALLA VOR\/DME", "field_2": "TLA", "field_3": 55.499167, "field_4": -3.352778 }, "geometry": { "type": "Point", "coordinates": [ -3.352778, 55.499167 ] } }, -{ "type": "Feature", "properties": { "field_1": "TIREE VOR\/DME", "field_2": "TIR", "field_3": 56.493333, "field_4": -6.875556 }, "geometry": { "type": "Point", "coordinates": [ -6.875556, 56.493333 ] } }, -{ "type": "Feature", "properties": { "field_1": "TRENT VOR\/DME", "field_2": "TNT", "field_3": 53.053889, "field_4": -1.67 }, "geometry": { "type": "Point", "coordinates": [ -1.67, 53.053889 ] } }, -{ "type": "Feature", "properties": { "field_1": "TURNBERRY VOR\/DME", "field_2": "TRN", "field_3": 55.313333, "field_4": -4.783889 }, "geometry": { "type": "Point", "coordinates": [ -4.783889, 55.313333 ] } }, -{ "type": "Feature", "properties": { "field_1": "WALLASEY VOR\/DME", "field_2": "WAL", "field_3": 53.391944, "field_4": -3.134444 }, "geometry": { "type": "Point", "coordinates": [ -3.134444, 53.391944 ] } }, -{ "type": "Feature", "properties": { "field_1": "WICK VOR\/DME", "field_2": "WIK", "field_3": 58.458889, "field_4": -3.100278 }, "geometry": { "type": "Point", "coordinates": [ -3.100278, 58.458889 ] } }, -{ "type": "Feature", "properties": { "field_1": "HENTON NDB", "field_2": "HEN", "field_3": 51.759722, "field_4": -0.790278 }, "geometry": { "type": "Point", "coordinates": [ -0.790278, 51.759722 ] } }, -{ "type": "Feature", "properties": { "field_1": "NEW GALLOWAY NDB", "field_2": "NGY", "field_3": 55.1775, "field_4": -4.168611 }, "geometry": { "type": "Point", "coordinates": [ -4.168611, 55.1775 ] } }, -{ "type": "Feature", "properties": { "field_1": "WESCOTT NDB", "field_2": "WCO", "field_3": 51.853056, "field_4": -0.9625 }, "geometry": { "type": "Point", "coordinates": [ -0.9625, 51.853056 ] } }, -{ "type": "Feature", "properties": { "field_1": "WHITEGATE NDB", "field_2": "WHI", "field_3": 53.185, "field_4": -2.623056 }, "geometry": { "type": "Point", "coordinates": [ -2.623056, 53.185 ] } }, -{ "type": "Feature", "properties": { "field_1": "WOODLEY NDB", "field_2": "WOD", "field_3": 51.452778, "field_4": -0.878889 }, "geometry": { "type": "Point", "coordinates": [ -0.878889, 51.452778 ] } }, -{ "type": "Feature", "properties": { "field_1": "BENBECULA DME", "field_2": "BEN", "field_3": 57.478056, "field_4": -7.365278 }, "geometry": { "type": "Point", "coordinates": [ -7.365278, 57.478056 ] } }, -{ "type": "Feature", "properties": { "field_1": "DEAN CROSS DME", "field_2": "DCS", "field_3": 54.721944, "field_4": -3.340556 }, "geometry": { "type": "Point", "coordinates": [ -3.340556, 54.721944 ] } }, -{ "type": "Feature", "properties": { "field_1": "MACHRIHANUSH DME", "field_2": "MAC", "field_3": 55.43, "field_4": -5.650278 }, "geometry": { "type": "Point", "coordinates": [ -5.650278, 55.43 ] } }, -{ "type": "Feature", "properties": { "field_1": "Marham TACAN", "field_2": "MAM", "field_3": 52.647261, "field_4": 0.553264 }, "geometry": { "type": "Point", "coordinates": [ 0.553264, 52.647261 ] } }, -{ "type": "Feature", "properties": { "field_1": "Brize Norton TACAN", "field_2": "BZN", "field_3": 51.748199, "field_4": -1.60353 }, "geometry": { "type": "Point", "coordinates": [ -1.60353, 51.748199 ] } }, -{ "type": "Feature", "properties": { "field_1": "Valley TACAN", "field_2": "VYL", "field_3": 53.257401, "field_4": -4.54414 }, "geometry": { "type": "Point", "coordinates": [ -4.54414, 53.257401 ] } }, -{ "type": "Feature", "properties": { "field_1": "Kinloss TACAN", "field_2": "KSS", "field_3": 57.659444, "field_4": -3.535 }, "geometry": { "type": "Point", "coordinates": [ -3.535, 57.659444 ] } }, -{ "type": "Feature", "properties": { "field_1": "Leuchars TACAN", "field_2": "LUK", "field_3": 56.373056, "field_4": -2.863611 }, "geometry": { "type": "Point", "coordinates": [ -2.863611, 56.373056 ] } }, -{ "type": "Feature", "properties": { "field_1": "Leeming TACAN", "field_2": "LEE", "field_3": 54.297108, "field_4": -1.536872 }, "geometry": { "type": "Point", "coordinates": [ -1.536872, 54.297108 ] } }, -{ "type": "Feature", "properties": { "field_1": "Wattisham TACAN", "field_2": "WTZ", "field_3": 52.121899, "field_4": 0.940469 }, "geometry": { "type": "Point", "coordinates": [ 0.940469, 52.121899 ] } }, -{ "type": "Feature", "properties": { "field_1": "Yeovilton TACAN", "field_2": "VLN", "field_3": 51.005001, "field_4": -2.63875 }, "geometry": { "type": "Point", "coordinates": [ -2.63875, 51.005001 ] } }, -{ "type": "Feature", "properties": { "field_1": "Lossiemouth TACAN", "field_2": "LSM", "field_3": 57.710278, "field_4": -3.327222 }, "geometry": { "type": "Point", "coordinates": [ -3.327222, 57.710278 ] } } -] -} + "type": "FeatureCollection", + "crs": { + "type": "name", + "properties": { + "name": "urn:ogc:def:crs:OGC:1.3:CRS84" + } + }, + "features": [ + { + "type": "Feature", + "properties": { + "field_1": "ABERDEEN VOR\/DME", + "field_2": "ADN", + "field_3": 57.310555, + "field_4": -2.267222 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.267222, + 57.310555 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BARKWAY VOR\/DME", + "field_2": "BKY", + "field_3": 51.989722, + "field_4": 0.061944 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.061944, + 51.989722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BELFAST VOR\/DME", + "field_2": "BEL", + "field_3": 54.661111, + "field_4": -6.23 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.23, + 54.661111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BERRY HEAD VOR\/DME", + "field_2": "BHD", + "field_3": 50.398611, + "field_4": -3.493611 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.493611, + 50.398611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BIGGIN VOR\/DME", + "field_2": "BIG", + "field_3": 51.330833, + "field_4": 0.034722 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.034722, + 51.330833 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BOVINGDON VOR\/DME", + "field_2": "BNN", + "field_3": 51.726111, + "field_4": -0.549722 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.549722, + 51.726111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BRECON VOR\/DME", + "field_2": "BCN", + "field_3": 51.725556, + "field_4": -3.263056 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.263056, + 51.725556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BROOKMANS PARK VOR\/DME", + "field_2": "BPK", + "field_3": 51.746944, + "field_4": -0.106667 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.106667, + 51.746944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "CLACTON VOR\/DME", + "field_2": "CLN", + "field_3": 51.848611, + "field_4": 1.1475 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.1475, + 51.848611 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "COMPTON VOR\/DME", + "field_2": "CPT", + "field_3": 51.491667, + "field_4": -1.219722 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.219722, + 51.491667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "CORK VOR\/DME", + "field_2": "CRK", + "field_3": 51.840608, + "field_4": -8.494269 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -8.494269, + 51.840608 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DAVENTRY VOR\/DME", + "field_2": "DTY", + "field_3": 52.180278, + "field_4": -1.113889 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.113889, + 52.180278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DETLING VOR\/DME", + "field_2": "DET", + "field_3": 51.303889, + "field_4": 0.597222 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.597222, + 51.303889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DOVER VOR\/DME", + "field_2": "DVR", + "field_3": 51.1625, + "field_4": 1.359167 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 1.359167, + 51.1625 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GAMSTON VOR\/DME", + "field_2": "GAM", + "field_3": 53.281389, + "field_4": -0.94722 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.94722, + 53.281389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GLASGOW VOR\/DME", + "field_2": "GOW", + "field_3": 55.870556, + "field_4": -4.445833 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.445833, + 55.870556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "GOODWOOD VOR\/DME", + "field_2": "GWC", + "field_3": 50.855278, + "field_4": -0.756667 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.756667, + 50.855278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "HONILEY VOR\/DME", + "field_2": "HON", + "field_3": 52.356667, + "field_4": -1.663611 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.663611, + 52.356667 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ISLE OF MAN VOR\/DME", + "field_2": "IOM", + "field_3": 54.066944, + "field_4": -4.763611 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.763611, + 54.066944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "JERSEY VOR\/DME", + "field_2": "JSY", + "field_3": 49.221111, + "field_4": -2.046111 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.046111, + 49.221111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LAMBOURNE VOR\/DME", + "field_2": "LAM", + "field_3": 51.646111, + "field_4": 0.151667 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.151667, + 51.646111 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LANDS END VOR\/DME", + "field_2": "LND", + "field_3": 50.136389, + "field_4": -5.636944 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.636944, + 50.136389 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LONDON VOR\/DME", + "field_2": "LON", + "field_3": 51.487222, + "field_4": -0.466667 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.466667, + 51.487222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "LYDD VOR\/DME", + "field_2": "LYD", + "field_3": 50.999722, + "field_4": 0.878611 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.878611, + 50.999722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MANCHESTER VOR\/DME", + "field_2": "MCT", + "field_3": 53.356944, + "field_4": -2.262222 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.262222, + 53.356944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MAYFIELD VOR\/DME", + "field_2": "MAY", + "field_3": 51.017222, + "field_4": 0.116111 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.116111, + 51.017222 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NEWCASTLE VOR\/DME", + "field_2": "NEW", + "field_3": 55.038333, + "field_4": -1.698333 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.698333, + 55.038333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OCKHAM VOR\/DME", + "field_2": "OCK", + "field_3": 51.305, + "field_4": -0.447222 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.447222, + 51.305 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "OTTRINGHAM VOR\/DME", + "field_2": "OTR", + "field_3": 53.698333, + "field_4": -0.103611 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.103611, + 53.698333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "PERTH VOR\/DME", + "field_2": "PTH", + "field_3": 56.4425, + "field_4": -3.368611 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.368611, + 56.4425 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "POLE HILL VOR\/DME", + "field_2": "POL", + "field_3": 53.743889, + "field_4": -2.103333 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.103333, + 53.743889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SEAFORD VOR\/DME", + "field_2": "SFB", + "field_3": 50.760556, + "field_4": 0.121944 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.121944, + 50.760556 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SHANNON VOR\/DME", + "field_2": "SHA", + "field_3": 52.721011, + "field_4": -8.885214 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -8.885214, + 52.721011 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SOUTHAMPTON VOR\/DME", + "field_2": "SAM", + "field_3": 50.955278, + "field_4": -1.345 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.345, + 50.955278 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "ST ABBS VOR\/DME", + "field_2": "SAB", + "field_3": 55.9075, + "field_4": -2.206389 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.206389, + 55.9075 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "STORNOWAY VOR\/DME", + "field_2": "STN", + "field_3": 58.206944, + "field_4": -6.183056 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.183056, + 58.206944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "STRUMBLE VOR\/DME", + "field_2": "STU", + "field_3": 51.994722, + "field_4": -5.040278 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.040278, + 51.994722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "SUMBURGH VOR\/DME", + "field_2": "SUM", + "field_3": 59.878889, + "field_4": -1.286667 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.286667, + 59.878889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TALLA VOR\/DME", + "field_2": "TLA", + "field_3": 55.499167, + "field_4": -3.352778 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.352778, + 55.499167 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TIREE VOR\/DME", + "field_2": "TIR", + "field_3": 56.493333, + "field_4": -6.875556 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -6.875556, + 56.493333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TRENT VOR\/DME", + "field_2": "TNT", + "field_3": 53.053889, + "field_4": -1.67 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.67, + 53.053889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "TURNBERRY VOR\/DME", + "field_2": "TRN", + "field_3": 55.313333, + "field_4": -4.783889 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.783889, + 55.313333 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "WALLASEY VOR\/DME", + "field_2": "WAL", + "field_3": 53.391944, + "field_4": -3.134444 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.134444, + 53.391944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "WICK VOR\/DME", + "field_2": "WIK", + "field_3": 58.458889, + "field_4": -3.100278 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.100278, + 58.458889 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "HENTON NDB", + "field_2": "HEN", + "field_3": 51.759722, + "field_4": -0.790278 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.790278, + 51.759722 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "NEW GALLOWAY NDB", + "field_2": "NGY", + "field_3": 55.1775, + "field_4": -4.168611 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.168611, + 55.1775 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "WESCOTT NDB", + "field_2": "WCO", + "field_3": 51.853056, + "field_4": -0.9625 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.9625, + 51.853056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "WHITEGATE NDB", + "field_2": "WHI", + "field_3": 53.185, + "field_4": -2.623056 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.623056, + 53.185 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "WOODLEY NDB", + "field_2": "WOD", + "field_3": 51.452778, + "field_4": -0.878889 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.878889, + 51.452778 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "BENBECULA DME", + "field_2": "BEN", + "field_3": 57.478056, + "field_4": -7.365278 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -7.365278, + 57.478056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "DEAN CROSS DME", + "field_2": "DCS", + "field_3": 54.721944, + "field_4": -3.340556 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.340556, + 54.721944 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "MACHRIHANUSH DME", + "field_2": "MAC", + "field_3": 55.43, + "field_4": -5.650278 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -5.650278, + 55.43 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "Marham TACAN", + "field_2": "MAM", + "field_3": 52.647261, + "field_4": 0.553264 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.553264, + 52.647261 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "Brize Norton TACAN", + "field_2": "BZN", + "field_3": 51.748199, + "field_4": -1.60353 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.60353, + 51.748199 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "Valley TACAN", + "field_2": "VYL", + "field_3": 53.257401, + "field_4": -4.54414 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -4.54414, + 53.257401 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "Kinloss TACAN", + "field_2": "KSS", + "field_3": 57.659444, + "field_4": -3.535 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.535, + 57.659444 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "Leuchars TACAN", + "field_2": "LUK", + "field_3": 56.373056, + "field_4": -2.863611 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.863611, + 56.373056 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "Leeming TACAN", + "field_2": "LEE", + "field_3": 54.297108, + "field_4": -1.536872 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -1.536872, + 54.297108 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "Wattisham TACAN", + "field_2": "WTZ", + "field_3": 52.121899, + "field_4": 0.940469 + }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.940469, + 52.121899 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "Yeovilton TACAN", + "field_2": "VLN", + "field_3": 51.005001, + "field_4": -2.63875 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -2.63875, + 51.005001 + ] + } + }, + { + "type": "Feature", + "properties": { + "field_1": "Lossiemouth TACAN", + "field_2": "LSM", + "field_3": 57.710278, + "field_4": -3.327222 + }, + "geometry": { + "type": "Point", + "coordinates": [ + -3.327222, + 57.710278 + ] + } + } + ] +} \ No newline at end of file diff --git a/public_html/markers.js b/public_html/markers.js index 3be6cf78..9a9c9c50 100644 --- a/public_html/markers.js +++ b/public_html/markers.js @@ -3,36 +3,36 @@ // From the original planeObject.js: var _generic_plane_svg = "M 0,0 " + - "M 1.9565564,41.694305 C 1.7174505,40.497708 1.6419973,38.448747 " + - "1.8096508,37.70494 1.8936398,37.332056 2.0796653,36.88191 2.222907,36.70461 " + - "2.4497603,36.423844 4.087816,35.47248 14.917931,29.331528 l 12.434577," + - "-7.050718 -0.04295,-7.613412 c -0.03657,-6.4844888 -0.01164,-7.7625804 " + - "0.168134,-8.6194061 0.276129,-1.3160905 0.762276,-2.5869575 1.347875," + - "-3.5235502 l 0.472298,-0.7553719 1.083746,-0.6085497 c 1.194146,-0.67053522 " + - "1.399524,-0.71738842 2.146113,-0.48960552 1.077005,0.3285939 2.06344," + - "1.41299352 2.797602,3.07543322 0.462378,1.0469993 0.978731,2.7738408 " + - "1.047635,3.5036272 0.02421,0.2570284 0.06357,3.78334 0.08732,7.836246 0.02375," + - "4.052905 0.0658,7.409251 0.09345,7.458546 0.02764,0.04929 5.600384,3.561772 " + - "12.38386,7.805502 l 12.333598,7.715871 0.537584,0.959688 c 0.626485,1.118378 " + - "0.651686,1.311286 0.459287,3.516442 -0.175469,2.011604 -0.608966,2.863924 " + - "-1.590344,3.127136 -0.748529,0.200763 -1.293144,0.03637 -10.184829,-3.07436 " + - "C 48.007733,41.72562 44.793806,40.60197 43.35084,40.098045 l -2.623567," + - "-0.916227 -1.981212,-0.06614 c -1.089663,-0.03638 -1.985079,-0.05089 -1.989804," + - "-0.03225 -0.0052,0.01863 -0.02396,2.421278 -0.04267,5.339183 -0.0395,6.147742 " + - "-0.143635,7.215456 -0.862956,8.845475 l -0.300457,0.680872 2.91906,1.361455 " + - "c 2.929379,1.366269 3.714195,1.835385 4.04589,2.41841 0.368292,0.647353 " + - "0.594634,2.901439 0.395779,3.941627 -0.0705,0.368571 -0.106308,0.404853 " + - "-0.765159,0.773916 L 41.4545,62.83158 39.259237,62.80426 c -6.030106,-0.07507 " + - "-16.19508,-0.495041 -16.870991,-0.697033 -0.359409,-0.107405 -0.523792," + - "-0.227482 -0.741884,-0.541926 -0.250591,-0.361297 -0.28386,-0.522402 -0.315075," + - "-1.52589 -0.06327,-2.03378 0.23288,-3.033615 1.077963,-3.639283 0.307525," + - "-0.2204 4.818478,-2.133627 6.017853,-2.552345 0.247872,-0.08654 0.247455," + - "-0.102501 -0.01855,-0.711959 -0.330395,-0.756986 -0.708622,-2.221756 -0.832676," + - "-3.224748 -0.05031,-0.406952 -0.133825,-3.078805 -0.185533,-5.937448 -0.0517," + - "-2.858644 -0.145909,-5.208974 -0.209316,-5.222958 -0.06341,-0.01399 -0.974464," + - "-0.0493 -2.024551,-0.07845 L 23.247235,38.61921 18.831373,39.8906 C 4.9432155," + - "43.88916 4.2929558,44.057819 3.4954426,43.86823 2.7487826,43.690732 2.2007966," + - "42.916622 1.9565564,41.694305 z"; + "M 1.9565564,41.694305 C 1.7174505,40.497708 1.6419973,38.448747 " + + "1.8096508,37.70494 1.8936398,37.332056 2.0796653,36.88191 2.222907,36.70461 " + + "2.4497603,36.423844 4.087816,35.47248 14.917931,29.331528 l 12.434577," + + "-7.050718 -0.04295,-7.613412 c -0.03657,-6.4844888 -0.01164,-7.7625804 " + + "0.168134,-8.6194061 0.276129,-1.3160905 0.762276,-2.5869575 1.347875," + + "-3.5235502 l 0.472298,-0.7553719 1.083746,-0.6085497 c 1.194146,-0.67053522 " + + "1.399524,-0.71738842 2.146113,-0.48960552 1.077005,0.3285939 2.06344," + + "1.41299352 2.797602,3.07543322 0.462378,1.0469993 0.978731,2.7738408 " + + "1.047635,3.5036272 0.02421,0.2570284 0.06357,3.78334 0.08732,7.836246 0.02375," + + "4.052905 0.0658,7.409251 0.09345,7.458546 0.02764,0.04929 5.600384,3.561772 " + + "12.38386,7.805502 l 12.333598,7.715871 0.537584,0.959688 c 0.626485,1.118378 " + + "0.651686,1.311286 0.459287,3.516442 -0.175469,2.011604 -0.608966,2.863924 " + + "-1.590344,3.127136 -0.748529,0.200763 -1.293144,0.03637 -10.184829,-3.07436 " + + "C 48.007733,41.72562 44.793806,40.60197 43.35084,40.098045 l -2.623567," + + "-0.916227 -1.981212,-0.06614 c -1.089663,-0.03638 -1.985079,-0.05089 -1.989804," + + "-0.03225 -0.0052,0.01863 -0.02396,2.421278 -0.04267,5.339183 -0.0395,6.147742 " + + "-0.143635,7.215456 -0.862956,8.845475 l -0.300457,0.680872 2.91906,1.361455 " + + "c 2.929379,1.366269 3.714195,1.835385 4.04589,2.41841 0.368292,0.647353 " + + "0.594634,2.901439 0.395779,3.941627 -0.0705,0.368571 -0.106308,0.404853 " + + "-0.765159,0.773916 L 41.4545,62.83158 39.259237,62.80426 c -6.030106,-0.07507 " + + "-16.19508,-0.495041 -16.870991,-0.697033 -0.359409,-0.107405 -0.523792," + + "-0.227482 -0.741884,-0.541926 -0.250591,-0.361297 -0.28386,-0.522402 -0.315075," + + "-1.52589 -0.06327,-2.03378 0.23288,-3.033615 1.077963,-3.639283 0.307525," + + "-0.2204 4.818478,-2.133627 6.017853,-2.552345 0.247872,-0.08654 0.247455," + + "-0.102501 -0.01855,-0.711959 -0.330395,-0.756986 -0.708622,-2.221756 -0.832676," + + "-3.224748 -0.05031,-0.406952 -0.133825,-3.078805 -0.185533,-5.937448 -0.0517," + + "-2.858644 -0.145909,-5.208974 -0.209316,-5.222958 -0.06341,-0.01399 -0.974464," + + "-0.0493 -2.024551,-0.07845 L 23.247235,38.61921 18.831373,39.8906 C 4.9432155," + + "43.88916 4.2929558,44.057819 3.4954426,43.86823 2.7487826,43.690732 2.2007966," + + "42.916622 1.9565564,41.694305 z"; // Rescaled from "Helicopter bottom view silhouette" // http://www.flaticon.com/free-icon/helicopter-bottom-view-silhouette_26901 @@ -41,8 +41,8 @@ var _generic_plane_svg = "M 0,0 " + // 44x64 var _rotorcraft_svg = - "M 43.89309,0.4301 c -0.60546,-0.60546 -1.62623,-0.56506 -2.2813,0.0897 L 25.82444,16.3061 C 24.95171,-1.27473 21.64491,1.24212 21.64491,1.24212 c 0,0 -3.20153,-2.80873 -4.13518,14.07519 L 2.71103,0.51862 C 2.05636,-0.13606 1.03533,-0.17646 0.43,0.42902 c -0.60546,0.6052 -0.56506,1.6261 0.0896,2.28104 l 16.81957,16.81931 c -0.0454,1.63425 -0.072,3.41089 -0.0796,5.34281 l -0.90497,0.90496 h -1.94113 v 1.94113 L 0.51882,41.61319 c -0.6548,0.65454 -0.69533,1.67531 -0.09,2.28077 0.60533,0.60546 1.62636,0.5648 2.28104,-0.0896 L 14.41335,32.10074 v 1.94073 h 3.09928 c 0,0 1.25961,6.97312 2.03417,8.65159 0.77495,1.67913 0.032,17.17487 2.09799,17.17487 0.38346,0 0.66928,-0.53374 0.88615,-1.41331 l 6.34515,-2.71897 v -1.03314 h -5.85155 c 0.34017,-4.67077 0.24161,-10.97316 0.71942,-12.00945 0.77416,-1.67847 2.03285,-8.65159 2.03285,-8.65159 h 3.09928 v -2.974 l 12.73545,12.73689 c 0.65507,0.65442 1.67584,0.69495 2.2813,0.0896 0.60546,-0.60533 0.56479,-1.62623 -0.0901,-2.28077 L 28.876,26.68527 v -0.90813 h -0.90799 l -1.94284,-1.9431 c -0.009,-1.15407 -0.0263,-2.25524 -0.0496,-3.29693 l 17.82849,-17.826 c 0.65389,-0.65494 0.69442,-1.67702 0.0891,-2.28103 z " + - "M 18.80421,51.60336 h -0.5165 c -0.42794,0 -0.77495,0.34754 -0.77495,0.77521 v 10.84709 c 0,0.42768 0.34701,0.77469 0.77495,0.77469 h 0.5165 c 0.42768,0 0.77469,-0.34701 0.77469,-0.77469 V 52.37857 c 0,-0.42781 -0.34701,-0.77521 -0.77469,-0.77521 z"; + "M 43.89309,0.4301 c -0.60546,-0.60546 -1.62623,-0.56506 -2.2813,0.0897 L 25.82444,16.3061 C 24.95171,-1.27473 21.64491,1.24212 21.64491,1.24212 c 0,0 -3.20153,-2.80873 -4.13518,14.07519 L 2.71103,0.51862 C 2.05636,-0.13606 1.03533,-0.17646 0.43,0.42902 c -0.60546,0.6052 -0.56506,1.6261 0.0896,2.28104 l 16.81957,16.81931 c -0.0454,1.63425 -0.072,3.41089 -0.0796,5.34281 l -0.90497,0.90496 h -1.94113 v 1.94113 L 0.51882,41.61319 c -0.6548,0.65454 -0.69533,1.67531 -0.09,2.28077 0.60533,0.60546 1.62636,0.5648 2.28104,-0.0896 L 14.41335,32.10074 v 1.94073 h 3.09928 c 0,0 1.25961,6.97312 2.03417,8.65159 0.77495,1.67913 0.032,17.17487 2.09799,17.17487 0.38346,0 0.66928,-0.53374 0.88615,-1.41331 l 6.34515,-2.71897 v -1.03314 h -5.85155 c 0.34017,-4.67077 0.24161,-10.97316 0.71942,-12.00945 0.77416,-1.67847 2.03285,-8.65159 2.03285,-8.65159 h 3.09928 v -2.974 l 12.73545,12.73689 c 0.65507,0.65442 1.67584,0.69495 2.2813,0.0896 0.60546,-0.60533 0.56479,-1.62623 -0.0901,-2.28077 L 28.876,26.68527 v -0.90813 h -0.90799 l -1.94284,-1.9431 c -0.009,-1.15407 -0.0263,-2.25524 -0.0496,-3.29693 l 17.82849,-17.826 c 0.65389,-0.65494 0.69442,-1.67702 0.0891,-2.28103 z " + + "M 18.80421,51.60336 h -0.5165 c -0.42794,0 -0.77495,0.34754 -0.77495,0.77521 v 10.84709 c 0,0.42768 0.34701,0.77469 0.77495,0.77469 h 0.5165 c 0.42768,0 0.77469,-0.34701 0.77469,-0.77469 V 52.37857 c 0,-0.42781 -0.34701,-0.77521 -0.77469,-0.77521 z"; // Modified version of "Beechcraft Bonanza V35B" // https://commons.wikimedia.org/wiki/File:Beechcraft_Bonanza_V35B.svg @@ -50,13 +50,13 @@ var _rotorcraft_svg = // licensed under CC BY-SA 3.0 (https://creativecommons.org/licenses/by-sa/3.0/deed.en) // 64x49 -var _beechcraft_svg = - "m 31.9375,0.21875 c -0.06777,0.0107988 -0.115451,0.0391469 -0.15625,0.0625 C 31.672725,0.37187346 31.571656,0.508205 31.5,0.625 c -0.03614,0.0602071 -0.06208,0.095702 -0.09375,0.15625 -0.07403,0.15902301 -0.135583,0.3268225 -0.1875,0.5 -0.04551,0.1172902 -0.09299,0.229501 -0.125,0.34375 C 31.061962,1.7428305 31.051772,1.8837099 31.03125,2 31.013723,2.1172825 31.001884,2.2232944 31,2.34375 a 0.050005,0.050005 0 0 0 0,0.03125 0.050005,0.050005 0 0 0 0,0.03125 c -0.0082,0.022808 -0.04473,0.016331 -0.0625,0.03125 -0.02369,0.019892 -0.05403,0.050775 -0.09375,0.0625 -0.07944,0.02345 -0.16785,0.042313 -0.25,0.0625 -0.142298,0.027931 -0.321549,0.011037 -0.5,0.03125 -0.178451,0.020213 -0.362341,0.079026 -0.5,0.1875 -0.232524,0.2710695 -0.269126,0.6354569 -0.375,0.9375 -0.515728,1.9222735 -0.692683,3.8981369 -0.8125,5.875 -0.0025,0.039801 -0.0291,0.08613 -0.03125,0.125 -5.12e-4,0.00925 5.69e-4,0.022042 0,0.03125 l -3.75,1.59375 -0.03125,0 -0.03125,0 L 1.03125,13.125 1,13.125 a 0.050005,0.050005 0 0 0 -0.03125,0 c -0.0142757,0.0014 -0.0171094,0.02929 -0.03125,0.03125 -0.49350918,0.06826 -0.88359986,0.49922 -0.90625,1 A 0.050005,0.050005 0 0 0 0,14.1875 c -2.5577425e-5,0.01009 -2.9111128e-4,0.02111 0,0.03125 A 0.050005,0.050005 0 0 0 0,14.25 l 0,5.0625 a 0.050005,0.050005 0 0 0 0,0.03125 0.050005,0.050005 0 0 0 0,0.03125 c 2.7397524e-4,0.0076 0.03048716,-0.0075 0.03125,0 a 0.050005,0.050005 0 0 0 0,0.03125 0.050005,0.050005 0 0 0 0.03125,0 c 0.02951574,0.118004 0.10643771,0.204628 0.21875,0.25 0.008119,0.0033 -0.008332,0.02849 0,0.03125 a 0.050005,0.050005 0 0 0 0,0.03125 c 0.007096,0.0018 0.0240449,-0.0015 0.03125,0 a 0.050005,0.050005 0 0 0 0.03125,0 L 28.4375,24.3125 c 0.07632,1.73868 0.196986,3.45307 0.375,5.1875 0.345732,3.673262 0.848433,7.32759 1.4375,10.96875 l -6.96875,1.375 -0.0625,0 a 0.050005,0.050005 0 0 0 -0.03125,0 0.050005,0.050005 0 0 0 0,0.03125 c -0.291266,0.06923 -0.590135,0.19983 -0.78125,0.4375 -0.282641,0.328422 -0.401461,0.745626 -0.46875,1.15625 -0.09612,0.640251 -0.04006,1.301405 0.03125,1.9375 0.08652,0.703658 0.205326,1.376189 0.375,2.0625 0.02,0.08426 0.07303,0.168374 0.09375,0.25 a 0.050005,0.050005 0 0 0 0,0.03125 0.050005,0.050005 0 0 0 0,0.03125 0.050005,0.050005 0 0 0 0,0.03125 0.050005,0.050005 0 0 0 0.03125,0 l 0.0625,0 4.59375,0.46875 0,0.1875 0,0.03125 a 0.050005,0.050005 0 0 0 0,0.03125 0.050005,0.050005 0 0 0 0.03125,0.03125 l 0.03125,0 3.96875,0.375 0.0625,0 a 0.050005,0.050005 0 0 0 0.03125,0 0.050005,0.050005 0 0 0 0,-0.03125 0.050005,0.050005 0 0 0 0,-0.03125 0.050005,0.050005 0 0 0 0,-0.03125 l 0.28125,-1.125 c 0.08761,0.449359 0.164528,0.858018 0.25,1.28125 0.002,0.01 -0.002,0.02127 0,0.03125 0.0054,0.0158 0.0258,0.01691 0.03125,0.03125 0.02181,0.05737 0.03806,0.120629 0.0625,0.15625 0.03055,0.04453 0.07454,0.09409 0.125,0.09375 0.05046,-3.37e-4 0.09462,-0.04919 0.125,-0.09375 0.0243,-0.03565 0.04084,-0.09925 0.0625,-0.15625 0.0054,-0.01425 0.02586,-0.01557 0.03125,-0.03125 a 0.050005,0.050005 0 0 0 0,-0.03125 l 0.25,-1.28125 0.28125,1.125 a 0.050005,0.050005 0 0 0 0,0.03125 l 0,0.03125 a 0.050005,0.050005 0 0 0 0,0.03125 0.050005,0.050005 0 0 0 0.03125,0 l 0.0625,0 3.96875,-0.375 a 0.050005,0.050005 0 0 0 0.03125,0 0.050005,0.050005 0 0 0 0.03125,-0.03125 0.050005,0.050005 0 0 0 0,-0.03125 l 0,-0.03125 0,-0.21875 4.59375,-0.4375 a 0.050005,0.050005 0 0 0 0.03125,0 0.050005,0.050005 0 0 0 0.03125,0 0.050005,0.050005 0 0 0 0.03125,0 0.050005,0.050005 0 0 0 0,-0.03125 0.050005,0.050005 0 0 0 0,-0.03125 0.050005,0.050005 0 0 0 0,-0.03125 c 0.09927,-0.372978 0.201637,-0.747919 0.28125,-1.125 0.09782,-0.502873 0.206978,-1.018007 0.25,-1.53125 8.56e-4,-0.01021 -8.2e-4,-0.02104 0,-0.03125 0.04501,-0.499379 0.03422,-1.031912 -0.03125,-1.53125 -0.06791,-0.423874 -0.1758,-0.848192 -0.46875,-1.1875 -0.191021,-0.237794 -0.489803,-0.368516 -0.78125,-0.4375 -0.01389,-0.0033 -0.01729,-0.02834 -0.03125,-0.03125 l -0.0625,0 -7,-1.375 c 0.578605,-3.59278 1.088587,-7.220459 1.4375,-10.84375 0.185606,-1.784156 0.327336,-3.55267 0.40625,-5.34375 l 28.09375,-4.5625 a 0.050005,0.050005 0 0 0 0.03125,0 c 0.01603,-0.0032 0.01585,-0.02623 0.03125,-0.03125 a 0.050005,0.050005 0 0 0 0,-0.03125 c 0.113013,-0.04503 0.18958,-0.131349 0.21875,-0.25 0.0077,-0.03145 0.06397,-0.02794 0.0625,-0.0625 a 0.050005,0.050005 0 0 0 0,-0.03125 l 0,-5.0625 0,-0.03125 c 6.4e-4,-0.02413 -0.03014,-0.03866 -0.03125,-0.0625 -0.02337,-0.501664 -0.410965,-0.931701 -0.90625,-1 -0.0096,-0.0013 -0.02158,0.001 -0.03125,0 a 0.050005,0.050005 0 0 0 0,-0.03125 0.050005,0.050005 0 0 0 -0.03125,0 l -0.03125,0 -23.53125,-1.78125 -0.03125,0 -0.03125,0 -3.78125,-1.5625 0,-0.03125 C 35.517489,8.2805897 35.403194,6.8282343 35.15625,5.375 34.999455,4.539239 34.823204,3.7020107 34.5,2.90625 34.396263,2.7291587 34.223707,2.6576159 34.03125,2.625 33.838793,2.5923841 33.615271,2.5934384 33.46875,2.5625 33.373159,2.539039 33.279419,2.5226169 33.1875,2.5 33.095581,2.4773831 33.02499,2.4607373 33,2.375 c 2e-5,-0.010496 1.57e-4,-0.020774 0,-0.03125 -0.0022,-0.1473663 -0.0087,-0.2950936 -0.03125,-0.4375 -0.02326,-0.1199278 -0.06228,-0.2252731 -0.09375,-0.34375 -0.04357,-0.1647004 -0.09116,-0.3418053 -0.15625,-0.5 -0.04566,-0.13569283 -0.124489,-0.25424267 -0.1875,-0.375 -0.04296,-0.0733644 -0.0692,-0.1478646 -0.125,-0.21875 C 32.363928,0.40814747 32.294741,0.35866921 32.25,0.3125 32.21883,0.28842774 32.193993,0.26948756 32.15625,0.25 c -0.02455,-0.0127106 -0.06329,0.007373 -0.09375,0 -0.01015,-0.002458 -0.02048,0.001121 -0.03125,0 a 0.050005,0.050005 0 0 0 0,-0.03125 c -0.01089,-8.0895e-4 -0.01977,-9.7401e-4 -0.03125,0 4.14e-4,-4.837e-5 -0.01894,5.0367e-4 -0.03125,0 -0.01231,-5.0367e-4 -0.01037,-0.0122022 -0.03125,0 z"; +var _beechcraft_svg = + "m 31.9375,0.21875 c -0.06777,0.0107988 -0.115451,0.0391469 -0.15625,0.0625 C 31.672725,0.37187346 31.571656,0.508205 31.5,0.625 c -0.03614,0.0602071 -0.06208,0.095702 -0.09375,0.15625 -0.07403,0.15902301 -0.135583,0.3268225 -0.1875,0.5 -0.04551,0.1172902 -0.09299,0.229501 -0.125,0.34375 C 31.061962,1.7428305 31.051772,1.8837099 31.03125,2 31.013723,2.1172825 31.001884,2.2232944 31,2.34375 a 0.050005,0.050005 0 0 0 0,0.03125 0.050005,0.050005 0 0 0 0,0.03125 c -0.0082,0.022808 -0.04473,0.016331 -0.0625,0.03125 -0.02369,0.019892 -0.05403,0.050775 -0.09375,0.0625 -0.07944,0.02345 -0.16785,0.042313 -0.25,0.0625 -0.142298,0.027931 -0.321549,0.011037 -0.5,0.03125 -0.178451,0.020213 -0.362341,0.079026 -0.5,0.1875 -0.232524,0.2710695 -0.269126,0.6354569 -0.375,0.9375 -0.515728,1.9222735 -0.692683,3.8981369 -0.8125,5.875 -0.0025,0.039801 -0.0291,0.08613 -0.03125,0.125 -5.12e-4,0.00925 5.69e-4,0.022042 0,0.03125 l -3.75,1.59375 -0.03125,0 -0.03125,0 L 1.03125,13.125 1,13.125 a 0.050005,0.050005 0 0 0 -0.03125,0 c -0.0142757,0.0014 -0.0171094,0.02929 -0.03125,0.03125 -0.49350918,0.06826 -0.88359986,0.49922 -0.90625,1 A 0.050005,0.050005 0 0 0 0,14.1875 c -2.5577425e-5,0.01009 -2.9111128e-4,0.02111 0,0.03125 A 0.050005,0.050005 0 0 0 0,14.25 l 0,5.0625 a 0.050005,0.050005 0 0 0 0,0.03125 0.050005,0.050005 0 0 0 0,0.03125 c 2.7397524e-4,0.0076 0.03048716,-0.0075 0.03125,0 a 0.050005,0.050005 0 0 0 0,0.03125 0.050005,0.050005 0 0 0 0.03125,0 c 0.02951574,0.118004 0.10643771,0.204628 0.21875,0.25 0.008119,0.0033 -0.008332,0.02849 0,0.03125 a 0.050005,0.050005 0 0 0 0,0.03125 c 0.007096,0.0018 0.0240449,-0.0015 0.03125,0 a 0.050005,0.050005 0 0 0 0.03125,0 L 28.4375,24.3125 c 0.07632,1.73868 0.196986,3.45307 0.375,5.1875 0.345732,3.673262 0.848433,7.32759 1.4375,10.96875 l -6.96875,1.375 -0.0625,0 a 0.050005,0.050005 0 0 0 -0.03125,0 0.050005,0.050005 0 0 0 0,0.03125 c -0.291266,0.06923 -0.590135,0.19983 -0.78125,0.4375 -0.282641,0.328422 -0.401461,0.745626 -0.46875,1.15625 -0.09612,0.640251 -0.04006,1.301405 0.03125,1.9375 0.08652,0.703658 0.205326,1.376189 0.375,2.0625 0.02,0.08426 0.07303,0.168374 0.09375,0.25 a 0.050005,0.050005 0 0 0 0,0.03125 0.050005,0.050005 0 0 0 0,0.03125 0.050005,0.050005 0 0 0 0,0.03125 0.050005,0.050005 0 0 0 0.03125,0 l 0.0625,0 4.59375,0.46875 0,0.1875 0,0.03125 a 0.050005,0.050005 0 0 0 0,0.03125 0.050005,0.050005 0 0 0 0.03125,0.03125 l 0.03125,0 3.96875,0.375 0.0625,0 a 0.050005,0.050005 0 0 0 0.03125,0 0.050005,0.050005 0 0 0 0,-0.03125 0.050005,0.050005 0 0 0 0,-0.03125 0.050005,0.050005 0 0 0 0,-0.03125 l 0.28125,-1.125 c 0.08761,0.449359 0.164528,0.858018 0.25,1.28125 0.002,0.01 -0.002,0.02127 0,0.03125 0.0054,0.0158 0.0258,0.01691 0.03125,0.03125 0.02181,0.05737 0.03806,0.120629 0.0625,0.15625 0.03055,0.04453 0.07454,0.09409 0.125,0.09375 0.05046,-3.37e-4 0.09462,-0.04919 0.125,-0.09375 0.0243,-0.03565 0.04084,-0.09925 0.0625,-0.15625 0.0054,-0.01425 0.02586,-0.01557 0.03125,-0.03125 a 0.050005,0.050005 0 0 0 0,-0.03125 l 0.25,-1.28125 0.28125,1.125 a 0.050005,0.050005 0 0 0 0,0.03125 l 0,0.03125 a 0.050005,0.050005 0 0 0 0,0.03125 0.050005,0.050005 0 0 0 0.03125,0 l 0.0625,0 3.96875,-0.375 a 0.050005,0.050005 0 0 0 0.03125,0 0.050005,0.050005 0 0 0 0.03125,-0.03125 0.050005,0.050005 0 0 0 0,-0.03125 l 0,-0.03125 0,-0.21875 4.59375,-0.4375 a 0.050005,0.050005 0 0 0 0.03125,0 0.050005,0.050005 0 0 0 0.03125,0 0.050005,0.050005 0 0 0 0.03125,0 0.050005,0.050005 0 0 0 0,-0.03125 0.050005,0.050005 0 0 0 0,-0.03125 0.050005,0.050005 0 0 0 0,-0.03125 c 0.09927,-0.372978 0.201637,-0.747919 0.28125,-1.125 0.09782,-0.502873 0.206978,-1.018007 0.25,-1.53125 8.56e-4,-0.01021 -8.2e-4,-0.02104 0,-0.03125 0.04501,-0.499379 0.03422,-1.031912 -0.03125,-1.53125 -0.06791,-0.423874 -0.1758,-0.848192 -0.46875,-1.1875 -0.191021,-0.237794 -0.489803,-0.368516 -0.78125,-0.4375 -0.01389,-0.0033 -0.01729,-0.02834 -0.03125,-0.03125 l -0.0625,0 -7,-1.375 c 0.578605,-3.59278 1.088587,-7.220459 1.4375,-10.84375 0.185606,-1.784156 0.327336,-3.55267 0.40625,-5.34375 l 28.09375,-4.5625 a 0.050005,0.050005 0 0 0 0.03125,0 c 0.01603,-0.0032 0.01585,-0.02623 0.03125,-0.03125 a 0.050005,0.050005 0 0 0 0,-0.03125 c 0.113013,-0.04503 0.18958,-0.131349 0.21875,-0.25 0.0077,-0.03145 0.06397,-0.02794 0.0625,-0.0625 a 0.050005,0.050005 0 0 0 0,-0.03125 l 0,-5.0625 0,-0.03125 c 6.4e-4,-0.02413 -0.03014,-0.03866 -0.03125,-0.0625 -0.02337,-0.501664 -0.410965,-0.931701 -0.90625,-1 -0.0096,-0.0013 -0.02158,0.001 -0.03125,0 a 0.050005,0.050005 0 0 0 0,-0.03125 0.050005,0.050005 0 0 0 -0.03125,0 l -0.03125,0 -23.53125,-1.78125 -0.03125,0 -0.03125,0 -3.78125,-1.5625 0,-0.03125 C 35.517489,8.2805897 35.403194,6.8282343 35.15625,5.375 34.999455,4.539239 34.823204,3.7020107 34.5,2.90625 34.396263,2.7291587 34.223707,2.6576159 34.03125,2.625 33.838793,2.5923841 33.615271,2.5934384 33.46875,2.5625 33.373159,2.539039 33.279419,2.5226169 33.1875,2.5 33.095581,2.4773831 33.02499,2.4607373 33,2.375 c 2e-5,-0.010496 1.57e-4,-0.020774 0,-0.03125 -0.0022,-0.1473663 -0.0087,-0.2950936 -0.03125,-0.4375 -0.02326,-0.1199278 -0.06228,-0.2252731 -0.09375,-0.34375 -0.04357,-0.1647004 -0.09116,-0.3418053 -0.15625,-0.5 -0.04566,-0.13569283 -0.124489,-0.25424267 -0.1875,-0.375 -0.04296,-0.0733644 -0.0692,-0.1478646 -0.125,-0.21875 C 32.363928,0.40814747 32.294741,0.35866921 32.25,0.3125 32.21883,0.28842774 32.193993,0.26948756 32.15625,0.25 c -0.02455,-0.0127106 -0.06329,0.007373 -0.09375,0 -0.01015,-0.002458 -0.02048,0.001121 -0.03125,0 a 0.050005,0.050005 0 0 0 0,-0.03125 c -0.01089,-8.0895e-4 -0.01977,-9.7401e-4 -0.03125,0 4.14e-4,-4.837e-5 -0.01894,5.0367e-4 -0.03125,0 -0.01231,-5.0367e-4 -0.01037,-0.0122022 -0.03125,0 z"; // From https://commons.wikimedia.org/wiki/File:Silhouette_An-124.svg // (which puts the original SVG in the public domain) var _heavy_svg = - "m28.64874,12.035023l0,8.801421l-4.585627,3.066495c0.126825,-0.257055 0.094102,-0.531839 0.095802,-0.802796l-0.015437,-3.087446l-2.230453,-0.012673l0.019009,3.599141c0.000513,0.577993 0.076338,0.923195 0.589296,1.241956l-5.533809,3.630512c0.166511,-0.256275 0.153699,-0.551367 0.153699,-0.841892l-0.005929,-3.270195l-2.160751,-0.012672l-0.006337,3.637159c0.016349,0.5301 0.096662,1.090947 0.576623,1.419379l-11.976014,7.825597c-2.106287,1.48859 -1.705322,3.044253 -1.56512,4.587637l26.645047,-9.048544l0,13.750239l0.722364,5.062875l-8.681027,6.387208c-1.239945,1.059417 -1.080616,2.171837 -0.842757,3.256969l11.278998,-2.946479c0.130159,3.116897 1.559821,3.171571 1.780561,0.006336l11.278998,2.94648c0.23786,-1.085133 0.397189,-2.197552 -0.842756,-3.256969l-8.681026,-6.387207l0.722362,-5.062875l0,-13.750239l26.645048,9.042207c0.140203,-1.543381 0.541167,-3.092711 -1.56512,-4.581301l-11.976015,-7.825597c0.47996,-0.328434 0.553938,-0.889279 0.570286,-1.419379l0,-3.63716l-2.160751,0.012673l-0.005378,3.328244c-0.002334,0.294243 0.007077,0.545056 0.178191,0.817583l-5.565189,-3.664251c0.512962,-0.318761 0.59512,-0.663963 0.595633,-1.241956l0.019009,-3.599141l-2.230454,0.012673l-0.015793,3.100403c0.001462,0.282341 -0.019949,0.535579 0.124839,0.794638l-4.614307,-3.071294l0,-8.801421c-1.111672,-11.152869 -5.489391,-11.217579 -6.735717,-0.006336z"; + "m28.64874,12.035023l0,8.801421l-4.585627,3.066495c0.126825,-0.257055 0.094102,-0.531839 0.095802,-0.802796l-0.015437,-3.087446l-2.230453,-0.012673l0.019009,3.599141c0.000513,0.577993 0.076338,0.923195 0.589296,1.241956l-5.533809,3.630512c0.166511,-0.256275 0.153699,-0.551367 0.153699,-0.841892l-0.005929,-3.270195l-2.160751,-0.012672l-0.006337,3.637159c0.016349,0.5301 0.096662,1.090947 0.576623,1.419379l-11.976014,7.825597c-2.106287,1.48859 -1.705322,3.044253 -1.56512,4.587637l26.645047,-9.048544l0,13.750239l0.722364,5.062875l-8.681027,6.387208c-1.239945,1.059417 -1.080616,2.171837 -0.842757,3.256969l11.278998,-2.946479c0.130159,3.116897 1.559821,3.171571 1.780561,0.006336l11.278998,2.94648c0.23786,-1.085133 0.397189,-2.197552 -0.842756,-3.256969l-8.681026,-6.387207l0.722362,-5.062875l0,-13.750239l26.645048,9.042207c0.140203,-1.543381 0.541167,-3.092711 -1.56512,-4.581301l-11.976015,-7.825597c0.47996,-0.328434 0.553938,-0.889279 0.570286,-1.419379l0,-3.63716l-2.160751,0.012673l-0.005378,3.328244c-0.002334,0.294243 0.007077,0.545056 0.178191,0.817583l-5.565189,-3.664251c0.512962,-0.318761 0.59512,-0.663963 0.595633,-1.241956l0.019009,-3.599141l-2.230454,0.012673l-0.015793,3.100403c0.001462,0.282341 -0.019949,0.535579 0.124839,0.794638l-4.614307,-3.071294l0,-8.801421c-1.111672,-11.152869 -5.489391,-11.217579 -6.735717,-0.006336z"; // From https://discussions.flightaware.com/ads-b-flight-tracking-f21/some-custom-svg-plane-icons-t37783.html // by Peter Lowden @@ -65,156 +65,156 @@ var _heavy_svg = // NB: scales are not accurate, they have been tweaked for the sake // of usability var _a320 = { - key: "a320", - scale: 0.45, - size: [64, 64], - anchor: [32, 28], - path: "m 32,1 2,1 2,3 0,18 4,1 0,-4 3,0 0,5 17,6 0,3 -15,-2 -9,0 0,12 -2,6 7,3 0,2 -8,-1 -1,2 -1,-2 -8,1 0,-2 7,-3 -2,-6 0,-12 -9,0 -15,2 0,-3 17,-6 0,-5 3,0 0,4 4,-1 0,-18 2,-3 2,-1z" + key: "a320", + scale: 0.45, + size: [64, 64], + anchor: [32, 28], + path: "m 32,1 2,1 2,3 0,18 4,1 0,-4 3,0 0,5 17,6 0,3 -15,-2 -9,0 0,12 -2,6 7,3 0,2 -8,-1 -1,2 -1,-2 -8,1 0,-2 7,-3 -2,-6 0,-12 -9,0 -15,2 0,-3 17,-6 0,-5 3,0 0,4 4,-1 0,-18 2,-3 2,-1z" }; var _b777 = { - key: "b777", - scale: 0.60, - size: [64, 64], - anchor: [32, 32], - path: "m 32,1 2,1 1,2 0,20 4,4 0,-4 3,0 0,4 -1,2 17,12 0,2 -16,-5 -7,0 0,13 -1,5 7,5 0,2 -8,-2 -1,2 -1,-2 -8,2 0,-2 7,-5 -1,-5 0,-13 -7,0 -16,5 0,-2 17,-12 -1,-2 0,-4 3,0 0,4 4,-4 0,-20 1,-2 2,-1z" + key: "b777", + scale: 0.60, + size: [64, 64], + anchor: [32, 32], + path: "m 32,1 2,1 1,2 0,20 4,4 0,-4 3,0 0,4 -1,2 17,12 0,2 -16,-5 -7,0 0,13 -1,5 7,5 0,2 -8,-2 -1,2 -1,-2 -8,2 0,-2 7,-5 -1,-5 0,-13 -7,0 -16,5 0,-2 17,-12 -1,-2 0,-4 3,0 0,4 4,-4 0,-20 1,-2 2,-1z" }; var _dash8 = { - key: "dash8", - scale: 0.45, - size: [64, 64], - anchor: [32, 30], - path: "m 32,1 3,4 0,20 4,0 0,-5 1,-1 1,1 0,5 17,2 0,3 -17,2 0,3 -1,1 -1,-1 0,-3 -4,0 0,15 -1,8 6,0 1,1 0,3 -8,0 -1,1 -1,-1 -8,0 0,-3 1,-1 6,0 -1,-8 0,-15 -4,0 0,3, -1,1 -1,-1 0,-3 -17,-2 0,-3 17,-2 0,-5 1,-1 1,1 0,5 4,0 0,-20 3,-4z" + key: "dash8", + scale: 0.45, + size: [64, 64], + anchor: [32, 30], + path: "m 32,1 3,4 0,20 4,0 0,-5 1,-1 1,1 0,5 17,2 0,3 -17,2 0,3 -1,1 -1,-1 0,-3 -4,0 0,15 -1,8 6,0 1,1 0,3 -8,0 -1,1 -1,-1 -8,0 0,-3 1,-1 6,0 -1,-8 0,-15 -4,0 0,3, -1,1 -1,-1 0,-3 -17,-2 0,-3 17,-2 0,-5 1,-1 1,1 0,5 4,0 0,-20 3,-4z" }; var _b200 = { - key: "b200", - scale: 0.375, - size: [64, 64], - anchor: [32, 19], - path: "m 32,1 1,0 1,2 1,4 0,5 5,0 0,-5 -1,-1 2,-2 2,2 -1,1 0,5 17,2 0,3 -17,3 0,1 -2,0 0,-1 -5,0 0,5 -2,8 6,3 0,2 -6,-1 -1,0 -6,1 0,-2 6,-3 -2,-8 0,-5 -5,0 0,1, -2,0 0,-1 -17,-3 0,-3 17,-2 0,-5 -1,-1 2,-2 2,2 -1,1 0,5 5,0 0,-5 1,-4 1,-2 z" + key: "b200", + scale: 0.375, + size: [64, 64], + anchor: [32, 19], + path: "m 32,1 1,0 1,2 1,4 0,5 5,0 0,-5 -1,-1 2,-2 2,2 -1,1 0,5 17,2 0,3 -17,3 0,1 -2,0 0,-1 -5,0 0,5 -2,8 6,3 0,2 -6,-1 -1,0 -6,1 0,-2 6,-3 -2,-8 0,-5 -5,0 0,1, -2,0 0,-1 -17,-3 0,-3 17,-2 0,-5 -1,-1 2,-2 2,2 -1,1 0,5 5,0 0,-5 1,-4 1,-2 z" }; var _g650 = { - key: "g650", - scale: 0.44, - size: [64, 64], - anchor: [32, 26], - path: "m 32,1 1,0 1,2 1,4 0,10 21,17 0,5 -2,-2 -16,-8 -3,0 0,3 2,0 1,1 0,5 -1,1 0,3 -2,0 0,1 7,5 0,3 -9,-3 -1,0 -9,3 0,-3 7,-5 0,-1 -2,0 0,-3 -1,-1 0,-5 1,-1 2,0 0,-3 -3,0 -16,8 -2,2 0,-5 21,-17 0,-10 1,-4 1,-2z" + key: "g650", + scale: 0.44, + size: [64, 64], + anchor: [32, 26], + path: "m 32,1 1,0 1,2 1,4 0,10 21,17 0,5 -2,-2 -16,-8 -3,0 0,3 2,0 1,1 0,5 -1,1 0,3 -2,0 0,1 7,5 0,3 -9,-3 -1,0 -9,3 0,-3 7,-5 0,-1 -2,0 0,-3 -1,-1 0,-5 1,-1 2,0 0,-3 -3,0 -16,8 -2,2 0,-5 21,-17 0,-10 1,-4 1,-2z" }; var _c130 = { - key: "c130", - scale: 0.60, - size: [64, 64], - anchor: [32, 17], - path: "m 31,1 1,0 1,1 1,2 0,8 3,0 0,-3 1,-1 1,1 0,3 6,0 0,-3 1,-1 1,1 0,3 10,1 0,2 -1,1 -17,3 -5,0 0,10 -1,1 8,2 0,1 -1,1 -8,0 -1,1 -1,-1 -8,0 -1,-1 0,-1 8,-2 -1,-1 0,-10 -5,0 -17,-3 -1,-1 0,-2 10,-1 0,-3 1,-1 1,1 0,3 6,0 0,-3 1,-1 1,1 0,3 3,0 0,-8 1,-2 1,-1 z" + key: "c130", + scale: 0.60, + size: [64, 64], + anchor: [32, 17], + path: "m 31,1 1,0 1,1 1,2 0,8 3,0 0,-3 1,-1 1,1 0,3 6,0 0,-3 1,-1 1,1 0,3 10,1 0,2 -1,1 -17,3 -5,0 0,10 -1,1 8,2 0,1 -1,1 -8,0 -1,1 -1,-1 -8,0 -1,-1 0,-1 8,-2 -1,-1 0,-10 -5,0 -17,-3 -1,-1 0,-2 10,-1 0,-3 1,-1 1,1 0,3 6,0 0,-3 1,-1 1,1 0,3 3,0 0,-8 1,-2 1,-1 z" }; var _balloon = { - key: "balloon", - scale: 0.50, - size: [64, 64], - anchor: [32, 32], - path: "m 27,1 10,0 3,1 3,1 1,1 2,1 6,6 1,2 1,1 1,3 1,3 0,10 -1,3 -1,3 -1,1 -1,2 -6,6 -2,1 -1,1 -2,1 -2,1 -2,8 -1,0 2,-8 -3,1 -6,0 -3,-1 2,8 9,0 0,6 -10,0 0,-6 -2,-8 -2,-1 -2,-1 -1,-1 -2,-1 -6,-6 -1,-2 -1,-1 -1,-3 -1,-3 0,-10 1,-3 1,-3 1,-1 1,-2 6,-6 2,-1 1,-1 3,-1 3,-1 z", - noRotate: true, - markerRadius: 32 + key: "balloon", + scale: 0.50, + size: [64, 64], + anchor: [32, 32], + path: "m 27,1 10,0 3,1 3,1 1,1 2,1 6,6 1,2 1,1 1,3 1,3 0,10 -1,3 -1,3 -1,1 -1,2 -6,6 -2,1 -1,1 -2,1 -2,1 -2,8 -1,0 2,-8 -3,1 -6,0 -3,-1 2,8 9,0 0,6 -10,0 0,-6 -2,-8 -2,-1 -2,-1 -1,-1 -2,-1 -6,-6 -1,-2 -1,-1 -1,-3 -1,-3 0,-10 1,-3 1,-3 1,-1 1,-2 6,-6 2,-1 1,-1 3,-1 3,-1 z", + noRotate: true, + markerRadius: 32 }; var _helicopter = { - key : "helicopter", - scale : 0.40, - size : [64, 64], - anchor : [22, 32], - path : _rotorcraft_svg + key: "helicopter", + scale: 0.40, + size: [64, 64], + anchor: [22, 32], + path: _rotorcraft_svg }; var _single_prop = { - key : "single_prop", - scale : 0.35, - size : [64, 64], - anchor : [32, 25], - path : _beechcraft_svg + key: "single_prop", + scale: 0.35, + size: [64, 64], + anchor: [32, 25], + path: _beechcraft_svg }; // by Oliver Jowett // licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/) var _a380 = { - key: "a380", - scale: 0.75, - size: [64, 64], - anchor: [32, 30], - path: "m 32,59 -1,-4 -4,1 -7,3 -1,0 1,-3 1,-1 7,-6 2,-2 -1,-5 0,-9 -1,-2 -2,0 -6,2 -5,2 -5,2 -9,4 0,1 0,-3 1,-2 9,-7 -1,-1 0,-4 1,-1 1,0 1,1 0,3 1,0 5,-4 0,-5 1,-1 1,0 1,1 0,3 6,-5 1,-2 0,-7 1,-5 1,-2 1,-1 1,1 1,2 1,5 0,7 1,2 6,5 0,-3 1,-1 1,0 1,1 0,5 5,4 1,0 0,-3 1,-1 1,0 1,1 0,4 -1,1 9,7 1,2 0,3 0,-1 -9,-4 -5,-2 -5,-2 -6,-2 -2,0 -1,2 0,9 -1,5 2,2 7,6 1,1 1,3 -1,0 -7,-3 -4,-1 -1,4 z" + key: "a380", + scale: 0.75, + size: [64, 64], + anchor: [32, 30], + path: "m 32,59 -1,-4 -4,1 -7,3 -1,0 1,-3 1,-1 7,-6 2,-2 -1,-5 0,-9 -1,-2 -2,0 -6,2 -5,2 -5,2 -9,4 0,1 0,-3 1,-2 9,-7 -1,-1 0,-4 1,-1 1,0 1,1 0,3 1,0 5,-4 0,-5 1,-1 1,0 1,1 0,3 6,-5 1,-2 0,-7 1,-5 1,-2 1,-1 1,1 1,2 1,5 0,7 1,2 6,5 0,-3 1,-1 1,0 1,1 0,5 5,4 1,0 0,-3 1,-1 1,0 1,1 0,4 -1,1 9,7 1,2 0,3 0,-1 -9,-4 -5,-2 -5,-2 -6,-2 -2,0 -1,2 0,9 -1,5 2,2 7,6 1,1 1,3 -1,0 -7,-3 -4,-1 -1,4 z" }; var _b738 = { - key: "b738", - scale: 0.53, - size: [64, 64], - anchor: [32, 32], - path: "m 32,61 -1,-1 -9,2 -2,1 0,-2 9,-6 1,-1 -1,-9 0,-11 -7,0 -1,1 0,-1 -3,1 -1,1 0,-1 -3,1 -9,3 -1,1 0,-2 1,-2 17,-9 1,-1 -1,-2 0,-3 1,-1 2,0 1,1 0,3 3,-2 0,-13 1,-5 1,-3 1,-1 1,1 1,3 1,5 0,13 3,2 0,-3 1,-1 2,0 1,1 0,3 -1,2 1,1 17,9 1,2 0,2 -1,-1 -9,-3 -3,-1 0,1 -1,-1 -3,-1 0,1 -1,-1 -7,0 0,11 -1,9 1,1 9,6 0,2 -2,-1 -9,-2 -1,1 z" + key: "b738", + scale: 0.53, + size: [64, 64], + anchor: [32, 32], + path: "m 32,61 -1,-1 -9,2 -2,1 0,-2 9,-6 1,-1 -1,-9 0,-11 -7,0 -1,1 0,-1 -3,1 -1,1 0,-1 -3,1 -9,3 -1,1 0,-2 1,-2 17,-9 1,-1 -1,-2 0,-3 1,-1 2,0 1,1 0,3 3,-2 0,-13 1,-5 1,-3 1,-1 1,1 1,3 1,5 0,13 3,2 0,-3 1,-1 2,0 1,1 0,3 -1,2 1,1 17,9 1,2 0,2 -1,-1 -9,-3 -3,-1 0,1 -1,-1 -3,-1 0,1 -1,-1 -7,0 0,11 -1,9 1,1 9,6 0,2 -2,-1 -9,-2 -1,1 z" }; var _b744 = { - key: "b744", - scale: 0.71, - size: [64, 64], - anchor: [32, 32], - path: "m 32,61.4 -0.6,-3 -8.9,2.4 0,-2.1 7.6,-6.8 -0.5,-4.2 -0.4,-4.3 0,-11.7 -2.1,0.7 -0.3,1.2 -0.2,-1 -1.8,0.6 -0.3,1 -0.2,-0.9 -3.2,1.1 -0.7,0.4 -0.3,1.1 -0.2,-0.8 -2.2,1.3 -0.3,1.2 -0.2,-0.9 -8.9,5 -2.7,2.1 -0.7,1.5 0,-1.3 0.6,-2.3 0,-1.2 8.5,-7.1 -0.5,-3.3 0.2,-1.3 1.9,0 0.2,1.3 -0.4,2 6.2,-5.7 -0.6,-3.2 0.2,-1.3 1.9,0 0.2,1.3 -0.3,2 6.2,-5.8 0,-6.5 0.3,-3.78 0.7,-4.2 0.8,-2.1 1,-1.1 1,1.1 0.8,2.1 0.7,4.2 0.3,3.78 0,6.5 6.2,5.8 -0.3,-2 0.2,-1.3 1.9,0 0.2,1.3 -0.6,3.2 6.2,5.7 -0.4,-2 0.2,-1.3 1.9,0 0.2,1.3 -0.5,3.3 8.5,7.1 0,1.2 0.6,2.3 0,1.3 -0.7,-1.5 -2.7,-2.1 -8.9,-5 -0.2,0.9 -0.3,-1.2 -2.2,-1.3 -0.2,0.8 -0.3,-1.1 -0.7,-0.4 -3.2,-1.1 -0.2,0.9 -0.3,-1 -1.8,-0.6 -0.2,1 -0.3,-1.2 -2.1,-0.7 0,11.7 -0.4,4.3 -0.5,4.2 7.6,6.8 0,2.1 -8.9,-2.4 -0.6,3 z" + key: "b744", + scale: 0.71, + size: [64, 64], + anchor: [32, 32], + path: "m 32,61.4 -0.6,-3 -8.9,2.4 0,-2.1 7.6,-6.8 -0.5,-4.2 -0.4,-4.3 0,-11.7 -2.1,0.7 -0.3,1.2 -0.2,-1 -1.8,0.6 -0.3,1 -0.2,-0.9 -3.2,1.1 -0.7,0.4 -0.3,1.1 -0.2,-0.8 -2.2,1.3 -0.3,1.2 -0.2,-0.9 -8.9,5 -2.7,2.1 -0.7,1.5 0,-1.3 0.6,-2.3 0,-1.2 8.5,-7.1 -0.5,-3.3 0.2,-1.3 1.9,0 0.2,1.3 -0.4,2 6.2,-5.7 -0.6,-3.2 0.2,-1.3 1.9,0 0.2,1.3 -0.3,2 6.2,-5.8 0,-6.5 0.3,-3.78 0.7,-4.2 0.8,-2.1 1,-1.1 1,1.1 0.8,2.1 0.7,4.2 0.3,3.78 0,6.5 6.2,5.8 -0.3,-2 0.2,-1.3 1.9,0 0.2,1.3 -0.6,3.2 6.2,5.7 -0.4,-2 0.2,-1.3 1.9,0 0.2,1.3 -0.5,3.3 8.5,7.1 0,1.2 0.6,2.3 0,1.3 -0.7,-1.5 -2.7,-2.1 -8.9,-5 -0.2,0.9 -0.3,-1.2 -2.2,-1.3 -0.2,0.8 -0.3,-1.1 -0.7,-0.4 -3.2,-1.1 -0.2,0.9 -0.3,-1 -1.8,-0.6 -0.2,1 -0.3,-1.2 -2.1,-0.7 0,11.7 -0.4,4.3 -0.5,4.2 7.6,6.8 0,2.1 -8.9,-2.4 -0.6,3 z" }; var TypeDesignatorIcons = { - 'A318': _a320, // shortened a320 - 'A319': _a320, // shortened a320 - 'A320': _a320, - 'A321': _a320, // stretched a320 - - 'A388': _a380, - - // dubious since these are old-generation 737s - // but the shape is similar - 'B731': _b738, - 'B732': _b738, - 'B733': _b738, - 'B734': _b738, - 'B735': _b738, - - // these probably need reworking - // since they vary in length - 'B736': _b738, - 'B737': _b738, - 'B738': _b738, - 'B739': _b738, - - 'B741': _b744, - 'B742': _b744, - 'B743': _b744, - 'B744': _b744, - 'B74D': _b744, - 'B74S': _b744, - 'B74R': _b744, - 'BLCF': _b744, - 'BSCA': _b744, // hah! - 'B748': _b744, - - 'B772': _b777, // all pretty similar except for length - 'B77W': _b777, - 'B773': _b777, - 'B77L': _b777, - - 'DH8A': _dash8, - 'DH8B': _dash8, - 'DH8C': _dash8, - 'DH8D': _dash8, - - 'BE20': _b200, - - 'GLF5': _g650, // close enough - 'GLF6': _g650, - - 'C130': _c130, - 'C30J': _c130 + 'A318': _a320, // shortened a320 + 'A319': _a320, // shortened a320 + 'A320': _a320, + 'A321': _a320, // stretched a320 + + 'A388': _a380, + + // dubious since these are old-generation 737s + // but the shape is similar + 'B731': _b738, + 'B732': _b738, + 'B733': _b738, + 'B734': _b738, + 'B735': _b738, + + // these probably need reworking + // since they vary in length + 'B736': _b738, + 'B737': _b738, + 'B738': _b738, + 'B739': _b738, + + 'B741': _b744, + 'B742': _b744, + 'B743': _b744, + 'B744': _b744, + 'B74D': _b744, + 'B74S': _b744, + 'B74R': _b744, + 'BLCF': _b744, + 'BSCA': _b744, // hah! + 'B748': _b744, + + 'B772': _b777, // all pretty similar except for length + 'B77W': _b777, + 'B773': _b777, + 'B77L': _b777, + + 'DH8A': _dash8, + 'DH8B': _dash8, + 'DH8C': _dash8, + 'DH8D': _dash8, + + 'BE20': _b200, + + 'GLF5': _g650, // close enough + 'GLF6': _g650, + + 'C130': _c130, + 'C30J': _c130 }; // Maps ICAO aircraft type description codes (e.g. "L2J") to aircraft icons. This is used if the ICAO type designator (e.g. "B731") @@ -225,98 +225,98 @@ var TypeDesignatorIcons = { // a dash (e.g. "L2J-M"). var TypeDescriptionIcons = { - 'H': _helicopter, + 'H': _helicopter, - 'L1P': _single_prop, - 'L1T': _single_prop, + 'L1P': _single_prop, + 'L1T': _single_prop, - 'L2T': _dash8, + 'L2T': _dash8, - 'L2J-L': _g650, - 'L2J-M': _a320, - 'L2J-H': _b777, + 'L2J-L': _g650, + 'L2J-M': _a320, + 'L2J-H': _b777, - 'L4T': _c130, - 'L4J-H': _b744 + 'L4T': _c130, + 'L4J-H': _b744 }; var CategoryIcons = { - "A1" : _single_prop, + "A1": _single_prop, - "A2" : _g650, + "A2": _g650, - "A3" : _a320, + "A3": _a320, - "A5" : _b777, + "A5": _b777, - "A7" : _helicopter, + "A7": _helicopter, - "B2" : _balloon + "B2": _balloon }; var DefaultIcon = { - key : "default", - scale : 0.4, - size : [64, 64], - anchor : [32, 32], - path : _generic_plane_svg + key: "default", + scale: 0.4, + size: [64, 64], + anchor: [32, 32], + path: _generic_plane_svg }; function getBaseMarker(category, typeDesignator, typeDescription, wtc) { - if (typeDesignator in TypeDesignatorIcons) { - return TypeDesignatorIcons[typeDesignator]; + if (typeDesignator in TypeDesignatorIcons) { + return TypeDesignatorIcons[typeDesignator]; + } + + if (typeDescription !== undefined && typeDescription !== null && typeDescription.length === 3) { + if (wtc !== undefined && wtc !== null && wtc.length === 1) { + var typeDescriptionWithWtc = typeDescription + "-" + wtc; + if (typeDescriptionWithWtc in TypeDescriptionIcons) { + return TypeDescriptionIcons[typeDescriptionWithWtc]; + } } - if (typeDescription !== undefined && typeDescription !== null && typeDescription.length === 3) { - if (wtc !== undefined && wtc !== null && wtc.length === 1) { - var typeDescriptionWithWtc = typeDescription + "-" + wtc; - if (typeDescriptionWithWtc in TypeDescriptionIcons) { - return TypeDescriptionIcons[typeDescriptionWithWtc]; - } - } - - if (typeDescription in TypeDescriptionIcons) { - return TypeDescriptionIcons[typeDescription]; - } - - var basicType = typeDescription.charAt(0); - if (basicType in TypeDescriptionIcons) { - return TypeDescriptionIcons[basicType]; - } + if (typeDescription in TypeDescriptionIcons) { + return TypeDescriptionIcons[typeDescription]; } - if (category in CategoryIcons) { - return CategoryIcons[category]; + var basicType = typeDescription.charAt(0); + if (basicType in TypeDescriptionIcons) { + return TypeDescriptionIcons[basicType]; } + } - return DefaultIcon; + if (category in CategoryIcons) { + return CategoryIcons[category]; + } + + return DefaultIcon; } function svgPathToSvg(path, size, stroke, width, fill, transparentBorderWidth) { - var svg = ''; - svg += ' 0) { - // If the border is 100% transparent, OpenLayers will ignore it completely - see - // https://github.com/openlayers/ol3/issues/2961. The stroke opacity is set to 1% as a workaround. - // This is transparent enough to be invisible to the user. - svg += ''; - } - svg += ''; - return svg; + var svg = ''; + svg += ' 0) { + // If the border is 100% transparent, OpenLayers will ignore it completely - see + // https://github.com/openlayers/ol3/issues/2961. The stroke opacity is set to 1% as a workaround. + // This is transparent enough to be invisible to the user. + svg += ''; + } + svg += ''; + return svg; } function svgPathToURI(path, size, stroke, width, fill, transparentBorderWidth) { - return "data:image/svg+xml;base64," + btoa(svgPathToSvg(path, size, stroke, width, fill, transparentBorderWidth)); + return "data:image/svg+xml;base64," + btoa(svgPathToSvg(path, size, stroke, width, fill, transparentBorderWidth)); } diff --git a/public_html/myMarkers.js b/public_html/myMarkers.js index aea96583..378f6d3f 100644 --- a/public_html/myMarkers.js +++ b/public_html/myMarkers.js @@ -7,584 +7,584 @@ // AKISSACK show generic a/c like a radar trace. this sticks out and prompts me to get it ID'd and in my database Ref: AK9H var _mygeneric_plane_svg = "m 31.951352,0.31086703 8.72104,0.100532 -0.01134,14.62998797 -8.50712,0.0055 0.179586,5.038394 8.524386,0.07686 0.0147,1.1569 -8.543082,-0.114492 0.05718,4.553893 8.259265,0.0117 -0.005,0.868614 -8.299319,0.01224 0.04593,4.237193 7.898178,0.08527 0.0381,0.863612 -7.88027,0.107219 0.128879,4.178684 7.514802,0.03174 -0.03878,0.658966 -7.56559,0.01482 -8.0918,-0.03001 -3.94e-4,-0.645339 8.154243,0.0039 -0.130248,-4.266904 -8.359969,-0.02777 -0.0066,-0.955515 8.305072,0.0096 -0.04338,-4.259271 -8.512047,-0.11019 -0.0245,-0.825853 8.584908,0.0085 -0.02596,-4.525094 -8.936355,-0.03374 0.05842,-1.170507 8.87914,0.09501 -0.207822,-5.048814 -8.962163,-0.05266 -0.0572,-14.70532397 8.79702,0.02795 -0.0092,1.09671897 -7.72458,-0.0056 0.0435,12.398944 15.297784,-0.01676 -0.09186,-12.351971 -7.464079,-0.02998 z"; -var _2jet_svg = "M 475.146,244.099 365.242,180.13169 c -7.851,-3.66569 12.02002,7.81451 -7.851,-3.66569 l -47.103,-27.052 29.8835,17.6065 7.25581,5.3477 0.59419,-28.8997 4.905,0 c 0,-7.851 -7.466,-16.683 -16.683,-16.683 -9.213,0 -16.679,8.832 -16.679,16.683 l 4.905,0 0,23.552 7.85,0 L 302.436,144.904 277.162,130.387 C 277.163,18.031 239.636,0 239.636,0 c 0,0 -37.532,18.031 -37.532,130.385 l -25.273,14.517 -29.8835,22.1165 7.851,0 0,-23.552 4.907,0 c 0,-7.851 -7.468,-16.683 -16.683,-16.683 -9.215,0 -16.681,8.832 -16.681,16.683 l 4.907,0 -1.18838,29.49388 9.03638,-5.94188 29.8835,-17.6065 -47.101,27.052 c -20.03834,10.88479 18.40601,-9.77191 -7.85,4.506 l -109.906,63.129 0,10.791 c 0,0 -2.276,12.76 -2.276,21.589 l 10.614,-3.924 9.325,3.924 1.963,-9.811 51.027,-12.407 c 26.26015,-6.78737 -18.619744,4.4256 7.85,-1.899 l 39.252,-9.538 c 25.05692,-5.99689 -15.67866,2.53076 7.85,-1.907 l 39.25,-9.538 c 17.59611,-4.36712 -15.25851,4.05536 7.85,-1.918 l 22.57,-5.484 c 0,0 1.224,16.438 9.327,24.538 0,0 0.981,33.361 0.981,76.049 0,42.687 16.681,85.863 16.681,85.863 l -74.087,46.121 -0.487,21.588 83.284,-20.606 c 0,0 -3.312,14.227 4.539,18.643 7.849,-4.408 3.4,-18.643 3.4,-18.643 l 82.148,20.606 -0.485,-21.588 -74.077,-46.121 c 0,0 16.679,-43.177 16.679,-85.863 0,-42.688 0.998,-76.049 0.998,-76.049 8.095,-8.1 9.369,-24.538 9.369,-24.538 l 24.77,6.021 c 24.72003,5.56882 -10.63581,-3.36689 7.851,1.909 l 39.252,9.538 c 18.62615,5.68891 -15.25851,-3.29296 7.85,1.907 l 39.249,9.538 c 24.6759,6.30968 -21.14067,-6.18719 7.85,1.892 l 48.891,11.886 2.107,9.811 9.606,-3.924 11.192,3.924 c 0,-8.829 -1.142,-21.589 -1.142,-21.589 l 0,-10.791 z"; +var _2jet_svg = "M 475.146,244.099 365.242,180.13169 c -7.851,-3.66569 12.02002,7.81451 -7.851,-3.66569 l -47.103,-27.052 29.8835,17.6065 7.25581,5.3477 0.59419,-28.8997 4.905,0 c 0,-7.851 -7.466,-16.683 -16.683,-16.683 -9.213,0 -16.679,8.832 -16.679,16.683 l 4.905,0 0,23.552 7.85,0 L 302.436,144.904 277.162,130.387 C 277.163,18.031 239.636,0 239.636,0 c 0,0 -37.532,18.031 -37.532,130.385 l -25.273,14.517 -29.8835,22.1165 7.851,0 0,-23.552 4.907,0 c 0,-7.851 -7.468,-16.683 -16.683,-16.683 -9.215,0 -16.681,8.832 -16.681,16.683 l 4.907,0 -1.18838,29.49388 9.03638,-5.94188 29.8835,-17.6065 -47.101,27.052 c -20.03834,10.88479 18.40601,-9.77191 -7.85,4.506 l -109.906,63.129 0,10.791 c 0,0 -2.276,12.76 -2.276,21.589 l 10.614,-3.924 9.325,3.924 1.963,-9.811 51.027,-12.407 c 26.26015,-6.78737 -18.619744,4.4256 7.85,-1.899 l 39.252,-9.538 c 25.05692,-5.99689 -15.67866,2.53076 7.85,-1.907 l 39.25,-9.538 c 17.59611,-4.36712 -15.25851,4.05536 7.85,-1.918 l 22.57,-5.484 c 0,0 1.224,16.438 9.327,24.538 0,0 0.981,33.361 0.981,76.049 0,42.687 16.681,85.863 16.681,85.863 l -74.087,46.121 -0.487,21.588 83.284,-20.606 c 0,0 -3.312,14.227 4.539,18.643 7.849,-4.408 3.4,-18.643 3.4,-18.643 l 82.148,20.606 -0.485,-21.588 -74.077,-46.121 c 0,0 16.679,-43.177 16.679,-85.863 0,-42.688 0.998,-76.049 0.998,-76.049 8.095,-8.1 9.369,-24.538 9.369,-24.538 l 24.77,6.021 c 24.72003,5.56882 -10.63581,-3.36689 7.851,1.909 l 39.252,9.538 c 18.62615,5.68891 -15.25851,-3.29296 7.85,1.907 l 39.249,9.538 c 24.6759,6.30968 -21.14067,-6.18719 7.85,1.892 l 48.891,11.886 2.107,9.811 9.606,-3.924 11.192,3.924 c 0,-8.829 -1.142,-21.589 -1.142,-21.589 l 0,-10.791 z"; -var _miljet_svg = - "m 199.448,397.915 -54.711,47.837 4.634,22.726 56.451,0.093 7.851,-5.892 c 3.438,12.275 9.325,14.72 9.325,14.72 l 15.701,0 15.701,0 c 0,0 5.887,-2.444 9.321,-14.72 l 7.851,5.892 56.456,-0.093 4.629,-22.726 -54.705,-47.837 0,-22.569 109.903,0 0,-23.552 c 0,0 -2.981,-2.653 -7.851,-7.005 l 0,-16.547 -4.416,-9.811 c 0,0 -3.435,-38.271 -3.435,-52.501 0,14.23 -3.435,52.501 -3.435,52.501 l -4.416,9.811 0,2.408 c -28.885,-26.137 -89.53255,-74.08662 -92.20155,-81.09062 0,0 -4.52674,-36.01665 -13.28545,-87.64538 0,0 2.43056,-7.3947 -21.12044,-31.4387 -24.531,24.036 -19.10156,31.4387 -19.10156,31.4387 -9.75614,43.53724 -13.28545,86.63394 -13.28545,86.63394 -2.669,7.005 -63.32455,55.97506 -92.20055,82.10206 l 0,-2.408 -4.412,-9.811 c 0,0 -3.438,-38.271 -3.438,-52.501 0,14.23 -3.438,52.501 -3.438,52.501 l -4.426,9.811 0,16.547 c -4.869,4.368 -7.851,7.005 -7.851,7.005 l 0,23.552 109.905,0 0,22.569 z"; +var _miljet_svg = + "m 199.448,397.915 -54.711,47.837 4.634,22.726 56.451,0.093 7.851,-5.892 c 3.438,12.275 9.325,14.72 9.325,14.72 l 15.701,0 15.701,0 c 0,0 5.887,-2.444 9.321,-14.72 l 7.851,5.892 56.456,-0.093 4.629,-22.726 -54.705,-47.837 0,-22.569 109.903,0 0,-23.552 c 0,0 -2.981,-2.653 -7.851,-7.005 l 0,-16.547 -4.416,-9.811 c 0,0 -3.435,-38.271 -3.435,-52.501 0,14.23 -3.435,52.501 -3.435,52.501 l -4.416,9.811 0,2.408 c -28.885,-26.137 -89.53255,-74.08662 -92.20155,-81.09062 0,0 -4.52674,-36.01665 -13.28545,-87.64538 0,0 2.43056,-7.3947 -21.12044,-31.4387 -24.531,24.036 -19.10156,31.4387 -19.10156,31.4387 -9.75614,43.53724 -13.28545,86.63394 -13.28545,86.63394 -2.669,7.005 -63.32455,55.97506 -92.20055,82.10206 l 0,-2.408 -4.412,-9.811 c 0,0 -3.438,-38.271 -3.438,-52.501 0,14.23 -3.438,52.501 -3.438,52.501 l -4.426,9.811 0,16.547 c -4.869,4.368 -7.851,7.005 -7.851,7.005 l 0,23.552 109.905,0 0,22.569 z"; -var _mil_jet_svg = "M53.982,430.929h1.529c6.352,0,7.961-4.297,7.961-8.296v-6.235l129.554,12.844L197.917,459"+ - "c5.62-4.444,9.084,16.651,9.084,16.651c12.952,10.303,33.192-0.076,33.192-0.076s19.31,10.379,32.258,0.076"+ - "c0,0,3.462-21.096,9.085-16.651l4.889-29.759l130.313-12.912v6.304c0,3.999-0.136,8.296,6.212,8.296h1.53"+ - "c6.348,0,7.959-4.297,7.959-8.296v-47.271c0-4.003-1.611-22.938-7.959-22.938h-1.53c-4.132,0-5.507,8.011-5.968,14.719"+ - "l-55.198-53.282v-36.752c0-6.104-4.94-34.588-11.028-34.588h-1.482c-6.092,0-11.036,28.484-11.036,34.588v14.021l-7.851-7.573"+ - "v-28.71c1.907,0.461,3.502,0.942,4.544,1.411l2.332-17.817c0,0-2.989-2.837-7.546-7.207c-1.53-10.51-5.594-27.97-10.363-27.97"+ - "h-1.479c-2.408,0-4.641,4.48-6.456,10.253c-12.307-12.044-24.846-24.628-27.102-28.074c-4.653-7.111-22.326-70.393-25.652-112.715"+ - "S240.202,0,240.202,0s-16.096,30.404-19.43,72.727c-3.338,42.322-21.003,105.604-25.655,112.715"+ - "c-2.224,3.4-14.399,15.631-26.511,27.491c-1.773-5.492-3.934-9.67-6.264-9.67h-1.479c-4.646,0-8.61,16.524-10.243,27.1"+ - "c-5.031,4.833-8.439,8.069-8.439,8.069l2.334,17.825c1.176-0.537,3.058-1.074,5.312-1.596v28.137l-7.851,7.582v-13.289"+ - "c0-6.087-4.943-34.571-11.035-34.571h-1.48c-6.089,0-11.034,28.484-11.034,34.588v36.019l-55.724,53.788"+ - "c-0.998-6.673-3.102-14.491-7.191-14.491h-1.529c-6.352,0-6.211,18.936-6.211,22.938v47.271"+ - "C47.771,426.632,47.631,430.929,53.982,430.929z M306.835,250.951v9.874l-11.638-11.249"+ - "C295.198,249.576,300.263,250.105,306.835,250.951z M173.378,250.851c6.193-0.789,10.87-1.274,10.87-1.274l-10.87,10.495V250.851z"; +var _mil_jet_svg = "M53.982,430.929h1.529c6.352,0,7.961-4.297,7.961-8.296v-6.235l129.554,12.844L197.917,459" + + "c5.62-4.444,9.084,16.651,9.084,16.651c12.952,10.303,33.192-0.076,33.192-0.076s19.31,10.379,32.258,0.076" + + "c0,0,3.462-21.096,9.085-16.651l4.889-29.759l130.313-12.912v6.304c0,3.999-0.136,8.296,6.212,8.296h1.53" + + "c6.348,0,7.959-4.297,7.959-8.296v-47.271c0-4.003-1.611-22.938-7.959-22.938h-1.53c-4.132,0-5.507,8.011-5.968,14.719" + + "l-55.198-53.282v-36.752c0-6.104-4.94-34.588-11.028-34.588h-1.482c-6.092,0-11.036,28.484-11.036,34.588v14.021l-7.851-7.573" + + "v-28.71c1.907,0.461,3.502,0.942,4.544,1.411l2.332-17.817c0,0-2.989-2.837-7.546-7.207c-1.53-10.51-5.594-27.97-10.363-27.97" + + "h-1.479c-2.408,0-4.641,4.48-6.456,10.253c-12.307-12.044-24.846-24.628-27.102-28.074c-4.653-7.111-22.326-70.393-25.652-112.715" + + "S240.202,0,240.202,0s-16.096,30.404-19.43,72.727c-3.338,42.322-21.003,105.604-25.655,112.715" + + "c-2.224,3.4-14.399,15.631-26.511,27.491c-1.773-5.492-3.934-9.67-6.264-9.67h-1.479c-4.646,0-8.61,16.524-10.243,27.1" + + "c-5.031,4.833-8.439,8.069-8.439,8.069l2.334,17.825c1.176-0.537,3.058-1.074,5.312-1.596v28.137l-7.851,7.582v-13.289" + + "c0-6.087-4.943-34.571-11.035-34.571h-1.48c-6.089,0-11.034,28.484-11.034,34.588v36.019l-55.724,53.788" + + "c-0.998-6.673-3.102-14.491-7.191-14.491h-1.529c-6.352,0-6.211,18.936-6.211,22.938v47.271" + + "C47.771,426.632,47.631,430.929,53.982,430.929z M306.835,250.951v9.874l-11.638-11.249" + + "C295.198,249.576,300.263,250.105,306.835,250.951z M173.378,250.851c6.193-0.789,10.87-1.274,10.87-1.274l-10.87,10.495V250.851z"; -var _4jet_svg = "m 28.64874,12.035023l0,8.801421l-4.585627,3.066495c0.126825,-0.257055 0.094102,-0.531839 0.095802,-0.802796l-0.015437,-3.087446l-2.230453,-0.012673l0.019009,3.599141c0.000513,0.577993 0.076338,0.923195 0.589296,1.241956l-5.533809,3.630512c0.166511,-0.256275 0.153699,-0.551367 0.153699,-0.841892l-0.005929,-3.270195l-2.160751,-0.012672l-0.006337,3.637159c0.016349,0.5301 0.096662,1.090947 0.576623,1.419379l-11.976014,7.825597c-2.106287,1.48859 -1.705322,3.044253 -1.56512,4.587637l26.645047,-9.048544l0,13.750239l0.722364,5.062875l-8.681027,6.387208c-1.239945,1.059417 -1.080616,2.171837 -0.842757,3.256969l11.278998,-2.946479c0.130159,3.116897 1.559821,3.171571 1.780561,0.006336l11.278998,2.94648c0.23786,-1.085133 0.397189,-2.197552 -0.842756,-3.256969l-8.681026,-6.387207l0.722362,-5.062875l0,-13.750239l26.645048,9.042207c0.140203,-1.543381 0.541167,-3.092711 -1.56512,-4.581301l-11.976015,-7.825597c0.47996,-0.328434 0.553938,-0.889279 0.570286,-1.419379l0,-3.63716l-2.160751,0.012673l-0.005378,3.328244c-0.002334,0.294243 0.007077,0.545056 0.178191,0.817583l-5.565189,-3.664251c0.512962,-0.318761 0.59512,-0.663963 0.595633,-1.241956l0.019009,-3.599141l-2.230454,0.012673l-0.015793,3.100403c0.001462,0.282341 -0.019949,0.535579 0.124839,0.794638l-4.614307,-3.071294l0,-8.801421c-1.111672,-11.152869 -5.489391,-11.217579 -6.735717,-0.006336z"; +var _4jet_svg = "m 28.64874,12.035023l0,8.801421l-4.585627,3.066495c0.126825,-0.257055 0.094102,-0.531839 0.095802,-0.802796l-0.015437,-3.087446l-2.230453,-0.012673l0.019009,3.599141c0.000513,0.577993 0.076338,0.923195 0.589296,1.241956l-5.533809,3.630512c0.166511,-0.256275 0.153699,-0.551367 0.153699,-0.841892l-0.005929,-3.270195l-2.160751,-0.012672l-0.006337,3.637159c0.016349,0.5301 0.096662,1.090947 0.576623,1.419379l-11.976014,7.825597c-2.106287,1.48859 -1.705322,3.044253 -1.56512,4.587637l26.645047,-9.048544l0,13.750239l0.722364,5.062875l-8.681027,6.387208c-1.239945,1.059417 -1.080616,2.171837 -0.842757,3.256969l11.278998,-2.946479c0.130159,3.116897 1.559821,3.171571 1.780561,0.006336l11.278998,2.94648c0.23786,-1.085133 0.397189,-2.197552 -0.842756,-3.256969l-8.681026,-6.387207l0.722362,-5.062875l0,-13.750239l26.645048,9.042207c0.140203,-1.543381 0.541167,-3.092711 -1.56512,-4.581301l-11.976015,-7.825597c0.47996,-0.328434 0.553938,-0.889279 0.570286,-1.419379l0,-3.63716l-2.160751,0.012673l-0.005378,3.328244c-0.002334,0.294243 0.007077,0.545056 0.178191,0.817583l-5.565189,-3.664251c0.512962,-0.318761 0.59512,-0.663963 0.595633,-1.241956l0.019009,-3.599141l-2.230454,0.012673l-0.015793,3.100403c0.001462,0.282341 -0.019949,0.535579 0.124839,0.794638l-4.614307,-3.071294l0,-8.801421c-1.111672,-11.152869 -5.489391,-11.217579 -6.735717,-0.006336z"; -var _4prop_svg = - "m 32,32 -0.0652,-0.1111 -0.97931,-0.11481 -0.97931,-0.1148 -0.0301,-0.16963 c -0.0232,-0.15005 -0.0192,-0.17577 0.004,-0.22295 0.0147,-0.0293 0.18395,-0.12445 0.18535,-0.12625 10e-4,-10e-4 0.1873,-0.0191 0.63901,-0.11495 0.43759,-0.0929 0.80001,-0.18795 0.80877,-0.19579 0.009,-0.008 -0.004,-0.16935 -0.031,-0.38416 -0.0279,-0.21981 -0.0615,-0.64036 -0.0829,-1.03651 -0.0197,-0.36665 -0.0405,-0.70863 -0.046,-0.75996 l -0.0101,-0.0933 -0.44871,-2e-4 c -0.38837,-1.8e-4 -0.48187,-0.006 -0.69517,-0.0419 l -0.24645,-0.0417 -0.0138,0.0375 c -0.008,0.0206 -0.0282,0.0915 -0.0458,0.15749 -0.0176,0.066 -0.0369,0.11992 -0.0428,0.11984 -0.006,-9e-5 -0.0447,-0.0821 -0.0862,-0.18221 l -0.0755,-0.18206 -1.50519,-0.19483 -1.50519,-0.19483 -0.0521,-0.11765 c -0.0487,-0.10999 -0.0512,-0.1268 -0.0391,-0.25847 0.007,-0.0775 0.0234,-0.16283 0.0362,-0.18972 0.0217,-0.0459 0.0303,-0.0489 0.14052,-0.0498 0.28121,-0.002 2.3179,-0.0992 2.3296,-0.11093 0.007,-0.007 0.0207,-0.16276 0.021,-0.34604 l 0.008,-0.33314 -0.17034,-0.0426 c -0.0937,-0.0234 -0.17925,-0.0481 -0.19014,-0.0549 -0.0109,-0.007 0.008,-0.0473 0.13372,-0.0673 0.21079,-0.0337 0.37384,-0.0254 0.56333,-0.003 0.11272,0.0131 0.15309,0.034 0.15799,0.0351 0.005,6.8e-4 -0.0593,0.0284 -0.14258,0.0606 l -0.15148,0.0587 -0.005,0.32914 c -0.005,0.38109 -0.0233,0.35058 0.20413,0.35101 0.14831,2.8e-4 0.13221,0.0234 0.17644,-0.2534 0.0281,-0.17562 0.0341,-0.19231 0.0734,-0.20214 0.0605,-0.0151 0.0823,0.0228 0.1308,0.22767 l 0.0414,0.17478 0.23293,-2.3e-4 c 0.34709,-3.5e-4 0.31312,0.0371 0.31312,-0.34558 l 0,-0.32388 -0.14262,-0.0325 c -0.0784,-0.0178 -0.1396,-0.0355 -0.13591,-0.0392 0.003,-0.003 0.0383,-0.0475 0.13397,-0.0746 l 0.22039,-0.0307 0.23086,0.0265 c 0.10137,0.0197 0.13335,0.0494 0.12798,0.0548 -0.005,0.005 -0.0672,0.0308 -0.13755,0.0565 -0.0703,0.0257 -0.12754,0.0537 -0.12721,0.0623 3.4e-4,0.009 0.007,0.14871 0.0151,0.31145 l 0.0145,0.29591 0.0539,0.0107 c 0.0297,0.006 0.13708,0.0108 0.23878,0.0108 l 0.1849,0 0,-0.22055 c 0,-0.20679 0.003,-0.22797 0.0535,-0.33941 l 0.0535,-0.11887 0,-0.54066 c 0,-0.53682 3.3e-4,-0.54239 0.054,-0.78281 0.0508,-0.22795 0.0614,-0.25446 0.17992,-0.45219 0.12352,-0.20605 0.12641,-0.21371 0.15215,-0.40214 0.0277,-0.20268 0.0556,-0.2533 0.13966,-0.25365 0.1025,-3.4e-4 0.10674,0.007 0.14998,0.24498 l 0.0409,0.22546 0.14683,0.19554 c 0.14446,0.19239 0.14778,0.19914 0.20544,0.41776 0.0571,0.21648 0.059,0.23593 0.0755,0.7555 0.0136,0.43138 0.0231,0.55369 0.0496,0.63997 0.018,0.0587 0.0468,0.21665 0.0642,0.35109 l 0.0316,0.24443 0.29078,0 0.29076,0 0,-0.19294 c 0,-0.10612 -0.005,-0.24059 -0.0111,-0.29883 l -0.0111,-0.10591 -0.14114,-0.05 c -0.0776,-0.0275 -0.13879,-0.0522 -0.13593,-0.0548 0.003,-0.003 0.0854,-0.0264 0.18342,-0.053 0.17301,-0.0469 0.1837,-0.0477 0.36535,-0.0271 0.29834,0.0339 0.29451,0.0308 0.13576,0.11043 -0.10564,0.053 -0.19156,0.0762 -0.18488,0.0995 0.005,0.0167 0.0143,0.14865 0.021,0.29317 l 0.0122,0.26277 0.25351,-0.005 0.19765,-0.005 0.0321,-0.14047 c 0.0176,-0.0773 0.0489,-0.16773 0.0696,-0.20104 l 0.0375,-0.0606 0.0399,0.0588 c 0.022,0.0324 0.0628,0.12879 0.0907,0.21432 0.0302,0.0926 0.0618,0.15865 0.0782,0.16328 0.0151,0.004 0.11375,0.0132 0.21912,0.0199 l 0.19158,0.0122 -6.8e-4,-0.0599 c -6.7e-4,-0.0851 -0.0109,-0.59441 -0.0182,-0.60042 -0.003,-0.003 -0.12305,-0.0338 -0.22045,-0.0575 l -0.1771,-0.0432 0.26133,-0.06 0.26134,-0.0601 0.23219,0.0414 c 0.12771,0.0227 0.22908,0.0445 0.22528,0.0483 -0.004,0.004 -0.082,0.0336 -0.17385,0.0663 l -0.2135,0.0687 0.0354,0.31704 c -0.006,0.1795 -0.008,0.33036 -0.003,0.33525 0.005,0.005 0.58701,0.0159 1.29438,0.0244 0.70738,0.009 1.29015,0.0193 1.29505,0.0239 0.0158,0.0149 0.005,0.62896 -0.0109,0.64452 -0.009,0.008 -0.74099,0.12611 -1.62729,0.26186 l -1.61146,0.24681 -0.074,0.17293 -0.074,0.17295 -0.0661,-0.16666 -0.0661,-0.16665 -0.13752,0.0328 c -0.11741,0.0281 -0.21382,0.0328 -0.65937,0.033 -0.40174,1.1e-4 -0.52346,0.005 -0.52887,0.0224 -0.009,0.027 -0.077,2.25926 -0.0697,2.26885 0.003,0.003 0.37216,0.0979 0.82064,0.20919 0.44848,0.11135 0.82089,0.20829 0.82757,0.21545 0.007,0.007 0.0178,0.10301 0.0248,0.213 0.0119,0.18744 0.0105,0.20004 -0.0205,0.20085 -0.0182,3.4e-4 -0.45341,0.0628 -0.96708,0.13855 l -0.93394,0.13767 -0.0693,0.10144 c -0.0944,0.13822 -0.12885,0.13667 -0.21467,-0.01 l 0,0 z"; +var _4prop_svg = + "m 32,32 -0.0652,-0.1111 -0.97931,-0.11481 -0.97931,-0.1148 -0.0301,-0.16963 c -0.0232,-0.15005 -0.0192,-0.17577 0.004,-0.22295 0.0147,-0.0293 0.18395,-0.12445 0.18535,-0.12625 10e-4,-10e-4 0.1873,-0.0191 0.63901,-0.11495 0.43759,-0.0929 0.80001,-0.18795 0.80877,-0.19579 0.009,-0.008 -0.004,-0.16935 -0.031,-0.38416 -0.0279,-0.21981 -0.0615,-0.64036 -0.0829,-1.03651 -0.0197,-0.36665 -0.0405,-0.70863 -0.046,-0.75996 l -0.0101,-0.0933 -0.44871,-2e-4 c -0.38837,-1.8e-4 -0.48187,-0.006 -0.69517,-0.0419 l -0.24645,-0.0417 -0.0138,0.0375 c -0.008,0.0206 -0.0282,0.0915 -0.0458,0.15749 -0.0176,0.066 -0.0369,0.11992 -0.0428,0.11984 -0.006,-9e-5 -0.0447,-0.0821 -0.0862,-0.18221 l -0.0755,-0.18206 -1.50519,-0.19483 -1.50519,-0.19483 -0.0521,-0.11765 c -0.0487,-0.10999 -0.0512,-0.1268 -0.0391,-0.25847 0.007,-0.0775 0.0234,-0.16283 0.0362,-0.18972 0.0217,-0.0459 0.0303,-0.0489 0.14052,-0.0498 0.28121,-0.002 2.3179,-0.0992 2.3296,-0.11093 0.007,-0.007 0.0207,-0.16276 0.021,-0.34604 l 0.008,-0.33314 -0.17034,-0.0426 c -0.0937,-0.0234 -0.17925,-0.0481 -0.19014,-0.0549 -0.0109,-0.007 0.008,-0.0473 0.13372,-0.0673 0.21079,-0.0337 0.37384,-0.0254 0.56333,-0.003 0.11272,0.0131 0.15309,0.034 0.15799,0.0351 0.005,6.8e-4 -0.0593,0.0284 -0.14258,0.0606 l -0.15148,0.0587 -0.005,0.32914 c -0.005,0.38109 -0.0233,0.35058 0.20413,0.35101 0.14831,2.8e-4 0.13221,0.0234 0.17644,-0.2534 0.0281,-0.17562 0.0341,-0.19231 0.0734,-0.20214 0.0605,-0.0151 0.0823,0.0228 0.1308,0.22767 l 0.0414,0.17478 0.23293,-2.3e-4 c 0.34709,-3.5e-4 0.31312,0.0371 0.31312,-0.34558 l 0,-0.32388 -0.14262,-0.0325 c -0.0784,-0.0178 -0.1396,-0.0355 -0.13591,-0.0392 0.003,-0.003 0.0383,-0.0475 0.13397,-0.0746 l 0.22039,-0.0307 0.23086,0.0265 c 0.10137,0.0197 0.13335,0.0494 0.12798,0.0548 -0.005,0.005 -0.0672,0.0308 -0.13755,0.0565 -0.0703,0.0257 -0.12754,0.0537 -0.12721,0.0623 3.4e-4,0.009 0.007,0.14871 0.0151,0.31145 l 0.0145,0.29591 0.0539,0.0107 c 0.0297,0.006 0.13708,0.0108 0.23878,0.0108 l 0.1849,0 0,-0.22055 c 0,-0.20679 0.003,-0.22797 0.0535,-0.33941 l 0.0535,-0.11887 0,-0.54066 c 0,-0.53682 3.3e-4,-0.54239 0.054,-0.78281 0.0508,-0.22795 0.0614,-0.25446 0.17992,-0.45219 0.12352,-0.20605 0.12641,-0.21371 0.15215,-0.40214 0.0277,-0.20268 0.0556,-0.2533 0.13966,-0.25365 0.1025,-3.4e-4 0.10674,0.007 0.14998,0.24498 l 0.0409,0.22546 0.14683,0.19554 c 0.14446,0.19239 0.14778,0.19914 0.20544,0.41776 0.0571,0.21648 0.059,0.23593 0.0755,0.7555 0.0136,0.43138 0.0231,0.55369 0.0496,0.63997 0.018,0.0587 0.0468,0.21665 0.0642,0.35109 l 0.0316,0.24443 0.29078,0 0.29076,0 0,-0.19294 c 0,-0.10612 -0.005,-0.24059 -0.0111,-0.29883 l -0.0111,-0.10591 -0.14114,-0.05 c -0.0776,-0.0275 -0.13879,-0.0522 -0.13593,-0.0548 0.003,-0.003 0.0854,-0.0264 0.18342,-0.053 0.17301,-0.0469 0.1837,-0.0477 0.36535,-0.0271 0.29834,0.0339 0.29451,0.0308 0.13576,0.11043 -0.10564,0.053 -0.19156,0.0762 -0.18488,0.0995 0.005,0.0167 0.0143,0.14865 0.021,0.29317 l 0.0122,0.26277 0.25351,-0.005 0.19765,-0.005 0.0321,-0.14047 c 0.0176,-0.0773 0.0489,-0.16773 0.0696,-0.20104 l 0.0375,-0.0606 0.0399,0.0588 c 0.022,0.0324 0.0628,0.12879 0.0907,0.21432 0.0302,0.0926 0.0618,0.15865 0.0782,0.16328 0.0151,0.004 0.11375,0.0132 0.21912,0.0199 l 0.19158,0.0122 -6.8e-4,-0.0599 c -6.7e-4,-0.0851 -0.0109,-0.59441 -0.0182,-0.60042 -0.003,-0.003 -0.12305,-0.0338 -0.22045,-0.0575 l -0.1771,-0.0432 0.26133,-0.06 0.26134,-0.0601 0.23219,0.0414 c 0.12771,0.0227 0.22908,0.0445 0.22528,0.0483 -0.004,0.004 -0.082,0.0336 -0.17385,0.0663 l -0.2135,0.0687 0.0354,0.31704 c -0.006,0.1795 -0.008,0.33036 -0.003,0.33525 0.005,0.005 0.58701,0.0159 1.29438,0.0244 0.70738,0.009 1.29015,0.0193 1.29505,0.0239 0.0158,0.0149 0.005,0.62896 -0.0109,0.64452 -0.009,0.008 -0.74099,0.12611 -1.62729,0.26186 l -1.61146,0.24681 -0.074,0.17293 -0.074,0.17295 -0.0661,-0.16666 -0.0661,-0.16665 -0.13752,0.0328 c -0.11741,0.0281 -0.21382,0.0328 -0.65937,0.033 -0.40174,1.1e-4 -0.52346,0.005 -0.52887,0.0224 -0.009,0.027 -0.077,2.25926 -0.0697,2.26885 0.003,0.003 0.37216,0.0979 0.82064,0.20919 0.44848,0.11135 0.82089,0.20829 0.82757,0.21545 0.007,0.007 0.0178,0.10301 0.0248,0.213 0.0119,0.18744 0.0105,0.20004 -0.0205,0.20085 -0.0182,3.4e-4 -0.45341,0.0628 -0.96708,0.13855 l -0.93394,0.13767 -0.0693,0.10144 c -0.0944,0.13822 -0.12885,0.13667 -0.21467,-0.01 l 0,0 z"; -var _3jet_svg = - "M 475.146,244.099 365.242,180.13169 c -7.851,-3.66569 12.02002,7.81451 -7.851,-3.66569 l -47.103,-27.052 29.8835,17.6065 7.25581,5.3477 0.59419,-28.8997 0.15149,0.59419 c 0,-7.851 -2.71249,-17.27719 -11.92949,-17.27719 -9.213,0 -11.3313,8.832 -11.3313,16.683 l -0.4427,0 0,23.552 7.85,0 L 302.436,144.904 277.162,130.387 C 277.163,18.031 239.636,0 239.636,0 c 0,0 -37.532,18.031 -37.532,130.385 l -25.273,14.517 -29.8835,22.1165 7.851,0 0,-23.552 -0.1436,0 c 0,-7.851 -2.4174,-16.683 -11.6324,-16.683 -9.215,0 -11.77895,8.68345 -11.77895,16.53445 l 0.005,0.14855 -1.18838,29.49388 9.03638,-5.94188 29.8835,-17.6065 -47.101,27.052 c -20.03834,10.88479 18.40601,-9.77191 -7.85,4.506 l -109.906,63.129 0,10.791 c 0,0 -2.276,12.76 -2.276,21.589 l 10.614,-3.924 9.325,3.924 1.963,-9.811 51.027,-12.407 c 26.26015,-6.78737 -18.619744,4.4256 7.85,-1.899 l 39.252,-9.538 c 25.05692,-5.99689 -15.67866,2.53076 7.85,-1.907 l 39.25,-9.538 c 17.59611,-4.36712 -15.25851,4.05536 7.85,-1.918 l 22.57,-5.484 c 0,0 1.224,16.438 9.327,24.538 0,0 0.981,33.361 0.981,76.049 0,42.687 4.79723,87.05138 4.79723,87.05138 L 152.3,456.548 l -0.487,21.588 83.284,-20.606 c 0,0 -3.312,14.227 4.539,18.643 7.849,-4.408 3.4,-18.643 3.4,-18.643 l 82.148,20.606 -0.485,-21.588 -56.25135,-46.121 c 0,0 -1.14665,-43.177 -1.14665,-85.863 0,-42.688 0.998,-76.049 0.998,-76.049 8.095,-8.1 9.369,-24.538 9.369,-24.538 l 24.77,6.021 c 24.72003,5.56882 -10.63581,-3.36689 7.851,1.909 l 39.252,9.538 c 18.62615,5.68891 -15.25851,-3.29296 7.85,1.907 l 39.249,9.538 c 24.6759,6.30968 -21.14067,-6.18719 7.85,1.892 l 48.891,11.886 2.107,9.811 9.606,-3.924 11.192,3.924 c 0,-8.829 -1.142,-21.589 -1.142,-21.589 l 0,-10.791 z"; +var _3jet_svg = + "M 475.146,244.099 365.242,180.13169 c -7.851,-3.66569 12.02002,7.81451 -7.851,-3.66569 l -47.103,-27.052 29.8835,17.6065 7.25581,5.3477 0.59419,-28.8997 0.15149,0.59419 c 0,-7.851 -2.71249,-17.27719 -11.92949,-17.27719 -9.213,0 -11.3313,8.832 -11.3313,16.683 l -0.4427,0 0,23.552 7.85,0 L 302.436,144.904 277.162,130.387 C 277.163,18.031 239.636,0 239.636,0 c 0,0 -37.532,18.031 -37.532,130.385 l -25.273,14.517 -29.8835,22.1165 7.851,0 0,-23.552 -0.1436,0 c 0,-7.851 -2.4174,-16.683 -11.6324,-16.683 -9.215,0 -11.77895,8.68345 -11.77895,16.53445 l 0.005,0.14855 -1.18838,29.49388 9.03638,-5.94188 29.8835,-17.6065 -47.101,27.052 c -20.03834,10.88479 18.40601,-9.77191 -7.85,4.506 l -109.906,63.129 0,10.791 c 0,0 -2.276,12.76 -2.276,21.589 l 10.614,-3.924 9.325,3.924 1.963,-9.811 51.027,-12.407 c 26.26015,-6.78737 -18.619744,4.4256 7.85,-1.899 l 39.252,-9.538 c 25.05692,-5.99689 -15.67866,2.53076 7.85,-1.907 l 39.25,-9.538 c 17.59611,-4.36712 -15.25851,4.05536 7.85,-1.918 l 22.57,-5.484 c 0,0 1.224,16.438 9.327,24.538 0,0 0.981,33.361 0.981,76.049 0,42.687 4.79723,87.05138 4.79723,87.05138 L 152.3,456.548 l -0.487,21.588 83.284,-20.606 c 0,0 -3.312,14.227 4.539,18.643 7.849,-4.408 3.4,-18.643 3.4,-18.643 l 82.148,20.606 -0.485,-21.588 -56.25135,-46.121 c 0,0 -1.14665,-43.177 -1.14665,-85.863 0,-42.688 0.998,-76.049 0.998,-76.049 8.095,-8.1 9.369,-24.538 9.369,-24.538 l 24.77,6.021 c 24.72003,5.56882 -10.63581,-3.36689 7.851,1.909 l 39.252,9.538 c 18.62615,5.68891 -15.25851,-3.29296 7.85,1.907 l 39.249,9.538 c 24.6759,6.30968 -21.14067,-6.18719 7.85,1.892 l 48.891,11.886 2.107,9.811 9.606,-3.924 11.192,3.924 c 0,-8.829 -1.142,-21.589 -1.142,-21.589 l 0,-10.791 z"; -var _2prop_svg = - "M 475.146,244.099 365.242,180.13169 c -7.851,-3.66569 12.02002,7.81451 -7.851,-3.66569 l -47.103,-27.052 29.8835,17.6065 37.13931,21.39079 0.59419,-74.82629 22.73065,-4.75351 c 0,-7.851 -25.29165,-11.929492 -34.50865,-11.929492 -9.213,0 -32.1279,4.672682 -32.1279,12.523682 l 20.3539,4.15932 -0.59419,45.41396 -0.0485,15.74599 L 302.436,144.904 277.162,130.387 C 277.163,18.031 239.636,0 239.636,0 c 0,0 -37.532,18.031 -37.532,130.385 l -25.273,14.517 -52.75976,30.73223 -0.0475,-13.36924 0.89128,-48.68199 24.51522,-5.94188 c 0,-7.851002 -27.07622,-10.741122 -36.29122,-10.741122 -9.215,0 -39.854352,5.861062 -39.854352,13.712062 L 101.365,113.583 99.879524,189.89475 139.0965,167.0185 168.98,149.412 121.879,176.464 c -20.03834,10.88479 18.40601,-9.77191 -7.85,4.506 l -109.906,63.129 0,10.791 c 0,0 -2.276,12.76 -2.276,21.589 l 10.614,-3.924 9.325,3.924 1.963,-9.811 51.027,-12.407 c 26.26015,-6.78737 -18.619744,4.4256 7.85,-1.899 l 39.252,-9.538 c 25.05692,-5.99689 -15.67866,2.53076 7.85,-1.907 l 39.25,-9.538 c 17.59611,-4.36712 -15.25851,4.05536 7.85,-1.918 l 22.57,-5.484 c 0,0 1.224,16.438 9.327,24.538 0,0 0.981,33.361 0.981,76.049 0,42.687 16.681,85.863 16.681,85.863 l -74.087,46.121 -0.487,21.588 83.284,-20.606 c 0,0 -3.312,14.227 4.539,18.643 7.849,-4.408 3.4,-18.643 3.4,-18.643 l 82.148,20.606 -0.485,-21.588 -74.077,-46.121 c 0,0 16.679,-43.177 16.679,-85.863 0,-42.688 0.998,-76.049 0.998,-76.049 8.095,-8.1 9.369,-24.538 9.369,-24.538 l 24.77,6.021 c 24.72003,5.56882 -10.63581,-3.36689 7.851,1.909 l 39.252,9.538 c 18.62615,5.68891 -15.25851,-3.29296 7.85,1.907 l 39.249,9.538 c 24.6759,6.30968 -21.14067,-6.18719 7.85,1.892 l 48.891,11.886 2.107,9.811 9.606,-3.924 11.192,3.924 c 0,-8.829 -1.142,-21.589 -1.142,-21.589 l 0,-10.791 z"; +var _2prop_svg = + "M 475.146,244.099 365.242,180.13169 c -7.851,-3.66569 12.02002,7.81451 -7.851,-3.66569 l -47.103,-27.052 29.8835,17.6065 37.13931,21.39079 0.59419,-74.82629 22.73065,-4.75351 c 0,-7.851 -25.29165,-11.929492 -34.50865,-11.929492 -9.213,0 -32.1279,4.672682 -32.1279,12.523682 l 20.3539,4.15932 -0.59419,45.41396 -0.0485,15.74599 L 302.436,144.904 277.162,130.387 C 277.163,18.031 239.636,0 239.636,0 c 0,0 -37.532,18.031 -37.532,130.385 l -25.273,14.517 -52.75976,30.73223 -0.0475,-13.36924 0.89128,-48.68199 24.51522,-5.94188 c 0,-7.851002 -27.07622,-10.741122 -36.29122,-10.741122 -9.215,0 -39.854352,5.861062 -39.854352,13.712062 L 101.365,113.583 99.879524,189.89475 139.0965,167.0185 168.98,149.412 121.879,176.464 c -20.03834,10.88479 18.40601,-9.77191 -7.85,4.506 l -109.906,63.129 0,10.791 c 0,0 -2.276,12.76 -2.276,21.589 l 10.614,-3.924 9.325,3.924 1.963,-9.811 51.027,-12.407 c 26.26015,-6.78737 -18.619744,4.4256 7.85,-1.899 l 39.252,-9.538 c 25.05692,-5.99689 -15.67866,2.53076 7.85,-1.907 l 39.25,-9.538 c 17.59611,-4.36712 -15.25851,4.05536 7.85,-1.918 l 22.57,-5.484 c 0,0 1.224,16.438 9.327,24.538 0,0 0.981,33.361 0.981,76.049 0,42.687 16.681,85.863 16.681,85.863 l -74.087,46.121 -0.487,21.588 83.284,-20.606 c 0,0 -3.312,14.227 4.539,18.643 7.849,-4.408 3.4,-18.643 3.4,-18.643 l 82.148,20.606 -0.485,-21.588 -74.077,-46.121 c 0,0 16.679,-43.177 16.679,-85.863 0,-42.688 0.998,-76.049 0.998,-76.049 8.095,-8.1 9.369,-24.538 9.369,-24.538 l 24.77,6.021 c 24.72003,5.56882 -10.63581,-3.36689 7.851,1.909 l 39.252,9.538 c 18.62615,5.68891 -15.25851,-3.29296 7.85,1.907 l 39.249,9.538 c 24.6759,6.30968 -21.14067,-6.18719 7.85,1.892 l 48.891,11.886 2.107,9.811 9.606,-3.924 11.192,3.924 c 0,-8.829 -1.142,-21.589 -1.142,-21.589 l 0,-10.791 z"; -var _light2_svg = - "M 31,2.34375 C 30.9967,2.353899 30.9967,2.364851 31,2.375 30.9967,2.385149 30.9967,2.396101 31,2.40625 30.9918,2.429058 30.95527,2.422581 30.9375,2.4375 30.91381,2.457392 30.88347,2.488275 30.84375,2.5 c -0.07944,0.02345 -0.16785,0.042313 -0.25,0.0625 -0.142298,0.027931 -0.321549,0.011037 -0.5,0.03125 -0.178451,0.020213 -0.362341,0.079026 -0.5,0.1875 -0.232524,0.2710695 -0.269126,0.6354569 -0.375,0.9375 -0.515728,1.9222735 -0.692683,3.8981369 -0.8125,5.875 -0.0025,0.039801 -0.0291,0.08613 -0.03125,0.125 -5.12e-4,0.00925 5.69e-4,0.022042 0,0.03125 l -3.75,1.59375 -0.03125,0 -0.03125,0 L 20.459973,11.6543 19.608795,5.2323271 15.892652,5.1340264 14.675102,12.092198 1.03125,13.125 1,13.125 c -0.0101492,-0.0033 -0.0211008,-0.0033 -0.03125,0 -0.0142757,0.0014 -0.0171094,0.02929 -0.03125,0.03125 -0.49350918,0.06826 -0.88359986,0.49922 -0.90625,1 C 0.01654568,14.16125 0.0049986,14.1728 0,14.1875 c -2.5577425e-5,0.01009 -2.9111128e-4,0.02111 0,0.03125 -0.00333846,0.01015 -0.00333846,0.0211 0,0.03125 l 0,5.0625 c -0.00333846,0.01015 -0.00333846,0.0211 0,0.03125 -0.00333846,0.01015 -0.00333846,0.0211 0,0.03125 2.7397524e-4,0.0076 0.03048716,-0.0075 0.03125,0 -0.0033385,0.01015 -0.0033385,0.0211 0,0.03125 0.01014918,0.0033 0.02110082,0.0033 0.03125,0 0.02951574,0.118004 0.10643771,0.204628 0.21875,0.25 0.008119,0.0033 -0.008332,0.02849 0,0.03125 -0.003338,0.01015 -0.003338,0.0211 0,0.03125 0.007096,0.0018 0.0240449,-0.0015 0.03125,0 0.0101492,0.0033 0.0211008,0.0033 0.03125,0 L 28.4375,24.3125 c 0.07632,1.73868 0.196986,3.45307 0.375,5.1875 0.345732,3.673262 0.848433,7.32759 1.4375,10.96875 l -6.96875,1.375 -0.0625,0 c -0.01015,-0.0033 -0.0211,-0.0033 -0.03125,0 -0.0033,0.01015 -0.0033,0.0211 0,0.03125 -0.291266,0.06923 -0.590135,0.19983 -0.78125,0.4375 -0.282641,0.328422 -0.401461,0.745626 -0.46875,1.15625 -0.09612,0.640251 -0.04006,1.301405 0.03125,1.9375 0.08652,0.703658 0.205326,1.376189 0.375,2.0625 0.02,0.08426 0.07303,0.168374 0.09375,0.25 -0.0033,0.01015 -0.0033,0.0211 0,0.03125 -0.0033,0.01015 -0.0033,0.0211 0,0.03125 -0.0033,0.01015 -0.0033,0.0211 0,0.03125 0.01015,0.0033 0.0211,0.0033 0.03125,0 l 0.0625,0 4.59375,0.46875 0,0.1875 0,0.03125 c -0.0033,0.01015 -0.0033,0.0211 0,0.03125 0.005,0.0147 0.01655,0.02625 0.03125,0.03125 l 0.03125,0 3.96875,0.375 0.0625,0 c 0.01015,0.0033 0.0211,0.0033 0.03125,0 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 l 0.28125,-1.125 c 0.08761,0.449359 0.164528,0.858018 0.25,1.28125 0.002,0.01 -0.002,0.02127 0,0.03125 0.0054,0.0158 0.0258,0.01691 0.03125,0.03125 0.02181,0.05737 0.03806,0.120629 0.0625,0.15625 0.03055,0.04453 0.07454,0.09409 0.125,0.09375 0.05046,-3.37e-4 0.09462,-0.04919 0.125,-0.09375 0.0243,-0.03565 0.04084,-0.09925 0.0625,-0.15625 0.0054,-0.01425 0.02586,-0.01557 0.03125,-0.03125 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 l 0.25,-1.28125 0.28125,1.125 c -0.0033,0.01015 -0.0033,0.0211 0,0.03125 l 0,0.03125 c -0.0033,0.01015 -0.0033,0.0211 0,0.03125 0.01015,0.0033 0.0211,0.0033 0.03125,0 l 0.0625,0 3.96875,-0.375 c 0.01015,0.0033 0.0211,0.0033 0.03125,0 0.0147,-0.005 0.02625,-0.01655 0.03125,-0.03125 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 l 0,-0.03125 0,-0.21875 4.59375,-0.4375 c 0.01015,0.0033 0.0211,0.0033 0.03125,0 0.01015,0.0033 0.0211,0.0033 0.03125,0 0.01015,0.0033 0.0211,0.0033 0.03125,0 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 0.09927,-0.372978 0.201637,-0.747919 0.28125,-1.125 0.09782,-0.502873 0.206978,-1.018007 0.25,-1.53125 8.56e-4,-0.01021 -8.2e-4,-0.02104 0,-0.03125 C 42.13876,44.531871 42.12797,43.999338 42.0625,43.5 41.99459,43.076126 41.8867,42.651808 41.59375,42.3125 41.402729,42.074706 41.103947,41.943984 40.8125,41.875 40.79861,41.8717 40.79521,41.84666 40.78125,41.84375 l -0.0625,0 -7,-1.375 c 0.578605,-3.59278 1.088587,-7.220459 1.4375,-10.84375 0.185606,-1.784156 0.327336,-3.55267 0.40625,-5.34375 l 28.09375,-4.5625 c 0.01015,0.0033 0.0211,0.0033 0.03125,0 0.01603,-0.0032 0.01585,-0.02623 0.03125,-0.03125 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 0.113013,-0.04503 0.18958,-0.131349 0.21875,-0.25 0.0077,-0.03145 0.06397,-0.02794 0.0625,-0.0625 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 l 0,-5.0625 0,-0.03125 c 6.4e-4,-0.02413 -0.03014,-0.03866 -0.03125,-0.0625 -0.02337,-0.501664 -0.410965,-0.931701 -0.90625,-1 -0.0096,-0.0013 -0.02158,10e-4 -0.03125,0 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 -0.01015,-0.0033 -0.0211,-0.0033 -0.03125,0 l -0.03125,0 -14.23781,-1.077763 -0.759303,-6.9415527 -3.720667,0.00299 -0.785104,6.5789197 -4.028366,-0.343842 -0.03125,0 -0.03125,0 -3.78125,-1.5624998 0,-0.03125 C 35.517489,8.2805897 35.403194,6.8282343 35.15625,5.375 34.999455,4.539239 34.823204,3.7020107 34.5,2.90625 34.396263,2.7291587 34.223707,2.6576159 34.03125,2.625 33.838793,2.5923841 33.615271,2.5934384 33.46875,2.5625 33.373159,2.539039 33.279419,2.5226169 33.1875,2.5 33.095581,2.4773831 33.02499,2.4607373 33,2.375 c 2e-5,-0.010496 1.57e-4,-0.020774 0,-0.03125 -2.40625,0.21875 -1.54821,0 -2,0 "; +var _light2_svg = + "M 31,2.34375 C 30.9967,2.353899 30.9967,2.364851 31,2.375 30.9967,2.385149 30.9967,2.396101 31,2.40625 30.9918,2.429058 30.95527,2.422581 30.9375,2.4375 30.91381,2.457392 30.88347,2.488275 30.84375,2.5 c -0.07944,0.02345 -0.16785,0.042313 -0.25,0.0625 -0.142298,0.027931 -0.321549,0.011037 -0.5,0.03125 -0.178451,0.020213 -0.362341,0.079026 -0.5,0.1875 -0.232524,0.2710695 -0.269126,0.6354569 -0.375,0.9375 -0.515728,1.9222735 -0.692683,3.8981369 -0.8125,5.875 -0.0025,0.039801 -0.0291,0.08613 -0.03125,0.125 -5.12e-4,0.00925 5.69e-4,0.022042 0,0.03125 l -3.75,1.59375 -0.03125,0 -0.03125,0 L 20.459973,11.6543 19.608795,5.2323271 15.892652,5.1340264 14.675102,12.092198 1.03125,13.125 1,13.125 c -0.0101492,-0.0033 -0.0211008,-0.0033 -0.03125,0 -0.0142757,0.0014 -0.0171094,0.02929 -0.03125,0.03125 -0.49350918,0.06826 -0.88359986,0.49922 -0.90625,1 C 0.01654568,14.16125 0.0049986,14.1728 0,14.1875 c -2.5577425e-5,0.01009 -2.9111128e-4,0.02111 0,0.03125 -0.00333846,0.01015 -0.00333846,0.0211 0,0.03125 l 0,5.0625 c -0.00333846,0.01015 -0.00333846,0.0211 0,0.03125 -0.00333846,0.01015 -0.00333846,0.0211 0,0.03125 2.7397524e-4,0.0076 0.03048716,-0.0075 0.03125,0 -0.0033385,0.01015 -0.0033385,0.0211 0,0.03125 0.01014918,0.0033 0.02110082,0.0033 0.03125,0 0.02951574,0.118004 0.10643771,0.204628 0.21875,0.25 0.008119,0.0033 -0.008332,0.02849 0,0.03125 -0.003338,0.01015 -0.003338,0.0211 0,0.03125 0.007096,0.0018 0.0240449,-0.0015 0.03125,0 0.0101492,0.0033 0.0211008,0.0033 0.03125,0 L 28.4375,24.3125 c 0.07632,1.73868 0.196986,3.45307 0.375,5.1875 0.345732,3.673262 0.848433,7.32759 1.4375,10.96875 l -6.96875,1.375 -0.0625,0 c -0.01015,-0.0033 -0.0211,-0.0033 -0.03125,0 -0.0033,0.01015 -0.0033,0.0211 0,0.03125 -0.291266,0.06923 -0.590135,0.19983 -0.78125,0.4375 -0.282641,0.328422 -0.401461,0.745626 -0.46875,1.15625 -0.09612,0.640251 -0.04006,1.301405 0.03125,1.9375 0.08652,0.703658 0.205326,1.376189 0.375,2.0625 0.02,0.08426 0.07303,0.168374 0.09375,0.25 -0.0033,0.01015 -0.0033,0.0211 0,0.03125 -0.0033,0.01015 -0.0033,0.0211 0,0.03125 -0.0033,0.01015 -0.0033,0.0211 0,0.03125 0.01015,0.0033 0.0211,0.0033 0.03125,0 l 0.0625,0 4.59375,0.46875 0,0.1875 0,0.03125 c -0.0033,0.01015 -0.0033,0.0211 0,0.03125 0.005,0.0147 0.01655,0.02625 0.03125,0.03125 l 0.03125,0 3.96875,0.375 0.0625,0 c 0.01015,0.0033 0.0211,0.0033 0.03125,0 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 l 0.28125,-1.125 c 0.08761,0.449359 0.164528,0.858018 0.25,1.28125 0.002,0.01 -0.002,0.02127 0,0.03125 0.0054,0.0158 0.0258,0.01691 0.03125,0.03125 0.02181,0.05737 0.03806,0.120629 0.0625,0.15625 0.03055,0.04453 0.07454,0.09409 0.125,0.09375 0.05046,-3.37e-4 0.09462,-0.04919 0.125,-0.09375 0.0243,-0.03565 0.04084,-0.09925 0.0625,-0.15625 0.0054,-0.01425 0.02586,-0.01557 0.03125,-0.03125 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 l 0.25,-1.28125 0.28125,1.125 c -0.0033,0.01015 -0.0033,0.0211 0,0.03125 l 0,0.03125 c -0.0033,0.01015 -0.0033,0.0211 0,0.03125 0.01015,0.0033 0.0211,0.0033 0.03125,0 l 0.0625,0 3.96875,-0.375 c 0.01015,0.0033 0.0211,0.0033 0.03125,0 0.0147,-0.005 0.02625,-0.01655 0.03125,-0.03125 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 l 0,-0.03125 0,-0.21875 4.59375,-0.4375 c 0.01015,0.0033 0.0211,0.0033 0.03125,0 0.01015,0.0033 0.0211,0.0033 0.03125,0 0.01015,0.0033 0.0211,0.0033 0.03125,0 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 0.09927,-0.372978 0.201637,-0.747919 0.28125,-1.125 0.09782,-0.502873 0.206978,-1.018007 0.25,-1.53125 8.56e-4,-0.01021 -8.2e-4,-0.02104 0,-0.03125 C 42.13876,44.531871 42.12797,43.999338 42.0625,43.5 41.99459,43.076126 41.8867,42.651808 41.59375,42.3125 41.402729,42.074706 41.103947,41.943984 40.8125,41.875 40.79861,41.8717 40.79521,41.84666 40.78125,41.84375 l -0.0625,0 -7,-1.375 c 0.578605,-3.59278 1.088587,-7.220459 1.4375,-10.84375 0.185606,-1.784156 0.327336,-3.55267 0.40625,-5.34375 l 28.09375,-4.5625 c 0.01015,0.0033 0.0211,0.0033 0.03125,0 0.01603,-0.0032 0.01585,-0.02623 0.03125,-0.03125 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 0.113013,-0.04503 0.18958,-0.131349 0.21875,-0.25 0.0077,-0.03145 0.06397,-0.02794 0.0625,-0.0625 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 l 0,-5.0625 0,-0.03125 c 6.4e-4,-0.02413 -0.03014,-0.03866 -0.03125,-0.0625 -0.02337,-0.501664 -0.410965,-0.931701 -0.90625,-1 -0.0096,-0.0013 -0.02158,10e-4 -0.03125,0 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 -0.01015,-0.0033 -0.0211,-0.0033 -0.03125,0 l -0.03125,0 -14.23781,-1.077763 -0.759303,-6.9415527 -3.720667,0.00299 -0.785104,6.5789197 -4.028366,-0.343842 -0.03125,0 -0.03125,0 -3.78125,-1.5624998 0,-0.03125 C 35.517489,8.2805897 35.403194,6.8282343 35.15625,5.375 34.999455,4.539239 34.823204,3.7020107 34.5,2.90625 34.396263,2.7291587 34.223707,2.6576159 34.03125,2.625 33.838793,2.5923841 33.615271,2.5934384 33.46875,2.5625 33.373159,2.539039 33.279419,2.5226169 33.1875,2.5 33.095581,2.4773831 33.02499,2.4607373 33,2.375 c 2e-5,-0.010496 1.57e-4,-0.020774 0,-0.03125 -2.40625,0.21875 -1.54821,0 -2,0 "; -var _mlight_svg = - "M 31,2.34375 C 30.9967,2.353899 30.9967,2.364851 31,2.375 30.9967,2.385149 30.9967,2.396101 31,2.40625 30.9918,2.429058 30.95527,2.422581 30.9375,2.4375 30.91381,2.457392 30.88347,2.488275 30.84375,2.5 c -0.07944,0.02345 -0.16785,0.042313 -0.25,0.0625 -0.142298,0.027931 -0.321549,0.011037 -0.5,0.03125 -0.178451,0.020213 -0.362341,0.079026 -0.5,0.1875 -0.232524,0.2710695 -0.269126,0.6354569 -0.375,0.9375 -0.515728,1.9222735 -0.692683,3.8981369 -0.8125,5.875 -0.0025,0.039801 -0.0291,0.08613 -0.03125,0.125 -5.12e-4,0.00925 5.69e-4,0.022042 0,0.03125 -4.38272,4.494767 -2.4793,2.64258 -2.656908,2.831884 -4.978588,3.907523 -19.9120102,9.03464 -25.04758187,14.538568 -1.90605543,2.042769 -1.82190283,8.8348 -0.29939222,8.880375 C 20.55345,36.60497 3.9243367,36.396093 29.563722,36.144666 31.727679,37.295481 28.830968,31.64347 30.25,40.46875 15.233033,48.436535 27.723352,49.959549 32,49.3125 c 10.931801,-0.237033 10.700858,-2.313128 1.71875,-8.84375 0.151792,-1.23126 0.5138,-2.840092 0.7707,-4.053782 l 29.234779,-0.693923 c 0.0063,-0.02012 -0.01326,-0.08308 -0.0126,-0.062 0.141816,-2.698877 0.544505,-6.282169 -1.088374,-7.947634 C 54.873761,19.807269 43.875181,16.839571 38.962289,13.07714 l -3.368539,-3.2958878 0,-0.03125 C 35.517489,8.2805897 35.403194,6.8282343 35.15625,5.375 34.999455,4.539239 34.823204,3.7020107 34.5,2.90625 34.396263,2.7291587 34.223707,2.6576159 34.03125,2.625 33.838793,2.5923841 33.615271,2.5934384 33.46875,2.5625 33.373159,2.539039 33.279419,2.5226169 33.1875,2.5 33.095581,2.4773831 33.02499,2.4607373 33,2.375 33.552113,2.0012032 31.666667,2.3541667 31,2.34375 Z"; +var _mlight_svg = + "M 31,2.34375 C 30.9967,2.353899 30.9967,2.364851 31,2.375 30.9967,2.385149 30.9967,2.396101 31,2.40625 30.9918,2.429058 30.95527,2.422581 30.9375,2.4375 30.91381,2.457392 30.88347,2.488275 30.84375,2.5 c -0.07944,0.02345 -0.16785,0.042313 -0.25,0.0625 -0.142298,0.027931 -0.321549,0.011037 -0.5,0.03125 -0.178451,0.020213 -0.362341,0.079026 -0.5,0.1875 -0.232524,0.2710695 -0.269126,0.6354569 -0.375,0.9375 -0.515728,1.9222735 -0.692683,3.8981369 -0.8125,5.875 -0.0025,0.039801 -0.0291,0.08613 -0.03125,0.125 -5.12e-4,0.00925 5.69e-4,0.022042 0,0.03125 -4.38272,4.494767 -2.4793,2.64258 -2.656908,2.831884 -4.978588,3.907523 -19.9120102,9.03464 -25.04758187,14.538568 -1.90605543,2.042769 -1.82190283,8.8348 -0.29939222,8.880375 C 20.55345,36.60497 3.9243367,36.396093 29.563722,36.144666 31.727679,37.295481 28.830968,31.64347 30.25,40.46875 15.233033,48.436535 27.723352,49.959549 32,49.3125 c 10.931801,-0.237033 10.700858,-2.313128 1.71875,-8.84375 0.151792,-1.23126 0.5138,-2.840092 0.7707,-4.053782 l 29.234779,-0.693923 c 0.0063,-0.02012 -0.01326,-0.08308 -0.0126,-0.062 0.141816,-2.698877 0.544505,-6.282169 -1.088374,-7.947634 C 54.873761,19.807269 43.875181,16.839571 38.962289,13.07714 l -3.368539,-3.2958878 0,-0.03125 C 35.517489,8.2805897 35.403194,6.8282343 35.15625,5.375 34.999455,4.539239 34.823204,3.7020107 34.5,2.90625 34.396263,2.7291587 34.223707,2.6576159 34.03125,2.625 33.838793,2.5923841 33.615271,2.5934384 33.46875,2.5625 33.373159,2.539039 33.279419,2.5226169 33.1875,2.5 33.095581,2.4773831 33.02499,2.4607373 33,2.375 33.552113,2.0012032 31.666667,2.3541667 31,2.34375 Z"; -var _biplane_svg = - "m 32,32 113.642163,0.505076 4.54568,5.050763 10.10153,61.619303 -39.39595,20.20305 -1.01015,12.12183 10.6066,9.59645 16.16244,4.04061 11.61676,-5.55584 6.56599,-10.10152 0.50507,18.68782 2.52538,0 -0.50507,-18.18275 6.56599,8.5863 14.64721,7.07107 12.62691,-3.53553 8.58629,-7.57615 1.51523,-11.11168 -6.56599,-8.08122 -32.82996,-16.66751 9.09138,-59.093928 2.52538,-4.04061 3.03046,-2.525381 109.60155,-0.505077 9.59645,-4.04061 0.50507,-7.071068 -0.50507,-26.263966 -4.04061,-7.576144 -4.54569,0.505076 -2.0203,-10.101525 -5.55584,-3.535534 -106.5711,-1.515229 -1.51523,-7.071068 -3.03045,-3.535534 -9.09138,-1.010152 0,-1.010153 35.35535,0 -0.50508,-5.050763 -33.33504,2.525382 0,-2.525381 -8.58629,0.505076 0,1.515229 -36.87057,-2.5253817 1.01015,5.5558387 36.87057,0 0,1.515229 -7.57615,1.010153 -4.54568,2.525381 -1.01016,7.071068 -99.500021,0.505076 -11.111678,1.515229 -5.555839,6.060915 1.010153,7.071068 -6.0609158,2.020305 -2.0203051,6.565992 -2.0203051,30.304576 4.0406102,3.030458 z"; +var _biplane_svg = + "m 32,32 113.642163,0.505076 4.54568,5.050763 10.10153,61.619303 -39.39595,20.20305 -1.01015,12.12183 10.6066,9.59645 16.16244,4.04061 11.61676,-5.55584 6.56599,-10.10152 0.50507,18.68782 2.52538,0 -0.50507,-18.18275 6.56599,8.5863 14.64721,7.07107 12.62691,-3.53553 8.58629,-7.57615 1.51523,-11.11168 -6.56599,-8.08122 -32.82996,-16.66751 9.09138,-59.093928 2.52538,-4.04061 3.03046,-2.525381 109.60155,-0.505077 9.59645,-4.04061 0.50507,-7.071068 -0.50507,-26.263966 -4.04061,-7.576144 -4.54569,0.505076 -2.0203,-10.101525 -5.55584,-3.535534 -106.5711,-1.515229 -1.51523,-7.071068 -3.03045,-3.535534 -9.09138,-1.010152 0,-1.010153 35.35535,0 -0.50508,-5.050763 -33.33504,2.525382 0,-2.525381 -8.58629,0.505076 0,1.515229 -36.87057,-2.5253817 1.01015,5.5558387 36.87057,0 0,1.515229 -7.57615,1.010153 -4.54568,2.525381 -1.01016,7.071068 -99.500021,0.505076 -11.111678,1.515229 -5.555839,6.060915 1.010153,7.071068 -6.0609158,2.020305 -2.0203051,6.565992 -2.0203051,30.304576 4.0406102,3.030458 z"; // "m 12.626907,87.236008 113.642163,0.505076 4.54568,5.050763 10.10153,61.619303 -39.39595,20.20305 -1.01015,12.12183 10.6066,9.59645 16.16244,4.04061 11.61676,-5.55584 6.56599,-10.10152 0.50507,18.68782 2.52538,0 -0.50507,-18.18275 6.56599,8.5863 14.64721,7.07107 12.62691,-3.53553 8.58629,-7.57615 1.51523,-11.11168 -6.56599,-8.08122 -32.82996,-16.66751 9.09138,-59.093928 2.52538,-4.04061 3.03046,-2.525381 109.60155,-0.505077 9.59645,-4.04061 0.50507,-7.071068 -0.50507,-26.263966 -4.04061,-7.576144 -4.54569,0.505076 -2.0203,-10.101525 -5.55584,-3.535534 -106.5711,-1.515229 -1.51523,-7.071068 -3.03045,-3.535534 -9.09138,-1.010152 0,-1.010153 35.35535,0 -0.50508,-5.050763 -33.33504,2.525382 0,-2.525381 -8.58629,0.505076 0,1.515229 -36.87057,-2.5253817 1.01015,5.5558387 36.87057,0 0,1.515229 -7.57615,1.010153 -4.54568,2.525381 -1.01016,7.071068 -99.500021,0.505076 -11.111678,1.515229 -5.555839,6.060915 1.010153,7.071068 -6.0609158,2.020305 -2.0203051,6.565992 -2.0203051,30.304576 4.0406102,3.030458 z"; -var _glider_svg = - "m 31.978039,-3.9998517 c -1.84156,0.00947 -3.331514,2.5721935 -3.331506,5.7301914 -0.0019,0.1110271 -0.0019,0.2221245 0,0.3331516 -1.69e-4,0.033312 -1.69e-4,0.066627 0,0.099939 -0.363594,1.7865965 -0.422491,3.5774939 -0.532784,5.3970406 -0.06705,0.4552445 -0.0202,0.9200088 0.08347,1.367219 l -4.614525,0.6316891 -0.03326,0 -0.03326,0 c -16.8766062,1.947358 -33.849345,1.990861 -50.472325,3.231562 -0.347167,0.0057 -0.614916,0.01653 -0.732935,0.03331 l 0,0.03331 0,0.03331 0,5.763507 c -0.0788,0.01159 -0.0788,0.0551 0,0.06669 l 0,0.03326 c 0.0065,0.0087 0.714923,-0.0086 0.732935,0 l 0,0.03326 c 0.239622,0.0038 0.493315,0.0038 0.732936,0 16.8696731,0.984732 37.623239,1.660433 55.636161,2.431891 0.700858,8.353686 0.841111,16.591821 0.866187,24.91967 l -7.962299,0.866187 -0.06669,0 -0.03326,0 0,0.03326 c -0.332516,0.0435 -0.681338,0.117013 -0.899501,0.26652 -0.322656,0.206667 -0.456232,0.474535 -0.533041,0.732936 -0.109678,0.402894 -0.0481,0.83238 0.03326,1.232664 0.09876,0.442791 0.239399,0.867416 0.433102,1.29929 0.02286,0.05305 0.07625,0.08188 0.09996,0.133217 l 0,0.03326 0,0.03326 0.03326,0 0.06669,0 5.26378,0.299833 0,0.133218 0,0.03326 0.03326,0 0.03326,0 4.530849,0.233207 0.06669,0 0.03326,0 0,-0.03326 0.333118,-0.732535 c 0.138675,-0.305787 0.168867,0.566558 0.26652,0.832874 l 0.03326,0.03326 c 0.0249,0.03616 0.03872,0.07761 0.06669,0.09996 0.0348,0.02797 0.108996,0.0336 0.16665,0.03326 0.05765,-2.12e-4 0.09859,-0.0053 0.133217,-0.03326 0.0278,-0.02252 0.04196,-0.06414 0.06669,-0.09996 l 0.03326,-0.03326 0.299834,-0.832874 0.299833,0.732936 0,0.03326 0.03326,0 0.09996,0 4.530849,-0.233207 0.03326,0 0.03326,0 0,-0.03326 0,-0.16665 5.230466,-0.266521 0.03326,0 0.03326,0 0.03326,0 0,-0.03326 0,-0.03326 c 0.11326,-0.234709 0.242265,-0.462339 0.333146,-0.699623 0.111726,-0.316447 0.217413,-0.643163 0.266521,-0.966143 0.05134,-0.314247 0.04145,-0.651931 -0.03326,-0.966144 -0.07761,-0.266725 -0.198615,-0.552725 -0.533041,-0.766248 -0.218061,-0.149593 -0.533485,-0.22311 -0.866188,-0.266521 l -0.03326,-0.03326 -0.09996,0 -7.962302,-0.866187 c -0.187314,0.03048 -0.299405,-0.233279 -0.449107,-0.349919 0.744695,-1.907703 -0.571382,-24.41209 1.48204,-24.503188 18.273713,-0.765618 37.007911,-1.639672 54.936554,-2.498519 0.181796,-0.03582 1.533878,-0.02712 1.499184,-0.06669 0.07881,-0.01159 0.07881,-0.0551 0,-0.06669 l 0,-5.763507 0,-0.03331 c 0.01511,-0.02755 -0.740032,-0.03942 -0.766249,-0.06663 C 74.177293,12.046144 59.97661,11.033604 40.473348,9.5593798 l -0.03326,0 -0.03326,0 -4.647841,-0.8318391 C 35.70708,6.8863909 35.721478,3.8906589 35.609473,2.763113 35.546361,2.426707 35.417971,2.0983349 35.342953,1.7636619 c -0.0023,-0.010405 0.0023,-0.022908 0,-0.033313 4.8e-5,-3.1804286 -1.510311,-5.7524591 -3.364914,-5.7302006 z"; +var _glider_svg = + "m 31.978039,-3.9998517 c -1.84156,0.00947 -3.331514,2.5721935 -3.331506,5.7301914 -0.0019,0.1110271 -0.0019,0.2221245 0,0.3331516 -1.69e-4,0.033312 -1.69e-4,0.066627 0,0.099939 -0.363594,1.7865965 -0.422491,3.5774939 -0.532784,5.3970406 -0.06705,0.4552445 -0.0202,0.9200088 0.08347,1.367219 l -4.614525,0.6316891 -0.03326,0 -0.03326,0 c -16.8766062,1.947358 -33.849345,1.990861 -50.472325,3.231562 -0.347167,0.0057 -0.614916,0.01653 -0.732935,0.03331 l 0,0.03331 0,0.03331 0,5.763507 c -0.0788,0.01159 -0.0788,0.0551 0,0.06669 l 0,0.03326 c 0.0065,0.0087 0.714923,-0.0086 0.732935,0 l 0,0.03326 c 0.239622,0.0038 0.493315,0.0038 0.732936,0 16.8696731,0.984732 37.623239,1.660433 55.636161,2.431891 0.700858,8.353686 0.841111,16.591821 0.866187,24.91967 l -7.962299,0.866187 -0.06669,0 -0.03326,0 0,0.03326 c -0.332516,0.0435 -0.681338,0.117013 -0.899501,0.26652 -0.322656,0.206667 -0.456232,0.474535 -0.533041,0.732936 -0.109678,0.402894 -0.0481,0.83238 0.03326,1.232664 0.09876,0.442791 0.239399,0.867416 0.433102,1.29929 0.02286,0.05305 0.07625,0.08188 0.09996,0.133217 l 0,0.03326 0,0.03326 0.03326,0 0.06669,0 5.26378,0.299833 0,0.133218 0,0.03326 0.03326,0 0.03326,0 4.530849,0.233207 0.06669,0 0.03326,0 0,-0.03326 0.333118,-0.732535 c 0.138675,-0.305787 0.168867,0.566558 0.26652,0.832874 l 0.03326,0.03326 c 0.0249,0.03616 0.03872,0.07761 0.06669,0.09996 0.0348,0.02797 0.108996,0.0336 0.16665,0.03326 0.05765,-2.12e-4 0.09859,-0.0053 0.133217,-0.03326 0.0278,-0.02252 0.04196,-0.06414 0.06669,-0.09996 l 0.03326,-0.03326 0.299834,-0.832874 0.299833,0.732936 0,0.03326 0.03326,0 0.09996,0 4.530849,-0.233207 0.03326,0 0.03326,0 0,-0.03326 0,-0.16665 5.230466,-0.266521 0.03326,0 0.03326,0 0.03326,0 0,-0.03326 0,-0.03326 c 0.11326,-0.234709 0.242265,-0.462339 0.333146,-0.699623 0.111726,-0.316447 0.217413,-0.643163 0.266521,-0.966143 0.05134,-0.314247 0.04145,-0.651931 -0.03326,-0.966144 -0.07761,-0.266725 -0.198615,-0.552725 -0.533041,-0.766248 -0.218061,-0.149593 -0.533485,-0.22311 -0.866188,-0.266521 l -0.03326,-0.03326 -0.09996,0 -7.962302,-0.866187 c -0.187314,0.03048 -0.299405,-0.233279 -0.449107,-0.349919 0.744695,-1.907703 -0.571382,-24.41209 1.48204,-24.503188 18.273713,-0.765618 37.007911,-1.639672 54.936554,-2.498519 0.181796,-0.03582 1.533878,-0.02712 1.499184,-0.06669 0.07881,-0.01159 0.07881,-0.0551 0,-0.06669 l 0,-5.763507 0,-0.03331 c 0.01511,-0.02755 -0.740032,-0.03942 -0.766249,-0.06663 C 74.177293,12.046144 59.97661,11.033604 40.473348,9.5593798 l -0.03326,0 -0.03326,0 -4.647841,-0.8318391 C 35.70708,6.8863909 35.721478,3.8906589 35.609473,2.763113 35.546361,2.426707 35.417971,2.0983349 35.342953,1.7636619 c -0.0023,-0.010405 0.0023,-0.022908 0,-0.033313 4.8e-5,-3.1804286 -1.510311,-5.7524591 -3.364914,-5.7302006 z"; -var _baloon_svg = - "m 182.97,128.883 c -5.694,10.06 -20.119,31.127 -30.747,44.982 -10.629,13.855 -24.105,28.28 -27.521,32.646 -3.416,4.366 -4.555,5.504 -5.314,6.833 -0.061,0.105 -0.129,0.236 -0.2,0.38 -0.294,4.028 -1.047,14.206 -1.526,19.549 -0.128,1.416 -0.329,3.044 -0.588,4.749 0.188,0.233 0.35,0.354 0.416,0.755 0.096,0.569 0.285,1.234 0.285,1.234 0,0 -0.095,1.139 -0.095,1.708 0,0.569 0.189,1.044 0.38,1.708 0.189,0.664 0.379,1.139 0.664,1.613 0.285,0.474 -0.189,1.233 -0.189,2.183 0,0.95 -0.096,0.475 -0.096,0.854 0,0.379 0,0.948 0.096,1.423 0.094,0.475 -0.19,0.569 -0.096,1.234 0.096,0.664 -0.095,0.664 0,1.423 0.096,0.76 -1.177,1.728 -1.177,1.728 0,0 0.038,-0.684 -0.815,-1.253 -0.854,-0.569 -0.38,-0.664 -0.76,-1.613 -0.379,-0.949 -0.095,-1.519 -0.095,-2.467 0,-0.858 -0.003,-1.483 -0.212,-2.156 -0.725,2.757 -1.573,5.167 -2.502,6.616 -2.373,3.701 -3.96,5.088 -6.169,3.15 -0.263,-0.23 -0.509,-0.507 -0.741,-0.811 0.225,1.253 0.516,6.618 0.59,8.099 0.076,1.519 0.684,3.113 0.531,4.024 -0.153,0.911 0.076,1.519 -1.063,1.897 -1.139,0.38 -5.543,0.38 -8.124,0.456 -2.581,0.075 -6.747,0.075 -7.364,0.123 -0.617,0.048 -0.949,-0.095 -1.186,-0.237 -0.237,-0.142 -0.475,-0.475 -0.475,-0.475 0,0 -0.19,0.143 -0.237,0.332 -0.047,0.19 -0.285,0.428 -0.285,0.428 0,0 -0.237,-0.475 -0.189,-0.854 0.047,-0.38 -0.143,-1.233 -0.237,-1.756 -0.095,-0.521 0.142,-0.616 0.427,-0.948 0.285,-0.333 0.185,-1.756 0.143,-3.274 -0.048,-1.708 0.047,-4.128 0,-6.169 -0.048,-2.04 0.711,-2.135 1.139,-2.847 0.428,-0.712 1.368,-0.992 1.368,-0.992 0,0 -0.009,-0.194 0.039,-0.479 0.047,-0.285 0.03,-0.885 -0.018,-1.691 -0.048,-0.806 -0.006,-2.017 -0.006,-2.017 0,0 -1.265,-0.389 -1.771,-0.778 -0.308,-0.237 -0.181,-0.496 0.056,-0.828 0.237,-0.332 1.186,-1.115 1.851,-1.495 0.664,-0.379 1.091,-0.308 1.091,-0.308 0,0 0.078,-0.747 0.12,-1.411 -0.421,0.091 -0.801,0.199 -1.308,0.164 -1.028,-0.072 -0.685,-0.807 -0.014,-1.332 0.497,-0.389 0.848,-0.6 1.282,-0.796 -0.037,-0.333 -0.091,-0.743 -0.175,-1.37 -0.054,-0.403 -0.087,-0.688 -0.109,-0.9 l 0,0 c -0.005,-0.053 -0.01,-0.1 -0.014,-0.144 -0.003,-0.039 -0.007,-0.074 -0.009,-0.106 -0.002,-0.028 -0.004,-0.055 -0.006,-0.079 -0.001,-0.021 -0.003,-0.043 -0.004,-0.061 -0.002,-0.032 -0.003,-0.059 -0.003,-0.08 -1.033,-0.804 -2.166,-2.591 -3.08,-4.087 C 87.884,233.652 76.686,214.293 75.642,213.058 74.598,211.825 52.012,183.544 44.8,173.865 37.588,164.185 16.899,138.182 7.219,112.75 -2.461,87.317 -0.753,73.841 2.854,61.884 6.457,49.927 14.049,37.78 25.816,31.706 28.094,27.72 30.141,19.691 46.504,11.018 65.484,0.958 80.478,9.879 80.478,9.879 c 0,0 6.833,-9.49 20.688,-9.87 13.855,-0.38 22.017,10.249 22.017,10.249 0,0 17.702,-6.153 34.164,4.555 19.55,12.717 22.396,27.711 22.396,27.711 0,0 15.184,12.716 16.322,34.733 1.138,22.017 -7.4,41.567 -13.095,51.626 z M 88.933,268.256 c 0,0 -0.072,0.201 -0.029,0.331 0.043,0.13 0.043,0.461 0.043,0.461 0,0 0.101,-0.13 0.115,-0.331 0.015,-0.202 -0.129,-0.461 -0.129,-0.461 z m 3.234,-21.816 c -0.253,0.063 -0.846,0.434 -1.036,0.591 -0.166,0.138 -0.183,0.167 -0.272,0.276 -0.013,0.016 -0.024,0.035 -0.024,0.035 0,0 0.042,0.009 0.062,0.055 0.014,0.032 0.005,0.055 0.005,0.055 0,0 0.056,0.025 0.127,0.045 0.408,0.108 1.21,0.249 1.21,0.249 0,0 0.181,-1.369 -0.072,-1.306 z m -9.318,-31.41 c -1.8,-0.683 -4.034,-0.869 -4.034,-0.869 0,0 1.427,1.18 3.6,1.862 2.173,0.682 4.593,0.807 4.593,0.807 0,0 -2.36,-1.118 -4.159,-1.8 z m 20.367,38.172 c 0,0 0.81,-0.215 1.429,-0.146 -0.612,-1.345 -1.09,-2.796 -1.486,-3.935 -0.085,-0.247 -0.162,-0.487 -0.23,-0.72 0.06,1.947 0.287,4.801 0.287,4.801 z m -0.303,-5.619 c 0,0.001 0,0.003 0,0.004 0.455,1.596 1.15,3.73 2.037,5.534 0.004,0.002 0.009,0.003 0.013,0.004 0.489,0.184 0.683,0.765 0.858,1.537 0.795,1.205 1.699,2.031 2.691,2.031 2.722,0 5.217,-5.482 6.725,-10.838 -0.028,-0.356 0.127,-0.66 0.29,-1.071 0.116,-0.451 0.226,-0.897 0.326,-1.338 0.136,-0.917 0.173,-1.643 -0.071,-2.297 -0.216,-0.574 -0.918,-1.58 -1.248,-2.038 -0.148,0.25 -0.3,0.49 -0.461,0.709 -3.416,4.65 -5.884,5.562 -8.352,5.182 -1.293,-0.199 -2.218,-0.674 -2.809,-1.081 10e-4,0.916 10e-4,2.187 10e-4,3.662 z m -0.122,-5.071 c 0.371,-0.07 0.884,-0.196 1.341,-0.407 0.822,-0.38 0.424,-0.943 -0.46,-1.143 -0.253,-0.057 -0.584,-0.087 -0.87,-0.123 -0.013,0.048 -0.027,0.09 -0.041,0.14 -0.177,0.659 -0.067,1.153 0.03,1.533 z m -0.941,-0.85 c 0.151,-0.531 -0.152,-0.455 -0.152,-1.29 0,-0.273 -0.017,-0.502 -0.039,-0.691 l -1.188,0.029 0,1.978 c 0,0 0.007,0.68 -0.002,1.01 -0.002,0.065 0.145,0.076 0.314,0.066 0.245,-0.014 0.467,0.012 0.76,-0.026 0.093,-0.29 0.214,-0.753 0.307,-1.076 z m -2.921,3.485 c 0.333,0.101 0.583,0.427 0.601,0.951 0.012,0.375 -0.117,0.919 -0.301,1.216 -0.111,0.182 -0.11,0.293 -0.089,0.412 0.021,0.118 0.087,0.242 0.14,0.286 0.055,0.043 0.157,0.107 0.157,0.107 l 0.044,-0.037 c 0,0 0.162,0.054 0.351,0.237 0.189,0.183 0.704,0.885 0.765,1.337 0.33,2.455 0.809,3.474 0.919,3.883 0,-2.332 -0.151,-7.73 -0.151,-7.926 0,-0.029 -0.02,-0.056 -0.051,-0.08 0.002,-0.052 0.003,-0.102 0.006,-0.151 0.075,-1.746 -0.076,-1.898 0.075,-2.277 0.034,-0.084 0.067,-0.178 0.101,-0.275 -0.773,0.057 -1.684,-0.003 -2.289,-0.003 -0.084,0 -0.158,-0.001 -0.23,-0.003 -0.012,0.156 -0.025,0.315 -0.039,0.461 -0.04,0.421 -0.002,1.463 -0.009,1.862 z m -2.956,8.936 c 0.012,0.11 0.037,0.185 0.037,0.185 l 0.024,0.081 1.491,-0.034 0,-2.52 c -0.137,0.182 -0.264,0.35 -0.342,0.448 -0.198,0.247 -0.408,0.642 -0.593,0.777 -0.185,0.135 -0.469,0.47 -0.469,0.47 l -0.247,0.21 c 0,0.001 0.086,0.272 0.099,0.383 z M 93.6,245.122 c 0.219,-0.014 0.434,-0.008 0.598,0.038 0.54,0.151 0.756,0.346 0.886,0.821 0.13,0.476 0.194,0.8 0.043,1.08 -0.151,0.281 -0.389,0.411 -0.454,0.627 -0.065,0.216 -0.022,0.432 -0.022,0.432 l 0.259,0.021 0.194,0.346 -0.086,0.087 c 0,0 0.151,0.086 0.302,0.476 0.151,0.389 0.302,0.734 0.346,1.145 0.043,0.411 0.151,0.8 0.173,1.124 0.022,0.324 0.086,0.756 0.086,0.756 0,0 0.367,-0.41 0.562,-0.734 0.195,-0.324 0.303,-0.648 0.454,-0.864 0.138,-0.197 0.42,-0.557 0.583,-0.849 l 0,-1.655 c -0.143,0.014 -0.365,0.023 -0.443,-0.014 -0.092,-0.043 -0.129,-0.107 -0.124,-0.188 0.005,-0.081 0.038,-0.081 0.032,-0.146 -0.005,-0.064 -0.065,-0.081 -0.076,-0.118 -0.011,-0.038 0.043,-0.049 0.043,-0.049 0,0 -0.06,-0.027 -0.06,-0.06 0,-0.033 0.038,-0.038 0.038,-0.086 0,-0.049 -0.054,-0.128 -0.108,-0.128 -0.054,0 -0.198,-0.065 -0.16,-0.124 0.038,-0.06 0.125,-0.215 0.182,-0.311 0.064,-0.109 0.168,-0.188 0.109,-0.264 -0.083,-0.104 -0.09,-0.315 -0.098,-0.399 -0.008,-0.086 -0.008,-0.113 -0.013,-0.176 -0.015,0.002 -0.042,0.001 -0.059,0.002 0,0.001 0,0.001 0,0.001 0.002,0.052 0.009,0.084 0.017,0.104 -0.011,-0.019 -0.024,-0.045 -0.029,-0.076 -0.021,0.047 -0.033,0.103 -0.018,0.156 0.015,0.056 0.03,0.086 0.042,0.104 -0.04,-0.042 -0.099,-0.136 -0.027,-0.282 0,-0.002 0,-0.004 0,-0.006 -0.03,0.002 -0.06,0.004 -0.086,0.004 -0.002,0.013 -0.004,0.025 -0.004,0.039 0,0.101 0.013,0.151 0.022,0.175 -0.018,-0.036 -0.05,-0.12 -0.029,-0.213 -0.034,0.001 -0.059,0.001 -0.059,0.001 0,0 0.025,-0.001 0.06,-0.003 0.008,-0.032 0.021,-0.064 0.044,-0.097 0,-0.08 0.032,-0.184 0.195,-0.245 0.012,-0.005 0.022,-0.009 0.033,-0.012 0.013,-0.031 0.035,-0.063 0.074,-0.09 -0.014,0 -0.027,0 -0.042,0.001 0.023,-0.013 0.039,-0.02 0.047,-0.022 0.001,-0.001 0.002,-0.001 0.003,-0.001 0.008,-0.002 0.007,-0.003 -0.003,0.001 -0.002,0 -0.003,0 -0.005,0.001 0.057,-0.025 0.093,-0.035 0.095,-0.038 -0.003,-10e-4 0.009,0.002 0.028,0.008 0.008,-0.002 0.016,-0.004 0.025,-0.006 0.001,0 0.002,0 0.003,-0.001 -0.004,0.004 -0.009,0.007 -0.015,0.011 -0.003,-10e-4 -0.005,-10e-4 0,0.001 0,0 0,0 0,-0.001 0.003,0.001 0.006,0.003 0.008,0.004 l 0,0 c 0.003,0.001 0.002,0 0,0 0.03,-0.006 0.022,-0.021 0.021,-0.025 0,0.001 0,0.001 0,0.001 -10e-4,0.001 -0.003,0.002 -0.005,0.003 0.004,-0.008 -0.002,-0.02 0.012,-0.022 0,-0.015 0.048,-0.03 0.046,-0.045 -0.071,-0.005 -0.171,0.061 -0.256,0.031 -0.072,-0.025 -0.139,-0.046 -0.159,-0.111 0.046,0.08 0.225,0.148 0.474,0.039 0.004,-0.002 0.008,-0.002 0.013,-0.003 -0.003,-0.036 0.211,-0.063 0.212,-0.098 0.005,-0.376 0.071,-1.161 0.036,-1.628 -0.021,-0.261 -0.023,-0.441 -0.021,-0.567 -0.403,0.126 -0.622,0.077 -1.246,0.077 -0.696,0 -0.558,-0.19 -1.19,-0.253 -0.633,-0.063 -0.455,-0.569 -0.455,-0.569 0,0 0.055,-0.402 0.099,-0.614 0.007,-0.036 -0.33,0.001 -0.699,0.044 -0.088,0.011 -0.178,0.032 -0.267,0.052 l -0.16,0.93 0.037,1.861 -0.073,-0.011 0.015,0.6 z m 3.551,0.36 c -0.031,-0.004 -0.066,-0.009 -0.106,-0.011 -0.032,0.02 -0.061,0.046 -0.077,0.083 0.003,-0.002 0.007,-0.003 0.01,-0.004 0.003,-0.008 0.005,-0.016 0.01,-0.023 0.003,0.001 0.031,0.003 0.066,0.017 0.012,-0.007 0.021,-0.029 0.031,-0.035 0,-0.007 0,-0.013 0.018,-0.019 0.01,-0.009 0.039,0 0.048,-0.008 z m -0.184,0.113 c -0.004,0 -0.01,0.001 -0.015,0.001 -0.001,0.006 -0.002,0.01 -0.004,0.015 0.007,-0.005 0.012,-0.011 0.019,-0.016 l 0,0 z m -0.246,0.245 c -0.016,0.021 -0.027,0.045 -0.034,0.073 0.026,-0.001 0.057,-0.003 0.086,-0.006 0,-0.044 0.014,-0.095 0.059,-0.15 -0.03,0.013 -0.073,0.036 -0.105,0.076 -0.002,0.034 0.002,0.054 0.005,0.069 -0.004,-0.015 -0.009,-0.036 -0.011,-0.062 z m 0.133,-0.022 c 0,-0.001 0,-0.001 0,-0.002 -0.003,0.004 -0.035,0.04 -0.063,0.091 0.017,-0.002 0.046,-0.003 0.06,-0.005 0.007,-0.044 0.002,-0.076 0.003,-0.084 z m -0.042,0.034 c 0.015,-0.021 0.027,-0.038 0.038,-0.055 -0.003,-0.012 -0.005,-0.023 -0.007,-0.034 -0.029,0.035 -0.052,0.079 -0.054,0.127 0.006,-0.013 0.014,-0.025 0.023,-0.038 z m -0.021,-0.107 c 0.019,-0.015 0.035,-0.026 0.05,-0.037 0,-0.003 0.016,-0.007 0.036,-0.012 0.012,-0.024 0.03,-0.05 0.058,-0.074 0,-0.007 0.001,-0.015 0.002,-0.022 -0.066,0.011 -0.166,0.045 -0.194,0.148 -0.006,0.021 -0.01,0.039 -0.012,0.056 0.016,-0.021 0.035,-0.041 0.06,-0.059 z m -2.015,-4.817 0,-0.696 -0.054,-0.38 -0.61,0.015 -0.015,0.049 -0.297,1.743 0.942,-0.141 0.034,-0.59 z m -3.654,2.071 c -0.633,0.506 -0.958,1.125 -0.173,1.251 0.369,0.06 1.001,-0.059 1.413,-0.169 0.016,-0.273 0.027,-0.538 0.027,-0.748 0,-0.383 -0.012,-0.716 -0.048,-1.075 -0.58,0.288 -0.918,0.499 -1.219,0.741 z m 6.008,-26.502 c -3.079,-0.073 -7.347,0.517 -7.347,0.517 0,0 4.88,0.648 7.195,0.584 2.316,-0.064 7.149,-0.648 7.149,-0.648 0,0 -4.294,-0.389 -6.997,-0.453 z m 14.851,-0.838 c -1.994,0.386 -4.894,1.098 -4.894,1.098 0,0 3.083,0.071 5.077,-0.379 1.994,-0.451 4.318,-1.36 4.318,-1.36 0,0 -2.507,0.254 -4.501,0.641 z m 0.193,10.591 c -4.596,6.896 -8.367,12.635 -8.863,13.389 l -0.063,0.002 c -0.136,0.311 -0.314,0.715 -0.44,1.121 0.224,0.033 0.643,0.09 0.99,0.189 0.713,0.202 0.924,0.529 0.817,0.799 -0.145,0.367 -0.86,0.625 -1.803,0.85 0.054,0.214 0.101,0.441 0.101,0.732 0,0.117 0,0.246 0,0.383 1.203,0.647 3.57,1.622 5.656,0.68 2.695,-1.217 4.973,-3.964 6.213,-6.751 l 1.119,-3.25 c 0.76,-2.793 1.394,-6.793 2.006,-14.597 0.101,-1.279 0.2,-2.704 0.285,-3.987 -1.05,2.19 -2.81,5.629 -6.018,10.44 z m 6.307,-11.045 c -0.016,1.348 -0.073,2.932 -0.232,4.402 -0.261,2.411 -0.521,8.847 -1.765,14.15 0.075,0.281 -0.209,0.353 -0.038,1.034 0.189,0.759 -0.096,0.569 0.189,1.803 0.278,1.207 -0.076,0.511 0.174,1.012 0.762,-6.541 1.752,-18.61 2.134,-23.38 -0.134,0.281 -0.286,0.607 -0.462,0.979 z M 96.8,246.2 c 0.016,0.017 0.028,0.025 0.028,0.025 0,0 -0.011,0.001 -0.028,-0.025 z m -0.096,-0.071 c 0.006,0.013 0.011,0.021 0.011,0.021 0,0 -0.005,-0.005 -0.011,-0.021 z m 0.272,-0.656 c 0.001,0 0.003,0 0.004,-0.001 -0.053,0.031 -0.149,0.098 -0.301,0.235 0.107,-0.12 0.215,-0.191 0.297,-0.234 z m -0.093,0.024 c -0.074,0.031 -0.095,0.022 -0.153,0.112 0.025,-0.057 0.024,-0.103 0.292,-0.158 -0.014,0.006 -0.029,0.014 -0.046,0.022 -0.03,0.003 -0.061,0.01 -0.093,0.024 z m 0.291,-0.083 c 0.004,-0.003 0.007,-0.005 0.01,-0.007 -0.002,0.003 -0.005,0.006 -0.01,0.007 z"; +var _baloon_svg = + "m 182.97,128.883 c -5.694,10.06 -20.119,31.127 -30.747,44.982 -10.629,13.855 -24.105,28.28 -27.521,32.646 -3.416,4.366 -4.555,5.504 -5.314,6.833 -0.061,0.105 -0.129,0.236 -0.2,0.38 -0.294,4.028 -1.047,14.206 -1.526,19.549 -0.128,1.416 -0.329,3.044 -0.588,4.749 0.188,0.233 0.35,0.354 0.416,0.755 0.096,0.569 0.285,1.234 0.285,1.234 0,0 -0.095,1.139 -0.095,1.708 0,0.569 0.189,1.044 0.38,1.708 0.189,0.664 0.379,1.139 0.664,1.613 0.285,0.474 -0.189,1.233 -0.189,2.183 0,0.95 -0.096,0.475 -0.096,0.854 0,0.379 0,0.948 0.096,1.423 0.094,0.475 -0.19,0.569 -0.096,1.234 0.096,0.664 -0.095,0.664 0,1.423 0.096,0.76 -1.177,1.728 -1.177,1.728 0,0 0.038,-0.684 -0.815,-1.253 -0.854,-0.569 -0.38,-0.664 -0.76,-1.613 -0.379,-0.949 -0.095,-1.519 -0.095,-2.467 0,-0.858 -0.003,-1.483 -0.212,-2.156 -0.725,2.757 -1.573,5.167 -2.502,6.616 -2.373,3.701 -3.96,5.088 -6.169,3.15 -0.263,-0.23 -0.509,-0.507 -0.741,-0.811 0.225,1.253 0.516,6.618 0.59,8.099 0.076,1.519 0.684,3.113 0.531,4.024 -0.153,0.911 0.076,1.519 -1.063,1.897 -1.139,0.38 -5.543,0.38 -8.124,0.456 -2.581,0.075 -6.747,0.075 -7.364,0.123 -0.617,0.048 -0.949,-0.095 -1.186,-0.237 -0.237,-0.142 -0.475,-0.475 -0.475,-0.475 0,0 -0.19,0.143 -0.237,0.332 -0.047,0.19 -0.285,0.428 -0.285,0.428 0,0 -0.237,-0.475 -0.189,-0.854 0.047,-0.38 -0.143,-1.233 -0.237,-1.756 -0.095,-0.521 0.142,-0.616 0.427,-0.948 0.285,-0.333 0.185,-1.756 0.143,-3.274 -0.048,-1.708 0.047,-4.128 0,-6.169 -0.048,-2.04 0.711,-2.135 1.139,-2.847 0.428,-0.712 1.368,-0.992 1.368,-0.992 0,0 -0.009,-0.194 0.039,-0.479 0.047,-0.285 0.03,-0.885 -0.018,-1.691 -0.048,-0.806 -0.006,-2.017 -0.006,-2.017 0,0 -1.265,-0.389 -1.771,-0.778 -0.308,-0.237 -0.181,-0.496 0.056,-0.828 0.237,-0.332 1.186,-1.115 1.851,-1.495 0.664,-0.379 1.091,-0.308 1.091,-0.308 0,0 0.078,-0.747 0.12,-1.411 -0.421,0.091 -0.801,0.199 -1.308,0.164 -1.028,-0.072 -0.685,-0.807 -0.014,-1.332 0.497,-0.389 0.848,-0.6 1.282,-0.796 -0.037,-0.333 -0.091,-0.743 -0.175,-1.37 -0.054,-0.403 -0.087,-0.688 -0.109,-0.9 l 0,0 c -0.005,-0.053 -0.01,-0.1 -0.014,-0.144 -0.003,-0.039 -0.007,-0.074 -0.009,-0.106 -0.002,-0.028 -0.004,-0.055 -0.006,-0.079 -0.001,-0.021 -0.003,-0.043 -0.004,-0.061 -0.002,-0.032 -0.003,-0.059 -0.003,-0.08 -1.033,-0.804 -2.166,-2.591 -3.08,-4.087 C 87.884,233.652 76.686,214.293 75.642,213.058 74.598,211.825 52.012,183.544 44.8,173.865 37.588,164.185 16.899,138.182 7.219,112.75 -2.461,87.317 -0.753,73.841 2.854,61.884 6.457,49.927 14.049,37.78 25.816,31.706 28.094,27.72 30.141,19.691 46.504,11.018 65.484,0.958 80.478,9.879 80.478,9.879 c 0,0 6.833,-9.49 20.688,-9.87 13.855,-0.38 22.017,10.249 22.017,10.249 0,0 17.702,-6.153 34.164,4.555 19.55,12.717 22.396,27.711 22.396,27.711 0,0 15.184,12.716 16.322,34.733 1.138,22.017 -7.4,41.567 -13.095,51.626 z M 88.933,268.256 c 0,0 -0.072,0.201 -0.029,0.331 0.043,0.13 0.043,0.461 0.043,0.461 0,0 0.101,-0.13 0.115,-0.331 0.015,-0.202 -0.129,-0.461 -0.129,-0.461 z m 3.234,-21.816 c -0.253,0.063 -0.846,0.434 -1.036,0.591 -0.166,0.138 -0.183,0.167 -0.272,0.276 -0.013,0.016 -0.024,0.035 -0.024,0.035 0,0 0.042,0.009 0.062,0.055 0.014,0.032 0.005,0.055 0.005,0.055 0,0 0.056,0.025 0.127,0.045 0.408,0.108 1.21,0.249 1.21,0.249 0,0 0.181,-1.369 -0.072,-1.306 z m -9.318,-31.41 c -1.8,-0.683 -4.034,-0.869 -4.034,-0.869 0,0 1.427,1.18 3.6,1.862 2.173,0.682 4.593,0.807 4.593,0.807 0,0 -2.36,-1.118 -4.159,-1.8 z m 20.367,38.172 c 0,0 0.81,-0.215 1.429,-0.146 -0.612,-1.345 -1.09,-2.796 -1.486,-3.935 -0.085,-0.247 -0.162,-0.487 -0.23,-0.72 0.06,1.947 0.287,4.801 0.287,4.801 z m -0.303,-5.619 c 0,0.001 0,0.003 0,0.004 0.455,1.596 1.15,3.73 2.037,5.534 0.004,0.002 0.009,0.003 0.013,0.004 0.489,0.184 0.683,0.765 0.858,1.537 0.795,1.205 1.699,2.031 2.691,2.031 2.722,0 5.217,-5.482 6.725,-10.838 -0.028,-0.356 0.127,-0.66 0.29,-1.071 0.116,-0.451 0.226,-0.897 0.326,-1.338 0.136,-0.917 0.173,-1.643 -0.071,-2.297 -0.216,-0.574 -0.918,-1.58 -1.248,-2.038 -0.148,0.25 -0.3,0.49 -0.461,0.709 -3.416,4.65 -5.884,5.562 -8.352,5.182 -1.293,-0.199 -2.218,-0.674 -2.809,-1.081 10e-4,0.916 10e-4,2.187 10e-4,3.662 z m -0.122,-5.071 c 0.371,-0.07 0.884,-0.196 1.341,-0.407 0.822,-0.38 0.424,-0.943 -0.46,-1.143 -0.253,-0.057 -0.584,-0.087 -0.87,-0.123 -0.013,0.048 -0.027,0.09 -0.041,0.14 -0.177,0.659 -0.067,1.153 0.03,1.533 z m -0.941,-0.85 c 0.151,-0.531 -0.152,-0.455 -0.152,-1.29 0,-0.273 -0.017,-0.502 -0.039,-0.691 l -1.188,0.029 0,1.978 c 0,0 0.007,0.68 -0.002,1.01 -0.002,0.065 0.145,0.076 0.314,0.066 0.245,-0.014 0.467,0.012 0.76,-0.026 0.093,-0.29 0.214,-0.753 0.307,-1.076 z m -2.921,3.485 c 0.333,0.101 0.583,0.427 0.601,0.951 0.012,0.375 -0.117,0.919 -0.301,1.216 -0.111,0.182 -0.11,0.293 -0.089,0.412 0.021,0.118 0.087,0.242 0.14,0.286 0.055,0.043 0.157,0.107 0.157,0.107 l 0.044,-0.037 c 0,0 0.162,0.054 0.351,0.237 0.189,0.183 0.704,0.885 0.765,1.337 0.33,2.455 0.809,3.474 0.919,3.883 0,-2.332 -0.151,-7.73 -0.151,-7.926 0,-0.029 -0.02,-0.056 -0.051,-0.08 0.002,-0.052 0.003,-0.102 0.006,-0.151 0.075,-1.746 -0.076,-1.898 0.075,-2.277 0.034,-0.084 0.067,-0.178 0.101,-0.275 -0.773,0.057 -1.684,-0.003 -2.289,-0.003 -0.084,0 -0.158,-0.001 -0.23,-0.003 -0.012,0.156 -0.025,0.315 -0.039,0.461 -0.04,0.421 -0.002,1.463 -0.009,1.862 z m -2.956,8.936 c 0.012,0.11 0.037,0.185 0.037,0.185 l 0.024,0.081 1.491,-0.034 0,-2.52 c -0.137,0.182 -0.264,0.35 -0.342,0.448 -0.198,0.247 -0.408,0.642 -0.593,0.777 -0.185,0.135 -0.469,0.47 -0.469,0.47 l -0.247,0.21 c 0,0.001 0.086,0.272 0.099,0.383 z M 93.6,245.122 c 0.219,-0.014 0.434,-0.008 0.598,0.038 0.54,0.151 0.756,0.346 0.886,0.821 0.13,0.476 0.194,0.8 0.043,1.08 -0.151,0.281 -0.389,0.411 -0.454,0.627 -0.065,0.216 -0.022,0.432 -0.022,0.432 l 0.259,0.021 0.194,0.346 -0.086,0.087 c 0,0 0.151,0.086 0.302,0.476 0.151,0.389 0.302,0.734 0.346,1.145 0.043,0.411 0.151,0.8 0.173,1.124 0.022,0.324 0.086,0.756 0.086,0.756 0,0 0.367,-0.41 0.562,-0.734 0.195,-0.324 0.303,-0.648 0.454,-0.864 0.138,-0.197 0.42,-0.557 0.583,-0.849 l 0,-1.655 c -0.143,0.014 -0.365,0.023 -0.443,-0.014 -0.092,-0.043 -0.129,-0.107 -0.124,-0.188 0.005,-0.081 0.038,-0.081 0.032,-0.146 -0.005,-0.064 -0.065,-0.081 -0.076,-0.118 -0.011,-0.038 0.043,-0.049 0.043,-0.049 0,0 -0.06,-0.027 -0.06,-0.06 0,-0.033 0.038,-0.038 0.038,-0.086 0,-0.049 -0.054,-0.128 -0.108,-0.128 -0.054,0 -0.198,-0.065 -0.16,-0.124 0.038,-0.06 0.125,-0.215 0.182,-0.311 0.064,-0.109 0.168,-0.188 0.109,-0.264 -0.083,-0.104 -0.09,-0.315 -0.098,-0.399 -0.008,-0.086 -0.008,-0.113 -0.013,-0.176 -0.015,0.002 -0.042,0.001 -0.059,0.002 0,0.001 0,0.001 0,0.001 0.002,0.052 0.009,0.084 0.017,0.104 -0.011,-0.019 -0.024,-0.045 -0.029,-0.076 -0.021,0.047 -0.033,0.103 -0.018,0.156 0.015,0.056 0.03,0.086 0.042,0.104 -0.04,-0.042 -0.099,-0.136 -0.027,-0.282 0,-0.002 0,-0.004 0,-0.006 -0.03,0.002 -0.06,0.004 -0.086,0.004 -0.002,0.013 -0.004,0.025 -0.004,0.039 0,0.101 0.013,0.151 0.022,0.175 -0.018,-0.036 -0.05,-0.12 -0.029,-0.213 -0.034,0.001 -0.059,0.001 -0.059,0.001 0,0 0.025,-0.001 0.06,-0.003 0.008,-0.032 0.021,-0.064 0.044,-0.097 0,-0.08 0.032,-0.184 0.195,-0.245 0.012,-0.005 0.022,-0.009 0.033,-0.012 0.013,-0.031 0.035,-0.063 0.074,-0.09 -0.014,0 -0.027,0 -0.042,0.001 0.023,-0.013 0.039,-0.02 0.047,-0.022 0.001,-0.001 0.002,-0.001 0.003,-0.001 0.008,-0.002 0.007,-0.003 -0.003,0.001 -0.002,0 -0.003,0 -0.005,0.001 0.057,-0.025 0.093,-0.035 0.095,-0.038 -0.003,-10e-4 0.009,0.002 0.028,0.008 0.008,-0.002 0.016,-0.004 0.025,-0.006 0.001,0 0.002,0 0.003,-0.001 -0.004,0.004 -0.009,0.007 -0.015,0.011 -0.003,-10e-4 -0.005,-10e-4 0,0.001 0,0 0,0 0,-0.001 0.003,0.001 0.006,0.003 0.008,0.004 l 0,0 c 0.003,0.001 0.002,0 0,0 0.03,-0.006 0.022,-0.021 0.021,-0.025 0,0.001 0,0.001 0,0.001 -10e-4,0.001 -0.003,0.002 -0.005,0.003 0.004,-0.008 -0.002,-0.02 0.012,-0.022 0,-0.015 0.048,-0.03 0.046,-0.045 -0.071,-0.005 -0.171,0.061 -0.256,0.031 -0.072,-0.025 -0.139,-0.046 -0.159,-0.111 0.046,0.08 0.225,0.148 0.474,0.039 0.004,-0.002 0.008,-0.002 0.013,-0.003 -0.003,-0.036 0.211,-0.063 0.212,-0.098 0.005,-0.376 0.071,-1.161 0.036,-1.628 -0.021,-0.261 -0.023,-0.441 -0.021,-0.567 -0.403,0.126 -0.622,0.077 -1.246,0.077 -0.696,0 -0.558,-0.19 -1.19,-0.253 -0.633,-0.063 -0.455,-0.569 -0.455,-0.569 0,0 0.055,-0.402 0.099,-0.614 0.007,-0.036 -0.33,0.001 -0.699,0.044 -0.088,0.011 -0.178,0.032 -0.267,0.052 l -0.16,0.93 0.037,1.861 -0.073,-0.011 0.015,0.6 z m 3.551,0.36 c -0.031,-0.004 -0.066,-0.009 -0.106,-0.011 -0.032,0.02 -0.061,0.046 -0.077,0.083 0.003,-0.002 0.007,-0.003 0.01,-0.004 0.003,-0.008 0.005,-0.016 0.01,-0.023 0.003,0.001 0.031,0.003 0.066,0.017 0.012,-0.007 0.021,-0.029 0.031,-0.035 0,-0.007 0,-0.013 0.018,-0.019 0.01,-0.009 0.039,0 0.048,-0.008 z m -0.184,0.113 c -0.004,0 -0.01,0.001 -0.015,0.001 -0.001,0.006 -0.002,0.01 -0.004,0.015 0.007,-0.005 0.012,-0.011 0.019,-0.016 l 0,0 z m -0.246,0.245 c -0.016,0.021 -0.027,0.045 -0.034,0.073 0.026,-0.001 0.057,-0.003 0.086,-0.006 0,-0.044 0.014,-0.095 0.059,-0.15 -0.03,0.013 -0.073,0.036 -0.105,0.076 -0.002,0.034 0.002,0.054 0.005,0.069 -0.004,-0.015 -0.009,-0.036 -0.011,-0.062 z m 0.133,-0.022 c 0,-0.001 0,-0.001 0,-0.002 -0.003,0.004 -0.035,0.04 -0.063,0.091 0.017,-0.002 0.046,-0.003 0.06,-0.005 0.007,-0.044 0.002,-0.076 0.003,-0.084 z m -0.042,0.034 c 0.015,-0.021 0.027,-0.038 0.038,-0.055 -0.003,-0.012 -0.005,-0.023 -0.007,-0.034 -0.029,0.035 -0.052,0.079 -0.054,0.127 0.006,-0.013 0.014,-0.025 0.023,-0.038 z m -0.021,-0.107 c 0.019,-0.015 0.035,-0.026 0.05,-0.037 0,-0.003 0.016,-0.007 0.036,-0.012 0.012,-0.024 0.03,-0.05 0.058,-0.074 0,-0.007 0.001,-0.015 0.002,-0.022 -0.066,0.011 -0.166,0.045 -0.194,0.148 -0.006,0.021 -0.01,0.039 -0.012,0.056 0.016,-0.021 0.035,-0.041 0.06,-0.059 z m -2.015,-4.817 0,-0.696 -0.054,-0.38 -0.61,0.015 -0.015,0.049 -0.297,1.743 0.942,-0.141 0.034,-0.59 z m -3.654,2.071 c -0.633,0.506 -0.958,1.125 -0.173,1.251 0.369,0.06 1.001,-0.059 1.413,-0.169 0.016,-0.273 0.027,-0.538 0.027,-0.748 0,-0.383 -0.012,-0.716 -0.048,-1.075 -0.58,0.288 -0.918,0.499 -1.219,0.741 z m 6.008,-26.502 c -3.079,-0.073 -7.347,0.517 -7.347,0.517 0,0 4.88,0.648 7.195,0.584 2.316,-0.064 7.149,-0.648 7.149,-0.648 0,0 -4.294,-0.389 -6.997,-0.453 z m 14.851,-0.838 c -1.994,0.386 -4.894,1.098 -4.894,1.098 0,0 3.083,0.071 5.077,-0.379 1.994,-0.451 4.318,-1.36 4.318,-1.36 0,0 -2.507,0.254 -4.501,0.641 z m 0.193,10.591 c -4.596,6.896 -8.367,12.635 -8.863,13.389 l -0.063,0.002 c -0.136,0.311 -0.314,0.715 -0.44,1.121 0.224,0.033 0.643,0.09 0.99,0.189 0.713,0.202 0.924,0.529 0.817,0.799 -0.145,0.367 -0.86,0.625 -1.803,0.85 0.054,0.214 0.101,0.441 0.101,0.732 0,0.117 0,0.246 0,0.383 1.203,0.647 3.57,1.622 5.656,0.68 2.695,-1.217 4.973,-3.964 6.213,-6.751 l 1.119,-3.25 c 0.76,-2.793 1.394,-6.793 2.006,-14.597 0.101,-1.279 0.2,-2.704 0.285,-3.987 -1.05,2.19 -2.81,5.629 -6.018,10.44 z m 6.307,-11.045 c -0.016,1.348 -0.073,2.932 -0.232,4.402 -0.261,2.411 -0.521,8.847 -1.765,14.15 0.075,0.281 -0.209,0.353 -0.038,1.034 0.189,0.759 -0.096,0.569 0.189,1.803 0.278,1.207 -0.076,0.511 0.174,1.012 0.762,-6.541 1.752,-18.61 2.134,-23.38 -0.134,0.281 -0.286,0.607 -0.462,0.979 z M 96.8,246.2 c 0.016,0.017 0.028,0.025 0.028,0.025 0,0 -0.011,0.001 -0.028,-0.025 z m -0.096,-0.071 c 0.006,0.013 0.011,0.021 0.011,0.021 0,0 -0.005,-0.005 -0.011,-0.021 z m 0.272,-0.656 c 0.001,0 0.003,0 0.004,-0.001 -0.053,0.031 -0.149,0.098 -0.301,0.235 0.107,-0.12 0.215,-0.191 0.297,-0.234 z m -0.093,0.024 c -0.074,0.031 -0.095,0.022 -0.153,0.112 0.025,-0.057 0.024,-0.103 0.292,-0.158 -0.014,0.006 -0.029,0.014 -0.046,0.022 -0.03,0.003 -0.061,0.01 -0.093,0.024 z m 0.291,-0.083 c 0.004,-0.003 0.007,-0.005 0.01,-0.007 -0.002,0.003 -0.005,0.006 -0.01,0.007 z"; var _auto_svg = - "m 268.783,2.995 c -3.107,-3.106 -8.348,-2.899 -11.708,0.461 L 169.99109,88.187305 C 163.68409,55.842305 180.822,0 159.893,0 138.005,0 151.66118,51.44162 146.19018,86.10962 L 57.407,3.451 C 54.047,0.09 48.806,-0.117 45.699,2.99 c -3.107,3.106 -2.9,8.352 0.456,11.713 l 66.309,66.306 c 0,0.202 31.08481,27.18854 31.07594,26.98774 -1.88448,-42.699249 -6.69888,-1.07647 0.81512,13.36253 L 46.155,214.374 c -3.361,3.355 -3.568,8.596 -0.461,11.702 3.107,3.107 8.347,2.9 11.708,-0.455 l 88.86225,-86.51165 c 3.221,3.703 -5.99125,17.04265 -2.28325,19.30965 l 0,63.82 -10.50349,9.1071 -17.43145,25.11281 30.40994,-6.28991 26.88,0 29.92782,5.81879 L 188.18797,231.3511 175.8,222.244 l 0,-63.82 c 2.744,-1.68 -8.76461,-19.30597 -6.28861,-21.78197 L 257.076,225.621 c 3.36,3.365 8.601,3.572 11.708,0.466 3.106,-3.107 2.899,-8.348 -0.461,-11.713 l -91.43221,-92.37945 c 6.73752,-83.559577 -19.6399,-1.84714 0.29751,-19.65125 C 188.42232,92.311309 207.252,77.764 207.17,75.856 l 61.158,-61.153 c 3.355,-3.361 3.562,-8.606 0.455,-11.708 z" + "m 268.783,2.995 c -3.107,-3.106 -8.348,-2.899 -11.708,0.461 L 169.99109,88.187305 C 163.68409,55.842305 180.822,0 159.893,0 138.005,0 151.66118,51.44162 146.19018,86.10962 L 57.407,3.451 C 54.047,0.09 48.806,-0.117 45.699,2.99 c -3.107,3.106 -2.9,8.352 0.456,11.713 l 66.309,66.306 c 0,0.202 31.08481,27.18854 31.07594,26.98774 -1.88448,-42.699249 -6.69888,-1.07647 0.81512,13.36253 L 46.155,214.374 c -3.361,3.355 -3.568,8.596 -0.461,11.702 3.107,3.107 8.347,2.9 11.708,-0.455 l 88.86225,-86.51165 c 3.221,3.703 -5.99125,17.04265 -2.28325,19.30965 l 0,63.82 -10.50349,9.1071 -17.43145,25.11281 30.40994,-6.28991 26.88,0 29.92782,5.81879 L 188.18797,231.3511 175.8,222.244 l 0,-63.82 c 2.744,-1.68 -8.76461,-19.30597 -6.28861,-21.78197 L 257.076,225.621 c 3.36,3.365 8.601,3.572 11.708,0.466 3.106,-3.107 2.899,-8.348 -0.461,-11.713 l -91.43221,-92.37945 c 6.73752,-83.559577 -19.6399,-1.84714 0.29751,-19.65125 C 188.42232,92.311309 207.252,77.764 207.17,75.856 l 61.158,-61.153 c 3.355,-3.361 3.562,-8.606 0.455,-11.708 z" -var _3jet_svg = - "M 475.146,244.099 365.242,180.13169 c -7.851,-3.66569 12.02002,7.81451 -7.851,-3.66569 l -47.103,-27.052 29.8835,17.6065 7.25581,5.3477 0.59419,-28.8997 0.15149,0.59419 c 0,-7.851 -2.71249,-17.27719 -11.92949,-17.27719 -9.213,0 -11.3313,8.832 -11.3313,16.683 l -0.4427,0 0,23.552 7.85,0 L 302.436,144.904 277.162,130.387 C 277.163,18.031 239.636,0 239.636,0 c 0,0 -37.532,18.031 -37.532,130.385 l -25.273,14.517 -29.8835,22.1165 7.851,0 0,-23.552 -0.1436,0 c 0,-7.851 -2.4174,-16.683 -11.6324,-16.683 -9.215,0 -11.77895,8.68345 -11.77895,16.53445 l 0.005,0.14855 -1.18838,29.49388 9.03638,-5.94188 29.8835,-17.6065 -47.101,27.052 c -20.03834,10.88479 18.40601,-9.77191 -7.85,4.506 l -109.906,63.129 0,10.791 c 0,0 -2.276,12.76 -2.276,21.589 l 10.614,-3.924 9.325,3.924 1.963,-9.811 51.027,-12.407 c 26.26015,-6.78737 -18.619744,4.4256 7.85,-1.899 l 39.252,-9.538 c 25.05692,-5.99689 -15.67866,2.53076 7.85,-1.907 l 39.25,-9.538 c 17.59611,-4.36712 -15.25851,4.05536 7.85,-1.918 l 22.57,-5.484 c 0,0 1.224,16.438 9.327,24.538 0,0 0.981,33.361 0.981,76.049 0,42.687 4.79723,87.05138 4.79723,87.05138 L 152.3,456.548 l -0.487,21.588 83.284,-20.606 c 0,0 -3.312,14.227 4.539,18.643 7.849,-4.408 3.4,-18.643 3.4,-18.643 l 82.148,20.606 -0.485,-21.588 -56.25135,-46.121 c 0,0 -1.14665,-43.177 -1.14665,-85.863 0,-42.688 0.998,-76.049 0.998,-76.049 8.095,-8.1 9.369,-24.538 9.369,-24.538 l 24.77,6.021 c 24.72003,5.56882 -10.63581,-3.36689 7.851,1.909 l 39.252,9.538 c 18.62615,5.68891 -15.25851,-3.29296 7.85,1.907 l 39.249,9.538 c 24.6759,6.30968 -21.14067,-6.18719 7.85,1.892 l 48.891,11.886 2.107,9.811 9.606,-3.924 11.192,3.924 c 0,-8.829 -1.142,-21.589 -1.142,-21.589 l 0,-10.791 z"; +var _3jet_svg = + "M 475.146,244.099 365.242,180.13169 c -7.851,-3.66569 12.02002,7.81451 -7.851,-3.66569 l -47.103,-27.052 29.8835,17.6065 7.25581,5.3477 0.59419,-28.8997 0.15149,0.59419 c 0,-7.851 -2.71249,-17.27719 -11.92949,-17.27719 -9.213,0 -11.3313,8.832 -11.3313,16.683 l -0.4427,0 0,23.552 7.85,0 L 302.436,144.904 277.162,130.387 C 277.163,18.031 239.636,0 239.636,0 c 0,0 -37.532,18.031 -37.532,130.385 l -25.273,14.517 -29.8835,22.1165 7.851,0 0,-23.552 -0.1436,0 c 0,-7.851 -2.4174,-16.683 -11.6324,-16.683 -9.215,0 -11.77895,8.68345 -11.77895,16.53445 l 0.005,0.14855 -1.18838,29.49388 9.03638,-5.94188 29.8835,-17.6065 -47.101,27.052 c -20.03834,10.88479 18.40601,-9.77191 -7.85,4.506 l -109.906,63.129 0,10.791 c 0,0 -2.276,12.76 -2.276,21.589 l 10.614,-3.924 9.325,3.924 1.963,-9.811 51.027,-12.407 c 26.26015,-6.78737 -18.619744,4.4256 7.85,-1.899 l 39.252,-9.538 c 25.05692,-5.99689 -15.67866,2.53076 7.85,-1.907 l 39.25,-9.538 c 17.59611,-4.36712 -15.25851,4.05536 7.85,-1.918 l 22.57,-5.484 c 0,0 1.224,16.438 9.327,24.538 0,0 0.981,33.361 0.981,76.049 0,42.687 4.79723,87.05138 4.79723,87.05138 L 152.3,456.548 l -0.487,21.588 83.284,-20.606 c 0,0 -3.312,14.227 4.539,18.643 7.849,-4.408 3.4,-18.643 3.4,-18.643 l 82.148,20.606 -0.485,-21.588 -56.25135,-46.121 c 0,0 -1.14665,-43.177 -1.14665,-85.863 0,-42.688 0.998,-76.049 0.998,-76.049 8.095,-8.1 9.369,-24.538 9.369,-24.538 l 24.77,6.021 c 24.72003,5.56882 -10.63581,-3.36689 7.851,1.909 l 39.252,9.538 c 18.62615,5.68891 -15.25851,-3.29296 7.85,1.907 l 39.249,9.538 c 24.6759,6.30968 -21.14067,-6.18719 7.85,1.892 l 48.891,11.886 2.107,9.811 9.606,-3.924 11.192,3.924 c 0,-8.829 -1.142,-21.589 -1.142,-21.589 l 0,-10.791 z"; -var _milprop_svg = - "M 31,2.34375 C 30.9967,2.353899 30.9967,2.364851 31,2.375 30.9967,2.385149 30.9967,2.396101 31,2.40625 30.9918,2.429058 30.95527,2.422581 30.9375,2.4375 30.91381,2.457392 30.88347,2.488275 30.84375,2.5 c -0.07944,0.02345 -0.16785,0.042313 -0.25,0.0625 -0.142298,0.027931 -0.321549,0.011037 -0.5,0.03125 -0.178451,0.020213 -0.362341,0.079026 -0.5,0.1875 -0.232524,0.2710695 -0.269126,0.6354569 -0.375,0.9375 -0.515728,1.9222735 -0.692683,3.8981369 -0.8125,5.875 -0.0025,0.039801 -0.0291,0.08613 -0.03125,0.125 -5.12e-4,0.00925 5.69e-4,0.022042 0,0.03125 l -3.75,1.59375 -0.03125,0 -0.03125,0 -4.102527,0.31055 c -11.1257996,0.796942 -4.839664,0.366349 -5.784871,0.437898 L 1.03125,13.125 1,13.125 c -0.0101492,-0.0033 -0.0211008,-0.0033 -0.03125,0 -0.0142757,0.0014 -0.0171094,0.02929 -0.03125,0.03125 -0.49350918,0.06826 -0.88359986,0.49922 -0.90625,1 C 0.01654568,14.16125 0.0049986,14.1728 0,14.1875 c -2.5577425e-5,0.01009 -2.9111128e-4,0.02111 0,0.03125 -0.00333846,0.01015 -0.00333846,0.0211 0,0.03125 l 0,5.0625 c -0.00333846,0.01015 -0.00333846,0.0211 0,0.03125 -0.00333846,0.01015 -0.00333846,0.0211 0,0.03125 2.7397524e-4,0.0076 0.03048716,-0.0075 0.03125,0 -0.0033385,0.01015 -0.0033385,0.0211 0,0.03125 0.01014918,0.0033 0.02110082,0.0033 0.03125,0 0.02951574,0.118004 0.10643771,0.204628 0.21875,0.25 0.008119,0.0033 -0.008332,0.02849 0,0.03125 -0.003338,0.01015 -0.003338,0.0211 0,0.03125 0.007096,0.0018 0.0240449,-0.0015 0.03125,0 0.0101492,0.0033 0.0211008,0.0033 0.03125,0 L 28.4375,24.3125 c 0.07632,1.73868 0.196986,3.45307 0.375,5.1875 0.345732,3.673262 0.848433,7.32759 1.4375,10.96875 l -6.96875,1.375 -0.0625,0 c -0.01015,-0.0033 -0.0211,-0.0033 -0.03125,0 -0.0033,0.01015 -0.0033,0.0211 0,0.03125 -0.291266,0.06923 -0.590135,0.19983 -0.78125,0.4375 -0.282641,0.328422 -0.401461,0.745626 -0.46875,1.15625 -0.09612,0.640251 -0.04006,1.301405 0.03125,1.9375 0.08652,0.703658 0.205326,1.376189 0.375,2.0625 0.02,0.08426 0.07303,0.168374 0.09375,0.25 -0.0033,0.01015 -0.0033,0.0211 0,0.03125 -0.0033,0.01015 -0.0033,0.0211 0,0.03125 -0.0033,0.01015 -0.0033,0.0211 0,0.03125 0.01015,0.0033 0.0211,0.0033 0.03125,0 l 0.0625,0 4.59375,0.46875 0,0.1875 0,0.03125 c -0.0033,0.01015 -0.0033,0.0211 0,0.03125 0.005,0.0147 0.01655,0.02625 0.03125,0.03125 l 0.03125,0 c 4.9375,0.65625 3.1951,-1.540059 4.251193,-2.722195 0.04937,-0.45515 0.257089,2.736463 0.342557,3.159695 0.002,0.01 -0.002,0.02127 0,0.03125 0.0054,0.0158 0.0258,0.01691 0.03125,0.03125 0.02181,0.05737 0.03806,0.120629 0.0625,0.15625 0.03055,0.04453 0.07454,0.09409 0.125,0.09375 0.05046,-3.37e-4 0.09462,-0.04919 0.125,-0.09375 0.0243,-0.03565 0.04084,-0.09925 0.0625,-0.15625 0.0054,-0.01425 0.02586,-0.01557 0.03125,-0.03125 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 l 0.624373,-3.242237 c 0.113634,3.417521 1.389134,3.042202 3.969377,2.804737 0.01015,0.0033 0.0211,0.0033 0.03125,0 0.0147,-0.005 0.02625,-0.01655 0.03125,-0.03125 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 l 0,-0.03125 0,-0.21875 4.59375,-0.4375 c 0.01015,0.0033 0.0211,0.0033 0.03125,0 0.01015,0.0033 0.0211,0.0033 0.03125,0 0.01015,0.0033 0.0211,0.0033 0.03125,0 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 0.09927,-0.372978 0.201637,-0.747919 0.28125,-1.125 0.09782,-0.502873 0.206978,-1.018007 0.25,-1.53125 8.56e-4,-0.01021 -8.2e-4,-0.02104 0,-0.03125 C 42.13876,44.531871 42.12797,43.999338 42.0625,43.5 41.99459,43.076126 41.8867,42.651808 41.59375,42.3125 41.402729,42.074706 41.103947,41.943984 40.8125,41.875 40.79861,41.8717 40.79521,41.84666 40.78125,41.84375 l -0.0625,0 -7,-1.375 c 0.578605,-3.59278 1.088587,-7.220459 1.4375,-10.84375 0.185606,-1.784156 0.327336,-3.55267 0.40625,-5.34375 l 28.09375,-4.5625 c 0.01015,0.0033 0.0211,0.0033 0.03125,0 0.01603,-0.0032 0.01585,-0.02623 0.03125,-0.03125 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 0.113013,-0.04503 0.18958,-0.131349 0.21875,-0.25 0.0077,-0.03145 0.06397,-0.02794 0.0625,-0.0625 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 l 0,-5.0625 0,-0.03125 c 6.4e-4,-0.02413 -0.03014,-0.03866 -0.03125,-0.0625 -0.02337,-0.501664 -0.410965,-0.931701 -0.90625,-1 -0.0096,-0.0013 -0.02158,10e-4 -0.03125,0 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 -0.01015,-0.0033 -0.0211,-0.0033 -0.03125,0 l -0.03125,0 -14.23781,-1.077763 C 37.716509,11.336534 43.817902,11.711641 43.465866,11.687594 l -4.028366,-0.343842 -0.03125,0 -0.03125,0 -3.78125,-1.5624998 0,-0.03125 C 35.517489,8.2805897 35.403194,6.8282343 35.15625,5.375 34.999455,4.539239 34.823204,3.7020107 34.5,2.90625 34.396263,2.7291587 34.223707,2.6576159 34.03125,2.625 33.838793,2.5923841 33.615271,2.5934384 33.46875,2.5625 33.373159,2.539039 33.279419,2.5226169 33.1875,2.5 33.095581,2.4773831 33.02499,2.4607373 33,2.375 c 9e-6,-0.00468 7.844675,-0.555309 7.806119,-1.0356972 C 40.758196,0.74220095 32.824988,0.19000542 32.824901,0.18420004 31.856237,0.27226045 23.507141,0.63938946 23.331973,1.0466316 23.072009,1.6510157 31.269917,2.34375 31,2.34375 Z"; +var _milprop_svg = + "M 31,2.34375 C 30.9967,2.353899 30.9967,2.364851 31,2.375 30.9967,2.385149 30.9967,2.396101 31,2.40625 30.9918,2.429058 30.95527,2.422581 30.9375,2.4375 30.91381,2.457392 30.88347,2.488275 30.84375,2.5 c -0.07944,0.02345 -0.16785,0.042313 -0.25,0.0625 -0.142298,0.027931 -0.321549,0.011037 -0.5,0.03125 -0.178451,0.020213 -0.362341,0.079026 -0.5,0.1875 -0.232524,0.2710695 -0.269126,0.6354569 -0.375,0.9375 -0.515728,1.9222735 -0.692683,3.8981369 -0.8125,5.875 -0.0025,0.039801 -0.0291,0.08613 -0.03125,0.125 -5.12e-4,0.00925 5.69e-4,0.022042 0,0.03125 l -3.75,1.59375 -0.03125,0 -0.03125,0 -4.102527,0.31055 c -11.1257996,0.796942 -4.839664,0.366349 -5.784871,0.437898 L 1.03125,13.125 1,13.125 c -0.0101492,-0.0033 -0.0211008,-0.0033 -0.03125,0 -0.0142757,0.0014 -0.0171094,0.02929 -0.03125,0.03125 -0.49350918,0.06826 -0.88359986,0.49922 -0.90625,1 C 0.01654568,14.16125 0.0049986,14.1728 0,14.1875 c -2.5577425e-5,0.01009 -2.9111128e-4,0.02111 0,0.03125 -0.00333846,0.01015 -0.00333846,0.0211 0,0.03125 l 0,5.0625 c -0.00333846,0.01015 -0.00333846,0.0211 0,0.03125 -0.00333846,0.01015 -0.00333846,0.0211 0,0.03125 2.7397524e-4,0.0076 0.03048716,-0.0075 0.03125,0 -0.0033385,0.01015 -0.0033385,0.0211 0,0.03125 0.01014918,0.0033 0.02110082,0.0033 0.03125,0 0.02951574,0.118004 0.10643771,0.204628 0.21875,0.25 0.008119,0.0033 -0.008332,0.02849 0,0.03125 -0.003338,0.01015 -0.003338,0.0211 0,0.03125 0.007096,0.0018 0.0240449,-0.0015 0.03125,0 0.0101492,0.0033 0.0211008,0.0033 0.03125,0 L 28.4375,24.3125 c 0.07632,1.73868 0.196986,3.45307 0.375,5.1875 0.345732,3.673262 0.848433,7.32759 1.4375,10.96875 l -6.96875,1.375 -0.0625,0 c -0.01015,-0.0033 -0.0211,-0.0033 -0.03125,0 -0.0033,0.01015 -0.0033,0.0211 0,0.03125 -0.291266,0.06923 -0.590135,0.19983 -0.78125,0.4375 -0.282641,0.328422 -0.401461,0.745626 -0.46875,1.15625 -0.09612,0.640251 -0.04006,1.301405 0.03125,1.9375 0.08652,0.703658 0.205326,1.376189 0.375,2.0625 0.02,0.08426 0.07303,0.168374 0.09375,0.25 -0.0033,0.01015 -0.0033,0.0211 0,0.03125 -0.0033,0.01015 -0.0033,0.0211 0,0.03125 -0.0033,0.01015 -0.0033,0.0211 0,0.03125 0.01015,0.0033 0.0211,0.0033 0.03125,0 l 0.0625,0 4.59375,0.46875 0,0.1875 0,0.03125 c -0.0033,0.01015 -0.0033,0.0211 0,0.03125 0.005,0.0147 0.01655,0.02625 0.03125,0.03125 l 0.03125,0 c 4.9375,0.65625 3.1951,-1.540059 4.251193,-2.722195 0.04937,-0.45515 0.257089,2.736463 0.342557,3.159695 0.002,0.01 -0.002,0.02127 0,0.03125 0.0054,0.0158 0.0258,0.01691 0.03125,0.03125 0.02181,0.05737 0.03806,0.120629 0.0625,0.15625 0.03055,0.04453 0.07454,0.09409 0.125,0.09375 0.05046,-3.37e-4 0.09462,-0.04919 0.125,-0.09375 0.0243,-0.03565 0.04084,-0.09925 0.0625,-0.15625 0.0054,-0.01425 0.02586,-0.01557 0.03125,-0.03125 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 l 0.624373,-3.242237 c 0.113634,3.417521 1.389134,3.042202 3.969377,2.804737 0.01015,0.0033 0.0211,0.0033 0.03125,0 0.0147,-0.005 0.02625,-0.01655 0.03125,-0.03125 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 l 0,-0.03125 0,-0.21875 4.59375,-0.4375 c 0.01015,0.0033 0.0211,0.0033 0.03125,0 0.01015,0.0033 0.0211,0.0033 0.03125,0 0.01015,0.0033 0.0211,0.0033 0.03125,0 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 0.09927,-0.372978 0.201637,-0.747919 0.28125,-1.125 0.09782,-0.502873 0.206978,-1.018007 0.25,-1.53125 8.56e-4,-0.01021 -8.2e-4,-0.02104 0,-0.03125 C 42.13876,44.531871 42.12797,43.999338 42.0625,43.5 41.99459,43.076126 41.8867,42.651808 41.59375,42.3125 41.402729,42.074706 41.103947,41.943984 40.8125,41.875 40.79861,41.8717 40.79521,41.84666 40.78125,41.84375 l -0.0625,0 -7,-1.375 c 0.578605,-3.59278 1.088587,-7.220459 1.4375,-10.84375 0.185606,-1.784156 0.327336,-3.55267 0.40625,-5.34375 l 28.09375,-4.5625 c 0.01015,0.0033 0.0211,0.0033 0.03125,0 0.01603,-0.0032 0.01585,-0.02623 0.03125,-0.03125 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 0.113013,-0.04503 0.18958,-0.131349 0.21875,-0.25 0.0077,-0.03145 0.06397,-0.02794 0.0625,-0.0625 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 l 0,-5.0625 0,-0.03125 c 6.4e-4,-0.02413 -0.03014,-0.03866 -0.03125,-0.0625 -0.02337,-0.501664 -0.410965,-0.931701 -0.90625,-1 -0.0096,-0.0013 -0.02158,10e-4 -0.03125,0 0.0033,-0.01015 0.0033,-0.0211 0,-0.03125 -0.01015,-0.0033 -0.0211,-0.0033 -0.03125,0 l -0.03125,0 -14.23781,-1.077763 C 37.716509,11.336534 43.817902,11.711641 43.465866,11.687594 l -4.028366,-0.343842 -0.03125,0 -0.03125,0 -3.78125,-1.5624998 0,-0.03125 C 35.517489,8.2805897 35.403194,6.8282343 35.15625,5.375 34.999455,4.539239 34.823204,3.7020107 34.5,2.90625 34.396263,2.7291587 34.223707,2.6576159 34.03125,2.625 33.838793,2.5923841 33.615271,2.5934384 33.46875,2.5625 33.373159,2.539039 33.279419,2.5226169 33.1875,2.5 33.095581,2.4773831 33.02499,2.4607373 33,2.375 c 9e-6,-0.00468 7.844675,-0.555309 7.806119,-1.0356972 C 40.758196,0.74220095 32.824988,0.19000542 32.824901,0.18420004 31.856237,0.27226045 23.507141,0.63938946 23.331973,1.0466316 23.072009,1.6510157 31.269917,2.34375 31,2.34375 Z"; -var _test_plane_svg = "m 0.57853472,73.590295 59.00000028,0 2,34.475125 -15,0 -3,3 0,10 39,0 -0.178571,-10.10714 -1.357143,-2.71429 -14.464286,-0.17857 2,-34.582268 57.999995,0.107143 -0.63135,-15.136422 -2.97969,-3.242385 -38.37221,-0.373367 -2.510462,-4.213142 5.931217,-0.07801 -5.996469,2.6e-4 -1.485674,-2.153361 -2.446428,0.04464 -1.098322,2.067066 -5.018557,0.02659 4.968527,-0.0394 -2.360577,4.097531 -4,0 0.168927,-30.6106 -1.989848,-4.222081 -2.864757,-4.114757 -2.535714,-0.178571 -2.483412,3.651831 L 59,24 l 0,6 -0.421465,24.590295 -5,0 -1.925,-4.207143 5.366071,0.151786 -5.410714,-0.151786 -1.030357,-1.703571 -2.491071,-0.04464 -0.937678,1.792945 -6.897594,0.06004 6.90938,-0.158315 -2.583037,4.260684 -40.0000003,0 -3.99999998,4 z"; +var _test_plane_svg = "m 0.57853472,73.590295 59.00000028,0 2,34.475125 -15,0 -3,3 0,10 39,0 -0.178571,-10.10714 -1.357143,-2.71429 -14.464286,-0.17857 2,-34.582268 57.999995,0.107143 -0.63135,-15.136422 -2.97969,-3.242385 -38.37221,-0.373367 -2.510462,-4.213142 5.931217,-0.07801 -5.996469,2.6e-4 -1.485674,-2.153361 -2.446428,0.04464 -1.098322,2.067066 -5.018557,0.02659 4.968527,-0.0394 -2.360577,4.097531 -4,0 0.168927,-30.6106 -1.989848,-4.222081 -2.864757,-4.114757 -2.535714,-0.178571 -2.483412,3.651831 L 59,24 l 0,6 -0.421465,24.590295 -5,0 -1.925,-4.207143 5.366071,0.151786 -5.410714,-0.151786 -1.030357,-1.703571 -2.491071,-0.04464 -0.937678,1.792945 -6.897594,0.06004 6.90938,-0.158315 -2.583037,4.260684 -40.0000003,0 -3.99999998,4 z"; var _f15_svg = "m 215.40015,778.35346 c -5.01228,-8.33179 -5.89904,-11.6479 -4.03986,-15.1074 1.73684,-3.23186 34.12746,-43.62826 35.03593,-43.69553 0.37765,-0.028 0.82765,1.29887 1,2.94852 l 0.31336,2.99937 6.25,-5.57925 6.25,-5.57925 0,-10.92012 0,-10.92012 -21.03843,0 c -19.69083,0 -22.2781,0.22419 -40.39211,3.5 -10.64452,1.925 -20.20107,3.5 -21.23674,3.5 -1.29845,0 -4.60677,-4.04229 -10.65639,-13.02057 -8.38117,-12.43856 -8.76313,-13.24415 -8.54512,-18.02212 0.22776,-4.99137 0.25276,-5.02537 12.2985,-16.72471 6.63865,-6.44774 23.43279,-22.96356 37.32029,-36.70181 l 25.25,-24.97864 0,-6.77608 c 0,-5.35651 -0.31425,-6.77607 -1.5,-6.77607 -1.75686,0 -2.00232,-3.09768 -0.37446,-4.72554 0.61905,-0.61905 1.46255,-4.56756 1.87446,-8.77446 0.85088,-8.69025 2.34198,-11.36093 3.96284,-7.09774 0.57044,1.50037 1.03993,4.83614 1.04332,7.41284 0.003,2.57669 0.67839,5.97384 1.5,7.54921 1.64969,3.16313 1.94233,5.63569 0.66703,5.63569 -0.45474,0 -0.62369,1.38394 -0.37543,3.07543 0.64337,4.38356 2.02701,2.31558 2.39224,-3.57543 0.34693,-5.59572 2.13885,-6.77747 2.62477,-1.73102 0.34205,3.55224 2.15767,3.48871 2.22912,-0.078 0.0241,-1.20504 0.64612,-3.87848 1.38216,-5.94098 1.24159,-3.47909 1.2023,-3.75 -0.54389,-3.75 -1.03519,0 -1.88216,-0.675 -1.88216,-1.5 0,-0.825 0.37777,-1.5 0.83948,-1.5 1.55776,0 3.16052,-5.06205 3.16052,-9.98195 0,-2.68832 0.46672,-6.11542 1.03716,-7.61579 1.69757,-4.46494 3.23758,-1.36966 3.75361,7.54438 0.29424,5.08279 0.96694,8.43732 1.83675,9.1592 1.82756,1.51673 1.74971,3.89416 -0.12752,3.89416 -0.825,0 -1.5,0.75919 -1.5,1.68709 0,1.33631 0.59623,1.11586 2.86756,-1.06021 2.69003,-2.5772 2.91159,-3.40915 3.57855,-13.43709 1.79264,-11.19975 4.20994,-29.27479 7.48098,-38.00441 1.5566,-3.78459 2.00961,-7.8793 2.35626,-21.29828 0.23603,-9.1371 0.7454,-17.1246 1.13192,-17.75 0.44021,-0.71228 4.04312,-1.1371 9.64375,-1.1371 l 8.94098,0 0,-17.63976 0,-36.73491 c 0,-12.0106 0.55624,-19.64973 2.0871,-28.66316 3.14335,-18.50742 10.55453,-41.91972 12.82545,-40.51622 1.4724,0.91 7.90415,21.14732 10.69331,33.64622 2.08912,9.36183 2.64405,15.02457 3.09408,31.57367 l 0.30006,40.40371 0,17.93045 9.32825,0 9.32825,0 c 2.02496,7.64752 2.32429,11.01186 2.3435,17.91974 0,10.31007 0.39627,18.9039 2.05902,23.67371 2.85868,8.20045 5.68008,21.97268 7.04859,34.40655 0.71496,6.49595 1.73412,11.16464 2.67259,12.24291 1.42115,1.63285 1.66542,1.54165 3.86837,-1.44428 1.8447,-2.50035 2.35907,-4.49219 2.38687,-9.24291 0.0195,-3.33065 0.6275,-7.12368 1.35114,-8.42896 l 1.3157,-2.37324 0.63521,2.37324 c 0.34936,1.30528 0.64135,5.12505 0.64886,8.48838 0.0102,4.58627 0.51368,6.75083 2.01365,8.65773 2.50437,3.18379 2.54284,4.72713 0.11784,4.72713 -1.71164,0 -1.77373,0.3154 -0.68534,3.48133 0.65825,1.91473 1.50523,3.78973 1.88216,4.16667 0.37694,0.37693 0.72592,1.62283 0.77553,2.76867 0.0609,1.40751 0.3976,1.01748 1.03783,-1.20231 1.26544,-4.38751 2.87198,-3.14444 2.87198,2.22221 0,5.40307 2.5284,8.23003 3.20961,3.58861 0.30381,-2.06997 0.0251,-3.02518 -0.8828,-3.02518 -1.787,0 -1.68305,-2.78661 0.17319,-4.64286 0.99224,-0.99224 1.5,-3.48483 1.5,-7.36347 0,-6.94051 1.52381,-11.86986 3.1627,-10.23097 0.59861,0.59861 1.43001,4.57749 1.84755,8.84195 0.51997,5.31062 1.2681,8.12572 2.37446,8.9347 2.2855,1.6712 2.04493,4.46065 -0.38471,4.46065 -1.78746,0 -2,0.66667 -2,6.27341 l 0,6.27342 28.24999,27.99175 c 15.5375,15.39546 32.4125,31.97913 37.5,36.85259 l 9.25,8.86084 0,5.32904 c 0,4.99346 -0.49947,6.07627 -7.93148,17.19469 -4.36231,6.5261 -8.59463,12.416 -9.40514,13.08867 -1.18002,0.97932 -5.52647,0.41727 -21.81265,-2.82069 -19.91902,-3.96022 -20.77788,-4.04372 -41.59485,-4.04372 l -21.25587,0 0,11.32242 0,11.32242 6.5,5.74216 6.5,5.74215 0,-3.14791 c 0,-1.73135 0.40247,-2.99791 0.89437,-2.81457 0.49191,0.18333 8.63356,9.97815 18.09256,21.76627 11.56071,14.40735 17.35447,22.43831 17.67499,24.5 0.36204,2.32881 -0.44253,4.5686 -3.34256,9.30518 -5.51565,9.00861 -6.81431,10.26669 -10.55958,10.22958 -1.79289,-0.0178 -11.44861,-1.75959 -21.45717,-3.87072 -18.09326,-3.81644 -18.19912,-3.82627 -18.5,-1.71769 -0.20803,1.45792 -2.5918,-2.09848 -7.62724,-11.37929 -7.81558,-14.40488 -9.17537,-16.43522 -9.17537,-13.7 0,1.47256 -1.18978,1.7 -8.89301,1.7 -9.85131,0 -9.49716,0.24943 -10.66053,-7.50843 -0.8164,-5.44416 -1.8407,-4.46422 -2.88332,2.75843 -0.59798,4.14244 -0.98978,4.75 -3.06314,4.75 -2.07336,0 -2.46516,-0.60756 -3.06314,-4.75 -1.04262,-7.22265 -2.06692,-8.20259 -2.88332,-2.75843 -1.1627,7.75338 -0.81731,7.50843 -10.5872,7.50843 -7.60301,0 -8.86678,-0.24141 -9.16103,-1.75 -0.20143,-1.03269 -3.60572,4.19346 -8.30531,12.75 -4.69959,8.55654 -8.10388,13.78269 -8.30531,12.75 -0.18773,-0.9625 -0.7913,-1.75 -1.34125,-1.75 -0.54995,0 -8.64673,1.575 -17.99285,3.5 -9.34611,1.925 -18.87799,3.5 -21.18195,3.5 -4.12683,0 -4.25282,-0.10607 -8.48807,-7.14622 z M 359.20958,565.99968 c 0,-0.825 -0.7301,-1.5 -1.62244,-1.5 -1.3288,0 -1.39713,0.27149 -0.37756,1.5 0.68469,0.825 1.41479,1.5 1.62244,1.5 0.20766,0 0.37756,-0.675 0.37756,-1.5 z"; -var _typhoon_svg = "M53.982,430.929h1.529c6.352,0,7.961-4.297,7.961-8.296v-6.235l129.554,12.844L197.917,459"+ - "c5.62-4.444,9.084,16.651,9.084,16.651c12.952,10.303,33.192-0.076,33.192-0.076s19.31,10.379,32.258,0.076"+ - "c0,0,3.462-21.096,9.085-16.651l4.889-29.759l130.313-12.912v6.304c0,3.999-0.136,8.296,6.212,8.296h1.53"+ - "c6.348,0,7.959-4.297,7.959-8.296v-47.271c0-4.003-1.611-22.938-7.959-22.938h-1.53c-4.132,0-5.507,8.011-5.968,14.719"+ - "l-55.198-53.282v-36.752c0-6.104-4.94-34.588-11.028-34.588h-1.482c-6.092,0-11.036,28.484-11.036,34.588v14.021l-7.851-7.573"+ - "v-28.71c1.907,0.461,3.502,0.942,4.544,1.411l2.332-17.817c0,0-2.989-2.837-7.546-7.207c-1.53-10.51-5.594-27.97-10.363-27.97"+ - "h-1.479c-2.408,0-4.641,4.48-6.456,10.253c-12.307-12.044-24.846-24.628-27.102-28.074c-4.653-7.111-22.326-70.393-25.652-112.715"+ - "S240.202,0,240.202,0s-16.096,30.404-19.43,72.727c-3.338,42.322-21.003,105.604-25.655,112.715"+ - "c-2.224,3.4-14.399,15.631-26.511,27.491c-1.773-5.492-3.934-9.67-6.264-9.67h-1.479c-4.646,0-8.61,16.524-10.243,27.1"+ - "c-5.031,4.833-8.439,8.069-8.439,8.069l2.334,17.825c1.176-0.537,3.058-1.074,5.312-1.596v28.137l-7.851,7.582v-13.289"+ - "c0-6.087-4.943-34.571-11.035-34.571h-1.48c-6.089,0-11.034,28.484-11.034,34.588v36.019l-55.724,53.788"+ - "c-0.998-6.673-3.102-14.491-7.191-14.491h-1.529c-6.352,0-6.211,18.936-6.211,22.938v47.271"+ - "C47.771,426.632,47.631,430.929,53.982,430.929z M306.835,250.951v9.874l-11.638-11.249"+ - "C295.198,249.576,300.263,250.105,306.835,250.951z M173.378,250.851c6.193-0.789,10.87-1.274,10.87-1.274l-10.87,10.495V250.851z"; +var _typhoon_svg = "M53.982,430.929h1.529c6.352,0,7.961-4.297,7.961-8.296v-6.235l129.554,12.844L197.917,459" + + "c5.62-4.444,9.084,16.651,9.084,16.651c12.952,10.303,33.192-0.076,33.192-0.076s19.31,10.379,32.258,0.076" + + "c0,0,3.462-21.096,9.085-16.651l4.889-29.759l130.313-12.912v6.304c0,3.999-0.136,8.296,6.212,8.296h1.53" + + "c6.348,0,7.959-4.297,7.959-8.296v-47.271c0-4.003-1.611-22.938-7.959-22.938h-1.53c-4.132,0-5.507,8.011-5.968,14.719" + + "l-55.198-53.282v-36.752c0-6.104-4.94-34.588-11.028-34.588h-1.482c-6.092,0-11.036,28.484-11.036,34.588v14.021l-7.851-7.573" + + "v-28.71c1.907,0.461,3.502,0.942,4.544,1.411l2.332-17.817c0,0-2.989-2.837-7.546-7.207c-1.53-10.51-5.594-27.97-10.363-27.97" + + "h-1.479c-2.408,0-4.641,4.48-6.456,10.253c-12.307-12.044-24.846-24.628-27.102-28.074c-4.653-7.111-22.326-70.393-25.652-112.715" + + "S240.202,0,240.202,0s-16.096,30.404-19.43,72.727c-3.338,42.322-21.003,105.604-25.655,112.715" + + "c-2.224,3.4-14.399,15.631-26.511,27.491c-1.773-5.492-3.934-9.67-6.264-9.67h-1.479c-4.646,0-8.61,16.524-10.243,27.1" + + "c-5.031,4.833-8.439,8.069-8.439,8.069l2.334,17.825c1.176-0.537,3.058-1.074,5.312-1.596v28.137l-7.851,7.582v-13.289" + + "c0-6.087-4.943-34.571-11.035-34.571h-1.48c-6.089,0-11.034,28.484-11.034,34.588v36.019l-55.724,53.788" + + "c-0.998-6.673-3.102-14.491-7.191-14.491h-1.529c-6.352,0-6.211,18.936-6.211,22.938v47.271" + + "C47.771,426.632,47.631,430.929,53.982,430.929z M306.835,250.951v9.874l-11.638-11.249" + + "C295.198,249.576,300.263,250.105,306.835,250.951z M173.378,250.851c6.193-0.789,10.87-1.274,10.87-1.274l-10.87,10.495V250.851z"; var _f3_svg = "m 1048,2930 c -30,-72 -78,-207 -92,-264 -21,-79 -44,-298 -56,-522 -5,-102 -12,-189 -15,-194 -4,-6 -38,-10 -76,-10 -47,0 -71,-4 -74,-12 -2,-7 -7,-57 -10,-110 l -7,-97 -138,-195 C 431,1316 334,1190 205,1040 61,872 0,790 0,764 0,733 58,553 71,545 c 10,-7 172,110 504,364 116,88 213,161 218,161 4,0 7,-34 7,-75 l 0,-75 -225,-269 -225,-269 0,-60 c 0,-34 5,-64 10,-67 6,-3 67,5 138,19 199,40 313,58 329,52 8,-3 21,-22 29,-41 l 14,-35 74,0 c 87,0 79,10 97,-133 17,-146 27,-140 49,33 7,46 14,88 16,92 3,4 39,8 80,8 l 74,0 18,38 c 17,35 20,37 62,35 25,-1 128,-18 230,-38 102,-19 188,-35 192,-35 5,0 8,32 8,70 l 0,71 -220,262 -220,262 0,78 c 0,42 2,77 5,77 2,0 131,-97 287,-215 156,-119 315,-238 355,-266 l 72,-50 17,33 c 24,46 64,168 64,194 0,25 -40,77 -192,254 -142,165 -252,307 -403,522 l -125,178 -10,101 c -5,55 -12,105 -15,110 -4,5 -37,9 -75,9 l -68,0 -6,63 c -3,34 -10,137 -16,228 -21,336 -51,488 -138,689 l -19,45 -15,-35 z"; var _a320_svg = -"m 32,1 2,1 2,3 0,18 4,1 0,-4 3,0 0,5 17,6 0,3 -15,-2 -9,0 0,12 -2,6 7,3 0,2 -8,-1 -1,2 -1,-2 -8,1 0,-2 7,-3 -2,-6 0,-12 -9,0 -15,2 0,-3 17,-6 0,-5 3,0 0,4 4,-1 0,-18 2,-3 2,-1z"; -var _b777_svg = -"m 32,1 2,1 1,2 0,20 4,4 0,-4 3,0 0,4 -1,2 17,12 0,2 -16,-5 -7,0 0,13 -1,5 7,5 0,2 -8,-2 -1,2 -1,-2 -8,2 0,-2 7,-5 -1,-5 0,-13 -7,0 -16,5 0,-2 17,-12 -1,-2 0,-4 3,0 0,4 4,-4 0,-20 1,-2 2,-1z"; + "m 32,1 2,1 2,3 0,18 4,1 0,-4 3,0 0,5 17,6 0,3 -15,-2 -9,0 0,12 -2,6 7,3 0,2 -8,-1 -1,2 -1,-2 -8,1 0,-2 7,-3 -2,-6 0,-12 -9,0 -15,2 0,-3 17,-6 0,-5 3,0 0,4 4,-1 0,-18 2,-3 2,-1z"; +var _b777_svg = + "m 32,1 2,1 1,2 0,20 4,4 0,-4 3,0 0,4 -1,2 17,12 0,2 -16,-5 -7,0 0,13 -1,5 7,5 0,2 -8,-2 -1,2 -1,-2 -8,2 0,-2 7,-5 -1,-5 0,-13 -7,0 -16,5 0,-2 17,-12 -1,-2 0,-4 3,0 0,4 4,-4 0,-20 1,-2 2,-1z"; var _dash8_svg = -"m 32,1 3,4 0,20 4,0 0,-5 1,-1 1,1 0,5 17,2 0,3 -17,2 0,3 -1,1 -1,-1 0,-3 -4,0 0,15 -1,8 6,0 1,1 0,3 -8,0 -1,1 -1,-1 -8,0 0,-3 1,-1 6,0 -1,-8 0,-15 -4,0 0,3, -1,1 -1,-1 0,-3 -17,-2 0,-3 17,-2 0,-5 1,-1 1,1 0,5 4,0 0,-20 3,-4z"; -var _b200_svg = -"m 32,1 1,0 1,2 1,4 0,5 5,0 0,-5 -1,-1 2,-2 2,2 -1,1 0,5 17,2 0,3 -17,3 0,1 -2,0 0,-1 -5,0 0,5 -2,8 6,3 0,2 -6,-1 -1,0 -6,1 0,-2 6,-3 -2,-8 0,-5 -5,0 0,1, -2,0 0,-1 -17,-3 0,-3 17,-2 0,-5 -1,-1 2,-2 2,2 -1,1 0,5 5,0 0,-5 1,-4 1,-2 z"; -var _g650_svg = -"m 32,1 1,0 1,2 1,4 0,10 21,17 0,5 -2,-2 -16,-8 -3,0 0,3 2,0 1,1 0,5 -1,1 0,3 -2,0 0,1 7,5 0,3 -9,-3 -1,0 -9,3 0,-3 7,-5 0,-1 -2,0 0,-3 -1,-1 0,-5 1,-1 2,0 0,-3 -3,0 -16,8 -2,2 0,-5 21,-17 0,-10 1,-4 1,-2z"; + "m 32,1 3,4 0,20 4,0 0,-5 1,-1 1,1 0,5 17,2 0,3 -17,2 0,3 -1,1 -1,-1 0,-3 -4,0 0,15 -1,8 6,0 1,1 0,3 -8,0 -1,1 -1,-1 -8,0 0,-3 1,-1 6,0 -1,-8 0,-15 -4,0 0,3, -1,1 -1,-1 0,-3 -17,-2 0,-3 17,-2 0,-5 1,-1 1,1 0,5 4,0 0,-20 3,-4z"; +var _b200_svg = + "m 32,1 1,0 1,2 1,4 0,5 5,0 0,-5 -1,-1 2,-2 2,2 -1,1 0,5 17,2 0,3 -17,3 0,1 -2,0 0,-1 -5,0 0,5 -2,8 6,3 0,2 -6,-1 -1,0 -6,1 0,-2 6,-3 -2,-8 0,-5 -5,0 0,1, -2,0 0,-1 -17,-3 0,-3 17,-2 0,-5 -1,-1 2,-2 2,2 -1,1 0,5 5,0 0,-5 1,-4 1,-2 z"; +var _g650_svg = + "m 32,1 1,0 1,2 1,4 0,10 21,17 0,5 -2,-2 -16,-8 -3,0 0,3 2,0 1,1 0,5 -1,1 0,3 -2,0 0,1 7,5 0,3 -9,-3 -1,0 -9,3 0,-3 7,-5 0,-1 -2,0 0,-3 -1,-1 0,-5 1,-1 2,0 0,-3 -3,0 -16,8 -2,2 0,-5 21,-17 0,-10 1,-4 1,-2z"; var _c130_svg = -"m 31,1 1,0 1,1 1,2 0,8 3,0 0,-3 1,-1 1,1 0,3 6,0 0,-3 1,-1 1,1 0,3 10,1 0,2 -1,1 -17,3 -5,0 0,10 -1,1 8,2 0,1 -1,1 -8,0 -1,1 -1,-1 -8,0 -1,-1 0,-1 8,-2 -1,-1 0,-10 -5,0 -17,-3 -1,-1 0,-2 10,-1 0,-3 1,-1 1,1 0,3 6,0 0,-3 1,-1 1,1 0,3 3,0 0,-8 1,-2 1,-1 z"; + "m 31,1 1,0 1,1 1,2 0,8 3,0 0,-3 1,-1 1,1 0,3 6,0 0,-3 1,-1 1,1 0,3 10,1 0,2 -1,1 -17,3 -5,0 0,10 -1,1 8,2 0,1 -1,1 -8,0 -1,1 -1,-1 -8,0 -1,-1 0,-1 8,-2 -1,-1 0,-10 -5,0 -17,-3 -1,-1 0,-2 10,-1 0,-3 1,-1 1,1 0,3 6,0 0,-3 1,-1 1,1 0,3 3,0 0,-8 1,-2 1,-1 z"; var _sailplane_svg = -"m 31,1 1,0 1,2 1,4 1,6 0,3 16.5,0 11,2 1,2 -21,2 -8,0 -1,5 -1,15 0,4 4,0 5,1 0.5,1 0,1 -11,0 0.5,2 0.5,-2 -11,0 0.5,-1 0,-1 5,-1 4,0 0,-4 -1,-15 -1,-5 -8,0 -21,-2 1,-2 11,-2 16.5,0 0,-3 1,-6 1,-4 1,-2 z"; -var _tf3_svg = -"M 1.5,10 6,8 6.5,7 6.5,5 7.5,5 7.5,2 8,0.5 9,2 l 0,3 0.5,0 0,2 1,0.5 4.5,2.5 0.5,1 -6,-1 0,1.5 2,2.5 0,1 L 9,14 8,14 8,15.5 8,14 7,14 4.5,14.5 4.5,14 7,11 7,10 1,11 Z"; + "m 31,1 1,0 1,2 1,4 1,6 0,3 16.5,0 11,2 1,2 -21,2 -8,0 -1,5 -1,15 0,4 4,0 5,1 0.5,1 0,1 -11,0 0.5,2 0.5,-2 -11,0 0.5,-1 0,-1 5,-1 4,0 0,-4 -1,-15 -1,-5 -8,0 -21,-2 1,-2 11,-2 16.5,0 0,-3 1,-6 1,-4 1,-2 z"; +var _tf3_svg = + "M 1.5,10 6,8 6.5,7 6.5,5 7.5,5 7.5,2 8,0.5 9,2 l 0,3 0.5,0 0,2 1,0.5 4.5,2.5 0.5,1 -6,-1 0,1.5 2,2.5 0,1 L 9,14 8,14 8,15.5 8,14 7,14 4.5,14.5 4.5,14 7,11 7,10 1,11 Z"; var _my_osprey1_svg = -"m 65,21 2,1 2,3 1,2 1,5 0,11 4,5 20,-2 0,-1 1,0 0.883883,-4.904189 L 77.525381,39.873731 97,39 l 1,-2 1,-1 2.12627,2.883883 L 106,39 l 18.46447,0.252538 -22.96955,0.464466 0.88389,4.399113 L 103,46 l 0,5 0,6 -2,7 -3,0 -1,-6 -21,2 0,3 -1,5 -1,5 -3,7 -1,13 7,0 1,0 0,4 -1,7 -24,0 -1,-8 0,-3 8,0 -1,-13 -3,-7 -2,-10 0,-3 -20,-2 -2,6 -3,0 -1,-5 -1,-6 0,-8 1.757614,-5.156727 L 6.2931483,39 29,39 l 1,-2 1,-1 2,2 0,1 19.590735,0.631345 L 33.621193,39.843273 34,45 l 2,1 20,2 3,-5 0,-11 1,-4 2,-5 2,-2 z"; + "m 65,21 2,1 2,3 1,2 1,5 0,11 4,5 20,-2 0,-1 1,0 0.883883,-4.904189 L 77.525381,39.873731 97,39 l 1,-2 1,-1 2.12627,2.883883 L 106,39 l 18.46447,0.252538 -22.96955,0.464466 0.88389,4.399113 L 103,46 l 0,5 0,6 -2,7 -3,0 -1,-6 -21,2 0,3 -1,5 -1,5 -3,7 -1,13 7,0 1,0 0,4 -1,7 -24,0 -1,-8 0,-3 8,0 -1,-13 -3,-7 -2,-10 0,-3 -20,-2 -2,6 -3,0 -1,-5 -1,-6 0,-8 1.757614,-5.156727 L 6.2931483,39 29,39 l 1,-2 1,-1 2,2 0,1 19.590735,0.631345 L 33.621193,39.843273 34,45 l 2,1 20,2 3,-5 0,-11 1,-4 2,-5 2,-2 z"; var _my_osprey_svg = -"m 30.136422,78.89975 8.444843,-2.48555 4.146834,-2.020312 2.782691,-3.827897 3.927482,-5.999292 1.523323,-5.235229 -24.664009,-2.846699 28.20749,3.272843 L 54,65 l 2,7 3,7 1,14 -6,0 -1,-1 0,1 0,10 24,0 1,-10 -1,-1 -1,1 -5,0 0,-13 3,-7 2,-6 0,-7 27.70241,-3.515229 -23.394975,3.204206 1.743499,5.730864 2.351569,4.570337 3.874779,3.985078 5.02825,2.760424 6.558046,2.037801 7.524532,-0.501726 2.31276,-1.340686 4.32845,-2.511862 3.92951,-4.318039 2.96047,-3.32916 1.76852,-5.04929 1.01015,-7.378807 -1.60497,-8.030623 -4.91256,-5.975779 -4.36606,-3.229341 -5.27059,-1.950808 -7.807657,-1.015321 -4.746285,0.397934 -6.122536,3.115756 -4.131481,3.713605 -2.913808,5.802176 20.112627,-3.055393 1.77792,11.364216 L 102.25353,44.122618 75,48 l -4,-5 0,-10 0,-4 -2,-4 -2,-3 -2,-1 -2,2 -2,2 -2,4 -1,4 1,11 -3,4 -28.439722,-3.252538 -1.422409,11.151239 1.251697,-11.263524 21.323597,2.293674 -2.53189,-3.899371 -7.256779,-5.332781 -8.282996,-2.525381 -9.323605,1.358503 -7.615585,4.123244 -5.2231041,6.113765 -2.187331,8.147511 0.1818955,7.097413 3.1512758,6.842184 6.5622898,5.95629 6.503421,3.331883 z"; - -var _chinook1_svg = "M204.027,463.18c13.01,0,23.552-10.543,23.552-23.552h31.402c0,13.009,10.539,23.552,23.552,23.552"+ - "c13.008,0,23.552-10.543,23.552-23.552v-14.322c4.98-7.971,7.851-18.635,7.851-30.38v-27.992l96.812,0.882"+ - "c2.917,0.032,5.325-4.705,5.378-10.58c0.056-5.87-2.269-10.655-5.19-10.672l-96.999-0.889v-25.268"+ - "c0-16.971-5.927-32.191-15.701-40.034V169.195l72.362,70.454c2.544,2.477,7.918,1.082,12.021-3.125"+ - "c4.092-4.21,5.351-9.626,2.806-12.099l-81.335-79.203c2.981-7.896,4.777-15.833,4.777-22.269l-2.521-34.346l96.924-68.188"+ - "c2.905-2.043,2.525-7.594-0.857-12.391c-3.374-4.801-8.472-7.033-11.377-4.993l-86.517,60.859l-0.789-10.732"+ - "C303.728,32.271,271.745,0,254.741,0h-14.919c-17,0-48.983,32.271-48.983,53.162l-2.464,30.473L55.396,67.755"+ - "c-3.522-0.423-6.945,3.963-7.636,9.79c-0.701,5.825,1.591,10.896,5.118,11.311l133.786,15.983l-0.958,11.808"+ - "c0,9.862,4.24,24.612,10.471,37.476v121.934c-12.387,4.195-20.92,18.422-23.024,35.842l-86.424-35.942"+ - "c-5.252-2.284-11.399,0.244-13.738,5.627c-2.342,5.382,0.022,11.593,5.268,13.869l94.369,39.245v42.595l-82.848,66.928"+ - "c-4.833,3.065-6.209,9.558-3.065,14.52c3.138,4.969,9.598,6.5,14.435,3.45l72.062-58.22c1.064,8.159,3.595,15.473,7.268,21.343"+ - "v14.314C180.478,452.637,191.019,463.18,204.027,463.18z"; + "m 30.136422,78.89975 8.444843,-2.48555 4.146834,-2.020312 2.782691,-3.827897 3.927482,-5.999292 1.523323,-5.235229 -24.664009,-2.846699 28.20749,3.272843 L 54,65 l 2,7 3,7 1,14 -6,0 -1,-1 0,1 0,10 24,0 1,-10 -1,-1 -1,1 -5,0 0,-13 3,-7 2,-6 0,-7 27.70241,-3.515229 -23.394975,3.204206 1.743499,5.730864 2.351569,4.570337 3.874779,3.985078 5.02825,2.760424 6.558046,2.037801 7.524532,-0.501726 2.31276,-1.340686 4.32845,-2.511862 3.92951,-4.318039 2.96047,-3.32916 1.76852,-5.04929 1.01015,-7.378807 -1.60497,-8.030623 -4.91256,-5.975779 -4.36606,-3.229341 -5.27059,-1.950808 -7.807657,-1.015321 -4.746285,0.397934 -6.122536,3.115756 -4.131481,3.713605 -2.913808,5.802176 20.112627,-3.055393 1.77792,11.364216 L 102.25353,44.122618 75,48 l -4,-5 0,-10 0,-4 -2,-4 -2,-3 -2,-1 -2,2 -2,2 -2,4 -1,4 1,11 -3,4 -28.439722,-3.252538 -1.422409,11.151239 1.251697,-11.263524 21.323597,2.293674 -2.53189,-3.899371 -7.256779,-5.332781 -8.282996,-2.525381 -9.323605,1.358503 -7.615585,4.123244 -5.2231041,6.113765 -2.187331,8.147511 0.1818955,7.097413 3.1512758,6.842184 6.5622898,5.95629 6.503421,3.331883 z"; + +var _chinook1_svg = "M204.027,463.18c13.01,0,23.552-10.543,23.552-23.552h31.402c0,13.009,10.539,23.552,23.552,23.552" + + "c13.008,0,23.552-10.543,23.552-23.552v-14.322c4.98-7.971,7.851-18.635,7.851-30.38v-27.992l96.812,0.882" + + "c2.917,0.032,5.325-4.705,5.378-10.58c0.056-5.87-2.269-10.655-5.19-10.672l-96.999-0.889v-25.268" + + "c0-16.971-5.927-32.191-15.701-40.034V169.195l72.362,70.454c2.544,2.477,7.918,1.082,12.021-3.125" + + "c4.092-4.21,5.351-9.626,2.806-12.099l-81.335-79.203c2.981-7.896,4.777-15.833,4.777-22.269l-2.521-34.346l96.924-68.188" + + "c2.905-2.043,2.525-7.594-0.857-12.391c-3.374-4.801-8.472-7.033-11.377-4.993l-86.517,60.859l-0.789-10.732" + + "C303.728,32.271,271.745,0,254.741,0h-14.919c-17,0-48.983,32.271-48.983,53.162l-2.464,30.473L55.396,67.755" + + "c-3.522-0.423-6.945,3.963-7.636,9.79c-0.701,5.825,1.591,10.896,5.118,11.311l133.786,15.983l-0.958,11.808" + + "c0,9.862,4.24,24.612,10.471,37.476v121.934c-12.387,4.195-20.92,18.422-23.024,35.842l-86.424-35.942" + + "c-5.252-2.284-11.399,0.244-13.738,5.627c-2.342,5.382,0.022,11.593,5.268,13.869l94.369,39.245v42.595l-82.848,66.928" + + "c-4.833,3.065-6.209,9.558-3.065,14.52c3.138,4.969,9.598,6.5,14.435,3.45l72.062-58.22c1.064,8.159,3.595,15.473,7.268,21.343" + + "v14.314C180.478,452.637,191.019,463.18,204.027,463.18z"; var _my_osprey2_svg = "m 65,20 -2,2 -3,3 -1,5 0,14 -3,4 -29,-3 -1,12 26.300658,2.659695 -0.628433,3.613126 -2.805377,4.267517 -3.161046,4.552714 -4.762809,3.451183 -7.904141,3.336709 -8.223652,-0.9709 -5.849912,-2.207355 -6.260143,-4.889772 -4.3566762,-4.332199 -3.9318182,-7.007386 -0.9931023,-6.684311 0.3897793,-7.98146 5.9744363,-9.644432 6.7125911,-4.805457 7.301345,-2.8522 5.861829,-0.234124 5.30934,0.319725 7.017431,1.7067 4.873695,2.644494 4.565277,3.609737 2.081675,5.314466 0.004,6.67253 0.211908,-6.826987 -1.983263,-4.695218 -5.466774,-3.651362 -4.004252,-3.561563 -6.571137,-1.22228 -3.953667,-0.04351 -5.137151,-0.257437 -2.645285,-0.162978 -7.220517,3.251501 -7.0010817,4.905954 -5.408037,9.756732 -1.0662729,7.928925 1.1901732,6.874054 4.0715137,7.016907 4.2447177,4.388759 6.188228,4.57879 5.323893,2.618162 8.886115,0.754518 7.556955,-3.538703 4.801528,-3.613797 3.267151,-4.232445 2.624894,-4.188188 0.504355,-4.144041 L 54,60 l 1,8 2,9 2,4 0,12 -6,0 0,10 24,1 1,-11 -7,0 0,-13 3,-8 1.928571,-9 L 76,60 l 2.991379,-0.398774 1.733686,4.923851 2.365202,4.076467 4.211191,4.6183 4.622384,2.887548 5.054208,1.137969 4.87338,-0.285934 5.68219,-1.166501 5.9209,-2.476364 3.9571,-2.224353 4.11868,-4.425016 2.82037,-4.767954 1.45649,-4.346977 1.26697,-5.756898 -0.72749,-8.413563 -1.72114,-3.059363 -2.87318,-4.544246 -5.02809,-3.629715 -4.05168,-3.030445 -8.39758,-2.206885 -9.171623,0.385208 -6.638659,3.193383 -5.236471,4.870153 -3.22529,5.204376 -1.456332,6.005661 1.662235,-5.977568 2.93346,-5.244386 5.421672,-4.996932 6.486058,-2.923268 9.65221,-0.333846 7.72959,1.986354 4.44486,3.184798 5.01216,3.916981 2.68346,3.322457 1.56267,3.864925 0.61696,4.259068 0.64811,4.551966 -1.53734,5.600686 -1.72448,4.69071 -2.32702,4.458454 -4.3647,3.829336 -4.1637,2.3871 -5.9227,3.299853 -5.73462,0.684559 -4.395884,0.524583 L 92.093644,76.15476 87.386235,73.49837 82.991974,68.720756 80.411051,64.869724 78.923345,59.817757 105,56 104,45 94,46 74,48 71,44 71,33 71,29 68,23 Z"; - + var _my_chinook_svg = -"M 79,4 81.017857,4.6428571 67.375,33.107143 69,39 l 0,5 1,2 17,25 -1.75,1.089286 L 72,53.214286 72,86 l -1.446429,3.071429 31.714289,5 L 102,96 69.892857,91 69,95 67,97 63,99 60.464286,97.821429 59.196429,98.839286 40.928571,121.83929 40,121 59,96 58,93 58,90 56,86 56,80 45,55 46.75,54.267857 55.178571,73.035714 56,48 57.553571,38.303571 25.178571,40.946429 25,39 l 33,-3 2,-3 2,-2 2,0 2,1 z"; + "M 79,4 81.017857,4.6428571 67.375,33.107143 69,39 l 0,5 1,2 17,25 -1.75,1.089286 L 72,53.214286 72,86 l -1.446429,3.071429 31.714289,5 L 102,96 69.892857,91 69,95 67,97 63,99 60.464286,97.821429 59.196429,98.839286 40.928571,121.83929 40,121 59,96 58,93 58,90 56,86 56,80 45,55 46.75,54.267857 55.178571,73.035714 56,48 57.553571,38.303571 25.178571,40.946429 25,39 l 33,-3 2,-3 2,-2 2,0 2,1 z"; var _my_chinook2_svg = -"m 80.169207,6.7749876 2.825822,0.7823549 8.362901,6.0707155 6.520209,7.934471 3.761601,6.573269 1.2619,7.892958 -0.70978,9.661786 -1.96238,7.247995 -2.345578,7.37356 2.018567,-7.886203 2.248231,-6.991981 0.56069,-9.187981 -1.35718,-8.014647 -3.345384,-6.997747 -6.759609,-7.634816 -8.638584,-6.2988545 -13.533611,27.3068925 1.55052,5.634653 0,4.780917 0.954167,1.912369 16.068921,24.025633 8.923884,-8.928903 -8.771976,8.807858 -12.517599,6.709623 -9.46708,-0.235275 -7.403769,-3.525875 7.272233,3.727737 9.946631,-0.210494 10.034372,-4.999477 -12.177285,-18.472646 0,31.349161 -1.380134,2.93685 30.024443,3.647365 1.90872,-8.314695 -0.0404,-11.215675 -3.8634,-7.438315 -5.595759,-6.953762 -7.784223,-4.05188 -12.16175,-2.725151 11.985271,2.879325 7.623967,3.989413 5.979184,6.632268 3.12183,8.012116 0.39563,10.087022 -1.58842,12.076955 -30.635563,-4.780919 -0.851934,3.824735 -1.908333,1.912367 -3.816665,1.912371 -2.419494,-1.126933 -1.209746,0.973253 -16.791807,22.474069 6.868454,4.6934 7.34143,2.18974 9.335462,0.64417 8.140593,-0.95837 7.189383,-2.14157 7.594254,-4.1848 6.147657,-6.89519 3.485819,-8.85896 1.43485,-9.524362 -1.40497,9.644672 -3.656986,8.7261 -5.65676,7.0074 -8.148268,4.26014 -6.875297,1.98449 -8.609951,0.86146 -9.175595,-0.28507 -7.004001,-2.38654 -7.301997,-4.56445 -1.228856,-1.49661 18.12916,-23.904593 -0.954166,-2.868551 0,-2.868551 -1.908333,-3.824734 0,-5.737102 -2.979269,-7.060707 -9.727509,-3.747222 -7.78839,-5.907655 7.587946,5.634337 10.15479,4.637431 -7.823568,-17.534702 -6.933224,3.603295 -8.474196,9.509885 -4.38863,8.365689 -1.414966,8.094292 0.828511,11.210305 3.724616,10.286873 5.466054,7.11588 5.769721,5.35916 -6.009975,-5.21295 -4.956044,-6.81708 -4.083177,-10.866647 -1.054562,-10.886127 1.96371,-8.285064 4.353369,-8.440929 8.149794,-9.550306 7.330778,-3.410934 9.656752,-4.116418 -7.813115,2.873168 7.676805,18.487291 0.487868,-21.099324 1.918322,0.171706 -0.71462,-1.069879 13.575093,-0.404518 -14.51385,-0.08117 0.939903,-2.646663 0.573428,-8.080442 -31.154938,3.680037 2.541424,11.20081 5.73056,7.45287 -5.794771,-7.791307 -2.310277,-10.983905 -0.04112,-2.948952 0.135439,-6.774618 0.806129,-5.984763 3.074953,-8.774876 4.657675,-5.421772 7.584785,-5.8045925 10.448832,-4.6539054 6.140024,-0.8313122 8.79952,0.5324058 5.489043,1.6212707 3.789758,1.9124347 L 75.931357,4.024346 70.046741,2.0940968 61.762379,1.6915416 55.377376,3.00705 44.605213,7.2635595 l -6.652058,5.6820645 -5.497753,5.878468 -3.062434,8.419919 -0.865365,6.176835 0.522704,6.639934 31.081388,-2.687912 1.908332,-2.86855 1.908334,-1.912367 1.908332,0 1.908333,0.956183 z"; + "m 80.169207,6.7749876 2.825822,0.7823549 8.362901,6.0707155 6.520209,7.934471 3.761601,6.573269 1.2619,7.892958 -0.70978,9.661786 -1.96238,7.247995 -2.345578,7.37356 2.018567,-7.886203 2.248231,-6.991981 0.56069,-9.187981 -1.35718,-8.014647 -3.345384,-6.997747 -6.759609,-7.634816 -8.638584,-6.2988545 -13.533611,27.3068925 1.55052,5.634653 0,4.780917 0.954167,1.912369 16.068921,24.025633 8.923884,-8.928903 -8.771976,8.807858 -12.517599,6.709623 -9.46708,-0.235275 -7.403769,-3.525875 7.272233,3.727737 9.946631,-0.210494 10.034372,-4.999477 -12.177285,-18.472646 0,31.349161 -1.380134,2.93685 30.024443,3.647365 1.90872,-8.314695 -0.0404,-11.215675 -3.8634,-7.438315 -5.595759,-6.953762 -7.784223,-4.05188 -12.16175,-2.725151 11.985271,2.879325 7.623967,3.989413 5.979184,6.632268 3.12183,8.012116 0.39563,10.087022 -1.58842,12.076955 -30.635563,-4.780919 -0.851934,3.824735 -1.908333,1.912367 -3.816665,1.912371 -2.419494,-1.126933 -1.209746,0.973253 -16.791807,22.474069 6.868454,4.6934 7.34143,2.18974 9.335462,0.64417 8.140593,-0.95837 7.189383,-2.14157 7.594254,-4.1848 6.147657,-6.89519 3.485819,-8.85896 1.43485,-9.524362 -1.40497,9.644672 -3.656986,8.7261 -5.65676,7.0074 -8.148268,4.26014 -6.875297,1.98449 -8.609951,0.86146 -9.175595,-0.28507 -7.004001,-2.38654 -7.301997,-4.56445 -1.228856,-1.49661 18.12916,-23.904593 -0.954166,-2.868551 0,-2.868551 -1.908333,-3.824734 0,-5.737102 -2.979269,-7.060707 -9.727509,-3.747222 -7.78839,-5.907655 7.587946,5.634337 10.15479,4.637431 -7.823568,-17.534702 -6.933224,3.603295 -8.474196,9.509885 -4.38863,8.365689 -1.414966,8.094292 0.828511,11.210305 3.724616,10.286873 5.466054,7.11588 5.769721,5.35916 -6.009975,-5.21295 -4.956044,-6.81708 -4.083177,-10.866647 -1.054562,-10.886127 1.96371,-8.285064 4.353369,-8.440929 8.149794,-9.550306 7.330778,-3.410934 9.656752,-4.116418 -7.813115,2.873168 7.676805,18.487291 0.487868,-21.099324 1.918322,0.171706 -0.71462,-1.069879 13.575093,-0.404518 -14.51385,-0.08117 0.939903,-2.646663 0.573428,-8.080442 -31.154938,3.680037 2.541424,11.20081 5.73056,7.45287 -5.794771,-7.791307 -2.310277,-10.983905 -0.04112,-2.948952 0.135439,-6.774618 0.806129,-5.984763 3.074953,-8.774876 4.657675,-5.421772 7.584785,-5.8045925 10.448832,-4.6539054 6.140024,-0.8313122 8.79952,0.5324058 5.489043,1.6212707 3.789758,1.9124347 L 75.931357,4.024346 70.046741,2.0940968 61.762379,1.6915416 55.377376,3.00705 44.605213,7.2635595 l -6.652058,5.6820645 -5.497753,5.878468 -3.062434,8.419919 -0.865365,6.176835 0.522704,6.639934 31.081388,-2.687912 1.908332,-2.86855 1.908334,-1.912367 1.908332,0 1.908333,0.956183 z"; -var _ak_f3_svg = -"m 26,0.48959496 -2,5.00000014 -1,5.9999999 0,7 -3,0 0,3 -11.9999995,17 1,4.000001 L 22,33.489595 l 0,2 -9,10.000001 0,2 9,-1 0,1 3,0 1,4 1,-4"+ -" 2,0 1,-1 8,1 0,-2 -7,-10.000001 -1,-3 13.000001,10.000001 2,-4.000001 -13.000001,-17 0,-3 -3,0 0,-6 -1,-5.9999999 z"; +var _ak_f3_svg = + "m 26,0.48959496 -2,5.00000014 -1,5.9999999 0,7 -3,0 0,3 -11.9999995,17 1,4.000001 L 22,33.489595 l 0,2 -9,10.000001 0,2 9,-1 0,1 3,0 1,4 1,-4" + + " 2,0 1,-1 8,1 0,-2 -7,-10.000001 -1,-3 13.000001,10.000001 2,-4.000001 -13.000001,-17 0,-3 -3,0 0,-6 -1,-5.9999999 z"; -var _my_f3_svg = -"m 63,0 5,13 2,20 1,12 6,0 1,10 32,42 -3,10 -33,-24 0,8 20,23 0,6 -21,-4 -2,4 -6,0 -2,7 -2,-7 -7,0 -2,-4 -20,4 -1,-6 L 51,91 51.368655,83.126269 19,107 16,96 47,55 l 1,-9 7,0 1,-18 2,-15 z"; +var _my_f3_svg = + "m 63,0 5,13 2,20 1,12 6,0 1,10 32,42 -3,10 -33,-24 0,8 20,23 0,6 -21,-4 -2,4 -6,0 -2,7 -2,-7 -7,0 -2,-4 -20,4 -1,-6 L 51,91 51.368655,83.126269 19,107 16,96 47,55 l 1,-9 7,0 1,-18 2,-15 z"; -var _my_typhoon_svg = -"m 59,4 3,9 1,6 0,2 10,11 0,4 -8,-2 0,4 1,1 1,11 33,42 1,-5 1,4 0,12 -1,3 -1,-3 -30,2 0,3 -2,2 -1,8 -6,1 -1,8 -1,-8 -6,-1 -1,-4 0,-4 -2,-2 0,-3 -30,-2 -1,3 -1,-3 0,-14 1,-1 1,1 0,3 32,-43 1,-10 1,-2 1,-3 -10,2 0,-4 11,-10 0,-3 1,-7 z"; +var _my_typhoon_svg = + "m 59,4 3,9 1,6 0,2 10,11 0,4 -8,-2 0,4 1,1 1,11 33,42 1,-5 1,4 0,12 -1,3 -1,-3 -30,2 0,3 -2,2 -1,8 -6,1 -1,8 -1,-8 -6,-1 -1,-4 0,-4 -2,-2 0,-3 -30,-2 -1,3 -1,-3 0,-14 1,-1 1,1 0,3 32,-43 1,-10 1,-2 1,-3 -10,2 0,-4 11,-10 0,-3 1,-7 z"; var _my_f15_svg = -"M 66,1 68.30207,5.054126 69.226808,9.7299938 70,16 l 0,9 0,13 5,0 1,9 2,6 0,11 27,28 1,2 0,2 -4,7 -13,-3 -11,0 -1,7 5,6 0,-2 9,12 0,2 -2,3 -1,0 -13,-3 -3,-6 -7,0 -1,-4 -2,4 -7,0 -3,6 -14,2 -2,-2 0,-3 10,-11 0,2 5,-6 0,-7 -12,-1 -12,3 -3,-5 -1,-4 0,-3 29,-26 0,-7 1,-4 1,-4 1,-2 1,-6 0,-3 5,0 1,-10 0,-5 0,-5 1,-8 1,-5 z"; + "M 66,1 68.30207,5.054126 69.226808,9.7299938 70,16 l 0,9 0,13 5,0 1,9 2,6 0,11 27,28 1,2 0,2 -4,7 -13,-3 -11,0 -1,7 5,6 0,-2 9,12 0,2 -2,3 -1,0 -13,-3 -3,-6 -7,0 -1,-4 -2,4 -7,0 -3,6 -14,2 -2,-2 0,-3 10,-11 0,2 5,-6 0,-7 -12,-1 -12,3 -3,-5 -1,-4 0,-3 29,-26 0,-7 1,-4 1,-4 1,-2 1,-6 0,-3 5,0 1,-10 0,-5 0,-5 1,-8 1,-5 z"; -var _ak_f15_svg = -"m 32.499998,0.25000055 -2.5,7.49999945 -1.25,6.249999 -1.25,8.75 -1.25,6.249999 0,2.5 -12.310659,10.353553 0.01326,-5.503925 -1.263256,-0.02641"+ -" -0.01256,13.649048 1.073223,0.08839 0.01256,-2.487437 13.737436,0.176777 0,5 -7.499999,6.249999 0,3.75 9.999999,0 0,1.25 5,0 0,-1.25 8.749999,0"+ -" 0.01256,-4.368718 -7.512562,-5.631281 0,-5 13.749999,0 0,2.5 1.25,0 0,-13.749999 -1.25,0 0,3.75 -11.249999,-8.75 0,-2.5 -1.96967,-6.515164"+ -" -1.237437,-5.984835 -0.542893,-6.25 -1.25,-6.2499987 z"; +var _ak_f15_svg = + "m 32.499998,0.25000055 -2.5,7.49999945 -1.25,6.249999 -1.25,8.75 -1.25,6.249999 0,2.5 -12.310659,10.353553 0.01326,-5.503925 -1.263256,-0.02641" + + " -0.01256,13.649048 1.073223,0.08839 0.01256,-2.487437 13.737436,0.176777 0,5 -7.499999,6.249999 0,3.75 9.999999,0 0,1.25 5,0 0,-1.25 8.749999,0" + + " 0.01256,-4.368718 -7.512562,-5.631281 0,-5 13.749999,0 0,2.5 1.25,0 0,-13.749999 -1.25,0 0,3.75 -11.249999,-8.75 0,-2.5 -1.96967,-6.515164" + + " -1.237437,-5.984835 -0.542893,-6.25 -1.25,-6.2499987 z"; -var _my_awacs_svg = -"m 65,3 1,0 3,3 2,7 1,5 0,26 9,7 1,-6 0,-1 6,0 1,1 0,7 -2.017507,1.447897 L 87,55 l 39,28 1,2 -1,4 -38,-15 -4,-1 -12.282996,-4.777919 -6.23891,-0.969712 10.043304,2.637586 3.635329,3.867659 1.242385,2.600888 1.767767,4.242386 -0.484771,6.272843 -1.242386,4.26269 -4.020305,3.904189 -4.865846,2.680021 L 71,102 l 0,5 18,15 0,5 -22,-6 -2,8 -2.089286,-7.71429 L 41,126 41,122 60,106 59.535714,102 59.02602,98.21958 71.626907,98.020305 59.014808,98.258528 55.222081,95.924494 51.454314,93.04061 48.57043,89.020305 47.444161,83.747462 48.328044,79 49.833121,74.747462 52.843273,72.126269 56.37592,69.426436 64.296043,67.278627 59.914341,67.717004 46,71 4,87 3,84 4,81 43,54 l 0,-1 -1,-1 0,-8 1,-1 5,0 1,2 0,5 10,-7 0,-25 0.553571,-4 L 60,11 61,8 63,5 Z"; +var _my_awacs_svg = + "m 65,3 1,0 3,3 2,7 1,5 0,26 9,7 1,-6 0,-1 6,0 1,1 0,7 -2.017507,1.447897 L 87,55 l 39,28 1,2 -1,4 -38,-15 -4,-1 -12.282996,-4.777919 -6.23891,-0.969712 10.043304,2.637586 3.635329,3.867659 1.242385,2.600888 1.767767,4.242386 -0.484771,6.272843 -1.242386,4.26269 -4.020305,3.904189 -4.865846,2.680021 L 71,102 l 0,5 18,15 0,5 -22,-6 -2,8 -2.089286,-7.71429 L 41,126 41,122 60,106 59.535714,102 59.02602,98.21958 71.626907,98.020305 59.014808,98.258528 55.222081,95.924494 51.454314,93.04061 48.57043,89.020305 47.444161,83.747462 48.328044,79 49.833121,74.747462 52.843273,72.126269 56.37592,69.426436 64.296043,67.278627 59.914341,67.717004 46,71 4,87 3,84 4,81 43,54 l 0,-1 -1,-1 0,-8 1,-1 5,0 1,2 0,5 10,-7 0,-25 0.553571,-4 L 60,11 61,8 63,5 Z"; -var _my_rc135_svg = -"m 63,2 1,0 2,4 2,7 1,5 1,19 15,12 0,-8 1,-1 5,0 1,1 0,6 0,4.116117 L 91,53 l 13,10 0,-5 0,-4 7,0 0,2 0,5 -1,5 -1,0 15,13 1,4 -1,4 -48,-22 -3,0 -2,1 -1,2 0,25 -2,13 16,13 -1,7 -18.252538,-7 c -3,1 -6.695346,2.19133 -19.747462,7 l 0,-7 16,-13 -1,-5 -1,-4 0,-4 0,-5 -1,-21 -1,-1 -3,-1 -2,0 -49,22 0,-3 0,-4 17,-14 -1,0 -1,-3 0,-4 0,-5 6,0 1,1 0,7 13,-9 -1,0 -1.31733,-2.451667 0.07494,-2.674602 L 36,43 l 1,-2 5,0 1,2 0,6 15,-12 0,-14 0.464286,-3 0.625,-4.910714 0.642857,-3.535715 L 60.196429,8.1785714 61,6 Z"; +var _my_rc135_svg = + "m 63,2 1,0 2,4 2,7 1,5 1,19 15,12 0,-8 1,-1 5,0 1,1 0,6 0,4.116117 L 91,53 l 13,10 0,-5 0,-4 7,0 0,2 0,5 -1,5 -1,0 15,13 1,4 -1,4 -48,-22 -3,0 -2,1 -1,2 0,25 -2,13 16,13 -1,7 -18.252538,-7 c -3,1 -6.695346,2.19133 -19.747462,7 l 0,-7 16,-13 -1,-5 -1,-4 0,-4 0,-5 -1,-21 -1,-1 -3,-1 -2,0 -49,22 0,-3 0,-4 17,-14 -1,0 -1,-3 0,-4 0,-5 6,0 1,1 0,7 13,-9 -1,0 -1.31733,-2.451667 0.07494,-2.674602 L 36,43 l 1,-2 5,0 1,2 0,6 15,-12 0,-14 0.464286,-3 0.625,-4.910714 0.642857,-3.535715 L 60.196429,8.1785714 61,6 Z"; -var _my_kc135tail_svg = -"m 64.268739,0.26918602 0.743387,0 1.486775,2.97355048 1.486776,5.2037137 0.743387,3.7169388 0.743388,14.124365 11.150815,8.920653 0,-5.947102 0.743388,-0.743388 3.716938,0 0.743387,0.743388 0,4.460325 0,3.059871 -0.743387,1.400456 9.664038,7.433876 0,-3.716938 0,-2.97355 5.203717,0 0,1.486775 0,3.716938 -0.74339,3.716938 -0.743389,0 11.150811,9.664039 0.74338,2.973551 -0.74338,2.973551 -35.682602,-16.354529 -2.230163,0 -1.486775,0.743388 -0.743388,1.486775 0,18.584692 -1.486775,9.664041 11.894202,9.664035 -0.743388,5.203717 -11.521234,-4.447002 -2.003513,0.01168 0.19183,24.833829 0.005,7.01578 7.181818,2.00977 -0.986411,3.21179 -6.695256,-1.98246 -8.370559,2.62503 -0.666031,-3.16997 8.39671,-2.69992 0.07254,-6.88725 -0.213399,-24.987187 -1.169911,-0.106459 c -0.510313,0.170105 0.215,-0.09429 -0.426588,0.121228 -0.296577,0.09962 -0.678557,0.27049 -1.027289,0.389349 -2.19379,0.747715 -4.56018,1.683174 -11.016433,4.061795 l 0,-5.203717 11.894202,-9.664035 -0.743387,-3.716938 -0.743388,-2.973549 0,-2.973554 0,-3.716938 -0.743387,-15.611141 -0.743388,-0.743388 -2.230163,-0.743388 -1.486775,0 -36.425995,16.354529 0,-2.230163 0,-2.973551 12.63759,-10.407427 -0.743387,0 -0.743389,-2.230163 0,-2.97355 0,-3.716938 4.460327,0 0.743387,0.743387 0,5.203714 9.664039,-6.690489 -0.743387,0 -0.979287,-1.822539 0.05571,-1.988266 0.18019,-3.623072 0.743387,-1.486775 3.716938,0 0.743388,1.486775 0,4.460327 11.150815,-8.920653 0,-10.407426 0.345145,-2.230163 0.464616,-3.6505653 0.477892,-2.6284067 0.345145,-2.508933 0.597365,-1.6195235 z"; -var _my_kc135_svg = -"m 64.268739,0.26918602 0.743387,0 1.486775,2.97355048 1.486776,5.2037137 0.743387,3.7169388 0.743388,14.124365 11.150815,8.920653 0,-5.947102 0.743388,-0.743388 3.716938,0 0.743387,0.743388 0,4.460325 0,3.059871 -0.743387,1.400456 9.664038,7.433876 0,-3.716938 0,-2.97355 5.203717,0 0,1.486775 0,3.716938 -0.74339,3.716938 -0.743389,0 11.150811,9.664039 0.74338,2.973551 -0.74338,2.973551 -35.682602,-16.354529 -2.230163,0 -1.486775,0.743388 -0.743388,1.486775 0,18.584692 -1.486775,9.664041 11.894202,9.664035 -0.743388,5.203717 -11.521234,-4.447002 -2.003513,0.01168 -1.083758,-0.03059 -1.169911,-0.106459 c -0.510313,0.170105 0.215,-0.09429 -0.426588,0.121228 -0.296577,0.09962 -0.678557,0.27049 -1.027289,0.389349 -2.19379,0.747715 -4.56018,1.683174 -11.016433,4.061795 l 0,-5.203717 11.894202,-9.664035 -0.743387,-3.716938 -0.743388,-2.973549 0,-2.973554 0,-3.716938 -0.743387,-15.611141 -0.743388,-0.743388 -2.230163,-0.743388 -1.486775,0 -36.425995,16.354529 0,-2.230163 0,-2.973551 12.63759,-10.407427 -0.743387,0 -0.743389,-2.230163 0,-2.97355 0,-3.716938 4.460327,0 0.743387,0.743387 0,5.203714 9.664039,-6.690489 -0.743387,0 -0.979287,-1.822539 0.05571,-1.988266 0.18019,-3.623072 0.743387,-1.486775 3.716938,0 0.743388,1.486775 0,4.460327 11.150815,-8.920653 0,-10.407426 0.345145,-2.230163 0.464616,-3.6505653 0.477892,-2.6284067 0.345145,-2.508933 0.597365,-1.6195235 z"; +var _my_kc135tail_svg = + "m 64.268739,0.26918602 0.743387,0 1.486775,2.97355048 1.486776,5.2037137 0.743387,3.7169388 0.743388,14.124365 11.150815,8.920653 0,-5.947102 0.743388,-0.743388 3.716938,0 0.743387,0.743388 0,4.460325 0,3.059871 -0.743387,1.400456 9.664038,7.433876 0,-3.716938 0,-2.97355 5.203717,0 0,1.486775 0,3.716938 -0.74339,3.716938 -0.743389,0 11.150811,9.664039 0.74338,2.973551 -0.74338,2.973551 -35.682602,-16.354529 -2.230163,0 -1.486775,0.743388 -0.743388,1.486775 0,18.584692 -1.486775,9.664041 11.894202,9.664035 -0.743388,5.203717 -11.521234,-4.447002 -2.003513,0.01168 0.19183,24.833829 0.005,7.01578 7.181818,2.00977 -0.986411,3.21179 -6.695256,-1.98246 -8.370559,2.62503 -0.666031,-3.16997 8.39671,-2.69992 0.07254,-6.88725 -0.213399,-24.987187 -1.169911,-0.106459 c -0.510313,0.170105 0.215,-0.09429 -0.426588,0.121228 -0.296577,0.09962 -0.678557,0.27049 -1.027289,0.389349 -2.19379,0.747715 -4.56018,1.683174 -11.016433,4.061795 l 0,-5.203717 11.894202,-9.664035 -0.743387,-3.716938 -0.743388,-2.973549 0,-2.973554 0,-3.716938 -0.743387,-15.611141 -0.743388,-0.743388 -2.230163,-0.743388 -1.486775,0 -36.425995,16.354529 0,-2.230163 0,-2.973551 12.63759,-10.407427 -0.743387,0 -0.743389,-2.230163 0,-2.97355 0,-3.716938 4.460327,0 0.743387,0.743387 0,5.203714 9.664039,-6.690489 -0.743387,0 -0.979287,-1.822539 0.05571,-1.988266 0.18019,-3.623072 0.743387,-1.486775 3.716938,0 0.743388,1.486775 0,4.460327 11.150815,-8.920653 0,-10.407426 0.345145,-2.230163 0.464616,-3.6505653 0.477892,-2.6284067 0.345145,-2.508933 0.597365,-1.6195235 z"; +var _my_kc135_svg = + "m 64.268739,0.26918602 0.743387,0 1.486775,2.97355048 1.486776,5.2037137 0.743387,3.7169388 0.743388,14.124365 11.150815,8.920653 0,-5.947102 0.743388,-0.743388 3.716938,0 0.743387,0.743388 0,4.460325 0,3.059871 -0.743387,1.400456 9.664038,7.433876 0,-3.716938 0,-2.97355 5.203717,0 0,1.486775 0,3.716938 -0.74339,3.716938 -0.743389,0 11.150811,9.664039 0.74338,2.973551 -0.74338,2.973551 -35.682602,-16.354529 -2.230163,0 -1.486775,0.743388 -0.743388,1.486775 0,18.584692 -1.486775,9.664041 11.894202,9.664035 -0.743388,5.203717 -11.521234,-4.447002 -2.003513,0.01168 -1.083758,-0.03059 -1.169911,-0.106459 c -0.510313,0.170105 0.215,-0.09429 -0.426588,0.121228 -0.296577,0.09962 -0.678557,0.27049 -1.027289,0.389349 -2.19379,0.747715 -4.56018,1.683174 -11.016433,4.061795 l 0,-5.203717 11.894202,-9.664035 -0.743387,-3.716938 -0.743388,-2.973549 0,-2.973554 0,-3.716938 -0.743387,-15.611141 -0.743388,-0.743388 -2.230163,-0.743388 -1.486775,0 -36.425995,16.354529 0,-2.230163 0,-2.973551 12.63759,-10.407427 -0.743387,0 -0.743389,-2.230163 0,-2.97355 0,-3.716938 4.460327,0 0.743387,0.743387 0,5.203714 9.664039,-6.690489 -0.743387,0 -0.979287,-1.822539 0.05571,-1.988266 0.18019,-3.623072 0.743387,-1.486775 3.716938,0 0.743388,1.486775 0,4.460327 11.150815,-8.920653 0,-10.407426 0.345145,-2.230163 0.464616,-3.6505653 0.477892,-2.6284067 0.345145,-2.508933 0.597365,-1.6195235 z"; -var _my_apache_svg = -"m 60,6 7,0 2,6 0,3 3,4 1,17 38,-31 2,2 -40,31 0,4 14,1 0,7 -10,2 0,4 35,29 -2,1 -33,-27 0,10 -8,1 -2,43 6,1 1,-9 1,9 5,1 0,5 -4,1 -2,7 0,0 -1,-7 -8,1 -1,2 -2,-2 -14,-2 -1,-3 1,-2 1,-1 12,0 -3,-44 -8,-1 0,-11 -34,27 -2,-1 36,-29 0,-3 -10,-1 1,-8 14,0 0,-2 0,-2 -40,-33 2,-2 39,32 -1,-18 2,-3 2,-4 1,-2 z"; -var _my_apache2_svg = -"m 60.900931,26.360515 5.836542,0 1.667584,5.002751 0,2.501375 2.501374,3.335167 0.833792,14.174458 31.684097,-25.847542 1.66758,1.667583 4.99789,10.398919 5.07414,18.389192 -2.11374,23.280839 -8.25711,12.766511 8.34997,-12.469526 1.58783,-24.549086 -4.45107,-17.43753 -4.12995,-9.504978 -3.3996,0.989226 -31.010037,23.983976 0,3.335166 11.673084,0.833792 0,5.836542 -8.337916,1.667584 0,3.335167 29.182719,24.17996 -1.66759,0.833791 -14.973909,9.906448 -19.958978,4.88833 19.577241,-5.13412 14.646816,-9.085227 -1.76018,-2.074944 -25.046119,-21.012863 0,8.337917 -6.670334,0.833792 -1.667584,35.853045 5.00275,0.83379 0.833792,-7.50412 0.833792,7.50412 4.168958,0.8338 0,4.16895 -3.335166,0.83379 -1.667584,5.83654 0,0 -0.833792,-5.83654 -6.670333,0.8338 -0.833791,1.66758 -1.667584,-1.66758 -11.673084,-1.66759 -0.833792,-2.50138 0.833792,-1.66757 0.833792,-0.8338 10.0055,0 -2.501375,-36.686835 -6.670334,-0.833792 0,-9.171709 -27.427511,23.617898 -0.794931,-1.230865 17.755705,12.465893 18.699078,3.00152 -18.957059,-3.10066 -17.6242,-12.241409 -1.667584,-0.833792 30.016502,-24.17996 0,-2.501375 -8.337917,-0.833792 0.833792,-6.670334 11.673084,0 0,-1.667582 0,-1.667584 -31.938194,-24.87506 -1.484567,-2.409687 -5.775398,10.829873 -3.682442,18.148465 0.81073,16.533301 7.494443,18.143614 -6.926203,-18.410021 -1.34659,-16.926098 3.636593,-17.305486 5.543137,-11.416634 3.162839,-2.369999 8.82818,-9.143512 L 50.090191,6.5720491 65.265651,4.6893324 80.327332,7.0585232 92.302421,13.237936 103.15772,24.702591 92.26885,13.372131 80.615469,7.3403446 65.178273,4.3088578 50.197566,6.9723426 35.114795,14.267511 25.898901,24.31094 l 1.715824,2.29782 29.95104,24.765506 -0.833792,-15.00825 1.667583,-2.501375 1.667583,-3.335167 0.833792,-1.667584 z"; +var _my_apache_svg = + "m 60,6 7,0 2,6 0,3 3,4 1,17 38,-31 2,2 -40,31 0,4 14,1 0,7 -10,2 0,4 35,29 -2,1 -33,-27 0,10 -8,1 -2,43 6,1 1,-9 1,9 5,1 0,5 -4,1 -2,7 0,0 -1,-7 -8,1 -1,2 -2,-2 -14,-2 -1,-3 1,-2 1,-1 12,0 -3,-44 -8,-1 0,-11 -34,27 -2,-1 36,-29 0,-3 -10,-1 1,-8 14,0 0,-2 0,-2 -40,-33 2,-2 39,32 -1,-18 2,-3 2,-4 1,-2 z"; +var _my_apache2_svg = + "m 60.900931,26.360515 5.836542,0 1.667584,5.002751 0,2.501375 2.501374,3.335167 0.833792,14.174458 31.684097,-25.847542 1.66758,1.667583 4.99789,10.398919 5.07414,18.389192 -2.11374,23.280839 -8.25711,12.766511 8.34997,-12.469526 1.58783,-24.549086 -4.45107,-17.43753 -4.12995,-9.504978 -3.3996,0.989226 -31.010037,23.983976 0,3.335166 11.673084,0.833792 0,5.836542 -8.337916,1.667584 0,3.335167 29.182719,24.17996 -1.66759,0.833791 -14.973909,9.906448 -19.958978,4.88833 19.577241,-5.13412 14.646816,-9.085227 -1.76018,-2.074944 -25.046119,-21.012863 0,8.337917 -6.670334,0.833792 -1.667584,35.853045 5.00275,0.83379 0.833792,-7.50412 0.833792,7.50412 4.168958,0.8338 0,4.16895 -3.335166,0.83379 -1.667584,5.83654 0,0 -0.833792,-5.83654 -6.670333,0.8338 -0.833791,1.66758 -1.667584,-1.66758 -11.673084,-1.66759 -0.833792,-2.50138 0.833792,-1.66757 0.833792,-0.8338 10.0055,0 -2.501375,-36.686835 -6.670334,-0.833792 0,-9.171709 -27.427511,23.617898 -0.794931,-1.230865 17.755705,12.465893 18.699078,3.00152 -18.957059,-3.10066 -17.6242,-12.241409 -1.667584,-0.833792 30.016502,-24.17996 0,-2.501375 -8.337917,-0.833792 0.833792,-6.670334 11.673084,0 0,-1.667582 0,-1.667584 -31.938194,-24.87506 -1.484567,-2.409687 -5.775398,10.829873 -3.682442,18.148465 0.81073,16.533301 7.494443,18.143614 -6.926203,-18.410021 -1.34659,-16.926098 3.636593,-17.305486 5.543137,-11.416634 3.162839,-2.369999 8.82818,-9.143512 L 50.090191,6.5720491 65.265651,4.6893324 80.327332,7.0585232 92.302421,13.237936 103.15772,24.702591 92.26885,13.372131 80.615469,7.3403446 65.178273,4.3088578 50.197566,6.9723426 35.114795,14.267511 25.898901,24.31094 l 1.715824,2.29782 29.95104,24.765506 -0.833792,-15.00825 1.667583,-2.501375 1.667583,-3.335167 0.833792,-1.667584 z"; -var _my_spit_svg = -"m 63.684327,16.936865 1,0.315673 L 66,20 l 2,5 1,1 1,10 7,0 9,0 9.568211,0.621193 5.829719,0.598849 5.3067,0.716823 L 112,39 l 6,1 3,1 2,1 2,2 1,2 -1,2 -3,3 -1.73731,1.558058 L 118,54 l -6,3 -9,3 -8,2 -9,1 -9,1 -3,0 -2,0 -1,1 -1,2 -1,4 -3,28 1,1.30552 L 69,101 73.684327,102.37881 77,104 l 3,2 1,2 1,2 -1,2 -2,1 -3,1 -9,0 -3,-3 -0.494924,6 L 63,111 l -3,3 -8,0 -2.378807,-0.49492 L 48,113 l -1,-1 -1,-1 0,-3 1,-2 2,-2 3,-2 4,-1 4.252538,-0.93687 L 61,100 61,99 59,71 58,66 56.69448,64.568211 55,64 53.431789,63.621193 50,63 42,62 33,61 25,59 17,57 11,54 6,51 3.7474619,48.568211 2.3156727,45.810596 2.6843273,44.063135 5.4949237,41.810596 10,40 15.378807,38.747462 21.431789,37.640319 27.747462,36.684327 35,36.315673 42,36 l 8,0 8,0 1,-10 1,-1 1,-3 1,-3 0.558058,-0.936865 z"; +var _my_spit_svg = + "m 63.684327,16.936865 1,0.315673 L 66,20 l 2,5 1,1 1,10 7,0 9,0 9.568211,0.621193 5.829719,0.598849 5.3067,0.716823 L 112,39 l 6,1 3,1 2,1 2,2 1,2 -1,2 -3,3 -1.73731,1.558058 L 118,54 l -6,3 -9,3 -8,2 -9,1 -9,1 -3,0 -2,0 -1,1 -1,2 -1,4 -3,28 1,1.30552 L 69,101 73.684327,102.37881 77,104 l 3,2 1,2 1,2 -1,2 -2,1 -3,1 -9,0 -3,-3 -0.494924,6 L 63,111 l -3,3 -8,0 -2.378807,-0.49492 L 48,113 l -1,-1 -1,-1 0,-3 1,-2 2,-2 3,-2 4,-1 4.252538,-0.93687 L 61,100 61,99 59,71 58,66 56.69448,64.568211 55,64 53.431789,63.621193 50,63 42,62 33,61 25,59 17,57 11,54 6,51 3.7474619,48.568211 2.3156727,45.810596 2.6843273,44.063135 5.4949237,41.810596 10,40 15.378807,38.747462 21.431789,37.640319 27.747462,36.684327 35,36.315673 42,36 l 8,0 8,0 1,-10 1,-1 1,-3 1,-3 0.558058,-0.936865 z"; var _my_bi_svg = -"m 62.75,17.75 1,0 1.75,1.5 1.5,2.5 0.75,3.25 1,5.75 0.25,2.25 47.5,0.25 3.75,1.25 2.5,1.75 2,2.25 1.5,3 0,3.25 -0.75,2.5 -1.75,2.5 L 121,52.25 117.75,54 69.651638,53.997462 117.6847,53.848985 114,56.75 l -4.25,1.5 -40.5,0 -1.75,29 3.5,2.5 6.25,6.25 1.75,3 1.25,4.75 0,2.25 -1.5,1.25 L 47.5,107 46,105.75 45.5,104 46.5,100.5 48,97.75 50.5,94 54.25,90.75 57.5,88.5 59.5,87 57.25,58.25 15.5,57.75 13.25,56.75 10.613578,53.605964 57.222093,54.126269 8.7308724,53.392349 6.5,52.5 3,50 1.5,47.5 0.25,44 0.5,41.25 l 1.25,-3.5 2.5,-2 4,-2.5 3,-0.25 46.25,0.25 1.5,-9.25 0.75,-2 1,-2.5 0.75,-0.75 z"; + "m 62.75,17.75 1,0 1.75,1.5 1.5,2.5 0.75,3.25 1,5.75 0.25,2.25 47.5,0.25 3.75,1.25 2.5,1.75 2,2.25 1.5,3 0,3.25 -0.75,2.5 -1.75,2.5 L 121,52.25 117.75,54 69.651638,53.997462 117.6847,53.848985 114,56.75 l -4.25,1.5 -40.5,0 -1.75,29 3.5,2.5 6.25,6.25 1.75,3 1.25,4.75 0,2.25 -1.5,1.25 L 47.5,107 46,105.75 45.5,104 46.5,100.5 48,97.75 50.5,94 54.25,90.75 57.5,88.5 59.5,87 57.25,58.25 15.5,57.75 13.25,56.75 10.613578,53.605964 57.222093,54.126269 8.7308724,53.392349 6.5,52.5 3,50 1.5,47.5 0.25,44 0.5,41.25 l 1.25,-3.5 2.5,-2 4,-2.5 3,-0.25 46.25,0.25 1.5,-9.25 0.75,-2 1,-2.5 0.75,-0.75 z"; -var _my_hang_svg = -"m 65.25,0.75 -65,52 18.213758,-6.204623 16.513703,-2.379403 17.583741,2.65678 12.276539,6.173473 0.581613,11.626554 0.620073,-11.60712 L 78.64292,46.358652 94.701739,43.916053 111.8652,47.140676 127.75,53 Z"; +var _my_hang_svg = + "m 65.25,0.75 -65,52 18.213758,-6.204623 16.513703,-2.379403 17.583741,2.65678 12.276539,6.173473 0.581613,11.626554 0.620073,-11.60712 L 78.64292,46.358652 94.701739,43.916053 111.8652,47.140676 127.75,53 Z"; -var _my_lanc_svg = -"m 62.75,15 1.25,0 1.5,1.75 1.25,3.5 0,1.25 0.25,3.25 0.5,12.5 6.994924,0.118655 L 75,33.5 75.747462,27.739847 70.75,28 76,27.75 l 1,-1.25 1.5,1.25 5.25,0.5 -5,-0.257614 0.75,4.507614 0.5,5 11,1.75 0.5,-3.5 0.621193,-5.507614 L 87.5,30.25 92,30 93.5,28.5 95,30 l 5.25,0.5 -4.75,0.25 0,2.75 0.75,6.5 21,2.75 6,1.5 2.5,2 0.5,2.5 -1.25,2 -2.25,1.75 -3.5,1 -38.75,3.25 -13.25,0 0,14.5 -0.75,13.75 17,1.25 0.25,4.25 -1.75,2.5 -16.5,2.5 0,3.5 -0.5,1 -0.01076,1.43449 -0.02089,-1.38448 -2.892882,-0.0216 -0.06654,1.45593 L 61.977679,100 61.666076,99.174267 61.5,97.75 61.25,95.75 44.622744,92.747857 43.123731,90.984771 43,86.5 60.25,84.5 59.5,70.75 59.75,57 46.25,56.75 7.25,53.5 2.75,52 0.5,49.75 0.5,46.25 4,43.75 9.5,42.5 31,39.5 30.75,33.25 31.881345,30.239847 26.75,30.25 31.621193,30.633883 32.75,28.5 34.25,30.25 39,30.5 34.376269,30.239847 35.5,34 l -0.25,5.25 11.5,-1.5 0,-4.75 1,-5.131345 -5,-0.118655 5,0 1.5,-1.75 1,1.75 L 55.5,28 50.876269,27.994924 51.25,33.25 l 0.5,4.25 7.75,0 0,-7.5 1.857143,-13.285714 z"; +var _my_lanc_svg = + "m 62.75,15 1.25,0 1.5,1.75 1.25,3.5 0,1.25 0.25,3.25 0.5,12.5 6.994924,0.118655 L 75,33.5 75.747462,27.739847 70.75,28 76,27.75 l 1,-1.25 1.5,1.25 5.25,0.5 -5,-0.257614 0.75,4.507614 0.5,5 11,1.75 0.5,-3.5 0.621193,-5.507614 L 87.5,30.25 92,30 93.5,28.5 95,30 l 5.25,0.5 -4.75,0.25 0,2.75 0.75,6.5 21,2.75 6,1.5 2.5,2 0.5,2.5 -1.25,2 -2.25,1.75 -3.5,1 -38.75,3.25 -13.25,0 0,14.5 -0.75,13.75 17,1.25 0.25,4.25 -1.75,2.5 -16.5,2.5 0,3.5 -0.5,1 -0.01076,1.43449 -0.02089,-1.38448 -2.892882,-0.0216 -0.06654,1.45593 L 61.977679,100 61.666076,99.174267 61.5,97.75 61.25,95.75 44.622744,92.747857 43.123731,90.984771 43,86.5 60.25,84.5 59.5,70.75 59.75,57 46.25,56.75 7.25,53.5 2.75,52 0.5,49.75 0.5,46.25 4,43.75 9.5,42.5 31,39.5 30.75,33.25 31.881345,30.239847 26.75,30.25 31.621193,30.633883 32.75,28.5 34.25,30.25 39,30.5 34.376269,30.239847 35.5,34 l -0.25,5.25 11.5,-1.5 0,-4.75 1,-5.131345 -5,-0.118655 5,0 1.5,-1.75 1,1.75 L 55.5,28 50.876269,27.994924 51.25,33.25 l 0.5,4.25 7.75,0 0,-7.5 1.857143,-13.285714 z"; -var _my__hawk_svg = -"m 88,127 -1,0 -21,-5 -5,0 -20,5 -1,-2 1,-4 17,-11 1,-8 0,-17 -2,-2 -44,5 0,-4 1,-4 2,-4 2,-1 32,-15 4,-4 -0.315673,-6.020305 1,-1.989848 L 59,48 l 1,-24 1,-9 1,-5 1.084317,-2.711479 1.862701,-2.7304627 1.936865,2.947018 0.863579,2.9796947 L 69,20 l 1,13 1,15 4,0 1,3 -1,5 4,4 33,16 2,3 1,4 1,3 -1,2 -43,-5 -2,2 -1,18 1,6 16,12 2,1 0,2 z"; +var _my__hawk_svg = + "m 88,127 -1,0 -21,-5 -5,0 -20,5 -1,-2 1,-4 17,-11 1,-8 0,-17 -2,-2 -44,5 0,-4 1,-4 2,-4 2,-1 32,-15 4,-4 -0.315673,-6.020305 1,-1.989848 L 59,48 l 1,-24 1,-9 1,-5 1.084317,-2.711479 1.862701,-2.7304627 1.936865,2.947018 0.863579,2.9796947 L 69,20 l 1,13 1,15 4,0 1,3 -1,5 4,4 33,16 2,3 1,4 1,3 -1,2 -43,-5 -2,2 -1,18 1,6 16,12 2,1 0,2 z"; -var _my_defender_svg = -"m 1,62 59,0 2,33 -15,0 -3,3 0,10 39,0 L 82.821429,97.892857 81.464286,95.178571 67,95 69,61.892857 127,62 l -0.63135,-15.136422 -2.97969,-3.242385 -38.372215,-0.373367 -2.510462,-4.213142 5.931217,-0.07801 -5.996469,2.6e-4 -1.485674,-2.153361 -2.446428,0.04464 -1.098322,2.067066 -5.018557,0.02659 4.968527,-0.0394 L 75,43 71,43 70.747462,23.979695 68.757614,19.757614 65.892857,15.642857 63.357143,15.464286 60.873731,19.116117 59,24 l 0,6 0,13 -5,0 -1.925,-4.207143 5.366071,0.151786 L 52.030357,38.792857 51,37.089286 l -2.491071,-0.04464 -0.937678,1.792945 -6.897594,0.06004 6.90938,-0.158315 L 45,43 5,43 1,47 Z"; +var _my_defender_svg = + "m 1,62 59,0 2,33 -15,0 -3,3 0,10 39,0 L 82.821429,97.892857 81.464286,95.178571 67,95 69,61.892857 127,62 l -0.63135,-15.136422 -2.97969,-3.242385 -38.372215,-0.373367 -2.510462,-4.213142 5.931217,-0.07801 -5.996469,2.6e-4 -1.485674,-2.153361 -2.446428,0.04464 -1.098322,2.067066 -5.018557,0.02659 4.968527,-0.0394 L 75,43 71,43 70.747462,23.979695 68.757614,19.757614 65.892857,15.642857 63.357143,15.464286 60.873731,19.116117 59,24 l 0,6 0,13 -5,0 -1.925,-4.207143 5.366071,0.151786 L 52.030357,38.792857 51,37.089286 l -2.491071,-0.04464 -0.937678,1.792945 -6.897594,0.06004 6.90938,-0.158315 L 45,43 5,43 1,47 Z"; -var _my_3prop_svg = -"m 0.57853472,73.590295 59.00000028,0 2,34.475125 -15,0 -3,3 0,10 39,0 -0.178571,-10.10714 -1.357143,-2.71429 -14.464286,-0.17857 2,-34.582268 57.999995,0.107143 -0.63135,-15.136422 -2.97969,-3.242385 -38.37221,-0.373367 -2.510462,-4.213142 5.931217,-0.07801 -5.996469,2.6e-4 -1.485674,-2.153361 -2.446428,0.04464 -1.098322,2.067066 -5.018557,0.02659 4.968527,-0.0394 -2.360577,4.097531 -4,0 0.168927,-30.6106 -1.989848,-4.222081 -2.864757,-4.114757 -2.535714,-0.178571 -2.483412,3.651831 L 59,24 l 0,6 -0.421465,24.590295 -5,0 -1.925,-4.207143 5.366071,0.151786 -5.410714,-0.151786 -1.030357,-1.703571 -2.491071,-0.04464 -0.937678,1.792945 -6.897594,0.06004 6.90938,-0.158315 -2.583037,4.260684 -40.0000003,0 -3.99999998,4 z"; +var _my_3prop_svg = + "m 0.57853472,73.590295 59.00000028,0 2,34.475125 -15,0 -3,3 0,10 39,0 -0.178571,-10.10714 -1.357143,-2.71429 -14.464286,-0.17857 2,-34.582268 57.999995,0.107143 -0.63135,-15.136422 -2.97969,-3.242385 -38.37221,-0.373367 -2.510462,-4.213142 5.931217,-0.07801 -5.996469,2.6e-4 -1.485674,-2.153361 -2.446428,0.04464 -1.098322,2.067066 -5.018557,0.02659 4.968527,-0.0394 -2.360577,4.097531 -4,0 0.168927,-30.6106 -1.989848,-4.222081 -2.864757,-4.114757 -2.535714,-0.178571 -2.483412,3.651831 L 59,24 l 0,6 -0.421465,24.590295 -5,0 -1.925,-4.207143 5.366071,0.151786 -5.410714,-0.151786 -1.030357,-1.703571 -2.491071,-0.04464 -0.937678,1.792945 -6.897594,0.06004 6.90938,-0.158315 -2.583037,4.260684 -40.0000003,0 -3.99999998,4 z"; -var _my_tutor_svg = -"m 5,50 45,0 7,-3 1,-8 1,-8 3,-3 0.505076,-4.010153 L 63.631345,23 64.873731,23.737309 66,28 l 2,2 2,9 1,8 7,2 45.48477,-0.126269 1.78033,0.921565 L 126,52 l -1,6 -1,3 -53,6 -2,2 -2,10 -1,19 16.989847,1.621193 1.988904,1.105017 L 86,102 l 0,6 -21,1 -0.252538,3.25254 L 64,109 l -20,-1 -1,-1 0,-4 1,-2 2,-1 L 63,98 59,69 57,67 4,62 3,59 2,54 3,51 Z"; +var _my_tutor_svg = + "m 5,50 45,0 7,-3 1,-8 1,-8 3,-3 0.505076,-4.010153 L 63.631345,23 64.873731,23.737309 66,28 l 2,2 2,9 1,8 7,2 45.48477,-0.126269 1.78033,0.921565 L 126,52 l -1,6 -1,3 -53,6 -2,2 -2,10 -1,19 16.989847,1.621193 1.988904,1.105017 L 86,102 l 0,6 -21,1 -0.252538,3.25254 L 64,109 l -20,-1 -1,-1 0,-4 1,-2 2,-1 L 63,98 59,69 57,67 4,62 3,59 2,54 3,51 Z"; -var _my_king_air_svg = -"m 1,55 40,6 16,0 1,2 1,6 1,10 1,9 1.242386,8.358502 0.873731,6.525378 -19.873731,7.6212 L 43,116 64,114 65.262691,118.37881 66,114 86,116 86,110 66.505076,102.88388 67,96 l 2,-12 1,-9 1,-12 1,-2 17,0 39,-6 0,-6 -1,-2 -34,-1 -5,-3 -1,-9 2,0 -0.05562,-3.103482 L 88.116117,29.116116 86.242386,28.621193 85,24 l -1,0 -1,2 -1,3 -2,0 0,4 0,1 1,0 0,7 0.116117,3.252538 L 71,44 70.242386,31.105964 69.368655,23.474619 68,19 67.010153,16.505076 65,15 63,16 61.116117,18.368655 60,23 l -1,8 0,8 0.01015,4.873731 L 48,44 l 0,-6 0,-4 2,0 0,-4.378807 L 48,29 l -1,-2 -1,-3 -2,0 -1,2 0,3 -2,0.378807 L 40,31 l 0,3 2,0 0,7 -1,2 -5,3 -33,2 -2,1 z"; +var _my_king_air_svg = + "m 1,55 40,6 16,0 1,2 1,6 1,10 1,9 1.242386,8.358502 0.873731,6.525378 -19.873731,7.6212 L 43,116 64,114 65.262691,118.37881 66,114 86,116 86,110 66.505076,102.88388 67,96 l 2,-12 1,-9 1,-12 1,-2 17,0 39,-6 0,-6 -1,-2 -34,-1 -5,-3 -1,-9 2,0 -0.05562,-3.103482 L 88.116117,29.116116 86.242386,28.621193 85,24 l -1,0 -1,2 -1,3 -2,0 0,4 0,1 1,0 0,7 0.116117,3.252538 L 71,44 70.242386,31.105964 69.368655,23.474619 68,19 67.010153,16.505076 65,15 63,16 61.116117,18.368655 60,23 l -1,8 0,8 0.01015,4.873731 L 48,44 l 0,-6 0,-4 2,0 0,-4.378807 L 48,29 l -1,-2 -1,-3 -2,0 -1,2 0,3 -2,0.378807 L 40,31 l 0,3 2,0 0,7 -1,2 -5,3 -33,2 -2,1 z"; var _r44 = { -key: "r44", -scale: 0.5, -size: [64, 64], -anchor: [32, 32], -path: "m 30.7,14.9 0.7,-0.1 0.7,0.1 0.8,0.3 1,1.1 0.7,1.8 0.2,2.4 0,2.7 1.7,-0.1 0,0.9 0,-5.1 0.1,-0.6 0.2,-0.1 0.2,0.1 0.1,0.6 0,12.2 0.2,1.5 -1,0 0.2,-1.5 0,-7.1 -1.7,0.1 -0.2,3.9 -0.3,2.3 2.2,0 0,0.8 -2.3,0.3 -0.7,3.8 -0.2,0.7 -0.2,0.5 -0.5,0.4 -0.6,16.2 3.4,-0.3 3.9,-0.9 4,-1.7 3.4,-2.1 3.1,-2.7 2.4,-2.9 2.1,-3.4 1.5,-3.5 1,-4.1 0.3,-4.1 -0.3,-4.1 -1,-3.9 -1.5,-3.7 -2.1,-3.3 -2.6,-3 -3,-2.7 -3.3,-2.1 -4,-1.7 -3.9,-0.9 -4,-0.3 -4,0.3 -3.9,0.9 -4,1.7 -3.3,2.1 -3,2.7 -2.6,3 -2,3.3 L 7,19.3 6,23.2 5.8,27.3 6,31.4 l 1.1,3.9 1.4,3.6 2.1,3.5 2.6,2.9 3,2.7 3.4,2.1 3.9,1.7 3.9,0.9 3.4,0.3 1.2,0 0,0.2 -1.2,0 -3.4,-0.3 -3.9,-0.9 -4,-1.7 -3.4,-2.1 -3.1,-2.7 -2.6,-3 -2.1,-3.5 -1.5,-3.7 -1,-3.9 -0.3,-4.1 0.3,-4.1 1,-3.9 1.5,-3.7 2.1,-3.5 2.6,-3 3.1,-2.7 3.4,-2.1 4,-1.7 3.9,-0.9 4,-0.3 4,0.3 3.9,0.9 4,1.7 3.4,2.1 3.1,2.7 2.6,3 2.1,3.5 1.5,3.7 1,3.9 0.3,4.1 -0.3,4.1 -1,4.1 -1.5,3.5 -2.1,3.5 -2.6,3 -3.1,2.7 -3.4,2.1 -4,1.7 -3.9,0.9 -3.4,0.3 -0.1,4.3 0.2,0.2 0.1,0 0,0.2 0.3,0 0,-0.2 0.3,0 0,-0.4 0.1,-0.1 0,-2.5 0.1,-0.2 0.1,0.2 0,2.5 0.2,0.2 0,1.3 -0.2,0.2 0,2.5 -0.1,0.2 -0.1,-0.2 0,-2.5 -0.1,-0.1 0,-0.4 -0.3,0 0,-0.2 -0.3,0 0,0.2 -0.1,0 0,0.1 -0.2,0 0,0.2 -0.7,0 0,1.2 -0.2,0 0.9,3.1 -0.1,0.2 -0.2,-0.2 -0.8,-2.7 -0.1,0.4 -0.2,-0.4 -0.1,-0.5 -0.5,-0.1 0,0.3 -0.3,0 0,-0.3 -4.3,-0.4 0,-1.6 5.3,-0.3 0.3,-1.7 -0.7,-18.9 -0.5,-0.4 -0.2,-0.5 -0.2,-0.7 -0.7,-3.8 -2.3,-0.3 0,-0.8 2.2,0 L 28.2,28 28,24.1 26.3,24 l 0,7.1 0.2,1.5 -1,0 0.2,-1.5 0,-12.2 0.1,-0.6 0.2,-0.1 0.2,0.1 0.1,0.6 0,5.1 0,-0.9 1.7,0.1 0,-2.8 0.2,-2.3 0.7,-1.8 1,-1 z" + key: "r44", + scale: 0.5, + size: [64, 64], + anchor: [32, 32], + path: "m 30.7,14.9 0.7,-0.1 0.7,0.1 0.8,0.3 1,1.1 0.7,1.8 0.2,2.4 0,2.7 1.7,-0.1 0,0.9 0,-5.1 0.1,-0.6 0.2,-0.1 0.2,0.1 0.1,0.6 0,12.2 0.2,1.5 -1,0 0.2,-1.5 0,-7.1 -1.7,0.1 -0.2,3.9 -0.3,2.3 2.2,0 0,0.8 -2.3,0.3 -0.7,3.8 -0.2,0.7 -0.2,0.5 -0.5,0.4 -0.6,16.2 3.4,-0.3 3.9,-0.9 4,-1.7 3.4,-2.1 3.1,-2.7 2.4,-2.9 2.1,-3.4 1.5,-3.5 1,-4.1 0.3,-4.1 -0.3,-4.1 -1,-3.9 -1.5,-3.7 -2.1,-3.3 -2.6,-3 -3,-2.7 -3.3,-2.1 -4,-1.7 -3.9,-0.9 -4,-0.3 -4,0.3 -3.9,0.9 -4,1.7 -3.3,2.1 -3,2.7 -2.6,3 -2,3.3 L 7,19.3 6,23.2 5.8,27.3 6,31.4 l 1.1,3.9 1.4,3.6 2.1,3.5 2.6,2.9 3,2.7 3.4,2.1 3.9,1.7 3.9,0.9 3.4,0.3 1.2,0 0,0.2 -1.2,0 -3.4,-0.3 -3.9,-0.9 -4,-1.7 -3.4,-2.1 -3.1,-2.7 -2.6,-3 -2.1,-3.5 -1.5,-3.7 -1,-3.9 -0.3,-4.1 0.3,-4.1 1,-3.9 1.5,-3.7 2.1,-3.5 2.6,-3 3.1,-2.7 3.4,-2.1 4,-1.7 3.9,-0.9 4,-0.3 4,0.3 3.9,0.9 4,1.7 3.4,2.1 3.1,2.7 2.6,3 2.1,3.5 1.5,3.7 1,3.9 0.3,4.1 -0.3,4.1 -1,4.1 -1.5,3.5 -2.1,3.5 -2.6,3 -3.1,2.7 -3.4,2.1 -4,1.7 -3.9,0.9 -3.4,0.3 -0.1,4.3 0.2,0.2 0.1,0 0,0.2 0.3,0 0,-0.2 0.3,0 0,-0.4 0.1,-0.1 0,-2.5 0.1,-0.2 0.1,0.2 0,2.5 0.2,0.2 0,1.3 -0.2,0.2 0,2.5 -0.1,0.2 -0.1,-0.2 0,-2.5 -0.1,-0.1 0,-0.4 -0.3,0 0,-0.2 -0.3,0 0,0.2 -0.1,0 0,0.1 -0.2,0 0,0.2 -0.7,0 0,1.2 -0.2,0 0.9,3.1 -0.1,0.2 -0.2,-0.2 -0.8,-2.7 -0.1,0.4 -0.2,-0.4 -0.1,-0.5 -0.5,-0.1 0,0.3 -0.3,0 0,-0.3 -4.3,-0.4 0,-1.6 5.3,-0.3 0.3,-1.7 -0.7,-18.9 -0.5,-0.4 -0.2,-0.5 -0.2,-0.7 -0.7,-3.8 -2.3,-0.3 0,-0.8 2.2,0 L 28.2,28 28,24.1 26.3,24 l 0,7.1 0.2,1.5 -1,0 0.2,-1.5 0,-12.2 0.1,-0.6 0.2,-0.1 0.2,0.1 0.1,0.6 0,5.1 0,-0.9 1.7,0.1 0,-2.8 0.2,-2.3 0.7,-1.8 1,-1 z" }; -var _new_heli_svg = -"m 30.7,14.9 0.7,-0.1 0.7,0.1 0.8,0.3 1,1.1 0.7,1.8 0.2,2.4 0,2.7 1.7,-0.1 0,0.9 0,-5.1 0.1,-0.6 0.2,-0.1 0.2,0.1 0.1,0.6 0,12.2 0.2,1.5 -1,0 0.2,-1.5 0,-7.1 -1.7,0.1 -0.2,3.9 -0.3,2.3 2.2,0 0,0.8 -2.3,0.3 -0.7,3.8 -0.2,0.7 -0.2,0.5 -0.5,0.4 -0.6,16.2 3.4,-0.3 3.9,-0.9 4,-1.7 3.4,-2.1 3.1,-2.7 2.4,-2.9 2.1,-3.4 1.5,-3.5 1,-4.1 0.3,-4.1 -0.3,-4.1 -1,-3.9 -1.5,-3.7 -2.1,-3.3 -2.6,-3 -3,-2.7 -3.3,-2.1 -4,-1.7 -3.9,-0.9 -4,-0.3 -4,0.3 -3.9,0.9 -4,1.7 -3.3,2.1 -3,2.7 -2.6,3 -2,3.3 L 7,19.3 6,23.2 5.8,27.3 6,31.4 l 1.1,3.9 1.4,3.6 2.1,3.5 2.6,2.9 3,2.7 3.4,2.1 3.9,1.7 3.9,0.9 3.4,0.3 1.2,0 0,0.2 -1.2,0 -3.4,-0.3 -3.9,-0.9 -4,-1.7 -3.4,-2.1 -3.1,-2.7 -2.6,-3 -2.1,-3.5 -1.5,-3.7 -1,-3.9 -0.3,-4.1 0.3,-4.1 1,-3.9 1.5,-3.7 2.1,-3.5 2.6,-3 3.1,-2.7 3.4,-2.1 4,-1.7 3.9,-0.9 4,-0.3 4,0.3 3.9,0.9 4,1.7 3.4,2.1 3.1,2.7 2.6,3 2.1,3.5 1.5,3.7 1,3.9 0.3,4.1 -0.3,4.1 -1,4.1 -1.5,3.5 -2.1,3.5 -2.6,3 -3.1,2.7 -3.4,2.1 -4,1.7 -3.9,0.9 -3.4,0.3 -0.1,4.3 0.2,0.2 0.1,0 0,0.2 0.3,0 0,-0.2 0.3,0 0,-0.4 0.1,-0.1 0,-2.5 0.1,-0.2 0.1,0.2 0,2.5 0.2,0.2 0,1.3 -0.2,0.2 0,2.5 -0.1,0.2 -0.1,-0.2 0,-2.5 -0.1,-0.1 0,-0.4 -0.3,0 0,-0.2 -0.3,0 0,0.2 -0.1,0 0,0.1 -0.2,0 0,0.2 -0.7,0 0,1.2 -0.2,0 0.9,3.1 -0.1,0.2 -0.2,-0.2 -0.8,-2.7 -0.1,0.4 -0.2,-0.4 -0.1,-0.5 -0.5,-0.1 0,0.3 -0.3,0 0,-0.3 -4.3,-0.4 0,-1.6 5.3,-0.3 0.3,-1.7 -0.7,-18.9 -0.5,-0.4 -0.2,-0.5 -0.2,-0.7 -0.7,-3.8 -2.3,-0.3 0,-0.8 2.2,0 L 28.2,28 28,24.1 26.3,24 l 0,7.1 0.2,1.5 -1,0 0.2,-1.5 0,-12.2 0.1,-0.6 0.2,-0.1 0.2,0.1 0.1,0.6 0,5.1 0,-0.9 1.7,0.1 0,-2.8 0.2,-2.3 0.7,-1.8 1,-1 z" +var _new_heli_svg = + "m 30.7,14.9 0.7,-0.1 0.7,0.1 0.8,0.3 1,1.1 0.7,1.8 0.2,2.4 0,2.7 1.7,-0.1 0,0.9 0,-5.1 0.1,-0.6 0.2,-0.1 0.2,0.1 0.1,0.6 0,12.2 0.2,1.5 -1,0 0.2,-1.5 0,-7.1 -1.7,0.1 -0.2,3.9 -0.3,2.3 2.2,0 0,0.8 -2.3,0.3 -0.7,3.8 -0.2,0.7 -0.2,0.5 -0.5,0.4 -0.6,16.2 3.4,-0.3 3.9,-0.9 4,-1.7 3.4,-2.1 3.1,-2.7 2.4,-2.9 2.1,-3.4 1.5,-3.5 1,-4.1 0.3,-4.1 -0.3,-4.1 -1,-3.9 -1.5,-3.7 -2.1,-3.3 -2.6,-3 -3,-2.7 -3.3,-2.1 -4,-1.7 -3.9,-0.9 -4,-0.3 -4,0.3 -3.9,0.9 -4,1.7 -3.3,2.1 -3,2.7 -2.6,3 -2,3.3 L 7,19.3 6,23.2 5.8,27.3 6,31.4 l 1.1,3.9 1.4,3.6 2.1,3.5 2.6,2.9 3,2.7 3.4,2.1 3.9,1.7 3.9,0.9 3.4,0.3 1.2,0 0,0.2 -1.2,0 -3.4,-0.3 -3.9,-0.9 -4,-1.7 -3.4,-2.1 -3.1,-2.7 -2.6,-3 -2.1,-3.5 -1.5,-3.7 -1,-3.9 -0.3,-4.1 0.3,-4.1 1,-3.9 1.5,-3.7 2.1,-3.5 2.6,-3 3.1,-2.7 3.4,-2.1 4,-1.7 3.9,-0.9 4,-0.3 4,0.3 3.9,0.9 4,1.7 3.4,2.1 3.1,2.7 2.6,3 2.1,3.5 1.5,3.7 1,3.9 0.3,4.1 -0.3,4.1 -1,4.1 -1.5,3.5 -2.1,3.5 -2.6,3 -3.1,2.7 -3.4,2.1 -4,1.7 -3.9,0.9 -3.4,0.3 -0.1,4.3 0.2,0.2 0.1,0 0,0.2 0.3,0 0,-0.2 0.3,0 0,-0.4 0.1,-0.1 0,-2.5 0.1,-0.2 0.1,0.2 0,2.5 0.2,0.2 0,1.3 -0.2,0.2 0,2.5 -0.1,0.2 -0.1,-0.2 0,-2.5 -0.1,-0.1 0,-0.4 -0.3,0 0,-0.2 -0.3,0 0,0.2 -0.1,0 0,0.1 -0.2,0 0,0.2 -0.7,0 0,1.2 -0.2,0 0.9,3.1 -0.1,0.2 -0.2,-0.2 -0.8,-2.7 -0.1,0.4 -0.2,-0.4 -0.1,-0.5 -0.5,-0.1 0,0.3 -0.3,0 0,-0.3 -4.3,-0.4 0,-1.6 5.3,-0.3 0.3,-1.7 -0.7,-18.9 -0.5,-0.4 -0.2,-0.5 -0.2,-0.7 -0.7,-3.8 -2.3,-0.3 0,-0.8 2.2,0 L 28.2,28 28,24.1 26.3,24 l 0,7.1 0.2,1.5 -1,0 0.2,-1.5 0,-12.2 0.1,-0.6 0.2,-0.1 0.2,0.1 0.1,0.6 0,5.1 0,-0.9 1.7,0.1 0,-2.8 0.2,-2.3 0.7,-1.8 1,-1 z" var _f16 = { -key: "f16", -scale: 0.35, -size: [64, 64], -anchor: [32, 17], -path: "m 31.9,2.7 0.1,3.5 0.4,0.7 0.5,1.5 0.4,1.9 0.4,2.4 0.2,1.8 0.2,0.2 0,0.7 -0.1,0.3 0.1,1.4 0.2,0.2 0.1,0.3 0.4,3.6 0.7,3.8 0.8,3.1 0.6,2 0.2,1.1 0.1,1.5 1.5,1.2 0.1,-0.4 0.1,-0.3 0.1,0.3 0.1,0.7 4.4,3.7 0.1,-0.4 0.1,-0.3 0.1,0.3 0.1,0.7 5.4,4.6 0,-1.8 0.2,-0.7 0,-1.3 -0.1,0 0,-0.3 0.3,-0.2 0.2,-0.4 0,-0.9 0.1,-0.6 0.2,-0.1 0.2,0.1 0.1,0.6 0,0.9 0.2,0.4 0.3,0.2 0,0.3 -0.5,-0.1 -0.1,7.3 0.6,0.6 0,1.4 -1.7,0 0,-1 -13.3,0 0.1,4.2 6.4,5.9 0,2.3 -0.8,1 -5.6,0.1 0,-0.8 -1.5,0 0,-3.3 -0.2,0 -0.2,1.3 0,1 -0.1,0.9 -0.3,0.6 -1.6,0 -0.1,2.9 -0.1,0.2 -0.1,0.1 -0.1,-0.1 -0.1,-0.2 0,-2.9 -1.7,0 -0.3,-0.6 -0.1,-0.9 0,-1 -0.1,-1.3 -0.3,0 0,3.3 -1.5,0 0,0.8 -5.6,0 -0.8,-1.1 0,-2.3 6.4,-5.9 0.1,-4.2 -13.3,0 0,1 -1.7,0 0,-1.4 0.6,-0.6 -0.1,-7.3 -0.5,0.1 0,-0.3 0.3,-0.2 0.2,-0.4 0,-0.9 0.1,-0.6 0.2,-0.1 0.2,0.1 0.1,0.6 0,0.9 0.2,0.4 0.3,0.2 0,0.3 -0.1,0 0,1.3 0.2,0.7 0,1.8 5.4,-4.6 0.1,-0.7 0.1,-0.3 0.1,0.3 0.1,0.4 4.4,-3.7 0.1,-0.7 0.1,-0.3 0.1,0.3 0.1,0.4 1.5,-1.2 0.1,-1.5 0.2,-1.1 0.6,-2 0.8,-3.1 0.7,-3.8 0.4,-3.6 0.1,-0.3 0.2,-0.2 0.1,-1.4 -0.1,-0.3 0,-0.7 0.2,-0.2 0.2,-1.8 0.4,-2.4 0.4,-1.9 0.5,-1.5 0.4,-0.7 z" + key: "f16", + scale: 0.35, + size: [64, 64], + anchor: [32, 17], + path: "m 31.9,2.7 0.1,3.5 0.4,0.7 0.5,1.5 0.4,1.9 0.4,2.4 0.2,1.8 0.2,0.2 0,0.7 -0.1,0.3 0.1,1.4 0.2,0.2 0.1,0.3 0.4,3.6 0.7,3.8 0.8,3.1 0.6,2 0.2,1.1 0.1,1.5 1.5,1.2 0.1,-0.4 0.1,-0.3 0.1,0.3 0.1,0.7 4.4,3.7 0.1,-0.4 0.1,-0.3 0.1,0.3 0.1,0.7 5.4,4.6 0,-1.8 0.2,-0.7 0,-1.3 -0.1,0 0,-0.3 0.3,-0.2 0.2,-0.4 0,-0.9 0.1,-0.6 0.2,-0.1 0.2,0.1 0.1,0.6 0,0.9 0.2,0.4 0.3,0.2 0,0.3 -0.5,-0.1 -0.1,7.3 0.6,0.6 0,1.4 -1.7,0 0,-1 -13.3,0 0.1,4.2 6.4,5.9 0,2.3 -0.8,1 -5.6,0.1 0,-0.8 -1.5,0 0,-3.3 -0.2,0 -0.2,1.3 0,1 -0.1,0.9 -0.3,0.6 -1.6,0 -0.1,2.9 -0.1,0.2 -0.1,0.1 -0.1,-0.1 -0.1,-0.2 0,-2.9 -1.7,0 -0.3,-0.6 -0.1,-0.9 0,-1 -0.1,-1.3 -0.3,0 0,3.3 -1.5,0 0,0.8 -5.6,0 -0.8,-1.1 0,-2.3 6.4,-5.9 0.1,-4.2 -13.3,0 0,1 -1.7,0 0,-1.4 0.6,-0.6 -0.1,-7.3 -0.5,0.1 0,-0.3 0.3,-0.2 0.2,-0.4 0,-0.9 0.1,-0.6 0.2,-0.1 0.2,0.1 0.1,0.6 0,0.9 0.2,0.4 0.3,0.2 0,0.3 -0.1,0 0,1.3 0.2,0.7 0,1.8 5.4,-4.6 0.1,-0.7 0.1,-0.3 0.1,0.3 0.1,0.4 4.4,-3.7 0.1,-0.7 0.1,-0.3 0.1,0.3 0.1,0.4 1.5,-1.2 0.1,-1.5 0.2,-1.1 0.6,-2 0.8,-3.1 0.7,-3.8 0.4,-3.6 0.1,-0.3 0.2,-0.2 0.1,-1.4 -0.1,-0.3 0,-0.7 0.2,-0.2 0.2,-1.8 0.4,-2.4 0.4,-1.9 0.5,-1.5 0.4,-0.7 z" }; var _c5 = { -key: "c5", -scale: 1.28, -size: [64, 64], -anchor: [32, 17], -path: "m 31.7,62 -0.4,-0.5 -0.1,-0.7 0,-1 -7.4,1.3 0,-1.1 0.1,-0.5 0.4,-0.5 6.4,-3.6 -0.8,-4.5 -0.3,-2.1 -0.2,-1.9 -0.1,-1.9 -0.1,-3.9 0,-5.7 -0.5,-1.5 -0.2,-2 0,-1.3 -2.9,0.6 0,0.7 -0.1,0.5 -0.1,-0.5 0,-0.6 -3,0.5 0,0.7 -0.1,0.5 -0.1,-0.5 0,-0.6 -2.5,0.5 0,0.5 -0.1,0.4 -0.1,-0.4 0,-0.4 -2.3,0.6 0,0.5 -0.1,0.4 -0.1,-0.4 0,-0.4 -2,0.6 0,0.5 -0.1,0.4 -0.1,-0.4 0,-0.4 -2,0.6 0,0.5 -0.1,0.4 -0.1,-0.4 0,-0.4 -7.2,2.1 0.2,-1.8 0.4,-1.1 0.5,-0.8 0.9,-0.9 9.4,-4.8 0,-1.4 -0.3,0 -0.1,-0.5 0,-1.3 0.1,-0.4 0.1,-0.1 1.6,0 0.1,0.1 0.1,0.4 0,1.3 -0.1,0.5 -0.3,0 0,0.8 4.1,-2.1 0,-1.4 -0.3,0 -0.1,-0.5 0,-1.3 0.1,-0.4 0.1,-0.1 1.6,0 0.1,0.1 0.1,0.4 0,1.3 -0.1,0.5 -0.3,0 0,0.8 5.3,-2.9 0.4,-0.3 0.2,-0.4 0,-11.4 0.2,-1.3 0.8,-2.2 0.9,-1.5 0.4,-0.5 0.5,-0.2 0.5,0.2 0.4,0.5 0.9,1.5 0.8,2.2 0.2,1.3 0,11.4 0.2,0.4 0.4,0.3 5.3,2.9 0,-0.8 -0.3,0 -0.1,-0.5 0,-1.3 0.1,-0.4 0.1,-0.1 1.6,0 0.1,0.1 0.1,0.4 0,1.3 -0.1,0.5 -0.3,0 0,1.4 4.1,2.1 0,-0.8 -0.3,0 -0.1,-0.5 0,-1.3 0.1,-0.4 0.1,-0.1 1.6,0 0.1,0.1 0.1,0.4 0,1.3 -0.1,0.5 -0.3,0 0,1.4 9.4,4.8 0.9,0.9 0.5,0.8 0.4,1.1 0.2,1.8 -7.2,-2.1 0,0.4 -0.1,0.4 -0.1,-0.4 0,-0.5 -2,-0.6 0,0.4 -0.1,0.4 -0.1,-0.4 0,-0.5 -2,-0.6 0,0.4 -0.1,0.4 -0.1,-0.4 0,-0.5 -2.3,-0.6 0,0.4 -0.1,0.4 -0.1,-0.4 0,-0.5 -2.5,-0.5 0,0.6 -0.1,0.5 -0.1,-0.5 0,-0.7 -3,-0.5 0,0.6 -0.1,0.5 -0.1,-0.5 0,-0.7 -2.9,-0.6 0,1.3 -0.2,2 -0.5,1.5 0,5.7 -0.1,3.9 -0.1,1.9 -0.2,1.9 -0.3,2.1 -0.8,4.5 6.4,3.6 0.4,0.5 0.1,0.5 0,1.1 -7.4,-1.3 0,1 -0.1,0.7 -0.4,0.5 -0.3,0.1 z" + key: "c5", + scale: 1.28, + size: [64, 64], + anchor: [32, 17], + path: "m 31.7,62 -0.4,-0.5 -0.1,-0.7 0,-1 -7.4,1.3 0,-1.1 0.1,-0.5 0.4,-0.5 6.4,-3.6 -0.8,-4.5 -0.3,-2.1 -0.2,-1.9 -0.1,-1.9 -0.1,-3.9 0,-5.7 -0.5,-1.5 -0.2,-2 0,-1.3 -2.9,0.6 0,0.7 -0.1,0.5 -0.1,-0.5 0,-0.6 -3,0.5 0,0.7 -0.1,0.5 -0.1,-0.5 0,-0.6 -2.5,0.5 0,0.5 -0.1,0.4 -0.1,-0.4 0,-0.4 -2.3,0.6 0,0.5 -0.1,0.4 -0.1,-0.4 0,-0.4 -2,0.6 0,0.5 -0.1,0.4 -0.1,-0.4 0,-0.4 -2,0.6 0,0.5 -0.1,0.4 -0.1,-0.4 0,-0.4 -7.2,2.1 0.2,-1.8 0.4,-1.1 0.5,-0.8 0.9,-0.9 9.4,-4.8 0,-1.4 -0.3,0 -0.1,-0.5 0,-1.3 0.1,-0.4 0.1,-0.1 1.6,0 0.1,0.1 0.1,0.4 0,1.3 -0.1,0.5 -0.3,0 0,0.8 4.1,-2.1 0,-1.4 -0.3,0 -0.1,-0.5 0,-1.3 0.1,-0.4 0.1,-0.1 1.6,0 0.1,0.1 0.1,0.4 0,1.3 -0.1,0.5 -0.3,0 0,0.8 5.3,-2.9 0.4,-0.3 0.2,-0.4 0,-11.4 0.2,-1.3 0.8,-2.2 0.9,-1.5 0.4,-0.5 0.5,-0.2 0.5,0.2 0.4,0.5 0.9,1.5 0.8,2.2 0.2,1.3 0,11.4 0.2,0.4 0.4,0.3 5.3,2.9 0,-0.8 -0.3,0 -0.1,-0.5 0,-1.3 0.1,-0.4 0.1,-0.1 1.6,0 0.1,0.1 0.1,0.4 0,1.3 -0.1,0.5 -0.3,0 0,1.4 4.1,2.1 0,-0.8 -0.3,0 -0.1,-0.5 0,-1.3 0.1,-0.4 0.1,-0.1 1.6,0 0.1,0.1 0.1,0.4 0,1.3 -0.1,0.5 -0.3,0 0,1.4 9.4,4.8 0.9,0.9 0.5,0.8 0.4,1.1 0.2,1.8 -7.2,-2.1 0,0.4 -0.1,0.4 -0.1,-0.4 0,-0.5 -2,-0.6 0,0.4 -0.1,0.4 -0.1,-0.4 0,-0.5 -2,-0.6 0,0.4 -0.1,0.4 -0.1,-0.4 0,-0.5 -2.3,-0.6 0,0.4 -0.1,0.4 -0.1,-0.4 0,-0.5 -2.5,-0.5 0,0.6 -0.1,0.5 -0.1,-0.5 0,-0.7 -3,-0.5 0,0.6 -0.1,0.5 -0.1,-0.5 0,-0.7 -2.9,-0.6 0,1.3 -0.2,2 -0.5,1.5 0,5.7 -0.1,3.9 -0.1,1.9 -0.2,1.9 -0.3,2.1 -0.8,4.5 6.4,3.6 0.4,0.5 0.1,0.5 0,1.1 -7.4,-1.3 0,1 -0.1,0.7 -0.4,0.5 -0.3,0.1 z" }; var _c17 = { -key: "c17", -scale: 0.86, -size: [64, 64], -anchor: [32, 17], -path: "m 32.5,1.4 0.5,0.5 0.7,1.5 0.9,2.2 0.5,1.3 0.6,2.2 0.3,2.2 0,3.1 0.5,0.8 0.3,0.8 0.2,1.2 0,1.2 3.1,1.8 -0.2,-1.4 -0.3,0 -0.1,-0.1 -0.2,-1 0,-2.1 0.1,-1 -0.4,0 0,-0.3 0.2,-0.5 0.3,-0.3 0.1,-0.2 2.4,0 0.05,0.2 0.35,0.3 0.2,0.5 0,0.3 -0.4,0 0.1,1 0,2.1 -0.2,1 -0.1,0.1 -0.3,0 -0.3,2 6.3,3.7 -0.2,-1.8 -0.3,0 -0.1,-0.1 -0.2,-1 0,-2.1 0.1,-1 -0.4,0 0,-0.3 0.2,-0.5 0.3,-0.3 0.1,-0.2 2.4,0 0.1,0.2 0.3,0.3 0.2,0.5 0,0.3 -0.4,0 0.1,1 0,2.1 -0.2,1 -0.1,0.1 -0.3,0 -0.4,2.5 12.2,7 0.3,0.2 0.2,0.4 0,0.6 0.9,2.1 0,0.9 -1.4,-1.1 -10.3,-2.2 -0.2,0.5 -0.3,0.1 0,-0.7 -3.6,-0.8 -0.3,0.6 -0.3,0.1 0,-0.9 -2.4,-0.5 -0.1,0.6 -0.3,0.5 -0.3,0.1 0,-1.4 -3.8,-0.8 -0.1,0.6 -0.3,0.5 -0.3,0.1 0,-1.4 -1.5,-0.4 -0.2,1.3 -0.3,1.1 -0.5,1 0,7.8 -0.2,3.9 -0.8,3.8 -0.9,3.1 -0.6,1.5 9.7,6.3 0.4,0.4 0.1,0.4 0,2 -11.4,-2.7 -0.3,2.2 -0.3,-2.2 -11.4,2.7 0,-2 0.1,-0.4 0.4,-0.4 9.7,-6.3 -0.6,-1.5 -0.9,-3.1 -0.8,-3.8 -0.2,-3.9 0,-7.8 -0.5,-1 -0.3,-1.1 -0.2,-1.3 -1.5,0.4 0,1.4 -0.3,-0.1 -0.3,-0.5 -0.1,-0.6 -3.8,0.8 0,1.4 -0.3,-0.1 -0.3,-0.5 -0.1,-0.6 -2.4,0.5 0,0.9 -0.3,-0.1 -0.3,-0.6 -3.6,0.8 0,0.7 -0.3,-0.1 -0.2,-0.5 -10.3,2.2 -1.4,1.1 0,-0.9 0.9,-2.1 0,-0.6 0.2,-0.4 0.3,-0.2 12.2,-7 -0.4,-2.5 -0.3,0 -0.1,-0.1 -0.2,-1 0,-2.1 0.1,-1 -0.4,0 0,-0.3 0.2,-0.5 0.3,-0.3 0.1,-0.2 2.4,0 0.1,0.2 0.3,0.3 0.2,0.5 0,0.3 -0.4,0 0.1,1 0,2.1 -0.2,1 -0.1,0.1 -0.3,0 -0.2,1.8 6.3,-3.7 -0.3,-2 -0.3,0 -0.1,-0.1 -0.2,-1 0,-2.1 0.1,-1 -0.4,0 0,-0.3 0.2,-0.5 0.3,-0.3 0.1,-0.2 2.4,0 0.1,0.2 0.3,0.3 0.2,0.5 0,0.3 -0.4,0 0.1,1 0,2.1 -0.2,1 -0.1,0.1 -0.3,0 -0.2,1.4 3.1,-1.8 0,-1.2 0.2,-1.2 0.3,-0.8 0.5,-0.8 0,-3.1 0.3,-2.2 0.6,-2.2 0.5,-1.3 0.9,-2.2 0.7,-1.5 0.5,-0.5 0.5,-0.2 z" + key: "c17", + scale: 0.86, + size: [64, 64], + anchor: [32, 17], + path: "m 32.5,1.4 0.5,0.5 0.7,1.5 0.9,2.2 0.5,1.3 0.6,2.2 0.3,2.2 0,3.1 0.5,0.8 0.3,0.8 0.2,1.2 0,1.2 3.1,1.8 -0.2,-1.4 -0.3,0 -0.1,-0.1 -0.2,-1 0,-2.1 0.1,-1 -0.4,0 0,-0.3 0.2,-0.5 0.3,-0.3 0.1,-0.2 2.4,0 0.05,0.2 0.35,0.3 0.2,0.5 0,0.3 -0.4,0 0.1,1 0,2.1 -0.2,1 -0.1,0.1 -0.3,0 -0.3,2 6.3,3.7 -0.2,-1.8 -0.3,0 -0.1,-0.1 -0.2,-1 0,-2.1 0.1,-1 -0.4,0 0,-0.3 0.2,-0.5 0.3,-0.3 0.1,-0.2 2.4,0 0.1,0.2 0.3,0.3 0.2,0.5 0,0.3 -0.4,0 0.1,1 0,2.1 -0.2,1 -0.1,0.1 -0.3,0 -0.4,2.5 12.2,7 0.3,0.2 0.2,0.4 0,0.6 0.9,2.1 0,0.9 -1.4,-1.1 -10.3,-2.2 -0.2,0.5 -0.3,0.1 0,-0.7 -3.6,-0.8 -0.3,0.6 -0.3,0.1 0,-0.9 -2.4,-0.5 -0.1,0.6 -0.3,0.5 -0.3,0.1 0,-1.4 -3.8,-0.8 -0.1,0.6 -0.3,0.5 -0.3,0.1 0,-1.4 -1.5,-0.4 -0.2,1.3 -0.3,1.1 -0.5,1 0,7.8 -0.2,3.9 -0.8,3.8 -0.9,3.1 -0.6,1.5 9.7,6.3 0.4,0.4 0.1,0.4 0,2 -11.4,-2.7 -0.3,2.2 -0.3,-2.2 -11.4,2.7 0,-2 0.1,-0.4 0.4,-0.4 9.7,-6.3 -0.6,-1.5 -0.9,-3.1 -0.8,-3.8 -0.2,-3.9 0,-7.8 -0.5,-1 -0.3,-1.1 -0.2,-1.3 -1.5,0.4 0,1.4 -0.3,-0.1 -0.3,-0.5 -0.1,-0.6 -3.8,0.8 0,1.4 -0.3,-0.1 -0.3,-0.5 -0.1,-0.6 -2.4,0.5 0,0.9 -0.3,-0.1 -0.3,-0.6 -3.6,0.8 0,0.7 -0.3,-0.1 -0.2,-0.5 -10.3,2.2 -1.4,1.1 0,-0.9 0.9,-2.1 0,-0.6 0.2,-0.4 0.3,-0.2 12.2,-7 -0.4,-2.5 -0.3,0 -0.1,-0.1 -0.2,-1 0,-2.1 0.1,-1 -0.4,0 0,-0.3 0.2,-0.5 0.3,-0.3 0.1,-0.2 2.4,0 0.1,0.2 0.3,0.3 0.2,0.5 0,0.3 -0.4,0 0.1,1 0,2.1 -0.2,1 -0.1,0.1 -0.3,0 -0.2,1.8 6.3,-3.7 -0.3,-2 -0.3,0 -0.1,-0.1 -0.2,-1 0,-2.1 0.1,-1 -0.4,0 0,-0.3 0.2,-0.5 0.3,-0.3 0.1,-0.2 2.4,0 0.1,0.2 0.3,0.3 0.2,0.5 0,0.3 -0.4,0 0.1,1 0,2.1 -0.2,1 -0.1,0.1 -0.3,0 -0.2,1.4 3.1,-1.8 0,-1.2 0.2,-1.2 0.3,-0.8 0.5,-0.8 0,-3.1 0.3,-2.2 0.6,-2.2 0.5,-1.3 0.9,-2.2 0.7,-1.5 0.5,-0.5 0.5,-0.2 z" }; var _p3c = { -key: "p3c", -scale: 0.58, -size: [64, 64], -anchor: [32, 17], -path: "m 31,0.5 0.5,0.2 0.4,0.5 0.6,1.4 0.7,1.9 0.4,2.4 0.3,3.1 0,9 3.7,0 0.4,-0.5 0,-1.3 0.1,-1.2 0.3,-1.6 0.2,-0.5 0.2,-0.2 0.2,-0.1 0.2,0.1 0.2,0.2 0.2,0.5 0.3,1.6 0.1,1.2 0,1.5 0.6,0.3 4.5,0.1 0.4,-0.5 0,-1.3 0.1,-1.2 0.3,-1.6 0.2,-0.5 0.2,-0.2 0.2,-0.1 0.2,0.1 0.2,0.2 0.2,0.5 0.3,1.6 0.1,1.2 0,1.4 0.4,0.4 8.9,0.3 0.2,0.2 0.1,1.2 0,1.7 -0.1,0.9 -0.3,0.2 -0.3,0.1 0,-0.3 -9.4,1.8 -0.1,0.4 -0.9,0.2 -0.1,-0.4 -6.3,1.2 -0.1,0.3 -0.9,0.2 -0.1,-0.3 -3.5,0.7 -1.1,0.9 0,10.6 -0.4,3.5 -0.4,2.6 8.4,2.5 0.2,0.3 0,1 -0.1,0.6 -9.4,1.2 -0.9,5.5 0,4.5 -0.1,0.3 -0.2,0.1 -0.2,-0.1 -0.1,-0.3 0,-4.5 -0.9,-5.5 -9.4,-1.2 -0.1,-0.6 0,-1 0.2,-0.3 8.4,-2.5 -0.4,-2.6 -0.4,-3.5 0,-10.6 -1.1,-0.9 -3.5,-0.7 -0.1,0.3 -0.9,-0.2 -0.1,-0.3 -6.3,-1.2 -0.1,0.4 -0.9,-0.2 -0.1,-0.4 -9.4,-1.8 0,0.3 -0.3,-0.1 -0.3,-0.2 -0.1,-0.9 0,-1.7 0.1,-1.2 0.2,-0.2 8.9,-0.3 0.4,-0.4 0,-1.4 0.1,-1.2 0.3,-1.6 0.2,-0.5 0.2,-0.2 0.2,-0.1 0.2,0.1 0.2,0.2 0.2,0.5 0.3,1.6 0.1,1.2 0,1.325 0.375,0.5 4.525,-0.125 0.6,-0.3 0,-1.5 0.1,-1.2 0.3,-1.6 0.2,-0.5 0.2,-0.2 0.2,-0.1 0.2,0.1 0.2,0.2 0.2,0.5 0.3,1.6 0.1,1.2 0,1.3 0.4,0.5 3.7,0 0,-9 0.3,-3.1 0.4,-2.4 0.7,-1.9 0.6,-1.4 0.4,-0.5 z" + key: "p3c", + scale: 0.58, + size: [64, 64], + anchor: [32, 17], + path: "m 31,0.5 0.5,0.2 0.4,0.5 0.6,1.4 0.7,1.9 0.4,2.4 0.3,3.1 0,9 3.7,0 0.4,-0.5 0,-1.3 0.1,-1.2 0.3,-1.6 0.2,-0.5 0.2,-0.2 0.2,-0.1 0.2,0.1 0.2,0.2 0.2,0.5 0.3,1.6 0.1,1.2 0,1.5 0.6,0.3 4.5,0.1 0.4,-0.5 0,-1.3 0.1,-1.2 0.3,-1.6 0.2,-0.5 0.2,-0.2 0.2,-0.1 0.2,0.1 0.2,0.2 0.2,0.5 0.3,1.6 0.1,1.2 0,1.4 0.4,0.4 8.9,0.3 0.2,0.2 0.1,1.2 0,1.7 -0.1,0.9 -0.3,0.2 -0.3,0.1 0,-0.3 -9.4,1.8 -0.1,0.4 -0.9,0.2 -0.1,-0.4 -6.3,1.2 -0.1,0.3 -0.9,0.2 -0.1,-0.3 -3.5,0.7 -1.1,0.9 0,10.6 -0.4,3.5 -0.4,2.6 8.4,2.5 0.2,0.3 0,1 -0.1,0.6 -9.4,1.2 -0.9,5.5 0,4.5 -0.1,0.3 -0.2,0.1 -0.2,-0.1 -0.1,-0.3 0,-4.5 -0.9,-5.5 -9.4,-1.2 -0.1,-0.6 0,-1 0.2,-0.3 8.4,-2.5 -0.4,-2.6 -0.4,-3.5 0,-10.6 -1.1,-0.9 -3.5,-0.7 -0.1,0.3 -0.9,-0.2 -0.1,-0.3 -6.3,-1.2 -0.1,0.4 -0.9,-0.2 -0.1,-0.4 -9.4,-1.8 0,0.3 -0.3,-0.1 -0.3,-0.2 -0.1,-0.9 0,-1.7 0.1,-1.2 0.2,-0.2 8.9,-0.3 0.4,-0.4 0,-1.4 0.1,-1.2 0.3,-1.6 0.2,-0.5 0.2,-0.2 0.2,-0.1 0.2,0.1 0.2,0.2 0.2,0.5 0.3,1.6 0.1,1.2 0,1.325 0.375,0.5 4.525,-0.125 0.6,-0.3 0,-1.5 0.1,-1.2 0.3,-1.6 0.2,-0.5 0.2,-0.2 0.2,-0.1 0.2,0.1 0.2,0.2 0.2,0.5 0.3,1.6 0.1,1.2 0,1.3 0.4,0.5 3.7,0 0,-9 0.3,-3.1 0.4,-2.4 0.7,-1.9 0.6,-1.4 0.4,-0.5 z" }; var _c130b = { -key: "c130", -scale: 0.65, -size: [64, 64], -anchor: [32, 17], -path: "m 31.9,15 0.5,0.2 0.4,0.5 0.5,1.5 0.2,1 1,1.2 0.4,1.3 0.3,3.1 0,5.4 0.45,0.3 0.35,0.5 0.1,0.6 0,1.9 4.7,0 0,-1.3 0.1,-1.2 0.3,-1.6 0.2,-0.5 0.2,-0.2 0.2,-0.1 0.2,0.1 0.2,0.2 0.2,0.5 0.3,1.6 0.1,1.2 0,1.3 3,0 0.2,-1.1 0.2,-0.6 0.4,-0.5 0.4,0.5 0.2,0.6 0.2,1.1 1.8,0 0,-1.3 0.1,-1.2 0.3,-1.6 0.2,-0.5 0.2,-0.2 0.2,-0.1 0.2,0.1 0.2,0.2 0.2,0.5 0.3,1.6 0.1,1.2 0,1.4 11.5,0.2 0.3,0.1 0.3,0.4 0.2,0.7 0,1.2 -0.1,1 -0.3,0.7 -0.4,0.5 -15.4,2 -0.1,1.2 -0.2,1.1 -0.3,0.8 -0.3,-0.8 -0.2,-1.1 -0.1,-1 -3.4,0.5 -6.4,0 -1.1,1.8 0.2,8.5 -0.2,0.4 -0.3,0.4 0,0.7 0.2,0.3 9.9,1.8 0,2.4 -11.4,1.6 -1,0.8 -0.4,0.3 -0.3,0.1 -0.3,-0.1 -0.4,-0.3 -1,-0.8 -11.4,-1.6 0,-2.4 9.9,-1.8 0.2,-0.3 0,-0.7 -0.2,-0.4 -0.1,-0.4 0,-8.5 -1.1,-1.8 -6.4,0 -3.4,-0.5 -0.1,1 -0.2,1.1 -0.3,0.8 -0.3,-0.8 -0.2,-1.1 -0.1,-1.2 -15.4,-2 -0.4,-0.5 -0.3,-0.7 -0.1,-1 0,-1.2 0.2,-0.7 0.3,-0.4 0.3,-0.1 11.5,-0.3 0,-1.3 0.1,-1.2 0.3,-1.6 0.2,-0.5 0.2,-0.2 0.2,-0.1 0.2,0.1 0.2,0.2 0.2,0.5 0.3,1.6 0.1,1.2 0,1.3 1.7,0 0.3,-1.1 0.2,-0.6 0.4,-0.5 0.4,0.5 0.2,0.6 0.2,1.1 3,0 0,-1.3 0.1,-1.2 0.3,-1.6 0.2,-0.5 0.2,-0.2 0.2,-0.1 0.2,0.1 0.2,0.2 0.2,0.5 0.3,1.6 0.1,1.2 0,1.3 4.7,0 0,-1.9 0.1,-0.6 0.35,-0.5 0.45,-0.3 0,-5.4 0.3,-3.1 0.4,-1.3 1,-1.2 0.2,-1 0.5,-1.5 0.4,-0.5 z" + key: "c130", + scale: 0.65, + size: [64, 64], + anchor: [32, 17], + path: "m 31.9,15 0.5,0.2 0.4,0.5 0.5,1.5 0.2,1 1,1.2 0.4,1.3 0.3,3.1 0,5.4 0.45,0.3 0.35,0.5 0.1,0.6 0,1.9 4.7,0 0,-1.3 0.1,-1.2 0.3,-1.6 0.2,-0.5 0.2,-0.2 0.2,-0.1 0.2,0.1 0.2,0.2 0.2,0.5 0.3,1.6 0.1,1.2 0,1.3 3,0 0.2,-1.1 0.2,-0.6 0.4,-0.5 0.4,0.5 0.2,0.6 0.2,1.1 1.8,0 0,-1.3 0.1,-1.2 0.3,-1.6 0.2,-0.5 0.2,-0.2 0.2,-0.1 0.2,0.1 0.2,0.2 0.2,0.5 0.3,1.6 0.1,1.2 0,1.4 11.5,0.2 0.3,0.1 0.3,0.4 0.2,0.7 0,1.2 -0.1,1 -0.3,0.7 -0.4,0.5 -15.4,2 -0.1,1.2 -0.2,1.1 -0.3,0.8 -0.3,-0.8 -0.2,-1.1 -0.1,-1 -3.4,0.5 -6.4,0 -1.1,1.8 0.2,8.5 -0.2,0.4 -0.3,0.4 0,0.7 0.2,0.3 9.9,1.8 0,2.4 -11.4,1.6 -1,0.8 -0.4,0.3 -0.3,0.1 -0.3,-0.1 -0.4,-0.3 -1,-0.8 -11.4,-1.6 0,-2.4 9.9,-1.8 0.2,-0.3 0,-0.7 -0.2,-0.4 -0.1,-0.4 0,-8.5 -1.1,-1.8 -6.4,0 -3.4,-0.5 -0.1,1 -0.2,1.1 -0.3,0.8 -0.3,-0.8 -0.2,-1.1 -0.1,-1.2 -15.4,-2 -0.4,-0.5 -0.3,-0.7 -0.1,-1 0,-1.2 0.2,-0.7 0.3,-0.4 0.3,-0.1 11.5,-0.3 0,-1.3 0.1,-1.2 0.3,-1.6 0.2,-0.5 0.2,-0.2 0.2,-0.1 0.2,0.1 0.2,0.2 0.2,0.5 0.3,1.6 0.1,1.2 0,1.3 1.7,0 0.3,-1.1 0.2,-0.6 0.4,-0.5 0.4,0.5 0.2,0.6 0.2,1.1 3,0 0,-1.3 0.1,-1.2 0.3,-1.6 0.2,-0.5 0.2,-0.2 0.2,-0.1 0.2,0.1 0.2,0.2 0.2,0.5 0.3,1.6 0.1,1.2 0,1.3 4.7,0 0,-1.9 0.1,-0.6 0.35,-0.5 0.45,-0.3 0,-5.4 0.3,-3.1 0.4,-1.3 1,-1.2 0.2,-1 0.5,-1.5 0.4,-0.5 z" }; var MyCategoryIcons = { - "4Jet" : { - key : "4Jet", - scale : 0.6, - size : [64, 64], - anchor : [32, 32], - path : _4jet_svg - }, - "RC135" : { - key : "RC135", - scale : 0.30, - size : [128, 128], - anchor : [64, 64], - path : _my_rc135_svg - }, - "AWACS" : { - key : "AWACS", - scale : 0.25, - size : [128, 128], - anchor : [64, 64], - path : _my_awacs_svg - }, - "KC135" : { - key : "KC135", - scale : 0.35, - size : [128, 128], - anchor : [64, 64], - path : _my_kc135_svg - }, - "3Jet" : { - key : "3Jet", - scale : 0.07, - size : [480, 480], - anchor : [240, 240], - path : _3jet_svg - }, - "2Jet" : { - key : "2Jet", - scale : 0.06, - size : [480, 480], - anchor : [240, 240], - path : _2jet_svg - }, - - - "Hercules" : { - key : "4Prop", - scale : 3.5, - size : [128, 128], - anchor : [32, 30], - path : _4prop_svg - }, - "4Prop" : { - key : "4Prop", - scale : 3.5, - size : [128, 128], - anchor : [32, 30], - path : _4prop_svg - }, - - "Lancaster" : { - key : "Lancaster", - scale : 0.3, - size : [128, 128], - anchor : [64, 64], - path : _my_lanc_svg - }, - - "2Prop": { - key : "2Prop", - scale : 0.05, - size : [480, 480], - anchor : [240, 240], - path : _2prop_svg - }, - - "Defender" : { - key : "Defender", - scale : 0.25, - size : [128, 128], - anchor : [64, 64], - path : _my_defender_svg - }, - - "3Prop" : { - key : "3Prop", - scale : 0.25, - size : [128, 128], - anchor : [64, 64], - path : _my_3prop_svg - }, - - "KingAir" : { - key : "King Air" , - scale : 0.2, - size : [128, 128], - anchor : [64, 64], - path : _my_king_air_svg - }, - "4JetSm": { - key : "4JetSm", - scale : 0.4, - size : [64, 64], - anchor : [32, 32], - path : _4jet_svg - }, - - "jet2sm" : { ////////////////////////////// - key : "jet2sm", - scale : 0.05, - size : [480, 480], - anchor : [240, 240], - path : _2jet_svg - }, - "2JetSm" : { - key : "2JetSm", - scale : 0.05, - size : [480, 480], - anchor : [240, 240], - path : _2jet_svg - }, - "BJet" : { - key : "BJet", - scale : 0.4, - size : [64, 64], - anchor : [32, 32], - path : _g650_svg - }, - - "Osprey" : { - key : "Osprey" , - scale : 0.25, - size : [128, 128], - anchor : [64, 64], - path : _my_osprey2_svg - }, - - "Chinook" : { - key : "Chinook", - scale : 0.3, - size : [128, 128], - anchor : [64, 64], - path : _my_chinook2_svg - }, - - "Heli" : { - key : "Heli", - scale : 0.40, - size : [64, 64], - anchor : [22, 32], - path : _new_heli_svg - }, - "Apache" : { - key : "Apache", - scale : 0.23, - size : [128, 128], - anchor : [64, 64], - path : _my_apache2_svg - }, - - "2PropSm": { - key : "2PropSm", - scale : 0.05, - size : [480, 480], - anchor : [240, 240], - path : _2prop_svg - }, - "BProp": { - key : "BProp", - scale : 0.05, - size : [480, 480], - anchor : [240, 240], - path : _2prop_svg - }, - - "Dash8" : { - key : "Dash8", - scale : 0.45, - size : [64, 64], - anchor : [32, 32], - path : _dash8_svg - }, - "Light2" : { - key: "Light2", - scale : 0.4, - size : [480, 480], - anchor : [16, 16], - path : _light2_svg - }, - - "Light" : { - key : "Light", - scale : 0.2, - size : [128, 128], - anchor : [64, 64], - path : _my_tutor_svg - }, - - - "Tutor" : { - key : "Tutor" , - scale : 0.2, - size : [128, 128], - anchor : [64, 64], - path : _my_tutor_svg - }, - "Tornado" : { - key : "Tornado", - scale : 0.15, - size : [128, 128], - anchor : [64, 64], - path : _my_f3_svg - }, - "Typhoon" : { - key : "Typhoon", - scale : 0.15, - size : [128, 128], - anchor : [64, 64], - path : _my_typhoon_svg - }, - "Hawk" : { - key : "Hawk", - scale : 0.15, - size : [128, 128], - anchor : [64, 64], - path : _my__hawk_svg - }, - "F15" : { - key : "F15", - scale : 0.35, - size : [64, 64], - anchor : [32, 32], - path : _ak_f15_svg - }, - "F16" : _f16, - "MilJet" : { - key : "MilJet", - scale : 0.03, - size : [480, 480], - anchor : [240, 240], - path : _mil_jet_svg - }, - - "MilProp" : { - key : "MilProp", - scale : 0.4, - size : [64, 64], - anchor : [32, 32], - path : _milprop_svg - }, - "Spitfire" : { - key : "Spitfire", - scale : 0.2, - size : [128, 128], - anchor : [64, 64], - path : _my_spit_svg - }, - "Biplane" : { - key : "Biplane", - scale : 0.17, - size : [128, 128], - anchor : [64, 64], - path : _my_bi_svg - }, - - "Glider" : { - key : "Glider", - scale : 0.4, - size : [64, 64], - anchor : [32, 32], - path : _sailplane_svg - }, - "GliderM" : { - key : "Motor Glider", - scale : 0.4, - size : [64, 64], - anchor : [32, 32], - path : _sailplane_svg - }, - "Balloon" : { //////////////////////////////// - key : "Balloon", - scale : 0.05, - size : [480, 480], - anchor : [240, 240], - path : _baloon_svg - }, - "Micro" : { - key : "Micro", - scale : 0.15, - size : [128, 128], - anchor : [64, 64], - path : _my_hang_svg - }, - "Auto" : { - key : "Auto", - scale : 0.05, - size : [480, 480], - anchor : [240, 240], - path : _auto_svg - } + "4Jet": { + key: "4Jet", + scale: 0.6, + size: [64, 64], + anchor: [32, 32], + path: _4jet_svg + }, + "RC135": { + key: "RC135", + scale: 0.30, + size: [128, 128], + anchor: [64, 64], + path: _my_rc135_svg + }, + "AWACS": { + key: "AWACS", + scale: 0.25, + size: [128, 128], + anchor: [64, 64], + path: _my_awacs_svg + }, + "KC135": { + key: "KC135", + scale: 0.35, + size: [128, 128], + anchor: [64, 64], + path: _my_kc135_svg + }, + "3Jet": { + key: "3Jet", + scale: 0.07, + size: [480, 480], + anchor: [240, 240], + path: _3jet_svg + }, + "2Jet": { + key: "2Jet", + scale: 0.06, + size: [480, 480], + anchor: [240, 240], + path: _2jet_svg + }, + + + "Hercules": { + key: "4Prop", + scale: 3.5, + size: [128, 128], + anchor: [32, 30], + path: _4prop_svg + }, + "4Prop": { + key: "4Prop", + scale: 3.5, + size: [128, 128], + anchor: [32, 30], + path: _4prop_svg + }, + + "Lancaster": { + key: "Lancaster", + scale: 0.3, + size: [128, 128], + anchor: [64, 64], + path: _my_lanc_svg + }, + + "2Prop": { + key: "2Prop", + scale: 0.05, + size: [480, 480], + anchor: [240, 240], + path: _2prop_svg + }, + + "Defender": { + key: "Defender", + scale: 0.25, + size: [128, 128], + anchor: [64, 64], + path: _my_defender_svg + }, + + "3Prop": { + key: "3Prop", + scale: 0.25, + size: [128, 128], + anchor: [64, 64], + path: _my_3prop_svg + }, + + "KingAir": { + key: "King Air", + scale: 0.2, + size: [128, 128], + anchor: [64, 64], + path: _my_king_air_svg + }, + "4JetSm": { + key: "4JetSm", + scale: 0.4, + size: [64, 64], + anchor: [32, 32], + path: _4jet_svg + }, + + "jet2sm": { ////////////////////////////// + key: "jet2sm", + scale: 0.05, + size: [480, 480], + anchor: [240, 240], + path: _2jet_svg + }, + "2JetSm": { + key: "2JetSm", + scale: 0.05, + size: [480, 480], + anchor: [240, 240], + path: _2jet_svg + }, + "BJet": { + key: "BJet", + scale: 0.4, + size: [64, 64], + anchor: [32, 32], + path: _g650_svg + }, + + "Osprey": { + key: "Osprey", + scale: 0.25, + size: [128, 128], + anchor: [64, 64], + path: _my_osprey2_svg + }, + + "Chinook": { + key: "Chinook", + scale: 0.3, + size: [128, 128], + anchor: [64, 64], + path: _my_chinook2_svg + }, + + "Heli": { + key: "Heli", + scale: 0.40, + size: [64, 64], + anchor: [22, 32], + path: _new_heli_svg + }, + "Apache": { + key: "Apache", + scale: 0.23, + size: [128, 128], + anchor: [64, 64], + path: _my_apache2_svg + }, + + "2PropSm": { + key: "2PropSm", + scale: 0.05, + size: [480, 480], + anchor: [240, 240], + path: _2prop_svg + }, + "BProp": { + key: "BProp", + scale: 0.05, + size: [480, 480], + anchor: [240, 240], + path: _2prop_svg + }, + + "Dash8": { + key: "Dash8", + scale: 0.45, + size: [64, 64], + anchor: [32, 32], + path: _dash8_svg + }, + "Light2": { + key: "Light2", + scale: 0.4, + size: [480, 480], + anchor: [16, 16], + path: _light2_svg + }, + + "Light": { + key: "Light", + scale: 0.2, + size: [128, 128], + anchor: [64, 64], + path: _my_tutor_svg + }, + + + "Tutor": { + key: "Tutor", + scale: 0.2, + size: [128, 128], + anchor: [64, 64], + path: _my_tutor_svg + }, + "Tornado": { + key: "Tornado", + scale: 0.15, + size: [128, 128], + anchor: [64, 64], + path: _my_f3_svg + }, + "Typhoon": { + key: "Typhoon", + scale: 0.15, + size: [128, 128], + anchor: [64, 64], + path: _my_typhoon_svg + }, + "Hawk": { + key: "Hawk", + scale: 0.15, + size: [128, 128], + anchor: [64, 64], + path: _my__hawk_svg + }, + "F15": { + key: "F15", + scale: 0.35, + size: [64, 64], + anchor: [32, 32], + path: _ak_f15_svg + }, + "F16": _f16, + "MilJet": { + key: "MilJet", + scale: 0.03, + size: [480, 480], + anchor: [240, 240], + path: _mil_jet_svg + }, + + "MilProp": { + key: "MilProp", + scale: 0.4, + size: [64, 64], + anchor: [32, 32], + path: _milprop_svg + }, + "Spitfire": { + key: "Spitfire", + scale: 0.2, + size: [128, 128], + anchor: [64, 64], + path: _my_spit_svg + }, + "Biplane": { + key: "Biplane", + scale: 0.17, + size: [128, 128], + anchor: [64, 64], + path: _my_bi_svg + }, + + "Glider": { + key: "Glider", + scale: 0.4, + size: [64, 64], + anchor: [32, 32], + path: _sailplane_svg + }, + "GliderM": { + key: "Motor Glider", + scale: 0.4, + size: [64, 64], + anchor: [32, 32], + path: _sailplane_svg + }, + "Balloon": { //////////////////////////////// + key: "Balloon", + scale: 0.05, + size: [480, 480], + anchor: [240, 240], + path: _baloon_svg + }, + "Micro": { + key: "Micro", + scale: 0.15, + size: [128, 128], + anchor: [64, 64], + path: _my_hang_svg + }, + "Auto": { + key: "Auto", + scale: 0.05, + size: [480, 480], + anchor: [240, 240], + path: _auto_svg + } }; var MyDefaultIcon = { - key : "default", - scale : 0.4, - size : [64, 64], - anchor : [32, 32], - path : _mygeneric_plane_svg + key: "default", + scale: 0.4, + size: [64, 64], + anchor: [32, 32], + path: _mygeneric_plane_svg }; -function getMyBaseMarker(category, typeDesignator, typeDescription, wtc,ac_category) { // AKISSACK - Added my category +function getMyBaseMarker(category, typeDesignator, typeDescription, wtc, ac_category) { // AKISSACK - Added my category - if (ac_category in MyCategoryIcons) { // AKISSACK - do my look up first - //console.log("ac-Cat: "+ac_category); - return MyCategoryIcons[ac_category]; - } + if (ac_category in MyCategoryIcons) { // AKISSACK - do my look up first + //console.log("ac-Cat: "+ac_category); + return MyCategoryIcons[ac_category]; + } - if (typeDesignator in TypeDesignatorIcons) { - return TypeDesignatorIcons[typeDesignator]; + if (typeDesignator in TypeDesignatorIcons) { + return TypeDesignatorIcons[typeDesignator]; + } + + if (typeDescription !== undefined && typeDescription !== null && typeDescription.length === 3) { + if (wtc !== undefined && wtc !== null && wtc.length === 1) { + var typeDescriptionWithWtc = typeDescription + "-" + wtc; + if (typeDescriptionWithWtc in TypeDescriptionIcons) { + return TypeDescriptionIcons[typeDescriptionWithWtc]; + } } - if (typeDescription !== undefined && typeDescription !== null && typeDescription.length === 3) { - if (wtc !== undefined && wtc !== null && wtc.length === 1) { - var typeDescriptionWithWtc = typeDescription + "-" + wtc; - if (typeDescriptionWithWtc in TypeDescriptionIcons) { - return TypeDescriptionIcons[typeDescriptionWithWtc]; - } - } - - if (typeDescription in TypeDescriptionIcons) { - return TypeDescriptionIcons[typeDescription]; - } - - var basicType = typeDescription.charAt(0); - if (basicType in TypeDescriptionIcons) { - return TypeDescriptionIcons[basicType]; - } + if (typeDescription in TypeDescriptionIcons) { + return TypeDescriptionIcons[typeDescription]; } - if (category in CategoryIcons) { - return CategoryIcons[category]; + var basicType = typeDescription.charAt(0); + if (basicType in TypeDescriptionIcons) { + return TypeDescriptionIcons[basicType]; } + } + + if (category in CategoryIcons) { + return CategoryIcons[category]; + } - return MyDefaultIcon ; + return MyDefaultIcon; } // ----------------------------------------------------------------------------------------- diff --git a/public_html/original-index.html b/public_html/original-index.html index a7b0e5f6..98262613 100644 --- a/public_html/original-index.html +++ b/public_html/original-index.html @@ -1,252 +1,262 @@ - - - - - - - - - - - - - - - - - - - - - - - - - FlightAware dump1090 - - - - - + + + + + + + + FlightAware dump1090 + + + + + + - - - -
- -
-
-
-
-
- -
-
- -
+ + + +
+ +
+
+
- -
-
- - +
+
+ - -
-
- - + + + +
+
+ + + \ No newline at end of file diff --git a/public_html/plMarkers.js b/public_html/plMarkers.js index ab7fafc3..8c47cf52 100644 --- a/public_html/plMarkers.js +++ b/public_html/plMarkers.js @@ -17,605 +17,605 @@ //NOTE: All customer graphics all have black 0.5 width outline, this does not change based on selection or MLAT - Still working on this... var shapes = { -//Non Specific + //Non Specific //Generic - 'generic': { - svg: 'generic_live', - size: [32,32] - }, + 'generic': { + svg: 'generic_live', + size: [32, 32] + }, //TUG Model M1A - 'gnd': { - svg: 'gnd_live', - size: [20,20] - }, + 'gnd': { + svg: 'gnd_live', + size: [20, 20] + }, -//Airbus + //Airbus //A300 Series - //A300-600 - Standard Scale 68px , 3in4 Non-linear Scale 56px - 'a306': { - svg: 'a306_live', - size: [56,56] - }, - - //A300ST Beluga - Standard Scale 68px , 3in4 Non-linear Scale 56px - 'a3st': { - svg: 'a3st_live', - size: [56,56] - }, - - //A310 - Standard Scale 68px , 3in4 Non-linear Scale 56px - 'a310': { - svg: 'a310_live', - size: [56,56] - }, + //A300-600 - Standard Scale 68px , 3in4 Non-linear Scale 56px + 'a306': { + svg: 'a306_live', + size: [56, 56] + }, + + //A300ST Beluga - Standard Scale 68px , 3in4 Non-linear Scale 56px + 'a3st': { + svg: 'a3st_live', + size: [56, 56] + }, + + //A310 - Standard Scale 68px , 3in4 Non-linear Scale 56px + 'a310': { + svg: 'a310_live', + size: [56, 56] + }, //A320 Series - //A318 - Standard Scale 42px , 3in4 Non-linear Scale 41px - 'a318': { - svg: 'a318_live', - size: [41,41] - }, - - //A319 - Standard Scale 42px , 3in4 Non-linear Scale 41px - 'a319': { - svg: 'a319_live', - size: [41,41] - }, - - //A320 - Standard Scale 42px , 3in4 Non-linear Scale 41px - 'a320': { - svg: 'a320_live', - size: [41,41] - }, + //A318 - Standard Scale 42px , 3in4 Non-linear Scale 41px + 'a318': { + svg: 'a318_live', + size: [41, 41] + }, + + //A319 - Standard Scale 42px , 3in4 Non-linear Scale 41px + 'a319': { + svg: 'a319_live', + size: [41, 41] + }, + + //A320 - Standard Scale 42px , 3in4 Non-linear Scale 41px + 'a320': { + svg: 'a320_live', + size: [41, 41] + }, //A330 Series - //A330-200 - Standard Scale 74px, 3in4 Non-linear Scale 60px - 'a332': { - svg: 'a332_live', - size: [60,60] - }, - - //A330-300 - Standard Scale 74px, 3in4 Non-linear Scale 60px - 'a333': { - svg: 'a333_live', - size: [60,60] - }, + //A330-200 - Standard Scale 74px, 3in4 Non-linear Scale 60px + 'a332': { + svg: 'a332_live', + size: [60, 60] + }, + + //A330-300 - Standard Scale 74px, 3in4 Non-linear Scale 60px + 'a333': { + svg: 'a333_live', + size: [60, 60] + }, //A340 Series - //A340-200 - Standard Scale 74px, 3in4 Non-linear Scale 60px - 'a342': { - svg: 'a342_live', - size: [60,60] - }, - - //A340-300 - Standard Scale 74px, 3in4 Non-linear Scale 60px - 'a343': { - svg: 'a343_live', - size: [60,60] - }, - - //A340-500 - Standard Scale 76px, 3in4 Non-linear Scale 61px - 'a345': { - svg: 'a345_live', - size: [61,61] - }, - - //A340-600 - Standard Scale 76px, 3in4 Non-linear Scale 61px - 'a346': { - svg: 'a346_live', - size: [61,61] - }, + //A340-200 - Standard Scale 74px, 3in4 Non-linear Scale 60px + 'a342': { + svg: 'a342_live', + size: [60, 60] + }, + + //A340-300 - Standard Scale 74px, 3in4 Non-linear Scale 60px + 'a343': { + svg: 'a343_live', + size: [60, 60] + }, + + //A340-500 - Standard Scale 76px, 3in4 Non-linear Scale 61px + 'a345': { + svg: 'a345_live', + size: [61, 61] + }, + + //A340-600 - Standard Scale 76px, 3in4 Non-linear Scale 61px + 'a346': { + svg: 'a346_live', + size: [61, 61] + }, //A350 Series - //A350-800 - Standard Scale 75px, 3in4 Non-linear Scale 59px - 'a358': { - svg: 'a358_live', - size: [59,59] - }, - - //A350-900 - Standard Scale 75px, 3in4 Non-linear Scale 59px - 'a359': { - svg: 'a359_live', - size: [59,59] - }, - - //A350-1000 - Standard Scale 75px, 3in4 Non-linear Scale 59px - 'a35x': { - svg: 'a35x_live', - size: [59,59] - }, + //A350-800 - Standard Scale 75px, 3in4 Non-linear Scale 59px + 'a358': { + svg: 'a358_live', + size: [59, 59] + }, + + //A350-900 - Standard Scale 75px, 3in4 Non-linear Scale 59px + 'a359': { + svg: 'a359_live', + size: [59, 59] + }, + + //A350-1000 - Standard Scale 75px, 3in4 Non-linear Scale 59px + 'a35x': { + svg: 'a35x_live', + size: [59, 59] + }, //A380 Series - //A380-800 - Standard Scale 79px, 3in4 Non-linear Scale 63px - 'a388': { - svg: 'a380-800_live', - size: [63,63] - }, + //A380-800 - Standard Scale 79px, 3in4 Non-linear Scale 63px + 'a388': { + svg: 'a380-800_live', + size: [63, 63] + }, -//ATR + //ATR //Props - //ATR72 with props - Standard Scale 31px, 3in4 Non-linear Scale 35px - 'at73': { - svg: 'at73_live', - size: [35,35] - }, + //ATR72 with props - Standard Scale 31px, 3in4 Non-linear Scale 35px + 'at73': { + svg: 'at73_live', + size: [35, 35] + }, -//Beech + //Beech //Props - //B200 with props - Standard Scale 17px, 3in4 Non-linear Scale 26px - 'be20': { - svg: 'be20_live', - size: [26,26] - }, + //B200 with props - Standard Scale 17px, 3in4 Non-linear Scale 26px + 'be20': { + svg: 'be20_live', + size: [26, 26] + }, -//Boeing + //Boeing //727 Series - //727-100 - Standard Scale 47px, 3in4 Non-linear Scale 44px - 'b721': { - svg: 'a721_live', - size: [44,44] - }, - - //727-200 - Standard Scale 47px, 3in4 Non-linear Scale 44px - 'b722': { - svg: 'b722_live', - size: [44,44] - }, + //727-100 - Standard Scale 47px, 3in4 Non-linear Scale 44px + 'b721': { + svg: 'a721_live', + size: [44, 44] + }, + + //727-200 - Standard Scale 47px, 3in4 Non-linear Scale 44px + 'b722': { + svg: 'b722_live', + size: [44, 44] + }, //737 Series - //737-300 - Standard Scale 39px, 3in4 Non-linear Scale 39px - 'b733': { - svg: 'b733_live', - size: [39,39] - }, - - //737-400 - Standard Scale 39px, 3in4 Non-linear Scale 39px - 'b734': { - svg: 'b734_live', - size: [39,39] - }, - - //737-700 - Standard Scale 42px, 3in4 Non-linear Scale 40px - 'b737': { - svg: 'b737_live', - size: [40,40] - }, - - //737-800 - Standard Scale 42px, 3in4 Non-linear Scale 40px - 'b738': { - svg: 'b738_live', - size: [40,40] - }, + //737-300 - Standard Scale 39px, 3in4 Non-linear Scale 39px + 'b733': { + svg: 'b733_live', + size: [39, 39] + }, + + //737-400 - Standard Scale 39px, 3in4 Non-linear Scale 39px + 'b734': { + svg: 'b734_live', + size: [39, 39] + }, + + //737-700 - Standard Scale 42px, 3in4 Non-linear Scale 40px + 'b737': { + svg: 'b737_live', + size: [40, 40] + }, + + //737-800 - Standard Scale 42px, 3in4 Non-linear Scale 40px + 'b738': { + svg: 'b738_live', + size: [40, 40] + }, //747 Series - //747-100/200/300 - Standard Scale 73px, 3in4 Non-linear Scale 60px - 'b741': { - svg: 'b741_live', - size: [60,60] - }, - - //747SP - Standard Scale 73px, 3in4 Non-linear Scale 60px - 'b74s': { - svg: 'b74s_live', - size: [60,60] - }, - - //747-400 - Standard Scale 73px, 3in4 Non-linear Scale 60px - 'b744': { - svg: 'b744_live', - size: [60,60] - }, - - //747-8 - Standard Scale 77px, 3in4 Non-linear Scale 61px - 'b748': { - svg: 'b748_live', - size: [61,61] - }, + //747-100/200/300 - Standard Scale 73px, 3in4 Non-linear Scale 60px + 'b741': { + svg: 'b741_live', + size: [60, 60] + }, + + //747SP - Standard Scale 73px, 3in4 Non-linear Scale 60px + 'b74s': { + svg: 'b74s_live', + size: [60, 60] + }, + + //747-400 - Standard Scale 73px, 3in4 Non-linear Scale 60px + 'b744': { + svg: 'b744_live', + size: [60, 60] + }, + + //747-8 - Standard Scale 77px, 3in4 Non-linear Scale 61px + 'b748': { + svg: 'b748_live', + size: [61, 61] + }, //757 Series - //757-200 - Standard Scale 56px, 3in4 Non-linear Scale 49px - 'b752': { - svg: 'b752_live', - size: [49,49] - }, - - //757-300 - Standard Scale 56px, 3in4 Non-linear Scale 49px - 'b753': { - svg: 'b753_live', - size: [49,49] - }, + //757-200 - Standard Scale 56px, 3in4 Non-linear Scale 49px + 'b752': { + svg: 'b752_live', + size: [49, 49] + }, + + //757-300 - Standard Scale 56px, 3in4 Non-linear Scale 49px + 'b753': { + svg: 'b753_live', + size: [49, 49] + }, //767 Series - //767-200 - Standard Scale 60px, 3in4 Non-linear Scale 51px - 'b762': { - svg: 'b762_live', - size: [51,51] - }, - - //767-300 - Standard Scale 60px, 3in4 Non-linear Scale 51px - 'b763': { - svg: 'b763_live', - size: [51,51] - }, - - //767-400 - Standard Scale 61px, 3in4 Non-linear Scale 52px - 'b764': { - svg: 'b764_live', - size: [52,52] - }, - - - + //767-200 - Standard Scale 60px, 3in4 Non-linear Scale 51px + 'b762': { + svg: 'b762_live', + size: [51, 51] + }, + + //767-300 - Standard Scale 60px, 3in4 Non-linear Scale 51px + 'b763': { + svg: 'b763_live', + size: [51, 51] + }, + + //767-400 - Standard Scale 61px, 3in4 Non-linear Scale 52px + 'b764': { + svg: 'b764_live', + size: [52, 52] + }, + + + //777 Series - //777-200/777-200ER - Standard Scale 74px, 3in4 Non-linear Scale 60px - 'b772': { - svg: 'b772_live', - size: [60,60] - }, - - //777-200LR/777F - Standard Scale 74px, 3in4 Non-linear Scale 60px - 'b77l': { - svg: 'b77l_live', - size: [60,60] - }, - - //777-300 - Standard Scale 74px, 3in4 Non-linear Scale 60px - 'b773': { - svg: 'b773_live', - size: [60,60] - }, - - //777-300ER - Standard Scale 74px, 3in4 Non-linear Scale 60px - 'b77w': { - svg: 'b77w_live', - size: [60,60] - }, + //777-200/777-200ER - Standard Scale 74px, 3in4 Non-linear Scale 60px + 'b772': { + svg: 'b772_live', + size: [60, 60] + }, + + //777-200LR/777F - Standard Scale 74px, 3in4 Non-linear Scale 60px + 'b77l': { + svg: 'b77l_live', + size: [60, 60] + }, + + //777-300 - Standard Scale 74px, 3in4 Non-linear Scale 60px + 'b773': { + svg: 'b773_live', + size: [60, 60] + }, + + //777-300ER - Standard Scale 74px, 3in4 Non-linear Scale 60px + 'b77w': { + svg: 'b77w_live', + size: [60, 60] + }, //787 Series - //787-8 - Standard Scale 63px, 3in4 Non-linear Scale 53px - 'b788': { - svg: 'b788_live', - size: [53,53] - }, - - //787-9 - Standard Scale 63px, 3in4 Non-linear Scale 53px - 'b789': { - svg: 'b789_live', - size: [53,53] - }, + //787-8 - Standard Scale 63px, 3in4 Non-linear Scale 53px + 'b788': { + svg: 'b788_live', + size: [53, 53] + }, + + //787-9 - Standard Scale 63px, 3in4 Non-linear Scale 53px + 'b789': { + svg: 'b789_live', + size: [53, 53] + }, //MD Series - //MD11 - Standard Scale 63px, 3in4 Non-linear Scale 53px - 'md11': { - svg: 'md11_live', - size: [53,53] - }, + //MD11 - Standard Scale 63px, 3in4 Non-linear Scale 53px + 'md11': { + svg: 'md11_live', + size: [53, 53] + }, -//Cessna + //Cessna //Props - //152 with prop - Standard Scale 11px, 3in4 Non-linear Scale 22px - 'c152': { - svg: 'c152_live', - size: [22,22] - }, - - //172 with prop - Standard Scale 12px, 3in4 Non-linear Scale 22px - 'c172': { - svg: 'c172_live', - size: [22,22] - }, - -//Bombardier + //152 with prop - Standard Scale 11px, 3in4 Non-linear Scale 22px + 'c152': { + svg: 'c152_live', + size: [22, 22] + }, + + //172 with prop - Standard Scale 12px, 3in4 Non-linear Scale 22px + 'c172': { + svg: 'c172_live', + size: [22, 22] + }, + + //Bombardier //Props - //Dash8-300 with props - Standard Scale 28px, 3in4 Non-linear Scale 33px - 'dh8c': { - svg: 'dh8c_live', - size: [33,33] - }, + //Dash8-300 with props - Standard Scale 28px, 3in4 Non-linear Scale 33px + 'dh8c': { + svg: 'dh8c_live', + size: [33, 33] + }, //Jets - //Global Express - Standard Scale 32px, 3in4 Non-linear Scale 35px - 'glex': { - svg: 'glex_live', - size: [35,35] - }, + //Global Express - Standard Scale 32px, 3in4 Non-linear Scale 35px + 'glex': { + svg: 'glex_live', + size: [35, 35] + }, -//Rotorcraft + //Rotorcraft //Eurochopper - //EC135 - Standard Scale 13px, 3in4 Non-linear Scale 24px - 'e135': { - svg: 'e135_live', - size: [24,24] - }, - -// FA 3.5.0 Default Icons - 'airliner': { - svg: 'airliner_live', - size: [25,26] - }, - - 'balloon': { - svg: 'balloon_live', - size: [9,13], - noRotate: true - }, - 'cessna': { - svg: 'cessna_live', - size: [17,13] - }, - 'heavy_2e': { - svg: 'heavy_2e_live', - size: [28,29] - }, - 'heavy_4e': { - svg: 'heavy_4e_live', - size: [28,30] - }, - 'helicopter': { - svg: 'helicopter_live', - size: [16,18] - }, - 'hi_perf': { - svg: 'hi_perf_live', - size: [15,21] - }, - 'jet_nonswept': { - svg: 'jet_nonswept_live', - size: [18,18] - }, - 'jet_swept': { - svg: 'jet_swept_live', - size: [18,24] - }, - 'twin_large': { - svg: 'twin_large_live', - size: [21,20] - }, - 'twin_small': { - svg: 'twin_small_live', - size: [19,16] - }, - 'ground_emergency': { - svg: 'emergency_dark', - size: [6, 15] - }, - 'ground_service': { - svg: 'service_dark', - size: [6, 15] - }, - 'ground_unknown': { - svg: 'unknown_dark', - size: [6, 15] - }, - 'ground_fixed': { - svg: 'fixed_dark', - size: [12, 12] - }, - 'unknown': { - svg: 'unknown_live', - size: [17,17] - } + //EC135 - Standard Scale 13px, 3in4 Non-linear Scale 24px + 'e135': { + svg: 'e135_live', + size: [24, 24] + }, + + // FA 3.5.0 Default Icons + 'airliner': { + svg: 'airliner_live', + size: [25, 26] + }, + + 'balloon': { + svg: 'balloon_live', + size: [9, 13], + noRotate: true + }, + 'cessna': { + svg: 'cessna_live', + size: [17, 13] + }, + 'heavy_2e': { + svg: 'heavy_2e_live', + size: [28, 29] + }, + 'heavy_4e': { + svg: 'heavy_4e_live', + size: [28, 30] + }, + 'helicopter': { + svg: 'helicopter_live', + size: [16, 18] + }, + 'hi_perf': { + svg: 'hi_perf_live', + size: [15, 21] + }, + 'jet_nonswept': { + svg: 'jet_nonswept_live', + size: [18, 18] + }, + 'jet_swept': { + svg: 'jet_swept_live', + size: [18, 24] + }, + 'twin_large': { + svg: 'twin_large_live', + size: [21, 20] + }, + 'twin_small': { + svg: 'twin_small_live', + size: [19, 16] + }, + 'ground_emergency': { + svg: 'emergency_dark', + size: [6, 15] + }, + 'ground_service': { + svg: 'service_dark', + size: [6, 15] + }, + 'ground_unknown': { + svg: 'unknown_dark', + size: [6, 15] + }, + 'ground_fixed': { + svg: 'fixed_dark', + size: [12, 12] + }, + 'unknown': { + svg: 'unknown_live', + size: [17, 17] + } } var TypeDesignatorIcons = { -//Specific Manufacturers + //Specific Manufacturers // Airbus - 'A30B': 'a306', 'A306': 'a306', 'A3ST': 'a3st', - 'A318': 'a318', 'A319': 'a319', 'A320': 'a320', 'A321': 'a320', // stretched a320 - 'A332': 'a332', 'A333': 'a333', - 'A342': 'a342', 'A343': 'a343', 'A345': 'a345', 'A346': 'a346', - 'A358': 'a358', 'A359': 'a359', 'A35X': 'a35x', - 'A388': 'a388', + 'A30B': 'a306', 'A306': 'a306', 'A3ST': 'a3st', + 'A318': 'a318', 'A319': 'a319', 'A320': 'a320', 'A321': 'a320', // stretched a320 + 'A332': 'a332', 'A333': 'a333', + 'A342': 'a342', 'A343': 'a343', 'A345': 'a345', 'A346': 'a346', + 'A358': 'a358', 'A359': 'a359', 'A35X': 'a35x', + 'A388': 'a388', // ATR - 'AT43': 'at73', - 'AT44': 'at73', - 'AT45': 'at73', - 'AT46': 'at73', - 'AT72': 'at73', - 'AT73': 'at73', - 'AT75': 'at73', - 'AT76': 'at73', + 'AT43': 'at73', + 'AT44': 'at73', + 'AT45': 'at73', + 'AT46': 'at73', + 'AT72': 'at73', + 'AT73': 'at73', + 'AT75': 'at73', + 'AT76': 'at73', // Boeing - 'B721': 'b721', 'B722': 'b722', - 'B731': 'b733', 'B732': 'b733', 'B733': 'b733', 'B734': 'b734', 'B735': 'b734', - 'B736': 'b737', 'B737': 'b737', 'B738': 'b738', 'B739': 'b738', - 'B741': 'b741', 'B742': 'b741', 'B743': 'b741', 'B744': 'b744', 'B74D': 'b741', 'B74S': 'b74s', 'B74R': 'b744', 'BLCF': 'b744', 'BSCA': 'b744', 'B748': 'b748', - 'B752': 'b752', 'B753': 'b753', - 'B762': 'b762', 'B763': 'b763', 'B764': 'b764', - 'B772': 'b772', 'B77L': 'b77l', 'B773': 'b773', 'B77W': 'b77w', - 'B788': 'b788', 'B789': 'b789', 'B78X': 'b789', //787-10 to new for graphic yet - 'DC10': 'md11', 'MD11': 'md11', + 'B721': 'b721', 'B722': 'b722', + 'B731': 'b733', 'B732': 'b733', 'B733': 'b733', 'B734': 'b734', 'B735': 'b734', + 'B736': 'b737', 'B737': 'b737', 'B738': 'b738', 'B739': 'b738', + 'B741': 'b741', 'B742': 'b741', 'B743': 'b741', 'B744': 'b744', 'B74D': 'b741', 'B74S': 'b74s', 'B74R': 'b744', 'BLCF': 'b744', 'BSCA': 'b744', 'B748': 'b748', + 'B752': 'b752', 'B753': 'b753', + 'B762': 'b762', 'B763': 'b763', 'B764': 'b764', + 'B772': 'b772', 'B77L': 'b77l', 'B773': 'b773', 'B77W': 'b77w', + 'B788': 'b788', 'B789': 'b789', 'B78X': 'b789', //787-10 to new for graphic yet + 'DC10': 'md11', 'MD11': 'md11', // Bombardier - 'DH8A': 'dh8c', 'DH8B': 'dh8c', 'DH8C': 'dh8c', 'DH8D': 'dh8c', - 'CRJ7': 'b722', //Bombardier/Canadair CRJ700 - 'CL30': 'glex', //Challenger 300 - 'CL60': 'glex', //Canadair CL-600 Challenger - 'GLEX': 'glex', + 'DH8A': 'dh8c', 'DH8B': 'dh8c', 'DH8C': 'dh8c', 'DH8D': 'dh8c', + 'CRJ7': 'b722', //Bombardier/Canadair CRJ700 + 'CL30': 'glex', //Challenger 300 + 'CL60': 'glex', //Canadair CL-600 Challenger + 'GLEX': 'glex', // Diamond - 'DV20': 'c172', - 'DA20': 'c172', - 'DA40': 'da42', - 'DA42': 'da42', + 'DV20': 'c172', + 'DA20': 'c172', + 'DA40': 'da42', + 'DA42': 'da42', // Embraer - 'E110': 'be20', - 'E120': 'be20', - 'E121': 'be20', - 'E135': 'b721', - 'E145': 'b722', - 'E170': 'b738', - 'E175': 'b738', - 'E190': 'b738', + 'E110': 'be20', + 'E120': 'be20', + 'E121': 'be20', + 'E135': 'b721', + 'E145': 'b722', + 'E170': 'b738', + 'E175': 'b738', + 'E190': 'b738', // Gulfstream - 'GALX': 'glex', //G200 - 'GLF2': 'glex', //Gulfstream 2 - 'GLF3': 'glex', //Gulfstream 3 - 'GLF4': 'glex', //Gulfstream 4/G300/G350/G400/G450 - 'GLF5': 'glex', //Gulfstream 5/G500/G550 - 'GLF6': 'glex', //Gulfstream? + 'GALX': 'glex', //G200 + 'GLF2': 'glex', //Gulfstream 2 + 'GLF3': 'glex', //Gulfstream 3 + 'GLF4': 'glex', //Gulfstream 4/G300/G350/G400/G450 + 'GLF5': 'glex', //Gulfstream 5/G500/G550 + 'GLF6': 'glex', //Gulfstream? // Piper - 'P28A': 'c172', 'P28B': 'c172', 'P28R': 'c172', 'P28T': 'c172', - 'P32R': 'c172', - 'PA18': 'c172', - 'PA22': 'c172', - 'PA23': 'c172', - 'PA24': 'c172', - 'PA25': 'c172', - 'PA27': 'c172', - 'PA30': 'c172', - 'PA31': 'c172', - 'PA32': 'c172', - 'PA34': 'c172', - 'PA38': 'c172', - 'PA39': 'c172', - 'PA44': 'c172', - 'PA46': 'c172', - 'PAY4': 'be20', + 'P28A': 'c172', 'P28B': 'c172', 'P28R': 'c172', 'P28T': 'c172', + 'P32R': 'c172', + 'PA18': 'c172', + 'PA22': 'c172', + 'PA23': 'c172', + 'PA24': 'c172', + 'PA25': 'c172', + 'PA27': 'c172', + 'PA30': 'c172', + 'PA31': 'c172', + 'PA32': 'c172', + 'PA34': 'c172', + 'PA38': 'c172', + 'PA39': 'c172', + 'PA44': 'c172', + 'PA46': 'c172', + 'PAY4': 'be20', // Tecnam - 'ECHO': 'c172', - 'ASTO': 'c172', - 'GOLF': 'c172', - 'BRAV': 'c172', - 'P06T': 'c172', - 'P208': 'c172', - 'SIRA': 'c172', + 'ECHO': 'c172', + 'ASTO': 'c172', + 'GOLF': 'c172', + 'BRAV': 'c172', + 'P06T': 'c172', + 'P208': 'c172', + 'SIRA': 'c172', // Vans - 'RV3': 'c172', - 'RV4': 'c172', - 'RV6': 'c172', - 'RV7': 'c172', - 'RV8': 'c172', - 'RV9': 'c172', - 'RV10': 'c172', - 'RV12': 'c172', - - -// Rotorcraft + 'RV3': 'c172', + 'RV4': 'c172', + 'RV6': 'c172', + 'RV7': 'c172', + 'RV8': 'c172', + 'RV9': 'c172', + 'RV10': 'c172', + 'RV12': 'c172', + + + // Rotorcraft // Eurocopter - 'AS50': 'e135', //looks like a Bell 206 - 'AS55': 'e135', //looks like a Bell 206 - 'EC20': 'e135', //close enough - 'EC30': 'e135', //close enough - 'EC35': 'e135', + 'AS50': 'e135', //looks like a Bell 206 + 'AS55': 'e135', //looks like a Bell 206 + 'EC20': 'e135', //close enough + 'EC30': 'e135', //close enough + 'EC35': 'e135', //Robinson - 'R22': 'e135', - 'R44': 'e135', - 'R66': 'e135', - 'R300': 'e135', + 'R22': 'e135', + 'R44': 'e135', + 'R66': 'e135', + 'R300': 'e135', //Other - 'MD50': 'e135', //Magnum PI type, no tail rotor - 'H269': 'e135', - 'H500': 'e135', - 'MD52': 'e135', //Magnum PI type, no tail rotor - 'S76': 'e135', //Long commuter chopper - 'BK17': 'e135', - 'B427': 'e135', //Big B206 - 'B429': 'e135', //Big B206 - 'B06': 'e135', - 'A109': 'e135', - 'G2CA': 'e135', - 'CDUS': 'e135', //Autogyro - 'CLON': 'e135', //Autogyro - 'NH90': 'e135', - -//Generic Substitutions + 'MD50': 'e135', //Magnum PI type, no tail rotor + 'H269': 'e135', + 'H500': 'e135', + 'MD52': 'e135', //Magnum PI type, no tail rotor + 'S76': 'e135', //Long commuter chopper + 'BK17': 'e135', + 'B427': 'e135', //Big B206 + 'B429': 'e135', //Big B206 + 'B06': 'e135', + 'A109': 'e135', + 'G2CA': 'e135', + 'CDUS': 'e135', //Autogyro + 'CLON': 'e135', //Autogyro + 'NH90': 'e135', + + //Generic Substitutions // Small Business Jets - 'GL5T': 'glex', - 'C25C': 'glex', - 'FA7X': 'glex', - 'F900': 'glex', - - 'GND': 'gnd', //Ground Vehicle - -//PiAware 3.5.0 - 'E170': 'jet_swept', - 'E45X': 'jet_swept', - 'B712': 'jet_swept', - 'C650': 'jet_swept', - 'C750': 'jet_swept', - 'E135': 'jet_swept', - 'E145': 'jet_swept', - 'CL35': 'jet_swept', - 'CRJ1': 'jet_swept', - 'CRJ2': 'jet_swept', - 'CRJ9': 'jet_swept', - 'H25A': 'jet_swept', - 'H25B': 'jet_swept', - 'H25C': 'jet_swept', - 'MD80': 'jet_swept', - 'MD81': 'jet_swept', - 'MD82': 'jet_swept', - 'MD83': 'jet_swept', - 'MD87': 'jet_swept', - 'MD88': 'jet_swept', - - 'A37': 'hi_perf', - 'A700': 'hi_perf', - 'LEOP': 'hi_perf', - 'ME62': 'hi_perf', - 'T2': 'hi_perf', - 'T37': 'hi_perf', - 'T38': 'hi_perf', - 'A10': 'hi_perf', - 'A148': 'hi_perf', - 'A3': 'hi_perf', - 'A6': 'hi_perf', - 'AJET': 'hi_perf', - 'AT3': 'hi_perf', - 'CKUO': 'hi_perf', - 'EUFI': 'hi_perf', - 'F1': 'hi_perf', - 'F100': 'hi_perf', - 'F111': 'hi_perf', - 'F117': 'hi_perf', - 'F14': 'hi_perf', - 'F15': 'hi_perf', - 'F18': 'hi_perf', - 'F22': 'hi_perf', - 'F22A': 'hi_perf', - 'F4': 'hi_perf', - 'F5': 'hi_perf', - 'FOUG': 'hi_perf', - 'J8A': 'hi_perf', - 'J8B': 'hi_perf', - 'JH7': 'hi_perf', - 'LTNG': 'hi_perf', - 'METR': 'hi_perf', - 'MG19': 'hi_perf', - 'MG25': 'hi_perf', - 'MG29': 'hi_perf', - 'MG31': 'hi_perf', - 'MG44': 'hi_perf', - 'MIR4': 'hi_perf', - 'MT2': 'hi_perf', - 'Q5': 'hi_perf', - 'RFAL': 'hi_perf', - 'S3': 'hi_perf', - 'S37': 'hi_perf', - 'SR71': 'hi_perf', - 'SU15': 'hi_perf', - 'SU24': 'hi_perf', - 'SU25': 'hi_perf', - 'SU27': 'hi_perf', - 'T22M': 'hi_perf', - 'T4': 'hi_perf', - 'TOR': 'hi_perf', - 'TU22': 'hi_perf', - 'VAUT': 'hi_perf', - 'WB57': 'hi_perf', - 'Y130': 'hi_perf', - 'YK28': 'hi_perf' + 'GL5T': 'glex', + 'C25C': 'glex', + 'FA7X': 'glex', + 'F900': 'glex', + + 'GND': 'gnd', //Ground Vehicle + + //PiAware 3.5.0 + 'E170': 'jet_swept', + 'E45X': 'jet_swept', + 'B712': 'jet_swept', + 'C650': 'jet_swept', + 'C750': 'jet_swept', + 'E135': 'jet_swept', + 'E145': 'jet_swept', + 'CL35': 'jet_swept', + 'CRJ1': 'jet_swept', + 'CRJ2': 'jet_swept', + 'CRJ9': 'jet_swept', + 'H25A': 'jet_swept', + 'H25B': 'jet_swept', + 'H25C': 'jet_swept', + 'MD80': 'jet_swept', + 'MD81': 'jet_swept', + 'MD82': 'jet_swept', + 'MD83': 'jet_swept', + 'MD87': 'jet_swept', + 'MD88': 'jet_swept', + + 'A37': 'hi_perf', + 'A700': 'hi_perf', + 'LEOP': 'hi_perf', + 'ME62': 'hi_perf', + 'T2': 'hi_perf', + 'T37': 'hi_perf', + 'T38': 'hi_perf', + 'A10': 'hi_perf', + 'A148': 'hi_perf', + 'A3': 'hi_perf', + 'A6': 'hi_perf', + 'AJET': 'hi_perf', + 'AT3': 'hi_perf', + 'CKUO': 'hi_perf', + 'EUFI': 'hi_perf', + 'F1': 'hi_perf', + 'F100': 'hi_perf', + 'F111': 'hi_perf', + 'F117': 'hi_perf', + 'F14': 'hi_perf', + 'F15': 'hi_perf', + 'F18': 'hi_perf', + 'F22': 'hi_perf', + 'F22A': 'hi_perf', + 'F4': 'hi_perf', + 'F5': 'hi_perf', + 'FOUG': 'hi_perf', + 'J8A': 'hi_perf', + 'J8B': 'hi_perf', + 'JH7': 'hi_perf', + 'LTNG': 'hi_perf', + 'METR': 'hi_perf', + 'MG19': 'hi_perf', + 'MG25': 'hi_perf', + 'MG29': 'hi_perf', + 'MG31': 'hi_perf', + 'MG44': 'hi_perf', + 'MIR4': 'hi_perf', + 'MT2': 'hi_perf', + 'Q5': 'hi_perf', + 'RFAL': 'hi_perf', + 'S3': 'hi_perf', + 'S37': 'hi_perf', + 'SR71': 'hi_perf', + 'SU15': 'hi_perf', + 'SU24': 'hi_perf', + 'SU25': 'hi_perf', + 'SU27': 'hi_perf', + 'T22M': 'hi_perf', + 'T4': 'hi_perf', + 'TOR': 'hi_perf', + 'TU22': 'hi_perf', + 'VAUT': 'hi_perf', + 'WB57': 'hi_perf', + 'Y130': 'hi_perf', + 'YK28': 'hi_perf' }; @@ -627,81 +627,81 @@ var TypeDesignatorIcons = { // a dash (e.g. "L2J-M"). var TypeDescriptionIcons = { - 'H': 'e135', + 'H': 'e135', - 'L1P': 'c152', - 'L1T': 'c172', - 'L1J': 'hi_perf', + 'L1P': 'c152', + 'L1T': 'c172', + 'L1J': 'hi_perf', - 'L2T': 'a320', - 'L2P': 'dh8c', + 'L2T': 'a320', + 'L2P': 'dh8c', - 'L2J-L': 'a320', - 'L2J-M': 'b788', - 'L2J-H': 'b77w', + 'L2J-L': 'a320', + 'L2J-M': 'b788', + 'L2J-H': 'b77w', - 'L4T': 'b744', - 'L4J-H': 'a388' + 'L4T': 'b744', + 'L4J-H': 'a388' }; var CategoryIcons = { - "A1" : 'c172', + "A1": 'c172', - "A2" : 'dh8c', + "A2": 'dh8c', - "A3" : 'a320', + "A3": 'a320', - "A5" : 'b77w', + "A5": 'b77w', - "A7" : 'e135', + "A7": 'e135', - "B2" : 'balloon', + "B2": 'balloon', - 'C0' : 'gnd', + 'C0': 'gnd', - 'C1' : 'gnd', + 'C1': 'gnd', - 'C2' : 'gnd', + 'C2': 'gnd', - 'C3' : 'gnd' + 'C3': 'gnd' }; function getBaseMarker(category, typeDesignator, typeDescription, wtc) { - if (typeDesignator in TypeDesignatorIcons) { - return shapes[TypeDesignatorIcons[typeDesignator]]; - } - - if (typeDescription !== undefined && typeDescription !== null && typeDescription.length === 3) { - if (wtc !== undefined && wtc !== null && wtc.length === 1) { - var typeDescriptionWithWtc = typeDescription + "-" + wtc; - if (typeDescriptionWithWtc in TypeDescriptionIcons) { - return shapes[TypeDescriptionIcons[typeDescriptionWithWtc]]; - } - } - - if (typeDescription in TypeDescriptionIcons) { - return shapes[TypeDescriptionIcons[typeDescription]]; - } - - var basicType = typeDescription.charAt(0); - if (basicType in TypeDescriptionIcons) { - return shapes[TypeDescriptionIcons[basicType]]; - } - } - - if (category in CategoryIcons) { - return shapes[CategoryIcons[category]]; - } - - return shapes['generic']; + if (typeDesignator in TypeDesignatorIcons) { + return shapes[TypeDesignatorIcons[typeDesignator]]; + } + + if (typeDescription !== undefined && typeDescription !== null && typeDescription.length === 3) { + if (wtc !== undefined && wtc !== null && wtc.length === 1) { + var typeDescriptionWithWtc = typeDescription + "-" + wtc; + if (typeDescriptionWithWtc in TypeDescriptionIcons) { + return shapes[TypeDescriptionIcons[typeDescriptionWithWtc]]; + } + } + + if (typeDescription in TypeDescriptionIcons) { + return shapes[TypeDescriptionIcons[typeDescription]]; + } + + var basicType = typeDescription.charAt(0); + if (basicType in TypeDescriptionIcons) { + return shapes[TypeDescriptionIcons[basicType]]; + } + } + + if (category in CategoryIcons) { + return shapes[CategoryIcons[category]]; + } + + return shapes['generic']; } function svgPathToSvg(path, stroke, fill, selected_stroke) { - path = path.replace('aircraft_color_fill', fill).replace('aircraft_color_stroke', stroke).replace('add_stroke_selected', selected_stroke); - return path; + path = path.replace('aircraft_color_fill', fill).replace('aircraft_color_stroke', stroke).replace('add_stroke_selected', selected_stroke); + return path; } function svgPathToURI(path, stroke, fill, selected_stroke) { - return "data:image/svg+xml;base64," + btoa(svgPathToSvg(path, stroke, fill, selected_stroke)); + return "data:image/svg+xml;base64," + btoa(svgPathToSvg(path, stroke, fill, selected_stroke)); } \ No newline at end of file diff --git a/public_html/planeObject.js b/public_html/planeObject.js index d6b762d9..e8185c20 100644 --- a/public_html/planeObject.js +++ b/public_html/planeObject.js @@ -1,1090 +1,1090 @@ "use strict"; function PlaneObject(icao) { - // Info about the plane - this.icao = icao; - this.icaorange = findICAORange(icao); - this.flight = null; - this.squawk = null; - this.selected = false; - this.category = null; - - // Basic location information - this.altitude = null; - this.speed = null; - this.track = null; - this.prev_position = null; - this.position = null; - this.position_from_mlat = false; - this.sitedist = null; - - // Data packet numbers - this.messages = null; - this.rssi = null; - - // Track history as a series of line segments - this.elastic_feature = null; - this.track_linesegs = []; - this.history_size = 0; - - // When was this last updated (receiver timestamp) - this.last_message_time = null; - this.last_position_time = null; - - // When was this last updated (seconds before last update) - this.seen = null; - this.seen_pos = null; - - // Display info - this.visible = true; - this.marker = null; - this.markerStyle = null; - this.markerIcon = null; - this.markerStaticStyle = null; - this.markerStaticIcon = null; - this.markerStyleKey = null; - this.markerSvgKey = null; - this.filter = {}; - - // Akissack - additional variables for various modifications - Ref: AK9Z Start incl. - this.is_vetted = false; - this.is_interesting = ""; // 'Y' or not - this.my_vet = ""; // 1 = Mil/noTrail 2 = Civ/noTrail 5 = Mil/Trail 6 = Civ/Trail 0 = ?/noTrail 3,4,7 = ERR - this.my_trail = ""; // trail on by default - this.ac_type = ""; // icao type - this.ac_shortname = ""; // Short a/c name - this.ac_aircraft = ""; // Long a/c name - this.ac_category = ""; // My category for images - eg 2prop - this.ac_country = ""; - this.ac_operator = "-"; - // Akissack - additional variables for various modifications - Ref: AK9Z Ends - this.siteBearing = 0; // ref: AK8F - this.siteNm = 0; // ref: AK8F - this.fl = 0; // ref: AK8F - - // start from a computed registration, let the DB override it - // if it has something else. - this.registration = registration_from_hexid(this.icao); - this.icaotype = null; - this.typeDescription = null; - this.wtc = null; - - // request metadata - getAircraftData(this.icao).done( - function (data) { - // console.log(data); /// aircraft data - if ("r" in data) { - this.registration = data.r; - } - if ("t" in data) { - this.icaotype = data.t; - } - if ("desc" in data) { - this.typeDescription = data.desc; - } - if ("wtc" in data) { - this.wtc = data.wtc; - } - - // ------------------------------------------------------------- - // AKISSACK - Load my details from json ------Ref: AK9E starts - // ------------------------------------------------------------- - if (ShowMyPreferences && ShowAdditionalData) { - if ( - this.icao.substring(0, 3).upper == "43C" || - this.icao.substring(0, 2).upper == "AE" - ) { - this.is_interesting = "Y"; - this.my_trail = true; - } - if ("Int" in data) { - if (data.Int == 1) this.is_interesting = "Y"; - } - if ("Trail" in data) { - if (data.Trail == 5 || data.Trail == 6) { - this.my_trail = true; - } - } - if ("Country" in data) { - this.ac_country = data.Country; - } - if ("Owner" in data) { - this.ac_operator = data.Owner; - } - if ("Force" in data) { - this.ac_operator = data.Force; - } - if ("Image" in data) { - this.ac_category = data.Image; - } - if ("Short" in data) { - this.ac_shortname = data.Short; - } - if ("Type" in data) { - this.ac_aircraft = data.Type; - } - } - // ------------------------------------------------------- - // -------------------------------------- Ref: AK9E ends - // ------------------------------------------------------- - - if (this.selected) { - refreshSelected(); - } - }.bind(this) - ); + // Info about the plane + this.icao = icao; + this.icaorange = findICAORange(icao); + this.flight = null; + this.squawk = null; + this.selected = false; + this.category = null; + + // Basic location information + this.altitude = null; + this.speed = null; + this.track = null; + this.prev_position = null; + this.position = null; + this.position_from_mlat = false; + this.sitedist = null; + + // Data packet numbers + this.messages = null; + this.rssi = null; + + // Track history as a series of line segments + this.elastic_feature = null; + this.track_linesegs = []; + this.history_size = 0; + + // When was this last updated (receiver timestamp) + this.last_message_time = null; + this.last_position_time = null; + + // When was this last updated (seconds before last update) + this.seen = null; + this.seen_pos = null; + + // Display info + this.visible = true; + this.marker = null; + this.markerStyle = null; + this.markerIcon = null; + this.markerStaticStyle = null; + this.markerStaticIcon = null; + this.markerStyleKey = null; + this.markerSvgKey = null; + this.filter = {}; + + // Akissack - additional variables for various modifications - Ref: AK9Z Start incl. + this.is_vetted = false; + this.is_interesting = ""; // 'Y' or not + this.my_vet = ""; // 1 = Mil/noTrail 2 = Civ/noTrail 5 = Mil/Trail 6 = Civ/Trail 0 = ?/noTrail 3,4,7 = ERR + this.my_trail = ""; // trail on by default + this.ac_type = ""; // icao type + this.ac_shortname = ""; // Short a/c name + this.ac_aircraft = ""; // Long a/c name + this.ac_category = ""; // My category for images - eg 2prop + this.ac_country = ""; + this.ac_operator = "-"; + // Akissack - additional variables for various modifications - Ref: AK9Z Ends + this.siteBearing = 0; // ref: AK8F + this.siteNm = 0; // ref: AK8F + this.fl = 0; // ref: AK8F + + // start from a computed registration, let the DB override it + // if it has something else. + this.registration = registration_from_hexid(this.icao); + this.icaotype = null; + this.typeDescription = null; + this.wtc = null; + + // request metadata + getAircraftData(this.icao).done( + function (data) { + // console.log(data); /// aircraft data + if ("r" in data) { + this.registration = data.r; + } + if ("t" in data) { + this.icaotype = data.t; + } + if ("desc" in data) { + this.typeDescription = data.desc; + } + if ("wtc" in data) { + this.wtc = data.wtc; + } + + // ------------------------------------------------------------- + // AKISSACK - Load my details from json ------Ref: AK9E starts + // ------------------------------------------------------------- + if (ShowMyPreferences && ShowAdditionalData) { + if ( + this.icao.substring(0, 3).upper == "43C" || + this.icao.substring(0, 2).upper == "AE" + ) { + this.is_interesting = "Y"; + this.my_trail = true; + } + if ("Int" in data) { + if (data.Int == 1) this.is_interesting = "Y"; + } + if ("Trail" in data) { + if (data.Trail == 5 || data.Trail == 6) { + this.my_trail = true; + } + } + if ("Country" in data) { + this.ac_country = data.Country; + } + if ("Owner" in data) { + this.ac_operator = data.Owner; + } + if ("Force" in data) { + this.ac_operator = data.Force; + } + if ("Image" in data) { + this.ac_category = data.Image; + } + if ("Short" in data) { + this.ac_shortname = data.Short; + } + if ("Type" in data) { + this.ac_aircraft = data.Type; + } + } + // ------------------------------------------------------- + // -------------------------------------- Ref: AK9E ends + // ------------------------------------------------------- + + if (this.selected) { + refreshSelected(); + } + }.bind(this) + ); } PlaneObject.prototype.isFiltered = function () { - // ------------------------------------------------------------- - // AKISSACK - Load my details from json ------Ref: AK11B starts - // ------------------------------------------------------------- + // ------------------------------------------------------------- + // AKISSACK - Load my details from json ------Ref: AK11B starts + // ------------------------------------------------------------- - var AcVisibile = true; - var AcInBracket = true; + var AcVisibile = true; + var AcInBracket = true; - if (this.filter.specials == true) { - if (this.is_interesting != "Y") { - AcVisibile = false; + if (this.filter.specials == true) { + if (this.is_interesting != "Y") { + AcVisibile = false; + } } - } - - if ( - this.filter.minAltitude !== undefined && - this.filter.maxAltitude !== undefined - ) { - // we've set both heights - if (this.altitude === null || this.altitude === undefined) { - // if we cant get the height, let's exlcude (true) - AcInBracket = false; - } else { - var planeAltitude = - this.altitude === "ground" - ? 0 - : convert_altitude(this.altitude, this.filter.altitudeUnits); - if ( - planeAltitude < this.filter.minAltitude || - planeAltitude > this.filter.maxAltitude - ) { - AcInBracket = false; - } + + if ( + this.filter.minAltitude !== undefined && + this.filter.maxAltitude !== undefined + ) { + // we've set both heights + if (this.altitude === null || this.altitude === undefined) { + // if we cant get the height, let's exlcude (true) + AcInBracket = false; + } else { + var planeAltitude = + this.altitude === "ground" + ? 0 + : convert_altitude(this.altitude, this.filter.altitudeUnits); + if ( + planeAltitude < this.filter.minAltitude || + planeAltitude > this.filter.maxAltitude + ) { + AcInBracket = false; + } + } + //return planeAltitude < this.filter.minAltitude || planeAltitude > this.filter.maxAltitude; //if low or high, exclude (true) } - //return planeAltitude < this.filter.minAltitude || planeAltitude > this.filter.maxAltitude; //if low or high, exclude (true) - } - if (AcVisibile === true && AcInBracket === true) { - return false; - } else { - return true; - } - // ------------------------------------------------------- - // -------------------------------------- Ref: AK11B ends - // ------------------------------------------------------- + if (AcVisibile === true && AcInBracket === true) { + return false; + } else { + return true; + } + // ------------------------------------------------------- + // -------------------------------------- Ref: AK11B ends + // ------------------------------------------------------- }; // Appends data to the running track so we can get a visual tail on the plane // Only useful for a long running browser session. PlaneObject.prototype.updateTrack = function (estimate_time) { - if (!this.position) return false; - if (this.position == this.prev_position) return false; - - var projHere = ol.proj.fromLonLat(this.position); - var projPrev; - if (this.prev_position === null) { - projPrev = projHere; - } else { - projPrev = ol.proj.fromLonLat(this.prev_position); - } - - this.prev_position = this.position; - - if (this.track_linesegs.length == 0) { - // Brand new track - //console.log(this.icao + " new track"); - var newseg = { - fixed: new ol.geom.LineString([projHere]), - feature: null, - head_update: this.last_position_time, - tail_update: this.last_position_time, - estimated: false, - ground: this.altitude === "ground", - }; - this.track_linesegs.push(newseg); - this.history_size++; - return; - } - - var lastseg = this.track_linesegs[this.track_linesegs.length - 1]; - var elapsed = this.last_position_time - lastseg.head_update; - - var est_track = elapsed > estimate_time; - var ground_track = this.altitude === "ground"; - - if (est_track) { - if (!lastseg.estimated) { - // >5s gap in data, create a new estimated segment - //console.log(this.icao + " switching to estimated"); - lastseg.fixed.appendCoordinate(projPrev); - this.track_linesegs.push({ - fixed: new ol.geom.LineString([projPrev, projHere]), - feature: null, - head_update: this.last_position_time, - estimated: true, - }); - this.history_size += 2; + if (!this.position) return false; + if (this.position == this.prev_position) return false; + + var projHere = ol.proj.fromLonLat(this.position); + var projPrev; + if (this.prev_position === null) { + projPrev = projHere; } else { - // Keep appending to the existing dashed line; keep every point - lastseg.fixed.appendCoordinate(projPrev); - lastseg.head_update = this.last_position_time; - this.history_size++; + projPrev = ol.proj.fromLonLat(this.prev_position); } + this.prev_position = this.position; + + if (this.track_linesegs.length == 0) { + // Brand new track + //console.log(this.icao + " new track"); + var newseg = { + fixed: new ol.geom.LineString([projHere]), + feature: null, + head_update: this.last_position_time, + tail_update: this.last_position_time, + estimated: false, + ground: this.altitude === "ground", + }; + this.track_linesegs.push(newseg); + this.history_size++; + return; + } + + var lastseg = this.track_linesegs[this.track_linesegs.length - 1]; + var elapsed = this.last_position_time - lastseg.head_update; + + var est_track = elapsed > estimate_time; + var ground_track = this.altitude === "ground"; + + if (est_track) { + if (!lastseg.estimated) { + // >5s gap in data, create a new estimated segment + //console.log(this.icao + " switching to estimated"); + lastseg.fixed.appendCoordinate(projPrev); + this.track_linesegs.push({ + fixed: new ol.geom.LineString([projPrev, projHere]), + feature: null, + head_update: this.last_position_time, + estimated: true, + }); + this.history_size += 2; + } else { + // Keep appending to the existing dashed line; keep every point + lastseg.fixed.appendCoordinate(projPrev); + lastseg.head_update = this.last_position_time; + this.history_size++; + } + + return true; + } + + if (lastseg.estimated) { + // We are back to good data (we got two points close in time), switch back to + // solid lines. + lastseg = { + fixed: new ol.geom.LineString([projPrev]), + feature: null, + head_update: this.last_position_time, + tail_update: this.last_position_time, + estimated: false, + ground: this.altitude === "ground", + }; + this.track_linesegs.push(lastseg); + this.history_size++; + // continue + } + + if ( + (lastseg.ground && this.altitude !== "ground") || + (!lastseg.ground && this.altitude === "ground") + ) { + //console.log(this.icao + " ground state changed"); + // Create a new segment as the ground state changed. + // assume the state changed halfway between the two points + // FIXME needs reimplementing post-google + + lastseg.fixed.appendCoordinate(projPrev); + this.track_linesegs.push({ + fixed: new ol.geom.LineString([projPrev, projHere]), + feature: null, + head_update: this.last_position_time, + tail_update: this.last_position_time, + estimated: false, + ground: this.altitude === "ground", + }); + this.history_size += 3; + return true; + } + + // Add more data to the existing track. + // We only retain some historical points, at 5+ second intervals, + // plus the most recent point + if (this.last_position_time - lastseg.tail_update >= 5) { + // enough time has elapsed; retain the last point and add a new one + //console.log(this.icao + " retain last point"); + lastseg.fixed.appendCoordinate(projHere); + lastseg.tail_update = lastseg.head_update; + this.history_size++; + } + + lastseg.head_update = this.last_position_time; return true; - } - - if (lastseg.estimated) { - // We are back to good data (we got two points close in time), switch back to - // solid lines. - lastseg = { - fixed: new ol.geom.LineString([projPrev]), - feature: null, - head_update: this.last_position_time, - tail_update: this.last_position_time, - estimated: false, - ground: this.altitude === "ground", - }; - this.track_linesegs.push(lastseg); - this.history_size++; - // continue - } - - if ( - (lastseg.ground && this.altitude !== "ground") || - (!lastseg.ground && this.altitude === "ground") - ) { - //console.log(this.icao + " ground state changed"); - // Create a new segment as the ground state changed. - // assume the state changed halfway between the two points - // FIXME needs reimplementing post-google - - lastseg.fixed.appendCoordinate(projPrev); - this.track_linesegs.push({ - fixed: new ol.geom.LineString([projPrev, projHere]), - feature: null, - head_update: this.last_position_time, - tail_update: this.last_position_time, - estimated: false, - ground: this.altitude === "ground", - }); - this.history_size += 3; - return true; - } - - // Add more data to the existing track. - // We only retain some historical points, at 5+ second intervals, - // plus the most recent point - if (this.last_position_time - lastseg.tail_update >= 5) { - // enough time has elapsed; retain the last point and add a new one - //console.log(this.icao + " retain last point"); - lastseg.fixed.appendCoordinate(projHere); - lastseg.tail_update = lastseg.head_update; - this.history_size++; - } - - lastseg.head_update = this.last_position_time; - return true; }; // This is to remove the line from the screen if we deselect the plane PlaneObject.prototype.clearLines = function () { - for (var i = this.track_linesegs.length - 1; i >= 0; --i) { - var seg = this.track_linesegs[i]; - if (seg.feature !== null) { - PlaneTrailFeatures.remove(seg.feature); - seg.feature = null; + for (var i = this.track_linesegs.length - 1; i >= 0; --i) { + var seg = this.track_linesegs[i]; + if (seg.feature !== null) { + PlaneTrailFeatures.remove(seg.feature); + seg.feature = null; + } } - } - if (this.elastic_feature !== null) { - PlaneTrailFeatures.remove(this.elastic_feature); - this.elastic_feature = null; - } + if (this.elastic_feature !== null) { + PlaneTrailFeatures.remove(this.elastic_feature); + this.elastic_feature = null; + } }; PlaneObject.prototype.getDataSource = function () { - // MLAT - if (this.position_from_mlat) { - return "mlat"; - } + // MLAT + if (this.position_from_mlat) { + return "mlat"; + } - // Not MLAT, but position reported - ADSB or variants - if (this.position !== null) { - return this.addrtype; - } + // Not MLAT, but position reported - ADSB or variants + if (this.position !== null) { + return this.addrtype; + } - // Otherwise Mode S - return "mode_s"; + // Otherwise Mode S + return "mode_s"; - // TODO: add support for Mode A/C + // TODO: add support for Mode A/C }; PlaneObject.prototype.getMarkerColor = function () { - // Emergency squawks override everything else - if (this.squawk in SpecialSquawks) - return SpecialSquawks[this.squawk].markerColor; - - var h, s, l; - - if (this.altitude === null) { - h = ColorByAlt.unknown.h; - s = ColorByAlt.unknown.s; - l = ColorByAlt.unknown.l; - } else if (this.altitude === "ground") { - h = ColorByAlt.ground.h; - s = ColorByAlt.ground.s; - l = ColorByAlt.ground.l; - } else { - s = ColorByAlt.air.s; - l = ColorByAlt.air.l; - - // find the pair of points the current altitude lies between, - // and interpolate the hue between those points - var hpoints = ColorByAlt.air.h; - h = hpoints[0].val; - for (var i = hpoints.length - 1; i >= 0; --i) { - if (this.altitude > hpoints[i].alt) { - if (i == hpoints.length - 1) { - h = hpoints[i].val; - } else { - h = - hpoints[i].val + - ((hpoints[i + 1].val - hpoints[i].val) * - (this.altitude - hpoints[i].alt)) / - (hpoints[i + 1].alt - hpoints[i].alt); + // Emergency squawks override everything else + if (this.squawk in SpecialSquawks) + return SpecialSquawks[this.squawk].markerColor; + + var h, s, l; + + if (this.altitude === null) { + h = ColorByAlt.unknown.h; + s = ColorByAlt.unknown.s; + l = ColorByAlt.unknown.l; + } else if (this.altitude === "ground") { + h = ColorByAlt.ground.h; + s = ColorByAlt.ground.s; + l = ColorByAlt.ground.l; + } else { + s = ColorByAlt.air.s; + l = ColorByAlt.air.l; + + // find the pair of points the current altitude lies between, + // and interpolate the hue between those points + var hpoints = ColorByAlt.air.h; + h = hpoints[0].val; + for (var i = hpoints.length - 1; i >= 0; --i) { + if (this.altitude > hpoints[i].alt) { + if (i == hpoints.length - 1) { + h = hpoints[i].val; + } else { + h = + hpoints[i].val + + ((hpoints[i + 1].val - hpoints[i].val) * + (this.altitude - hpoints[i].alt)) / + (hpoints[i + 1].alt - hpoints[i].alt); + } + break; + } } - break; - } } - } - - // If we have not seen a recent position update, change color - if (this.seen_pos > 15) { - h += ColorByAlt.stale.h; - s += ColorByAlt.stale.s; - l += ColorByAlt.stale.l; - } - - // If this marker is selected, change color - if (this.selected && !SelectedAllPlanes) { - h += ColorByAlt.selected.h; - s += ColorByAlt.selected.s; - l += ColorByAlt.selected.l; - } - - // If this marker is a mlat position, change color - if (this.position_from_mlat) { - h += ColorByAlt.mlat.h; - s += ColorByAlt.mlat.s; - l += ColorByAlt.mlat.l; - } - - if (h < 0) { - h = (h % 360) + 360; - } else if (h >= 360) { - h = h % 360; - } - - if (s < 5) s = 5; - else if (s > 95) s = 95; - - if (l < 5) l = 5; - else if (l > 95) l = 95; - - // --------------------------- AKISSACK mono colour Ref: AK9C Start - if (ShowMyPreferences && ShowSimpleColours) { - var myColour = "#333399"; - if (this.is_interesting) { - myColour = "#993333"; + + // If we have not seen a recent position update, change color + if (this.seen_pos > 15) { + h += ColorByAlt.stale.h; + s += ColorByAlt.stale.s; + l += ColorByAlt.stale.l; + } + + // If this marker is selected, change color + if (this.selected && !SelectedAllPlanes) { + h += ColorByAlt.selected.h; + s += ColorByAlt.selected.s; + l += ColorByAlt.selected.l; + } + + // If this marker is a mlat position, change color + if (this.position_from_mlat) { + h += ColorByAlt.mlat.h; + s += ColorByAlt.mlat.s; + l += ColorByAlt.mlat.l; + } + + if (h < 0) { + h = (h % 360) + 360; + } else if (h >= 360) { + h = h % 360; + } + + if (s < 5) s = 5; + else if (s > 95) s = 95; + + if (l < 5) l = 5; + else if (l > 95) l = 95; + + // --------------------------- AKISSACK mono colour Ref: AK9C Start + if (ShowMyPreferences && ShowSimpleColours) { + var myColour = "#333399"; + if (this.is_interesting) { + myColour = "#993333"; + } + return myColour; + } else { + // --------------------------- AKISSACK mono colour Ref: AK9C ends + return ( + "hsl(" + + (h / 5).toFixed(0) * 5 + + "," + + (s / 5).toFixed(0) * 5 + + "%," + + (l / 5).toFixed(0) * 5 + + "%)" + ); } - return myColour; - } else { - // --------------------------- AKISSACK mono colour Ref: AK9C ends - return ( - "hsl(" + - (h / 5).toFixed(0) * 5 + - "," + - (s / 5).toFixed(0) * 5 + - "%," + - (l / 5).toFixed(0) * 5 + - "%)" - ); - } }; PlaneObject.prototype.updateIcon = function () { - var scaleFactor = Math.max( - 0.2, - Math.min(1.2, 0.15 * Math.pow(1.25, ZoomLvl)) - ).toFixed(1); - - var col = this.getMarkerColor(); - var opacity = 1.0; - var outline = this.position_from_mlat ? OutlineMlatColor : OutlineADSBColor; - var baseMarker = getBaseMarker( - this.category, - this.icaotype, - this.typeDescription, - this.wtc - ); - if (ShowMyPreferences) { - // Ref: AK9D starts - if (ShowMyIcons) { - // Ref: AK10B starts - var baseMarker = getMyBaseMarker( + var scaleFactor = Math.max( + 0.2, + Math.min(1.2, 0.15 * Math.pow(1.25, ZoomLvl)) + ).toFixed(1); + + var col = this.getMarkerColor(); + var opacity = 1.0; + var outline = this.position_from_mlat ? OutlineMlatColor : OutlineADSBColor; + var baseMarker = getBaseMarker( this.category, this.icaotype, this.typeDescription, - this.wtc, - this.ac_category - ); - } // Ref: AK10B ends - var adjWeight = this.is_interesting ? 0.5 : 0.5; - var weight = ( - (this.selected ? 0.75 : adjWeight) / baseMarker.scale - ).toFixed(1); - if (this.is_interesting == "Y") { - outline = "rgb(128, 0, 0)"; - } - } else { - var weight = ( - (this.selected && !SelectedAllPlanes ? 2 : 1) / - baseMarker.scale / - scaleFactor - ).toFixed(1); - } //Ref: AK9D ends - - var rotation = this.track === null ? 0 : this.track; - var transparentBorderWidth = (32 / baseMarker.scale / scaleFactor).toFixed(1); - - var svgKey = - col + - "!" + - outline + - "!" + - baseMarker.key + - "!" + - weight + - "!" + - scaleFactor; - var styleKey = opacity + "!" + rotation; - - if ( - this.markerStyle === null || - this.markerIcon === null || - this.markerSvgKey != svgKey - ) { - //console.log(this.icao + " new icon and style " + this.markerSvgKey + " -> " + svgKey); - - var icon = new ol.style.Icon({ - anchor: baseMarker.anchor, - anchorXUnits: "pixels", - anchorYUnits: "pixels", - scale: baseMarker.scale * scaleFactor, - imgSize: baseMarker.size, - src: svgPathToURI( - baseMarker.path, - baseMarker.size, - outline, - weight, - col, - transparentBorderWidth - ), - rotation: baseMarker.noRotate ? 0 : (rotation * Math.PI) / 180.0, - opacity: opacity, - rotateWithView: baseMarker.noRotate ? false : true, - }); - - if (baseMarker.noRotate) { - // the base marker won't be rotated - this.markerStaticIcon = icon; - this.markerStaticStyle = new ol.style.Style({ - image: this.markerStaticIcon, - }); - - // create an arrow that we will rotate around the base marker - // to indicate heading - - var offset = baseMarker.markerRadius * baseMarker.scale + 6; - var size = offset * 2; - - var arrowPath = "M " + offset + ",0 m 4,4 -8,0 4,-4 z"; - this.markerIcon = new ol.style.Icon({ - anchor: [offset, offset], - anchorXUnits: "pixels", - anchorYUnits: "pixels", - scale: 1.0 * scaleFactor, - imgSize: [size, size], - src: svgPathToURI(arrowPath, [size, size], outline, 1, outline, 0), - rotation: (rotation * Math.PI) / 180.0, - opacity: opacity, - rotateWithView: true, - }); - this.markerStyle = new ol.style.Style({ - image: this.markerIcon, - }); + this.wtc + ); + if (ShowMyPreferences) { + // Ref: AK9D starts + if (ShowMyIcons) { + // Ref: AK10B starts + var baseMarker = getMyBaseMarker( + this.category, + this.icaotype, + this.typeDescription, + this.wtc, + this.ac_category + ); + } // Ref: AK10B ends + var adjWeight = this.is_interesting ? 0.5 : 0.5; + var weight = ( + (this.selected ? 0.75 : adjWeight) / baseMarker.scale + ).toFixed(1); + if (this.is_interesting == "Y") { + outline = "rgb(128, 0, 0)"; + } } else { - this.markerIcon = icon; - - // --------------------------------------------------------------------------------------- - // AKISSACK - PERMANENT LABELS - Part 1 ----------------------------------------- ref: AK7A - // --------------------------------------------------------------------------------------- - if (ShowPermanentLabels) { - var labelText = ""; - this.markerStyle = new ol.style.Style({ - text: new ol.style.Text({ - text: labelText, - fill: new ol.style.Fill({ color: "blue" }), - stroke: new ol.style.Stroke({ color: "yellow", width: 7 }), - textAlign: "left", - textBaseline: "bottom", - font: "normal 10px tahoma", - offsetX: +15, - offsetY: +30, - }), - image: this.markerIcon, - }); - } else { - this.markerStyle = new ol.style.Style({ - image: this.markerIcon, + var weight = ( + (this.selected && !SelectedAllPlanes ? 2 : 1) / + baseMarker.scale / + scaleFactor + ).toFixed(1); + } //Ref: AK9D ends + + var rotation = this.track === null ? 0 : this.track; + var transparentBorderWidth = (32 / baseMarker.scale / scaleFactor).toFixed(1); + + var svgKey = + col + + "!" + + outline + + "!" + + baseMarker.key + + "!" + + weight + + "!" + + scaleFactor; + var styleKey = opacity + "!" + rotation; + + if ( + this.markerStyle === null || + this.markerIcon === null || + this.markerSvgKey != svgKey + ) { + //console.log(this.icao + " new icon and style " + this.markerSvgKey + " -> " + svgKey); + + var icon = new ol.style.Icon({ + anchor: baseMarker.anchor, + anchorXUnits: "pixels", + anchorYUnits: "pixels", + scale: baseMarker.scale * scaleFactor, + imgSize: baseMarker.size, + src: svgPathToURI( + baseMarker.path, + baseMarker.size, + outline, + weight, + col, + transparentBorderWidth + ), + rotation: baseMarker.noRotate ? 0 : (rotation * Math.PI) / 180.0, + opacity: opacity, + rotateWithView: baseMarker.noRotate ? false : true, }); - } - // --------------------------------------------------------------------------------------- - // ----------------------------------------------------------------------------- AKISSACK - // --------------------------------------------------------------------------------------- - this.markerStaticIcon = null; - this.markerStaticStyle = new ol.style.Style({}); - } + if (baseMarker.noRotate) { + // the base marker won't be rotated + this.markerStaticIcon = icon; + this.markerStaticStyle = new ol.style.Style({ + image: this.markerStaticIcon, + }); + + // create an arrow that we will rotate around the base marker + // to indicate heading + + var offset = baseMarker.markerRadius * baseMarker.scale + 6; + var size = offset * 2; + + var arrowPath = "M " + offset + ",0 m 4,4 -8,0 4,-4 z"; + this.markerIcon = new ol.style.Icon({ + anchor: [offset, offset], + anchorXUnits: "pixels", + anchorYUnits: "pixels", + scale: 1.0 * scaleFactor, + imgSize: [size, size], + src: svgPathToURI(arrowPath, [size, size], outline, 1, outline, 0), + rotation: (rotation * Math.PI) / 180.0, + opacity: opacity, + rotateWithView: true, + }); + this.markerStyle = new ol.style.Style({ + image: this.markerIcon, + }); + } else { + this.markerIcon = icon; + + // --------------------------------------------------------------------------------------- + // AKISSACK - PERMANENT LABELS - Part 1 ----------------------------------------- ref: AK7A + // --------------------------------------------------------------------------------------- + if (ShowPermanentLabels) { + var labelText = ""; + this.markerStyle = new ol.style.Style({ + text: new ol.style.Text({ + text: labelText, + fill: new ol.style.Fill({ color: "blue" }), + stroke: new ol.style.Stroke({ color: "yellow", width: 7 }), + textAlign: "left", + textBaseline: "bottom", + font: "normal 10px tahoma", + offsetX: +15, + offsetY: +30, + }), + image: this.markerIcon, + }); + } else { + this.markerStyle = new ol.style.Style({ + image: this.markerIcon, + }); + } + // --------------------------------------------------------------------------------------- + // ----------------------------------------------------------------------------- AKISSACK + // --------------------------------------------------------------------------------------- + + this.markerStaticIcon = null; + this.markerStaticStyle = new ol.style.Style({}); + } - this.markerStyleKey = styleKey; - this.markerSvgKey = svgKey; + this.markerStyleKey = styleKey; + this.markerSvgKey = svgKey; - if (this.marker !== null) { - this.marker.setStyle(this.markerStyle); - this.markerStatic.setStyle(this.markerStaticStyle); + if (this.marker !== null) { + this.marker.setStyle(this.markerStyle); + this.markerStatic.setStyle(this.markerStaticStyle); + } } - } - - if (this.markerStyleKey != styleKey) { - //console.log(this.icao + " new rotation"); - this.markerIcon.setRotation((rotation * Math.PI) / 180.0); - this.markerIcon.setOpacity(opacity); - if (this.staticIcon) { - this.staticIcon.setOpacity(opacity); + + if (this.markerStyleKey != styleKey) { + //console.log(this.icao + " new rotation"); + this.markerIcon.setRotation((rotation * Math.PI) / 180.0); + this.markerIcon.setOpacity(opacity); + if (this.staticIcon) { + this.staticIcon.setOpacity(opacity); + } + this.markerStyleKey = styleKey; } - this.markerStyleKey = styleKey; - } - return true; + return true; }; // Update our data PlaneObject.prototype.updateData = function (receiver_timestamp, data) { - // Update all of our data - this.messages = data.messages; - this.rssi = data.rssi; - this.last_message_time = receiver_timestamp - data.seen; - - if (typeof data.type !== "undefined") this.addrtype = data.type; - else this.addrtype = "adsb_icao"; - - // AKISSACK - Altitude taking into account differering data structures (changed in FA 3.6.2?) - if (typeof data.altitude !== "undefined") { - this.altitude = data.altitude; - } else if (typeof data.alt_baro !== "undefined") { - this.altitude = data.alt_baro; - } else if (typeof data.alt_geom !== "undefined") { - this.altitude = data.alt_geom; - } - if (typeof this.altitude !== "undefined") { - this.fl = parseInt(this.altitude / 100); - } - - // AKISSACK - Rate of climb/descent taking into account differering data structures (changed in FA 3.6.2?) - if (typeof data.vert_rate !== "undefined") { - this.vert_rate = data.vert_rate; - } else if (typeof data.geom_rate !== "undefined") { - this.vert_rate = data.geom_rate; - } else if (typeof data.baro_rate !== "undefined") { - this.vert_rate = data.baro_rate; - } - - // AKISSACK - Speed taking into account differering data structures (changed in FA 3.6.2?) - if (typeof data.speed !== "undefined") { - this.speed = data.speed; - } else if (typeof data.gs !== "undefined") { - this.speed = data.gs; - } else if (typeof data.tas !== "undefined") { - this.speed = data.tas; - } else if (typeof data.ias !== "undefined") { - this.speed = data.ias; - } - - if (typeof data.track !== "undefined") this.track = data.track; - - if (typeof data.lat !== "undefined") { - this.position = [data.lon, data.lat]; - this.last_position_time = receiver_timestamp - data.seen_pos; - - if (SitePosition !== null) { - //var WGS84 = new ol.Sphere(6378137); - //this.sitedist = WGS84.haversineDistance(SitePosition, this.position); - // AKISSACK - Store a bearing and nm distance for our range plot Ref AK8G - this.sitedist = ol.sphere.getDistance(SitePosition, this.position); - this.siteBearing = parseInt( - getBearing( - SitePosition[1], - SitePosition[0], - this.position[1], - this.position[0] - ).toFixed(0) - ); - this.siteNm = parseInt((this.sitedist / 1852).toFixed(0)); + // Update all of our data + this.messages = data.messages; + this.rssi = data.rssi; + this.last_message_time = receiver_timestamp - data.seen; + + if (typeof data.type !== "undefined") this.addrtype = data.type; + else this.addrtype = "adsb_icao"; + + // AKISSACK - Altitude taking into account differering data structures (changed in FA 3.6.2?) + if (typeof data.altitude !== "undefined") { + this.altitude = data.altitude; + } else if (typeof data.alt_baro !== "undefined") { + this.altitude = data.alt_baro; + } else if (typeof data.alt_geom !== "undefined") { + this.altitude = data.alt_geom; + } + if (typeof this.altitude !== "undefined") { + this.fl = parseInt(this.altitude / 100); } - this.position_from_mlat = false; - if (typeof data.mlat !== "undefined") { - for (var i = 0; i < data.mlat.length; ++i) { - if (data.mlat[i] === "lat" || data.mlat[i] == "lon") { - this.position_from_mlat = true; - break; + // AKISSACK - Rate of climb/descent taking into account differering data structures (changed in FA 3.6.2?) + if (typeof data.vert_rate !== "undefined") { + this.vert_rate = data.vert_rate; + } else if (typeof data.geom_rate !== "undefined") { + this.vert_rate = data.geom_rate; + } else if (typeof data.baro_rate !== "undefined") { + this.vert_rate = data.baro_rate; + } + + // AKISSACK - Speed taking into account differering data structures (changed in FA 3.6.2?) + if (typeof data.speed !== "undefined") { + this.speed = data.speed; + } else if (typeof data.gs !== "undefined") { + this.speed = data.gs; + } else if (typeof data.tas !== "undefined") { + this.speed = data.tas; + } else if (typeof data.ias !== "undefined") { + this.speed = data.ias; + } + + if (typeof data.track !== "undefined") this.track = data.track; + + if (typeof data.lat !== "undefined") { + this.position = [data.lon, data.lat]; + this.last_position_time = receiver_timestamp - data.seen_pos; + + if (SitePosition !== null) { + //var WGS84 = new ol.Sphere(6378137); + //this.sitedist = WGS84.haversineDistance(SitePosition, this.position); + // AKISSACK - Store a bearing and nm distance for our range plot Ref AK8G + this.sitedist = ol.sphere.getDistance(SitePosition, this.position); + this.siteBearing = parseInt( + getBearing( + SitePosition[1], + SitePosition[0], + this.position[1], + this.position[0] + ).toFixed(0) + ); + this.siteNm = parseInt((this.sitedist / 1852).toFixed(0)); + } + + this.position_from_mlat = false; + if (typeof data.mlat !== "undefined") { + for (var i = 0; i < data.mlat.length; ++i) { + if (data.mlat[i] === "lat" || data.mlat[i] == "lon") { + this.position_from_mlat = true; + break; + } + } } - } } - } - if (typeof data.flight !== "undefined") this.flight = data.flight; - if (typeof data.squawk !== "undefined") this.squawk = data.squawk; - if (typeof data.category !== "undefined") this.category = data.category; + if (typeof data.flight !== "undefined") this.flight = data.flight; + if (typeof data.squawk !== "undefined") this.squawk = data.squawk; + if (typeof data.category !== "undefined") this.category = data.category; }; PlaneObject.prototype.updateTick = function ( - receiver_timestamp, - last_timestamp + receiver_timestamp, + last_timestamp ) { - // recompute seen and seen_pos - this.seen = receiver_timestamp - this.last_message_time; - this.seen_pos = - this.last_position_time === null - ? null - : receiver_timestamp - this.last_position_time; - - // If no packet in over 58 seconds, clear the plane. - if (this.seen > 58) { - if (this.visible) { - //console.log("hiding " + this.icao); - this.clearMarker(); - this.visible = false; - if (SelectedPlane == this.icao) selectPlaneByHex(null, false); - } - } else { - if (this.position !== null && (this.selected || this.seen_pos < 60)) { - this.visible = true; - if ( - this.updateTrack( - receiver_timestamp - - last_timestamp + - (this.position_from_mlat ? 30 : 5) - ) - ) { - this.updateLines(); - this.updateMarker(true); - - // ------------------------------------------------ - // AKISSACK store range plot details Ref AK8H - // ------------------------------------------------ - - // MINUMUM RANGE RINGS - MinRangeHeight is set in config.js as the upper bound for this ring - // - MinRangeLikely is set in config.js and is maximum likely distance for MinRangeHeight - if (this.altitude <= MinRangeHeight) { - if ( MinRngRange[this.siteBearing] < this.siteNm && this.siteNm < MinRangeLikely ) { // Update sessionStorage and also update MariaDb if in use - MinRngRange[this.siteBearing] = this.siteNm; - MinRngLat[this.siteBearing] = this.position[1]; - MinRngLon[this.siteBearing] = this.position[0]; - if (TypeOfStorageSession == 'Session') { - sessionStorage.setItem("MinRngRange", JSON.stringify(MinRngRange)); - sessionStorage.setItem("MinRngLat", JSON.stringify(MinRngLat)); - sessionStorage.setItem("MinRngLon", JSON.stringify(MinRngLon)); - } else { - localStorage.setItem("MinRngRange", JSON.stringify(MinRngRange)); - localStorage.setItem("MinRngLat", JSON.stringify(MinRngLat)); - localStorage.setItem("MinRngLon", JSON.stringify(MinRngLon)); - } - //console.log(("000" + this.siteBearing).slice(-3) + "° " + ("000" + this.siteNm).slice(-3)+"nm logged as MIN"); - if (SleafordMySql) { - //console.log(("000" + this.siteBearing).slice(-3) + "° " + ("000" + this.siteNm).slice(-3)+"nm logged as MID "+this.fl); - updateMySqlRange( - "min", - this.siteBearing, - this.siteNm, - this.position[1], - this.position[0], - this.icao, - this.fl - ); - } - } - } - - // MIDDLE RANGE RINGS - MidRangeHeight is set in config.js as the upper bound for this ring - // - MidRangeLikely is set in config.js and is maximum likely distance for MidRangeHeight - if (this.altitude <= MidRangeHeight) { - if (MidRngRange[this.siteBearing] < this.siteNm && this.siteNm < MidRangeLikely) { - MidRngRange[this.siteBearing] = this.siteNm; - MidRngLat[this.siteBearing] = this.position[1]; - MidRngLon[this.siteBearing] = this.position[0]; - if (TypeOfStorageSession == 'Session') { - sessionStorage.setItem("MidRngRange", JSON.stringify(MidRngRange)); - sessionStorage.setItem("MidRngLat", JSON.stringify(MidRngLat)); - sessionStorage.setItem("MidRngLon", JSON.stringify(MidRngLon)); - } else { - localStorage.setItem("MidRngRange", JSON.stringify(MidRngRange)); - localStorage.setItem("MidRngLat", JSON.stringify(MidRngLat)); - localStorage.setItem("MidRngLon", JSON.stringify(MidRngLon)); - } - //console.log(("000" + this.siteBearing).slice(-3) + "° " + ("000" + this.siteNm).slice(-3)+"nm logged as MID"); - if (SleafordMySql ) { - //console.log(("000" + this.siteBearing).slice(-3) + "° " + ("000" + this.siteNm).slice(-3)+"nm logged as MID "+this.altitude); - updateMySqlRange( - "mid", - this.siteBearing, - this.siteNm, - this.position[1], - this.position[0], - this.icao, - this.fl - ); - } - } + // recompute seen and seen_pos + this.seen = receiver_timestamp - this.last_message_time; + this.seen_pos = + this.last_position_time === null + ? null + : receiver_timestamp - this.last_position_time; + + // If no packet in over 58 seconds, clear the plane. + if (this.seen > 58) { + if (this.visible) { + //console.log("hiding " + this.icao); + this.clearMarker(); + this.visible = false; + if (SelectedPlane == this.icao) selectPlaneByHex(null, false); } - - // MAXIMUM RANGE RINGS - MaxRangeHeight is set in config.js as the upper bound for this ring. - // - MaxRangeLikely is set in config.js and is maximum likely distance for MaxRangeHeight - // - These are theoretical absolute maximums to weed out bad plots - if (this.altitude <= MaxRangeHeight) { - if ( MaxRngRange[this.siteBearing] < this.siteNm && this.siteNm < MaxRangeLikely) { - MaxRngRange[this.siteBearing] = this.siteNm; - MaxRngLat[this.siteBearing] = this.position[1]; - MaxRngLon[this.siteBearing] = this.position[0]; - if (TypeOfStorageSession == 'Session') { - sessionStorage.setItem("MaxRngRange", JSON.stringify(MaxRngRange)); - sessionStorage.setItem("MaxRngLat", JSON.stringify(MaxRngLat)); - sessionStorage.setItem("MaxRngLon", JSON.stringify(MaxRngLon)); - } else { - localStorage.setItem("MaxRngRange", JSON.stringify(MaxRngRange)); - localStorage.setItem("MaxRngLat", JSON.stringify(MaxRngLat)); - localStorage.setItem("MaxRngLon", JSON.stringify(MaxRngLon)); - } - //console.log(("000" + this.siteBearing).slice(-3) + "° " + ("000" + this.siteNm).slice(-3)+"nm logged as MAX"); - if (SleafordMySql) { - //console.log(("000" + this.siteBearing).slice(-3) + "° " + ("000" + this.siteNm).slice(-3)+"nm logged as MAX "+this.altitude); - updateMySqlRange( - "max", - this.siteBearing, - this.siteNm, - this.position[1], - this.position[0], - this.icao, - this.fl - ); + } else { + if (this.position !== null && (this.selected || this.seen_pos < 60)) { + this.visible = true; + if ( + this.updateTrack( + receiver_timestamp - + last_timestamp + + (this.position_from_mlat ? 30 : 5) + ) + ) { + this.updateLines(); + this.updateMarker(true); + + // ------------------------------------------------ + // AKISSACK store range plot details Ref AK8H + // ------------------------------------------------ + + // MINUMUM RANGE RINGS - MinRangeHeight is set in config.js as the upper bound for this ring + // - MinRangeLikely is set in config.js and is maximum likely distance for MinRangeHeight + if (this.altitude <= MinRangeHeight) { + if (MinRngRange[this.siteBearing] < this.siteNm && this.siteNm < MinRangeLikely) { // Update sessionStorage and also update MariaDb if in use + MinRngRange[this.siteBearing] = this.siteNm; + MinRngLat[this.siteBearing] = this.position[1]; + MinRngLon[this.siteBearing] = this.position[0]; + if (TypeOfStorageSession == 'Session') { + sessionStorage.setItem("MinRngRange", JSON.stringify(MinRngRange)); + sessionStorage.setItem("MinRngLat", JSON.stringify(MinRngLat)); + sessionStorage.setItem("MinRngLon", JSON.stringify(MinRngLon)); + } else { + localStorage.setItem("MinRngRange", JSON.stringify(MinRngRange)); + localStorage.setItem("MinRngLat", JSON.stringify(MinRngLat)); + localStorage.setItem("MinRngLon", JSON.stringify(MinRngLon)); + } + //console.log(("000" + this.siteBearing).slice(-3) + "° " + ("000" + this.siteNm).slice(-3)+"nm logged as MIN"); + if (SleafordMySql) { + //console.log(("000" + this.siteBearing).slice(-3) + "° " + ("000" + this.siteNm).slice(-3)+"nm logged as MID "+this.fl); + updateMySqlRange( + "min", + this.siteBearing, + this.siteNm, + this.position[1], + this.position[0], + this.icao, + this.fl + ); + } + } + } + + // MIDDLE RANGE RINGS - MidRangeHeight is set in config.js as the upper bound for this ring + // - MidRangeLikely is set in config.js and is maximum likely distance for MidRangeHeight + if (this.altitude <= MidRangeHeight) { + if (MidRngRange[this.siteBearing] < this.siteNm && this.siteNm < MidRangeLikely) { + MidRngRange[this.siteBearing] = this.siteNm; + MidRngLat[this.siteBearing] = this.position[1]; + MidRngLon[this.siteBearing] = this.position[0]; + if (TypeOfStorageSession == 'Session') { + sessionStorage.setItem("MidRngRange", JSON.stringify(MidRngRange)); + sessionStorage.setItem("MidRngLat", JSON.stringify(MidRngLat)); + sessionStorage.setItem("MidRngLon", JSON.stringify(MidRngLon)); + } else { + localStorage.setItem("MidRngRange", JSON.stringify(MidRngRange)); + localStorage.setItem("MidRngLat", JSON.stringify(MidRngLat)); + localStorage.setItem("MidRngLon", JSON.stringify(MidRngLon)); + } + //console.log(("000" + this.siteBearing).slice(-3) + "° " + ("000" + this.siteNm).slice(-3)+"nm logged as MID"); + if (SleafordMySql) { + //console.log(("000" + this.siteBearing).slice(-3) + "° " + ("000" + this.siteNm).slice(-3)+"nm logged as MID "+this.altitude); + updateMySqlRange( + "mid", + this.siteBearing, + this.siteNm, + this.position[1], + this.position[0], + this.icao, + this.fl + ); + } + } + } + + // MAXIMUM RANGE RINGS - MaxRangeHeight is set in config.js as the upper bound for this ring. + // - MaxRangeLikely is set in config.js and is maximum likely distance for MaxRangeHeight + // - These are theoretical absolute maximums to weed out bad plots + if (this.altitude <= MaxRangeHeight) { + if (MaxRngRange[this.siteBearing] < this.siteNm && this.siteNm < MaxRangeLikely) { + MaxRngRange[this.siteBearing] = this.siteNm; + MaxRngLat[this.siteBearing] = this.position[1]; + MaxRngLon[this.siteBearing] = this.position[0]; + if (TypeOfStorageSession == 'Session') { + sessionStorage.setItem("MaxRngRange", JSON.stringify(MaxRngRange)); + sessionStorage.setItem("MaxRngLat", JSON.stringify(MaxRngLat)); + sessionStorage.setItem("MaxRngLon", JSON.stringify(MaxRngLon)); + } else { + localStorage.setItem("MaxRngRange", JSON.stringify(MaxRngRange)); + localStorage.setItem("MaxRngLat", JSON.stringify(MaxRngLat)); + localStorage.setItem("MaxRngLon", JSON.stringify(MaxRngLon)); + } + //console.log(("000" + this.siteBearing).slice(-3) + "° " + ("000" + this.siteNm).slice(-3)+"nm logged as MAX"); + if (SleafordMySql) { + //console.log(("000" + this.siteBearing).slice(-3) + "° " + ("000" + this.siteNm).slice(-3)+"nm logged as MAX "+this.altitude); + updateMySqlRange( + "max", + this.siteBearing, + this.siteNm, + this.position[1], + this.position[0], + this.icao, + this.fl + ); + } + } + } + + } else { + this.updateMarker(false); // didn't move } - } + } else { + this.clearMarker(); + this.visible = false; } - - } else { - this.updateMarker(false); // didn't move - } - } else { - this.clearMarker(); - this.visible = false; } - } }; PlaneObject.prototype.clearMarker = function () { - if (this.marker) { - PlaneIconFeatures.remove(this.marker); - PlaneIconFeatures.remove(this.markerStatic); - /* FIXME google.maps.event.clearListeners(this.marker, 'click'); */ - this.marker = this.markerStatic = null; - } + if (this.marker) { + PlaneIconFeatures.remove(this.marker); + PlaneIconFeatures.remove(this.markerStatic); + /* FIXME google.maps.event.clearListeners(this.marker, 'click'); */ + this.marker = this.markerStatic = null; + } }; // Update our marker on the map PlaneObject.prototype.updateMarker = function (moved) { - if (!this.visible || this.position == null || this.isFiltered()) { - this.clearMarker(); - return; - } - - this.updateIcon(); - if (this.marker) { - if (moved) { - this.marker.setGeometry( - new ol.geom.Point(ol.proj.fromLonLat(this.position)) - ); - - // --------------------------------------------------------------------- - // AKISSACK - PERMANENT LABEL PART 2 - Update ---------------- ref: AK7A - // --------------------------------------------------------------------- - if (ShowPermanentLabels) { - // Update label as as well as moving we may have gone up or down - var v = "-"; // An indication of level, climbing or decending - var labelText = ""; - this.labelColour = "#ffffff"; - - if (ZoomLvl > 10) { - if (this.vert_rate > 256) { - v = UP_TRIANGLE; - } else { - if (this.vert_rate < -256) { - v = DOWN_TRIANGLE; - } - } - - // LINE ONE - labelText = this.flight ? this.flight : "No Ident "; - if (this.registration) { - labelText = labelText + this.registration; - } - labelText = labelText + (this.squawk ? " [" + this.squawk + "]" : ""); - - if (this.selected && !SelectedAllPlanes) { - this.labelColour = "#ffff00"; //this.labelColour = 'yellow' changed for semi transparency - } else { - this.labelColour = "#ffffff"; //this.labelColour = 'white' - } - - //LINE TWO - if (ShowAdditionalData) { - // Let's try an alternative to ID -> https://github.com/alkissack/Dump1090-OpenLayers3-html/issues/3 - var tmpText = this.ac_aircraft ? this.ac_aircraft : "-"; - if (tmpText === "-") { - tmpText = this.icaotype ? this.icaotype : "Unknown Type"; + if (!this.visible || this.position == null || this.isFiltered()) { + this.clearMarker(); + return; + } + + this.updateIcon(); + if (this.marker) { + if (moved) { + this.marker.setGeometry( + new ol.geom.Point(ol.proj.fromLonLat(this.position)) + ); + + // --------------------------------------------------------------------- + // AKISSACK - PERMANENT LABEL PART 2 - Update ---------------- ref: AK7A + // --------------------------------------------------------------------- + if (ShowPermanentLabels) { + // Update label as as well as moving we may have gone up or down + var v = "-"; // An indication of level, climbing or decending + var labelText = ""; + this.labelColour = "#ffffff"; + + if (ZoomLvl > 10) { + if (this.vert_rate > 256) { + v = UP_TRIANGLE; + } else { + if (this.vert_rate < -256) { + v = DOWN_TRIANGLE; + } + } + + // LINE ONE + labelText = this.flight ? this.flight : "No Ident "; + if (this.registration) { + labelText = labelText + this.registration; + } + labelText = labelText + (this.squawk ? " [" + this.squawk + "]" : ""); + + if (this.selected && !SelectedAllPlanes) { + this.labelColour = "#ffff00"; //this.labelColour = 'yellow' changed for semi transparency + } else { + this.labelColour = "#ffffff"; //this.labelColour = 'white' + } + + //LINE TWO + if (ShowAdditionalData) { + // Let's try an alternative to ID -> https://github.com/alkissack/Dump1090-OpenLayers3-html/issues/3 + var tmpText = this.ac_aircraft ? this.ac_aircraft : "-"; + if (tmpText === "-") { + tmpText = this.icaotype ? this.icaotype : "Unknown Type"; + } + labelText = labelText + "\n" + tmpText; + } + + //LINE THREE + labelText = + labelText + + "\n" + + this.icao.toUpperCase(); + + var hgt = parseInt(this.fl ? (this.fl) : 0); + hgt = convert_altitude(hgt * 100, DisplayUnits); + //console.log("Height.. " + hgt); + labelText = + labelText + + "[" + parseInt(hgt) + (DisplayUnits === "metric" ? "m" : " ft") + "]"; + + //labelText = + // labelText + + // " [" + + // (this.fl ? this.fl : "?") + + // v + + // "]"; + } + + var hexColour = this.labelColour; // New section for semi transparency + var myStrokeColour = ol.color.asArray(hexColour); + myStrokeColour = myStrokeColour.slice(); + myStrokeColour[3] = this.selected ? 0.5 : 0.25; // change the alpha of the colour + if (ShowAdditionalData) { + hexColour = this.is_interesting ? "#ff0000" : "#0000ff"; + } else { + hexColour = "#0000ff"; + } + var myFillColour = ol.color.asArray(hexColour); + myFillColour = myFillColour.slice(); + myFillColour[3] = this.selected ? 0.8 : 0.7; + + var newS = new ol.style.Style({ + text: new ol.style.Text({ + text: labelText, + fill: new ol.style.Fill({ + color: myFillColour, //(this.is_interesting ? 'rgb(255,0,0)' : 'rgb(0,0,255)') + }), + stroke: new ol.style.Stroke({ + color: myStrokeColour, //this.labelColour, + width: 4, + }), + textAlign: "left", + textBaseline: "bottom", + font: "normal 9px tahoma", + offsetX: +15, + offsetY: +30, + }), + image: this.markerIcon, + }); + this.marker.setStyle(newS); } - labelText = labelText + "\n" + tmpText; - } - - //LINE THREE - labelText = - labelText + - "\n" + - this.icao.toUpperCase(); - - var hgt = parseInt(this.fl ? (this.fl) : 0); - hgt = convert_altitude(hgt*100, DisplayUnits); - //console.log("Height.. " + hgt); - labelText = - labelText + - "[" + parseInt(hgt) + (DisplayUnits === "metric" ? "m" : " ft") + "]"; - - //labelText = - // labelText + - // " [" + - // (this.fl ? this.fl : "?") + - // v + - // "]"; - } + // ---------------------------------------------------------------------------------- + // ------------------------------------------------------------------------- AKISSACK + // ---------------------------------------------------------------------------------- - var hexColour = this.labelColour; // New section for semi transparency - var myStrokeColour = ol.color.asArray(hexColour); - myStrokeColour = myStrokeColour.slice(); - myStrokeColour[3] = this.selected ? 0.5 : 0.25; // change the alpha of the colour - if (ShowAdditionalData) { - hexColour = this.is_interesting ? "#ff0000" : "#0000ff"; + this.markerStatic.setGeometry( + new ol.geom.Point(ol.proj.fromLonLat(this.position)) + ); + } + } else { + // ---------------------------------------------------------------------------------- + // AKISSACK - HOVER OVER LABELS ------------------------------------ ref: AK6A starts + // ---------------------------------------------------------------------------------- + if (ShowHoverOverLabels) { + var myPopUpName = "~"; // Set a default name + this.marker = new ol.Feature({ + geometry: new ol.geom.Point(ol.proj.fromLonLat(this.position)), + name: myPopUpName, + }); } else { - hexColour = "#0000ff"; + this.marker = new ol.Feature( + new ol.geom.Point(ol.proj.fromLonLat(this.position)) + ); } - var myFillColour = ol.color.asArray(hexColour); - myFillColour = myFillColour.slice(); - myFillColour[3] = this.selected ? 0.8 : 0.7; - - var newS = new ol.style.Style({ - text: new ol.style.Text({ - text: labelText, - fill: new ol.style.Fill({ - color: myFillColour, //(this.is_interesting ? 'rgb(255,0,0)' : 'rgb(0,0,255)') - }), + // ---------------------------------------------------------------------------------- + // ------------------------------------------------------------------- ref: AK6A ends + // ---------------------------------------------------------------------------------- + + this.marker.hex = this.icao; + this.marker.setStyle(this.markerStyle); + PlaneIconFeatures.push(this.marker); + + this.markerStatic = new ol.Feature( + new ol.geom.Point(ol.proj.fromLonLat(this.position)) + ); + this.markerStatic.hex = this.icao; + this.markerStatic.setStyle(this.markerStaticStyle); + PlaneIconFeatures.push(this.markerStatic); + } +}; + +// Update our planes tail line, +PlaneObject.prototype.updateLines = function () { + if (!this.selected) return; + + if (this.track_linesegs.length == 0) return; + + var estimateStyle = new ol.style.Style({ + stroke: new ol.style.Stroke({ + color: "#a08080", + width: 0.75, // Reduced width Ref: AK9A + lineDash: [3, 3], + }), + }); + + if (ShowMyPreferences) { + // AKISSACK + var airStyle = new ol.style.Style({ stroke: new ol.style.Stroke({ - color: myStrokeColour, //this.labelColour, - width: 4, + color: this.is_interesting == "Y" ? "#ff0000" : "#0000ff", + width: 0.75, // Reduced width Ref: AK9A }), - textAlign: "left", - textBaseline: "bottom", - font: "normal 9px tahoma", - offsetX: +15, - offsetY: +30, - }), - image: this.markerIcon, }); - this.marker.setStyle(newS); - } - // ---------------------------------------------------------------------------------- - // ------------------------------------------------------------------------- AKISSACK - // ---------------------------------------------------------------------------------- - - this.markerStatic.setGeometry( - new ol.geom.Point(ol.proj.fromLonLat(this.position)) - ); - } - } else { - // ---------------------------------------------------------------------------------- - // AKISSACK - HOVER OVER LABELS ------------------------------------ ref: AK6A starts - // ---------------------------------------------------------------------------------- - if (ShowHoverOverLabels) { - var myPopUpName = "~"; // Set a default name - this.marker = new ol.Feature({ - geometry: new ol.geom.Point(ol.proj.fromLonLat(this.position)), - name: myPopUpName, - }); } else { - this.marker = new ol.Feature( - new ol.geom.Point(ol.proj.fromLonLat(this.position)) - ); + var airStyle = new ol.style.Style({ + stroke: new ol.style.Stroke({ + color: "#000000", + width: 0.75, // Reduced width Ref: AK9A + }), + }); } - // ---------------------------------------------------------------------------------- - // ------------------------------------------------------------------- ref: AK6A ends - // ---------------------------------------------------------------------------------- - this.marker.hex = this.icao; - this.marker.setStyle(this.markerStyle); - PlaneIconFeatures.push(this.marker); + var groundStyle = new ol.style.Style({ + stroke: new ol.style.Stroke({ + color: "#408040", + width: 0.75, // Reduced width Ref: AK9A + }), + }); + + // find the old elastic band so we can replace it in place + // (which should be faster than remove-and-add when PlaneTrailFeatures is large) + var oldElastic = -1; + if (this.elastic_feature !== null) { + oldElastic = PlaneTrailFeatures.getArray().indexOf(this.elastic_feature); + } - this.markerStatic = new ol.Feature( - new ol.geom.Point(ol.proj.fromLonLat(this.position)) + // create the new elastic band feature + var lastseg = this.track_linesegs[this.track_linesegs.length - 1]; + var lastfixed = lastseg.fixed.getCoordinateAt(1.0); + var geom = new ol.geom.LineString([ + lastfixed, + ol.proj.fromLonLat(this.position), + ]); + this.elastic_feature = new ol.Feature(geom); + this.elastic_feature.setStyle( + this.altitude === "ground" ? groundStyle : airStyle ); - this.markerStatic.hex = this.icao; - this.markerStatic.setStyle(this.markerStaticStyle); - PlaneIconFeatures.push(this.markerStatic); - } -}; -// Update our planes tail line, -PlaneObject.prototype.updateLines = function () { - if (!this.selected) return; - - if (this.track_linesegs.length == 0) return; - - var estimateStyle = new ol.style.Style({ - stroke: new ol.style.Stroke({ - color: "#a08080", - width: 0.75, // Reduced width Ref: AK9A - lineDash: [3, 3], - }), - }); - - if (ShowMyPreferences) { - // AKISSACK - var airStyle = new ol.style.Style({ - stroke: new ol.style.Stroke({ - color: this.is_interesting == "Y" ? "#ff0000" : "#0000ff", - width: 0.75, // Reduced width Ref: AK9A - }), - }); - } else { - var airStyle = new ol.style.Style({ - stroke: new ol.style.Stroke({ - color: "#000000", - width: 0.75, // Reduced width Ref: AK9A - }), - }); - } - - var groundStyle = new ol.style.Style({ - stroke: new ol.style.Stroke({ - color: "#408040", - width: 0.75, // Reduced width Ref: AK9A - }), - }); - - // find the old elastic band so we can replace it in place - // (which should be faster than remove-and-add when PlaneTrailFeatures is large) - var oldElastic = -1; - if (this.elastic_feature !== null) { - oldElastic = PlaneTrailFeatures.getArray().indexOf(this.elastic_feature); - } - - // create the new elastic band feature - var lastseg = this.track_linesegs[this.track_linesegs.length - 1]; - var lastfixed = lastseg.fixed.getCoordinateAt(1.0); - var geom = new ol.geom.LineString([ - lastfixed, - ol.proj.fromLonLat(this.position), - ]); - this.elastic_feature = new ol.Feature(geom); - this.elastic_feature.setStyle( - this.altitude === "ground" ? groundStyle : airStyle - ); - - if (oldElastic < 0) { - PlaneTrailFeatures.push(this.elastic_feature); - } else { - PlaneTrailFeatures.setAt(oldElastic, this.elastic_feature); - } - - // create any missing fixed line features - for (var i = 0; i < this.track_linesegs.length; ++i) { - var seg = this.track_linesegs[i]; - if (seg.feature === null) { - seg.feature = new ol.Feature(seg.fixed); - if (seg.estimated) { - seg.feature.setStyle(estimateStyle); - } else if (seg.ground) { - seg.feature.setStyle(groundStyle); - } else { - seg.feature.setStyle(airStyle); - } - - PlaneTrailFeatures.push(seg.feature); + if (oldElastic < 0) { + PlaneTrailFeatures.push(this.elastic_feature); + } else { + PlaneTrailFeatures.setAt(oldElastic, this.elastic_feature); + } + + // create any missing fixed line features + for (var i = 0; i < this.track_linesegs.length; ++i) { + var seg = this.track_linesegs[i]; + if (seg.feature === null) { + seg.feature = new ol.Feature(seg.fixed); + if (seg.estimated) { + seg.feature.setStyle(estimateStyle); + } else if (seg.ground) { + seg.feature.setStyle(groundStyle); + } else { + seg.feature.setStyle(airStyle); + } + + PlaneTrailFeatures.push(seg.feature); + } } - } }; PlaneObject.prototype.destroy = function () { - this.clearLines(); - this.clearMarker(); + this.clearLines(); + this.clearMarker(); }; // AKISSACK Ref: AK8I function radians(n) { - return n * (Math.PI / 180); + return n * (Math.PI / 180); } function degrees(n) { - return n * (180 / Math.PI); + return n * (180 / Math.PI); } // AKISSACK function getBearing(startLat, startLong, endLat, endLong) { - startLat = radians(startLat); - startLong = radians(startLong); - endLat = radians(endLat); - endLong = radians(endLong); - - var dLong = endLong - startLong; - - var dPhi = Math.log( - Math.tan(endLat / 2.0 + Math.PI / 4.0) / - Math.tan(startLat / 2.0 + Math.PI / 4.0) - ); - if (Math.abs(dLong) > Math.PI) { - if (dLong > 0.0) dLong = -(2.0 * Math.PI - dLong); - else dLong = 2.0 * Math.PI + dLong; - } - - return (degrees(Math.atan2(dLong, dPhi)) + 360.0) % 360.0; + startLat = radians(startLat); + startLong = radians(startLong); + endLat = radians(endLat); + endLong = radians(endLong); + + var dLong = endLong - startLong; + + var dPhi = Math.log( + Math.tan(endLat / 2.0 + Math.PI / 4.0) / + Math.tan(startLat / 2.0 + Math.PI / 4.0) + ); + if (Math.abs(dLong) > Math.PI) { + if (dLong > 0.0) dLong = -(2.0 * Math.PI - dLong); + else dLong = 2.0 * Math.PI + dLong; + } + + return (degrees(Math.atan2(dLong, dPhi)) + 360.0) % 360.0; } -function updateMySqlRange(ring, bearing, dist, lat, lon, icao, fl) { - // updateMySqlRange("max", this.siteBearing, this.siteNm, this.position[1], this.position[0], this.icao, this.fl ); - +function updateMySqlRange(ring, bearing, dist, lat, lon, icao, fl) { + // updateMySqlRange("max", this.siteBearing, this.siteNm, this.position[1], this.position[0], this.icao, this.fl ); + icao = icao.toUpperCase(); ring = ring.toLowerCase(); @@ -1092,28 +1092,28 @@ function updateMySqlRange(ring, bearing, dist, lat //if (dist > 0) console.log(("000" + bearing).slice(-3) + "° " + ("000" + dist).slice(-3)+"nm "+ icao); //console.log(("000" + bearing).slice(-3) + "° " + ("000" + dist).slice(-3)+"nm FL:"+("000" + fl).slice(-3)+" "+ring+" "+ icao); - + $(function () { $.ajax({ url: "sql/range_update_one_3.php", async: true, data: - "ring=" + ring + - "&bearing=" + bearing + - "&range=" + dist + - "&lat=" + lat + - "&lon=" + lon + - "&icao=" + icao + - "&fltlvl=" + fl, + "ring=" + ring + + "&bearing=" + bearing + + "&range=" + dist + + "&lat=" + lat + + "&lon=" + lon + + "&icao=" + icao + + "&fltlvl=" + fl, dataType: "json", - success: function(data) { - // never saw a success message, not sure why - //var successmessage = '*** SQL Range Data was succesfully saved'; - //console.log("*** ")+data; + success: function (data) { + // never saw a success message, not sure why + //var successmessage = '*** SQL Range Data was succesfully saved'; + //console.log("*** ")+data; }, - error: function(data) { - //var errormessage = 'SQL Range Data wasnt saved'; - //console.log("ERR "+data); + error: function (data) { + //var errormessage = 'SQL Range Data wasnt saved'; + //console.log("ERR "+data); }, }); }); diff --git a/public_html/registrations.js b/public_html/registrations.js index 1fab5891..3dc53e50 100644 --- a/public_html/registrations.js +++ b/public_html/registrations.js @@ -8,311 +8,311 @@ // YMMV. registration_from_hexid = (function () { - // hide the guts in a closure - - var limited_alphabet = "ABCDEFGHJKLMNPQRSTUVWXYZ"; // 24 chars; no I, O - var full_alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; // 26 chars - - // handles 3-letter suffixes assigned with a regular pattern - // - // start: first hexid of range - // s1: major stride (interval between different first letters) - // s2: minor stride (interval between different second letters) - // prefix: the registration prefix - // - // optionally: - // alphabet: the alphabet to use (defaults full_alphabet) - // first: the suffix to use at the start of the range (default: AAA) - // last: the last valid suffix in the range (default: ZZZ) - - var stride_mappings = [ - { start: 0x008011, s1: 26*26, s2: 26, prefix: "ZS-" }, - - { start: 0x390000, s1: 1024, s2: 32, prefix: "F-G" }, - { start: 0x398000, s1: 1024, s2: 32, prefix: "F-H" }, - - { start: 0x3C4421, s1: 1024, s2: 32, prefix: "D-A", first: 'AAA', last: 'OZZ' }, - { start: 0x3C0001, s1: 26*26, s2: 26, prefix: "D-A", first: 'PAA', last: 'ZZZ' }, - { start: 0x3C8421, s1: 1024, s2: 32, prefix: "D-B", first: 'AAA', last: 'OZZ' }, - { start: 0x3C2001, s1: 26*26, s2: 26, prefix: "D-B", first: 'PAA', last: 'ZZZ' }, - { start: 0x3CC000, s1: 26*26, s2: 26, prefix: "D-C" }, - { start: 0x3D04A8, s1: 26*26, s2: 26, prefix: "D-E" }, - { start: 0x3D4950, s1: 26*26, s2: 26, prefix: "D-F" }, - { start: 0x3D8DF8, s1: 26*26, s2: 26, prefix: "D-G" }, - { start: 0x3DD2A0, s1: 26*26, s2: 26, prefix: "D-H" }, - { start: 0x3E1748, s1: 26*26, s2: 26, prefix: "D-I" }, - - { start: 0x448421, s1: 1024, s2: 32, prefix: "OO-" }, - { start: 0x458421, s1: 1024, s2: 32, prefix: "OY-" }, - { start: 0x460000, s1: 26*26, s2: 26, prefix: "OH-" }, - { start: 0x468421, s1: 1024, s2: 32, prefix: "SX-" }, - { start: 0x490421, s1: 1024, s2: 32, prefix: "CS-" }, - { start: 0x4A0421, s1: 1024, s2: 32, prefix: "YR-" }, - { start: 0x4B8421, s1: 1024, s2: 32, prefix: "TC-" }, - { start: 0x740421, s1: 1024, s2: 32, prefix: "JY-" }, - { start: 0x760421, s1: 1024, s2: 32, prefix: "AP-" }, - { start: 0x768421, s1: 1024, s2: 32, prefix: "9V-" }, - { start: 0x778421, s1: 1024, s2: 32, prefix: "YK-" }, - { start: 0xC00001, s1: 26*26, s2: 26, prefix: "C-F" }, - { start: 0xC044A9, s1: 26*26, s2: 26, prefix: "C-G" }, - { start: 0xE01041, s1: 4096, s2: 64, prefix: "LV-" } - ]; - - // numeric registrations - // start: start hexid in range - // first: first numeric registration - // count: number of numeric registrations - // template: registration template, trailing characters are replaced with the numeric registration - var numeric_mappings = [ - { start: 0x140000, first: 0, count: 100000, template: "RA-00000" }, - { start: 0x0B03E8, first: 1000, count: 1000, template: "CU-T0000" } - ]; - - // fill in some derived data - for (var i = 0; i < stride_mappings.length; ++i) { - var mapping = stride_mappings[i]; - - if (!mapping.alphabet) { - mapping.alphabet = full_alphabet; - } - - if (mapping.first) { - var c1 = mapping.alphabet.indexOf(mapping.first.charAt(0)); - var c2 = mapping.alphabet.indexOf(mapping.first.charAt(1)); - var c3 = mapping.alphabet.indexOf(mapping.first.charAt(2)); - mapping.offset = c1 * mapping.s1 + c2 * mapping.s2 + c3; - } else { - mapping.offset = 0; - } - - if (mapping.last) { - var c1 = mapping.alphabet.indexOf(mapping.last.charAt(0)); - var c2 = mapping.alphabet.indexOf(mapping.last.charAt(1)); - var c3 = mapping.alphabet.indexOf(mapping.last.charAt(2)); - mapping.end = mapping.start - mapping.offset + - c1 * mapping.s1 + - c2 * mapping.s2 + - c3 - mapping.offset; - } else { - mapping.end = mapping.start - mapping.offset + - (mapping.alphabet.length - 1) * mapping.s1 + - (mapping.alphabet.length - 1) * mapping.s2 + - (mapping.alphabet.length - 1); - } + // hide the guts in a closure + + var limited_alphabet = "ABCDEFGHJKLMNPQRSTUVWXYZ"; // 24 chars; no I, O + var full_alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; // 26 chars + + // handles 3-letter suffixes assigned with a regular pattern + // + // start: first hexid of range + // s1: major stride (interval between different first letters) + // s2: minor stride (interval between different second letters) + // prefix: the registration prefix + // + // optionally: + // alphabet: the alphabet to use (defaults full_alphabet) + // first: the suffix to use at the start of the range (default: AAA) + // last: the last valid suffix in the range (default: ZZZ) + + var stride_mappings = [ + { start: 0x008011, s1: 26 * 26, s2: 26, prefix: "ZS-" }, + + { start: 0x390000, s1: 1024, s2: 32, prefix: "F-G" }, + { start: 0x398000, s1: 1024, s2: 32, prefix: "F-H" }, + + { start: 0x3C4421, s1: 1024, s2: 32, prefix: "D-A", first: 'AAA', last: 'OZZ' }, + { start: 0x3C0001, s1: 26 * 26, s2: 26, prefix: "D-A", first: 'PAA', last: 'ZZZ' }, + { start: 0x3C8421, s1: 1024, s2: 32, prefix: "D-B", first: 'AAA', last: 'OZZ' }, + { start: 0x3C2001, s1: 26 * 26, s2: 26, prefix: "D-B", first: 'PAA', last: 'ZZZ' }, + { start: 0x3CC000, s1: 26 * 26, s2: 26, prefix: "D-C" }, + { start: 0x3D04A8, s1: 26 * 26, s2: 26, prefix: "D-E" }, + { start: 0x3D4950, s1: 26 * 26, s2: 26, prefix: "D-F" }, + { start: 0x3D8DF8, s1: 26 * 26, s2: 26, prefix: "D-G" }, + { start: 0x3DD2A0, s1: 26 * 26, s2: 26, prefix: "D-H" }, + { start: 0x3E1748, s1: 26 * 26, s2: 26, prefix: "D-I" }, + + { start: 0x448421, s1: 1024, s2: 32, prefix: "OO-" }, + { start: 0x458421, s1: 1024, s2: 32, prefix: "OY-" }, + { start: 0x460000, s1: 26 * 26, s2: 26, prefix: "OH-" }, + { start: 0x468421, s1: 1024, s2: 32, prefix: "SX-" }, + { start: 0x490421, s1: 1024, s2: 32, prefix: "CS-" }, + { start: 0x4A0421, s1: 1024, s2: 32, prefix: "YR-" }, + { start: 0x4B8421, s1: 1024, s2: 32, prefix: "TC-" }, + { start: 0x740421, s1: 1024, s2: 32, prefix: "JY-" }, + { start: 0x760421, s1: 1024, s2: 32, prefix: "AP-" }, + { start: 0x768421, s1: 1024, s2: 32, prefix: "9V-" }, + { start: 0x778421, s1: 1024, s2: 32, prefix: "YK-" }, + { start: 0xC00001, s1: 26 * 26, s2: 26, prefix: "C-F" }, + { start: 0xC044A9, s1: 26 * 26, s2: 26, prefix: "C-G" }, + { start: 0xE01041, s1: 4096, s2: 64, prefix: "LV-" } + ]; + + // numeric registrations + // start: start hexid in range + // first: first numeric registration + // count: number of numeric registrations + // template: registration template, trailing characters are replaced with the numeric registration + var numeric_mappings = [ + { start: 0x140000, first: 0, count: 100000, template: "RA-00000" }, + { start: 0x0B03E8, first: 1000, count: 1000, template: "CU-T0000" } + ]; + + // fill in some derived data + for (var i = 0; i < stride_mappings.length; ++i) { + var mapping = stride_mappings[i]; + + if (!mapping.alphabet) { + mapping.alphabet = full_alphabet; } - for (var i = 0; i < numeric_mappings.length; ++i) { - numeric_mappings[i].end = numeric_mappings[i].start + numeric_mappings[i].count - 1; + if (mapping.first) { + var c1 = mapping.alphabet.indexOf(mapping.first.charAt(0)); + var c2 = mapping.alphabet.indexOf(mapping.first.charAt(1)); + var c3 = mapping.alphabet.indexOf(mapping.first.charAt(2)); + mapping.offset = c1 * mapping.s1 + c2 * mapping.s2 + c3; + } else { + mapping.offset = 0; } - function lookup(hexid) { - var hexid = +("0x" + hexid); - if (isNaN(hexid)) { - return null; - } + if (mapping.last) { + var c1 = mapping.alphabet.indexOf(mapping.last.charAt(0)); + var c2 = mapping.alphabet.indexOf(mapping.last.charAt(1)); + var c3 = mapping.alphabet.indexOf(mapping.last.charAt(2)); + mapping.end = mapping.start - mapping.offset + + c1 * mapping.s1 + + c2 * mapping.s2 + + c3 - mapping.offset; + } else { + mapping.end = mapping.start - mapping.offset + + (mapping.alphabet.length - 1) * mapping.s1 + + (mapping.alphabet.length - 1) * mapping.s2 + + (mapping.alphabet.length - 1); + } + } + + for (var i = 0; i < numeric_mappings.length; ++i) { + numeric_mappings[i].end = numeric_mappings[i].start + numeric_mappings[i].count - 1; + } + + function lookup(hexid) { + var hexid = +("0x" + hexid); + if (isNaN(hexid)) { + return null; + } + + reg = n_reg(hexid); + if (reg) + return reg; - reg = n_reg(hexid); - if (reg) - return reg; + reg = ja_reg(hexid); + if (reg) + return reg; - reg = ja_reg(hexid); - if (reg) - return reg; + reg = hl_reg(hexid); + if (reg) + return reg; - reg = hl_reg(hexid); - if (reg) - return reg; + reg = numeric_reg(hexid); + if (reg) + return reg; - reg = numeric_reg(hexid); - if (reg) - return reg; + reg = stride_reg(hexid); + if (reg) + return reg; - reg = stride_reg(hexid); - if (reg) - return reg; + return null; + } - return null; + function stride_reg(hexid) { + // try the mappings in stride_mappings + var i; + for (i = 0; i < stride_mappings.length; ++i) { + var mapping = stride_mappings[i]; + if (hexid < mapping.start || hexid > mapping.end) + continue; + + var offset = hexid - mapping.start + mapping.offset; + + var i1 = Math.floor(offset / mapping.s1); + offset = offset % mapping.s1; + var i2 = Math.floor(offset / mapping.s2); + offset = offset % mapping.s2; + var i3 = offset; + + if (i1 < 0 || i1 >= mapping.alphabet.length || + i2 < 0 || i2 >= mapping.alphabet.length || + i3 < 0 || i3 >= mapping.alphabet.length) + continue; + + return mapping.prefix + mapping.alphabet.charAt(i1) + mapping.alphabet.charAt(i2) + mapping.alphabet.charAt(i3); } - function stride_reg(hexid) { - // try the mappings in stride_mappings - var i; - for (i = 0; i < stride_mappings.length; ++i) { - var mapping = stride_mappings[i]; - if (hexid < mapping.start || hexid > mapping.end) - continue; + // nothing + return null; + } - var offset = hexid - mapping.start + mapping.offset; + function numeric_reg(hexid) { + // try the mappings in numeric_mappings + var i; + for (i = 0; i < numeric_mappings.length; ++i) { + var mapping = numeric_mappings[i]; + if (hexid < mapping.start || hexid > mapping.end) + continue; - var i1 = Math.floor(offset / mapping.s1); - offset = offset % mapping.s1; - var i2 = Math.floor(offset / mapping.s2); - offset = offset % mapping.s2; - var i3 = offset; + var reg = (hexid - mapping.start + mapping.first) + ""; + return mapping.template.substring(0, mapping.template.length - reg.length) + reg; + } + } - if (i1 < 0 || i1 >= mapping.alphabet.length || - i2 < 0 || i2 >= mapping.alphabet.length || - i3 < 0 || i3 >= mapping.alphabet.length) - continue; + // + // US N-numbers + // - return mapping.prefix + mapping.alphabet.charAt(i1) + mapping.alphabet.charAt(i2) + mapping.alphabet.charAt(i3); - } + function n_letters(rem) { + if (rem == 0) + return ""; - // nothing - return null; + --rem; + return limited_alphabet.charAt(Math.floor(rem / 25)) + n_letter(rem % 25); + } + + function n_letter(rem) { + if (rem == 0) + return ""; + + --rem; + return limited_alphabet.charAt(rem); + } + + function n_reg(hexid) { + var offset = hexid - 0xA00001; + if (offset < 0 || offset >= 915399) { + return null; } - function numeric_reg(hexid) { - // try the mappings in numeric_mappings - var i; - for (i = 0; i < numeric_mappings.length; ++i) { - var mapping = numeric_mappings[i]; - if (hexid < mapping.start || hexid > mapping.end) - continue; - - var reg = (hexid - mapping.start + mapping.first) + ""; - return mapping.template.substring(0, mapping.template.length - reg.length) + reg; - } + var digit1 = Math.floor(offset / 101711) + 1; + var reg = "N" + digit1; + offset = offset % 101711; + if (offset <= 600) { + // Na, NaA .. NaZ, NaAA .. NaZZ + return reg + n_letters(offset); } - // - // US N-numbers - // + // Na0* .. Na9* + offset -= 601; - function n_letters(rem) { - if (rem == 0) - return ""; + var digit2 = Math.floor(offset / 10111); + reg += digit2; + offset = offset % 10111; - --rem; - return limited_alphabet.charAt(Math.floor(rem / 25)) + n_letter(rem % 25); + if (offset <= 600) { + // Nab, NabA..NabZ, NabAA..NabZZ + return reg + n_letters(offset); } - function n_letter(rem) { - if (rem == 0) - return ""; + // Nab0* .. Nab9* + offset -= 601; - --rem; - return limited_alphabet.charAt(rem); + var digit3 = Math.floor(offset / 951); + reg += digit3; + offset = offset % 951; + + if (offset <= 600) { + // Nabc, NabcA .. NabcZ, NabcAA .. NabcZZ + return reg + n_letters(offset); } - function n_reg(hexid) { - var offset = hexid - 0xA00001; - if (offset < 0 || offset >= 915399) { - return null; - } - - var digit1 = Math.floor(offset / 101711) + 1; - var reg = "N" + digit1; - offset = offset % 101711; - if (offset <= 600) { - // Na, NaA .. NaZ, NaAA .. NaZZ - return reg + n_letters(offset); - } - - // Na0* .. Na9* - offset -= 601; - - var digit2 = Math.floor(offset / 10111); - reg += digit2; - offset = offset % 10111; - - if (offset <= 600) { - // Nab, NabA..NabZ, NabAA..NabZZ - return reg + n_letters(offset); - } - - // Nab0* .. Nab9* - offset -= 601; - - var digit3 = Math.floor(offset / 951); - reg += digit3; - offset = offset % 951; - - if (offset <= 600) { - // Nabc, NabcA .. NabcZ, NabcAA .. NabcZZ - return reg + n_letters(offset); - } - - // Nabc0* .. Nabc9* - offset -= 601; - - var digit4 = Math.floor(offset / 35); - reg += digit4.toFixed(0); - offset = offset % 35; - - if (offset <= 24) { - // Nabcd, NabcdA .. NabcdZ - return reg + n_letter(offset); - } - - // Nabcd0 .. Nabcd9 - offset -= 25; - return reg + offset.toFixed(0); + // Nabc0* .. Nabc9* + offset -= 601; + + var digit4 = Math.floor(offset / 35); + reg += digit4.toFixed(0); + offset = offset % 35; + + if (offset <= 24) { + // Nabcd, NabcdA .. NabcdZ + return reg + n_letter(offset); } - // South Korea - function hl_reg(hexid) { - if (hexid >= 0x71BA00 && hexid <= 0x71bf99) { - return "HL" + (hexid - 0x71BA00 + 0x7200).toString(16); - } + // Nabcd0 .. Nabcd9 + offset -= 25; + return reg + offset.toFixed(0); + } - if (hexid >= 0x71C000 && hexid <= 0x71C099) { - return "HL" + (hexid - 0x71C000 + 0x8000).toString(16); - } + // South Korea + function hl_reg(hexid) { + if (hexid >= 0x71BA00 && hexid <= 0x71bf99) { + return "HL" + (hexid - 0x71BA00 + 0x7200).toString(16); + } - if (hexid >= 0x71C200 && hexid <= 0x71C299) { - return "HL" + (hexid - 0x71C200 + 0x8200).toString(16); - } + if (hexid >= 0x71C000 && hexid <= 0x71C099) { + return "HL" + (hexid - 0x71C000 + 0x8000).toString(16); + } - return null; + if (hexid >= 0x71C200 && hexid <= 0x71C299) { + return "HL" + (hexid - 0x71C200 + 0x8200).toString(16); } - // Japan - function ja_reg(hexid) { - var offset = hexid - 0x840000; - if (offset < 0 || offset >= 229840) - return null; - - var reg = "JA"; - - var digit1 = Math.floor(offset / 22984); - if (digit1 < 0 || digit1 > 9) - return null; - reg += digit1; - offset = offset % 22984; - - var digit2 = Math.floor(offset / 916); - if (digit2 < 0 || digit2 > 9) - return null; - reg += digit2; - offset = offset % 916; - - if (offset < 340) { - // 3rd is a digit, 4th is a digit or letter - var digit3 = Math.floor(offset / 34); - reg += digit3; - offset = offset % 34; - - if (offset < 10) { - // 4th is a digit - return reg + offset; - } - - // 4th is a letter - offset -= 10; - return reg + limited_alphabet.charAt(offset); - } - - // 3rd and 4th are letters - offset -= 340; - var letter3 = Math.floor(offset / 24); - return reg + limited_alphabet.charAt(letter3) + limited_alphabet.charAt(offset % 24); + return null; + } + + // Japan + function ja_reg(hexid) { + var offset = hexid - 0x840000; + if (offset < 0 || offset >= 229840) + return null; + + var reg = "JA"; + + var digit1 = Math.floor(offset / 22984); + if (digit1 < 0 || digit1 > 9) + return null; + reg += digit1; + offset = offset % 22984; + + var digit2 = Math.floor(offset / 916); + if (digit2 < 0 || digit2 > 9) + return null; + reg += digit2; + offset = offset % 916; + + if (offset < 340) { + // 3rd is a digit, 4th is a digit or letter + var digit3 = Math.floor(offset / 34); + reg += digit3; + offset = offset % 34; + + if (offset < 10) { + // 4th is a digit + return reg + offset; + } + + // 4th is a letter + offset -= 10; + return reg + limited_alphabet.charAt(offset); } - return lookup; + // 3rd and 4th are letters + offset -= 340; + var letter3 = Math.floor(offset / 24); + return reg + limited_alphabet.charAt(letter3) + limited_alphabet.charAt(offset % 24); + } + + return lookup; })(); // make nodejs happy: if (typeof module !== 'undefined') { - module.exports = registration_from_hexid; + module.exports = registration_from_hexid; } diff --git a/public_html/script.js b/public_html/script.js index 7d2806bc..1f23ae17 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -3,14 +3,14 @@ // Define our global variables var OLMap = null; -var StaticFeatures = new ol.Collection(); +var StaticFeatures = new ol.Collection(); var SiteCircleFeatures = new ol.Collection(); -var PlaneIconFeatures = new ol.Collection(); +var PlaneIconFeatures = new ol.Collection(); var PlaneTrailFeatures = new ol.Collection(); -var MyFeatures = new ol.Collection(); // AKISSACK Ref: AK9U -var MaxRangeFeatures = new ol.Collection(); // AKISSACK Ref: AK8A -var MidRangeFeatures = new ol.Collection(); // AKISSACK Ref: AK8A -var MinRangeFeatures = new ol.Collection(); // AKISSACK Ref: AK8A +var MyFeatures = new ol.Collection(); // AKISSACK Ref: AK9U +var MaxRangeFeatures = new ol.Collection(); // AKISSACK Ref: AK8A +var MidRangeFeatures = new ol.Collection(); // AKISSACK Ref: AK8A +var MinRangeFeatures = new ol.Collection(); // AKISSACK Ref: AK8A var SleafordRangeFeatures = new ol.Collection(); // AKISSACK Ref: AK8Z var Planes = {}; var PlanesOrdered = []; @@ -26,9 +26,9 @@ var SelectedMilPlanes = false; // Allow selection of all planes of interest // -------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------- AKISSACK var SpecialSquawks = { - '7500' : { cssClass: 'squawk7500', markerColor: 'rgb(255, 85, 85)', text: 'Aircraft Hijacking' }, - '7600' : { cssClass: 'squawk7600', markerColor: 'rgb(0, 255, 255)', text: 'Radio Failure' }, - '7700' : { cssClass: 'squawk7700', markerColor: 'rgb(255, 255, 0)', text: 'General Emergency' } + '7500': { cssClass: 'squawk7500', markerColor: 'rgb(255, 85, 85)', text: 'Aircraft Hijacking' }, + '7600': { cssClass: 'squawk7600', markerColor: 'rgb(0, 255, 255)', text: 'Radio Failure' }, + '7700': { cssClass: 'squawk7700', markerColor: 'rgb(255, 255, 0)', text: 'General Emergency' } }; var CenterLat, CenterLon, ZoomLvl, MapType; // Get current map settings @@ -72,426 +72,426 @@ var layers; var layerGroup; function checkSidebarWidthChange() { // AKISSACK mapsize Ref: AKDD - var newSidebarWidth = 0; - newSidebarWidth = $("#sidebar_container").width(); - if (lastSidebarWidth != newSidebarWidth ) { - console.log("The sidebar was resized"); - updateMapSize(); - lastSidebarWidth = newSidebarWidth ; - } + var newSidebarWidth = 0; + newSidebarWidth = $("#sidebar_container").width(); + if (lastSidebarWidth != newSidebarWidth) { + console.log("The sidebar was resized"); + updateMapSize(); + lastSidebarWidth = newSidebarWidth; + } } function processReceiverUpdate(data) { - // Loop through all the planes in the data packet - var now = data.now; - var acs = data.aircraft; - - // Detect stats reset - if (MessageCountHistory.length > 0 && MessageCountHistory[MessageCountHistory.length - 1].messages > data.messages) { - MessageCountHistory = [ - { - time: MessageCountHistory[MessageCountHistory.length - 1].time, - messages: 0, - }, - ]; - } - - // Note the message count in the history - MessageCountHistory.push({ time: now, messages: data.messages }); - // .. and clean up any old values - if (now - MessageCountHistory[0].time > 30) MessageCountHistory.shift(); - - for (var j = 0; j < acs.length; j++) { - var ac = acs[j]; - var hex = ac.hex; - var squawk = ac.squawk; - var plane = null; - - // Do we already have this plane object in Planes? If not make it. - if (Planes[hex]) { - plane = Planes[hex]; - } else { - plane = new PlaneObject(hex); - plane.filter = PlaneFilter; - plane.tr = PlaneRowTemplate.cloneNode(true); - - if (hex[0] === "~") { // Non-ICAO address - plane.tr.cells[0].textContent = hex.substring(1); - $(plane.tr).css("font-style", "italic"); - } else { - plane.tr.cells[0].textContent = hex; - } - - // set flag image if available - if (ShowFlags && plane.icaorange.flag_image !== null) { - $("img", plane.tr.cells[1]).attr( - "src", - FlagPath + plane.icaorange.flag_image - ); - $("img", plane.tr.cells[1]).attr("title", plane.icaorange.country); - } else { - $("img", plane.tr.cells[1]).css("display", "none"); - } - - plane.tr.addEventListener( - "click", - function (h, evt) { - if (evt.srcElement instanceof HTMLAnchorElement) { - evt.stopPropagation(); - return; - } - if (!$("#map_container").is(":visible")) { - showMap(); - } - selectPlaneByHex(h, false); - adjustSelectedInfoBlockPosition(); - evt.preventDefault(); - }.bind(undefined, hex) - ); - - plane.tr.addEventListener( - "dblclick", - function (h, evt) { - if (!$("#map_container").is(":visible")) { - showMap(); - } - selectPlaneByHex(h, true); - adjustSelectedInfoBlockPosition(); - evt.preventDefault(); - }.bind(undefined, hex) - ); - - Planes[hex] = plane; - PlanesOrdered.push(plane); - } - - // Call the function update - plane.updateData(now, ac); - } + // Loop through all the planes in the data packet + var now = data.now; + var acs = data.aircraft; + + // Detect stats reset + if (MessageCountHistory.length > 0 && MessageCountHistory[MessageCountHistory.length - 1].messages > data.messages) { + MessageCountHistory = [ + { + time: MessageCountHistory[MessageCountHistory.length - 1].time, + messages: 0, + }, + ]; + } + + // Note the message count in the history + MessageCountHistory.push({ time: now, messages: data.messages }); + // .. and clean up any old values + if (now - MessageCountHistory[0].time > 30) MessageCountHistory.shift(); + + for (var j = 0; j < acs.length; j++) { + var ac = acs[j]; + var hex = ac.hex; + var squawk = ac.squawk; + var plane = null; + + // Do we already have this plane object in Planes? If not make it. + if (Planes[hex]) { + plane = Planes[hex]; + } else { + plane = new PlaneObject(hex); + plane.filter = PlaneFilter; + plane.tr = PlaneRowTemplate.cloneNode(true); + + if (hex[0] === "~") { // Non-ICAO address + plane.tr.cells[0].textContent = hex.substring(1); + $(plane.tr).css("font-style", "italic"); + } else { + plane.tr.cells[0].textContent = hex; + } + + // set flag image if available + if (ShowFlags && plane.icaorange.flag_image !== null) { + $("img", plane.tr.cells[1]).attr( + "src", + FlagPath + plane.icaorange.flag_image + ); + $("img", plane.tr.cells[1]).attr("title", plane.icaorange.country); + } else { + $("img", plane.tr.cells[1]).css("display", "none"); + } + + plane.tr.addEventListener( + "click", + function (h, evt) { + if (evt.srcElement instanceof HTMLAnchorElement) { + evt.stopPropagation(); + return; + } + if (!$("#map_container").is(":visible")) { + showMap(); + } + selectPlaneByHex(h, false); + adjustSelectedInfoBlockPosition(); + evt.preventDefault(); + }.bind(undefined, hex) + ); + + plane.tr.addEventListener( + "dblclick", + function (h, evt) { + if (!$("#map_container").is(":visible")) { + showMap(); + } + selectPlaneByHex(h, true); + adjustSelectedInfoBlockPosition(); + evt.preventDefault(); + }.bind(undefined, hex) + ); + + Planes[hex] = plane; + PlanesOrdered.push(plane); + } + + // Call the function update + plane.updateData(now, ac); + } } function fetchData() { - if (FetchPending !== null && FetchPending.state() == "pending") { - // don't double up on fetches, let the last one resolve - return; - } - - FetchPending = $.ajax({ - url: EndpointDump1090 + "data/aircraft.json", - timeout: 5000, - cache: false, - dataType: "json", - }); - - FetchPending.done(function (data) { - var now = data.now; + if (FetchPending !== null && FetchPending.state() == "pending") { + // don't double up on fetches, let the last one resolve + return; + } + + FetchPending = $.ajax({ + url: EndpointDump1090 + "data/aircraft.json", + timeout: 5000, + cache: false, + dataType: "json", + }); - processReceiverUpdate(data); + FetchPending.done(function (data) { + var now = data.now; - // update timestamps, visibility, history track for all planes - not only those updated - for (var i = 0; i < PlanesOrdered.length; ++i) { - var plane = PlanesOrdered[i]; - plane.updateTick(now, LastReceiverTimestamp); - } + processReceiverUpdate(data); - selectNewPlanes(); - refreshTableInfo(); - refreshSelected(); + // update timestamps, visibility, history track for all planes - not only those updated + for (var i = 0; i < PlanesOrdered.length; ++i) { + var plane = PlanesOrdered[i]; + plane.updateTick(now, LastReceiverTimestamp); + } - if (ReceiverClock) { - var rcv = new Date(now * 1000); - ReceiverClock.render( - rcv.getUTCHours(), - rcv.getUTCMinutes(), - rcv.getUTCSeconds() - ); - } + selectNewPlanes(); + refreshTableInfo(); + refreshSelected(); - // Check for stale receiver data - if (LastReceiverTimestamp === now) { - StaleReceiverCount++; - if (StaleReceiverCount > 5) { + if (ReceiverClock) { + var rcv = new Date(now * 1000); + ReceiverClock.render( + rcv.getUTCHours(), + rcv.getUTCMinutes(), + rcv.getUTCSeconds() + ); + } + + // Check for stale receiver data + if (LastReceiverTimestamp === now) { + StaleReceiverCount++; + if (StaleReceiverCount > 5) { + $("#update_error_detail").text( + "The data from dump1090 hasn't been updated in a while. Maybe dump1090 is no longer running?" + ); + $("#update_error").css("display", "block"); + } + } else { + StaleReceiverCount = 0; + LastReceiverTimestamp = now; + $("#update_error").css("display", "none"); + } + }); + + FetchPending.fail(function (jqxhr, status, error) { $("#update_error_detail").text( - "The data from dump1090 hasn't been updated in a while. Maybe dump1090 is no longer running?" + "AJAX call failed (" + + status + + (error ? ": " + error : "") + + "). Maybe dump1090 is no longer running?" ); $("#update_error").css("display", "block"); - } - } else { - StaleReceiverCount = 0; - LastReceiverTimestamp = now; - $("#update_error").css("display", "none"); - } - }); - - FetchPending.fail(function (jqxhr, status, error) { - $("#update_error_detail").text( - "AJAX call failed (" + - status + - (error ? ": " + error : "") + - "). Maybe dump1090 is no longer running?" - ); - $("#update_error").css("display", "block"); - }); + }); } var PositionHistorySize = 0; function initialize() { - // Set page basics - document.title = PageName; - MaxRange = 0; // AKISSACK Display range Ref: AK9T - - // $("#infoblock_name").text(PageName); AKISSACK - Ref: AK9W - $("#infoblock_name").text(""); - - PlaneRowTemplate = document.getElementById("plane_row_template"); - - $("#timestamps").css("display", "none"); // AKISSACK remove clocks - $("#loader").removeClass("hidden"); - - // Set up map/sidebar splitter - $("#sidebar_container").resizable({ handles: { w: "#splitter" } }); - - // Set up aircraft information panel - $("#selected_infoblock").draggable({ containment: "parent" }); - - // Set up event handlers for buttons - $("#toggle_sidebar_button").click(toggleSidebarVisibility); - $("#expand_sidebar_button").click(expandSidebar); - $("#show_map_button").click(showMap); - - // Set initial element visibility - $("#show_map_button").hide(); - $("#show_range_admin_buttons").hide(); - setColumnVisibility(); - - // Initialize other controls - initializeUnitsSelector(); - - // Set up altitude filter button event handlers and validation options - $("#altitude_filter_form").submit(onFilterByAltitude); - $("#altitude_filter_form").validate({ - errorPlacement: function (error, element) { - return true; - }, - rules: { - minAltitude: {number: true, min: -99999, max: 99999,}, - maxAltitude: {number: true, min: -99999, max: 99999,}, - }, - }); - $("#altitude_filter_reset_button").click(onResetAltitudeFilter); - - // Force map to redraw if sidebar container is resized - use a timer to debounce - var mapResizeTimeout; - $("#sidebar_container").on("resize", function () { - clearTimeout(mapResizeTimeout); - mapResizeTimeout = setTimeout(updateMapSize, 10); - }); - - // Get receiver metadata, reconfigure using it, then continue with initialization - $.ajax({ - url: EndpointDump1090 + "data/receiver.json", - timeout: 5000, - cache: false, - dataType: "json", - }) - - .done(function (data) { - if (typeof data.lat !== "undefined") { - SiteShow = true; - SiteLat = data.lat; - SiteLon = data.lon; - DefaultCenterLat = data.lat; - DefaultCenterLon = data.lon; - } - - Dump1090Version = data.version; - RefreshInterval = data.refresh; - PositionHistorySize = data.history; - }) + // Set page basics + document.title = PageName; + MaxRange = 0; // AKISSACK Display range Ref: AK9T + + // $("#infoblock_name").text(PageName); AKISSACK - Ref: AK9W + $("#infoblock_name").text(""); + + PlaneRowTemplate = document.getElementById("plane_row_template"); + + $("#timestamps").css("display", "none"); // AKISSACK remove clocks + $("#loader").removeClass("hidden"); + + // Set up map/sidebar splitter + $("#sidebar_container").resizable({ handles: { w: "#splitter" } }); + + // Set up aircraft information panel + $("#selected_infoblock").draggable({ containment: "parent" }); - .always(function () { - initialize_map(); - start_load_history(); + // Set up event handlers for buttons + $("#toggle_sidebar_button").click(toggleSidebarVisibility); + $("#expand_sidebar_button").click(expandSidebar); + $("#show_map_button").click(showMap); + + // Set initial element visibility + $("#show_map_button").hide(); + $("#show_range_admin_buttons").hide(); + setColumnVisibility(); + + // Initialize other controls + initializeUnitsSelector(); + + // Set up altitude filter button event handlers and validation options + $("#altitude_filter_form").submit(onFilterByAltitude); + $("#altitude_filter_form").validate({ + errorPlacement: function (error, element) { + return true; + }, + rules: { + minAltitude: { number: true, min: -99999, max: 99999, }, + maxAltitude: { number: true, min: -99999, max: 99999, }, + }, + }); + $("#altitude_filter_reset_button").click(onResetAltitudeFilter); + + // Force map to redraw if sidebar container is resized - use a timer to debounce + var mapResizeTimeout; + $("#sidebar_container").on("resize", function () { + clearTimeout(mapResizeTimeout); + mapResizeTimeout = setTimeout(updateMapSize, 10); }); + // Get receiver metadata, reconfigure using it, then continue with initialization + $.ajax({ + url: EndpointDump1090 + "data/receiver.json", + timeout: 5000, + cache: false, + dataType: "json", + }) + + .done(function (data) { + if (typeof data.lat !== "undefined") { + SiteShow = true; + SiteLat = data.lat; + SiteLon = data.lon; + DefaultCenterLat = data.lat; + DefaultCenterLon = data.lon; + } + + Dump1090Version = data.version; + RefreshInterval = data.refresh; + PositionHistorySize = data.history; + }) + + .always(function () { + initialize_map(); + start_load_history(); + }); + // AKISSACK Range plot - Now able to read from local (or session) storage if available Ref: AK8C if (TypeOfStorageSession == 'Session') { - if (sessionStorage.getItem("MaxRngLon") && sessionStorage.getItem("MaxRngLat") && sessionStorage.getItem("MaxRngRange")) { - console.log("Loading max range from session storage"); - MaxRngLat = JSON.parse(sessionStorage.getItem("MaxRngLat")); - MaxRngLon = JSON.parse(sessionStorage.getItem("MaxRngLon")); - MaxRngRange = JSON.parse(sessionStorage.getItem("MaxRngRange")); - } else { - //console.log("Setting up max range"); - for (var j = 0; j < 360; j++) { - MaxRngRange[j] = 0; - MaxRngLat[j] = SiteLat; - MaxRngLon[j] = SiteLon; - } - } - - if (sessionStorage.getItem("MidRngLon") && sessionStorage.getItem("MidRngLat") && sessionStorage.getItem("MidRngRange") ) { - //console.log("Loading mid range"); - MidRngLat = JSON.parse(sessionStorage.getItem("MidRngLat")); - MidRngLon = JSON.parse(sessionStorage.getItem("MidRngLon")); - MidRngRange = JSON.parse(sessionStorage.getItem("MidRngRange")); - } else { - for (var j = 0; j < 360; j++) { - MidRngRange[j] = 0; - MidRngLat[j] = SiteLat; - MidRngLon[j] = SiteLon; - } - } - - if (sessionStorage.getItem("MinRngLon") && sessionStorage.getItem("MinRngLat") && sessionStorage.getItem("MinRngRange") ) { - //console.log("Loading min range"); - MinRngLat = JSON.parse(sessionStorage.getItem("MinRngLat")); - MinRngLon = JSON.parse(sessionStorage.getItem("MinRngLon")); - MinRngRange = JSON.parse(sessionStorage.getItem("MinRngRange")); - } else { - for (var j = 0; j < 360; j++) { - MinRngRange[j] = 0; - MinRngLat[j] = SiteLat; - MinRngLon[j] = SiteLon; - } - } - } else { - if (localStorage.getItem("MaxRngLon") && localStorage.getItem("MaxRngLat") && localStorage.getItem("MaxRngRange")) { - console.log("Loading max range from local storage"); - MaxRngLat = JSON.parse(localStorage.getItem("MaxRngLat")); - MaxRngLon = JSON.parse(localStorage.getItem("MaxRngLon")); - MaxRngRange = JSON.parse(localStorage.getItem("MaxRngRange")); - } else { - //console.log("Setting up max range"); - for (var j = 0; j < 360; j++) { - MaxRngRange[j] = 0; - MaxRngLat[j] = SiteLat; - MaxRngLon[j] = SiteLon; - } - } - - if (localStorage.getItem("MidRngLon") && localStorage.getItem("MidRngLat") && localStorage.getItem("MidRngRange") ) { - //console.log("Loading mid range"); - MidRngLat = JSON.parse(localStorage.getItem("MidRngLat")); - MidRngLon = JSON.parse(localStorage.getItem("MidRngLon")); - MidRngRange = JSON.parse(localStorage.getItem("MidRngRange")); - } else { - for (var j = 0; j < 360; j++) { - MidRngRange[j] = 0; - MidRngLat[j] = SiteLat; - MidRngLon[j] = SiteLon; - } - } - - if (localStorage.getItem("MinRngLon") && localStorage.getItem("MinRngLat") && localStorage.getItem("MinRngRange") ) { - //console.log("Loading min range"); - MinRngLat = JSON.parse(localStorage.getItem("MinRngLat")); - MinRngLon = JSON.parse(localStorage.getItem("MinRngLon")); - MinRngRange = JSON.parse(localStorage.getItem("MinRngRange")); - } else { - for (var j = 0; j < 360; j++) { - MinRngRange[j] = 0; - MinRngLat[j] = SiteLat; - MinRngLon[j] = SiteLon; - } - } - } + if (sessionStorage.getItem("MaxRngLon") && sessionStorage.getItem("MaxRngLat") && sessionStorage.getItem("MaxRngRange")) { + console.log("Loading max range from session storage"); + MaxRngLat = JSON.parse(sessionStorage.getItem("MaxRngLat")); + MaxRngLon = JSON.parse(sessionStorage.getItem("MaxRngLon")); + MaxRngRange = JSON.parse(sessionStorage.getItem("MaxRngRange")); + } else { + //console.log("Setting up max range"); + for (var j = 0; j < 360; j++) { + MaxRngRange[j] = 0; + MaxRngLat[j] = SiteLat; + MaxRngLon[j] = SiteLon; + } + } + + if (sessionStorage.getItem("MidRngLon") && sessionStorage.getItem("MidRngLat") && sessionStorage.getItem("MidRngRange")) { + //console.log("Loading mid range"); + MidRngLat = JSON.parse(sessionStorage.getItem("MidRngLat")); + MidRngLon = JSON.parse(sessionStorage.getItem("MidRngLon")); + MidRngRange = JSON.parse(sessionStorage.getItem("MidRngRange")); + } else { + for (var j = 0; j < 360; j++) { + MidRngRange[j] = 0; + MidRngLat[j] = SiteLat; + MidRngLon[j] = SiteLon; + } + } + + if (sessionStorage.getItem("MinRngLon") && sessionStorage.getItem("MinRngLat") && sessionStorage.getItem("MinRngRange")) { + //console.log("Loading min range"); + MinRngLat = JSON.parse(sessionStorage.getItem("MinRngLat")); + MinRngLon = JSON.parse(sessionStorage.getItem("MinRngLon")); + MinRngRange = JSON.parse(sessionStorage.getItem("MinRngRange")); + } else { + for (var j = 0; j < 360; j++) { + MinRngRange[j] = 0; + MinRngLat[j] = SiteLat; + MinRngLon[j] = SiteLon; + } + } + } else { + if (localStorage.getItem("MaxRngLon") && localStorage.getItem("MaxRngLat") && localStorage.getItem("MaxRngRange")) { + console.log("Loading max range from local storage"); + MaxRngLat = JSON.parse(localStorage.getItem("MaxRngLat")); + MaxRngLon = JSON.parse(localStorage.getItem("MaxRngLon")); + MaxRngRange = JSON.parse(localStorage.getItem("MaxRngRange")); + } else { + //console.log("Setting up max range"); + for (var j = 0; j < 360; j++) { + MaxRngRange[j] = 0; + MaxRngLat[j] = SiteLat; + MaxRngLon[j] = SiteLon; + } + } + + if (localStorage.getItem("MidRngLon") && localStorage.getItem("MidRngLat") && localStorage.getItem("MidRngRange")) { + //console.log("Loading mid range"); + MidRngLat = JSON.parse(localStorage.getItem("MidRngLat")); + MidRngLon = JSON.parse(localStorage.getItem("MidRngLon")); + MidRngRange = JSON.parse(localStorage.getItem("MidRngRange")); + } else { + for (var j = 0; j < 360; j++) { + MidRngRange[j] = 0; + MidRngLat[j] = SiteLat; + MidRngLon[j] = SiteLon; + } + } + + if (localStorage.getItem("MinRngLon") && localStorage.getItem("MinRngLat") && localStorage.getItem("MinRngRange")) { + //console.log("Loading min range"); + MinRngLat = JSON.parse(localStorage.getItem("MinRngLat")); + MinRngLon = JSON.parse(localStorage.getItem("MinRngLon")); + MinRngRange = JSON.parse(localStorage.getItem("MinRngRange")); + } else { + for (var j = 0; j < 360; j++) { + MinRngRange[j] = 0; + MinRngLat[j] = SiteLat; + MinRngLon[j] = SiteLon; + } + } + } } var CurrentHistoryFetch = null; var PositionHistoryBuffer = []; function start_load_history() { - if (PositionHistorySize > 0 && window.location.hash != "#nohistory") { - $("#loader_progress").attr("max", PositionHistorySize); - console.log("Starting to load history (" + PositionHistorySize + " items)"); - load_history_item(0); - } else { - end_load_history(); - } + if (PositionHistorySize > 0 && window.location.hash != "#nohistory") { + $("#loader_progress").attr("max", PositionHistorySize); + console.log("Starting to load history (" + PositionHistorySize + " items)"); + load_history_item(0); + } else { + end_load_history(); + } } function load_history_item(i) { - if (i >= PositionHistorySize) { - end_load_history(); - return; - } - - // Ref: AK9Y -- console.log("Loading history #" + i); - $("#loader_progress").attr("value", i); - - $.ajax({ - url: EndpointDump1090 + "data/history_" + i + ".json", - timeout: 5000, - cache: false, - dataType: "json", - }) - - .done(function (data) { - PositionHistoryBuffer.push(data); - load_history_item(i + 1); + if (i >= PositionHistorySize) { + end_load_history(); + return; + } + + // Ref: AK9Y -- console.log("Loading history #" + i); + $("#loader_progress").attr("value", i); + + $.ajax({ + url: EndpointDump1090 + "data/history_" + i + ".json", + timeout: 5000, + cache: false, + dataType: "json", }) - .fail(function (jqxhr, status, error) { - // No more history - end_load_history(); - }); + .done(function (data) { + PositionHistoryBuffer.push(data); + load_history_item(i + 1); + }) + + .fail(function (jqxhr, status, error) { + // No more history + end_load_history(); + }); } function end_load_history() { - $("#loader").addClass("hidden"); + $("#loader").addClass("hidden"); - console.log("Done loading history"); + console.log("Done loading history"); - if (PositionHistoryBuffer.length > 0) { - var now, - last = 0; + if (PositionHistoryBuffer.length > 0) { + var now, + last = 0; - // Sort history by timestamp - console.log("Sorting history"); - PositionHistoryBuffer.sort(function (x, y) { - return x.now - y.now; - }); - - // Process history - for (var h = 0; h < PositionHistoryBuffer.length; ++h) { - now = PositionHistoryBuffer[h].now; - // Ref: AK9Y -- console.log("Applying history " + h + "/" + PositionHistoryBuffer.length + " at: " + now); - processReceiverUpdate(PositionHistoryBuffer[h]); + // Sort history by timestamp + console.log("Sorting history"); + PositionHistoryBuffer.sort(function (x, y) { + return x.now - y.now; + }); - // update track - // Ref: AK9Y -- console.log("Updating tracks at: " + now); - for (var i = 0; i < PlanesOrdered.length; ++i) { - var plane = PlanesOrdered[i]; - plane.updateTrack(now - last + 1); - } - last = now; - } + // Process history + for (var h = 0; h < PositionHistoryBuffer.length; ++h) { + now = PositionHistoryBuffer[h].now; + // Ref: AK9Y -- console.log("Applying history " + h + "/" + PositionHistoryBuffer.length + " at: " + now); + processReceiverUpdate(PositionHistoryBuffer[h]); + + // update track + // Ref: AK9Y -- console.log("Updating tracks at: " + now); + for (var i = 0; i < PlanesOrdered.length; ++i) { + var plane = PlanesOrdered[i]; + plane.updateTrack(now - last + 1); + } + last = now; + } - // Final pass to update all planes to their latest state - console.log("Final history cleanup pass"); - for (var i = 0; i < PlanesOrdered.length; ++i) { - var plane = PlanesOrdered[i]; - plane.updateTick(now); + // Final pass to update all planes to their latest state + console.log("Final history cleanup pass"); + for (var i = 0; i < PlanesOrdered.length; ++i) { + var plane = PlanesOrdered[i]; + plane.updateTick(now); + } + LastReceiverTimestamp = last; } - LastReceiverTimestamp = last; - } - PositionHistoryBuffer = null; + PositionHistoryBuffer = null; - console.log("Completing initialisation."); + console.log("Completing initialisation."); - refreshTableInfo(); - refreshSelected(); - reaper(); + refreshTableInfo(); + refreshSelected(); + reaper(); - // Setup our timer to poll from the server. - window.setInterval(fetchData, RefreshInterval); - window.setInterval(reaper, 60000); - lastSidebarWidth = $("#sidebar_container").width(); // AKISSACK mapsize Ref: AKDD - // And kick off one refresh immediately. - fetchData(); + // Setup our timer to poll from the server. + window.setInterval(fetchData, RefreshInterval); + window.setInterval(reaper, 60000); + lastSidebarWidth = $("#sidebar_container").width(); // AKISSACK mapsize Ref: AKDD + // And kick off one refresh immediately. + fetchData(); } // Make a LineString with 'points'- number points @@ -499,1791 +499,1793 @@ function end_load_history() { // great circle distance from 'center' to each point is // 'radius' meters function make_geodesic_circle(center, radius, points) { - var angularDistance = radius / 6378137.0; - var lon1 = center[0] * Math.PI / 180.0; - var lat1 = center[1] * Math.PI / 180.0; - var geom; - for (var i = 0; i <= points; ++i) { - var bearing = i * 2 * Math.PI / points; - - var lat2 = Math.asin( Math.sin(lat1)*Math.cos(angularDistance) + - Math.cos(lat1)*Math.sin(angularDistance)*Math.cos(bearing) ); - var lon2 = lon1 + Math.atan2(Math.sin(bearing)*Math.sin(angularDistance)*Math.cos(lat1), - Math.cos(angularDistance)-Math.sin(lat1)*Math.sin(lat2)); - - lat2 = lat2 * 180.0 / Math.PI; - lon2 = lon2 * 180.0 / Math.PI; - if (!geom) { - geom = new ol.geom.LineString([[lon2, lat2]]); - } else { - geom.appendCoordinate([lon2, lat2]); - } + var angularDistance = radius / 6378137.0; + var lon1 = center[0] * Math.PI / 180.0; + var lat1 = center[1] * Math.PI / 180.0; + var geom; + for (var i = 0; i <= points; ++i) { + var bearing = i * 2 * Math.PI / points; + + var lat2 = Math.asin(Math.sin(lat1) * Math.cos(angularDistance) + + Math.cos(lat1) * Math.sin(angularDistance) * Math.cos(bearing)); + var lon2 = lon1 + Math.atan2(Math.sin(bearing) * Math.sin(angularDistance) * Math.cos(lat1), + Math.cos(angularDistance) - Math.sin(lat1) * Math.sin(lat2)); + + lat2 = lat2 * 180.0 / Math.PI; + lon2 = lon2 * 180.0 / Math.PI; + if (!geom) { + geom = new ol.geom.LineString([[lon2, lat2]]); + } else { + geom.appendCoordinate([lon2, lat2]); } - return geom; + } + return geom; } // Initalizes the map and starts up our timers to call various functions function initialize_map() { - // Load stored map settings if present - CenterLat = Number(localStorage["CenterLat"]) || DefaultCenterLat; - CenterLon = Number(localStorage["CenterLon"]) || DefaultCenterLon; - ZoomLvl = Number(localStorage["ZoomLvl"]) || DefaultZoomLvl; - MapType = localStorage["MapType"]; - - // Set SitePosition, initialize sorting - if ( - SiteShow && - typeof SiteLat !== "undefined" && - typeof SiteLon !== "undefined" - ) { - SitePosition = [SiteLon, SiteLat]; - sortByDistance(); - } else { - SitePosition = null; - PlaneRowTemplate.cells[9].style.display = "none"; // hide distance column - document.getElementById("distance").style.display = "none"; // hide distance header - sortByAltitude(); - } - - // Maybe hide flag info - if (!ShowFlags) { - PlaneRowTemplate.cells[1].style.display = "none"; // hide flag column - document.getElementById("flag").style.display = "none"; // hide flag header - document.getElementById("infoblock_country").style.display = "none"; // hide country row - } - - // Initialize OL6 - var layers = createBaseLayers(); - - // -------------------------------------------------------------- - // AKISSACK - ADD LAYERS ---------------------- ref: AK4A starts - // -------------------------------------------------------------- - - if (ShowUKCivviLayers) { - var vordmeLayer = new ol.layer.Vector({ - name: "vordme", - type: "overlay", - title: "VOR/DME", - source: new ol.source.Vector({ - url: "layers/UK_VOR+DME+NDB+TACAN.geojson", - format: new ol.format.GeoJSON({ - defaultDataProjection: "EPSG:4326", - projection: "EPSG:3857", - }), - }), - style: (function () { - var style = new ol.style.Style({ - image: new ol.style.Icon({ - src: "layers/img/vor+ndb.png", - }), - text: new ol.style.Text({ - text: "field-1", - scale: 1, - offsetX: 1, - offsetY: -11, - fill: new ol.style.Fill({ - color: "#003300", + // Load stored map settings if present + CenterLat = Number(localStorage["CenterLat"]) || DefaultCenterLat; + CenterLon = Number(localStorage["CenterLon"]) || DefaultCenterLon; + ZoomLvl = Number(localStorage["ZoomLvl"]) || DefaultZoomLvl; + MapType = localStorage["MapType"]; + + // Set SitePosition, initialize sorting + if ( + SiteShow && + typeof SiteLat !== "undefined" && + typeof SiteLon !== "undefined" + ) { + SitePosition = [SiteLon, SiteLat]; + sortByDistance(); + } else { + SitePosition = null; + PlaneRowTemplate.cells[9].style.display = "none"; // hide distance column + document.getElementById("distance").style.display = "none"; // hide distance header + sortByAltitude(); + } + + // Maybe hide flag info + if (!ShowFlags) { + PlaneRowTemplate.cells[1].style.display = "none"; // hide flag column + document.getElementById("flag").style.display = "none"; // hide flag header + document.getElementById("infoblock_country").style.display = "none"; // hide country row + } + + // Initialize OL6 + var layers = createBaseLayers(); + + // -------------------------------------------------------------- + // AKISSACK - ADD LAYERS ---------------------- ref: AK4A starts + // -------------------------------------------------------------- + + if (ShowUKCivviLayers) { + var vordmeLayer = new ol.layer.Vector({ + name: "vordme", + type: "overlay", + title: "VOR/DME", + source: new ol.source.Vector({ + url: "layers/UK_VOR+DME+NDB+TACAN.geojson", + format: new ol.format.GeoJSON({ + defaultDataProjection: "EPSG:4326", + projection: "EPSG:3857", + }), }), - }), + style: (function () { + var style = new ol.style.Style({ + image: new ol.style.Icon({ + src: "layers/img/vor+ndb.png", + }), + text: new ol.style.Text({ + text: "field-1", + scale: 1, + offsetX: 1, + offsetY: -11, + fill: new ol.style.Fill({ + color: "#003300", + }), + }), + }); + var styles = [style]; + return function (feature, resolution) { + style.getText().setText(feature.get("field_2")); + return styles; + }; + })(), }); - var styles = [style]; - return function (feature, resolution) { - style.getText().setText(feature.get("field_2")); - return styles; - }; - })(), - }); - vordmeLayer.setVisible(false); - - //UK_NavigationPoints.geojson - var navPointsLayer = new ol.layer.Vector({ - name: "navigation", - type: "overlay", - title: "Nav Points", - source: new ol.source.Vector({ - url: "layers/UK_NavigationPoints.geojson", - format: new ol.format.GeoJSON({ - defaultDataProjection: "EPSG:4326", - projection: "EPSG:3857", - }), - }), - - style: (function () { - var style = new ol.style.Style({ - image: new ol.style.Icon({ - src: "layers/img/point.png", - }), - text: new ol.style.Text({ - text: "field-1", - scale: 0.75, - offsetX: -1, - offsetY: 10, - fill: new ol.style.Fill({ - color: "#003300", + vordmeLayer.setVisible(false); + + //UK_NavigationPoints.geojson + var navPointsLayer = new ol.layer.Vector({ + name: "navigation", + type: "overlay", + title: "Nav Points", + source: new ol.source.Vector({ + url: "layers/UK_NavigationPoints.geojson", + format: new ol.format.GeoJSON({ + defaultDataProjection: "EPSG:4326", + projection: "EPSG:3857", + }), + }), + + style: (function () { + var style = new ol.style.Style({ + image: new ol.style.Icon({ + src: "layers/img/point.png", + }), + text: new ol.style.Text({ + text: "field-1", + scale: 0.75, + offsetX: -1, + offsetY: 10, + fill: new ol.style.Fill({ + color: "#003300", + }), + }), + }); + + var styles = [style]; + return function (feature, resolution) { + style.getText().setText(feature.get("field_2")); + return styles; + }; + })(), + }); + navPointsLayer.setVisible(false); + + var airwaysLayer = new ol.layer.Vector({ + name: "airways", + type: "overlay", + title: "Airways", + source: new ol.source.Vector({ + url: "layers/UK_Airways.geojson", + format: new ol.format.GeoJSON({ + defaultDataProjection: "EPSG:4326", + projection: "EPSG:3857", + }), + }), + style: new ol.style.Style({ + fill: new ol.style.Fill({ + color: "rgba(0, 102,0, 0.07)", + }), + stroke: new ol.style.Stroke({ + color: "rgba(0, 64,0, 0.5)", + width: 0.2, + }), + }), + }); + airwaysLayer.setVisible(false); + + var airwaysMRCLayer = new ol.layer.Vector({ + name: "airwaysMRC", + type: "overlay", + title: "Radar Corridors", + source: new ol.source.Vector({ + url: "layers/UK_Mil_RC.geojson", + format: new ol.format.GeoJSON({ + defaultDataProjection: "EPSG:4326", + projection: "EPSG:3857", + }), + }), + style: new ol.style.Style({ + fill: new ol.style.Fill({ + color: "rgba(102, 0,0, 0.07)", + }), + stroke: new ol.style.Stroke({ + color: "rgba(255, 0,0, 0.5)", + width: 0.2, + }), + }), + }); + airwaysMRCLayer.setVisible(false); + + var ukCTALayer = new ol.layer.Vector({ + name: "ukcta", + type: "overlay", + title: "CTA/TMA", + source: new ol.source.Vector({ + url: "layers/UK_AT_Areas.geojson", + format: new ol.format.GeoJSON({ + defaultDataProjection: "EPSG:4326", + projection: "EPSG:3857", + }), + }), + style: new ol.style.Style({ + fill: new ol.style.Fill({ + color: "rgba(0, 127,0, 0.03)", + }), + stroke: new ol.style.Stroke({ + color: "rgba(0,64,0, 0.2)", + width: 1, + }), + }), + }); + ukCTALayer.setVisible(false); + + var atzLayer = new ol.layer.Vector({ + name: "atz", + type: "overlay", + title: "CTR", + source: new ol.source.Vector({ + url: "layers/UK_ATZ.geojson", + format: new ol.format.GeoJSON({ + defaultDataProjection: "EPSG:4326", + projection: "EPSG:3857", + }), + }), + style: new ol.style.Style({ + fill: new ol.style.Fill({ + color: "rgba(0,255,0, 0.03)", + }), + stroke: new ol.style.Stroke({ + color: "rgba(0, 80, 0, 0.5)", + width: 1, + }), }), - }), }); - var styles = [style]; - return function (feature, resolution) { - style.getText().setText(feature.get("field_2")); - return styles; - }; - })(), - }); - navPointsLayer.setVisible(false); - - var airwaysLayer = new ol.layer.Vector({ - name: "airways", - type: "overlay", - title: "Airways", - source: new ol.source.Vector({ - url: "layers/UK_Airways.geojson", - format: new ol.format.GeoJSON({ - defaultDataProjection: "EPSG:4326", - projection: "EPSG:3857", - }), - }), - style: new ol.style.Style({ - fill: new ol.style.Fill({ - color: "rgba(0, 102,0, 0.07)", - }), - stroke: new ol.style.Stroke({ - color: "rgba(0, 64,0, 0.5)", - width: 0.2, - }), - }), - }); - airwaysLayer.setVisible(false); - - var airwaysMRCLayer = new ol.layer.Vector({ - name: "airwaysMRC", - type: "overlay", - title: "Radar Corridors", - source: new ol.source.Vector({ - url: "layers/UK_Mil_RC.geojson", - format: new ol.format.GeoJSON({ - defaultDataProjection: "EPSG:4326", - projection: "EPSG:3857", - }), - }), - style: new ol.style.Style({ - fill: new ol.style.Fill({ - color: "rgba(102, 0,0, 0.07)", - }), - stroke: new ol.style.Stroke({ - color: "rgba(255, 0,0, 0.5)", - width: 0.2, - }), - }), - }); - airwaysMRCLayer.setVisible(false); - - var ukCTALayer = new ol.layer.Vector({ - name: "ukcta", - type: "overlay", - title: "CTA/TMA", - source: new ol.source.Vector({ - url: "layers/UK_AT_Areas.geojson", - format: new ol.format.GeoJSON({ - defaultDataProjection: "EPSG:4326", - projection: "EPSG:3857", - }), - }), - style: new ol.style.Style({ - fill: new ol.style.Fill({ - color: "rgba(0, 127,0, 0.03)", - }), - stroke: new ol.style.Stroke({ - color: "rgba(0,64,0, 0.2)", - width: 1, - }), - }), - }); - ukCTALayer.setVisible(false); - - var atzLayer = new ol.layer.Vector({ - name: "atz", - type: "overlay", - title: "CTR", - source: new ol.source.Vector({ - url: "layers/UK_ATZ.geojson", - format: new ol.format.GeoJSON({ - defaultDataProjection: "EPSG:4326", - projection: "EPSG:3857", - }), - }), - style: new ol.style.Style({ - fill: new ol.style.Fill({ - color: "rgba(0,255,0, 0.03)", - }), - stroke: new ol.style.Stroke({ - color: "rgba(0, 80, 0, 0.5)", - width: 1, - }), - }), - }); + var airportLayer = new ol.layer.Vector({ + name: "airports", + type: "overlay", + title: "Airports", + source: new ol.source.Vector({ + url: "layers/UK_Civi_Airports.geojson", + format: new ol.format.GeoJSON({ + defaultDataProjection: "EPSG:4326", + projection: "EPSG:3857", + }), + }), + style: new ol.style.Style({ + stroke: new ol.style.Stroke({ + color: "rgba(200,16,64, 0.5)", + width: 1.5, + }), + }), + }); - var airportLayer = new ol.layer.Vector({ - name: "airports", - type: "overlay", - title: "Airports", - source: new ol.source.Vector({ - url: "layers/UK_Civi_Airports.geojson", - format: new ol.format.GeoJSON({ - defaultDataProjection: "EPSG:4326", - projection: "EPSG:3857", - }), - }), - style: new ol.style.Style({ - stroke: new ol.style.Stroke({ - color: "rgba(200,16,64, 0.5)", - width: 1.5, - }), - }), - }); + var ukairspaceLayer = new ol.layer.Vector({ + name: "ukair", + type: "overlay", + title: "UK Airspace", + source: new ol.source.Vector({ + url: "layers/UK_Airspace.geojson", + format: new ol.format.GeoJSON({ + defaultDataProjection: "EPSG:4326", + projection: "EPSG:3857", + }), + }), + style: new ol.style.Style({ + stroke: new ol.style.Stroke({ + color: "rgba(0,102,0, 0.2)", + width: 3, + }), + }), + }); + ukairspaceLayer.setVisible(false); + + layers.push( + new ol.layer.Group({ + title: "UK", + layers: [ + ukairspaceLayer, + navPointsLayer, + airwaysMRCLayer, + vordmeLayer, + airwaysLayer, + ukCTALayer, + atzLayer, + airportLayer, + ], + }) + ); + } // End + + // -------------------------------------------------------------- + // AKISSACK - ADD LAYERS ---------------------- ref: AK4A ends + // -------------------------------------------------------------- + + // -------------------------------------------------------------- + // AKISSACK - ADD LAYERS ---------------------- ref: AK5A starts + // -------------------------------------------------------------- + + if (ShowUKMilLayers) { + var dangerLayer = new ol.layer.Vector({ + name: "danger", + type: "overlay", + title: "Danger Areas", + source: new ol.source.Vector({ + url: "layers/UK_Danger_Areas.geojson", + format: new ol.format.GeoJSON({ + defaultDataProjection: "EPSG:4326", + projection: "EPSG:3857", + }), + }), + style: new ol.style.Style({ + fill: new ol.style.Fill({ + color: "rgba(255, 0,0, 0.05)", + }), + stroke: new ol.style.Stroke({ + color: "rgba(255, 0,0, 0.5)", + width: 0.75, + }), + }), + }); + dangerLayer.setVisible(false); + + var AARLayer = new ol.layer.Vector({ + name: "aar", + type: "overlay", + title: "AAR Areas", + source: new ol.source.Vector({ + url: "layers/UK_Mil_AAR_Zones.geojson", + format: new ol.format.GeoJSON({ + defaultDataProjection: "EPSG:4326", + projection: "EPSG:3857", + }), + }), + style: new ol.style.Style({ + fill: new ol.style.Fill({ + color: "rgba(0,0,255, 0.05)", + }), + stroke: new ol.style.Stroke({ + color: "rgba(0,0,128, 0.5)", + width: 0.75, + }), + }), + }); + AARLayer.setVisible(false); + + var matzLayer = new ol.layer.Vector({ + name: "matz", + type: "overlay", + title: "MATZ", + source: new ol.source.Vector({ + url: "layers/UK_MATZ.geojson", + format: new ol.format.GeoJSON({ + defaultDataProjection: "EPSG:4326", + projection: "EPSG:3857", + }), + }), + style: new ol.style.Style({ + fill: new ol.style.Fill({ + color: "rgba(0,0,255, 0.05)", + }), + stroke: new ol.style.Stroke({ + color: "rgba(128,0,0, 0.5)", + width: 0.75, + }), + }), + }); - var ukairspaceLayer = new ol.layer.Vector({ - name: "ukair", - type: "overlay", - title: "UK Airspace", - source: new ol.source.Vector({ - url: "layers/UK_Airspace.geojson", - format: new ol.format.GeoJSON({ - defaultDataProjection: "EPSG:4326", - projection: "EPSG:3857", - }), - }), - style: new ol.style.Style({ - stroke: new ol.style.Stroke({ - color: "rgba(0,102,0, 0.2)", - width: 3, - }), - }), - }); - ukairspaceLayer.setVisible(false); + var matzafLayer = new ol.layer.Vector({ + name: "matzaf", + type: "overlay", + title: "Airfields", + source: new ol.source.Vector({ + url: "layers/UK_Mil_Airfield_runways.geojson", + format: new ol.format.GeoJSON({ + defaultDataProjection: "EPSG:4326", + projection: "EPSG:3857", + }), + }), + style: new ol.style.Style({ + stroke: new ol.style.Stroke({ + color: "rgba(200,16,64, 0.5)", + width: 1, + }), + }), + }); - layers.push( - new ol.layer.Group({ - title: "UK", - layers: [ - ukairspaceLayer, - navPointsLayer, - airwaysMRCLayer, - vordmeLayer, - airwaysLayer, - ukCTALayer, - atzLayer, - airportLayer, - ], - }) - ); - } // End - - // -------------------------------------------------------------- - // AKISSACK - ADD LAYERS ---------------------- ref: AK4A ends - // -------------------------------------------------------------- - - // -------------------------------------------------------------- - // AKISSACK - ADD LAYERS ---------------------- ref: AK5A starts - // -------------------------------------------------------------- - - if (ShowUKMilLayers) { - var dangerLayer = new ol.layer.Vector({ - name: "danger", - type: "overlay", - title: "Danger Areas", - source: new ol.source.Vector({ - url: "layers/UK_Danger_Areas.geojson", - format: new ol.format.GeoJSON({ - defaultDataProjection: "EPSG:4326", - projection: "EPSG:3857", - }), - }), - style: new ol.style.Style({ - fill: new ol.style.Fill({ - color: "rgba(255, 0,0, 0.05)", - }), - stroke: new ol.style.Stroke({ - color: "rgba(255, 0,0, 0.5)", - width: 0.75, - }), - }), - }); - dangerLayer.setVisible(false); - - var AARLayer = new ol.layer.Vector({ - name: "aar", - type: "overlay", - title: "AAR Areas", - source: new ol.source.Vector({ - url: "layers/UK_Mil_AAR_Zones.geojson", - format: new ol.format.GeoJSON({ - defaultDataProjection: "EPSG:4326", - projection: "EPSG:3857", - }), - }), - style: new ol.style.Style({ - fill: new ol.style.Fill({ - color: "rgba(0,0,255, 0.05)", - }), - stroke: new ol.style.Stroke({ - color: "rgba(0,0,128, 0.5)", - width: 0.75, - }), - }), - }); - AARLayer.setVisible(false); - - var matzLayer = new ol.layer.Vector({ - name: "matz", - type: "overlay", - title: "MATZ", - source: new ol.source.Vector({ - url: "layers/UK_MATZ.geojson", - format: new ol.format.GeoJSON({ - defaultDataProjection: "EPSG:4326", - projection: "EPSG:3857", - }), - }), - style: new ol.style.Style({ - fill: new ol.style.Fill({ - color: "rgba(0,0,255, 0.05)", - }), - stroke: new ol.style.Stroke({ - color: "rgba(128,0,0, 0.5)", - width: 0.75, - }), - }), - }); + var ukmilLayer = new ol.layer.Vector({ + name: "ukmil", + type: "overlay", + title: "TACAN Routes", + source: new ol.source.Vector({ + url: "layers/UK_Military_TACAN_Routes.geojson", + format: new ol.format.GeoJSON({ + defaultDataProjection: "EPSG:4326", + projection: "EPSG:3857", + }), + }), + style: new ol.style.Style({ + stroke: new ol.style.Stroke({ + color: "rgba(0,0,102,0.2)", + width: 3, + }), + }), + }); + ukmilLayer.setVisible(false); - var matzafLayer = new ol.layer.Vector({ - name: "matzaf", - type: "overlay", - title: "Airfields", - source: new ol.source.Vector({ - url: "layers/UK_Mil_Airfield_runways.geojson", - format: new ol.format.GeoJSON({ - defaultDataProjection: "EPSG:4326", - projection: "EPSG:3857", - }), - }), - style: new ol.style.Style({ - stroke: new ol.style.Stroke({ - color: "rgba(200,16,64, 0.5)", - width: 1, - }), - }), - }); + layers.push( + new ol.layer.Group({ + title: "UK Military", + layers: [ukmilLayer, AARLayer, dangerLayer, matzLayer, matzafLayer], + }) + ); + } - var ukmilLayer = new ol.layer.Vector({ - name: "ukmil", - type: "overlay", - title: "TACAN Routes", - source: new ol.source.Vector({ - url: "layers/UK_Military_TACAN_Routes.geojson", - format: new ol.format.GeoJSON({ - defaultDataProjection: "EPSG:4326", - projection: "EPSG:3857", - }), - }), - style: new ol.style.Style({ - stroke: new ol.style.Stroke({ - color: "rgba(0,0,102,0.2)", - width: 3, - }), - }), - }); - ukmilLayer.setVisible(false); + // -------------------------------------------------------------- + // AKISSACK - ADD LAYERS ---------------------- ref: AK5A ends + // -------------------------------------------------------------- - layers.push( - new ol.layer.Group({ - title: "UK Military", - layers: [ukmilLayer,AARLayer,dangerLayer,matzLayer,matzafLayer], - }) - ); - } - - // -------------------------------------------------------------- - // AKISSACK - ADD LAYERS ---------------------- ref: AK5A ends - // -------------------------------------------------------------- - - var iconsLayer = new ol.layer.Vector({ - name: "ac_positions", - type: "overlay", - title: "Aircraft positions", - source: new ol.source.Vector({ - features: PlaneIconFeatures, - }), - }); - - if (ShowSleafordRange) { - // AKISSACK Ref: AK8Y - // This is just to show a range ring (based on current experience) - // for my home QTH. Not usefull for anyone else other than as a technique - // These points are stored in mySql as seen, and retrieved to draw this - - var SleafordRangeLayer = new ol.layer.Vector({ - name: "mrange", - type: "overlay", - title: "Max Seen", - source: new ol.source.Vector({ - features: SleafordRangeFeatures, - }), - }); - } else { - var SleafordRangeLayer = new ol.layer.Vector({}); - } - - if (ShowSleafordRange) { - // AKISSACK Ref: AK9T - - // This is just to show a range ring (based on historic experience) - // for my home QTH. Not usefull for anyone else other than as a technique - // This is pre-drawn geojson file. - - var rangeLayer = new ol.layer.Vector({ - name: "range", - type: "overlay", - title: "Max Range Likely", - source: new ol.source.Vector({ - url: "layers/AK_range.geojson", - format: new ol.format.GeoJSON({ - defaultDataProjection: "EPSG:4326", - projection: "EPSG:3857", - }), - }), - style: new ol.style.Style({ - stroke: new ol.style.Stroke({ - color: "rgba(255,0,0,1)", - width: 0.25, + var iconsLayer = new ol.layer.Vector({ + name: "ac_positions", + type: "overlay", + title: "Aircraft positions", + source: new ol.source.Vector({ + features: PlaneIconFeatures, }), - }), - }); - } else { - var rangeLayer = new ol.layer.Vector({}); - } - - if (ShowRanges) { - // AKISSACK Maximum, mid and min Range Plots Ref: AK8D - var maxRangeLayer = new ol.layer.Vector({ - name: "ranges", - type: "overlay", - title: "Current Max Range Plot", - source: new ol.source.Vector({ - features: MaxRangeFeatures, - }), - }); - - if (MidRangeShow && MidRangeHeight > 0) { - var midRangeLayer = new ol.layer.Vector({ - name: "ranges2", - type: "overlay", - title: "Current Mid Range Plot", - source: new ol.source.Vector({ - features: MidRangeFeatures, - }), - }); - } else var midRangeLayer = new ol.layer.Vector({}); - - if (MinRangeShow && MinRangeHeight > 0) { - var minRangeLayer = new ol.layer.Vector({ - name: "ranges3", - type: "overlay", - title: "Current Min Range Plot", - source: new ol.source.Vector({ - features: MinRangeFeatures, - }), - }); - } else var minRangeLayer = new ol.layer.Vector({}); - - } else { - var maxRangeLayer = new ol.layer.Vector({}); - var midRangeLayer = new ol.layer.Vector({}); - var minRangeLayer = new ol.layer.Vector({}); - } - - layers.push( - new ol.layer.Group({ - title: "Overlays", - layers: [ - new ol.layer.Vector({ - name: "site_pos", - type: "overlay", - title: "Site position and range rings", - source: new ol.source.Vector({ - features: StaticFeatures, - }), - }), - - new ol.layer.Vector({ - name: "ac_trail", - type: "overlay", - title: "Selected aircraft trail", - source: new ol.source.Vector({ - features: PlaneTrailFeatures, - }), - }), - SleafordRangeLayer, // Ref: AK8Y - iconsLayer, - rangeLayer, - minRangeLayer, // Ref: AK8D - midRangeLayer, // Ref: AK8D - maxRangeLayer, // Ref: AK8D - - ], - }) - ); - - - if (ShowMyFindsLayer && SleafordMySql) { - // AKISSACK Ref: AK9U - var myLayer = new ol.layer.Vector({ - name: "my_layer", - type: "overlay", - title: "My Layer", - source: new ol.source.Vector({ - features: MyFeatures, - }), }); - layers.push( - new ol.layer.Group({ - title: "Private", - layers: [myLayer], - }) - ); - } - - var foundType = false; - var baseCount = 0; - - layerGroup = new ol.layer.Group({ - layers: layers - }) - - ol.control.LayerSwitcher.forEachRecursive(layerGroup, function (lyr) { - if (!lyr.get("name")) return; - - if (lyr.get("type") === "base") { - if (MapType === lyr.get("name")) { - foundType = true; - lyr.setVisible(true); - } else { - lyr.setVisible(false); - } - - lyr.on("change:visible", function (evt) { - if (evt.target.getVisible()) { - MapType = localStorage["MapType"] = evt.target.get("name"); - } - }); - } else if (lyr.get("type") === "overlay") { - var visible = localStorage["layer_" + lyr.get("name")]; - if (visible != undefined) { - // javascript, why must you taunt me with gratuitous type problems - lyr.setVisible(visible === "true"); - } - - lyr.on("change:visible", function (evt) { - localStorage["layer_" + evt.target.get("name")] = - evt.target.getVisible(); - }); - } - }); - - if (!foundType) { - ol.control.LayerSwitcher.forEachRecursive(layers, function (lyr) { - if (foundType) return; - if (lyr.get("type") === "base") { - lyr.setVisible(true); - foundType = true; - } - }); - } - - OLMap = new ol.Map({ - target: "map_canvas", - layers: layers, - - view: new ol.View({ - center: ol.proj.fromLonLat([CenterLon, CenterLat]), - //zoomFactor: 1, - zoom: ZoomLvl, - }), - controls: [ - new ol.control.Zoom(), - new ol.control.Rotate(), - new ol.control.Attribution({ collapsed: true }), - new ol.control.ScaleLine({ units: DisplayUnits }), - new ol.control.LayerSwitcher(), - ], - loadTilesWhileAnimating: true, - loadTilesWhileInteracting: true, - }); - - // Listeners for newly created Map - OLMap.getView().on("change:center", function (event) { - var center = ol.proj.toLonLat( - OLMap.getView().getCenter(), - OLMap.getView().getProjection() - ); - localStorage["CenterLon"] = center[0]; - localStorage["CenterLat"] = center[1]; - if (FollowSelected) { - // On manual navigation, disable follow - var selected = Planes[SelectedPlane]; - if ( - Math.abs(center[0] - selected.position[0]) > 0.0001 && - Math.abs(center[1] - selected.position[1]) > 0.0001 - ) { - FollowSelected = false; - refreshSelected(); - } - } - }); - - OLMap.getView().on("change:resolution", function (event) { - ZoomLvl = localStorage["ZoomLvl"] = OLMap.getView().getZoom(); - for (var plane in Planes) { - Planes[plane].updateMarker(false); - } - }); - - var hitTolerance = 5; - OLMap.on(["click", "dblclick"], function (evt) { - var hex = evt.map.forEachFeatureAtPixel( - evt.pixel, - function (feature, layer) { - return feature.hex; - }, - { - hitTolerance: hitTolerance, - }, - null, - function (layer) { - return layer === iconsLayer; - }, - null - ); - if (hex) { - selectPlaneByHex(hex, evt.type === "dblclick"); - adjustSelectedInfoBlockPosition(); - evt.stopPropagation(); + if (ShowSleafordRange) { + // AKISSACK Ref: AK8Y + // This is just to show a range ring (based on current experience) + // for my home QTH. Not usefull for anyone else other than as a technique + // These points are stored in mySql as seen, and retrieved to draw this + + var SleafordRangeLayer = new ol.layer.Vector({ + name: "mrange", + type: "overlay", + title: "Max Seen", + source: new ol.source.Vector({ + features: SleafordRangeFeatures, + }), + }); } else { - deselectAllPlanes(); - evt.stopPropagation(); - } - }); - - //------------------------------------------------------------------------------------ - // AKISSACK - MOUSE POSITION ----------------------------------- ---- Ref: AK1C starts - //------------------------------------------------------------------------------------ - var llFormat = function (dgts) { - return function (coord1) { - var coord2 = [coord1[1], coord1[0]]; - // AKISSACK - also add range and bearing if site is known -- Ref: AK1D - var akret = ol.coordinate.toStringXY(coord2, dgts); - if (SitePosition !== null) { - var akbrn = parseInt( - getBearing(SitePosition[1], SitePosition[0], coord1[1], coord1[0]) - ).toString(); - var akrng = ol.sphere.getDistance(SitePosition, coord1); - return ( - akret + - " " + - akbrn + - "\u00B0 " + - format_distance_long(akrng, DisplayUnits, 0) - ); - } else { - return akret; // no range or bearing required, just return akret - } - }; - }; - - var mousePosition = new ol.control.MousePosition({ - coordinateFormat: llFormat(3), // ol.coordinate.createStringXY(4), - projection: "EPSG:4326", - //target: document.getElementById('mouseposition').innerHTML = "X "+ akLat, - target: document.getElementById("mouseposition"), - undefinedHTML: " ", - }); - - if (ShowMouseLatLong) OLMap.addControl(mousePosition); - //------------------------------------------------------------------------------------ - // Ref: AK1C Ends ----------------------------------------------------------- AKISSACK - //------------------------------------------------------------------------------------ - - //------------------------------------------------------------------------------------ - // // AKISSACK Ref: AK8X ------------------------------------------------------------- - //------------------------------------------------------------------------------------ - // Read the stored maximum range (lat/long) from my mySql database and then plot these - // as a polygon. This will be update as positions are logged and will therefore become more - // accurate, although rouge spikes will need to be manually removed from the database - // Expanded to include the 2 other rings too, if required - - var polyCoordsMax = []; - var polyCoordsMid = []; - var polyCoordsMin = []; - - $(function () { - $.ajax({ - //url: 'sql/range_read.php', - url: "sql/range_read.php", - data: "", - dataType: "json", - success: function (data) { - processMrData(data); - }, - }); - }); - - function processMrData(returnedData) { - for (var i in returnedData) { - var oneRPoint = returnedData[i]; - - //for(var y in oneRPoint ) { - // if(y == "minlat") { var minlat = oneRPoint[y]; - // } else if (y == "minlon") { var minlon = oneRPoint[y]; - // } else if (y == "midlat") { var midlat = oneRPoint[y]; - // } else if (y == "midlon") { var midlon = oneRPoint[y]; - // } else if (y == "maxlat") { var maxlat = oneRPoint[y]; - // } else if (y == "maxlon") { var maxlon = oneRPoint[y]; - // } - //} - //polyCoordsMax.push(ol.proj.transform([parseFloat(maxlon), parseFloat(maxlat)], 'EPSG:4326', 'EPSG:3857')); - //polyCoordsMid.push(ol.proj.transform([parseFloat(midlon), parseFloat(midlat)], 'EPSG:4326', 'EPSG:3857')); - //polyCoordsMin.push(ol.proj.transform([parseFloat(minlon), parseFloat(minlat)], 'EPSG:4326', 'EPSG:3857')); - - for (var y in oneRPoint) { - if (y == "minlat") { - var minlat = oneRPoint[y]; - } else if (y == "minlon") { - var minlon = oneRPoint[y]; - } else if (y == "midlat") { - var midlat = oneRPoint[y]; - } else if (y == "midlon") { - var midlon = oneRPoint[y]; - } else if (y == "maxlat") { - var maxlat = oneRPoint[y]; - } else if (y == "maxlon") { - var maxlon = oneRPoint[y]; - } - } - polyCoordsMax.push( - ol.proj.transform( - [parseFloat(maxlon), parseFloat(maxlat)], - "EPSG:4326", - "EPSG:3857" - ) - ); - polyCoordsMid.push( - ol.proj.transform( - [parseFloat(midlon), parseFloat(midlat)], - "EPSG:4326", - "EPSG:3857" - ) - ); - polyCoordsMin.push( - ol.proj.transform( - [parseFloat(minlon), parseFloat(minlat)], - "EPSG:4326", - "EPSG:3857" - ) - ); - //polyCoordsMid.push(ol.proj.transform([parseFloat(midlon), parseFloat(midlat)], 'EPSG:4326', 'EPSG:3857')); - //polyCoordsMin.push(ol.proj.transform([parseFloat(minlon), parseFloat(minlat)], 'EPSG:4326', 'EPSG:3857')); - } - - // Max range we'll always show - var styleMax = new ol.style.Style({ - stroke: new ol.style.Stroke({ - lineDash: [2,4], - color: "rgba(0,0,64, 2)", - width: 0.5, - }), - //fill: new ol.style.Fill({ - // color: "rgba(0,0,255, 0.07)", - //}), - }); + var SleafordRangeLayer = new ol.layer.Vector({}); + } - var rfeatureMax = new ol.Feature({ - geometry: new ol.geom.Polygon([polyCoordsMax]), - }); + if (ShowSleafordRange) { + // AKISSACK Ref: AK9T + + // This is just to show a range ring (based on historic experience) + // for my home QTH. Not usefull for anyone else other than as a technique + // This is pre-drawn geojson file. + + var rangeLayer = new ol.layer.Vector({ + name: "range", + type: "overlay", + title: "Max Range Likely", + source: new ol.source.Vector({ + url: "layers/AK_range.geojson", + format: new ol.format.GeoJSON({ + defaultDataProjection: "EPSG:4326", + projection: "EPSG:3857", + }), + }), + style: new ol.style.Style({ + stroke: new ol.style.Stroke({ + color: "rgba(255,0,0,1)", + width: 0.25, + }), + }), + }); + } else { + var rangeLayer = new ol.layer.Vector({}); + } - rfeatureMax.setStyle(styleMax); - SleafordRangeFeatures.push(rfeatureMax); + if (ShowRanges) { + // AKISSACK Maximum, mid and min Range Plots Ref: AK8D + var maxRangeLayer = new ol.layer.Vector({ + name: "ranges", + type: "overlay", + title: "Current Max Range Plot", + source: new ol.source.Vector({ + features: MaxRangeFeatures, + }), + }); - // mid range only if user has set height constant - if (MidRangeShow && MidRangeHeight > 0) { - var styleMid = new ol.style.Style({ - stroke: new ol.style.Stroke({ - lineDash: [2,4], - color: "rgba(0,64,0, 2)", - width: 0.5, - }), - fill: new ol.style.Fill({ - color: "rgba(0,255,0, 0.07)", - }), - }); + if (MidRangeShow && MidRangeHeight > 0) { + var midRangeLayer = new ol.layer.Vector({ + name: "ranges2", + type: "overlay", + title: "Current Mid Range Plot", + source: new ol.source.Vector({ + features: MidRangeFeatures, + }), + }); + } else var midRangeLayer = new ol.layer.Vector({}); + + if (MinRangeShow && MinRangeHeight > 0) { + var minRangeLayer = new ol.layer.Vector({ + name: "ranges3", + type: "overlay", + title: "Current Min Range Plot", + source: new ol.source.Vector({ + features: MinRangeFeatures, + }), + }); + } else var minRangeLayer = new ol.layer.Vector({}); - var rfeatureMid = new ol.Feature({ - geometry: new ol.geom.Polygon([polyCoordsMid]), - }); - rfeatureMid.setStyle(styleMid); - SleafordRangeFeatures.push(rfeatureMid); + } else { + var maxRangeLayer = new ol.layer.Vector({}); + var midRangeLayer = new ol.layer.Vector({}); + var minRangeLayer = new ol.layer.Vector({}); } - // minimum range only if user has set height constant - if (MinRangeShow && MinRangeHeight > 0) { - var styleMin = new ol.style.Style({ - stroke: new ol.style.Stroke({ - lineDash: [2,4], - color: "rgba(64,0,0, 2)", - width: 0.5, - }), - fill: new ol.style.Fill({ - color: "rgba(255,0,0, 0.07)", - }), - }); - - var rfeatureMin = new ol.Feature({ - geometry: new ol.geom.Polygon([polyCoordsMin]), - }); - rfeatureMin.setStyle(styleMin); - SleafordRangeFeatures.push(rfeatureMin); - } - } - //------------------------------------------------------------------------------------ - // Ref: AK8X Ends ----------------------------------------------------------- AKISSACK - //------------------------------------------------------------------------------------ - - //------------------------------------------------------------------------------------ - // // AKISSACK Ref: AK9U ------------------------------------------------------------- - //------------------------------------------------------------------------------------ - // This section can be ignored. It is just a test to show my metal detecting finds - //------------------------------------------------------------------------------------ - if (ShowMyFindsLayer && SleafordMySql) { - // AKISSACK Ref: AK9U - - var fCoin = new ol.style.Style({ - image: new ol.style.Icon({ - src: "sql/img/coin.png", - }), - }); - var fCoins = new ol.style.Style({ - image: new ol.style.Icon({ - src: "sql/img/coins.png", - }), + layers.push( + new ol.layer.Group({ + title: "Overlays", + layers: [ + new ol.layer.Vector({ + name: "site_pos", + type: "overlay", + title: "Site position and range rings", + source: new ol.source.Vector({ + features: StaticFeatures, + }), + }), + + new ol.layer.Vector({ + name: "ac_trail", + type: "overlay", + title: "Selected aircraft trail", + source: new ol.source.Vector({ + features: PlaneTrailFeatures, + }), + }), + SleafordRangeLayer, // Ref: AK8Y + iconsLayer, + rangeLayer, + minRangeLayer, // Ref: AK8D + midRangeLayer, // Ref: AK8D + maxRangeLayer, // Ref: AK8D + + ], + }) + ); + + + if (ShowMyFindsLayer && SleafordMySql) { + // AKISSACK Ref: AK9U + var myLayer = new ol.layer.Vector({ + name: "my_layer", + type: "overlay", + title: "My Layer", + source: new ol.source.Vector({ + features: MyFeatures, + }), + }); + + layers.push( + new ol.layer.Group({ + title: "Private", + layers: [myLayer], + }) + ); + } + + var foundType = false; + var baseCount = 0; + + layerGroup = new ol.layer.Group({ + layers: layers + }) + + ol.control.LayerSwitcher.forEachRecursive(layerGroup, function (lyr) { + if (!lyr.get("name")) return; + + if (lyr.get("type") === "base") { + if (MapType === lyr.get("name")) { + foundType = true; + lyr.setVisible(true); + } else { + lyr.setVisible(false); + } + + lyr.on("change:visible", function (evt) { + if (evt.target.getVisible()) { + MapType = localStorage["MapType"] = evt.target.get("name"); + } + }); + } else if (lyr.get("type") === "overlay") { + var visible = localStorage["layer_" + lyr.get("name")]; + if (visible != undefined) { + // javascript, why must you taunt me with gratuitous type problems + lyr.setVisible(visible === "true"); + } + + lyr.on("change:visible", function (evt) { + localStorage["layer_" + evt.target.get("name")] = + evt.target.getVisible(); + }); + } }); - var fCoinr = new ol.style.Style({ - image: new ol.style.Icon({ - src: "sql/img/coinr.png", - }), + + if (!foundType) { + ol.control.LayerSwitcher.forEachRecursive(layers, function (lyr) { + if (foundType) return; + if (lyr.get("type") === "base") { + lyr.setVisible(true); + foundType = true; + } + }); + } + + OLMap = new ol.Map({ + target: "map_canvas", + layers: layers, + + view: new ol.View({ + center: ol.proj.fromLonLat([CenterLon, CenterLat]), + //zoomFactor: 1, + zoom: ZoomLvl, + }), + controls: [ + new ol.control.Zoom(), + new ol.control.Rotate(), + new ol.control.Attribution({ collapsed: true }), + new ol.control.ScaleLine({ units: DisplayUnits }), + new ol.control.LayerSwitcher(), + ], + loadTilesWhileAnimating: true, + loadTilesWhileInteracting: true, }); - var fSpade = new ol.style.Style({ - image: new ol.style.Icon({ - src: "sql/img/spade.png", - }), + // Listeners for newly created Map + OLMap.getView().on("change:center", function (event) { + var center = ol.proj.toLonLat( + OLMap.getView().getCenter(), + OLMap.getView().getProjection() + ); + localStorage["CenterLon"] = center[0]; + localStorage["CenterLat"] = center[1]; + if (FollowSelected) { + // On manual navigation, disable follow + var selected = Planes[SelectedPlane]; + if ( + Math.abs(center[0] - selected.position[0]) > 0.0001 && + Math.abs(center[1] - selected.position[1]) > 0.0001 + ) { + FollowSelected = false; + refreshSelected(); + } + } }); - var fSpader = new ol.style.Style({ - image: new ol.style.Icon({ - src: "sql/img/spader.png", - }), + + OLMap.getView().on("change:resolution", function (event) { + ZoomLvl = localStorage["ZoomLvl"] = OLMap.getView().getZoom(); + for (var plane in Planes) { + Planes[plane].updateMarker(false); + } }); - var fSpec = new ol.style.Style({ - image: new ol.style.Icon({ - src: "sql/img/spec.png", - }), + + var hitTolerance = 5; + OLMap.on(["click", "dblclick"], function (evt) { + var hex = evt.map.forEachFeatureAtPixel( + evt.pixel, + function (feature, layer) { + return feature.hex; + }, + { + hitTolerance: hitTolerance, + }, + null, + function (layer) { + return layer === iconsLayer; + }, + null + ); + if (hex) { + selectPlaneByHex(hex, evt.type === "dblclick"); + adjustSelectedInfoBlockPosition(); + evt.stopPropagation(); + } else { + deselectAllPlanes(); + evt.stopPropagation(); + } }); - var fMil = new ol.style.Style({ - image: new ol.style.Icon({ - src: "sql/img/mil.png", - }), + + //------------------------------------------------------------------------------------ + // AKISSACK - MOUSE POSITION ----------------------------------- ---- Ref: AK1C starts + //------------------------------------------------------------------------------------ + var llFormat = function (dgts) { + return function (coord1) { + var coord2 = [coord1[1], coord1[0]]; + // AKISSACK - also add range and bearing if site is known -- Ref: AK1D + var akret = ol.coordinate.toStringXY(coord2, dgts); + if (SitePosition !== null) { + var akbrn = parseInt( + getBearing(SitePosition[1], SitePosition[0], coord1[1], coord1[0]) + ).toString(); + var akrng = ol.sphere.getDistance(SitePosition, coord1); + return ( + akret + + " " + + akbrn + + "\u00B0 " + + format_distance_long(akrng, DisplayUnits, 0) + ); + } else { + return akret; // no range or bearing required, just return akret + } + }; + }; + + var mousePosition = new ol.control.MousePosition({ + coordinateFormat: llFormat(3), // ol.coordinate.createStringXY(4), + projection: "EPSG:4326", + //target: document.getElementById('mouseposition').innerHTML = "X "+ akLat, + target: document.getElementById("mouseposition"), + undefinedHTML: " ", }); - $( - function () - //----------------------------------------------------------------------- - // Send a http request with AJAX http://api.jquery.com/jQuery.ajax/ - // install: apt-get install mysql-client php5-mysql - //----------------------------------------------------------------------- - { + if (ShowMouseLatLong) OLMap.addControl(mousePosition); + //------------------------------------------------------------------------------------ + // Ref: AK1C Ends ----------------------------------------------------------- AKISSACK + //------------------------------------------------------------------------------------ + + //------------------------------------------------------------------------------------ + // // AKISSACK Ref: AK8X ------------------------------------------------------------- + //------------------------------------------------------------------------------------ + // Read the stored maximum range (lat/long) from my mySql database and then plot these + // as a polygon. This will be update as positions are logged and will therefore become more + // accurate, although rouge spikes will need to be manually removed from the database + // Expanded to include the 2 other rings too, if required + + var polyCoordsMax = []; + var polyCoordsMid = []; + var polyCoordsMin = []; + + $(function () { $.ajax({ - url: "sql/sql-finds-layer.php", - data: "", - dataType: "json", - success: function (data) { - processMdData(data); - }, + //url: 'sql/range_read.php', + url: "sql/range_read.php", + data: "", + dataType: "json", + success: function (data) { + processMrData(data); + }, }); - } - ); + }); - function processMdData(allFindData) { - // New SQL Database etc Feb 2022 - //console.log(allFindData); - for (var i in allFindData) { - var oneFind = allFindData[i]; - for (var y in oneFind) { - // Get elements of JSON array - if (y == "Lat") { - var findlat = oneFind[y]; - } else if (y == "Long") { - var findlon = oneFind[y]; - } else if (y == "Name") { - var findname = oneFind[y]; - } else if (y == "Number") { - var findnumber = oneFind[y]; - } else if (y == "icon") { - var findicon = oneFind[y]; - } else if (y == "desc") { - var finddesc = oneFind[y]; - } else if (y == "Score") { - var findscore = oneFind[y]; - } - var f = new ol.Feature({ - geometry: new ol.geom.Point( - ol.proj.transform([+findlon, +findlat], "EPSG:4326", "EPSG:3857") - ), - name: findname + "
" + findnumber, - }); - if (findicon === "coin") { - f.setStyle(fCoin); - } else if (findicon === "coins") { - f.setStyle(fCoins); - } else if (findicon === "coinr") { - f.setStyle(fCoinr); - } else if (findicon === "mil") { - f.setStyle(fMil); - } else if (findicon === "spec") { - f.setStyle(fSpec); - } else if (findicon === "spader") { - f.setStyle(fSpader); - } else { - f.setStyle(fSpade); - } + function processMrData(returnedData) { + for (var i in returnedData) { + var oneRPoint = returnedData[i]; + + //for(var y in oneRPoint ) { + // if(y == "minlat") { var minlat = oneRPoint[y]; + // } else if (y == "minlon") { var minlon = oneRPoint[y]; + // } else if (y == "midlat") { var midlat = oneRPoint[y]; + // } else if (y == "midlon") { var midlon = oneRPoint[y]; + // } else if (y == "maxlat") { var maxlat = oneRPoint[y]; + // } else if (y == "maxlon") { var maxlon = oneRPoint[y]; + // } + //} + //polyCoordsMax.push(ol.proj.transform([parseFloat(maxlon), parseFloat(maxlat)], 'EPSG:4326', 'EPSG:3857')); + //polyCoordsMid.push(ol.proj.transform([parseFloat(midlon), parseFloat(midlat)], 'EPSG:4326', 'EPSG:3857')); + //polyCoordsMin.push(ol.proj.transform([parseFloat(minlon), parseFloat(minlat)], 'EPSG:4326', 'EPSG:3857')); + + for (var y in oneRPoint) { + if (y == "minlat") { + var minlat = oneRPoint[y]; + } else if (y == "minlon") { + var minlon = oneRPoint[y]; + } else if (y == "midlat") { + var midlat = oneRPoint[y]; + } else if (y == "midlon") { + var midlon = oneRPoint[y]; + } else if (y == "maxlat") { + var maxlat = oneRPoint[y]; + } else if (y == "maxlon") { + var maxlon = oneRPoint[y]; + } + } + polyCoordsMax.push( + ol.proj.transform( + [parseFloat(maxlon), parseFloat(maxlat)], + "EPSG:4326", + "EPSG:3857" + ) + ); + polyCoordsMid.push( + ol.proj.transform( + [parseFloat(midlon), parseFloat(midlat)], + "EPSG:4326", + "EPSG:3857" + ) + ); + polyCoordsMin.push( + ol.proj.transform( + [parseFloat(minlon), parseFloat(minlat)], + "EPSG:4326", + "EPSG:3857" + ) + ); + //polyCoordsMid.push(ol.proj.transform([parseFloat(midlon), parseFloat(midlat)], 'EPSG:4326', 'EPSG:3857')); + //polyCoordsMin.push(ol.proj.transform([parseFloat(minlon), parseFloat(minlat)], 'EPSG:4326', 'EPSG:3857')); + } + + // Max range we'll always show + var styleMax = new ol.style.Style({ + stroke: new ol.style.Stroke({ + lineDash: [2, 4], + color: "rgba(0,0,64, 2)", + width: 0.5, + }), + //fill: new ol.style.Fill({ + // color: "rgba(0,0,255, 0.07)", + //}), + }); + + var rfeatureMax = new ol.Feature({ + geometry: new ol.geom.Polygon([polyCoordsMax]), + }); + + rfeatureMax.setStyle(styleMax); + SleafordRangeFeatures.push(rfeatureMax); + + // mid range only if user has set height constant + if (MidRangeShow && MidRangeHeight > 0) { + var styleMid = new ol.style.Style({ + stroke: new ol.style.Stroke({ + lineDash: [2, 4], + color: "rgba(0,64,0, 2)", + width: 0.5, + }), + fill: new ol.style.Fill({ + color: "rgba(0,255,0, 0.07)", + }), + }); + + var rfeatureMid = new ol.Feature({ + geometry: new ol.geom.Polygon([polyCoordsMid]), + }); + rfeatureMid.setStyle(styleMid); + SleafordRangeFeatures.push(rfeatureMid); + } + + // minimum range only if user has set height constant + if (MinRangeShow && MinRangeHeight > 0) { + var styleMin = new ol.style.Style({ + stroke: new ol.style.Stroke({ + lineDash: [2, 4], + color: "rgba(64,0,0, 2)", + width: 0.5, + }), + fill: new ol.style.Fill({ + color: "rgba(255,0,0, 0.07)", + }), + }); + + var rfeatureMin = new ol.Feature({ + geometry: new ol.geom.Polygon([polyCoordsMin]), + }); + rfeatureMin.setStyle(styleMin); + SleafordRangeFeatures.push(rfeatureMin); } - MyFeatures.push(f); - } // end of i in all find data } //------------------------------------------------------------------------------------ - // // AKISSACK Ref: AK9U ---------------------------------------------------- END + // Ref: AK8X Ends ----------------------------------------------------------- AKISSACK //------------------------------------------------------------------------------------ - } - - //------------------------------------------------------------------------------------ - // AKISSACK - HOVER OVER LABELS ------------------------------------- ref: AK6D starts - //------------------------------------------------------------------------------------ - if (ShowHoverOverLabels) { - var overlay = new ol.Overlay({ - element: document.getElementById("popinfo"), - positioning: "bottom-left", - }); - overlay.setMap(OLMap); - // trap mouse moving over - var hitTolerance = 5; - OLMap.on("pointermove", function (evt) { - var feature = OLMap.forEachFeatureAtPixel( - evt.pixel, - function (feature, layer) { - overlay.setPosition(evt.coordinate); - var popname = feature.get("name"); - //console.log("popname: " + popname); - - if ( - ShowMyFindsLayer && - typeof popname != "undefined" && - popname != "~" - ) { - overlay.getElement().innerHTML = popname ? popname : ""; - return feature; - } - - if (popname === "~") { - var vsi = ""; - if (Planes[feature.hex].vert_rate !== "undefined") { - // Correct odd errors - if (Planes[feature.hex].vert_rate > 256) { - vsi = "climbing"; - } else { - if (Planes[feature.hex].vert_rate < -256) { - vsi = "descending"; - } else vsi = "level"; - } - } + //------------------------------------------------------------------------------------ + // // AKISSACK Ref: AK9U ------------------------------------------------------------- + //------------------------------------------------------------------------------------ + // This section can be ignored. It is just a test to show my metal detecting finds + //------------------------------------------------------------------------------------ + if (ShowMyFindsLayer && SleafordMySql) { + // AKISSACK Ref: AK9U - if (ShowAdditionalData) { - //LINE ONE - popname = Planes[feature.hex].ac_aircraft - ? Planes[feature.hex].ac_aircraft - : "-"; - if (popname === "-") { - // Let's try an alternative to ID -> https://github.com/alkissack/Dump1090-OpenLayers3-html/issues/3 - popname = Planes[feature.hex].icaotype - ? Planes[feature.hex].icaotype - : "Unknown aircraft type"; - } - popname = - popname + - " [" + - (Planes[feature.hex].category - ? Planes[feature.hex].category - : "?") + - "]"; - //LINE TWO - popname = - popname + - "\n(" + - (Planes[feature.hex].flight - ? Planes[feature.hex].flight.trim() - : "No Call") + - ")"; - popname = popname + " #" + feature.hex.toUpperCase(); - popname = popname + " [" + Planes[feature.hex].registration + "]"; - - //LINE THREE - var hgt = parseInt(Planes[feature.hex].altitude ? (Planes[feature.hex].altitude) : 0); - hgt = convert_altitude(hgt, DisplayUnits); - //console.log("Height.. " + hgt); - popname = - popname + - "\n" + parseInt(hgt) + (DisplayUnits === "metric" ? "m & " : " ft & ") + vsi; - - //LINE FOUR - popname = - popname + - "\n" + - (Planes[feature.hex].country - ? Planes[feature.hex].country - : ""); - popname = - popname + - " " + - (Planes[feature.hex].operator - ? Planes[feature.hex].operator - : ""); - - var dst = parseInt(Planes[feature.hex].siteNm ? (Planes[feature.hex].siteNm) : 0); - dst = convert_nm_distance(dst, DisplayUnits); - //console.log("Distance.. " + dst); - popname = - popname + - " " + dst.toFixed(2) + (DisplayUnits === "metric" ? " km " : DisplayUnits === "imperial" ? " mile " : " nm "); - - popname = - popname + - " " + - (Planes[feature.hex].siteBearing - ? Planes[feature.hex].siteBearing + "\u00B0" - : ""); + var fCoin = new ol.style.Style({ + image: new ol.style.Icon({ + src: "sql/img/coin.png", + }), + }); + var fCoins = new ol.style.Style({ + image: new ol.style.Icon({ + src: "sql/img/coins.png", + }), + }); + var fCoinr = new ol.style.Style({ + image: new ol.style.Icon({ + src: "sql/img/coinr.png", + }), + }); - } else { - popname = "ICAO: " + Planes[feature.hex].icao; - popname = - popname + - "\nFlt: " + - (Planes[feature.hex].flight ? Planes[feature.hex].flight : "?"); - popname = - popname + - "\nType: " + - (Planes[feature.hex].icaotype - ? Planes[feature.hex].icaotype - : "?"); - popname = - popname + - "\nReg: " + - (Planes[feature.hex].registration - ? Planes[feature.hex].registration - : "?"); - - var hgt = parseInt(Planes[feature.hex].altitude ? (Planes[feature.hex].altitude) : 0); - hgt = convert_altitude(hgt, DisplayUnits); - //console.log("Height.. " + hgt); - popname = - popname + - "\nAlt: " + parseInt(hgt) + (DisplayUnits === "metric" ? "m " : " ft "); + var fSpade = new ol.style.Style({ + image: new ol.style.Icon({ + src: "sql/img/spade.png", + }), + }); + var fSpader = new ol.style.Style({ + image: new ol.style.Icon({ + src: "sql/img/spader.png", + }), + }); + var fSpec = new ol.style.Style({ + image: new ol.style.Icon({ + src: "sql/img/spec.png", + }), + }); + var fMil = new ol.style.Style({ + image: new ol.style.Icon({ + src: "sql/img/mil.png", + }), + }); + $( + function () + //----------------------------------------------------------------------- + // Send a http request with AJAX http://api.jquery.com/jQuery.ajax/ + // install: apt-get install mysql-client php5-mysql + //----------------------------------------------------------------------- + { + $.ajax({ + url: "sql/sql-finds-layer.php", + data: "", + dataType: "json", + success: function (data) { + processMdData(data); + }, + }); } - overlay.getElement().innerHTML = popname ? popname : ""; - return feature; - } else { - //overlay.getElement().innerHTML = (popname ? popname :'' ); - //return feature; - return null; - } - }, - { - hitTolerance: hitTolerance, - }, - null, - function (layer) { - if (ShowMyFindsLayer) { - return layer == iconsLayer, MyFeatures; - } else { - return layer == iconsLayer; - } + ); + + function processMdData(allFindData) { + // New SQL Database etc Feb 2022 + //console.log(allFindData); + for (var i in allFindData) { + var oneFind = allFindData[i]; + for (var y in oneFind) { + // Get elements of JSON array + if (y == "Lat") { + var findlat = oneFind[y]; + } else if (y == "Long") { + var findlon = oneFind[y]; + } else if (y == "Name") { + var findname = oneFind[y]; + } else if (y == "Number") { + var findnumber = oneFind[y]; + } else if (y == "icon") { + var findicon = oneFind[y]; + } else if (y == "desc") { + var finddesc = oneFind[y]; + } else if (y == "Score") { + var findscore = oneFind[y]; + } + var f = new ol.Feature({ + geometry: new ol.geom.Point( + ol.proj.transform([+findlon, +findlat], "EPSG:4326", "EPSG:3857") + ), + name: findname + "
" + findnumber, + }); + if (findicon === "coin") { + f.setStyle(fCoin); + } else if (findicon === "coins") { + f.setStyle(fCoins); + } else if (findicon === "coinr") { + f.setStyle(fCoinr); + } else if (findicon === "mil") { + f.setStyle(fMil); + } else if (findicon === "spec") { + f.setStyle(fSpec); + } else if (findicon === "spader") { + f.setStyle(fSpader); + } else { + f.setStyle(fSpade); + } + } + MyFeatures.push(f); + } // end of i in all find data } - ); //OLMap.forEachFeatureAtPixel + //------------------------------------------------------------------------------------ + // // AKISSACK Ref: AK9U ---------------------------------------------------- END + //------------------------------------------------------------------------------------ + } - overlay.getElement().style.display = feature ? "" : "none"; // EAK--> Needs GMAP/INDEX.HTML - document.body.style.cursor = feature ? "pointer" : ""; - }); - } else { - // Labels are not required - var overlay = new ol.Overlay({ - element: document.getElementById("popinfo"), - positioning: "bottom-left", - }); - overlay.setMap(OLMap); - } - //------------------------------------------------------------------------------------ - // -------------------------------------------------------------------- ref: AK6D ends - //------------------------------------------------------------------------------------ - - // Add home marker if requested - if (SitePosition) { - if (ShowMyPreferences) { - // Personal preferences Ref: AK9V - var homeRad = 2; - var homeWid = 1; - } else { - var homeRad = 7; - var homeWid = 2; - } - var markerStyle = new ol.style.Style({ - image: new ol.style.Circle({ - radius: homeRad, // Ref: AK9V - snapToPixel: false, - fill: new ol.style.Fill({ color: "black" }), - stroke: new ol.style.Stroke({ - color: "white", - width: homeWid, // Ref: AK9V - }), - }), - }); + //------------------------------------------------------------------------------------ + // AKISSACK - HOVER OVER LABELS ------------------------------------- ref: AK6D starts + //------------------------------------------------------------------------------------ + if (ShowHoverOverLabels) { + var overlay = new ol.Overlay({ + element: document.getElementById("popinfo"), + positioning: "bottom-left", + }); + overlay.setMap(OLMap); + + // trap mouse moving over + var hitTolerance = 5; + OLMap.on("pointermove", function (evt) { + var feature = OLMap.forEachFeatureAtPixel( + evt.pixel, + function (feature, layer) { + overlay.setPosition(evt.coordinate); + var popname = feature.get("name"); + //console.log("popname: " + popname); + + if ( + ShowMyFindsLayer && + typeof popname != "undefined" && + popname != "~" + ) { + overlay.getElement().innerHTML = popname ? popname : ""; + return feature; + } + + if (popname === "~") { + var vsi = ""; + if (Planes[feature.hex].vert_rate !== "undefined") { + // Correct odd errors + if (Planes[feature.hex].vert_rate > 256) { + vsi = "climbing"; + } else { + if (Planes[feature.hex].vert_rate < -256) { + vsi = "descending"; + } else vsi = "level"; + } + } + + if (ShowAdditionalData) { + //LINE ONE + popname = Planes[feature.hex].ac_aircraft + ? Planes[feature.hex].ac_aircraft + : "-"; + if (popname === "-") { + // Let's try an alternative to ID -> https://github.com/alkissack/Dump1090-OpenLayers3-html/issues/3 + popname = Planes[feature.hex].icaotype + ? Planes[feature.hex].icaotype + : "Unknown aircraft type"; + } + popname = + popname + + " [" + + (Planes[feature.hex].category + ? Planes[feature.hex].category + : "?") + + "]"; + //LINE TWO + popname = + popname + + "\n(" + + (Planes[feature.hex].flight + ? Planes[feature.hex].flight.trim() + : "No Call") + + ")"; + popname = popname + " #" + feature.hex.toUpperCase(); + popname = popname + " [" + Planes[feature.hex].registration + "]"; + + //LINE THREE + var hgt = parseInt(Planes[feature.hex].altitude ? (Planes[feature.hex].altitude) : 0); + hgt = convert_altitude(hgt, DisplayUnits); + //console.log("Height.. " + hgt); + popname = + popname + + "\n" + parseInt(hgt) + (DisplayUnits === "metric" ? "m & " : " ft & ") + vsi; + + //LINE FOUR + popname = + popname + + "\n" + + (Planes[feature.hex].country + ? Planes[feature.hex].country + : ""); + popname = + popname + + " " + + (Planes[feature.hex].operator + ? Planes[feature.hex].operator + : ""); + + var dst = parseInt(Planes[feature.hex].siteNm ? (Planes[feature.hex].siteNm) : 0); + dst = convert_nm_distance(dst, DisplayUnits); + //console.log("Distance.. " + dst); + popname = + popname + + " " + dst.toFixed(2) + (DisplayUnits === "metric" ? " km " : DisplayUnits === "imperial" ? " mile " : " nm "); + + popname = + popname + + " " + + (Planes[feature.hex].siteBearing + ? Planes[feature.hex].siteBearing + "\u00B0" + : ""); + + } else { + popname = "ICAO: " + Planes[feature.hex].icao; + popname = + popname + + "\nFlt: " + + (Planes[feature.hex].flight ? Planes[feature.hex].flight : "?"); + popname = + popname + + "\nType: " + + (Planes[feature.hex].icaotype + ? Planes[feature.hex].icaotype + : "?"); + popname = + popname + + "\nReg: " + + (Planes[feature.hex].registration + ? Planes[feature.hex].registration + : "?"); + + var hgt = parseInt(Planes[feature.hex].altitude ? (Planes[feature.hex].altitude) : 0); + hgt = convert_altitude(hgt, DisplayUnits); + //console.log("Height.. " + hgt); + popname = + popname + + "\nAlt: " + parseInt(hgt) + (DisplayUnits === "metric" ? "m " : " ft "); - var feature = new ol.Feature( - new ol.geom.Point(ol.proj.fromLonLat(SitePosition)) - ); - feature.setStyle(markerStyle); - StaticFeatures.push(feature); - - if (SiteCircles) { - createSiteCircleFeatures(); - } - } - - // Add terrain-limit rings. To enable this: - // - // create a panorama for your receiver location on heywhatsthat.com - // - // note the "view" value from the URL at the top of the panorama - // i.e. the XXXX in http://www.heywhatsthat.com/?view=XXXX - // - // fetch a json file from the API for the altitudes you want to see: - // - // wget -O /usr/share/dump1090-mutability/html/upintheair.json \ - // 'http://www.heywhatsthat.com/api/upintheair.json?id=XXXX&refraction=0.25&alts=3048,9144' - // - // NB: altitudes are in _meters_, you can specify a list of altitudes - - // kick off an ajax request that will add the rings when it's done - var request = $.ajax({ url: 'upintheair.json', - timeout: 5000, - cache: true, - dataType: 'json' }); - request.done(function(data) { - for (var i = 0; i < data.rings.length; ++i) { - var geom = new ol.geom.LineString([]); - var points = data.rings[i].points; - if (points.length > 0) { - for (var j = 0; j < points.length; ++j) { - geom.appendCoordinate([ points[j][1], points[j][0] ]); - } - geom.appendCoordinate([ points[0][1], points[0][0] ]); - geom.transform('EPSG:4326', 'EPSG:3857'); - - var feature = new ol.Feature(geom); - feature.setStyle(ringStyleForAlt(data.rings[i].alt)); - StaticFeatures.push(feature); } + overlay.getElement().innerHTML = popname ? popname : ""; + return feature; + } else { + //overlay.getElement().innerHTML = (popname ? popname :'' ); + //return feature; + return null; + } + }, + { + hitTolerance: hitTolerance, + }, + null, + function (layer) { + if (ShowMyFindsLayer) { + return layer == iconsLayer, MyFeatures; + } else { + return layer == iconsLayer; + } } + ); //OLMap.forEachFeatureAtPixel + + overlay.getElement().style.display = feature ? "" : "none"; // EAK--> Needs GMAP/INDEX.HTML + document.body.style.cursor = feature ? "pointer" : ""; + }); + } else { + // Labels are not required + var overlay = new ol.Overlay({ + element: document.getElementById("popinfo"), + positioning: "bottom-left", }); + overlay.setMap(OLMap); + } + //------------------------------------------------------------------------------------ + // -------------------------------------------------------------------- ref: AK6D ends + //------------------------------------------------------------------------------------ - request.fail(function(jqxhr, status, error) { - // no rings available, do nothing + // Add home marker if requested + if (SitePosition) { + if (ShowMyPreferences) { + // Personal preferences Ref: AK9V + var homeRad = 2; + var homeWid = 1; + } else { + var homeRad = 7; + var homeWid = 2; + } + var markerStyle = new ol.style.Style({ + image: new ol.style.Circle({ + radius: homeRad, // Ref: AK9V + snapToPixel: false, + fill: new ol.style.Fill({ color: "black" }), + stroke: new ol.style.Stroke({ + color: "white", + width: homeWid, // Ref: AK9V + }), + }), }); + + var feature = new ol.Feature( + new ol.geom.Point(ol.proj.fromLonLat(SitePosition)) + ); + feature.setStyle(markerStyle); + StaticFeatures.push(feature); + + if (SiteCircles) { + createSiteCircleFeatures(); + } + } + + // Add terrain-limit rings. To enable this: + // + // create a panorama for your receiver location on heywhatsthat.com + // + // note the "view" value from the URL at the top of the panorama + // i.e. the XXXX in http://www.heywhatsthat.com/?view=XXXX + // + // fetch a json file from the API for the altitudes you want to see: + // + // wget -O /usr/share/dump1090-mutability/html/upintheair.json \ + // 'http://www.heywhatsthat.com/api/upintheair.json?id=XXXX&refraction=0.25&alts=3048,9144' + // + // NB: altitudes are in _meters_, you can specify a list of altitudes + + // kick off an ajax request that will add the rings when it's done + var request = $.ajax({ + url: 'upintheair.json', + timeout: 5000, + cache: true, + dataType: 'json' + }); + request.done(function (data) { + for (var i = 0; i < data.rings.length; ++i) { + var geom = new ol.geom.LineString([]); + var points = data.rings[i].points; + if (points.length > 0) { + for (var j = 0; j < points.length; ++j) { + geom.appendCoordinate([points[j][1], points[j][0]]); + } + geom.appendCoordinate([points[0][1], points[0][0]]); + geom.transform('EPSG:4326', 'EPSG:3857'); + + var feature = new ol.Feature(geom); + feature.setStyle(ringStyleForAlt(data.rings[i].alt)); + StaticFeatures.push(feature); + } + } + }); + + request.fail(function (jqxhr, status, error) { + // no rings available, do nothing + }); } function ringStyleForAlt(altitude) { - return new ol.style.Style({ - fill: null, - stroke: new ol.style.Stroke({ - color: "#aa0000", - lineDash: UseTerrainLineDash ? [4, 4] : null, - width: TerrainLineWidth, - //color: PlaneObject.prototype.hslRepr(PlaneObject.prototype.getAltitudeColor(altitude*3.281)), // converting from m to ft - //width: 1 - }) - }); + return new ol.style.Style({ + fill: null, + stroke: new ol.style.Stroke({ + color: "#aa0000", + lineDash: UseTerrainLineDash ? [4, 4] : null, + width: TerrainLineWidth, + //color: PlaneObject.prototype.hslRepr(PlaneObject.prototype.getAltitudeColor(altitude*3.281)), // converting from m to ft + //width: 1 + }) + }); } function createSiteCircleFeatures() { - // Clear existing circles first - SiteCircleFeatures.forEach(function (circleFeature) { - StaticFeatures.remove(circleFeature); - }); - SiteCircleFeatures.clear(); - if (ShowMyPreferences) { - // Personal preferences Ref: AK9V - var rangeWid = 0.25; - } else { - var rangeWid = 1; - } - var circleStyle = function (distance) { - return new ol.style.Style({ - fill: null, - stroke: new ol.style.Stroke({ - color: "#000000", - width: rangeWid, // - }), - text: new ol.style.Text({ - font: "bold 10px Helvetica Neue, sans-serif", - fill: new ol.style.Fill({ color: "#000000" }), - offsetY: -8, - offsetX: 1, - text: ShowSiteRingDistanceText - ? format_distance_long(distance, DisplayUnits, 0) - : "", - }), + // Clear existing circles first + SiteCircleFeatures.forEach(function (circleFeature) { + StaticFeatures.remove(circleFeature); }); - }; - - var conversionFactor = 1000.0; - if (DisplayUnits === "nautical") { - conversionFactor = 1852.0; - } else if (DisplayUnits === "imperial") { - conversionFactor = 1609.0; - } - - for (var i = 0; i < SiteCirclesDistances.length; ++i) { - var distance = SiteCirclesDistances[i] * conversionFactor; - var circle = make_geodesic_circle(SitePosition, distance, 360); - circle.transform("EPSG:4326", "EPSG:3857"); - var feature = new ol.Feature(circle); - feature.setStyle(circleStyle(distance)); - StaticFeatures.push(feature); - SiteCircleFeatures.push(feature); - } + SiteCircleFeatures.clear(); + if (ShowMyPreferences) { + // Personal preferences Ref: AK9V + var rangeWid = 0.25; + } else { + var rangeWid = 1; + } + var circleStyle = function (distance) { + return new ol.style.Style({ + fill: null, + stroke: new ol.style.Stroke({ + color: "#000000", + width: rangeWid, // + }), + text: new ol.style.Text({ + font: "bold 10px Helvetica Neue, sans-serif", + fill: new ol.style.Fill({ color: "#000000" }), + offsetY: -8, + offsetX: 1, + text: ShowSiteRingDistanceText + ? format_distance_long(distance, DisplayUnits, 0) + : "", + }), + }); + }; + + var conversionFactor = 1000.0; + if (DisplayUnits === "nautical") { + conversionFactor = 1852.0; + } else if (DisplayUnits === "imperial") { + conversionFactor = 1609.0; + } + + for (var i = 0; i < SiteCirclesDistances.length; ++i) { + var distance = SiteCirclesDistances[i] * conversionFactor; + var circle = make_geodesic_circle(SitePosition, distance, 360); + circle.transform("EPSG:4326", "EPSG:3857"); + var feature = new ol.Feature(circle); + feature.setStyle(circleStyle(distance)); + StaticFeatures.push(feature); + SiteCircleFeatures.push(feature); + } } // This looks for planes to reap out of the master Planes variable function reaper() { - //console.log("Reaping started.."); - - // Look for planes where we have seen no messages for >300 seconds - var newPlanes = []; - for (var i = 0; i < PlanesOrdered.length; ++i) { - var plane = PlanesOrdered[i]; - if (plane.seen > 300) { - // Reap it. - plane.tr.parentNode.removeChild(plane.tr); - plane.tr = null; - delete Planes[plane.icao]; - plane.destroy(); - } else { - // Keep it. - newPlanes.push(plane); + //console.log("Reaping started.."); + + // Look for planes where we have seen no messages for >300 seconds + var newPlanes = []; + for (var i = 0; i < PlanesOrdered.length; ++i) { + var plane = PlanesOrdered[i]; + if (plane.seen > 300) { + // Reap it. + plane.tr.parentNode.removeChild(plane.tr); + plane.tr = null; + delete Planes[plane.icao]; + plane.destroy(); + } else { + // Keep it. + newPlanes.push(plane); + } } - } - PlanesOrdered = newPlanes; - refreshTableInfo(); - refreshSelected(); + PlanesOrdered = newPlanes; + refreshTableInfo(); + refreshSelected(); } // Page Title update function function refreshPageTitle() { - if (!PlaneCountInTitle && !MessageRateInTitle) return; - - var subtitle = ""; - - if (PlaneCountInTitle) { - // AKISSACK add Max' Range AK9T - subtitle += - format_distance_brief(CurMinRange, DisplayUnits) + - "-" + - format_distance_brief(CurMaxRange, DisplayUnits) + - ">"; - subtitle += TrackedAircraftPositions + "/" + TrackedAircraft; - } + if (!PlaneCountInTitle && !MessageRateInTitle) return; + + var subtitle = ""; + + if (PlaneCountInTitle) { + // AKISSACK add Max' Range AK9T + subtitle += + format_distance_brief(CurMinRange, DisplayUnits) + + "-" + + format_distance_brief(CurMaxRange, DisplayUnits) + + ">"; + subtitle += TrackedAircraftPositions + "/" + TrackedAircraft; + } - if (MessageRateInTitle) { - if (subtitle) subtitle += " | "; - subtitle += MessageRate.toFixed(1) + "/s"; - } + if (MessageRateInTitle) { + if (subtitle) subtitle += " | "; + subtitle += MessageRate.toFixed(1) + "/s"; + } - //document.title = PageName + ' - ' + subtitle; // AKISSACK Ref: AK9X - document.title = subtitle + " " + PageName; // AKISSACK Ref: AK9X + //document.title = PageName + ' - ' + subtitle; // AKISSACK Ref: AK9X + document.title = subtitle + " " + PageName; // AKISSACK Ref: AK9X } // Refresh the detail window about the plane function refreshSelected() { - if (MessageCountHistory.length > 1) { - var message_time_delta = - MessageCountHistory[MessageCountHistory.length - 1].time - - MessageCountHistory[0].time; - var message_count_delta = - MessageCountHistory[MessageCountHistory.length - 1].messages - - MessageCountHistory[0].messages; - if (message_time_delta > 0) - MessageRate = message_count_delta / message_time_delta; - } else { - MessageRate = null; - } - - refreshPageTitle(); - - var selected = false; - if ( - typeof SelectedPlane !== "undefined" && - SelectedPlane != "ICAO" && - SelectedPlane != null - ) { - selected = Planes[SelectedPlane]; - } - - $("#dump1090_infoblock").css("display", "block"); - //$('#dump1090_version').text(Dump1090Version); AKISSACK Ref: AK9W - $("#dump1090_version").text(""); // AKISSACK Ref: AK9W - $("#dump1090_total_ac").text(TrackedAircraft); - $("#dump1090_total_ac_positions").text(TrackedAircraftPositions); - $("#dump1090_max_range").text(format_distance_brief(MaxRange, DisplayUnits)); // Ref: AK9T - $("#dump1090_total_history").text(TrackedHistorySize); - - if (MessageRate !== null) { - $("#dump1090_message_rate").text(MessageRate.toFixed(1)); - } else { - $("#dump1090_message_rate").text("n/a"); - } - - setSelectedInfoBlockVisibility(); - - if (!selected) { - return; - } - - if (selected.flight !== null && selected.flight !== "") { - $("#selected_callsign").text(selected.flight); - } else { - $("#selected_callsign").text("n/a"); - } - $("#selected_flightaware_link").html( - getFlightAwareModeSLink(selected.icao, selected.flight, "[FlightAware]") - ); - - if (selected.registration !== null) { - $("#selected_registration").text(selected.registration); - } else { - $("#selected_registration").text(""); - } - - if (selected.icaotype !== null) { - $("#selected_icaotype").text(selected.icaotype); - } else { - $("#selected_icaotype").text(""); - } - - var emerg = document.getElementById("selected_emergency"); - if (selected.squawk in SpecialSquawks) { - emerg.className = SpecialSquawks[selected.squawk].cssClass; - emerg.textContent = NBSP + "Squawking: " + SpecialSquawks[selected.squawk].text + NBSP; - } else { - emerg.className = "hidden"; - } - - $("#selected_altitude").text( - format_altitude_long(selected.altitude, selected.vert_rate, DisplayUnits) - ); - - if (selected.squawk === null || selected.squawk === "0000") { - $("#selected_squawk").text("n/a"); - } else { - $("#selected_squawk").text(selected.squawk); - } - - $("#selected_speed").text(format_speed_long(selected.speed, DisplayUnits)); - $("#selected_vertical_rate").text( - format_vert_rate_long(selected.vert_rate, DisplayUnits) - ); - $("#selected_icao").text(selected.icao.toUpperCase()); - $("#airframes_post_icao").attr("value", selected.icao); - $("#selected_track").text(format_track_long(selected.track)); - - if (selected.seen <= 1) { - $("#selected_seen").text("now"); - } else { - $("#selected_seen").text(selected.seen.toFixed(1) + "s"); - } - - $("#selected_country").text(selected.icaorange.country); - if (ShowFlags && selected.icaorange.flag_image !== null) { - $("#selected_flag").removeClass("hidden"); - $("#selected_flag img").attr( - "src", - FlagPath + selected.icaorange.flag_image + if (MessageCountHistory.length > 1) { + var message_time_delta = + MessageCountHistory[MessageCountHistory.length - 1].time - + MessageCountHistory[0].time; + var message_count_delta = + MessageCountHistory[MessageCountHistory.length - 1].messages - + MessageCountHistory[0].messages; + if (message_time_delta > 0) + MessageRate = message_count_delta / message_time_delta; + } else { + MessageRate = null; + } + + refreshPageTitle(); + + var selected = false; + if ( + typeof SelectedPlane !== "undefined" && + SelectedPlane != "ICAO" && + SelectedPlane != null + ) { + selected = Planes[SelectedPlane]; + } + + $("#dump1090_infoblock").css("display", "block"); + //$('#dump1090_version').text(Dump1090Version); AKISSACK Ref: AK9W + $("#dump1090_version").text(""); // AKISSACK Ref: AK9W + $("#dump1090_total_ac").text(TrackedAircraft); + $("#dump1090_total_ac_positions").text(TrackedAircraftPositions); + $("#dump1090_max_range").text(format_distance_brief(MaxRange, DisplayUnits)); // Ref: AK9T + $("#dump1090_total_history").text(TrackedHistorySize); + + if (MessageRate !== null) { + $("#dump1090_message_rate").text(MessageRate.toFixed(1)); + } else { + $("#dump1090_message_rate").text("n/a"); + } + + setSelectedInfoBlockVisibility(); + + if (!selected) { + return; + } + + if (selected.flight !== null && selected.flight !== "") { + $("#selected_callsign").text(selected.flight); + } else { + $("#selected_callsign").text("n/a"); + } + $("#selected_flightaware_link").html( + getFlightAwareModeSLink(selected.icao, selected.flight, "[FlightAware]") ); - $("#selected_flag img").attr("title", selected.icaorange.country); - } else { - $("#selected_flag").addClass("hidden"); - } - - if (selected.position === null) { - $("#selected_position").text("n/a"); - $("#selected_follow").addClass("hidden"); - } else { - var mlat_bit = selected.position_from_mlat ? "MLAT: " : ""; - if (selected.seen_pos > 1) { - $("#selected_position").text( - mlat_bit + - format_latlng(selected.position) + - " (" + - selected.seen_pos.toFixed(1) + - "s)" - ); + + if (selected.registration !== null) { + $("#selected_registration").text(selected.registration); + } else { + $("#selected_registration").text(""); + } + + if (selected.icaotype !== null) { + $("#selected_icaotype").text(selected.icaotype); + } else { + $("#selected_icaotype").text(""); + } + + var emerg = document.getElementById("selected_emergency"); + if (selected.squawk in SpecialSquawks) { + emerg.className = SpecialSquawks[selected.squawk].cssClass; + emerg.textContent = NBSP + "Squawking: " + SpecialSquawks[selected.squawk].text + NBSP; + } else { + emerg.className = "hidden"; + } + + $("#selected_altitude").text( + format_altitude_long(selected.altitude, selected.vert_rate, DisplayUnits) + ); + + if (selected.squawk === null || selected.squawk === "0000") { + $("#selected_squawk").text("n/a"); + } else { + $("#selected_squawk").text(selected.squawk); + } + + $("#selected_speed").text(format_speed_long(selected.speed, DisplayUnits)); + $("#selected_vertical_rate").text( + format_vert_rate_long(selected.vert_rate, DisplayUnits) + ); + $("#selected_icao").text(selected.icao.toUpperCase()); + $("#airframes_post_icao").attr("value", selected.icao); + $("#selected_track").text(format_track_long(selected.track)); + + if (selected.seen <= 1) { + $("#selected_seen").text("now"); + } else { + $("#selected_seen").text(selected.seen.toFixed(1) + "s"); + } + + $("#selected_country").text(selected.icaorange.country); + if (ShowFlags && selected.icaorange.flag_image !== null) { + $("#selected_flag").removeClass("hidden"); + $("#selected_flag img").attr( + "src", + FlagPath + selected.icaorange.flag_image + ); + $("#selected_flag img").attr("title", selected.icaorange.country); + } else { + $("#selected_flag").addClass("hidden"); + } + + if (selected.position === null) { + $("#selected_position").text("n/a"); + $("#selected_follow").addClass("hidden"); + } else { + var mlat_bit = selected.position_from_mlat ? "MLAT: " : ""; + if (selected.seen_pos > 1) { + $("#selected_position").text( + mlat_bit + + format_latlng(selected.position) + + " (" + + selected.seen_pos.toFixed(1) + + "s)" + ); + } else { + $("#selected_position").text(mlat_bit + format_latlng(selected.position)); + } + $("#selected_follow").removeClass("hidden"); + if (FollowSelected) { + $("#selected_follow").css("font-weight", "bold"); + OLMap.getView().setCenter(ol.proj.fromLonLat(selected.position)); + } else { + $("#selected_follow").css("font-weight", "normal"); + } + } + + $("#selected_sitedist").text( + format_distance_long(selected.sitedist, DisplayUnits) + ); + $("#selected_rssi").text(selected.rssi.toFixed(1) + " dBFS"); + $("#selected_message_count").text(selected.messages); + if (UseJetPhotosPhotoLink) { + $("#selected_photo_link").html( + getJetPhotosPhotoLink(selected.registration) + ); + } else { + $("#selected_photo_link").html( + getFlightAwarePhotoLink(selected.registration) + ); + } +} + +// Refreshes the larger table of all the planes +function refreshTableInfo() { + checkSidebarWidthChange(); // AKISSACK mapsize Ref: AKDD + + var show_squawk_warning = false; + + TrackedAircraft = 0; + TrackedAircraftPositions = 0; + TrackedHistorySize = 0; + CurMaxRange = 0; // AKISSACK Ref: AK9T + CurMinRange = 999999; // AKISSACK Ref: AK9T + + $(".altitudeUnit").text(get_unit_label("altitude", DisplayUnits)); + $(".speedUnit").text(get_unit_label("speed", DisplayUnits)); + $(".distanceUnit").text(get_unit_label("distance", DisplayUnits)); + $(".verticalRateUnit").text(get_unit_label("verticalRate", DisplayUnits)); + + for (var i = 0; i < PlanesOrdered.length; ++i) { + var tableplane = PlanesOrdered[i]; + TrackedHistorySize += tableplane.history_size; + if (tableplane.seen >= 58 || tableplane.isFiltered()) { + tableplane.tr.className = "plane_table_row hidden"; + } else { + TrackedAircraft++; + // AKISSACK Range display Ref: AK9T + if (CurMaxRange < tableplane.sitedist) { + // AKISSACK + CurMaxRange = tableplane.sitedist; + if (CurMaxRange > MaxRange) { + MaxRange = CurMaxRange; + } + //console.log("+"+CurMaxRange); + } + if (tableplane.sitedist && CurMinRange > tableplane.sitedist) { + // AKISSACK + CurMinRange = tableplane.sitedist; + //console.log("-"+CurMinRange); + } + + var classes = "plane_table_row"; + + if (tableplane.position !== null && tableplane.seen_pos < 60) { + ++TrackedAircraftPositions; + if (tableplane.position_from_mlat) classes += " mlat"; + else classes += " vPosition"; + } + if (tableplane.icao == SelectedPlane) classes += " selected"; + + if (tableplane.is_interesting == "Y") { + // AKISSACK ------------ Ref: AK9F + classes += " ofInterest "; + } + + if (tableplane.squawk in SpecialSquawks) { + classes = classes + " " + SpecialSquawks[tableplane.squawk].cssClass; + show_squawk_warning = true; + } + + if (ShowMyPreferences) { + tableplane.tr.cells[0].innerHTML = getAirframesModeSLinkIcao( + tableplane.icao + ); // AKISSACK ------------ Ref: AK9F + tableplane.tr.cells[2].textContent = + tableplane.flight !== null ? tableplane.flight : ""; + } else { + // ICAO doesn't change + if (tableplane.flight) { + tableplane.tr.cells[2].innerHTML = getFlightAwareModeSLink( + tableplane.icao, + tableplane.flight, + tableplane.flight + ); + } else { + tableplane.tr.cells[2].innerHTML = ""; + } + } + if (ShowMyPreferences && ShowHTMLColumns) { + // ------------ Ref: AK9F + tableplane.tr.cells[3].textContent = + tableplane.registration !== null ? tableplane.registration : ""; + tableplane.tr.cells[4].textContent = + tableplane.icaotype !== null ? tableplane.icaotype : ""; + var tmpTxt1 = + tableplane.ac_aircraft !== null ? tableplane.ac_aircraft : "-"; + if (tmpTxt1 === "-" || tmpTxt1 === "") { + // Let's try an alternative to ID -> https://github.com/alkissack/Dump1090-OpenLayers3-html/issues/3 + tmpTxt1 = tableplane.icaotype + ? tableplane.icaotype + : "Unknown aircraft"; + //console.log("-"+tmpTxt1 ); + } + //tableplane.tr.cells[5].textContent = (tableplane.ac_aircraft !== null ? tableplane.ac_aircraft : ""); + tableplane.tr.cells[5].textContent = tmpTxt1; + + tmpTxt1 = + tableplane.ac_shortname !== null ? tableplane.ac_shortname : "-"; + if (tmpTxt1 === "-" || tmpTxt1 === "") { + // Let's try an alternative to ID -> https://github.com/alkissack/Dump1090-OpenLayers3-html/issues/3 + tmpTxt1 = tableplane.icaotype ? tableplane.icaotype : "Unknown"; + //console.log("-"+tmpTxt1 ); + } + //tableplane.tr.cells[6].textContent = (tableplane.ac_shortname !== null ? tableplane.ac_shortname : ""); + tableplane.tr.cells[6].textContent = tmpTxt1; + + tableplane.tr.cells[7].textContent = + tableplane.ac_category !== null ? tableplane.ac_category : ""; + tableplane.tr.cells[8].textContent = + tableplane.squawk !== null ? tableplane.squawk : ""; + tableplane.tr.cells[9].innerHTML = format_altitude_brief( + tableplane.altitude, + tableplane.vert_rate, + DisplayUnits + ); + tableplane.tr.cells[10].textContent = format_speed_brief( + tableplane.speed, + DisplayUnits + ); + tableplane.tr.cells[11].textContent = format_vert_rate_brief( + tableplane.vert_rate, + DisplayUnits + ); + tableplane.tr.cells[12].textContent = format_distance_brief( + tableplane.sitedist, + DisplayUnits + ); // Column index change needs to be reflected above in initialize_map() + tableplane.tr.cells[13].textContent = format_track_brief( + tableplane.track + ); + tableplane.tr.cells[14].textContent = tableplane.messages; + tableplane.tr.cells[15].textContent = tableplane.seen.toFixed(0); + tableplane.tr.cells[16].textContent = + tableplane.rssi !== null ? tableplane.rssi : ""; + tableplane.tr.cells[17].textContent = + tableplane.position !== null ? tableplane.position[1].toFixed(4) : ""; + tableplane.tr.cells[18].textContent = + tableplane.position !== null ? tableplane.position[0].toFixed(4) : ""; + tableplane.tr.cells[19].textContent = format_data_source( + tableplane.getDataSource() + ); + tableplane.tr.cells[20].innerHTML = getAirframesModeSLink( + tableplane.icao + ); + tableplane.tr.cells[21].innerHTML = getFlightAwareModeSLink( + tableplane.icao, + tableplane.flight + ); + if (UseJetPhotosPhotoLink) { + tableplane.tr.cells[22].innerHTML = getJetPhotosPhotoLink( + tableplane.registration + ); + } else { + tableplane.tr.cells[22].innerHTML = getFlightAwarePhotoLink( + tableplane.registration + ); + } + tableplane.tr.className = classes; + } else { + tableplane.tr.cells[3].textContent = + tableplane.registration !== null ? tableplane.registration : ""; + tableplane.tr.cells[4].textContent = + tableplane.icaotype !== null ? tableplane.icaotype : ""; + tableplane.tr.cells[5].textContent = + tableplane.squawk !== null ? tableplane.squawk : ""; + tableplane.tr.cells[6].innerHTML = format_altitude_brief( + tableplane.altitude, + tableplane.vert_rate, + DisplayUnits + ); + tableplane.tr.cells[7].textContent = format_speed_brief( + tableplane.speed, + DisplayUnits + ); + tableplane.tr.cells[8].textContent = format_vert_rate_brief( + tableplane.vert_rate, + DisplayUnits + ); + tableplane.tr.cells[9].textContent = format_distance_brief( + tableplane.sitedist, + DisplayUnits + ); + tableplane.tr.cells[10].textContent = format_track_brief( + tableplane.track + ); + tableplane.tr.cells[11].textContent = tableplane.messages; + tableplane.tr.cells[12].textContent = tableplane.seen.toFixed(0); + tableplane.tr.cells[13].textContent = + tableplane.rssi !== null ? tableplane.rssi : ""; + tableplane.tr.cells[14].textContent = + tableplane.position !== null ? tableplane.position[1].toFixed(4) : ""; + tableplane.tr.cells[15].textContent = + tableplane.position !== null ? tableplane.position[0].toFixed(4) : ""; + tableplane.tr.cells[16].textContent = format_data_source( + tableplane.getDataSource() + ); + tableplane.tr.cells[17].innerHTML = getAirframesModeSLink( + tableplane.icao + ); + tableplane.tr.cells[18].innerHTML = getFlightAwareModeSLink( + tableplane.icao, + tableplane.flight + ); + if (UseJetPhotosPhotoLink) { + tableplane.tr.cells[19].innerHTML = getJetPhotosPhotoLink( + tableplane.registration + ); + } else { + tableplane.tr.cells[19].innerHTML = getFlightAwarePhotoLink( + tableplane.registration + ); + } + tableplane.tr.className = classes; + } + } + } + + if (show_squawk_warning) { + $("#SpecialSquawkWarning").css("display", "block"); } else { - $("#selected_position").text(mlat_bit + format_latlng(selected.position)); + $("#SpecialSquawkWarning").css("display", "none"); } - $("#selected_follow").removeClass("hidden"); - if (FollowSelected) { - $("#selected_follow").css("font-weight", "bold"); - OLMap.getView().setCenter(ol.proj.fromLonLat(selected.position)); - } else { - $("#selected_follow").css("font-weight", "normal"); - } - } - - $("#selected_sitedist").text( - format_distance_long(selected.sitedist, DisplayUnits) - ); - $("#selected_rssi").text(selected.rssi.toFixed(1) + " dBFS"); - $("#selected_message_count").text(selected.messages); - if (UseJetPhotosPhotoLink) { - $("#selected_photo_link").html( - getJetPhotosPhotoLink(selected.registration) - ); - } else { - $("#selected_photo_link").html( - getFlightAwarePhotoLink(selected.registration) - ); - } -} -// Refreshes the larger table of all the planes -function refreshTableInfo() { - checkSidebarWidthChange(); // AKISSACK mapsize Ref: AKDD - - var show_squawk_warning = false; - - TrackedAircraft = 0; - TrackedAircraftPositions = 0; - TrackedHistorySize = 0; - CurMaxRange = 0; // AKISSACK Ref: AK9T - CurMinRange = 999999; // AKISSACK Ref: AK9T - - $(".altitudeUnit").text(get_unit_label("altitude", DisplayUnits)); - $(".speedUnit").text(get_unit_label("speed", DisplayUnits)); - $(".distanceUnit").text(get_unit_label("distance", DisplayUnits)); - $(".verticalRateUnit").text(get_unit_label("verticalRate", DisplayUnits)); - - for (var i = 0; i < PlanesOrdered.length; ++i) { - var tableplane = PlanesOrdered[i]; - TrackedHistorySize += tableplane.history_size; - if (tableplane.seen >= 58 || tableplane.isFiltered()) { - tableplane.tr.className = "plane_table_row hidden"; - } else { - TrackedAircraft++; - // AKISSACK Range display Ref: AK9T - if (CurMaxRange < tableplane.sitedist) { - // AKISSACK - CurMaxRange = tableplane.sitedist; - if (CurMaxRange > MaxRange) { - MaxRange = CurMaxRange; - } - //console.log("+"+CurMaxRange); - } - if (tableplane.sitedist && CurMinRange > tableplane.sitedist) { - // AKISSACK - CurMinRange = tableplane.sitedist; - //console.log("-"+CurMinRange); - } - - var classes = "plane_table_row"; - - if (tableplane.position !== null && tableplane.seen_pos < 60) { - ++TrackedAircraftPositions; - if (tableplane.position_from_mlat) classes += " mlat"; - else classes += " vPosition"; - } - if (tableplane.icao == SelectedPlane) classes += " selected"; - - if (tableplane.is_interesting == "Y") { - // AKISSACK ------------ Ref: AK9F - classes += " ofInterest "; - } - - if (tableplane.squawk in SpecialSquawks) { - classes = classes + " " + SpecialSquawks[tableplane.squawk].cssClass; - show_squawk_warning = true; - } - - if (ShowMyPreferences) { - tableplane.tr.cells[0].innerHTML = getAirframesModeSLinkIcao( - tableplane.icao - ); // AKISSACK ------------ Ref: AK9F - tableplane.tr.cells[2].textContent = - tableplane.flight !== null ? tableplane.flight : ""; - } else { - // ICAO doesn't change - if (tableplane.flight) { - tableplane.tr.cells[2].innerHTML = getFlightAwareModeSLink( - tableplane.icao, - tableplane.flight, - tableplane.flight - ); - } else { - tableplane.tr.cells[2].innerHTML = ""; - } - } - if (ShowMyPreferences && ShowHTMLColumns) { - // ------------ Ref: AK9F - tableplane.tr.cells[3].textContent = - tableplane.registration !== null ? tableplane.registration : ""; - tableplane.tr.cells[4].textContent = - tableplane.icaotype !== null ? tableplane.icaotype : ""; - var tmpTxt1 = - tableplane.ac_aircraft !== null ? tableplane.ac_aircraft : "-"; - if (tmpTxt1 === "-" || tmpTxt1 === "") { - // Let's try an alternative to ID -> https://github.com/alkissack/Dump1090-OpenLayers3-html/issues/3 - tmpTxt1 = tableplane.icaotype - ? tableplane.icaotype - : "Unknown aircraft"; - //console.log("-"+tmpTxt1 ); - } - //tableplane.tr.cells[5].textContent = (tableplane.ac_aircraft !== null ? tableplane.ac_aircraft : ""); - tableplane.tr.cells[5].textContent = tmpTxt1; - - tmpTxt1 = - tableplane.ac_shortname !== null ? tableplane.ac_shortname : "-"; - if (tmpTxt1 === "-" || tmpTxt1 === "") { - // Let's try an alternative to ID -> https://github.com/alkissack/Dump1090-OpenLayers3-html/issues/3 - tmpTxt1 = tableplane.icaotype ? tableplane.icaotype : "Unknown"; - //console.log("-"+tmpTxt1 ); - } - //tableplane.tr.cells[6].textContent = (tableplane.ac_shortname !== null ? tableplane.ac_shortname : ""); - tableplane.tr.cells[6].textContent = tmpTxt1; - - tableplane.tr.cells[7].textContent = - tableplane.ac_category !== null ? tableplane.ac_category : ""; - tableplane.tr.cells[8].textContent = - tableplane.squawk !== null ? tableplane.squawk : ""; - tableplane.tr.cells[9].innerHTML = format_altitude_brief( - tableplane.altitude, - tableplane.vert_rate, - DisplayUnits - ); - tableplane.tr.cells[10].textContent = format_speed_brief( - tableplane.speed, - DisplayUnits - ); - tableplane.tr.cells[11].textContent = format_vert_rate_brief( - tableplane.vert_rate, - DisplayUnits - ); - tableplane.tr.cells[12].textContent = format_distance_brief( - tableplane.sitedist, - DisplayUnits - ); // Column index change needs to be reflected above in initialize_map() - tableplane.tr.cells[13].textContent = format_track_brief( - tableplane.track - ); - tableplane.tr.cells[14].textContent = tableplane.messages; - tableplane.tr.cells[15].textContent = tableplane.seen.toFixed(0); - tableplane.tr.cells[16].textContent = - tableplane.rssi !== null ? tableplane.rssi : ""; - tableplane.tr.cells[17].textContent = - tableplane.position !== null ? tableplane.position[1].toFixed(4) : ""; - tableplane.tr.cells[18].textContent = - tableplane.position !== null ? tableplane.position[0].toFixed(4) : ""; - tableplane.tr.cells[19].textContent = format_data_source( - tableplane.getDataSource() - ); - tableplane.tr.cells[20].innerHTML = getAirframesModeSLink( - tableplane.icao - ); - tableplane.tr.cells[21].innerHTML = getFlightAwareModeSLink( - tableplane.icao, - tableplane.flight - ); - if (UseJetPhotosPhotoLink) { - tableplane.tr.cells[22].innerHTML = getJetPhotosPhotoLink( - tableplane.registration - ); - } else { - tableplane.tr.cells[22].innerHTML = getFlightAwarePhotoLink( - tableplane.registration - ); - } - tableplane.tr.className = classes; - } else { - tableplane.tr.cells[3].textContent = - tableplane.registration !== null ? tableplane.registration : ""; - tableplane.tr.cells[4].textContent = - tableplane.icaotype !== null ? tableplane.icaotype : ""; - tableplane.tr.cells[5].textContent = - tableplane.squawk !== null ? tableplane.squawk : ""; - tableplane.tr.cells[6].innerHTML = format_altitude_brief( - tableplane.altitude, - tableplane.vert_rate, - DisplayUnits - ); - tableplane.tr.cells[7].textContent = format_speed_brief( - tableplane.speed, - DisplayUnits - ); - tableplane.tr.cells[8].textContent = format_vert_rate_brief( - tableplane.vert_rate, - DisplayUnits - ); - tableplane.tr.cells[9].textContent = format_distance_brief( - tableplane.sitedist, - DisplayUnits - ); - tableplane.tr.cells[10].textContent = format_track_brief( - tableplane.track - ); - tableplane.tr.cells[11].textContent = tableplane.messages; - tableplane.tr.cells[12].textContent = tableplane.seen.toFixed(0); - tableplane.tr.cells[13].textContent = - tableplane.rssi !== null ? tableplane.rssi : ""; - tableplane.tr.cells[14].textContent = - tableplane.position !== null ? tableplane.position[1].toFixed(4) : ""; - tableplane.tr.cells[15].textContent = - tableplane.position !== null ? tableplane.position[0].toFixed(4) : ""; - tableplane.tr.cells[16].textContent = format_data_source( - tableplane.getDataSource() + resortTable(); + + // AKISSACK - Range Plots Ref: AK8E + MaxRangeFeatures.clear(); + MidRangeFeatures.clear(); + MinRangeFeatures.clear(); + + // MAXIMUM ------------------------------------ + var style = new ol.style.Style({ + stroke: new ol.style.Stroke({ + color: "rgba(0,0,128, 1)", + width: RangeLine, + }), + fill: new ol.style.Fill({ + color: "rgba(0,0,255, 0.05)", + }), + }); + + var polyCoords = []; + for (var i = 0; i < 360; i++) { + polyCoords.push( + ol.proj.transform([MaxRngLon[i], MaxRngLat[i]], "EPSG:4326", "EPSG:3857") ); - tableplane.tr.cells[17].innerHTML = getAirframesModeSLink( - tableplane.icao + } + var rangeFeature = new ol.Feature({ + geometry: new ol.geom.Polygon([polyCoords]), + }); + rangeFeature.setStyle(style); + if (MaxRangeShow) { + MaxRangeFeatures.push(rangeFeature); + } + + // MEDIUM ------------------------------------ + var style = new ol.style.Style({ + stroke: new ol.style.Stroke({ + color: "rgba(0,128,0, 0.5)", + width: RangeLine, + }), + fill: new ol.style.Fill({ + color: "rgba(0,255,0, 0.05)", + }), + }); + var polyCoords = []; + for (var i = 0; i < 360; i++) { + polyCoords.push( + ol.proj.transform([MidRngLon[i], MidRngLat[i]], "EPSG:4326", "EPSG:3857") ); - tableplane.tr.cells[18].innerHTML = getFlightAwareModeSLink( - tableplane.icao, - tableplane.flight + } + var rangeFeature = new ol.Feature({ + geometry: new ol.geom.Polygon([polyCoords]), + }); + rangeFeature.setStyle(style); + if (MidRangeShow && MidRangeHeight > 0) { + MidRangeFeatures.push(rangeFeature); + } // Medium range + + // MINIMUM ------------------------------------ + var style = new ol.style.Style({ + stroke: new ol.style.Stroke({ + color: "rgba(128,0,0, 0.5)", + width: RangeLine, + }), + fill: new ol.style.Fill({ + color: "rgba(255,0,0, 0.05)", + }), + }); + var polyCoords = []; + for (var i = 0; i < 360; i++) { + polyCoords.push( + ol.proj.transform([MinRngLon[i], MinRngLat[i]], "EPSG:4326", "EPSG:3857") ); - if (UseJetPhotosPhotoLink) { - tableplane.tr.cells[19].innerHTML = getJetPhotosPhotoLink( - tableplane.registration - ); - } else { - tableplane.tr.cells[19].innerHTML = getFlightAwarePhotoLink( - tableplane.registration - ); - } - tableplane.tr.className = classes; - } - } - } - - if (show_squawk_warning) { - $("#SpecialSquawkWarning").css("display", "block"); - } else { - $("#SpecialSquawkWarning").css("display", "none"); - } - - resortTable(); - - // AKISSACK - Range Plots Ref: AK8E - MaxRangeFeatures.clear(); - MidRangeFeatures.clear(); - MinRangeFeatures.clear(); - - // MAXIMUM ------------------------------------ - var style = new ol.style.Style({ - stroke: new ol.style.Stroke({ - color: "rgba(0,0,128, 1)", - width: RangeLine, - }), - fill: new ol.style.Fill({ - color: "rgba(0,0,255, 0.05)", - }), - }); - - var polyCoords = []; - for (var i = 0; i < 360; i++) { - polyCoords.push( - ol.proj.transform([MaxRngLon[i], MaxRngLat[i]], "EPSG:4326", "EPSG:3857") - ); - } - var rangeFeature = new ol.Feature({ - geometry: new ol.geom.Polygon([polyCoords]), - }); - rangeFeature.setStyle(style); - if (MaxRangeShow) { - MaxRangeFeatures.push(rangeFeature); - } - - // MEDIUM ------------------------------------ - var style = new ol.style.Style({ - stroke: new ol.style.Stroke({ - color: "rgba(0,128,0, 0.5)", - width: RangeLine, - }), - fill: new ol.style.Fill({ - color: "rgba(0,255,0, 0.05)", - }), - }); - var polyCoords = []; - for (var i = 0; i < 360; i++) { - polyCoords.push( - ol.proj.transform([MidRngLon[i], MidRngLat[i]], "EPSG:4326", "EPSG:3857") - ); - } - var rangeFeature = new ol.Feature({ - geometry: new ol.geom.Polygon([polyCoords]), - }); - rangeFeature.setStyle(style); - if (MidRangeShow && MidRangeHeight > 0) { - MidRangeFeatures.push(rangeFeature); - } // Medium range - - // MINIMUM ------------------------------------ - var style = new ol.style.Style({ - stroke: new ol.style.Stroke({ - color: "rgba(128,0,0, 0.5)", - width: RangeLine, - }), - fill: new ol.style.Fill({ - color: "rgba(255,0,0, 0.05)", - }), - }); - var polyCoords = []; - for (var i = 0; i < 360; i++) { - polyCoords.push( - ol.proj.transform([MinRngLon[i], MinRngLat[i]], "EPSG:4326", "EPSG:3857") - ); - } - var rangeFeature = new ol.Feature({ - geometry: new ol.geom.Polygon([polyCoords]), - }); - rangeFeature.setStyle(style); - //if (MinRangeHeight > 0) { - if (MinRangeShow && MinRangeHeight > 0) { - MinRangeFeatures.push(rangeFeature); - } // Minimum range + } + var rangeFeature = new ol.Feature({ + geometry: new ol.geom.Polygon([polyCoords]), + }); + rangeFeature.setStyle(style); + //if (MinRangeHeight > 0) { + if (MinRangeShow && MinRangeHeight > 0) { + MinRangeFeatures.push(rangeFeature); + } // Minimum range } // @@ -2291,112 +2293,112 @@ function refreshTableInfo() { // function compareAlpha(xa, ya) { - if (xa === ya) return 0; - if (xa < ya) return -1; - return 1; + if (xa === ya) return 0; + if (xa < ya) return -1; + return 1; } function compareNumeric(xf, yf) { - if (Math.abs(xf - yf) < 1e-9) return 0; + if (Math.abs(xf - yf) < 1e-9) return 0; - return xf - yf; + return xf - yf; } function sortByICAO() { - sortBy("icao", compareAlpha, function (x) { - return x.icao; - }); + sortBy("icao", compareAlpha, function (x) { + return x.icao; + }); } function sortByFlight() { - sortBy("flight", compareAlpha, function (x) { - return x.flight; - }); + sortBy("flight", compareAlpha, function (x) { + return x.flight; + }); } function sortByRegistration() { - sortBy("registration", compareAlpha, function (x) { - return x.registration; - }); + sortBy("registration", compareAlpha, function (x) { + return x.registration; + }); } function sortByAircraftType() { - sortBy("icaotype", compareAlpha, function (x) { - return x.icaotype; - }); + sortBy("icaotype", compareAlpha, function (x) { + return x.icaotype; + }); } function sortBySquawk() { - sortBy("squawk", compareAlpha, function (x) { - return x.squawk; - }); + sortBy("squawk", compareAlpha, function (x) { + return x.squawk; + }); } function sortByAltitude() { - sortBy("altitude", compareNumeric, function (x) { - return x.altitude == "ground" ? -1e9 : x.altitude; - }); + sortBy("altitude", compareNumeric, function (x) { + return x.altitude == "ground" ? -1e9 : x.altitude; + }); } function sortBySpeed() { - sortBy("speed", compareNumeric, function (x) { - return x.speed; - }); + sortBy("speed", compareNumeric, function (x) { + return x.speed; + }); } function sortByVerticalRate() { - sortBy("vert_rate", compareNumeric, function (x) { - return x.vert_rate; - }); + sortBy("vert_rate", compareNumeric, function (x) { + return x.vert_rate; + }); } function sortByDistance() { - // AKISSACK - Order by distance, but show interesting aircraft first in the table ------------ Ref: AK9F - if (ShowMyPreferences) { - sortBy("sitedist", compareNumeric, function (x) { - return x.is_interesting == "Y" - ? x.sitedist + 0 - : x.sitedist == null - ? null - : x.sitedist + 1000000; - }); - } else { - sortBy("sitedist", compareNumeric, function (x) { - return x.sitedist; - }); - } + // AKISSACK - Order by distance, but show interesting aircraft first in the table ------------ Ref: AK9F + if (ShowMyPreferences) { + sortBy("sitedist", compareNumeric, function (x) { + return x.is_interesting == "Y" + ? x.sitedist + 0 + : x.sitedist == null + ? null + : x.sitedist + 1000000; + }); + } else { + sortBy("sitedist", compareNumeric, function (x) { + return x.sitedist; + }); + } } function sortByTrack() { - sortBy("track", compareNumeric, function (x) { - return x.track; - }); + sortBy("track", compareNumeric, function (x) { + return x.track; + }); } function sortByMsgs() { - sortBy("msgs", compareNumeric, function (x) { - return x.messages; - }); + sortBy("msgs", compareNumeric, function (x) { + return x.messages; + }); } function sortBySeen() { - sortBy("seen", compareNumeric, function (x) { - return x.seen; - }); + sortBy("seen", compareNumeric, function (x) { + return x.seen; + }); } function sortByCountry() { - sortBy("country", compareAlpha, function (x) { - return x.icaorange.country; - }); + sortBy("country", compareAlpha, function (x) { + return x.icaorange.country; + }); } function sortByRssi() { - sortBy("rssi", compareNumeric, function (x) { - return x.rssi; - }); + sortBy("rssi", compareNumeric, function (x) { + return x.rssi; + }); } function sortByLatitude() { - sortBy("lat", compareNumeric, function (x) { - return x.position !== null ? x.position[1] : null; - }); + sortBy("lat", compareNumeric, function (x) { + return x.position !== null ? x.position[1] : null; + }); } function sortByLongitude() { - sortBy("lon", compareNumeric, function (x) { - return x.position !== null ? x.position[0] : null; - }); + sortBy("lon", compareNumeric, function (x) { + return x.position !== null ? x.position[0] : null; + }); } function sortByDataSource() { - sortBy("data_source", compareAlpha, function (x) { - return x.getDataSource(); - }); + sortBy("data_source", compareAlpha, function (x) { + return x.getDataSource(); + }); } var sortId = ""; @@ -2405,777 +2407,777 @@ var sortExtract = null; var sortAscending = true; function sortFunction(x, y) { - var xv = x._sort_value; - var yv = y._sort_value; + var xv = x._sort_value; + var yv = y._sort_value; - // always sort missing values at the end, regardless of - // ascending/descending sort - if (xv == null && yv == null) return x._sort_pos - y._sort_pos; - if (xv == null) return 1; - if (yv == null) return -1; + // always sort missing values at the end, regardless of + // ascending/descending sort + if (xv == null && yv == null) return x._sort_pos - y._sort_pos; + if (xv == null) return 1; + if (yv == null) return -1; - var c = sortAscending ? sortCompare(xv, yv) : sortCompare(yv, xv); - if (c !== 0) return c; + var c = sortAscending ? sortCompare(xv, yv) : sortCompare(yv, xv); + if (c !== 0) return c; - return x._sort_pos - y._sort_pos; + return x._sort_pos - y._sort_pos; } function resortTable() { - // number the existing rows so we can do a stable sort - // regardless of whether sort() is stable or not. - // Also extract the sort comparison value. - for (var i = 0; i < PlanesOrdered.length; ++i) { - PlanesOrdered[i]._sort_pos = i; - PlanesOrdered[i]._sort_value = sortExtract(PlanesOrdered[i]); - } + // number the existing rows so we can do a stable sort + // regardless of whether sort() is stable or not. + // Also extract the sort comparison value. + for (var i = 0; i < PlanesOrdered.length; ++i) { + PlanesOrdered[i]._sort_pos = i; + PlanesOrdered[i]._sort_value = sortExtract(PlanesOrdered[i]); + } - PlanesOrdered.sort(sortFunction); + PlanesOrdered.sort(sortFunction); - var tbody = document.getElementById("tableinfo").tBodies[0]; - for (var i = 0; i < PlanesOrdered.length; ++i) { - tbody.appendChild(PlanesOrdered[i].tr); - } + var tbody = document.getElementById("tableinfo").tBodies[0]; + for (var i = 0; i < PlanesOrdered.length; ++i) { + tbody.appendChild(PlanesOrdered[i].tr); + } } function sortBy(id, sc, se) { - if (id === sortId) { - sortAscending = !sortAscending; - PlanesOrdered.reverse(); // this correctly flips the order of rows that compare equal - } else { - sortAscending = true; - } + if (id === sortId) { + sortAscending = !sortAscending; + PlanesOrdered.reverse(); // this correctly flips the order of rows that compare equal + } else { + sortAscending = true; + } - sortId = id; - sortCompare = sc; - sortExtract = se; + sortId = id; + sortCompare = sc; + sortExtract = se; - resortTable(); + resortTable(); } function selectPlaneByHex(hex, autofollow) { - //console.log("select: " + hex); - // If SelectedPlane has something in it, clear out the selected - - if (SelectedAllPlanes) { - deselectAllPlanes(); - } - - // ------------------------------------------------------------------- - // AKISSACK - Allow multiple selections [MLTI] - // ------------------------------------------------------------------- - //if (SelectedPlane != null) { - // Planes[SelectedPlane].selected = false; - // Planes[SelectedPlane].clearLines(); - // Planes[SelectedPlane].updateMarker(); - // $(Planes[SelectedPlane].tr).removeClass("selected"); - //} - // ------------------------------------------------------------------- - // ------------------------------------------------------- AKISSACK - // ------------------------------------------------------------------- - - // If we are clicking the same plane, we are deselecting it. - // (unless it was a doubleclick..) - if (SelectedPlane === hex && !autofollow) { - hex = null; - } - - if (hex !== null) { - // Assign the new selected - SelectedPlane = hex; - Planes[SelectedPlane].selected = true; - Planes[SelectedPlane].updateLines(); - Planes[SelectedPlane].updateMarker(); - $(Planes[SelectedPlane].tr).addClass("selected"); - } else { - SelectedPlane = null; - } + //console.log("select: " + hex); + // If SelectedPlane has something in it, clear out the selected + + if (SelectedAllPlanes) { + deselectAllPlanes(); + } + + // ------------------------------------------------------------------- + // AKISSACK - Allow multiple selections [MLTI] + // ------------------------------------------------------------------- + //if (SelectedPlane != null) { + // Planes[SelectedPlane].selected = false; + // Planes[SelectedPlane].clearLines(); + // Planes[SelectedPlane].updateMarker(); + // $(Planes[SelectedPlane].tr).removeClass("selected"); + //} + // ------------------------------------------------------------------- + // ------------------------------------------------------- AKISSACK + // ------------------------------------------------------------------- + + // If we are clicking the same plane, we are deselecting it. + // (unless it was a doubleclick..) + if (SelectedPlane === hex && !autofollow) { + hex = null; + } + + if (hex !== null) { + // Assign the new selected + SelectedPlane = hex; + Planes[SelectedPlane].selected = true; + Planes[SelectedPlane].updateLines(); + Planes[SelectedPlane].updateMarker(); + $(Planes[SelectedPlane].tr).addClass("selected"); + } else { + SelectedPlane = null; + } - if (SelectedPlane !== null && autofollow) { - FollowSelected = true; - if (OLMap.getView().getZoom() < 8) OLMap.getView().setZoom(8); - } else { - FollowSelected = false; - } + if (SelectedPlane !== null && autofollow) { + FollowSelected = true; + if (OLMap.getView().getZoom() < 8) OLMap.getView().setZoom(8); + } else { + FollowSelected = false; + } - refreshSelected(); + refreshSelected(); } // loop through the planes and mark them as selected to show the paths for all planes function selectAllPlanes() { - // if all planes are already selected, deselect them all - if (SelectedAllPlanes) { - deselectAllPlanes(); - } else { - // If SelectedPlane has something in it, clear out the selected - if (SelectedPlane != null) { - Planes[SelectedPlane].selected = false; - Planes[SelectedPlane].clearLines(); - Planes[SelectedPlane].updateMarker(); - $(Planes[SelectedPlane].tr).removeClass("selected"); - } + // if all planes are already selected, deselect them all + if (SelectedAllPlanes) { + deselectAllPlanes(); + } else { + // If SelectedPlane has something in it, clear out the selected + if (SelectedPlane != null) { + Planes[SelectedPlane].selected = false; + Planes[SelectedPlane].clearLines(); + Planes[SelectedPlane].updateMarker(); + $(Planes[SelectedPlane].tr).removeClass("selected"); + } - SelectedPlane = null; - SelectedAllPlanes = true; + SelectedPlane = null; + SelectedAllPlanes = true; - for (var key in Planes) { - if (Planes[key].visible && !Planes[key].isFiltered()) { - Planes[key].selected = true; - Planes[key].updateLines(); - Planes[key].updateMarker(); - } + for (var key in Planes) { + if (Planes[key].visible && !Planes[key].isFiltered()) { + Planes[key].selected = true; + Planes[key].updateLines(); + Planes[key].updateMarker(); + } + } } - } - refreshSelected(); + refreshSelected(); } // AKISSACK --------------- Ref: AK9G function selectMilPlanes() { - // if mil planes are already selected, deselect them all - //console.log("mil "+SelectedMilPlanes); - if (SelectedMilPlanes) { - deselectMilPlanes(); - } else { - // If SelectedPlane has something in it, clear out the selected - if (SelectedPlane != null) { - Planes[SelectedPlane].selected = false; - Planes[SelectedPlane].clearLines(); - Planes[SelectedPlane].updateMarker(); - $(Planes[SelectedPlane].tr).removeClass("selected"); - } - - SelectedPlane = null; - SelectedMilPlanes = true; + // if mil planes are already selected, deselect them all + //console.log("mil "+SelectedMilPlanes); + if (SelectedMilPlanes) { + deselectMilPlanes(); + } else { + // If SelectedPlane has something in it, clear out the selected + if (SelectedPlane != null) { + Planes[SelectedPlane].selected = false; + Planes[SelectedPlane].clearLines(); + Planes[SelectedPlane].updateMarker(); + $(Planes[SelectedPlane].tr).removeClass("selected"); + } - for (var key in Planes) { - if ( - Planes[key].visible && - !Planes[key].isFiltered() && - Planes[key].my_trail - ) { - Planes[key].selected = true; - Planes[key].updateLines(); - Planes[key].updateMarker(); - } + SelectedPlane = null; + SelectedMilPlanes = true; + + for (var key in Planes) { + if ( + Planes[key].visible && + !Planes[key].isFiltered() && + Planes[key].my_trail + ) { + Planes[key].selected = true; + Planes[key].updateLines(); + Planes[key].updateMarker(); + } + } } - } - refreshSelected(); + refreshSelected(); } // deselect all the mil' planes function deselectMilPlanes() { - for (var key in Planes) { - Planes[key].selected = false; - Planes[key].clearLines(); - Planes[key].updateMarker(); - $(Planes[key].tr).removeClass("selected"); - } - SelectedPlane = null; - SelectedMilPlanes = false; - refreshSelected(); + for (var key in Planes) { + Planes[key].selected = false; + Planes[key].clearLines(); + Planes[key].updateMarker(); + $(Planes[key].tr).removeClass("selected"); + } + SelectedPlane = null; + SelectedMilPlanes = false; + refreshSelected(); } // ----------------- AKISSACK // on refreshes, try to find new planes and mark them as selected function selectNewPlanes() { - if (SelectedAllPlanes) { - for (var key in Planes) { - if (!Planes[key].visible || Planes[key].isFiltered()) { - Planes[key].selected = false; - Planes[key].clearLines(); - Planes[key].updateMarker(); - } else { - if (Planes[key].selected !== true) { - Planes[key].selected = true; - Planes[key].updateLines(); - Planes[key].updateMarker(); + if (SelectedAllPlanes) { + for (var key in Planes) { + if (!Planes[key].visible || Planes[key].isFiltered()) { + Planes[key].selected = false; + Planes[key].clearLines(); + Planes[key].updateMarker(); + } else { + if (Planes[key].selected !== true) { + Planes[key].selected = true; + Planes[key].updateLines(); + Planes[key].updateMarker(); + } + } } - } } - } } // deselect all the planes function deselectAllPlanes() { - for (var key in Planes) { - Planes[key].selected = false; - Planes[key].clearLines(); - Planes[key].updateMarker(); - $(Planes[key].tr).removeClass("selected"); - } - SelectedPlane = null; - SelectedAllPlanes = false; - deselectMilPlanes(); - refreshSelected(); + for (var key in Planes) { + Planes[key].selected = false; + Planes[key].clearLines(); + Planes[key].updateMarker(); + $(Planes[key].tr).removeClass("selected"); + } + SelectedPlane = null; + SelectedAllPlanes = false; + deselectMilPlanes(); + refreshSelected(); } function toggleFollowSelected() { - FollowSelected = !FollowSelected; - if (FollowSelected && OLMap.getView().getZoom() < 8) - OLMap.getView().setZoom(8); - refreshSelected(); + FollowSelected = !FollowSelected; + if (FollowSelected && OLMap.getView().getZoom() < 8) + OLMap.getView().setZoom(8); + refreshSelected(); } function resetMap() { - // Reset localStorage values and map settings - localStorage["CenterLat"] = CenterLat = DefaultCenterLat; - localStorage["CenterLon"] = CenterLon = DefaultCenterLon; - localStorage["ZoomLvl"] = ZoomLvl = DefaultZoomLvl; + // Reset localStorage values and map settings + localStorage["CenterLat"] = CenterLat = DefaultCenterLat; + localStorage["CenterLon"] = CenterLon = DefaultCenterLon; + localStorage["ZoomLvl"] = ZoomLvl = DefaultZoomLvl; - // Set and refresh - OLMap.getView().setZoom(ZoomLvl); - OLMap.getView().setCenter(ol.proj.fromLonLat([CenterLon, CenterLat])); + // Set and refresh + OLMap.getView().setZoom(ZoomLvl); + OLMap.getView().setCenter(ol.proj.fromLonLat([CenterLon, CenterLat])); - selectPlaneByHex(null, false); + selectPlaneByHex(null, false); } function resetRangePlot() { - for (var j = 0; j < 360; j++) { - MaxRngRange[j] = 0; - MaxRngLat[j] = SiteLat; - MaxRngLon[j] = SiteLon; - MidRngRange[j] = MaxRngRange[j]; - MidRngLat[j] = MaxRngLat[j]; - MidRngLon[j] = MaxRngLon[j]; - MinRngRange[j] = MaxRngRange[j]; - MinRngLat[j] = MaxRngLat[j]; - MinRngLon[j] = MaxRngLon[j]; - } + for (var j = 0; j < 360; j++) { + MaxRngRange[j] = 0; + MaxRngLat[j] = SiteLat; + MaxRngLon[j] = SiteLon; + MidRngRange[j] = MaxRngRange[j]; + MidRngLat[j] = MaxRngLat[j]; + MidRngLon[j] = MaxRngLon[j]; + MinRngRange[j] = MaxRngRange[j]; + MinRngLat[j] = MaxRngLat[j]; + MinRngLon[j] = MaxRngLon[j]; + } } function exportRangePlot() { - var rangemax = []; - var rangemid = []; - var rangemin = []; - - for (var j = 0; j < 360; j++) { - rangemax[j] = [j, MaxRngRange[j], MaxRngLat[j], MaxRngLon[j]] - rangemid[j] = [j, MidRngRange[j], MidRngLat[j], MidRngLon[j]] - rangemin[j] = [j, MinRngRange[j], MinRngLat[j], MinRngLon[j]] - } - - const datamax = JSON.stringify(rangemax); - const datamid = JSON.stringify(rangemid); - const datamin = JSON.stringify(rangemin); - - //console.log("data.json written correctly " + datamax); - - const link = document.createElement("a"); - var blob = new Blob([datamax], { - type: "text/plain;charset=utf-8", - }); // Create blob object with file content - link.href = URL.createObjectURL(blob ); // Add file content in the object URL - link.download = "maxRange.json"; // Add file name - link.click(); // Add click event to tag to save file. - URL.revokeObjectURL(link.href); - - blob = new Blob([datamid], { - type: "text/plain;charset=utf-8", - }); - link.href = URL.createObjectURL(blob ); - link.download = "midRange.json"; - link.click(); - URL.revokeObjectURL(link.href); - - blob = new Blob([datamin], { - type: "text/plain;charset=utf-8", - }); - link.href = URL.createObjectURL(blob ); - link.download = "minRange.json"; - link.click(); - URL.revokeObjectURL(link.href); + var rangemax = []; + var rangemid = []; + var rangemin = []; + + for (var j = 0; j < 360; j++) { + rangemax[j] = [j, MaxRngRange[j], MaxRngLat[j], MaxRngLon[j]] + rangemid[j] = [j, MidRngRange[j], MidRngLat[j], MidRngLon[j]] + rangemin[j] = [j, MinRngRange[j], MinRngLat[j], MinRngLon[j]] + } + + const datamax = JSON.stringify(rangemax); + const datamid = JSON.stringify(rangemid); + const datamin = JSON.stringify(rangemin); + + //console.log("data.json written correctly " + datamax); + + const link = document.createElement("a"); + var blob = new Blob([datamax], { + type: "text/plain;charset=utf-8", + }); // Create blob object with file content + link.href = URL.createObjectURL(blob); // Add file content in the object URL + link.download = "maxRange.json"; // Add file name + link.click(); // Add click event to tag to save file. + URL.revokeObjectURL(link.href); + + blob = new Blob([datamid], { + type: "text/plain;charset=utf-8", + }); + link.href = URL.createObjectURL(blob); + link.download = "midRange.json"; + link.click(); + URL.revokeObjectURL(link.href); + + blob = new Blob([datamin], { + type: "text/plain;charset=utf-8", + }); + link.href = URL.createObjectURL(blob); + link.download = "minRange.json"; + link.click(); + URL.revokeObjectURL(link.href); } function importRangePlot() { - fetch('./backup/maxRange.json') - .then((response) => response.json()) - .then((json) => importMax(json)); + fetch('./backup/maxRange.json') + .then((response) => response.json()) + .then((json) => importMax(json)); - fetch('./backup/midRange.json') - .then((response) => response.json()) - .then((json) => importMid(json)); + fetch('./backup/midRange.json') + .then((response) => response.json()) + .then((json) => importMid(json)); - fetch('./backup/minRange.json') - .then((response) => response.json()) - .then((json) => importMin(json)); + fetch('./backup/minRange.json') + .then((response) => response.json()) + .then((json) => importMin(json)); } function importMax(json) { - console.log(json); - for (var j = 0; j < json.length; j++) { - var obj = json[j]; - MaxRngRange[j] = obj[1]; - MaxRngLat[j] = obj[2]; - MaxRngLon[j] = obj[3] - } - console.log("data.json read " + MaxRngRange ); + console.log(json); + for (var j = 0; j < json.length; j++) { + var obj = json[j]; + MaxRngRange[j] = obj[1]; + MaxRngLat[j] = obj[2]; + MaxRngLon[j] = obj[3] + } + console.log("data.json read " + MaxRngRange); } function importMid(json) { - console.log(json); - for (var j = 0; j < json.length; j++) { - var obj = json[j]; - MidRngRange[j] = obj[1]; - MidRngLat[j] = obj[2]; - MidRngLon[j] = obj[3] - } - //console.log("data.json read " + MidRngRange ); + console.log(json); + for (var j = 0; j < json.length; j++) { + var obj = json[j]; + MidRngRange[j] = obj[1]; + MidRngLat[j] = obj[2]; + MidRngLon[j] = obj[3] + } + //console.log("data.json read " + MidRngRange ); } function importMin(json) { - console.log(json); - for (var j = 0; j < json.length; j++) { - var obj = json[j]; - MinRngRange[j] = obj[1]; - MinRngLat[j] = obj[2]; - MinRngLon[j] = obj[3] - } - //console.log("data.json read " + MinRngRange ); + console.log(json); + for (var j = 0; j < json.length; j++) { + var obj = json[j]; + MinRngRange[j] = obj[1]; + MinRngLat[j] = obj[2]; + MinRngLon[j] = obj[3] + } + //console.log("data.json read " + MinRngRange ); } function updateMapSize() { - OLMap.updateSize(); + OLMap.updateSize(); } function toggleSidebarVisibility(e) { - e.preventDefault(); - $("#sidebar_container").toggle(); - $("#expand_sidebar_control").toggle(); - $("#toggle_sidebar_button").toggleClass("show_sidebar"); - $("#toggle_sidebar_button").toggleClass("hide_sidebar"); - updateMapSize(); + e.preventDefault(); + $("#sidebar_container").toggle(); + $("#expand_sidebar_control").toggle(); + $("#toggle_sidebar_button").toggleClass("show_sidebar"); + $("#toggle_sidebar_button").toggleClass("hide_sidebar"); + updateMapSize(); } function expandSidebar(e) { - e.preventDefault(); - $("#map_container").hide(); - $("#toggle_sidebar_control").hide(); - $("#splitter").hide(); - $("#sudo_buttons").hide(); - $("#show_range_admin_buttons").show(); - $("#show_map_button").show(); - $("#sidebar_container").width("100%"); - setColumnVisibility(); - setSelectedInfoBlockVisibility(); - updateMapSize(); + e.preventDefault(); + $("#map_container").hide(); + $("#toggle_sidebar_control").hide(); + $("#splitter").hide(); + $("#sudo_buttons").hide(); + $("#show_range_admin_buttons").show(); + $("#show_map_button").show(); + $("#sidebar_container").width("100%"); + setColumnVisibility(); + setSelectedInfoBlockVisibility(); + updateMapSize(); } function showMap() { - $("#map_container").show(); - $("#toggle_sidebar_control").show(); - $("#splitter").show(); - $("#show_range_admin_buttons").hide(); - $("#sudo_buttons").show(); - $("#show_map_button").hide(); - $("#sidebar_container").width("auto"); - setColumnVisibility(); - setSelectedInfoBlockVisibility(); - updateMapSize(); + $("#map_container").show(); + $("#toggle_sidebar_control").show(); + $("#splitter").show(); + $("#show_range_admin_buttons").hide(); + $("#sudo_buttons").show(); + $("#show_map_button").hide(); + $("#sidebar_container").width("auto"); + setColumnVisibility(); + setSelectedInfoBlockVisibility(); + updateMapSize(); } function showColumn(table, columnId, visible) { - var index = $(columnId).index(); - if (index >= 0) { - var cells = $(table).find("td:nth-child(" + (index + 1).toString() + ")"); - if (visible) { - cells.show(); - } else { - cells.hide(); + var index = $(columnId).index(); + if (index >= 0) { + var cells = $(table).find("td:nth-child(" + (index + 1).toString() + ")"); + if (visible) { + cells.show(); + } else { + cells.hide(); + } } - } } function setColumnVisibility() { - var mapIsVisible = $("#map_container").is(":visible"); - var infoTable = $("#tableinfo"); - - showColumn(infoTable, "#registration", !mapIsVisible); - if (ShowMyPreferences) { - // AKISSACK - Adjust table columns ------------------ Ref: AK9F - showColumn(infoTable, "#aircraft_type", !mapIsVisible); - showColumn(infoTable, "#myAc", !mapIsVisible); - showColumn(infoTable, "#myAcCat", !mapIsVisible); - showColumn(infoTable, "#myAcType", !mapIsVisible); - showColumn(infoTable, "#msgs", !mapIsVisible); - showColumn(infoTable, "#seen", !mapIsVisible); - showColumn(infoTable, "#vert_rate", !mapIsVisible); - showColumn(infoTable, "#rssi", !mapIsVisible); - showColumn(infoTable, "#lat", !mapIsVisible); - showColumn(infoTable, "#lon", !mapIsVisible); - showColumn(infoTable, "#data_source", !mapIsVisible); - showColumn(infoTable, "#airframes_mode_s_link", !mapIsVisible); - showColumn(infoTable, "#flightaware_mode_s_link", !mapIsVisible); - showColumn(infoTable, "#flightaware_photo_link", !mapIsVisible); - } else { - showColumn(infoTable, "#aircraft_type", !mapIsVisible); - showColumn(infoTable, "#vert_rate", !mapIsVisible); - showColumn(infoTable, "#rssi", !mapIsVisible); - showColumn(infoTable, "#lat", !mapIsVisible); - showColumn(infoTable, "#lon", !mapIsVisible); - showColumn(infoTable, "#data_source", !mapIsVisible); - showColumn(infoTable, "#airframes_mode_s_link", !mapIsVisible); - showColumn(infoTable, "#flightaware_mode_s_link", !mapIsVisible); - showColumn(infoTable, "#flightaware_photo_link", !mapIsVisible); - } + var mapIsVisible = $("#map_container").is(":visible"); + var infoTable = $("#tableinfo"); + + showColumn(infoTable, "#registration", !mapIsVisible); + if (ShowMyPreferences) { + // AKISSACK - Adjust table columns ------------------ Ref: AK9F + showColumn(infoTable, "#aircraft_type", !mapIsVisible); + showColumn(infoTable, "#myAc", !mapIsVisible); + showColumn(infoTable, "#myAcCat", !mapIsVisible); + showColumn(infoTable, "#myAcType", !mapIsVisible); + showColumn(infoTable, "#msgs", !mapIsVisible); + showColumn(infoTable, "#seen", !mapIsVisible); + showColumn(infoTable, "#vert_rate", !mapIsVisible); + showColumn(infoTable, "#rssi", !mapIsVisible); + showColumn(infoTable, "#lat", !mapIsVisible); + showColumn(infoTable, "#lon", !mapIsVisible); + showColumn(infoTable, "#data_source", !mapIsVisible); + showColumn(infoTable, "#airframes_mode_s_link", !mapIsVisible); + showColumn(infoTable, "#flightaware_mode_s_link", !mapIsVisible); + showColumn(infoTable, "#flightaware_photo_link", !mapIsVisible); + } else { + showColumn(infoTable, "#aircraft_type", !mapIsVisible); + showColumn(infoTable, "#vert_rate", !mapIsVisible); + showColumn(infoTable, "#rssi", !mapIsVisible); + showColumn(infoTable, "#lat", !mapIsVisible); + showColumn(infoTable, "#lon", !mapIsVisible); + showColumn(infoTable, "#data_source", !mapIsVisible); + showColumn(infoTable, "#airframes_mode_s_link", !mapIsVisible); + showColumn(infoTable, "#flightaware_mode_s_link", !mapIsVisible); + showColumn(infoTable, "#flightaware_photo_link", !mapIsVisible); + } } function setSelectedInfoBlockVisibility() { - var mapIsVisible = $("#map_container").is(":visible"); - var planeSelected = - typeof SelectedPlane !== "undefined" && - SelectedPlane != null && - SelectedPlane != "ICAO"; - - if (planeSelected && mapIsVisible) { - $("#selected_infoblock").show(); - } else { - $("#selected_infoblock").hide(); - } + var mapIsVisible = $("#map_container").is(":visible"); + var planeSelected = + typeof SelectedPlane !== "undefined" && + SelectedPlane != null && + SelectedPlane != "ICAO"; + + if (planeSelected && mapIsVisible) { + $("#selected_infoblock").show(); + } else { + $("#selected_infoblock").hide(); + } } // Reposition selected plane info box if it overlaps plane marker function adjustSelectedInfoBlockPosition() { - if ( - typeof Planes === "undefined" || - typeof SelectedPlane === "undefined" || - Planes === null - ) { - return; - } - - var selectedPlane = Planes[SelectedPlane]; - - if ( - selectedPlane === undefined || - selectedPlane === null || - selectedPlane.marker === undefined || - selectedPlane.marker === null - ) { - return; - } - - try { - // Get marker position - var marker = selectedPlane.marker; - var markerCoordinates = selectedPlane.marker.getGeometry().getCoordinates(); - var markerPosition = OLMap.getPixelFromCoordinate(markerCoordinates); - - // Get info box position and size - var infoBox = $("#selected_infoblock"); - var infoBoxPosition = infoBox.position(); - var infoBoxExtent = getExtent( - infoBoxPosition.left, - infoBoxPosition.top, - infoBox.outerWidth(), - infoBox.outerHeight() - ); + if ( + typeof Planes === "undefined" || + typeof SelectedPlane === "undefined" || + Planes === null + ) { + return; + } - // Get map size - var mapCanvas = $("#map_canvas"); - var mapExtent = getExtent(0, 0, mapCanvas.width(), mapCanvas.height()); + var selectedPlane = Planes[SelectedPlane]; - // Check for overlap if ( - isPointInsideExtent(markerPosition[0], markerPosition[1], infoBoxExtent) + selectedPlane === undefined || + selectedPlane === null || + selectedPlane.marker === undefined || + selectedPlane.marker === null ) { - // Array of possible new positions for info box - var candidatePositions = []; - candidatePositions.push({ x: 20, y: 20 }); - candidatePositions.push({ x: 20, y: markerPosition[1] + 40 }); - - // Find new position - for (var i = 0; i < candidatePositions.length; i++) { - var candidatePosition = candidatePositions[i]; - var candidateExtent = getExtent( - candidatePosition.x, - candidatePosition.y, - infoBox.outerWidth(), - infoBox.outerHeight() + return; + } + + try { + // Get marker position + var marker = selectedPlane.marker; + var markerCoordinates = selectedPlane.marker.getGeometry().getCoordinates(); + var markerPosition = OLMap.getPixelFromCoordinate(markerCoordinates); + + // Get info box position and size + var infoBox = $("#selected_infoblock"); + var infoBoxPosition = infoBox.position(); + var infoBoxExtent = getExtent( + infoBoxPosition.left, + infoBoxPosition.top, + infoBox.outerWidth(), + infoBox.outerHeight() ); + // Get map size + var mapCanvas = $("#map_canvas"); + var mapExtent = getExtent(0, 0, mapCanvas.width(), mapCanvas.height()); + + // Check for overlap if ( - !isPointInsideExtent( - markerPosition[0], - markerPosition[1], - candidateExtent - ) && - isPointInsideExtent( - candidatePosition.x, - candidatePosition.y, - mapExtent - ) + isPointInsideExtent(markerPosition[0], markerPosition[1], infoBoxExtent) ) { - // Found a new position that doesn't overlap marker - move box to that position - infoBox.css("left", candidatePosition.x); - infoBox.css("top", candidatePosition.y); - return; + // Array of possible new positions for info box + var candidatePositions = []; + candidatePositions.push({ x: 20, y: 20 }); + candidatePositions.push({ x: 20, y: markerPosition[1] + 40 }); + + // Find new position + for (var i = 0; i < candidatePositions.length; i++) { + var candidatePosition = candidatePositions[i]; + var candidateExtent = getExtent( + candidatePosition.x, + candidatePosition.y, + infoBox.outerWidth(), + infoBox.outerHeight() + ); + + if ( + !isPointInsideExtent( + markerPosition[0], + markerPosition[1], + candidateExtent + ) && + isPointInsideExtent( + candidatePosition.x, + candidatePosition.y, + mapExtent + ) + ) { + // Found a new position that doesn't overlap marker - move box to that position + infoBox.css("left", candidatePosition.x); + infoBox.css("top", candidatePosition.y); + return; + } + } } - } - } - } catch (e) {} + } catch (e) { } } function getExtent(x, y, width, height) { - return { - xMin: x, - yMin: y, - xMax: x + width - 1, - yMax: y + height - 1, - }; + return { + xMin: x, + yMin: y, + xMax: x + width - 1, + yMax: y + height - 1, + }; } function isPointInsideExtent(x, y, extent) { - return ( - x >= extent.xMin && x <= extent.xMax && y >= extent.yMin && y <= extent.yMax - ); + return ( + x >= extent.xMin && x <= extent.xMax && y >= extent.yMin && y <= extent.yMax + ); } function initializeUnitsSelector() { - // Get display unit preferences from local storage - if ( - !localStorage.getItem("displayUnits") || - localStorage.getItem("displayUnits") != DisplayUnits - ) { - localStorage["displayUnits"] = DisplayUnits; - } - var displayUnits = localStorage["displayUnits"]; - DisplayUnits = displayUnits; - - // Initialize drop-down - var unitsSelector = $("#units_selector"); - unitsSelector.val(displayUnits); - unitsSelector.on("change", onDisplayUnitsChanged); + // Get display unit preferences from local storage + if ( + !localStorage.getItem("displayUnits") || + localStorage.getItem("displayUnits") != DisplayUnits + ) { + localStorage["displayUnits"] = DisplayUnits; + } + var displayUnits = localStorage["displayUnits"]; + DisplayUnits = displayUnits; + + // Initialize drop-down + var unitsSelector = $("#units_selector"); + unitsSelector.val(displayUnits); + unitsSelector.on("change", onDisplayUnitsChanged); } function onDisplayUnitsChanged(e) { - var displayUnits = event.target.value; - // Save display units to local storage - localStorage["displayUnits"] = displayUnits; - DisplayUnits = displayUnits; - - // Update filters - updatePlaneFilter(); + var displayUnits = event.target.value; + // Save display units to local storage + localStorage["displayUnits"] = displayUnits; + DisplayUnits = displayUnits; - // Refresh data - refreshTableInfo(); - refreshSelected(); + // Update filters + updatePlaneFilter(); - // Redraw range rings - if (SitePosition !== null && SitePosition !== undefined && SiteCircles) { - createSiteCircleFeatures(); - } + // Refresh data + refreshTableInfo(); + refreshSelected(); - // Reset map scale line units - OLMap.getControls().forEach(function (control) { - if (control instanceof ol.control.ScaleLine) { - control.setUnits(displayUnits); + // Redraw range rings + if (SitePosition !== null && SitePosition !== undefined && SiteCircles) { + createSiteCircleFeatures(); } - }); + + // Reset map scale line units + OLMap.getControls().forEach(function (control) { + if (control instanceof ol.control.ScaleLine) { + control.setUnits(displayUnits); + } + }); } function onFilterByAltitude(e) { - e.preventDefault(); - updatePlaneFilter(); - //console.log( PlaneFilter.specials); //AKISSACK - refreshTableInfo(); - - var selectedPlane = Planes[SelectedPlane]; - if ( - selectedPlane !== undefined && - selectedPlane !== null && - selectedPlane.isFiltered() - ) { - SelectedPlane = null; - selectedPlane.selected = false; - selectedPlane.clearLines(); - selectedPlane.updateMarker(); - refreshSelected(); - } + e.preventDefault(); + updatePlaneFilter(); + //console.log( PlaneFilter.specials); //AKISSACK + refreshTableInfo(); + + var selectedPlane = Planes[SelectedPlane]; + if ( + selectedPlane !== undefined && + selectedPlane !== null && + selectedPlane.isFiltered() + ) { + SelectedPlane = null; + selectedPlane.selected = false; + selectedPlane.clearLines(); + selectedPlane.updateMarker(); + refreshSelected(); + } } function onResetAltitudeFilter(e) { - $("#altitude_filter_min").val(""); - $("#altitude_filter_max").val(""); - // ------------------------------------------------------------------ - // Allow filtering by special aircraft AKISSACK Ref: AK11C --> - // ------------------------------------------------------------------ - $("#specials_filter").prop("checked", false); //AKISSACK // <--- ENDS - - updatePlaneFilter(); - refreshTableInfo(); + $("#altitude_filter_min").val(""); + $("#altitude_filter_max").val(""); + // ------------------------------------------------------------------ + // Allow filtering by special aircraft AKISSACK Ref: AK11C --> + // ------------------------------------------------------------------ + $("#specials_filter").prop("checked", false); //AKISSACK // <--- ENDS + + updatePlaneFilter(); + refreshTableInfo(); } function updatePlaneFilter() { - var minAltitude = parseFloat($("#altitude_filter_min").val().trim()); - var maxAltitude = parseFloat($("#altitude_filter_max").val().trim()); - var specialsOnly = $("#specials_filter").is(":checked"); // Allow filtering by special aircraft AKISSACK Ref: AK11D - // console.log(specialsOnly ); + var minAltitude = parseFloat($("#altitude_filter_min").val().trim()); + var maxAltitude = parseFloat($("#altitude_filter_max").val().trim()); + var specialsOnly = $("#specials_filter").is(":checked"); // Allow filtering by special aircraft AKISSACK Ref: AK11D + // console.log(specialsOnly ); - if (minAltitude === NaN) { - minAltitude = -Infinity; - } + if (minAltitude === NaN) { + minAltitude = -Infinity; + } - if (maxAltitude === NaN) { - maxAltitude = Infinity; - } + if (maxAltitude === NaN) { + maxAltitude = Infinity; + } - PlaneFilter.specials = specialsOnly; // Allow filtering by special aircraft AKISSACK Ref: AK11D - PlaneFilter.minAltitude = minAltitude; - PlaneFilter.maxAltitude = maxAltitude; - PlaneFilter.altitudeUnits = DisplayUnits; + PlaneFilter.specials = specialsOnly; // Allow filtering by special aircraft AKISSACK Ref: AK11D + PlaneFilter.minAltitude = minAltitude; + PlaneFilter.maxAltitude = maxAltitude; + PlaneFilter.altitudeUnits = DisplayUnits; } function getFlightAwareIdentLink(ident, linkText) { - if (ident !== null && ident !== "") { - if (!linkText) { - linkText = ident; + if (ident !== null && ident !== "") { + if (!linkText) { + linkText = ident; + } + return ( + '' + + linkText + + "" + ); } - return ( - '' + - linkText + - "" - ); - } - return ""; + return ""; } function getFlightAwareModeSLink(code, ident, linkText) { - if ( - code !== null && - code.length > 0 && - code[0] !== "~" && - code !== "000000" - ) { - if (!linkText) { - linkText = "FlightAware: " + code.toUpperCase(); - } - - var linkHtml = - ' 0 && + code[0] !== "~" && + code !== "000000" + ) { + if (!linkText) { + linkText = "FlightAware: " + code.toUpperCase(); + } + + var linkHtml = + '"; + return linkHtml; } - linkHtml += '/redirect">' + linkText + ""; - return linkHtml; - } - return ""; + return ""; } function getFlightAwarePhotoLink(registration) { - if (registration !== null && registration !== "") { - return ( - 'See Photos' - ); - } - return ""; + if (registration !== null && registration !== "") { + return ( + 'See Photos' + ); + } + return ""; } function getJetPhotosPhotoLink(registration) { - if (registration !== null && registration !== "") { - return ( - 'See Photos' - ); - } - return ""; + if (registration !== null && registration !== "") { + return ( + 'See Photos' + ); + } + return ""; } function getAirframesModeSLink(code) { - if ( - code !== null && - code.length > 0 && - code[0] !== "~" && - code !== "000000" - ) { - return ( - "Airframes.org: " + - code.toUpperCase() + - "" - ); - } - return ""; + if ( + code !== null && + code.length > 0 && + code[0] !== "~" && + code !== "000000" + ) { + return ( + "Airframes.org: " + + code.toUpperCase() + + "" + ); + } + return ""; } function getAirframesModeSLinkIcao(code) { - // AKISSACK Ref: AK9F - if ( - code !== null && - code.length > 0 && - code[0] !== "~" && - code !== "000000" - ) { - return ( - "" + - code.toUpperCase() + - "" - ); - } - return ""; + // AKISSACK Ref: AK9F + if ( + code !== null && + code.length > 0 && + code[0] !== "~" && + code !== "000000" + ) { + return ( + "" + + code.toUpperCase() + + "" + ); + } + return ""; } function getTerrainColorByAlti(alti) { - var s = TerrainColorByAlt.s; - var l = TerrainColorByAlt.l; - - // find the pair of points the current altitude lies between, - // and interpolate the hue between those points - var hpoints = TerrainColorByAlt.h; - var h = hpoints[0].val; - for (var i = hpoints.length - 1; i >= 0; --i) { - if (alti > hpoints[i].alt) { - if (i == hpoints.length - 1) { - h = hpoints[i].val; - } else { - h = - hpoints[i].val + - ((hpoints[i + 1].val - hpoints[i].val) * (alti - hpoints[i].alt)) / - (hpoints[i + 1].alt - hpoints[i].alt); - } - break; - } - } - - if (h < 0) { - h = (h % 360) + 360; - } else if (h >= 360) { - h = h % 360; - } - - if (s < 5) s = 5; - else if (s > 95) s = 95; - - if (l < 5) l = 5; - else if (l > 95) l = 95; - - return ( - "hsl(" + - (h / 5).toFixed(0) * 5 + - "," + - (s / 5).toFixed(0) * 5 + - "%," + - (l / 5).toFixed(0) * 5 + - "%)" - ); + var s = TerrainColorByAlt.s; + var l = TerrainColorByAlt.l; + + // find the pair of points the current altitude lies between, + // and interpolate the hue between those points + var hpoints = TerrainColorByAlt.h; + var h = hpoints[0].val; + for (var i = hpoints.length - 1; i >= 0; --i) { + if (alti > hpoints[i].alt) { + if (i == hpoints.length - 1) { + h = hpoints[i].val; + } else { + h = + hpoints[i].val + + ((hpoints[i + 1].val - hpoints[i].val) * (alti - hpoints[i].alt)) / + (hpoints[i + 1].alt - hpoints[i].alt); + } + break; + } + } + + if (h < 0) { + h = (h % 360) + 360; + } else if (h >= 360) { + h = h % 360; + } + + if (s < 5) s = 5; + else if (s > 95) s = 95; + + if (l < 5) l = 5; + else if (l > 95) l = 95; + + return ( + "hsl(" + + (h / 5).toFixed(0) * 5 + + "," + + (s / 5).toFixed(0) * 5 + + "%," + + (l / 5).toFixed(0) * 5 + + "%)" + ); } // dist in nm function convert_nm_distance(dist, displayUnits) { - if (displayUnits === "metric") { - return (dist * 1.852); // nm to kilometers - } - else if (displayUnits === "imperial") { - return (dist * 1.15078); // meters to miles - } - return (dist); // nautical miles + if (displayUnits === "metric") { + return (dist * 1.852); // nm to kilometers + } + else if (displayUnits === "imperial") { + return (dist * 1.15078); // meters to miles + } + return (dist); // nautical miles } diff --git a/public_html/sql/finds_all_test.html b/public_html/sql/finds_all_test.html index f99e710f..065cfe75 100644 --- a/public_html/sql/finds_all_test.html +++ b/public_html/sql/finds_all_test.html @@ -1,8 +1,10 @@ - - - - + + + + + +