From c068a04cf3ff30b22a8482401422c27be2b9c831 Mon Sep 17 00:00:00 2001 From: Tom Gray Date: Wed, 7 Jan 2026 17:48:19 +0000 Subject: [PATCH 1/3] Adding new London Overground line names --- public/images/Liberty.svg | 13 + public/images/Lioness.svg | 13 + public/images/Mildmay.svg | 13 + public/images/Suffragette.svg | 13 + public/images/Weaver.svg | 13 + public/images/Windrush.svg | 13 + src/app/(game)/london/config.ts | 51 +- src/app/(game)/london/data/features.json | 10001 +++- src/app/(game)/london/data/lines.json | 135 + src/app/(game)/london/data/preprocess.ts | 177 + src/app/(game)/london/data/routes.json | 56942 ++++++++++++++++++++- src/app/(game)/london/data/source.json | 4544 +- 12 files changed, 67537 insertions(+), 4391 deletions(-) create mode 100644 public/images/Liberty.svg create mode 100644 public/images/Lioness.svg create mode 100644 public/images/Mildmay.svg create mode 100644 public/images/Suffragette.svg create mode 100644 public/images/Weaver.svg create mode 100644 public/images/Windrush.svg create mode 100644 src/app/(game)/london/data/lines.json create mode 100644 src/app/(game)/london/data/preprocess.ts diff --git a/public/images/Liberty.svg b/public/images/Liberty.svg new file mode 100644 index 0000000..680cde7 --- /dev/null +++ b/public/images/Liberty.svg @@ -0,0 +1,13 @@ + + + + + + + + \ No newline at end of file diff --git a/public/images/Lioness.svg b/public/images/Lioness.svg new file mode 100644 index 0000000..7d04bf1 --- /dev/null +++ b/public/images/Lioness.svg @@ -0,0 +1,13 @@ + + + + + + + + \ No newline at end of file diff --git a/public/images/Mildmay.svg b/public/images/Mildmay.svg new file mode 100644 index 0000000..19117f9 --- /dev/null +++ b/public/images/Mildmay.svg @@ -0,0 +1,13 @@ + + + + + + + + \ No newline at end of file diff --git a/public/images/Suffragette.svg b/public/images/Suffragette.svg new file mode 100644 index 0000000..f0e81f1 --- /dev/null +++ b/public/images/Suffragette.svg @@ -0,0 +1,13 @@ + + + + + + + + \ No newline at end of file diff --git a/public/images/Weaver.svg b/public/images/Weaver.svg new file mode 100644 index 0000000..c8d85bd --- /dev/null +++ b/public/images/Weaver.svg @@ -0,0 +1,13 @@ + + + + + + + + \ No newline at end of file diff --git a/public/images/Windrush.svg b/public/images/Windrush.svg new file mode 100644 index 0000000..b911344 --- /dev/null +++ b/public/images/Windrush.svg @@ -0,0 +1,13 @@ + + + + + + + + \ No newline at end of file diff --git a/src/app/(game)/london/config.ts b/src/app/(game)/london/config.ts index cab1d49..3fa1a0a 100644 --- a/src/app/(game)/london/config.ts +++ b/src/app/(game)/london/config.ts @@ -1,6 +1,6 @@ -import { Metadata } from 'next' -import { MapboxOptions } from 'mapbox-gl' import { Config, Line } from '@/lib/types' +import { MapboxOptions } from 'mapbox-gl' +import { Metadata } from 'next' export const BEG_THRESHOLD = 0.2 @@ -93,20 +93,55 @@ export const LINES: { textColor: '#fff', order: 14, }, - Overground: { - name: 'Overground', - color: '#e86a10', - backgroundColor: '#7f3300', + Liberty: { + name: 'Liberty', + color: '#5d6061', + backgroundColor: '#2f3031', textColor: '#fff', order: 15, }, + Lioness: { + name: 'Lioness', + color: '#faa61a', + backgroundColor: '#875603', + textColor: '#fff', + order: 16, + }, + Mildmay: { + name: 'Mildmay', + color: '#0077ad', + backgroundColor: '#005175', + textColor: '#fff', + order: 17, + }, + Suffragette: { + name: 'Suffragette', + color: '#5bbd72', + backgroundColor: '#448c55', + textColor: '#fff', + order: 18, + }, + Weaver: { + name: 'Weaver', + color: '#823a62', + backgroundColor: '#572741', + textColor: '#fff', + order: 19, + }, + Windrush: { + name: 'Windrush', + color: '#ed1b00', + backgroundColor: '#a81300', + textColor: '#fff', + order: 20, + }, ElizabethLine: { name: 'Elizabeth Line', color: '#6950A1', backgroundColor: '#2b1d4d', textColor: '#fff', - order: 16, - }, + order: 21, + } } export const METADATA: Metadata = { diff --git a/src/app/(game)/london/data/features.json b/src/app/(game)/london/data/features.json index a18eafa..bdb75e2 100644 --- a/src/app/(game)/london/data/features.json +++ b/src/app/(game)/london/data/features.json @@ -3,4290 +3,9955 @@ "features": [ { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.296516, 51.552143] }, - "properties": { "id": 60, "name": "Wembley Central", "line": "Bakerloo" }, - "id": 60 - }, - { - "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.276031, 51.543762] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.10073, + 51.495777 + ] + }, "properties": { - "id": 114, - "name": "Stonebridge Park", - "line": "Bakerloo" + "id": 711, + "name": "Elephant & Castle", + "line": "Bakerloo", + "order": 0 }, - "id": 114 + "id": 711 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.308589, 51.570172] }, - "properties": { "id": 130, "name": "South Kenton", "line": "Bakerloo" }, - "id": 130 + "geometry": { + "type": "Point", + "coordinates": [ + 0.093119, + 51.603727 + ] + }, + "properties": { + "id": 393, + "name": "Hainault", + "line": "Central", + "order": 0 + }, + "id": 393 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.170135, 51.520184] }, - "properties": { "id": 143, "name": "Edgware Road", "line": "Bakerloo" }, - "id": 143 + "geometry": { + "type": "Point", + "coordinates": [ + 0.113867, + 51.693625 + ] + }, + "properties": { + "id": 257, + "name": "Epping", + "line": "Central", + "order": 0 + }, + "id": 257 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.11176, 51.499058] }, - "properties": { "id": 151, "name": "Lambeth North", "line": "Bakerloo" }, - "id": 151 + "geometry": { + "type": "Point", + "coordinates": [ + -0.22493, + 51.493498 + ] + }, + "properties": { + "id": 633, + "name": "Hammersmith", + "line": "Circle", + "order": 0 + }, + "id": 633 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.146863, 51.523506] }, - "properties": { "id": 152, "name": "Regent's Park", "line": "Bakerloo" }, - "id": 152 + "geometry": { + "type": "Point", + "coordinates": [ + -0.088921, + 51.51332 + ] + }, + "properties": { + "id": 111, + "name": "Bank", + "line": "DLR", + "order": 0 + }, + "id": 111 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.193966, 51.535069] }, - "properties": { "id": 246, "name": "Kilburn Park", "line": "Bakerloo" }, - "id": 246 + "geometry": { + "type": "Point", + "coordinates": [ + -0.00841, + 51.5457 + ] + }, + "properties": { + "id": 311, + "name": "Stratford International", + "line": "DLR", + "order": 0 + }, + "id": 311 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.162727, 51.522896] }, - "properties": { "id": 286, "name": "Marylebone", "line": "Bakerloo" }, - "id": 286 + "geometry": { + "type": "Point", + "coordinates": [ + -0.074531, + 51.510567 + ] + }, + "properties": { + "id": 522, + "name": "Tower Gateway", + "line": "DLR", + "order": 0 + }, + "id": 522 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.124873, 51.508152] }, - "properties": { "id": 290, "name": "Charing Cross", "line": "Bakerloo" }, - "id": 290 + "geometry": { + "type": "Point", + "coordinates": [ + -0.167666, + 51.51992 + ] + }, + "properties": { + "id": 580, + "name": "Edgware Road", + "line": "District", + "order": 0 + }, + "id": 580 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.185626, 51.52976] }, - "properties": { "id": 313, "name": "Maida Vale", "line": "Bakerloo" }, - "id": 313 + "geometry": { + "type": "Point", + "coordinates": [ + 0.251087, + 51.558889 + ] + }, + "properties": { + "id": 301, + "name": "Upminster", + "line": "District", + "order": 0 + }, + "id": 301 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.141769, 51.515124] }, - "properties": { "id": 314, "name": "Oxford Circus", "line": "Bakerloo" }, - "id": 314 + "geometry": { + "type": "Point", + "coordinates": [ + 0.121394, + 51.491061 + ] + }, + "properties": { + "id": 797, + "name": "Abbey Wood", + "line": "ElizabethLine", + "order": 0 + }, + "id": 797 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.31667, 51.581321] }, - "properties": { "id": 383, "name": "Kenton", "line": "Bakerloo" }, - "id": 383 + "geometry": { + "type": "Point", + "coordinates": [ + 0.329851, + 51.630876 + ] + }, + "properties": { + "id": 208, + "name": "Shenfield", + "line": "ElizabethLine", + "order": 0 + }, + "id": 208 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.134006, 51.510027] }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.080863, + 51.539451 + ] + }, "properties": { - "id": 431, - "name": "Piccadilly Circus", - "line": "Bakerloo" + "id": 466, + "name": "Barking", + "line": "HammersmithAndCity", + "order": 0 }, - "id": 431 + "id": 466 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.244289, 51.532191] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.00325, + 51.54129 + ] + }, "properties": { - "id": 444, - "name": "Willesden Junction", - "line": "Bakerloo" + "id": 232, + "name": "Stratford", + "line": "Jubilee", + "order": 0 }, - "id": 444 + "id": 232 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.1569, 51.523061] }, - "properties": { "id": 470, "name": "Baker Street", "line": "Bakerloo" }, - "id": 470 + "geometry": { + "type": "Point", + "coordinates": [ + -0.611219, + 51.70503 + ] + }, + "properties": { + "id": 146, + "name": "Chesham", + "line": "Metropolitan", + "order": 0 + }, + "id": 146 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.257889, 51.53614] }, - "properties": { "id": 549, "name": "Harlesden", "line": "Bakerloo" }, - "id": 549 + "geometry": { + "type": "Point", + "coordinates": [ + -0.478139, + 51.546496 + ] + }, + "properties": { + "id": 647, + "name": "Uxbridge", + "line": "Metropolitan", + "order": 0 + }, + "id": 647 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.12236, 51.507242] }, - "properties": { "id": 551, "name": "Embankment", "line": "Bakerloo" }, - "id": 551 + "geometry": { + "type": "Point", + "coordinates": [ + -0.417281, + 51.657421 + ] + }, + "properties": { + "id": 430, + "name": "Watford", + "line": "Metropolitan", + "order": 0 + }, + "id": 430 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.175149, 51.515981] }, - "properties": { "id": 586, "name": "Paddington", "line": "Bakerloo" }, - "id": 586 + "geometry": { + "type": "Point", + "coordinates": [ + -0.607479, + 51.67415 + ] + }, + "properties": { + "id": 462, + "name": "Amersham", + "line": "Metropolitan", + "order": 0 + }, + "id": 462 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.223966, 51.530498] }, - "properties": { "id": 595, "name": "Kensal Green", "line": "Bakerloo" }, - "id": 595 + "geometry": { + "type": "Point", + "coordinates": [ + -0.194751, + 51.650601 + ] + }, + "properties": { + "id": 763, + "name": "High Barnet", + "line": "Northern", + "order": 0 + }, + "id": 763 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.183678, 51.523273] }, - "properties": { "id": 658, "name": "Warwick Avenue", "line": "Bakerloo" }, - "id": 658 + "geometry": { + "type": "Point", + "coordinates": [ + -0.275019, + 51.613545 + ] + }, + "properties": { + "id": 155, + "name": "Edgware", + "line": "Northern", + "order": 0 + }, + "id": 155 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.304156, 51.56249] }, - "properties": { "id": 675, "name": "North Wembley", "line": "Bakerloo" }, - "id": 675 + "geometry": { + "type": "Point", + "coordinates": [ + -0.209894, + 51.608259 + ] + }, + "properties": { + "id": 157, + "name": "Mill Hill East", + "line": "Northern", + "order": 0 + }, + "id": 157 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.204704, 51.534101] }, - "properties": { "id": 702, "name": "Queen's Park", "line": "Bakerloo" }, - "id": 702 + "geometry": { + "type": "Point", + "coordinates": [ + -0.142436, + 51.479836 + ] + }, + "properties": { + "id": 448, + "name": "Battersea Power Station", + "line": "Northern", + "order": 0 + }, + "id": 448 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.10073, 51.495777] }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.183237, + 51.574827 + ] + }, "properties": { - "id": 711, - "name": "Elephant & Castle", - "line": "Bakerloo" + "id": 0, + "name": "Romford", + "line": "Liberty", + "order": 0 }, - "id": 711 + "id": 0 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.113734, 51.50343] }, - "properties": { "id": 733, "name": "Waterloo", "line": "Bakerloo" }, - "id": 733 + "geometry": { + "type": "Point", + "coordinates": [ + -0.133808, + 51.528185 + ] + }, + "properties": { + "id": 5, + "name": "Euston", + "line": "Lioness", + "order": 0 + }, + "id": 5 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.335231, 51.592209] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.00325, + 51.54129 + ] + }, "properties": { - "id": 800, - "name": "Harrow & Wealdstone", - "line": "Bakerloo" + "id": 66, + "name": "Stratford", + "line": "Mildmay", + "order": 0 }, - "id": 800 + "id": 66 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.096762, 51.563878] }, - "properties": { "id": 4, "name": "Seven Kings", "line": "ElizabethLine" }, - "id": 4 + "geometry": { + "type": "Point", + "coordinates": [ + -0.15077, + 51.55534 + ] + }, + "properties": { + "id": 227, + "name": "Gospel Oak", + "line": "Suffragette", + "order": 0 + }, + "id": 227 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.026347, 51.509853] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.081662, + 51.517742 + ] + }, "properties": { - "id": 7, - "name": "Custom House", - "line": "ElizabethLine" + "id": 275, + "name": "Liverpool Street", + "line": "Weaver", + "order": 0 }, - "id": 7 + "id": 275 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.452439, 51.471219] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.07513, + 51.54612 + ] + }, "properties": { - "id": 10, - "name": "Heathrow Terminals 2 & 3", - "line": "ElizabethLine" + "id": 434, + "name": "Dalston Junction", + "line": "Windrush", + "order": 0 }, - "id": 10 + "id": 434 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.863293, 51.475532] }, - "properties": { "id": 15, "name": "Twyford", "line": "ElizabethLine" }, - "id": 15 + "geometry": { + "type": "Point", + "coordinates": [ + -0.103964, + 51.546229 + ] + }, + "properties": { + "id": 485, + "name": "Highbury & Islington", + "line": "Windrush", + "order": 0 + }, + "id": 485 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.005815, 51.54608] }, - "properties": { "id": 118, "name": "Maryland", "line": "ElizabethLine" }, - "id": 118 + "geometry": { + "type": "Point", + "coordinates": [ + -0.149615, + 51.651688 + ] + }, + "properties": { + "id": 560, + "name": "Cockfosters", + "line": "Piccadilly", + "order": 0 + }, + "id": 560 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.446059, 51.458553] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.019919, + 51.582955 + ] + }, "properties": { - "id": 126, - "name": "Heathrow Terminal 4", - "line": "ElizabethLine" + "id": 629, + "name": "Walthamstow Central", + "line": "Victoria", + "order": 0 }, - "id": 126 + "id": 629 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.128958, 51.568037] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.088921, + 51.51332 + ] + }, "properties": { - "id": 138, - "name": "Chadwell Heath", - "line": "ElizabethLine" + "id": 113, + "name": "Bank", + "line": "WaterlooAndCity", + "order": 0 }, - "id": 138 + "id": 113 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.59151, 51.511879] }, - "properties": { "id": 140, "name": "Slough", "line": "ElizabethLine" }, - "id": 140 + "geometry": { + "type": "Point", + "coordinates": [ + -0.478139, + 51.546496 + ] + }, + "properties": { + "id": 648, + "name": "Uxbridge", + "line": "Piccadilly", + "order": 552 + }, + "id": 648 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.472234, 51.510053] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.449926, + 51.553717 + ] + }, "properties": { - "id": 166, - "name": "West Drayton", - "line": "ElizabethLine" + "id": 405, + "name": "Hillingdon", + "line": "Piccadilly", + "order": 538 }, - "id": 166 + "id": 405 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.48781, 51.47237] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.446059, + 51.458553 + ] + }, "properties": { - "id": 188, - "name": "Heathrow Terminal 5", - "line": "ElizabethLine" + "id": 127, + "name": "Heathrow Terminal 4", + "line": "Piccadilly", + "order": 522 }, - "id": 188 + "id": 127 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.329851, 51.630876] }, - "properties": { "id": 208, "name": "Shenfield", "line": "ElizabethLine" }, - "id": 208 - }, - { - "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.00325, 51.54129] }, - "properties": { "id": 230, "name": "Stratford", "line": "ElizabethLine" }, - "id": 230 + "geometry": { + "type": "Point", + "coordinates": [ + -0.442027, + 51.561985 + ] + }, + "properties": { + "id": 76, + "name": "Ickenham", + "line": "Piccadilly", + "order": 521 + }, + "id": 76 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.68137, 51.523561] }, - "properties": { "id": 236, "name": "Taplow", "line": "ElizabethLine" }, - "id": 236 + "geometry": { + "type": "Point", + "coordinates": [ + -0.48781, + 51.47237 + ] + }, + "properties": { + "id": 190, + "name": "Heathrow Terminal 5", + "line": "Piccadilly", + "order": 507 + }, + "id": 190 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.110807, 51.565577] }, - "properties": { "id": 276, "name": "Goodmayes", "line": "ElizabethLine" }, - "id": 276 + "geometry": { + "type": "Point", + "coordinates": [ + -0.421455, + 51.571449 + ] + }, + "properties": { + "id": 248, + "name": "Ruislip", + "line": "Piccadilly", + "order": 504 + }, + "id": 248 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.17717, 51.515858] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.412346, + 51.573188 + ] + }, "properties": { - "id": 282, - "name": "Paddington", - "line": "ElizabethLine" + "id": 356, + "name": "Ruislip Manor", + "line": "Piccadilly", + "order": 500 }, - "id": 282 + "id": 356 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.37861, 51.505955] }, - "properties": { "id": 284, "name": "Southall", "line": "ElizabethLine" }, - "id": 284 + "geometry": { + "type": "Point", + "coordinates": [ + -0.396845, + 51.576493 + ] + }, + "properties": { + "id": 696, + "name": "Eastcote", + "line": "Piccadilly", + "order": 496 + }, + "id": 696 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.301221, 51.5149] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.452439, + 51.471219 + ] + }, "properties": { - "id": 307, - "name": "Ealing Broadway", - "line": "ElizabethLine" + "id": 12, + "name": "Heathrow Terminals 2 & 3", + "line": "Piccadilly", + "order": 486 }, - "id": 307 + "id": 12 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.646374, 51.523504] }, - "properties": { "id": 343, "name": "Burnham", "line": "ElizabethLine" }, - "id": 343 + "geometry": { + "type": "Point", + "coordinates": [ + -0.371006, + 51.574977 + ] + }, + "properties": { + "id": 382, + "name": "Rayners Lane", + "line": "Piccadilly", + "order": 483 + }, + "id": 382 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.183237, 51.574827] }, - "properties": { "id": 360, "name": "Romford", "line": "ElizabethLine" }, - "id": 360 + "geometry": { + "type": "Point", + "coordinates": [ + -0.423409, + 51.466614 + ] + }, + "properties": { + "id": 345, + "name": "Hatton Cross", + "line": "Piccadilly", + "order": 474 + }, + "id": 345 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.320133, 51.513504] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.352212, + 51.564678 + ] + }, "properties": { - "id": 367, - "name": "West Ealing", - "line": "ElizabethLine" + "id": 46, + "name": "South Harrow", + "line": "Piccadilly", + "order": 465 }, - "id": 367 + "id": 46 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.420684, 51.503094] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.301221, + 51.5149 + ] + }, "properties": { - "id": 370, - "name": "Hayes & Harlington", - "line": "ElizabethLine" + "id": 306, + "name": "Ealing Broadway", + "line": "District", + "order": 456 }, - "id": 370 + "id": 306 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.069679, 51.559116] }, - "properties": { "id": 390, "name": "Ilford", "line": "ElizabethLine" }, - "id": 390 + "geometry": { + "type": "Point", + "coordinates": [ + -0.385732, + 51.473035 + ] + }, + "properties": { + "id": 777, + "name": "Hounslow West", + "line": "Piccadilly", + "order": 452 + }, + "id": 777 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.017484, 51.506131] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.336216, + 51.556996 + ] + }, "properties": { - "id": 411, - "name": "Canary Wharf", - "line": "ElizabethLine" + "id": 171, + "name": "Sudbury Hill", + "line": "Piccadilly", + "order": 448 }, - "id": 411 + "id": 171 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.266756, 51.517178] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.301754, + 51.46316 + ] + }, "properties": { - "id": 416, - "name": "Acton Main Line", - "line": "ElizabethLine" + "id": 102, + "name": "Richmond", + "line": "District", + "order": 445 }, - "id": 416 + "id": 102 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.105065, 51.520445] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.315483, + 51.550782 + ] + }, "properties": { - "id": 497, - "name": "Farringdon", - "line": "ElizabethLine" + "id": 755, + "name": "Sudbury Town", + "line": "Piccadilly", + "order": 434 }, - "id": 497 + "id": 755 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.046342, 51.552475] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.288214, + 51.510218 + ] + }, "properties": { - "id": 524, - "name": "Manor Park", - "line": "ElizabethLine" + "id": 630, + "name": "Ealing Common", + "line": "District", + "order": 432 }, - "id": 524 + "id": 630 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.338583, 51.511833] }, - "properties": { "id": 534, "name": "Hanwell", "line": "ElizabethLine" }, - "id": 534 + "geometry": { + "type": "Point", + "coordinates": [ + -0.366922, + 51.471083 + ] + }, + "properties": { + "id": 23, + "name": "Hounslow Central", + "line": "Piccadilly", + "order": 432 + }, + "id": 23 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.07178, 51.491695] }, - "properties": { "id": 582, "name": "Woolwich", "line": "ElizabethLine" }, - "id": 582 + "geometry": { + "type": "Point", + "coordinates": [ + -0.285252, + 51.47703 + ] + }, + "properties": { + "id": 35, + "name": "Kew Gardens", + "line": "District", + "order": 425 + }, + "id": 35 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.130871, 51.51621] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.075614, + 51.514272 + ] + }, "properties": { - "id": 608, - "name": "Tottenham Court Road", - "line": "ElizabethLine" + "id": 516, + "name": "Aldgate", + "line": "Metropolitan", + "order": 423 }, - "id": 608 + "id": 516 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.081662, 51.517742] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.356695, + 51.473171 + ] + }, "properties": { - "id": 615, - "name": "Liverpool Street", - "line": "ElizabethLine" + "id": 341, + "name": "Hounslow East", + "line": "Piccadilly", + "order": 423 }, - "id": 615 + "id": 341 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.024353, 51.54943] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.299487, + 51.540695 + ] + }, "properties": { - "id": 644, - "name": "Forest Gate", - "line": "ElizabethLine" + "id": 517, + "name": "Alperton", + "line": "Piccadilly", + "order": 420 }, - "id": 644 + "id": 517 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.299586, 51.613604] }, - "properties": { "id": 687, "name": "Brentwood", "line": "ElizabethLine" }, - "id": 687 + "geometry": { + "type": "Point", + "coordinates": [ + -0.280251, + 51.50275 + ] + }, + "properties": { + "id": 255, + "name": "Acton Town", + "line": "District", + "order": 417 + }, + "id": 255 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.059985, 51.519455] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.081662, + 51.517742 + ] + }, "properties": { - "id": 698, - "name": "Whitechapel", - "line": "ElizabethLine" + "id": 618, + "name": "Liverpool Street", + "line": "Metropolitan", + "order": 413 }, - "id": 698 + "id": 618 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.541896, 51.507845] }, - "properties": { "id": 709, "name": "Langley", "line": "ElizabethLine" }, - "id": 709 + "geometry": { + "type": "Point", + "coordinates": [ + -0.088339, + 51.518464 + ] + }, + "properties": { + "id": 178, + "name": "Moorgate", + "line": "Metropolitan", + "order": 410 + }, + "id": 178 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.97225, 51.45897] }, - "properties": { "id": 742, "name": "Reading", "line": "ElizabethLine" }, - "id": 742 + "geometry": { + "type": "Point", + "coordinates": [ + -0.351994, + 51.480929 + ] + }, + "properties": { + "id": 454, + "name": "Osterley", + "line": "Piccadilly", + "order": 407 + }, + "id": 454 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.722661, 51.518667] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.275175, + 51.491793 + ] + }, "properties": { - "id": 770, - "name": "Maidenhead", - "line": "ElizabethLine" + "id": 599, + "name": "Gunnersbury", + "line": "District", + "order": 406 }, - "id": 770 + "id": 599 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.149651, 51.514307] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.097711, + 51.520146 + ] + }, "properties": { - "id": 779, - "name": "Bond Street", - "line": "ElizabethLine" + "id": 297, + "name": "Barbican", + "line": "Metropolitan", + "order": 404 }, - "id": 779 + "id": 297 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.233129, 51.592764] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.284228, + 51.526901 + ] + }, "properties": { - "id": 787, - "name": "Harold Wood", - "line": "ElizabethLine" + "id": 518, + "name": "Park Royal", + "line": "Piccadilly", + "order": 403 }, - "id": 787 + "id": 518 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.205964, 51.581902] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.267747, + 51.494301 + ] + }, "properties": { - "id": 789, - "name": "Gidea Park", - "line": "ElizabethLine" + "id": 540, + "name": "Chiswick Park", + "line": "District", + "order": 394 }, - "id": 789 + "id": 540 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.121394, 51.491061] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.105065, + 51.520445 + ] + }, "properties": { - "id": 797, - "name": "Abbey Wood", - "line": "ElizabethLine" + "id": 499, + "name": "Farringdon", + "line": "Metropolitan", + "order": 390 }, - "id": 797 + "id": 499 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.06083, 51.41756] }, - "properties": { "id": 1, "name": "Penge West", "line": "Overground" }, - "id": 1 + "geometry": { + "type": "Point", + "coordinates": [ + -0.324764, + 51.495696 + ] + }, + "properties": { + "id": 433, + "name": "Boston Manor", + "line": "Piccadilly", + "order": 389 + }, + "id": 433 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.040413, 51.475127] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.289005, + 51.517555 + ] + }, "properties": { - "id": 20, - "name": "New Cross Gate", - "line": "Overground" + "id": 705, + "name": "North Ealing", + "line": "Piccadilly", + "order": 387 }, - "id": 20 + "id": 705 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.09814, 51.57719] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.437886, + 51.569529 + ] + }, "properties": { - "id": 25, - "name": "Harringay Green Lanes", - "line": "Overground" + "id": 38, + "name": "West Ruislip", + "line": "Central", + "order": 386 }, - "id": 25 + "id": 38 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.009897, 51.633085] }, - "properties": { "id": 30, "name": "Chingford", "line": "Overground" }, - "id": 30 + "geometry": { + "type": "Point", + "coordinates": [ + -0.254533, + 51.495112 + ] + }, + "properties": { + "id": 215, + "name": "Turnham Green", + "line": "District", + "order": 385 + }, + "id": 215 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.040996, 51.586951] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.245626, + 51.494916 + ] + }, "properties": { - "id": 32, - "name": "Blackhorse Road", - "line": "Overground" + "id": 415, + "name": "Stamford Brook", + "line": "District", + "order": 381 }, - "id": 32 + "id": 415 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.285252, 51.47703] }, - "properties": { "id": 36, "name": "Kew Gardens", "line": "Overground" }, - "id": 36 - }, - { - "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.18282, 51.47495] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.314157, + 51.499276 + ] + }, "properties": { - "id": 40, - "name": "Imperial Wharf", - "line": "Overground" + "id": 388, + "name": "Northfields", + "line": "Piccadilly", + "order": 379 }, - "id": 40 - }, - { - "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.15077, 51.55534] }, - "properties": { "id": 48, "name": "Gospel Oak", "line": "Overground" }, - "id": 48 + "id": 388 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.10258, 51.37843] }, - "properties": { "id": 50, "name": "West Croydon", "line": "Overground" }, - "id": 50 + "geometry": { + "type": "Point", + "coordinates": [ + -0.411039, + 51.560589 + ] + }, + "properties": { + "id": 583, + "name": "Ruislip Gardens", + "line": "Central", + "order": 376 + }, + "id": 583 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.18314, 51.55027] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.307019, + 51.501368 + ] + }, "properties": { - "id": 59, - "name": "Finchley Road & Frognal", - "line": "Overground" + "id": 365, + "name": "South Ealing", + "line": "Piccadilly", + "order": 374 }, - "id": 59 + "id": 365 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.296516, 51.552143] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.23585, + 51.494124 + ] + }, "properties": { - "id": 61, - "name": "Wembley Central", - "line": "Overground" + "id": 170, + "name": "Ravenscourt Park", + "line": "District", + "order": 372 }, - "id": 61 + "id": 170 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.0726, 51.41811] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.398659, + 51.556517 + ] + }, "properties": { - "id": 64, - "name": "Crystal Palace", - "line": "Overground" + "id": 55, + "name": "South Ruislip", + "line": "Central", + "order": 371 }, - "id": 64 + "id": 55 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.070914, 51.605035] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.288214, + 51.510218 + ] + }, "properties": { - "id": 74, - "name": "White Hart Lane", - "line": "Overground" + "id": 631, + "name": "Ealing Common", + "line": "Piccadilly", + "order": 368 }, - "id": 74 + "id": 631 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.07569, 51.54815] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.123858, + 51.530397 + ] + }, "properties": { - "id": 79, - "name": "Dalston Kingsland", - "line": "Overground" + "id": 591, + "name": "King's Cross St Pancras", + "line": "Metropolitan", + "order": 365 }, - "id": 79 + "id": 591 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.210383, 51.497809] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.36846, + 51.54815 + ] + }, "properties": { - "id": 82, - "name": "Kensington (Olympia)", - "line": "Overground" + "id": 134, + "name": "Northolt", + "line": "Central", + "order": 360 }, - "id": 82 + "id": 134 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.057279, 51.531971] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.223988, + 51.492519 + ] + }, "properties": { - "id": 94, - "name": "Cambridge Heath", - "line": "Overground" + "id": 427, + "name": "Hammersmith", + "line": "District", + "order": 359 }, - "id": 94 + "id": 427 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.06588, 51.41215] }, - "properties": { "id": 95, "name": "Anerley", "line": "Overground" }, - "id": 95 + "geometry": { + "type": "Point", + "coordinates": [ + -0.135836, + 51.525561 + ] + }, + "properties": { + "id": 783, + "name": "Euston Square", + "line": "Metropolitan", + "order": 358 + }, + "id": 783 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.21013, 51.5407] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.346444, + 51.542302 + ] + }, "properties": { - "id": 98, - "name": "Brondesbury Park", - "line": "Overground" + "id": 8, + "name": "Greenford", + "line": "Central", + "order": 355 }, - "id": 98 + "id": 8 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.301754, 51.46316] }, - "properties": { "id": 103, "name": "Richmond", "line": "Overground" }, - "id": 103 + "geometry": { + "type": "Point", + "coordinates": [ + -0.302614, + 51.618912 + ] + }, + "properties": { + "id": 525, + "name": "Stanmore", + "line": "Jubilee", + "order": 355 + }, + "id": 525 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.19223, 51.53728] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.280251, + 51.50275 + ] + }, "properties": { - "id": 105, - "name": "Kilburn High Road", - "line": "Overground" + "id": 256, + "name": "Acton Town", + "line": "Piccadilly", + "order": 354 }, - "id": 105 + "id": 256 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.276031, 51.543762] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.143956, + 51.52372 + ] + }, "properties": { - "id": 115, - "name": "Stonebridge Park", - "line": "Overground" + "id": 44, + "name": "Great Portland Street", + "line": "Metropolitan", + "order": 351 }, - "id": 115 + "id": 44 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.217654, 51.505283] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.213607, + 51.49016 + ] + }, "properties": { - "id": 123, - "name": "Shepherd's Bush", - "line": "Overground" + "id": 748, + "name": "Barons Court", + "line": "District", + "order": 347 }, - "id": 123 + "id": 748 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.1657, 51.55522] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.294654, + 51.60776 + ] + }, "properties": { - "id": 129, - "name": "Hampstead Heath", - "line": "Overground" + "id": 410, + "name": "Canons Park", + "line": "Jubilee", + "order": 347 }, - "id": 129 + "id": 410 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.308589, 51.570172] }, - "properties": { "id": 131, "name": "South Kenton", "line": "Overground" }, - "id": 131 + "geometry": { + "type": "Point", + "coordinates": [ + -0.323852, + 51.536594 + ] + }, + "properties": { + "id": 283, + "name": "Perivale", + "line": "Central", + "order": 345 + }, + "id": 283 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.13252, 51.46548] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.206327, + 51.490545 + ] + }, "properties": { - "id": 133, - "name": "Clapham High Street", - "line": "Overground" + "id": 312, + "name": "West Kensington", + "line": "District", + "order": 339 }, - "id": 133 + "id": 312 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.07513, 51.54612] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.1569, + 51.523061 + ] + }, "properties": { - "id": 142, - "name": "Dalston Junction", - "line": "Overground" + "id": 474, + "name": "Baker Street", + "line": "Metropolitan", + "order": 338 }, - "id": 142 + "id": 474 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.03242, 51.47635] }, - "properties": { "id": 149, "name": "New Cross", "line": "Overground" }, - "id": 149 + "geometry": { + "type": "Point", + "coordinates": [ + -0.286322, + 51.594054 + ] + }, + "properties": { + "id": 463, + "name": "Queensbury", + "line": "Jubilee", + "order": 336 + }, + "id": 463 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.056904, 51.511229] }, - "properties": { "id": 154, "name": "Shadwell", "line": "Overground" }, - "id": 154 + "geometry": { + "type": "Point", + "coordinates": [ + -0.293008, + 51.530006 + ] + }, + "properties": { + "id": 519, + "name": "Hanger Lane", + "line": "Central", + "order": 334 + }, + "id": 519 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.38475, 51.64558] }, - "properties": { "id": 169, "name": "Bushey", "line": "Overground" }, - "id": 169 + "geometry": { + "type": "Point", + "coordinates": [ + -0.188038, + 51.512233 + ] + }, + "properties": { + "id": 253, + "name": "Bayswater", + "line": "Circle", + "order": 327 + }, + "id": 253 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.39171, 51.65266] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.278735, + 51.584264 + ] + }, "properties": { - "id": 185, - "name": "Watford High Street", - "line": "Overground" + "id": 395, + "name": "Kingsbury", + "line": "Jubilee", + "order": 324 }, - "id": 185 + "id": 395 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.069867, 51.593957] }, - "properties": { "id": 187, "name": "Bruce Grove", "line": "Overground" }, - "id": 187 + "geometry": { + "type": "Point", + "coordinates": [ + -0.254533, + 51.495112 + ] + }, + "properties": { + "id": 216, + "name": "Turnham Green", + "line": "Piccadilly", + "order": 323 + }, + "id": 216 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.07522, 51.39702] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.301221, + 51.5149 + ] + }, "properties": { - "id": 200, - "name": "Norwood Junction", - "line": "Overground" + "id": 304, + "name": "Ealing Broadway", + "line": "Central", + "order": 315 }, - "id": 200 + "id": 304 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.059568, 51.523916] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.196538, + 51.509064 + ] + }, "properties": { - "id": 205, - "name": "Bethnal Green", - "line": "Overground" + "id": 423, + "name": "Notting Hill Gate", + "line": "Circle", + "order": 315 }, - "id": 205 + "id": 423 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.38594, 51.62835] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.17022, + 51.46419 + ] + }, "properties": { - "id": 210, - "name": "Carpenders Park", - "line": "Overground" + "id": 226, + "name": "Clapham Junction", + "line": "Mildmay", + "order": 314 }, - "id": 210 + "id": 226 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.04235, 51.54702] }, - "properties": { "id": 218, "name": "Homerton", "line": "Overground" }, - "id": 218 + "geometry": { + "type": "Point", + "coordinates": [ + -0.18299, + 51.49424 + ] + }, + "properties": { + "id": 715, + "name": "Gloucester Road", + "line": "District", + "order": 310 + }, + "id": 715 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.02396, 51.702875] }, - "properties": { "id": 222, "name": "Cheshunt", "line": "Overground" }, - "id": 222 + "geometry": { + "type": "Point", + "coordinates": [ + -0.192503, + 51.500673 + ] + }, + "properties": { + "id": 319, + "name": "High Street Kensington", + "line": "Circle", + "order": 308 + }, + "id": 319 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.00325, 51.54129] }, - "properties": { "id": 233, "name": "Stratford", "line": "Overground" }, - "id": 233 + "geometry": { + "type": "Point", + "coordinates": [ + -0.194866, + 51.402196 + ] + }, + "properties": { + "id": 794, + "name": "Morden", + "line": "Northern", + "order": 307 + }, + "id": 794 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.06724, 51.614687] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.180494, + 51.547065 + ] + }, "properties": { - "id": 239, - "name": "Silver Street", - "line": "Overground" + "id": 747, + "name": "Finchley Road", + "line": "Metropolitan", + "order": 306 }, - "id": 239 + "id": 747 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.02491, 51.54342] }, - "properties": { "id": 243, "name": "Hackney Wick", "line": "Overground" }, - "id": 243 + "geometry": { + "type": "Point", + "coordinates": [ + -0.173922, + 51.494 + ] + }, + "properties": { + "id": 335, + "name": "South Kensington", + "line": "District", + "order": 303 + }, + "id": 335 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.05315, 51.43928] }, - "properties": { "id": 250, "name": "Forest Hill", "line": "Overground" }, - "id": 250 + "geometry": { + "type": "Point", + "coordinates": [ + -0.223988, + 51.492519 + ] + }, + "properties": { + "id": 428, + "name": "Hammersmith", + "line": "Piccadilly", + "order": 300 + }, + "id": 428 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.061112, 51.624927] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.280993, + 51.517861 + ] + }, "properties": { - "id": 259, - "name": "Edmonton Green", - "line": "Overground" + "id": 521, + "name": "West Acton", + "line": "Central", + "order": 299 }, - "id": 259 + "id": 521 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.000222, 51.608348] }, - "properties": { "id": 270, "name": "Highams Park", "line": "Overground" }, - "id": 270 + "geometry": { + "type": "Point", + "coordinates": [ + -0.156486, + 51.492288 + ] + }, + "properties": { + "id": 514, + "name": "Sloane Square", + "line": "District", + "order": 298 + }, + "id": 514 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.07566, 51.53871] }, - "properties": { "id": 274, "name": "Haggerston", "line": "Overground" }, - "id": 274 + "geometry": { + "type": "Point", + "coordinates": [ + -0.18299, + 51.49424 + ] + }, + "properties": { + "id": 714, + "name": "Gloucester Road", + "line": "Circle", + "order": 296 + }, + "id": 714 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.3686, 51.60942] }, - "properties": { "id": 279, "name": "Hatch End", "line": "Overground" }, - "id": 279 + "geometry": { + "type": "Point", + "coordinates": [ + -0.301754, + 51.46316 + ] + }, + "properties": { + "id": 162, + "name": "Richmond", + "line": "Mildmay", + "order": 295 + }, + "id": 162 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.00804, 51.56973] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.191979, + 51.41528 + ] + }, "properties": { - "id": 281, - "name": "Leyton Midland Road", - "line": "Overground" + "id": 602, + "name": "South Wimbledon", + "line": "Northern", + "order": 293 }, - "id": 281 + "id": 602 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.20231, 51.54517] }, - "properties": { "id": 294, "name": "Brondesbury", "line": "Overground" }, - "id": 294 + "geometry": { + "type": "Point", + "coordinates": [ + -0.279251, + 51.56326 + ] + }, + "properties": { + "id": 572, + "name": "Wembley Park", + "line": "Jubilee", + "order": 291 + }, + "id": 572 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.04443, 51.54927] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.173922, + 51.494 + ] + }, "properties": { - "id": 299, - "name": "Woodgrange Park", - "line": "Overground" + "id": 334, + "name": "South Kensington", + "line": "Circle", + "order": 289 }, - "id": 299 + "id": 334 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.251087, 51.558889] }, - "properties": { "id": 302, "name": "Upminster", "line": "Overground" }, - "id": 302 - }, - { - "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.057177, 51.54705] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.259737, + 51.523366 + ] + }, "properties": { - "id": 324, - "name": "Hackney Central", - "line": "Overground" + "id": 635, + "name": "North Acton", + "line": "Central", + "order": 285 }, - "id": 324 + "id": 635 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.21996, 51.53456] }, - "properties": { "id": 326, "name": "Kensal Rise", "line": "Overground" }, - "id": 326 + "geometry": { + "type": "Point", + "coordinates": [ + -0.178138, + 51.417982 + ] + }, + "properties": { + "id": 756, + "name": "Colliers Wood", + "line": "Northern", + "order": 285 + }, + "id": 756 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.079328, 51.652024] }, - "properties": { "id": 352, "name": "Enfield Town", "line": "Overground" }, - "id": 352 + "geometry": { + "type": "Point", + "coordinates": [ + -0.213607, + 51.49016 + ] + }, + "properties": { + "id": 749, + "name": "Barons Court", + "line": "Piccadilly", + "order": 285 + }, + "id": 749 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.068267, 51.558501] }, - "properties": { "id": 354, "name": "Rectory Road", "line": "Overground" }, - "id": 354 + "geometry": { + "type": "Point", + "coordinates": [ + -0.156486, + 51.492288 + ] + }, + "properties": { + "id": 513, + "name": "Sloane Square", + "line": "Circle", + "order": 284 + }, + "id": 513 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.049706, 51.497889] }, - "properties": { "id": 358, "name": "Canada Water", "line": "Overground" }, - "id": 358 + "geometry": { + "type": "Point", + "coordinates": [ + -0.18282, + 51.47495 + ] + }, + "properties": { + "id": 225, + "name": "Imperial Wharf", + "line": "Mildmay", + "order": 284 + }, + "id": 225 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.183237, 51.574827] }, - "properties": { "id": 362, "name": "Romford", "line": "Overground" }, - "id": 362 + "geometry": { + "type": "Point", + "coordinates": [ + -0.144102, + 51.49518 + ] + }, + "properties": { + "id": 723, + "name": "Victoria", + "line": "District", + "order": 278 + }, + "id": 723 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.115945, 51.519391] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.167977, + 51.427435 + ] + }, "properties": { - "id": 372, - "name": "Barking Riverside", - "line": "Overground" + "id": 688, + "name": "Tooting Broadway", + "line": "Northern", + "order": 276 }, - "id": 372 + "id": 688 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.06941, 51.47004] }, - "properties": { "id": 376, "name": "Peckham Rye", "line": "Overground" }, - "id": 376 + "geometry": { + "type": "Point", + "coordinates": [ + -0.285252, + 51.47703 + ] + }, + "properties": { + "id": 150, + "name": "Kew Gardens", + "line": "Mildmay", + "order": 275 + }, + "id": 150 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.31667, 51.581321] }, - "properties": { "id": 384, "name": "Kenton", "line": "Overground" }, - "id": 384 + "geometry": { + "type": "Point", + "coordinates": [ + -0.249783, + 51.553966 + ] + }, + "properties": { + "id": 730, + "name": "Neasden", + "line": "Jubilee", + "order": 274 + }, + "id": 730 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.032918, 51.580979] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.247513, + 51.516582 + ] + }, "properties": { - "id": 392, - "name": "St James Street", - "line": "Overground" + "id": 387, + "name": "East Acton", + "line": "Central", + "order": 272 }, - "id": 392 + "id": 387 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.195541, 51.487257] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.17022, + 51.46419 + ] + }, "properties": { - "id": 407, - "name": "West Brompton", - "line": "Overground" + "id": 681, + "name": "Clapham Junction", + "line": "Windrush", + "order": 271 }, - "id": 407 + "id": 681 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.26297, 51.50872] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.238798, + 51.551904 + ] + }, "properties": { - "id": 418, - "name": "Acton Central", - "line": "Overground" + "id": 745, + "name": "Dollis Hill", + "line": "Jubilee", + "order": 268 }, - "id": 418 + "id": 745 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.17887, 51.54144] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.159693, + 51.435641 + ] + }, "properties": { - "id": 419, - "name": "South Hampstead", - "line": "Overground" + "id": 535, + "name": "Tooting Bec", + "line": "Northern", + "order": 268 }, - "id": 419 + "id": 535 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.02622, 51.5517] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.22493, + 51.493498 + ] + }, "properties": { - "id": 421, - "name": "Wanstead Park", - "line": "Overground" + "id": 634, + "name": "Hammersmith", + "line": "HammersmithAndCity", + "order": 266 }, - "id": 421 + "id": 634 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.09219, 51.54874] }, - "properties": { "id": 426, "name": "Canonbury", "line": "Overground" }, - "id": 426 + "geometry": { + "type": "Point", + "coordinates": [ + -0.226748, + 51.501952 + ] + }, + "properties": { + "id": 174, + "name": "Goldhawk Road", + "line": "HammersmithAndCity", + "order": 265 + }, + "id": 174 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.27016, 51.4997] }, - "properties": { "id": 438, "name": "South Acton", "line": "Overground" }, - "id": 438 + "geometry": { + "type": "Point", + "coordinates": [ + -0.1333, + 51.499578 + ] + }, + "properties": { + "id": 403, + "name": "St James's Park", + "line": "District", + "order": 264 + }, + "id": 403 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.35722, 51.60265] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.195541, + 51.487257 + ] + }, "properties": { - "id": 439, - "name": "Headstone Lane", - "line": "Overground" + "id": 223, + "name": "West Brompton", + "line": "Mildmay", + "order": 264 }, - "id": 439 + "id": 223 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.069221, 51.641517] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.144102, + 51.49518 + ] + }, "properties": { - "id": 441, - "name": "Bush Hill Park", - "line": "Overground" + "id": 722, + "name": "Victoria", + "line": "Circle", + "order": 263 }, - "id": 441 + "id": 722 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.1387, 51.5418] }, - "properties": { "id": 443, "name": "Camden Road", "line": "Overground" }, - "id": 443 + "geometry": { + "type": "Point", + "coordinates": [ + -0.22241, + 51.549309 + ] + }, + "properties": { + "id": 481, + "name": "Willesden Green", + "line": "Jubilee", + "order": 263 + }, + "id": 481 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.244289, 51.532191] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.152728, + 51.443291 + ] + }, "properties": { - "id": 446, - "name": "Willesden Junction", - "line": "Overground" + "id": 604, + "name": "Balham", + "line": "Northern", + "order": 260 }, - "id": 446 + "id": 604 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.00842, 51.56356] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.226305, + 51.505561 + ] + }, "properties": { - "id": 458, - "name": "Leytonstone High Road", - "line": "Overground" + "id": 562, + "name": "Shepherd's Bush Market", + "line": "HammersmithAndCity", + "order": 259 }, - "id": 458 + "id": 562 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.080863, 51.539451] }, - "properties": { "id": 467, "name": "Barking", "line": "Overground" }, - "id": 467 + "geometry": { + "type": "Point", + "coordinates": [ + -0.279251, + 51.56326 + ] + }, + "properties": { + "id": 573, + "name": "Wembley Park", + "line": "Metropolitan", + "order": 259 + }, + "id": 573 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.07524, 51.52338] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.193889, + 51.491644 + ] + }, "properties": { - "id": 480, - "name": "Shoreditch High Street", - "line": "Overground" + "id": 506, + "name": "Earl's Court", + "line": "Piccadilly", + "order": 259 }, - "id": 480 + "id": 506 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.047217, 51.672626] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.204633, + 51.54688 + ] + }, "properties": { - "id": 486, - "name": "Turkey Street", - "line": "Overground" + "id": 495, + "name": "Kilburn", + "line": "Jubilee", + "order": 256 }, - "id": 486 + "id": 495 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.0721, 51.58038] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.275175, + 51.491793 + ] + }, "properties": { - "id": 487, - "name": "South Tottenham", - "line": "Overground" + "id": 148, + "name": "Gunnersbury", + "line": "Mildmay", + "order": 254 }, - "id": 487 + "id": 148 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.11714, 51.57131] }, - "properties": { "id": 492, "name": "Crouch Hill", "line": "Overground" }, - "id": 492 + "geometry": { + "type": "Point", + "coordinates": [ + -0.124818, + 51.501085 + ] + }, + "properties": { + "id": 107, + "name": "Westminster", + "line": "District", + "order": 253 + }, + "id": 107 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.11672, 51.54305] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.224167, + 51.509797 + ] + }, "properties": { - "id": 501, - "name": "Caledonian Road & Barnsbury", - "line": "Overground" + "id": 456, + "name": "Wood Lane", + "line": "HammersmithAndCity", + "order": 251 }, - "id": 501 + "id": 456 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.05424, 51.42725] }, - "properties": { "id": 503, "name": "Sydenham", "line": "Overground" }, - "id": 503 + "geometry": { + "type": "Point", + "coordinates": [ + -0.147982, + 51.4526 + ] + }, + "properties": { + "id": 646, + "name": "Clapham South", + "line": "Northern", + "order": 251 + }, + "id": 646 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.057025, 51.561642] }, - "properties": { "id": 511, "name": "Clapton", "line": "Overground" }, - "id": 511 + "geometry": { + "type": "Point", + "coordinates": [ + -0.1333, + 51.499578 + ] + }, + "properties": { + "id": 402, + "name": "St James's Park", + "line": "Circle", + "order": 250 + }, + "id": 402 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.133808, 51.528185] }, - "properties": { "id": 530, "name": "Euston", "line": "Overground" }, - "id": 530 + "geometry": { + "type": "Point", + "coordinates": [ + -0.335231, + 51.592209 + ] + }, + "properties": { + "id": 800, + "name": "Harrow & Wealdstone", + "line": "Bakerloo", + "order": 249 + }, + "id": 800 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.12951, 51.56364] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.210383, + 51.497809 + ] + }, "properties": { - "id": 537, - "name": "Upper Holloway", - "line": "Overground" + "id": 221, + "name": "Kensington (Olympia)", + "line": "Mildmay", + "order": 249 }, - "id": 537 + "id": 221 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.002405, 51.586579] }, - "properties": { "id": 542, "name": "Wood Street", "line": "Overground" }, - "id": 542 + "geometry": { + "type": "Point", + "coordinates": [ + -0.19075, + 51.546702 + ] + }, + "properties": { + "id": 245, + "name": "West Hampstead", + "line": "Jubilee", + "order": 247 + }, + "id": 245 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.052437, 51.648703] }, - "properties": { "id": 544, "name": "Southbury", "line": "Overground" }, - "id": 544 + "geometry": { + "type": "Point", + "coordinates": [ + -0.18299, + 51.49424 + ] + }, + "properties": { + "id": 716, + "name": "Gloucester Road", + "line": "Piccadilly", + "order": 247 + }, + "id": 716 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.257889, 51.53614] }, - "properties": { "id": 550, "name": "Harlesden", "line": "Overground" }, - "id": 550 + "geometry": { + "type": "Point", + "coordinates": [ + -0.217779, + 51.513544 + ] + }, + "properties": { + "id": 494, + "name": "Latimer Road", + "line": "HammersmithAndCity", + "order": 245 + }, + "id": 494 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.13852, 51.47022] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.12236, + 51.507242 + ] + }, "properties": { - "id": 559, - "name": "Wandsworth Road", - "line": "Overground" + "id": 553, + "name": "Embankment", + "line": "District", + "order": 244 }, - "id": 559 + "id": 553 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.17022, 51.46419] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.224254, + 51.511978 + ] + }, "properties": { - "id": 565, - "name": "Clapham Junction", - "line": "Overground" + "id": 401, + "name": "White City", + "line": "Central", + "order": 243 }, - "id": 565 + "id": 401 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.220113, 51.568641] }, - "properties": { "id": 568, "name": "Emerson Park", "line": "Overground" }, - "id": 568 + "geometry": { + "type": "Point", + "coordinates": [ + -0.138311, + 51.461728 + ] + }, + "properties": { + "id": 413, + "name": "Clapham Common", + "line": "Northern", + "order": 243 + }, + "id": 413 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.057753, 51.541151] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.295256, + 51.572038 + ] + }, "properties": { - "id": 570, - "name": "London Fields", - "line": "Overground" + "id": 659, + "name": "Preston Road", + "line": "Metropolitan", + "order": 242 }, - "id": 570 + "id": 659 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.060572, 51.548536] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.217654, + 51.505283 + ] + }, "properties": { - "id": 577, - "name": "Hackney Downs", - "line": "Overground" + "id": 220, + "name": "Shepherd's Bush", + "line": "Mildmay", + "order": 242 }, - "id": 577 + "id": 220 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.223966, 51.530498] }, - "properties": { "id": 596, "name": "Kensal Green", "line": "Overground" }, - "id": 596 + "geometry": { + "type": "Point", + "coordinates": [ + -0.31667, + 51.581321 + ] + }, + "properties": { + "id": 383, + "name": "Kenton", + "line": "Bakerloo", + "order": 240 + }, + "id": 383 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.275175, 51.491793] }, - "properties": { "id": 600, "name": "Gunnersbury", "line": "Overground" }, - "id": 600 + "geometry": { + "type": "Point", + "coordinates": [ + -0.173922, + 51.494 + ] + }, + "properties": { + "id": 336, + "name": "South Kensington", + "line": "Piccadilly", + "order": 240 + }, + "id": 336 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.081662, 51.517742] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.124818, + 51.501085 + ] + }, "properties": { - "id": 619, - "name": "Liverpool Street", - "line": "Overground" + "id": 106, + "name": "Westminster", + "line": "Circle", + "order": 239 }, - "id": 619 + "id": 106 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.073801, 51.582661] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.180494, + 51.547065 + ] + }, "properties": { - "id": 624, - "name": "Seven Sisters", - "line": "Overground" + "id": 746, + "name": "Finchley Road", + "line": "Jubilee", + "order": 238 }, - "id": 624 + "id": 746 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.019919, 51.582955] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.210862, + 51.517188 + ] + }, "properties": { - "id": 628, - "name": "Walthamstow Central", - "line": "Overground" + "id": 785, + "name": "Ladbroke Grove", + "line": "HammersmithAndCity", + "order": 237 }, - "id": 628 - }, - { - "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.05592, 51.50439] }, - "properties": { "id": 632, "name": "Wapping", "line": "Overground" }, - "id": 632 + "id": 785 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.05731, 51.47357] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.39652, + 51.66353 + ] + }, "properties": { - "id": 637, - "name": "Queens Road Peckham", - "line": "Overground" + "id": 65, + "name": "Watford Junction", + "line": "Lioness", + "order": 237 }, - "id": 637 + "id": 65 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.03753, 51.46465] }, - "properties": { "id": 641, "name": "Brockley", "line": "Overground" }, - "id": 641 + "geometry": { + "type": "Point", + "coordinates": [ + -0.129531, + 51.464844 + ] + }, + "properties": { + "id": 469, + "name": "Clapham North", + "line": "Northern", + "order": 236 + }, + "id": 469 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.103964, 51.546229] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.27016, + 51.4997 + ] + }, "properties": { - "id": 655, - "name": "Highbury & Islington", - "line": "Overground" + "id": 141, + "name": "South Acton", + "line": "Mildmay", + "order": 236 }, - "id": 655 + "id": 141 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.08936, 51.46821] }, - "properties": { "id": 662, "name": "Denmark Hill", "line": "Overground" }, - "id": 662 + "geometry": { + "type": "Point", + "coordinates": [ + -0.114756, + 51.510877 + ] + }, + "properties": { + "id": 400, + "name": "Temple", + "line": "District", + "order": 232 + }, + "id": 400 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.191491, 51.547399] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.317691, + 51.5783 + ] + }, "properties": { - "id": 674, - "name": "West Hampstead", - "line": "Overground" + "id": 57, + "name": "Northwick Park", + "line": "Metropolitan", + "order": 232 }, - "id": 674 + "id": 57 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.304156, 51.56249] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.308589, + 51.570172 + ] + }, "properties": { - "id": 676, - "name": "North Wembley", - "line": "Overground" + "id": 130, + "name": "South Kenton", + "line": "Bakerloo", + "order": 231 }, - "id": 676 + "id": 130 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.39652, 51.66353] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.12236, + 51.507242 + ] + }, "properties": { - "id": 693, - "name": "Watford Junction", - "line": "Overground" + "id": 552, + "name": "Embankment", + "line": "Circle", + "order": 230 }, - "id": 693 + "id": 552 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.059985, 51.519455] }, - "properties": { "id": 700, "name": "Whitechapel", "line": "Overground" }, - "id": 700 + "geometry": { + "type": "Point", + "coordinates": [ + -0.10258, + 51.37843 + ] + }, + "properties": { + "id": 642, + "name": "West Croydon", + "line": "Windrush", + "order": 230 + }, + "id": 642 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.204704, 51.534101] }, - "properties": { "id": 703, "name": "Queen's Park", "line": "Overground" }, - "id": 703 + "geometry": { + "type": "Point", + "coordinates": [ + -0.122909, + 51.472167 + ] + }, + "properties": { + "id": 547, + "name": "Stockwell", + "line": "Northern", + "order": 228 + }, + "id": 547 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.02384, 51.58151] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.304156, + 51.56249 + ] + }, "properties": { - "id": 729, - "name": "Walthamstow Queen's Road", - "line": "Overground" + "id": 675, + "name": "North Wembley", + "line": "Bakerloo", + "order": 227 }, - "id": 729 + "id": 675 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.04751, 51.4932] }, - "properties": { "id": 750, "name": "Surrey Quays", "line": "Overground" }, - "id": 750 + "geometry": { + "type": "Point", + "coordinates": [ + -0.218701, + 51.504748 + ] + }, + "properties": { + "id": 116, + "name": "Shepherd's Bush", + "line": "Central", + "order": 227 + }, + "id": 116 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.076682, 51.574466] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.174759, + 51.543315 + ] + }, "properties": { - "id": 752, - "name": "Stamford Hill", - "line": "Overground" + "id": 482, + "name": "Swiss Cottage", + "line": "Jubilee", + "order": 226 }, - "id": 752 + "id": 482 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.072887, 51.565231] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.112893, + 51.482105 + ] + }, "properties": { - "id": 765, - "name": "Stoke Newington", - "line": "Overground" + "id": 585, + "name": "Oval", + "line": "Northern", + "order": 225 }, - "id": 765 + "id": 585 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.0455, 51.44999] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.13852, + 51.47022 + ] + }, "properties": { - "id": 767, - "name": "Honor Oak Park", - "line": "Overground" + "id": 680, + "name": "Wandsworth Road", + "line": "Windrush", + "order": 225 }, - "id": 767 + "id": 680 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.14665, 51.54655] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.205729, + 51.507334 + ] + }, "properties": { - "id": 773, - "name": "Kentish Town West", - "line": "Overground" + "id": 273, + "name": "Holland Park", + "line": "Central", + "order": 223 }, - "id": 773 + "id": 273 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.05204, 51.50082] }, - "properties": { "id": 791, "name": "Rotherhithe", "line": "Overground" }, - "id": 791 + "geometry": { + "type": "Point", + "coordinates": [ + -0.103767, + 51.511585 + ] + }, + "properties": { + "id": 329, + "name": "Blackfriars", + "line": "District", + "order": 223 + }, + "id": 329 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.034831, 51.692455] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.26297, + 51.50872 + ] + }, "properties": { - "id": 793, - "name": "Theobalds Grove", - "line": "Overground" + "id": 139, + "name": "Acton Central", + "line": "Mildmay", + "order": 223 }, - "id": 793 + "id": 139 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.335231, 51.592209] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.02396, + 51.702875 + ] + }, "properties": { - "id": 802, - "name": "Harrow & Wealdstone", - "line": "Overground" + "id": 375, + "name": "Cheshunt", + "line": "Weaver", + "order": 222 }, - "id": 802 + "id": 375 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.07568, 51.53152] }, - "properties": { "id": 805, "name": "Hoxton", "line": "Overground" }, - "id": 805 + "geometry": { + "type": "Point", + "coordinates": [ + -0.200884, + 51.520921 + ] + }, + "properties": { + "id": 546, + "name": "Westbourne Park", + "line": "HammersmithAndCity", + "order": 221 + }, + "id": 546 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.026347, 51.509853] }, - "properties": { "id": 6, "name": "Custom House", "line": "DLR" }, - "id": 6 + "geometry": { + "type": "Point", + "coordinates": [ + -0.337016, + 51.579329 + ] + }, + "properties": { + "id": 184, + "name": "Harrow-on-the-Hill", + "line": "Metropolitan", + "order": 221 + }, + "id": 184 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.014453, 51.49582] }, - "properties": { "id": 17, "name": "Crossharbour", "line": "DLR" }, - "id": 17 + "geometry": { + "type": "Point", + "coordinates": [ + -0.105485, + 51.48812 + ] + }, + "properties": { + "id": 385, + "name": "Kennington", + "line": "Northern", + "order": 221 + }, + "id": 385 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.017577, 51.522629] }, - "properties": { "id": 26, "name": "Devons Road", "line": "DLR" }, - "id": 26 + "geometry": { + "type": "Point", + "coordinates": [ + -0.446059, + 51.458553 + ] + }, + "properties": { + "id": 126, + "name": "Heathrow Terminal 4", + "line": "ElizabethLine", + "order": 220 + }, + "id": 126 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.010859, 51.481694] }, - "properties": { "id": 34, "name": "Cutty Sark", "line": "DLR" }, - "id": 34 + "geometry": { + "type": "Point", + "coordinates": [ + -0.296516, + 51.552143 + ] + }, + "properties": { + "id": 60, + "name": "Wembley Central", + "line": "Bakerloo", + "order": 219 + }, + "id": 60 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.0006, 51.5379] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.196538, + 51.509064 + ] + }, "properties": { - "id": 45, - "name": "Stratford High Street", - "line": "DLR" + "id": 422, + "name": "Notting Hill Gate", + "line": "Central", + "order": 219 }, - "id": 45 + "id": 422 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.017929, 51.507742] }, - "properties": { "id": 77, "name": "Poplar", "line": "DLR" }, - "id": 77 + "geometry": { + "type": "Point", + "coordinates": [ + -0.114756, + 51.510877 + ] + }, + "properties": { + "id": 399, + "name": "Temple", + "line": "Circle", + "order": 218 + }, + "id": 399 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.014, 51.515] }, - "properties": { "id": 100, "name": "Langdon Park", "line": "DLR" }, - "id": 100 + "geometry": { + "type": "Point", + "coordinates": [ + -0.39171, + 51.65266 + ] + }, + "properties": { + "id": 63, + "name": "Watford High Street", + "line": "Lioness", + "order": 218 + }, + "id": 63 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.022359, 51.474179] }, - "properties": { "id": 109, "name": "Deptford Bridge", "line": "DLR" }, - "id": 109 + "geometry": { + "type": "Point", + "coordinates": [ + -0.160507, + 51.501551 + ] + }, + "properties": { + "id": 447, + "name": "Knightsbridge", + "line": "Piccadilly", + "order": 218 + }, + "id": 447 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.088921, 51.51332] }, - "properties": { "id": 111, "name": "Bank", "line": "DLR" }, - "id": 111 + "geometry": { + "type": "Point", + "coordinates": [ + -0.48781, + 51.47237 + ] + }, + "properties": { + "id": 188, + "name": "Heathrow Terminal 5", + "line": "ElizabethLine", + "order": 216 + }, + "id": 188 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.06399, 51.508405] }, - "properties": { "id": 120, "name": "Cyprus", "line": "DLR" }, - "id": 120 + "geometry": { + "type": "Point", + "coordinates": [ + -0.174172, + 51.534565 + ] + }, + "properties": { + "id": 18, + "name": "St John's Wood", + "line": "Jubilee", + "order": 216 + }, + "id": 18 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.046217, 51.508196] }, - "properties": { "id": 121, "name": "Royal Albert", "line": "DLR" }, - "id": 121 + "geometry": { + "type": "Point", + "coordinates": [ + -0.13252, + 51.46548 + ] + }, + "properties": { + "id": 679, + "name": "Clapham High Street", + "line": "Windrush", + "order": 216 + }, + "id": 679 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.020385, 51.507171] }, - "properties": { "id": 135, "name": "West India Quay", "line": "DLR" }, - "id": 135 + "geometry": { + "type": "Point", + "coordinates": [ + -0.094187, + 51.512021 + ] + }, + "properties": { + "id": 719, + "name": "Mansion House", + "line": "District", + "order": 215 + }, + "id": 719 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.069, 51.49] }, - "properties": { "id": 194, "name": "Woolwich Arsenal", "line": "DLR" }, - "id": 194 + "geometry": { + "type": "Point", + "coordinates": [ + -0.187434, + 51.51038 + ] + }, + "properties": { + "id": 507, + "name": "Queensway", + "line": "Central", + "order": 214 + }, + "id": 507 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.017467, 51.468819] }, - "properties": { "id": 214, "name": "Elverson Road", "line": "DLR" }, - "id": 214 + "geometry": { + "type": "Point", + "coordinates": [ + -0.18823, + 51.519017 + ] + }, + "properties": { + "id": 339, + "name": "Royal Oak", + "line": "HammersmithAndCity", + "order": 213 + }, + "id": 339 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.00325, 51.54129] }, - "properties": { "id": 229, "name": "Stratford", "line": "DLR" }, - "id": 229 + "geometry": { + "type": "Point", + "coordinates": [ + -0.175429, + 51.511822 + ] + }, + "properties": { + "id": 92, + "name": "Lancaster Gate", + "line": "Central", + "order": 211 + }, + "id": 92 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.010195, 51.487902] }, - "properties": { "id": 241, "name": "Island Gardens", "line": "DLR" }, - "id": 241 + "geometry": { + "type": "Point", + "coordinates": [ + -0.97225, + 51.45897 + ] + }, + "properties": { + "id": 742, + "name": "Reading", + "line": "ElizabethLine", + "order": 211 + }, + "id": 742 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.02147, 51.503018] }, - "properties": { "id": 268, "name": "Heron Quays", "line": "DLR" }, - "id": 268 + "geometry": { + "type": "Point", + "coordinates": [ + -0.152749, + 51.50276 + ] + }, + "properties": { + "id": 574, + "name": "Hyde Park Corner", + "line": "Piccadilly", + "order": 211 + }, + "id": 574 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.007194, 51.507922] }, - "properties": { "id": 289, "name": "Blackwall", "line": "DLR" }, - "id": 289 + "geometry": { + "type": "Point", + "coordinates": [ + -0.090395, + 51.511049 + ] + }, + "properties": { + "id": 181, + "name": "Cannon Street", + "line": "District", + "order": 210 + }, + "id": 181 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.00841, 51.5457] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.103767, + 51.511585 + ] + }, "properties": { - "id": 311, - "name": "Stratford International", - "line": "DLR" + "id": 328, + "name": "Blackfriars", + "line": "Circle", + "order": 209 }, - "id": 311 + "id": 328 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.013963, 51.53394] }, - "properties": { "id": 317, "name": "Pudding Mill Lane", "line": "DLR" }, - "id": 317 + "geometry": { + "type": "Point", + "coordinates": [ + 0.069, + 51.49 + ] + }, + "properties": { + "id": 194, + "name": "Woolwich Arsenal", + "line": "DLR", + "order": 208 + }, + "id": 194 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.016284, 51.500105] }, - "properties": { "id": 321, "name": "South Quay", "line": "DLR" }, - "id": 321 + "geometry": { + "type": "Point", + "coordinates": [ + -0.10073, + 51.495777 + ] + }, + "properties": { + "id": 712, + "name": "Elephant & Castle", + "line": "Northern", + "order": 208 + }, + "id": 712 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.002749, 51.509041] }, - "properties": { "id": 322, "name": "East India", "line": "DLR" }, - "id": 322 + "geometry": { + "type": "Point", + "coordinates": [ + -0.158438, + 51.513543 + ] + }, + "properties": { + "id": 717, + "name": "Marble Arch", + "line": "Central", + "order": 207 + }, + "id": 717 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.014199, 51.477758] }, - "properties": { "id": 347, "name": "Greenwich", "line": "DLR" }, - "id": 347 + "geometry": { + "type": "Point", + "coordinates": [ + -0.034831, + 51.692455 + ] + }, + "properties": { + "id": 374, + "name": "Theobalds Grove", + "line": "Weaver", + "order": 207 + }, + "id": 374 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.055814, 51.511742] }, - "properties": { "id": 364, "name": "Shadwell", "line": "DLR" }, - "id": 364 + "geometry": { + "type": "Point", + "coordinates": [ + -0.149651, + 51.514307 + ] + }, + "properties": { + "id": 778, + "name": "Bond Street", + "line": "Central", + "order": 204 + }, + "id": 778 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.033642, 51.509366] }, - "properties": { "id": 386, "name": "Prince Regent", "line": "DLR" }, - "id": 386 + "geometry": { + "type": "Point", + "coordinates": [ + -0.086469, + 51.51074 + ] + }, + "properties": { + "id": 70, + "name": "Monument", + "line": "District", + "order": 204 + }, + "id": 70 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.026772, 51.509319] }, - "properties": { "id": 394, "name": "Westferry", "line": "DLR" }, - "id": 394 + "geometry": { + "type": "Point", + "coordinates": [ + -0.863293, + 51.475532 + ] + }, + "properties": { + "id": 15, + "name": "Twyford", + "line": "ElizabethLine", + "order": 203 + }, + "id": 15 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.048323, 51.503496] }, - "properties": { "id": 414, "name": "London City Airport", "line": "DLR" }, - "id": 414 + "geometry": { + "type": "Point", + "coordinates": [ + -0.178165, + 51.518156 + ] + }, + "properties": { + "id": 192, + "name": "Paddington", + "line": "HammersmithAndCity", + "order": 203 + }, + "id": 192 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.0042, 51.5207] }, - "properties": { "id": 459, "name": "Star Lane", "line": "DLR" }, - "id": 459 + "geometry": { + "type": "Point", + "coordinates": [ + -0.142927, + 51.50685 + ] + }, + "properties": { + "id": 397, + "name": "Green Park", + "line": "Piccadilly", + "order": 203 + }, + "id": 397 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.033281, 51.502505] }, - "properties": { "id": 475, "name": "Pontoon Dock", "line": "DLR" }, - "id": 475 + "geometry": { + "type": "Point", + "coordinates": [ + -0.362224, + 51.584792 + ] + }, + "properties": { + "id": 153, + "name": "North Harrow", + "line": "Metropolitan", + "order": 202 + }, + "id": 153 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.060937, 51.514314] }, - "properties": { "id": 477, "name": "Beckton", "line": "DLR" }, - "id": 477 + "geometry": { + "type": "Point", + "coordinates": [ + -0.114636, + 51.462581 + ] + }, + "properties": { + "id": 449, + "name": "Brixton", + "line": "Victoria", + "order": 202 + }, + "id": 449 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.039713, 51.512499] }, - "properties": { "id": 478, "name": "Limehouse", "line": "DLR" }, - "id": 478 + "geometry": { + "type": "Point", + "coordinates": [ + -0.094187, + 51.512021 + ] + }, + "properties": { + "id": 718, + "name": "Mansion House", + "line": "Circle", + "order": 201 + }, + "id": 718 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.020739, 51.527497] }, - "properties": { "id": 489, "name": "Bow Church", "line": "DLR" }, - "id": 489 + "geometry": { + "type": "Point", + "coordinates": [ + -0.276031, + 51.543762 + ] + }, + "properties": { + "id": 114, + "name": "Stonebridge Park", + "line": "Bakerloo", + "order": 200 + }, + "id": 114 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.013119, 51.511086] }, - "properties": { "id": 490, "name": "All Saints", "line": "DLR" }, - "id": 490 + "geometry": { + "type": "Point", + "coordinates": [ + -0.141769, + 51.515124 + ] + }, + "properties": { + "id": 315, + "name": "Oxford Circus", + "line": "Central", + "order": 200 + }, + "id": 315 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.074531, 51.510567] }, - "properties": { "id": 522, "name": "Tower Gateway", "line": "DLR" }, - "id": 522 + "geometry": { + "type": "Point", + "coordinates": [ + -0.093703, + 51.501194 + ] + }, + "properties": { + "id": 412, + "name": "Borough", + "line": "Northern", + "order": 199 + }, + "id": 412 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.012783, 51.464687] }, - "properties": { "id": 556, "name": "Lewisham", "line": "DLR" }, - "id": 556 + "geometry": { + "type": "Point", + "coordinates": [ + -0.38092, + 51.592858 + ] + }, + "properties": { + "id": 508, + "name": "Pinner", + "line": "Metropolitan", + "order": 198 + }, + "id": 508 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.071649, 51.508526] }, - "properties": { "id": 563, "name": "Gallions Reach", "line": "DLR" }, - "id": 563 + "geometry": { + "type": "Point", + "coordinates": [ + -0.452439, + 51.471219 + ] + }, + "properties": { + "id": 10, + "name": "Heathrow Terminals 2 & 3", + "line": "ElizabethLine", + "order": 197 + }, + "id": 10 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.022353, 51.502951] }, - "properties": { "id": 584, "name": "West Silvertown", "line": "DLR" }, - "id": 584 + "geometry": { + "type": "Point", + "coordinates": [ + -0.0726, + 51.41811 + ] + }, + "properties": { + "id": 564, + "name": "Crystal Palace", + "line": "Windrush", + "order": 197 + }, + "id": 564 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.004, 51.532] }, - "properties": { "id": 601, "name": "Abbey Road", "line": "DLR" }, - "id": 601 + "geometry": { + "type": "Point", + "coordinates": [ + -0.090395, + 51.511049 + ] + }, + "properties": { + "id": 180, + "name": "Cannon Street", + "line": "Circle", + "order": 196 + }, + "id": 180 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.02106, 51.50479] }, - "properties": { "id": 704, "name": "Canary Wharf", "line": "DLR" }, - "id": 704 + "geometry": { + "type": "Point", + "coordinates": [ + -0.07522, + 51.39702 + ] + }, + "properties": { + "id": 640, + "name": "Norwood Junction", + "line": "Windrush", + "order": 196 + }, + "id": 640 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.054909, 51.508656] }, - "properties": { "id": 720, "name": "Beckton Park", "line": "DLR" }, - "id": 720 + "geometry": { + "type": "Point", + "coordinates": [ + -0.130871, + 51.51621 + ] + }, + "properties": { + "id": 607, + "name": "Tottenham Court Road", + "line": "Central", + "order": 195 + }, + "id": 607 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.017852, 51.509161] }, - "properties": { "id": 731, "name": "Royal Victoria", "line": "DLR" }, - "id": 731 + "geometry": { + "type": "Point", + "coordinates": [ + -0.722661, + 51.518667 + ] + }, + "properties": { + "id": 770, + "name": "Maidenhead", + "line": "ElizabethLine", + "order": 195 + }, + "id": 770 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.008454, 51.514376] }, - "properties": { "id": 753, "name": "Canning Town", "line": "DLR" }, - "id": 753 + "geometry": { + "type": "Point", + "coordinates": [ + -0.134006, + 51.510027 + ] + }, + "properties": { + "id": 432, + "name": "Piccadilly Circus", + "line": "Piccadilly", + "order": 195 + }, + "id": 432 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.00504, 51.528182] }, - "properties": { "id": 757, "name": "West Ham", "line": "DLR" }, - "id": 757 + "geometry": { + "type": "Point", + "coordinates": [ + -0.257889, + 51.53614 + ] + }, + "properties": { + "id": 549, + "name": "Harlesden", + "line": "Bakerloo", + "order": 193 + }, + "id": 549 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.062778, 51.501972] }, - "properties": { "id": 762, "name": "King George V", "line": "DLR" }, - "id": 762 + "geometry": { + "type": "Point", + "coordinates": [ + -0.047217, + 51.672626 + ] + }, + "properties": { + "id": 373, + "name": "Turkey Street", + "line": "Weaver", + "order": 193 + }, + "id": 373 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.014845, 51.491658] }, - "properties": { "id": 795, "name": "Mudchute", "line": "DLR" }, - "id": 795 + "geometry": { + "type": "Point", + "coordinates": [ + -0.68137, + 51.523561 + ] + }, + "properties": { + "id": 236, + "name": "Taplow", + "line": "ElizabethLine", + "order": 192 + }, + "id": 236 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.088921, 51.51332] }, - "properties": { "id": 113, "name": "Bank", "line": "WaterlooAndCity" }, - "id": 113 + "geometry": { + "type": "Point", + "coordinates": [ + -0.167666, + 51.51992 + ] + }, + "properties": { + "id": 581, + "name": "Edgware Road", + "line": "HammersmithAndCity", + "order": 191 + }, + "id": 581 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.113734, 51.50343] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.120009, + 51.517439 + ] + }, "properties": { - "id": 738, - "name": "Waterloo", - "line": "WaterlooAndCity" + "id": 84, + "name": "Holborn", + "line": "Central", + "order": 190 }, - "id": 738 + "id": 84 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.040996, 51.586951] }, - "properties": { "id": 33, "name": "Blackhorse Road", "line": "Victoria" }, - "id": 33 + "geometry": { + "type": "Point", + "coordinates": [ + -0.086469, + 51.51074 + ] + }, + "properties": { + "id": 69, + "name": "Monument", + "line": "Circle", + "order": 190 + }, + "id": 69 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.122842, 51.485913] }, - "properties": { "id": 263, "name": "Vauxhall", "line": "Victoria" }, - "id": 263 + "geometry": { + "type": "Point", + "coordinates": [ + -0.646374, + 51.523504 + ] + }, + "properties": { + "id": 343, + "name": "Burnham", + "line": "ElizabethLine", + "order": 190 + }, + "id": 343 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.141769, 51.515124] }, - "properties": { "id": 316, "name": "Oxford Circus", "line": "Victoria" }, - "id": 316 + "geometry": { + "type": "Point", + "coordinates": [ + -0.38475, + 51.64558 + ] + }, + "properties": { + "id": 62, + "name": "Bushey", + "line": "Lioness", + "order": 190 + }, + "id": 62 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.142927, 51.50685] }, - "properties": { "id": 398, "name": "Green Park", "line": "Victoria" }, - "id": 398 + "geometry": { + "type": "Point", + "coordinates": [ + -0.128236, + 51.511221 + ] + }, + "properties": { + "id": 204, + "name": "Leicester Square", + "line": "Piccadilly", + "order": 190 + }, + "id": 204 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.114636, 51.462581] }, - "properties": { "id": 449, "name": "Brixton", "line": "Victoria" }, - "id": 449 + "geometry": { + "type": "Point", + "coordinates": [ + -0.244289, + 51.532191 + ] + }, + "properties": { + "id": 137, + "name": "Willesden Junction", + "line": "Mildmay", + "order": 189 + }, + "id": 137 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.133749, 51.489194] }, - "properties": { "id": 476, "name": "Pimlico", "line": "Victoria" }, - "id": 476 + "geometry": { + "type": "Point", + "coordinates": [ + -0.06588, + 51.41215 + ] + }, + "properties": { + "id": 638, + "name": "Anerley", + "line": "Windrush", + "order": 187 + }, + "id": 638 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.133808, 51.528185] }, - "properties": { "id": 531, "name": "Euston", "line": "Victoria" }, - "id": 531 + "geometry": { + "type": "Point", + "coordinates": [ + -0.076354, + 51.510066 + ] + }, + "properties": { + "id": 164, + "name": "Tower Hill", + "line": "District", + "order": 186 + }, + "id": 164 + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.59151, + 51.511879 + ] + }, + "properties": { + "id": 140, + "name": "Slough", + "line": "ElizabethLine", + "order": 186 + }, + "id": 140 + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.1569, + 51.523061 + ] + }, + "properties": { + "id": 473, + "name": "Baker Street", + "line": "Jubilee", + "order": 186 + }, + "id": 473 + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.086922, + 51.505499 + ] + }, + "properties": { + "id": 669, + "name": "London Bridge", + "line": "Northern", + "order": 186 + }, + "id": 669 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.122909, 51.472167] }, - "properties": { "id": 548, "name": "Stockwell", "line": "Victoria" }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.124159, + 51.51291 + ] + }, + "properties": { + "id": 657, + "name": "Covent Garden", + "line": "Piccadilly", + "order": 186 + }, + "id": 657 + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.1569, + 51.523061 + ] + }, + "properties": { + "id": 472, + "name": "Baker Street", + "line": "HammersmithAndCity", + "order": 185 + }, + "id": 472 + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.122909, + 51.472167 + ] + }, + "properties": { + "id": 548, + "name": "Stockwell", + "line": "Victoria", + "order": 185 + }, "id": 548 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.123858, 51.530397] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.111677, + 51.518123 + ] + }, "properties": { - "id": 594, - "name": "King's Cross St Pancras", - "line": "Victoria" + "id": 685, + "name": "Chancery Lane", + "line": "Central", + "order": 184 }, - "id": 594 + "id": 685 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.073801, 51.582661] }, - "properties": { "id": 626, "name": "Seven Sisters", "line": "Victoria" }, - "id": 626 + "geometry": { + "type": "Point", + "coordinates": [ + -0.06083, + 51.41756 + ] + }, + "properties": { + "id": 636, + "name": "Penge West", + "line": "Windrush", + "order": 184 + }, + "id": 636 + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.244289, + 51.532191 + ] + }, + "properties": { + "id": 444, + "name": "Willesden Junction", + "line": "Bakerloo", + "order": 183 + }, + "id": 444 + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.541896, + 51.507845 + ] + }, + "properties": { + "id": 709, + "name": "Langley", + "line": "ElizabethLine", + "order": 183 + }, + "id": 709 + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.052437, + 51.648703 + ] + }, + "properties": { + "id": 371, + "name": "Southbury", + "line": "Weaver", + "order": 183 + }, + "id": 371 + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.409299, + 51.600495 + ] + }, + "properties": { + "id": 91, + "name": "Northwood Hills", + "line": "Metropolitan", + "order": 181 + }, + "id": 91 + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.097574, + 51.514801 + ] + }, + "properties": { + "id": 337, + "name": "St Paul's", + "line": "Central", + "order": 179 + }, + "id": 337 + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.472234, + 51.510053 + ] + }, + "properties": { + "id": 166, + "name": "West Drayton", + "line": "ElizabethLine", + "order": 178 + }, + "id": 166 + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 0.062778, + 51.501972 + ] + }, + "properties": { + "id": 762, + "name": "King George V", + "line": "DLR", + "order": 177 + }, + "id": 762 + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -0.143956, + 51.52372 + ] + }, + "properties": { + "id": 43, + "name": "Great Portland Street", + "line": "HammersmithAndCity", + "order": 177 + }, + "id": 43 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.019919, 51.582955] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.113734, + 51.50343 + ] + }, "properties": { - "id": 629, - "name": "Walthamstow Central", - "line": "Victoria" + "id": 736, + "name": "Waterloo", + "line": "Northern", + "order": 177 }, - "id": 629 + "id": 736 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.103964, 51.546229] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.38594, + 51.62835 + ] + }, "properties": { - "id": 656, - "name": "Highbury & Islington", - "line": "Victoria" + "id": 58, + "name": "Carpenders Park", + "line": "Lioness", + "order": 176 }, - "id": 656 + "id": 58 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.106512, 51.564402] }, - "properties": { "id": 684, "name": "Finsbury Park", "line": "Victoria" }, - "id": 684 + "geometry": { + "type": "Point", + "coordinates": [ + -0.079328, + 51.652024 + ] + }, + "properties": { + "id": 327, + "name": "Enfield Town", + "line": "Weaver", + "order": 175 + }, + "id": 327 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.138272, 51.524512] }, - "properties": { "id": 708, "name": "Warren Street", "line": "Victoria" }, - "id": 708 + "geometry": { + "type": "Point", + "coordinates": [ + -0.05424, + 51.42725 + ] + }, + "properties": { + "id": 558, + "name": "Sydenham", + "line": "Windrush", + "order": 175 + }, + "id": 558 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.144102, 51.49518] }, - "properties": { "id": 728, "name": "Victoria", "line": "Victoria" }, - "id": 728 + "geometry": { + "type": "Point", + "coordinates": [ + -0.120009, + 51.517439 + ] + }, + "properties": { + "id": 85, + "name": "Holborn", + "line": "Piccadilly", + "order": 175 + }, + "id": 85 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.060281, 51.588045] }, - "properties": { "id": 776, "name": "Tottenham Hale", "line": "Victoria" }, - "id": 776 + "geometry": { + "type": "Point", + "coordinates": [ + -0.072287, + 51.515233 + ] + }, + "properties": { + "id": 53, + "name": "Aldgate East", + "line": "District", + "order": 174 + }, + "id": 53 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.452439, 51.471219] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.08936, + 51.46821 + ] + }, "properties": { - "id": 12, - "name": "Heathrow Terminals 2 & 3", - "line": "Piccadilly" + "id": 678, + "name": "Denmark Hill", + "line": "Windrush", + "order": 174 }, - "id": 12 + "id": 678 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.366922, 51.471083] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.088921, + 51.51332 + ] + }, "properties": { - "id": 23, - "name": "Hounslow Central", - "line": "Piccadilly" + "id": 110, + "name": "Bank", + "line": "Central", + "order": 173 }, - "id": 23 + "id": 110 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.124219, 51.607091] }, - "properties": { "id": 37, "name": "Bounds Green", "line": "Piccadilly" }, - "id": 37 + "geometry": { + "type": "Point", + "coordinates": [ + -0.088921, + 51.51332 + ] + }, + "properties": { + "id": 112, + "name": "Bank", + "line": "Northern", + "order": 173 + }, + "id": 112 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.352212, 51.564678] }, - "properties": { "id": 46, "name": "South Harrow", "line": "Piccadilly" }, - "id": 46 + "geometry": { + "type": "Point", + "coordinates": [ + -0.076354, + 51.510066 + ] + }, + "properties": { + "id": 163, + "name": "Tower Hill", + "line": "Circle", + "order": 172 + }, + "id": 163 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.442027, 51.561985] }, - "properties": { "id": 76, "name": "Ickenham", "line": "Piccadilly" }, - "id": 76 + "geometry": { + "type": "Point", + "coordinates": [ + -0.21996, + 51.53456 + ] + }, + "properties": { + "id": 128, + "name": "Kensal Rise", + "line": "Mildmay", + "order": 172 + }, + "id": 128 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.12431, 51.522913] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.135836, + 51.525561 + ] + }, "properties": { - "id": 80, - "name": "Russell Square", - "line": "Piccadilly" + "id": 782, + "name": "Euston Square", + "line": "HammersmithAndCity", + "order": 171 }, - "id": 80 + "id": 782 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.120009, 51.517439] }, - "properties": { "id": 85, "name": "Holborn", "line": "Piccadilly" }, - "id": 85 + "geometry": { + "type": "Point", + "coordinates": [ + 0.060937, + 51.514314 + ] + }, + "properties": { + "id": 477, + "name": "Beckton", + "line": "DLR", + "order": 170 + }, + "id": 477 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.446059, 51.458553] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.12236, + 51.507242 + ] + }, "properties": { - "id": 127, - "name": "Heathrow Terminal 4", - "line": "Piccadilly" + "id": 554, + "name": "Embankment", + "line": "Northern", + "order": 168 }, - "id": 127 + "id": 554 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.105762, 51.558499] }, - "properties": { "id": 132, "name": "Arsenal", "line": "Piccadilly" }, - "id": 132 + "geometry": { + "type": "Point", + "coordinates": [ + -0.420684, + 51.503094 + ] + }, + "properties": { + "id": 370, + "name": "Hayes & Harlington", + "line": "ElizabethLine", + "order": 167 + }, + "id": 370 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.336216, 51.556996] }, - "properties": { "id": 171, "name": "Sudbury Hill", "line": "Piccadilly" }, - "id": 171 + "geometry": { + "type": "Point", + "coordinates": [ + -0.088339, + 51.518464 + ] + }, + "properties": { + "id": 179, + "name": "Moorgate", + "line": "Northern", + "order": 167 + }, + "id": 179 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.127758, 51.63232] }, - "properties": { "id": 172, "name": "Southgate", "line": "Piccadilly" }, - "id": 172 + "geometry": { + "type": "Point", + "coordinates": [ + -0.122842, + 51.485913 + ] + }, + "properties": { + "id": 263, + "name": "Vauxhall", + "line": "Victoria", + "order": 166 + }, + "id": 263 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.48781, 51.47237] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.223966, + 51.530498 + ] + }, "properties": { - "id": 190, - "name": "Heathrow Terminal 5", - "line": "Piccadilly" + "id": 595, + "name": "Kensal Green", + "line": "Bakerloo", + "order": 165 }, - "id": 190 + "id": 595 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.128236, 51.511221] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.124873, + 51.508152 + ] + }, "properties": { - "id": 204, - "name": "Leicester Square", - "line": "Piccadilly" + "id": 291, + "name": "Charing Cross", + "line": "Northern", + "order": 165 }, - "id": 204 + "id": 291 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.133516, 51.61634] }, - "properties": { "id": 213, "name": "Arnos Grove", "line": "Piccadilly" }, - "id": 213 + "geometry": { + "type": "Point", + "coordinates": [ + -0.069221, + 51.641517 + ] + }, + "properties": { + "id": 325, + "name": "Bush Hill Park", + "line": "Weaver", + "order": 165 + }, + "id": 325 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.254533, 51.495112] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.423861, + 51.611159 + ] + }, "properties": { - "id": 216, - "name": "Turnham Green", - "line": "Piccadilly" + "id": 804, + "name": "Northwood", + "line": "Metropolitan", + "order": 164 }, - "id": 216 + "id": 804 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.421455, 51.571449] }, - "properties": { "id": 248, "name": "Ruislip", "line": "Piccadilly" }, - "id": 248 + "geometry": { + "type": "Point", + "coordinates": [ + -0.21013, + 51.5407 + ] + }, + "properties": { + "id": 124, + "name": "Brondesbury Park", + "line": "Mildmay", + "order": 164 + }, + "id": 124 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.280251, 51.50275] }, - "properties": { "id": 256, "name": "Acton Town", "line": "Piccadilly" }, - "id": 256 + "geometry": { + "type": "Point", + "coordinates": [ + -0.12431, + 51.522913 + ] + }, + "properties": { + "id": 80, + "name": "Russell Square", + "line": "Piccadilly", + "order": 164 + }, + "id": 80 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.112926, 51.552751] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.206382, + 51.421384 + ] + }, "properties": { - "id": 260, - "name": "Holloway Road", - "line": "Piccadilly" + "id": 87, + "name": "Wimbledon", + "line": "District", + "order": 163 }, - "id": 260 + "id": 87 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.173922, 51.494] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.123858, + 51.530397 + ] + }, "properties": { - "id": 336, - "name": "South Kensington", - "line": "Piccadilly" + "id": 590, + "name": "King's Cross St Pancras", + "line": "HammersmithAndCity", + "order": 163 }, - "id": 336 + "id": 590 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.356695, 51.473171] }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.048323, + 51.503496 + ] + }, "properties": { - "id": 341, - "name": "Hounslow East", - "line": "Piccadilly" + "id": 414, + "name": "London City Airport", + "line": "DLR", + "order": 162 }, - "id": 341 + "id": 414 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.423409, 51.466614] }, - "properties": { "id": 345, "name": "Hatton Cross", "line": "Piccadilly" }, - "id": 345 + "geometry": { + "type": "Point", + "coordinates": [ + -0.059985, + 51.519455 + ] + }, + "properties": { + "id": 697, + "name": "Whitechapel", + "line": "District", + "order": 162 + }, + "id": 697 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.412346, 51.573188] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.37861, + 51.505955 + ] + }, "properties": { - "id": 356, - "name": "Ruislip Manor", - "line": "Piccadilly" + "id": 284, + "name": "Southall", + "line": "ElizabethLine", + "order": 162 }, - "id": 356 + "id": 284 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.307019, 51.501368] }, - "properties": { "id": 365, "name": "South Ealing", "line": "Piccadilly" }, - "id": 365 + "geometry": { + "type": "Point", + "coordinates": [ + -0.3686, + 51.60942 + ] + }, + "properties": { + "id": 56, + "name": "Hatch End", + "line": "Lioness", + "order": 162 + }, + "id": 56 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.102792, 51.590297] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.075614, + 51.514272 + ] + }, "properties": { - "id": 369, - "name": "Turnpike Lane", - "line": "Piccadilly" + "id": 515, + "name": "Aldgate", + "line": "Circle", + "order": 161 }, - "id": 369 + "id": 515 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.371006, 51.574977] }, - "properties": { "id": 382, "name": "Rayners Lane", "line": "Piccadilly" }, - "id": 382 + "geometry": { + "type": "Point", + "coordinates": [ + -0.081662, + 51.517742 + ] + }, + "properties": { + "id": 613, + "name": "Liverpool Street", + "line": "Central", + "order": 160 + }, + "id": 613 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.314157, 51.499276] }, - "properties": { "id": 388, "name": "Northfields", "line": "Piccadilly" }, - "id": 388 + "geometry": { + "type": "Point", + "coordinates": [ + -0.012783, + 51.464687 + ] + }, + "properties": { + "id": 556, + "name": "Lewisham", + "line": "DLR", + "order": 160 + }, + "id": 556 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.142927, 51.50685] }, - "properties": { "id": 397, "name": "Green Park", "line": "Piccadilly" }, - "id": 397 + "geometry": { + "type": "Point", + "coordinates": [ + -0.05315, + 51.43928 + ] + }, + "properties": { + "id": 557, + "name": "Forest Hill", + "line": "Windrush", + "order": 160 + }, + "id": 557 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.449926, 51.553717] }, - "properties": { "id": 405, "name": "Hillingdon", "line": "Piccadilly" }, - "id": 405 + "geometry": { + "type": "Point", + "coordinates": [ + -0.149651, + 51.514307 + ] + }, + "properties": { + "id": 780, + "name": "Bond Street", + "line": "Jubilee", + "order": 159 + }, + "id": 780 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.223988, 51.492519] }, - "properties": { "id": 428, "name": "Hammersmith", "line": "Piccadilly" }, - "id": 428 + "geometry": { + "type": "Point", + "coordinates": [ + -0.08755, + 51.525601 + ] + }, + "properties": { + "id": 72, + "name": "Old Street", + "line": "Northern", + "order": 159 + }, + "id": 72 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.134006, 51.510027] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.133749, + 51.489194 + ] + }, "properties": { - "id": 432, - "name": "Piccadilly Circus", - "line": "Piccadilly" + "id": 476, + "name": "Pimlico", + "line": "Victoria", + "order": 159 }, - "id": 432 + "id": 476 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.324764, 51.495696] }, - "properties": { "id": 433, "name": "Boston Manor", "line": "Piccadilly" }, - "id": 433 + "geometry": { + "type": "Point", + "coordinates": [ + -0.128236, + 51.511221 + ] + }, + "properties": { + "id": 203, + "name": "Leicester Square", + "line": "Northern", + "order": 158 + }, + "id": 203 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.160507, 51.501551] }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.115945, + 51.519391 + ] + }, "properties": { - "id": 447, - "name": "Knightsbridge", - "line": "Piccadilly" + "id": 269, + "name": "Barking Riverside", + "line": "Suffragette", + "order": 158 }, - "id": 447 + "id": 269 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.351994, 51.480929] }, - "properties": { "id": 454, "name": "Osterley", "line": "Piccadilly" }, - "id": 454 + "geometry": { + "type": "Point", + "coordinates": [ + -0.06941, + 51.47004 + ] + }, + "properties": { + "id": 673, + "name": "Peckham Rye", + "line": "Windrush", + "order": 157 + }, + "id": 673 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.193889, 51.491644] }, - "properties": { "id": 506, "name": "Earl's Court", "line": "Piccadilly" }, - "id": 506 + "geometry": { + "type": "Point", + "coordinates": [ + 0.071649, + 51.508526 + ] + }, + "properties": { + "id": 563, + "name": "Gallions Reach", + "line": "DLR", + "order": 156 + }, + "id": 563 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.131842, 51.647584] }, - "properties": { "id": 512, "name": "Oakwood", "line": "Piccadilly" }, - "id": 512 + "geometry": { + "type": "Point", + "coordinates": [ + -0.301221, + 51.5149 + ] + }, + "properties": { + "id": 307, + "name": "Ealing Broadway", + "line": "ElizabethLine", + "order": 156 + }, + "id": 307 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.299487, 51.540695] }, - "properties": { "id": 517, "name": "Alperton", "line": "Piccadilly" }, - "id": 517 + "geometry": { + "type": "Point", + "coordinates": [ + -0.338583, + 51.511833 + ] + }, + "properties": { + "id": 534, + "name": "Hanwell", + "line": "ElizabethLine", + "order": 156 + }, + "id": 534 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.284228, 51.526901] }, - "properties": { "id": 518, "name": "Park Royal", "line": "Piccadilly" }, - "id": 518 + "geometry": { + "type": "Point", + "coordinates": [ + 0.009897, + 51.633085 + ] + }, + "properties": { + "id": 425, + "name": "Chingford", + "line": "Weaver", + "order": 156 + }, + "id": 425 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.149615, 51.651688] }, - "properties": { "id": 560, "name": "Cockfosters", "line": "Piccadilly" }, - "id": 560 + "geometry": { + "type": "Point", + "coordinates": [ + -0.35722, + 51.60265 + ] + }, + "properties": { + "id": 52, + "name": "Headstone Lane", + "line": "Lioness", + "order": 155 + }, + "id": 52 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.152749, 51.50276] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.20231, + 51.54517 + ] + }, "properties": { - "id": 574, - "name": "Hyde Park Corner", - "line": "Piccadilly" + "id": 104, + "name": "Brondesbury", + "line": "Mildmay", + "order": 155 }, - "id": 574 + "id": 104 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.123858, 51.530397] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.123858, + 51.530397 + ] + }, "properties": { "id": 593, "name": "King's Cross St Pancras", - "line": "Piccadilly" + "line": "Piccadilly", + "order": 155 }, "id": 593 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.118312, 51.548421] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.204704, + 51.534101 + ] + }, "properties": { - "id": 610, - "name": "Caledonian Road", - "line": "Piccadilly" + "id": 702, + "name": "Queen's Park", + "line": "Bakerloo", + "order": 154 }, - "id": 610 + "id": 702 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.288214, 51.510218] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.046875, + 51.522026 + ] + }, "properties": { - "id": 631, - "name": "Ealing Common", - "line": "Piccadilly" + "id": 450, + "name": "Stepney Green", + "line": "District", + "order": 154 }, - "id": 631 - }, - { - "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.095712, 51.570756] }, - "properties": { "id": 639, "name": "Manor House", "line": "Piccadilly" }, - "id": 639 + "id": 450 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.478139, 51.546496] }, - "properties": { "id": 648, "name": "Uxbridge", "line": "Piccadilly" }, - "id": 648 + "geometry": { + "type": "Point", + "coordinates": [ + -0.320133, + 51.513504 + ] + }, + "properties": { + "id": 367, + "name": "West Ealing", + "line": "ElizabethLine", + "order": 154 + }, + "id": 367 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.124159, 51.51291] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.0455, + 51.44999 + ] + }, "properties": { - "id": 657, - "name": "Covent Garden", - "line": "Piccadilly" + "id": 555, + "name": "Honor Oak Park", + "line": "Windrush", + "order": 153 }, - "id": 657 + "id": 555 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.109626, 51.597476] }, - "properties": { "id": 677, "name": "Wood Green", "line": "Piccadilly" }, - "id": 677 + "geometry": { + "type": "Point", + "coordinates": [ + -0.130871, + 51.51621 + ] + }, + "properties": { + "id": 609, + "name": "Tottenham Court Road", + "line": "Northern", + "order": 152 + }, + "id": 609 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.106512, 51.564402] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.081662, + 51.517742 + ] + }, "properties": { - "id": 682, - "name": "Finsbury Park", - "line": "Piccadilly" + "id": 614, + "name": "Liverpool Street", + "line": "Circle", + "order": 151 }, - "id": 682 + "id": 614 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.396845, 51.576493] }, - "properties": { "id": 696, "name": "Eastcote", "line": "Piccadilly" }, - "id": 696 + "geometry": { + "type": "Point", + "coordinates": [ + -0.017467, + 51.468819 + ] + }, + "properties": { + "id": 214, + "name": "Elverson Road", + "line": "DLR", + "order": 151 + }, + "id": 214 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.289005, 51.517555] }, - "properties": { "id": 705, "name": "North Ealing", "line": "Piccadilly" }, - "id": 705 + "geometry": { + "type": "Point", + "coordinates": [ + -0.432667, + 51.629731 + ] + }, + "properties": { + "id": 145, + "name": "Moor Park", + "line": "Metropolitan", + "order": 150 + }, + "id": 145 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.18299, 51.49424] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.10579, + 51.532499 + ] + }, "properties": { - "id": 716, - "name": "Gloucester Road", - "line": "Piccadilly" + "id": 22, + "name": "Angel", + "line": "Northern", + "order": 150 }, - "id": 716 + "id": 22 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.213607, 51.49016] }, - "properties": { "id": 749, "name": "Barons Court", "line": "Piccadilly" }, - "id": 749 + "geometry": { + "type": "Point", + "coordinates": [ + -0.335231, + 51.592209 + ] + }, + "properties": { + "id": 51, + "name": "Harrow & Wealdstone", + "line": "Lioness", + "order": 148 + }, + "id": 51 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.315483, 51.550782] }, - "properties": { "id": 755, "name": "Sudbury Town", "line": "Piccadilly" }, - "id": 755 + "geometry": { + "type": "Point", + "coordinates": [ + -0.191491, + 51.547399 + ] + }, + "properties": { + "id": 101, + "name": "West Hampstead", + "line": "Mildmay", + "order": 148 + }, + "id": 101 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.385732, 51.473035] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.088339, + 51.518464 + ] + }, "properties": { - "id": 777, - "name": "Hounslow West", - "line": "Piccadilly" + "id": 175, + "name": "Moorgate", + "line": "Circle", + "order": 147 }, - "id": 777 + "id": 175 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.10579, 51.532499] }, - "properties": { "id": 22, "name": "Angel", "line": "Northern" }, - "id": 22 + "geometry": { + "type": "Point", + "coordinates": [ + -0.266756, + 51.517178 + ] + }, + "properties": { + "id": 416, + "name": "Acton Main Line", + "line": "ElizabethLine", + "order": 147 + }, + "id": 416 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.08755, 51.525601] }, - "properties": { "id": 72, "name": "Old Street", "line": "Northern" }, - "id": 72 + "geometry": { + "type": "Point", + "coordinates": [ + -0.134662, + 51.520425 + ] + }, + "properties": { + "id": 429, + "name": "Goodge Street", + "line": "Northern", + "order": 147 + }, + "id": 429 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.188469, 51.609486] }, - "properties": { "id": 99, "name": "West Finchley", "line": "Northern" }, - "id": 99 + "geometry": { + "type": "Point", + "coordinates": [ + -0.199635, + 51.434558 + ] + }, + "properties": { + "id": 156, + "name": "Wimbledon Park", + "line": "District", + "order": 145 + }, + "id": 156 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.088921, 51.51332] }, - "properties": { "id": 112, "name": "Bank", "line": "Northern" }, - "id": 112 + "geometry": { + "type": "Point", + "coordinates": [ + -0.033289, + 51.525082 + ] + }, + "properties": { + "id": 266, + "name": "Mile End", + "line": "District", + "order": 145 + }, + "id": 266 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.138843, 51.534207] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.144102, + 51.49518 + ] + }, "properties": { - "id": 144, - "name": "Mornington Crescent", - "line": "Northern" + "id": 728, + "name": "Victoria", + "line": "Victoria", + "order": 144 }, - "id": 144 + "id": 728 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.275019, 51.613545] }, - "properties": { "id": 155, "name": "Edgware", "line": "Northern" }, - "id": 155 + "geometry": { + "type": "Point", + "coordinates": [ + -0.193966, + 51.535069 + ] + }, + "properties": { + "id": 246, + "name": "Kilburn Park", + "line": "Bakerloo", + "order": 143 + }, + "id": 246 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.209894, 51.608259] }, - "properties": { "id": 157, "name": "Mill Hill East", "line": "Northern" }, - "id": 157 + "geometry": { + "type": "Point", + "coordinates": [ + -0.138272, + 51.524512 + ] + }, + "properties": { + "id": 707, + "name": "Warren Street", + "line": "Northern", + "order": 143 + }, + "id": 707 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.145758, 51.577658] }, - "properties": { "id": 159, "name": "Highgate", "line": "Northern" }, - "id": 159 + "geometry": { + "type": "Point", + "coordinates": [ + -0.061112, + 51.624927 + ] + }, + "properties": { + "id": 323, + "name": "Edmonton Green", + "line": "Weaver", + "order": 143 + }, + "id": 323 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.226496, 51.583294] }, - "properties": { "id": 160, "name": "Hendon Central", "line": "Northern" }, - "id": 160 + "geometry": { + "type": "Point", + "coordinates": [ + -0.097711, + 51.520146 + ] + }, + "properties": { + "id": 295, + "name": "Barbican", + "line": "Circle", + "order": 142 + }, + "id": 295 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.088339, 51.518464] }, - "properties": { "id": 179, "name": "Moorgate", "line": "Northern" }, - "id": 179 + "geometry": { + "type": "Point", + "coordinates": [ + -0.142927, + 51.50685 + ] + }, + "properties": { + "id": 396, + "name": "Green Park", + "line": "Jubilee", + "order": 142 + }, + "id": 396 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.164232, 51.550427] }, - "properties": { "id": 198, "name": "Belsize Park", "line": "Northern" }, - "id": 198 + "geometry": { + "type": "Point", + "coordinates": [ + -0.118312, + 51.548421 + ] + }, + "properties": { + "id": 610, + "name": "Caledonian Road", + "line": "Piccadilly", + "order": 142 + }, + "id": 610 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.128236, 51.511221] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.055431, + 51.527195 + ] + }, "properties": { - "id": 203, - "name": "Leicester Square", - "line": "Northern" + "id": 539, + "name": "Bethnal Green", + "line": "Central", + "order": 141 }, - "id": 203 + "id": 539 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.153728, 51.544083] }, - "properties": { "id": 211, "name": "Chalk Farm", "line": "Northern" }, - "id": 211 + "geometry": { + "type": "Point", + "coordinates": [ + -0.123858, + 51.530397 + ] + }, + "properties": { + "id": 592, + "name": "King's Cross St Pancras", + "line": "Northern", + "order": 141 + }, + "id": 592 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.135114, 51.565427] }, - "properties": { "id": 212, "name": "Archway", "line": "Northern" }, - "id": 212 + "geometry": { + "type": "Point", + "coordinates": [ + -0.18314, + 51.55027 + ] + }, + "properties": { + "id": 97, + "name": "Finchley Road & Frognal", + "line": "Mildmay", + "order": 141 + }, + "id": 97 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.128847, 51.48] }, - "properties": { "id": 224, "name": "Nine Elms", "line": "Northern" }, - "id": 224 + "geometry": { + "type": "Point", + "coordinates": [ + -0.000222, + 51.608348 + ] + }, + "properties": { + "id": 420, + "name": "Highams Park", + "line": "Weaver", + "order": 141 + }, + "id": 420 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.193993, 51.572221] }, - "properties": { "id": 244, "name": "Golders Green", "line": "Northern" }, - "id": 244 + "geometry": { + "type": "Point", + "coordinates": [ + -0.03753, + 51.46465 + ] + }, + "properties": { + "id": 543, + "name": "Brockley", + "line": "Windrush", + "order": 141 + }, + "id": 543 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.124873, 51.508152] }, - "properties": { "id": 291, "name": "Charing Cross", "line": "Northern" }, - "id": 291 + "geometry": { + "type": "Point", + "coordinates": [ + -0.024824, + 51.5268 + ] + }, + "properties": { + "id": 277, + "name": "Bow Road", + "line": "District", + "order": 140 + }, + "id": 277 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.213456, 51.5768] }, - "properties": { "id": 318, "name": "Brent Cross", "line": "Northern" }, - "id": 318 + "geometry": { + "type": "Point", + "coordinates": [ + -0.105065, + 51.520445 + ] + }, + "properties": { + "id": 498, + "name": "Farringdon", + "line": "HammersmithAndCity", + "order": 140 + }, + "id": 498 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.192447, 51.600976] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.06724, + 51.614687 + ] + }, "properties": { - "id": 340, - "name": "Finchley Central", - "line": "Northern" + "id": 309, + "name": "Silver Street", + "line": "Weaver", + "order": 140 }, - "id": 340 + "id": 309 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.164738, 51.587272] }, - "properties": { "id": 350, "name": "East Finchley", "line": "Northern" }, - "id": 350 + "geometry": { + "type": "Point", + "coordinates": [ + -0.05731, + 51.47357 + ] + }, + "properties": { + "id": 672, + "name": "Queens Road Peckham", + "line": "Windrush", + "order": 140 + }, + "id": 672 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.142726, 51.539404] }, - "properties": { "id": 380, "name": "Camden Town", "line": "Northern" }, - "id": 380 + "geometry": { + "type": "Point", + "coordinates": [ + -0.022359, + 51.474179 + ] + }, + "properties": { + "id": 109, + "name": "Deptford Bridge", + "line": "DLR", + "order": 139 + }, + "id": 109 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.105485, 51.48812] }, - "properties": { "id": 385, "name": "Kennington", "line": "Northern" }, - "id": 385 + "geometry": { + "type": "Point", + "coordinates": [ + 0.033281, + 51.502505 + ] + }, + "properties": { + "id": 475, + "name": "Pontoon Dock", + "line": "DLR", + "order": 138 + }, + "id": 475 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.093703, 51.501194] }, - "properties": { "id": 412, "name": "Borough", "line": "Northern" }, - "id": 412 + "geometry": { + "type": "Point", + "coordinates": [ + 0.06399, + 51.508405 + ] + }, + "properties": { + "id": 120, + "name": "Cyprus", + "line": "DLR", + "order": 138 + }, + "id": 120 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.138311, 51.461728] }, - "properties": { "id": 413, "name": "Clapham Common", "line": "Northern" }, - "id": 413 + "geometry": { + "type": "Point", + "coordinates": [ + -0.31667, + 51.581321 + ] + }, + "properties": { + "id": 49, + "name": "Kenton", + "line": "Lioness", + "order": 138 + }, + "id": 49 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.134662, 51.520425] }, - "properties": { "id": 429, "name": "Goodge Street", "line": "Northern" }, - "id": 429 + "geometry": { + "type": "Point", + "coordinates": [ + -0.112926, + 51.552751 + ] + }, + "properties": { + "id": 260, + "name": "Holloway Road", + "line": "Piccadilly", + "order": 138 + }, + "id": 260 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.142436, 51.479836] }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.054909, + 51.508656 + ] + }, "properties": { - "id": 448, - "name": "Battersea Power Station", - "line": "Northern" + "id": 720, + "name": "Beckton Park", + "line": "DLR", + "order": 137 }, - "id": 448 + "id": 720 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.264199, 51.602681] }, - "properties": { "id": 452, "name": "Burnt Oak", "line": "Northern" }, - "id": 452 + "geometry": { + "type": "Point", + "coordinates": [ + -0.1657, + 51.55522 + ] + }, + "properties": { + "id": 96, + "name": "Hampstead Heath", + "line": "Mildmay", + "order": 137 + }, + "id": 96 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.129531, 51.464844] }, - "properties": { "id": 469, "name": "Clapham North", "line": "Northern" }, - "id": 469 + "geometry": { + "type": "Point", + "coordinates": [ + -0.185626, + 51.52976 + ] + }, + "properties": { + "id": 313, + "name": "Maida Vale", + "line": "Bakerloo", + "order": 135 + }, + "id": 313 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.185421, 51.617811] }, - "properties": { "id": 488, "name": "Woodside Park", "line": "Northern" }, - "id": 488 + "geometry": { + "type": "Point", + "coordinates": [ + 0.046217, + 51.508196 + ] + }, + "properties": { + "id": 121, + "name": "Royal Albert", + "line": "DLR", + "order": 132 + }, + "id": 121 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.133808, 51.528185] }, - "properties": { "id": 529, "name": "Euston", "line": "Northern" }, - "id": 529 + "geometry": { + "type": "Point", + "coordinates": [ + -0.206538, + 51.444931 + ] + }, + "properties": { + "id": 117, + "name": "Southfields", + "line": "District", + "order": 132 + }, + "id": 117 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.179261, 51.630208] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.105762, + 51.558499 + ] + }, "properties": { - "id": 533, - "name": "Totteridge & Whetstone", - "line": "Northern" + "id": 132, + "name": "Arsenal", + "line": "Piccadilly", + "order": 132 }, - "id": 533 + "id": 132 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.159693, 51.435641] }, - "properties": { "id": 535, "name": "Tooting Bec", "line": "Northern" }, - "id": 535 + "geometry": { + "type": "Point", + "coordinates": [ + -0.308589, + 51.570172 + ] + }, + "properties": { + "id": 47, + "name": "South Kenton", + "line": "Lioness", + "order": 131 + }, + "id": 47 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.122909, 51.472167] }, - "properties": { "id": 547, "name": "Stockwell", "line": "Northern" }, - "id": 547 + "geometry": { + "type": "Point", + "coordinates": [ + 0.080863, + 51.539451 + ] + }, + "properties": { + "id": 262, + "name": "Barking", + "line": "Suffragette", + "order": 131 + }, + "id": 262 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.12236, 51.507242] }, - "properties": { "id": 554, "name": "Embankment", "line": "Northern" }, - "id": 554 + "geometry": { + "type": "Point", + "coordinates": [ + -0.040413, + 51.475127 + ] + }, + "properties": { + "id": 541, + "name": "New Cross Gate", + "line": "Windrush", + "order": 131 + }, + "id": 541 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.112893, 51.482105] }, - "properties": { "id": 585, "name": "Oval", "line": "Northern" }, - "id": 585 + "geometry": { + "type": "Point", + "coordinates": [ + 0.022353, + 51.502951 + ] + }, + "properties": { + "id": 584, + "name": "West Silvertown", + "line": "DLR", + "order": 130 + }, + "id": 584 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.123858, 51.530397] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.133808, + 51.528185 + ] + }, "properties": { - "id": 592, - "name": "King's Cross St Pancras", - "line": "Northern" + "id": 529, + "name": "Euston", + "line": "Northern", + "order": 130 }, - "id": 592 + "id": 529 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.191979, 51.41528] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.070914, + 51.605035 + ] + }, "properties": { - "id": 602, - "name": "South Wimbledon", - "line": "Northern" + "id": 308, + "name": "White Hart Lane", + "line": "Weaver", + "order": 130 }, - "id": 602 + "id": 308 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.152728, 51.443291] }, - "properties": { "id": 604, "name": "Balham", "line": "Northern" }, - "id": 604 + "geometry": { + "type": "Point", + "coordinates": [ + -0.106512, + 51.564402 + ] + }, + "properties": { + "id": 682, + "name": "Finsbury Park", + "line": "Piccadilly", + "order": 129 + }, + "id": 682 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.130871, 51.51621] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.142927, + 51.50685 + ] + }, "properties": { - "id": 609, - "name": "Tottenham Court Road", - "line": "Northern" + "id": 398, + "name": "Green Park", + "line": "Victoria", + "order": 129 }, - "id": 609 + "id": 398 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.147982, 51.4526] }, - "properties": { "id": 646, "name": "Clapham South", "line": "Northern" }, - "id": 646 + "geometry": { + "type": "Point", + "coordinates": [ + -0.105065, + 51.520445 + ] + }, + "properties": { + "id": 496, + "name": "Farringdon", + "line": "Circle", + "order": 128 + }, + "id": 496 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.086922, 51.505499] }, - "properties": { "id": 669, "name": "London Bridge", "line": "Northern" }, - "id": 669 + "geometry": { + "type": "Point", + "coordinates": [ + -0.17717, + 51.515858 + ] + }, + "properties": { + "id": 282, + "name": "Paddington", + "line": "ElizabethLine", + "order": 128 + }, + "id": 282 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.167977, 51.427435] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.304156, + 51.56249 + ] + }, "properties": { - "id": 688, - "name": "Tooting Broadway", - "line": "Northern" + "id": 41, + "name": "North Wembley", + "line": "Lioness", + "order": 128 }, - "id": 688 + "id": 41 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.17822, 51.556688] }, - "properties": { "id": 701, "name": "Hampstead", "line": "Northern" }, - "id": 701 + "geometry": { + "type": "Point", + "coordinates": [ + -0.011662, + 51.52477 + ] + }, + "properties": { + "id": 27, + "name": "Bromley-by-Bow", + "line": "District", + "order": 126 + }, + "id": 27 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.250143, 51.595287] }, - "properties": { "id": 706, "name": "Colindale", "line": "Northern" }, - "id": 706 + "geometry": { + "type": "Point", + "coordinates": [ + -0.097711, + 51.520146 + ] + }, + "properties": { + "id": 296, + "name": "Barbican", + "line": "HammersmithAndCity", + "order": 126 + }, + "id": 296 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.138272, 51.524512] }, - "properties": { "id": 707, "name": "Warren Street", "line": "Northern" }, - "id": 707 + "geometry": { + "type": "Point", + "coordinates": [ + -0.033289, + 51.525082 + ] + }, + "properties": { + "id": 265, + "name": "Mile End", + "line": "Central", + "order": 125 + }, + "id": 265 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.10073, 51.495777] }, - "properties": { - "id": 712, - "name": "Elephant & Castle", - "line": "Northern" + "geometry": { + "type": "Point", + "coordinates": [ + -0.153728, + 51.544083 + ] + }, + "properties": { + "id": 211, + "name": "Chalk Farm", + "line": "Northern", + "order": 125 }, - "id": 712 + "id": 211 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.113734, 51.50343] }, - "properties": { "id": 736, "name": "Waterloo", "line": "Northern" }, - "id": 736 + "geometry": { + "type": "Point", + "coordinates": [ + -0.15077, + 51.55534 + ] + }, + "properties": { + "id": 93, + "name": "Gospel Oak", + "line": "Mildmay", + "order": 125 + }, + "id": 93 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.178138, 51.417982] }, - "properties": { "id": 756, "name": "Colliers Wood", "line": "Northern" }, - "id": 756 + "geometry": { + "type": "Point", + "coordinates": [ + -0.183678, + 51.523273 + ] + }, + "properties": { + "id": 658, + "name": "Warwick Avenue", + "line": "Bakerloo", + "order": 124 + }, + "id": 658 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.194751, 51.650601] }, - "properties": { "id": 763, "name": "High Barnet", "line": "Northern" }, - "id": 763 + "geometry": { + "type": "Point", + "coordinates": [ + -0.124818, + 51.501085 + ] + }, + "properties": { + "id": 108, + "name": "Westminster", + "line": "Jubilee", + "order": 123 + }, + "id": 108 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.194866, 51.402196] }, - "properties": { "id": 794, "name": "Morden", "line": "Northern" }, - "id": 794 + "geometry": { + "type": "Point", + "coordinates": [ + -0.088339, + 51.518464 + ] + }, + "properties": { + "id": 177, + "name": "Moorgate", + "line": "HammersmithAndCity", + "order": 121 + }, + "id": 177 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.137925, 51.556667] }, - "properties": { "id": 806, "name": "Tufnell Park", "line": "Northern" }, - "id": 806 + "geometry": { + "type": "Point", + "coordinates": [ + -0.296516, + 51.552143 + ] + }, + "properties": { + "id": 39, + "name": "Wembley Central", + "line": "Lioness", + "order": 121 + }, + "id": 39 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.143956, 51.52372] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.138843, + 51.534207 + ] + }, "properties": { - "id": 44, - "name": "Great Portland Street", - "line": "Metropolitan" + "id": 144, + "name": "Mornington Crescent", + "line": "Northern", + "order": 120 }, - "id": 44 + "id": 144 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.317691, 51.5783] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.473712, + 51.640273 + ] + }, "properties": { - "id": 57, - "name": "Northwick Park", - "line": "Metropolitan" + "id": 333, + "name": "Rickmansworth", + "line": "Metropolitan", + "order": 119 }, - "id": 57 + "id": 333 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.442027, 51.561985] }, - "properties": { "id": 75, "name": "Ickenham", "line": "Metropolitan" }, - "id": 75 + "geometry": { + "type": "Point", + "coordinates": [ + -0.069867, + 51.593957 + ] + }, + "properties": { + "id": 305, + "name": "Bruce Grove", + "line": "Weaver", + "order": 119 + }, + "id": 305 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.409299, 51.600495] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.141769, + 51.515124 + ] + }, "properties": { - "id": 91, - "name": "Northwood Hills", - "line": "Metropolitan" + "id": 316, + "name": "Oxford Circus", + "line": "Victoria", + "order": 119 }, - "id": 91 + "id": 316 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.432667, 51.629731] }, - "properties": { "id": 145, "name": "Moor Park", "line": "Metropolitan" }, - "id": 145 + "geometry": { + "type": "Point", + "coordinates": [ + -0.014199, + 51.477758 + ] + }, + "properties": { + "id": 347, + "name": "Greenwich", + "line": "DLR", + "order": 118 + }, + "id": 347 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.611219, 51.70503] }, - "properties": { "id": 146, "name": "Chesham", "line": "Metropolitan" }, - "id": 146 + "geometry": { + "type": "Point", + "coordinates": [ + 0.00504, + 51.528182 + ] + }, + "properties": { + "id": 758, + "name": "West Ham", + "line": "District", + "order": 118 + }, + "id": 758 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.362224, 51.584792] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.081662, + 51.517742 + ] + }, "properties": { - "id": 153, - "name": "North Harrow", - "line": "Metropolitan" + "id": 617, + "name": "Liverpool Street", + "line": "HammersmithAndCity", + "order": 118 }, - "id": 153 + "id": 617 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.441711, 51.647046] }, - "properties": { "id": 165, "name": "Croxley", "line": "Metropolitan" }, - "id": 165 + "geometry": { + "type": "Point", + "coordinates": [ + 0.033642, + 51.509366 + ] + }, + "properties": { + "id": 386, + "name": "Prince Regent", + "line": "DLR", + "order": 117 + }, + "id": 386 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.088339, 51.518464] }, - "properties": { "id": 178, "name": "Moorgate", "line": "Metropolitan" }, - "id": 178 + "geometry": { + "type": "Point", + "coordinates": [ + -0.03242, + 51.47635 + ] + }, + "properties": { + "id": 479, + "name": "New Cross", + "line": "Windrush", + "order": 117 + }, + "id": 479 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.337016, 51.579329] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.149651, + 51.514307 + ] + }, "properties": { - "id": 184, - "name": "Harrow-on-the-Hill", - "line": "Metropolitan" + "id": 779, + "name": "Bond Street", + "line": "ElizabethLine", + "order": 116 }, - "id": 184 + "id": 779 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.421455, 51.571449] }, - "properties": { "id": 247, "name": "Ruislip", "line": "Metropolitan" }, - "id": 247 + "geometry": { + "type": "Point", + "coordinates": [ + -0.113734, + 51.50343 + ] + }, + "properties": { + "id": 735, + "name": "Waterloo", + "line": "Jubilee", + "order": 115 + }, + "id": 735 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.097711, 51.520146] }, - "properties": { "id": 297, "name": "Barbican", "line": "Metropolitan" }, - "id": 297 + "geometry": { + "type": "Point", + "coordinates": [ + -0.14665, + 51.54655 + ] + }, + "properties": { + "id": 90, + "name": "Kentish Town West", + "line": "Mildmay", + "order": 115 + }, + "id": 90 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.560535, 51.668025] }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.04443, + 51.54927 + ] + }, "properties": { - "id": 310, - "name": "Chalfont & Latimer", - "line": "Metropolitan" + "id": 261, + "name": "Woodgrange Park", + "line": "Suffragette", + "order": 115 }, - "id": 310 + "id": 261 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.473712, 51.640273] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.211003, + 51.458805 + ] + }, "properties": { - "id": 333, - "name": "Rickmansworth", - "line": "Metropolitan" + "id": 532, + "name": "East Putney", + "line": "District", + "order": 114 }, - "id": 333 + "id": 532 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.412346, 51.573188] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.002405, + 51.586579 + ] + }, "properties": { - "id": 355, - "name": "Ruislip Manor", - "line": "Metropolitan" + "id": 417, + "name": "Wood Street", + "line": "Weaver", + "order": 113 }, - "id": 355 + "id": 417 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.35305, 51.579551] }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.026347, + 51.509853 + ] + }, "properties": { - "id": 366, - "name": "West Harrow", - "line": "Metropolitan" + "id": 6, + "name": "Custom House", + "line": "DLR", + "order": 112 }, - "id": 366 + "id": 6 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.371006, 51.574977] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.164232, + 51.550427 + ] + }, "properties": { - "id": 381, - "name": "Rayners Lane", - "line": "Metropolitan" + "id": 198, + "name": "Belsize Park", + "line": "Northern", + "order": 112 }, - "id": 381 + "id": 198 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.449926, 51.553717] }, - "properties": { "id": 404, "name": "Hillingdon", "line": "Metropolitan" }, - "id": 404 + "geometry": { + "type": "Point", + "coordinates": [ + 0.017805, + 51.531218 + ] + }, + "properties": { + "id": 483, + "name": "Plaistow", + "line": "District", + "order": 111 + }, + "id": 483 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.417281, 51.657421] }, - "properties": { "id": 430, "name": "Watford", "line": "Metropolitan" }, - "id": 430 + "geometry": { + "type": "Point", + "coordinates": [ + -0.175149, + 51.515981 + ] + }, + "properties": { + "id": 586, + "name": "Paddington", + "line": "Bakerloo", + "order": 110 + }, + "id": 586 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.607479, 51.67415] }, - "properties": { "id": 462, "name": "Amersham", "line": "Metropolitan" }, - "id": 462 + "geometry": { + "type": "Point", + "coordinates": [ + -0.130871, + 51.51621 + ] + }, + "properties": { + "id": 608, + "name": "Tottenham Court Road", + "line": "ElizabethLine", + "order": 110 + }, + "id": 608 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.1569, 51.523061] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.105092, + 51.503843 + ] + }, "properties": { - "id": 474, - "name": "Baker Street", - "line": "Metropolitan" + "id": 31, + "name": "Southwark", + "line": "Jubilee", + "order": 110 }, - "id": 474 + "id": 31 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.105065, 51.520445] }, - "properties": { "id": 499, "name": "Farringdon", "line": "Metropolitan" }, - "id": 499 + "geometry": { + "type": "Point", + "coordinates": [ + -0.142726, + 51.539404 + ] + }, + "properties": { + "id": 380, + "name": "Camden Town", + "line": "Northern", + "order": 110 + }, + "id": 380 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.38092, 51.592858] }, - "properties": { "id": 508, "name": "Pinner", "line": "Metropolitan" }, - "id": 508 + "geometry": { + "type": "Point", + "coordinates": [ + -0.095712, + 51.570756 + ] + }, + "properties": { + "id": 639, + "name": "Manor House", + "line": "Piccadilly", + "order": 110 + }, + "id": 639 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.075614, 51.514272] }, - "properties": { "id": 516, "name": "Aldgate", "line": "Metropolitan" }, - "id": 516 + "geometry": { + "type": "Point", + "coordinates": [ + -0.010859, + 51.481694 + ] + }, + "properties": { + "id": 34, + "name": "Cutty Sark", + "line": "DLR", + "order": 108 + }, + "id": 34 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.279251, 51.56326] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.00325, + 51.54129 + ] + }, "properties": { - "id": 573, - "name": "Wembley Park", - "line": "Metropolitan" + "id": 228, + "name": "Stratford", + "line": "Central", + "order": 106 }, - "id": 573 + "id": 228 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.123858, 51.530397] }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.017852, + 51.509161 + ] + }, "properties": { - "id": 591, - "name": "King's Cross St Pancras", - "line": "Metropolitan" + "id": 731, + "name": "Royal Victoria", + "line": "DLR", + "order": 106 }, - "id": 591 + "id": 731 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.081662, 51.517742] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.138272, + 51.524512 + ] + }, "properties": { - "id": 618, - "name": "Liverpool Street", - "line": "Metropolitan" + "id": 708, + "name": "Warren Street", + "line": "Victoria", + "order": 106 }, - "id": 618 + "id": 708 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.478139, 51.546496] }, - "properties": { "id": 647, "name": "Uxbridge", "line": "Metropolitan" }, - "id": 647 + "geometry": { + "type": "Point", + "coordinates": [ + 0.035273, + 51.535233 + ] + }, + "properties": { + "id": 649, + "name": "Upton Park", + "line": "District", + "order": 105 + }, + "id": 649 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.518366, 51.654218] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.072287, + 51.515233 + ] + }, "properties": { - "id": 652, - "name": "Chorleywood", - "line": "Metropolitan" + "id": 54, + "name": "Aldgate East", + "line": "HammersmithAndCity", + "order": 105 }, - "id": 652 + "id": 54 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.295256, 51.572038] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.276031, + 51.543762 + ] + }, "properties": { - "id": 659, - "name": "Preston Road", - "line": "Metropolitan" + "id": 29, + "name": "Stonebridge Park", + "line": "Lioness", + "order": 104 }, - "id": 659 + "id": 29 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.396845, 51.576493] }, - "properties": { "id": 695, "name": "Eastcote", "line": "Metropolitan" }, - "id": 695 - }, - { - "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.180494, 51.547065] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.123858, + 51.530397 + ] + }, "properties": { - "id": 747, - "name": "Finchley Road", - "line": "Metropolitan" + "id": 589, + "name": "King's Cross St Pancras", + "line": "Circle", + "order": 103 }, - "id": 747 + "id": 589 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.135836, 51.525561] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.086922, + 51.505499 + ] + }, "properties": { - "id": 783, - "name": "Euston Square", - "line": "Metropolitan" + "id": 668, + "name": "London Bridge", + "line": "Jubilee", + "order": 103 }, - "id": 783 + "id": 668 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.423861, 51.611159] }, - "properties": { "id": 804, "name": "Northwood", "line": "Metropolitan" }, - "id": 804 + "geometry": { + "type": "Point", + "coordinates": [ + -0.208977, + 51.467902 + ] + }, + "properties": { + "id": 147, + "name": "Putney Bridge", + "line": "District", + "order": 102 + }, + "id": 147 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.174172, 51.534565] }, - "properties": { "id": 18, "name": "St John's Wood", "line": "Jubilee" }, - "id": 18 + "geometry": { + "type": "Point", + "coordinates": [ + 0.008454, + 51.514376 + ] + }, + "properties": { + "id": 753, + "name": "Canning Town", + "line": "DLR", + "order": 101 + }, + "id": 753 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.105092, 51.503843] }, - "properties": { "id": 31, "name": "Southwark", "line": "Jubilee" }, - "id": 31 + "geometry": { + "type": "Point", + "coordinates": [ + 0.051476, + 51.538926 + ] + }, + "properties": { + "id": 435, + "name": "East Ham", + "line": "District", + "order": 101 + }, + "id": 435 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.124818, 51.501085] }, - "properties": { "id": 108, "name": "Westminster", "line": "Jubilee" }, - "id": 108 + "geometry": { + "type": "Point", + "coordinates": [ + -0.17822, + 51.556688 + ] + }, + "properties": { + "id": 701, + "name": "Hampstead", + "line": "Northern", + "order": 101 + }, + "id": 701 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.00325, 51.54129] }, - "properties": { "id": 232, "name": "Stratford", "line": "Jubilee" }, - "id": 232 + "geometry": { + "type": "Point", + "coordinates": [ + -0.1387, + 51.5418 + ] + }, + "properties": { + "id": 89, + "name": "Camden Road", + "line": "Mildmay", + "order": 100 + }, + "id": 89 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.19075, 51.546702] }, - "properties": { "id": 245, "name": "West Hampstead", "line": "Jubilee" }, - "id": 245 + "geometry": { + "type": "Point", + "coordinates": [ + -0.019919, + 51.582955 + ] + }, + "properties": { + "id": 408, + "name": "Walthamstow Central", + "line": "Weaver", + "order": 100 + }, + "id": 408 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.003607, 51.500182] }, - "properties": { "id": 264, "name": "North Greenwich", "line": "Jubilee" }, - "id": 264 + "geometry": { + "type": "Point", + "coordinates": [ + 0.02622, + 51.5517 + ] + }, + "properties": { + "id": 258, + "name": "Wanstead Park", + "line": "Suffragette", + "order": 99 + }, + "id": 258 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.063651, 51.497949] }, - "properties": { "id": 271, "name": "Bermondsey", "line": "Jubilee" }, - "id": 271 + "geometry": { + "type": "Point", + "coordinates": [ + -0.140464, + 51.550304 + ] + }, + "properties": { + "id": 809, + "name": "Kentish Town", + "line": "Northern", + "order": 98 + }, + "id": 809 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.049706, 51.497889] }, - "properties": { "id": 357, "name": "Canada Water", "line": "Jubilee" }, - "id": 357 + "geometry": { + "type": "Point", + "coordinates": [ + -0.010195, + 51.487902 + ] + }, + "properties": { + "id": 241, + "name": "Island Gardens", + "line": "DLR", + "order": 97 + }, + "id": 241 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.278735, 51.584264] }, - "properties": { "id": 395, "name": "Kingsbury", "line": "Jubilee" }, - "id": 395 + "geometry": { + "type": "Point", + "coordinates": [ + -0.257889, + 51.53614 + ] + }, + "properties": { + "id": 24, + "name": "Harlesden", + "line": "Lioness", + "order": 97 + }, + "id": 24 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.142927, 51.50685] }, - "properties": { "id": 396, "name": "Green Park", "line": "Jubilee" }, - "id": 396 + "geometry": { + "type": "Point", + "coordinates": [ + -0.073801, + 51.582661 + ] + }, + "properties": { + "id": 303, + "name": "Seven Sisters", + "line": "Weaver", + "order": 97 + }, + "id": 303 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.294654, 51.60776] }, - "properties": { "id": 410, "name": "Canons Park", "line": "Jubilee" }, - "id": 410 + "geometry": { + "type": "Point", + "coordinates": [ + -0.135836, + 51.525561 + ] + }, + "properties": { + "id": 781, + "name": "Euston Square", + "line": "Circle", + "order": 96 + }, + "id": 781 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.286322, 51.594054] }, - "properties": { "id": 463, "name": "Queensbury", "line": "Jubilee" }, - "id": 463 + "geometry": { + "type": "Point", + "coordinates": [ + -0.133808, + 51.528185 + ] + }, + "properties": { + "id": 531, + "name": "Euston", + "line": "Victoria", + "order": 96 + }, + "id": 531 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.1569, 51.523061] }, - "properties": { "id": 473, "name": "Baker Street", "line": "Jubilee" }, - "id": 473 + "geometry": { + "type": "Point", + "coordinates": [ + -0.032918, + 51.580979 + ] + }, + "properties": { + "id": 391, + "name": "St James Street", + "line": "Weaver", + "order": 94 + }, + "id": 391 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.22241, 51.549309] }, - "properties": { "id": 481, "name": "Willesden Green", "line": "Jubilee" }, - "id": 481 + "geometry": { + "type": "Point", + "coordinates": [ + -0.170135, + 51.520184 + ] + }, + "properties": { + "id": 143, + "name": "Edgware Road", + "line": "Bakerloo", + "order": 92 + }, + "id": 143 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.174759, 51.543315] }, - "properties": { "id": 482, "name": "Swiss Cottage", "line": "Jubilee" }, - "id": 482 + "geometry": { + "type": "Point", + "coordinates": [ + -0.059985, + 51.519455 + ] + }, + "properties": { + "id": 699, + "name": "Whitechapel", + "line": "HammersmithAndCity", + "order": 92 + }, + "id": 699 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.204633, 51.54688] }, - "properties": { "id": 495, "name": "Kilburn", "line": "Jubilee" }, - "id": 495 + "geometry": { + "type": "Point", + "coordinates": [ + -0.518366, + 51.654218 + ] + }, + "properties": { + "id": 652, + "name": "Chorleywood", + "line": "Metropolitan", + "order": 92 + }, + "id": 652 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.302614, 51.618912] }, - "properties": { "id": 525, "name": "Stanmore", "line": "Jubilee" }, - "id": 525 + "geometry": { + "type": "Point", + "coordinates": [ + -0.102792, + 51.590297 + ] + }, + "properties": { + "id": 369, + "name": "Turnpike Lane", + "line": "Piccadilly", + "order": 91 + }, + "id": 369 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.279251, 51.56326] }, - "properties": { "id": 572, "name": "Wembley Park", "line": "Jubilee" }, - "id": 572 + "geometry": { + "type": "Point", + "coordinates": [ + -0.143956, + 51.52372 + ] + }, + "properties": { + "id": 42, + "name": "Great Portland Street", + "line": "Circle", + "order": 89 + }, + "id": 42 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.0195, 51.50363] }, - "properties": { "id": 606, "name": "Canary Wharf", "line": "Jubilee" }, - "id": 606 + "geometry": { + "type": "Point", + "coordinates": [ + -0.014845, + 51.491658 + ] + }, + "properties": { + "id": 795, + "name": "Mudchute", + "line": "DLR", + "order": 89 + }, + "id": 795 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.086922, 51.505499] }, - "properties": { "id": 668, "name": "London Bridge", "line": "Jubilee" }, - "id": 668 + "geometry": { + "type": "Point", + "coordinates": [ + -0.105065, + 51.520445 + ] + }, + "properties": { + "id": 497, + "name": "Farringdon", + "line": "ElizabethLine", + "order": 89 + }, + "id": 497 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.249783, 51.553966] }, - "properties": { "id": 730, "name": "Neasden", "line": "Jubilee" }, - "id": 730 + "geometry": { + "type": "Point", + "coordinates": [ + -0.11672, + 51.54305 + ] + }, + "properties": { + "id": 88, + "name": "Caledonian Road & Barnsbury", + "line": "Mildmay", + "order": 89 + }, + "id": 88 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.113734, 51.50343] }, - "properties": { "id": 735, "name": "Waterloo", "line": "Jubilee" }, - "id": 735 + "geometry": { + "type": "Point", + "coordinates": [ + -0.137925, + 51.556667 + ] + }, + "properties": { + "id": 806, + "name": "Tufnell Park", + "line": "Northern", + "order": 88 + }, + "id": 806 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.238798, 51.551904] }, - "properties": { "id": 745, "name": "Dollis Hill", "line": "Jubilee" }, - "id": 745 + "geometry": { + "type": "Point", + "coordinates": [ + -0.2008, + 51.475252 + ] + }, + "properties": { + "id": 122, + "name": "Parsons Green", + "line": "District", + "order": 87 + }, + "id": 122 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.180494, 51.547065] }, - "properties": { "id": 746, "name": "Finchley Road", "line": "Jubilee" }, - "id": 746 + "geometry": { + "type": "Point", + "coordinates": [ + -0.063651, + 51.497949 + ] + }, + "properties": { + "id": 271, + "name": "Bermondsey", + "line": "Jubilee", + "order": 87 + }, + "id": 271 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.008454, 51.514376] }, - "properties": { "id": 754, "name": "Canning Town", "line": "Jubilee" }, - "id": 754 + "geometry": { + "type": "Point", + "coordinates": [ + -0.162727, + 51.522896 + ] + }, + "properties": { + "id": 286, + "name": "Marylebone", + "line": "Bakerloo", + "order": 86 + }, + "id": 286 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.00504, 51.528182] }, - "properties": { "id": 760, "name": "West Ham", "line": "Jubilee" }, - "id": 760 + "geometry": { + "type": "Point", + "coordinates": [ + -0.014453, + 51.49582 + ] + }, + "properties": { + "id": 17, + "name": "Crossharbour", + "line": "DLR", + "order": 86 + }, + "id": 17 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.149651, 51.514307] }, - "properties": { "id": 780, "name": "Bond Street", "line": "Jubilee" }, - "id": 780 + "geometry": { + "type": "Point", + "coordinates": [ + -0.244289, + 51.532191 + ] + }, + "properties": { + "id": 21, + "name": "Willesden Junction", + "line": "Lioness", + "order": 86 + }, + "id": 21 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.011662, 51.52477] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.123858, + 51.530397 + ] + }, "properties": { - "id": 28, - "name": "Bromley-by-Bow", - "line": "HammersmithAndCity" + "id": 594, + "name": "King's Cross St Pancras", + "line": "Victoria", + "order": 86 }, - "id": 28 + "id": 594 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.143956, 51.52372] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.076682, + 51.574466 + ] + }, "properties": { - "id": 43, - "name": "Great Portland Street", - "line": "HammersmithAndCity" + "id": 300, + "name": "Stamford Hill", + "line": "Weaver", + "order": 85 }, - "id": 43 + "id": 300 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.072287, 51.515233] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.109626, + 51.597476 + ] + }, "properties": { - "id": 54, - "name": "Aldgate East", - "line": "HammersmithAndCity" + "id": 677, + "name": "Wood Green", + "line": "Piccadilly", + "order": 85 }, - "id": 54 + "id": 677 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.226748, 51.501952] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.046875, + 51.522026 + ] + }, "properties": { - "id": 174, - "name": "Goldhawk Road", - "line": "HammersmithAndCity" + "id": 451, + "name": "Stepney Green", + "line": "HammersmithAndCity", + "order": 84 }, - "id": 174 + "id": 451 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.088339, 51.518464] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.35305, + 51.579551 + ] + }, "properties": { - "id": 177, - "name": "Moorgate", - "line": "HammersmithAndCity" + "id": 366, + "name": "West Harrow", + "line": "Metropolitan", + "order": 84 }, - "id": 177 + "id": 366 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.178165, 51.518156] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.049706, + 51.497889 + ] + }, "properties": { - "id": 192, - "name": "Paddington", - "line": "HammersmithAndCity" + "id": 357, + "name": "Canada Water", + "line": "Jubilee", + "order": 83 }, - "id": 192 + "id": 357 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.033289, 51.525082] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.1569, + 51.523061 + ] + }, "properties": { - "id": 267, - "name": "Mile End", - "line": "HammersmithAndCity" + "id": 470, + "name": "Baker Street", + "line": "Bakerloo", + "order": 82 }, - "id": 267 + "id": 470 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.024824, 51.5268] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.1569, + 51.523061 + ] + }, "properties": { - "id": 278, - "name": "Bow Road", - "line": "HammersmithAndCity" + "id": 471, + "name": "Baker Street", + "line": "Circle", + "order": 82 }, - "id": 278 + "id": 471 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.097711, 51.520146] }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.00842, + 51.56356 + ] + }, "properties": { - "id": 296, - "name": "Barbican", - "line": "HammersmithAndCity" + "id": 251, + "name": "Leytonstone High Road", + "line": "Suffragette", + "order": 82 }, - "id": 296 + "id": 251 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.18823, 51.519017] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.081662, + 51.517742 + ] + }, "properties": { - "id": 339, - "name": "Royal Oak", - "line": "HammersmithAndCity" + "id": 615, + "name": "Liverpool Street", + "line": "ElizabethLine", + "order": 80 }, - "id": 339 + "id": 615 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.051476, 51.538926] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.103964, + 51.546229 + ] + }, "properties": { - "id": 436, - "name": "East Ham", - "line": "HammersmithAndCity" + "id": 86, + "name": "Highbury & Islington", + "line": "Mildmay", + "order": 80 }, - "id": 436 + "id": 86 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.046875, 51.522026] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.560535, + 51.668025 + ] + }, "properties": { - "id": 451, - "name": "Stepney Green", - "line": "HammersmithAndCity" + "id": 310, + "name": "Chalfont & Latimer", + "line": "Metropolitan", + "order": 79 }, - "id": 451 + "id": 310 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.224167, 51.509797] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.194401, + 51.480743 + ] + }, "properties": { - "id": 456, - "name": "Wood Lane", - "line": "HammersmithAndCity" + "id": 161, + "name": "Fulham Broadway", + "line": "District", + "order": 77 }, - "id": 456 + "id": 161 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.080863, 51.539451] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.135114, + 51.565427 + ] + }, "properties": { - "id": 466, - "name": "Barking", - "line": "HammersmithAndCity" + "id": 212, + "name": "Archway", + "line": "Northern", + "order": 77 }, - "id": 466 + "id": 212 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.1569, 51.523061] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.04751, + 51.4932 + ] + }, "properties": { - "id": 472, - "name": "Baker Street", - "line": "HammersmithAndCity" + "id": 468, + "name": "Surrey Quays", + "line": "Windrush", + "order": 77 }, - "id": 472 + "id": 468 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.017805, 51.531218] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.167666, + 51.51992 + ] + }, "properties": { - "id": 484, - "name": "Plaistow", - "line": "HammersmithAndCity" + "id": 579, + "name": "Edgware Road", + "line": "Circle", + "order": 76 }, - "id": 484 + "id": 579 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.217779, 51.513544] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.002749, + 51.509041 + ] + }, "properties": { - "id": 494, - "name": "Latimer Road", - "line": "HammersmithAndCity" + "id": 322, + "name": "East India", + "line": "DLR", + "order": 76 }, - "id": 494 + "id": 322 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.105065, 51.520445] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.00804, + 51.56973 + ] + }, "properties": { - "id": 498, - "name": "Farringdon", - "line": "HammersmithAndCity" + "id": 249, + "name": "Leyton Midland Road", + "line": "Suffragette", + "order": 76 }, - "id": 498 + "id": 249 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.200884, 51.520921] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.016284, + 51.500105 + ] + }, "properties": { - "id": 546, - "name": "Westbourne Park", - "line": "HammersmithAndCity" + "id": 321, + "name": "South Quay", + "line": "DLR", + "order": 75 }, - "id": 546 + "id": 321 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.226305, 51.505561] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.033289, + 51.525082 + ] + }, "properties": { - "id": 562, - "name": "Shepherd's Bush Market", - "line": "HammersmithAndCity" + "id": 267, + "name": "Mile End", + "line": "HammersmithAndCity", + "order": 75 }, - "id": 562 + "id": 267 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.167666, 51.51992] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.00562, + 51.556433 + ] + }, "properties": { - "id": 581, - "name": "Edgware Road", - "line": "HammersmithAndCity" + "id": 732, + "name": "Leyton", + "line": "Central", + "order": 73 }, - "id": 581 + "id": 732 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.123858, 51.530397] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.193993, + 51.572221 + ] + }, "properties": { - "id": 590, - "name": "King's Cross St Pancras", - "line": "HammersmithAndCity" + "id": 244, + "name": "Golders Green", + "line": "Northern", + "order": 73 }, - "id": 590 + "id": 244 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.081662, 51.517742] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.057025, + 51.561642 + ] + }, "properties": { - "id": 617, - "name": "Liverpool Street", - "line": "HammersmithAndCity" + "id": 389, + "name": "Clapton", + "line": "Weaver", + "order": 73 }, - "id": 617 + "id": 389 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.22493, 51.493498] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.09219, + 51.54874 + ] + }, "properties": { - "id": 634, - "name": "Hammersmith", - "line": "HammersmithAndCity" + "id": 83, + "name": "Canonbury", + "line": "Mildmay", + "order": 72 }, - "id": 634 + "id": 83 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.035273, 51.535233] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.024824, + 51.5268 + ] + }, "properties": { - "id": 650, - "name": "Upton Park", - "line": "HammersmithAndCity" + "id": 278, + "name": "Bow Road", + "line": "HammersmithAndCity", + "order": 71 }, - "id": 650 + "id": 278 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.059985, 51.519455] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.0195, + 51.50363 + ] + }, "properties": { - "id": 699, - "name": "Whitechapel", - "line": "HammersmithAndCity" + "id": 606, + "name": "Canary Wharf", + "line": "Jubilee", + "order": 71 }, - "id": 699 + "id": 606 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.00504, 51.528182] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.072887, + 51.565231 + ] + }, "properties": { - "id": 759, - "name": "West Ham", - "line": "HammersmithAndCity" + "id": 298, + "name": "Stoke Newington", + "line": "Weaver", + "order": 71 }, - "id": 759 + "id": 298 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.135836, 51.525561] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.049706, + 51.497889 + ] + }, "properties": { - "id": 782, - "name": "Euston Square", - "line": "HammersmithAndCity" + "id": 464, + "name": "Canada Water", + "line": "Windrush", + "order": 71 }, - "id": 782 + "id": 464 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.210862, 51.517188] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.146863, + 51.523506 + ] + }, "properties": { - "id": 785, - "name": "Ladbroke Grove", - "line": "HammersmithAndCity" + "id": 152, + "name": "Regent's Park", + "line": "Bakerloo", + "order": 70 }, - "id": 785 - }, - { - "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.011662, 51.52477] }, - "properties": { "id": 27, "name": "Bromley-by-Bow", "line": "District" }, - "id": 27 + "id": 152 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.285252, 51.47703] }, - "properties": { "id": 35, "name": "Kew Gardens", "line": "District" }, - "id": 35 + "geometry": { + "type": "Point", + "coordinates": [ + -0.007194, + 51.507922 + ] + }, + "properties": { + "id": 289, + "name": "Blackwall", + "line": "DLR", + "order": 69 + }, + "id": 289 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.072287, 51.515233] }, - "properties": { "id": 53, "name": "Aldgate East", "line": "District" }, - "id": 53 + "geometry": { + "type": "Point", + "coordinates": [ + 0.080863, + 51.539451 + ] + }, + "properties": { + "id": 465, + "name": "Barking", + "line": "District", + "order": 69 + }, + "id": 465 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.086469, 51.51074] }, - "properties": { "id": 70, "name": "Monument", "line": "District" }, - "id": 70 + "geometry": { + "type": "Point", + "coordinates": [ + -0.059985, + 51.519455 + ] + }, + "properties": { + "id": 698, + "name": "Whitechapel", + "line": "ElizabethLine", + "order": 69 + }, + "id": 698 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.210383, 51.497809] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.371006, + 51.574977 + ] + }, "properties": { - "id": 81, - "name": "Kensington (Olympia)", - "line": "District" + "id": 381, + "name": "Rayners Lane", + "line": "Metropolitan", + "order": 69 }, - "id": 81 + "id": 381 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.206382, 51.421384] }, - "properties": { "id": 87, "name": "Wimbledon", "line": "District" }, - "id": 87 + "geometry": { + "type": "Point", + "coordinates": [ + -0.103964, + 51.546229 + ] + }, + "properties": { + "id": 656, + "name": "Highbury & Islington", + "line": "Victoria", + "order": 69 + }, + "id": 656 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.301754, 51.46316] }, - "properties": { "id": 102, "name": "Richmond", "line": "District" }, - "id": 102 + "geometry": { + "type": "Point", + "coordinates": [ + -0.00325, + 51.54129 + ] + }, + "properties": { + "id": 230, + "name": "Stratford", + "line": "ElizabethLine", + "order": 68 + }, + "id": 230 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.124818, 51.501085] }, - "properties": { "id": 107, "name": "Westminster", "line": "District" }, - "id": 107 + "geometry": { + "type": "Point", + "coordinates": [ + -0.124219, + 51.607091 + ] + }, + "properties": { + "id": 37, + "name": "Bounds Green", + "line": "Piccadilly", + "order": 68 + }, + "id": 37 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.206538, 51.444931] }, - "properties": { "id": 117, "name": "Southfields", "line": "District" }, - "id": 117 + "geometry": { + "type": "Point", + "coordinates": [ + -0.223966, + 51.530498 + ] + }, + "properties": { + "id": 19, + "name": "Kensal Green", + "line": "Lioness", + "order": 67 + }, + "id": 19 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.2008, 51.475252] }, - "properties": { "id": 122, "name": "Parsons Green", "line": "District" }, - "id": 122 + "geometry": { + "type": "Point", + "coordinates": [ + -0.05204, + 51.50082 + ] + }, + "properties": { + "id": 461, + "name": "Rotherhithe", + "line": "Windrush", + "order": 67 + }, + "id": 461 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.208977, 51.467902] }, - "properties": { "id": 147, "name": "Putney Bridge", "line": "District" }, - "id": 147 + "geometry": { + "type": "Point", + "coordinates": [ + 0.008215, + 51.568185 + ] + }, + "properties": { + "id": 240, + "name": "Leytonstone", + "line": "Central", + "order": 66 + }, + "id": 240 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.199635, 51.434558] }, - "properties": { "id": 156, "name": "Wimbledon Park", "line": "District" }, - "id": 156 + "geometry": { + "type": "Point", + "coordinates": [ + 0.046744, + 51.626517 + ] + }, + "properties": { + "id": 363, + "name": "Buckhurst Hill", + "line": "Central", + "order": 66 + }, + "id": 363 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.19918, 51.549801] }, - "properties": { "id": 158, "name": "Elm Park", "line": "District" }, - "id": 158 + "geometry": { + "type": "Point", + "coordinates": [ + 0.0042, + 51.5207 + ] + }, + "properties": { + "id": 459, + "name": "Star Lane", + "line": "DLR", + "order": 66 + }, + "id": 459 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.194401, 51.480743] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.145758, + 51.577658 + ] + }, "properties": { - "id": 161, - "name": "Fulham Broadway", - "line": "District" + "id": 159, + "name": "Highgate", + "line": "Northern", + "order": 66 }, - "id": 161 + "id": 159 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.076354, 51.510066] }, - "properties": { "id": 164, "name": "Tower Hill", "line": "District" }, - "id": 164 + "geometry": { + "type": "Point", + "coordinates": [ + -0.02384, + 51.58151 + ] + }, + "properties": { + "id": 242, + "name": "Walthamstow Queen's Road", + "line": "Suffragette", + "order": 66 + }, + "id": 242 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.23585, 51.494124] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.195541, + 51.487257 + ] + }, "properties": { - "id": 170, - "name": "Ravenscourt Park", - "line": "District" + "id": 406, + "name": "West Brompton", + "line": "District", + "order": 65 }, - "id": 170 + "id": 406 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.090395, 51.511049] }, - "properties": { "id": 181, "name": "Cannon Street", "line": "District" }, - "id": 181 + "geometry": { + "type": "Point", + "coordinates": [ + -0.178165, + 51.518156 + ] + }, + "properties": { + "id": 587, + "name": "Paddington", + "line": "Circle", + "order": 64 + }, + "id": 587 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.147684, 51.541627] }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.005815, + 51.54608 + ] + }, "properties": { - "id": 197, - "name": "Dagenham Heathway", - "line": "District" + "id": 118, + "name": "Maryland", + "line": "ElizabethLine", + "order": 64 }, - "id": 197 + "id": 118 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.254533, 51.495112] }, - "properties": { "id": 215, "name": "Turnham Green", "line": "District" }, - "id": 215 + "geometry": { + "type": "Point", + "coordinates": [ + -0.05592, + 51.50439 + ] + }, + "properties": { + "id": 460, + "name": "Wapping", + "line": "Windrush", + "order": 64 + }, + "id": 460 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.101566, 51.538335] }, - "properties": { "id": 252, "name": "Upney", "line": "District" }, - "id": 252 + "geometry": { + "type": "Point", + "coordinates": [ + 0.028746, + 51.575521 + ] + }, + "properties": { + "id": 509, + "name": "Wanstead", + "line": "Central", + "order": 63 + }, + "id": 509 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.188038, 51.512233] }, - "properties": { "id": 254, "name": "Bayswater", "line": "District" }, - "id": 254 + "geometry": { + "type": "Point", + "coordinates": [ + -0.02147, + 51.503018 + ] + }, + "properties": { + "id": 268, + "name": "Heron Quays", + "line": "DLR", + "order": 63 + }, + "id": 268 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.280251, 51.50275] }, - "properties": { "id": 255, "name": "Acton Town", "line": "District" }, - "id": 255 + "geometry": { + "type": "Point", + "coordinates": [ + -0.068267, + 51.558501 + ] + }, + "properties": { + "id": 293, + "name": "Rectory Road", + "line": "Weaver", + "order": 63 + }, + "id": 293 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.033289, 51.525082] }, - "properties": { "id": 266, "name": "Mile End", "line": "District" }, - "id": 266 + "geometry": { + "type": "Point", + "coordinates": [ + -0.141769, + 51.515124 + ] + }, + "properties": { + "id": 314, + "name": "Oxford Circus", + "line": "Bakerloo", + "order": 61 + }, + "id": 314 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.024824, 51.5268] }, - "properties": { "id": 277, "name": "Bow Road", "line": "District" }, - "id": 277 + "geometry": { + "type": "Point", + "coordinates": [ + -0.02106, + 51.50479 + ] + }, + "properties": { + "id": 704, + "name": "Canary Wharf", + "line": "DLR", + "order": 61 + }, + "id": 704 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.251087, 51.558889] }, - "properties": { "id": 301, "name": "Upminster", "line": "District" }, - "id": 301 + "geometry": { + "type": "Point", + "coordinates": [ + -0.07569, + 51.54815 + ] + }, + "properties": { + "id": 78, + "name": "Dalston Kingsland", + "line": "Mildmay", + "order": 61 + }, + "id": 78 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.301221, 51.5149] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.017929, + 51.507742 + ] + }, "properties": { - "id": 306, - "name": "Ealing Broadway", - "line": "District" + "id": 77, + "name": "Poplar", + "line": "DLR", + "order": 60 }, - "id": 306 + "id": 77 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.206327, 51.490545] }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.00504, + 51.528182 + ] + }, "properties": { - "id": 312, - "name": "West Kensington", - "line": "District" + "id": 757, + "name": "West Ham", + "line": "DLR", + "order": 60 }, - "id": 312 + "id": 757 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.192503, 51.500673] }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.024353, + 51.54943 + ] + }, "properties": { - "id": 320, - "name": "High Street Kensington", - "line": "District" + "id": 644, + "name": "Forest Gate", + "line": "ElizabethLine", + "order": 60 }, - "id": 320 + "id": 644 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.103767, 51.511585] }, - "properties": { "id": 329, "name": "Blackfriars", "line": "District" }, - "id": 329 + "geometry": { + "type": "Point", + "coordinates": [ + -0.164738, + 51.587272 + ] + }, + "properties": { + "id": 350, + "name": "East Finchley", + "line": "Northern", + "order": 60 + }, + "id": 350 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.173922, 51.494] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.020385, + 51.507171 + ] + }, "properties": { - "id": 335, - "name": "South Kensington", - "line": "District" + "id": 135, + "name": "West India Quay", + "line": "DLR", + "order": 59 }, - "id": 335 + "id": 135 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.114756, 51.510877] }, - "properties": { "id": 400, "name": "Temple", "line": "District" }, - "id": 400 + "geometry": { + "type": "Point", + "coordinates": [ + -0.056904, + 51.511229 + ] + }, + "properties": { + "id": 457, + "name": "Shadwell", + "line": "Windrush", + "order": 58 + }, + "id": 457 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.1333, 51.499578] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.106512, + 51.564402 + ] + }, "properties": { - "id": 403, - "name": "St James's Park", - "line": "District" + "id": 684, + "name": "Finsbury Park", + "line": "Victoria", + "order": 58 }, - "id": 403 + "id": 684 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.195541, 51.487257] }, - "properties": { "id": 406, "name": "West Brompton", "line": "District" }, - "id": 406 + "geometry": { + "type": "Point", + "coordinates": [ + -0.011662, + 51.52477 + ] + }, + "properties": { + "id": 28, + "name": "Bromley-by-Bow", + "line": "HammersmithAndCity", + "order": 57 + }, + "id": 28 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.245626, 51.494916] }, - "properties": { "id": 415, "name": "Stamford Brook", "line": "District" }, - "id": 415 + "geometry": { + "type": "Point", + "coordinates": [ + -0.057177, + 51.54705 + ] + }, + "properties": { + "id": 73, + "name": "Hackney Central", + "line": "Mildmay", + "order": 57 + }, + "id": 73 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.196538, 51.509064] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.040996, + 51.586951 + ] + }, "properties": { - "id": 424, - "name": "Notting Hill Gate", - "line": "District" + "id": 238, + "name": "Blackhorse Road", + "line": "Suffragette", + "order": 56 }, - "id": 424 + "id": 238 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.223988, 51.492519] }, - "properties": { "id": 427, "name": "Hammersmith", "line": "District" }, - "id": 427 + "geometry": { + "type": "Point", + "coordinates": [ + 0.02149, + 51.580827 + ] + }, + "properties": { + "id": 136, + "name": "Snaresbrook", + "line": "Central", + "order": 55 + }, + "id": 136 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.051476, 51.538926] }, - "properties": { "id": 435, "name": "East Ham", "line": "District" }, - "id": 435 + "geometry": { + "type": "Point", + "coordinates": [ + 0.046342, + 51.552475 + ] + }, + "properties": { + "id": 524, + "name": "Manor Park", + "line": "ElizabethLine", + "order": 55 + }, + "id": 524 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.046875, 51.522026] }, - "properties": { "id": 450, "name": "Stepney Green", "line": "District" }, - "id": 450 + "geometry": { + "type": "Point", + "coordinates": [ + 0.003607, + 51.500182 + ] + }, + "properties": { + "id": 264, + "name": "North Greenwich", + "line": "Jubilee", + "order": 55 + }, + "id": 264 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.080863, 51.539451] }, - "properties": { "id": 465, "name": "Barking", "line": "District" }, - "id": 465 + "geometry": { + "type": "Point", + "coordinates": [ + -0.396845, + 51.576493 + ] + }, + "properties": { + "id": 695, + "name": "Eastcote", + "line": "Metropolitan", + "order": 55 + }, + "id": 695 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.017805, 51.531218] }, - "properties": { "id": 483, "name": "Plaistow", "line": "District" }, - "id": 483 + "geometry": { + "type": "Point", + "coordinates": [ + -0.204704, + 51.534101 + ] + }, + "properties": { + "id": 16, + "name": "Queen's Park", + "line": "Lioness", + "order": 55 + }, + "id": 16 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.193889, 51.491644] }, - "properties": { "id": 505, "name": "Earl's Court", "line": "District" }, - "id": 505 + "geometry": { + "type": "Point", + "coordinates": [ + 0.045423, + 51.576302 + ] + }, + "properties": { + "id": 13, + "name": "Redbridge", + "line": "Central", + "order": 54 + }, + "id": 13 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.156486, 51.492288] }, - "properties": { "id": 514, "name": "Sloane Square", "line": "District" }, - "id": 514 + "geometry": { + "type": "Point", + "coordinates": [ + -0.18823, + 51.519017 + ] + }, + "properties": { + "id": 338, + "name": "Royal Oak", + "line": "Circle", + "order": 54 + }, + "id": 338 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.211003, 51.458805] }, - "properties": { "id": 532, "name": "East Putney", "line": "District" }, - "id": 532 + "geometry": { + "type": "Point", + "coordinates": [ + -0.133516, + 51.61634 + ] + }, + "properties": { + "id": 213, + "name": "Arnos Grove", + "line": "Piccadilly", + "order": 54 + }, + "id": 213 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.267747, 51.494301] }, - "properties": { "id": 540, "name": "Chiswick Park", "line": "District" }, - "id": 540 + "geometry": { + "type": "Point", + "coordinates": [ + 0.004, + 51.532 + ] + }, + "properties": { + "id": 601, + "name": "Abbey Road", + "line": "DLR", + "order": 53 + }, + "id": 601 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.12236, 51.507242] }, - "properties": { "id": 553, "name": "Embankment", "line": "District" }, - "id": 553 + "geometry": { + "type": "Point", + "coordinates": [ + -0.193889, + 51.491644 + ] + }, + "properties": { + "id": 505, + "name": "Earl's Court", + "line": "District", + "order": 53 + }, + "id": 505 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.219019, 51.554005] }, - "properties": { "id": 571, "name": "Hornchurch", "line": "District" }, - "id": 571 + "geometry": { + "type": "Point", + "coordinates": [ + 0.101566, + 51.538335 + ] + }, + "properties": { + "id": 252, + "name": "Upney", + "line": "District", + "order": 53 + }, + "id": 252 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.167666, 51.51992] }, - "properties": { "id": 580, "name": "Edgware Road", "line": "District" }, - "id": 580 + "geometry": { + "type": "Point", + "coordinates": [ + -0.017484, + 51.506131 + ] + }, + "properties": { + "id": 411, + "name": "Canary Wharf", + "line": "ElizabethLine", + "order": 52 + }, + "id": 411 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.175149, 51.515981] }, - "properties": { "id": 588, "name": "Paddington", "line": "District" }, - "id": 588 + "geometry": { + "type": "Point", + "coordinates": [ + -0.213456, + 51.5768 + ] + }, + "properties": { + "id": 318, + "name": "Brent Cross", + "line": "Northern", + "order": 52 + }, + "id": 318 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.165875, 51.544117] }, - "properties": { "id": 597, "name": "Dagenham East", "line": "District" }, - "id": 597 + "geometry": { + "type": "Point", + "coordinates": [ + -0.412346, + 51.573188 + ] + }, + "properties": { + "id": 355, + "name": "Ruislip Manor", + "line": "Metropolitan", + "order": 51 + }, + "id": 355 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.275175, 51.491793] }, - "properties": { "id": 599, "name": "Gunnersbury", "line": "District" }, - "id": 599 + "geometry": { + "type": "Point", + "coordinates": [ + -0.060572, + 51.548536 + ] + }, + "properties": { + "id": 292, + "name": "Hackney Downs", + "line": "Weaver", + "order": 51 + }, + "id": 292 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.288214, 51.510218] }, - "properties": { "id": 630, "name": "Ealing Common", "line": "District" }, - "id": 630 + "geometry": { + "type": "Point", + "coordinates": [ + -0.134006, + 51.510027 + ] + }, + "properties": { + "id": 431, + "name": "Piccadilly Circus", + "line": "Bakerloo", + "order": 50 + }, + "id": 431 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.1274, 51.540289] }, - "properties": { "id": 645, "name": "Becontree", "line": "District" }, - "id": 645 + "geometry": { + "type": "Point", + "coordinates": [ + 0.055312, + 51.641513 + ] + }, + "properties": { + "id": 14, + "name": "Loughton", + "line": "Central", + "order": 49 + }, + "id": 14 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.035273, 51.535233] }, - "properties": { "id": 649, "name": "Upton Park", "line": "District" }, - "id": 649 + "geometry": { + "type": "Point", + "coordinates": [ + 0.069679, + 51.559116 + ] + }, + "properties": { + "id": 390, + "name": "Ilford", + "line": "ElizabethLine", + "order": 49 + }, + "id": 390 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.235771, 51.558751] }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.066449, + 51.576552 + ] + }, "properties": { - "id": 665, - "name": "Upminster Bridge", - "line": "District" + "id": 125, + "name": "Gants Hill", + "line": "Central", + "order": 48 }, - "id": 665 + "id": 125 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.059985, 51.519455] }, - "properties": { "id": 697, "name": "Whitechapel", "line": "District" }, - "id": 697 + "geometry": { + "type": "Point", + "coordinates": [ + -0.026772, + 51.509319 + ] + }, + "properties": { + "id": 394, + "name": "Westferry", + "line": "DLR", + "order": 48 + }, + "id": 394 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.18299, 51.49424] }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.1274, + 51.540289 + ] + }, "properties": { - "id": 715, - "name": "Gloucester Road", - "line": "District" + "id": 645, + "name": "Becontree", + "line": "District", + "order": 48 }, - "id": 715 + "id": 645 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.094187, 51.512021] }, - "properties": { "id": 719, "name": "Mansion House", "line": "District" }, - "id": 719 + "geometry": { + "type": "Point", + "coordinates": [ + 0.00504, + 51.528182 + ] + }, + "properties": { + "id": 759, + "name": "West Ham", + "line": "HammersmithAndCity", + "order": 48 + }, + "id": 759 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.144102, 51.49518] }, - "properties": { "id": 723, "name": "Victoria", "line": "District" }, - "id": 723 + "geometry": { + "type": "Point", + "coordinates": [ + -0.421455, + 51.571449 + ] + }, + "properties": { + "id": 247, + "name": "Ruislip", + "line": "Metropolitan", + "order": 48 + }, + "id": 247 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.213607, 51.49016] }, - "properties": { "id": 748, "name": "Barons Court", "line": "District" }, - "id": 748 + "geometry": { + "type": "Point", + "coordinates": [ + -0.04235, + 51.54702 + ] + }, + "properties": { + "id": 71, + "name": "Homerton", + "line": "Mildmay", + "order": 47 + }, + "id": 71 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.00504, 51.528182] }, - "properties": { "id": 758, "name": "West Ham", "line": "District" }, - "id": 758 + "geometry": { + "type": "Point", + "coordinates": [ + -0.059985, + 51.519455 + ] + }, + "properties": { + "id": 445, + "name": "Whitechapel", + "line": "Windrush", + "order": 46 + }, + "id": 445 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.143956, 51.52372] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.200884, + 51.520921 + ] + }, "properties": { - "id": 42, - "name": "Great Portland Street", - "line": "Circle" + "id": 545, + "name": "Westbourne Park", + "line": "Circle", + "order": 45 }, - "id": 42 + "id": 545 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.086469, 51.51074] }, - "properties": { "id": 69, "name": "Monument", "line": "Circle" }, - "id": 69 + "geometry": { + "type": "Point", + "coordinates": [ + -0.192447, + 51.600976 + ] + }, + "properties": { + "id": 340, + "name": "Finchley Central", + "line": "Northern", + "order": 45 + }, + "id": 340 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.124818, 51.501085] }, - "properties": { "id": 106, "name": "Westminster", "line": "Circle" }, - "id": 106 + "geometry": { + "type": "Point", + "coordinates": [ + 0.027317, + 51.591726 + ] + }, + "properties": { + "id": 272, + "name": "South Woodford", + "line": "Central", + "order": 44 + }, + "id": 272 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.076354, 51.510066] }, - "properties": { "id": 163, "name": "Tower Hill", "line": "Circle" }, - "id": 163 + "geometry": { + "type": "Point", + "coordinates": [ + 0.096762, + 51.563878 + ] + }, + "properties": { + "id": 4, + "name": "Seven Kings", + "line": "ElizabethLine", + "order": 44 + }, + "id": 4 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.226748, 51.501952] }, - "properties": { "id": 173, "name": "Goldhawk Road", "line": "Circle" }, - "id": 173 + "geometry": { + "type": "Point", + "coordinates": [ + 0.251087, + 51.558889 + ] + }, + "properties": { + "id": 3, + "name": "Upminster", + "line": "Liberty", + "order": 44 + }, + "id": 3 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.088339, 51.518464] }, - "properties": { "id": 175, "name": "Moorgate", "line": "Circle" }, - "id": 175 + "geometry": { + "type": "Point", + "coordinates": [ + -0.226496, + 51.583294 + ] + }, + "properties": { + "id": 160, + "name": "Hendon Central", + "line": "Northern", + "order": 43 + }, + "id": 160 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.090395, 51.511049] }, - "properties": { "id": 180, "name": "Cannon Street", "line": "Circle" }, - "id": 180 + "geometry": { + "type": "Point", + "coordinates": [ + -0.19223, + 51.53728 + ] + }, + "properties": { + "id": 11, + "name": "Kilburn High Road", + "line": "Lioness", + "order": 43 + }, + "id": 11 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.178165, 51.518156] }, - "properties": { "id": 191, "name": "Paddington", "line": "Circle" }, - "id": 191 + "geometry": { + "type": "Point", + "coordinates": [ + -0.0006, + 51.5379 + ] + }, + "properties": { + "id": 45, + "name": "Stratford High Street", + "line": "DLR", + "order": 42 + }, + "id": 45 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.188038, 51.512233] }, - "properties": { "id": 253, "name": "Bayswater", "line": "Circle" }, - "id": 253 + "geometry": { + "type": "Point", + "coordinates": [ + -0.013119, + 51.511086 + ] + }, + "properties": { + "id": 490, + "name": "All Saints", + "line": "DLR", + "order": 42 + }, + "id": 490 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.097711, 51.520146] }, - "properties": { "id": 295, "name": "Barbican", "line": "Circle" }, - "id": 295 + "geometry": { + "type": "Point", + "coordinates": [ + 0.147684, + 51.541627 + ] + }, + "properties": { + "id": 197, + "name": "Dagenham Heathway", + "line": "District", + "order": 42 + }, + "id": 197 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.192503, 51.500673] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.192503, + 51.500673 + ] + }, "properties": { - "id": 319, + "id": 320, "name": "High Street Kensington", - "line": "Circle" + "line": "District", + "order": 41 }, - "id": 319 - }, - { - "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.103767, 51.511585] }, - "properties": { "id": 328, "name": "Blackfriars", "line": "Circle" }, - "id": 328 + "id": 320 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.173922, 51.494] }, - "properties": { "id": 334, "name": "South Kensington", "line": "Circle" }, - "id": 334 + "geometry": { + "type": "Point", + "coordinates": [ + 0.017805, + 51.531218 + ] + }, + "properties": { + "id": 484, + "name": "Plaistow", + "line": "HammersmithAndCity", + "order": 41 + }, + "id": 484 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.18823, 51.519017] }, - "properties": { "id": 338, "name": "Royal Oak", "line": "Circle" }, - "id": 338 + "geometry": { + "type": "Point", + "coordinates": [ + -0.057753, + 51.541151 + ] + }, + "properties": { + "id": 287, + "name": "London Fields", + "line": "Weaver", + "order": 41 + }, + "id": 287 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.114756, 51.510877] }, - "properties": { "id": 399, "name": "Temple", "line": "Circle" }, - "id": 399 + "geometry": { + "type": "Point", + "coordinates": [ + 0.110807, + 51.565577 + ] + }, + "properties": { + "id": 276, + "name": "Goodmayes", + "line": "ElizabethLine", + "order": 40 + }, + "id": 276 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.1333, 51.499578] }, - "properties": { "id": 402, "name": "St James's Park", "line": "Circle" }, - "id": 402 + "geometry": { + "type": "Point", + "coordinates": [ + 0.034037, + 51.607033 + ] + }, + "properties": { + "id": 453, + "name": "Woodford", + "line": "Central", + "order": 38 + }, + "id": 453 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.196538, 51.509064] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.014, + 51.515 + ] + }, "properties": { - "id": 423, - "name": "Notting Hill Gate", - "line": "Circle" + "id": 100, + "name": "Langdon Park", + "line": "DLR", + "order": 38 }, - "id": 423 + "id": 100 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.224167, 51.509797] }, - "properties": { "id": 455, "name": "Wood Lane", "line": "Circle" }, - "id": 455 + "geometry": { + "type": "Point", + "coordinates": [ + -0.0721, + 51.58038 + ] + }, + "properties": { + "id": 237, + "name": "South Tottenham", + "line": "Suffragette", + "order": 38 + }, + "id": 237 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.1569, 51.523061] }, - "properties": { "id": 471, "name": "Baker Street", "line": "Circle" }, - "id": 471 + "geometry": { + "type": "Point", + "coordinates": [ + -0.039713, + 51.512499 + ] + }, + "properties": { + "id": 478, + "name": "Limehouse", + "line": "DLR", + "order": 37 + }, + "id": 478 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.217779, 51.513544] }, - "properties": { "id": 493, "name": "Latimer Road", "line": "Circle" }, - "id": 493 + "geometry": { + "type": "Point", + "coordinates": [ + 0.128958, + 51.568037 + ] + }, + "properties": { + "id": 138, + "name": "Chadwell Heath", + "line": "ElizabethLine", + "order": 37 + }, + "id": 138 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.105065, 51.520445] }, - "properties": { "id": 496, "name": "Farringdon", "line": "Circle" }, - "id": 496 + "geometry": { + "type": "Point", + "coordinates": [ + -0.00325, + 51.54129 + ] + }, + "properties": { + "id": 229, + "name": "Stratford", + "line": "DLR", + "order": 35 + }, + "id": 229 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.156486, 51.492288] }, - "properties": { "id": 513, "name": "Sloane Square", "line": "Circle" }, - "id": 513 + "geometry": { + "type": "Point", + "coordinates": [ + 0.035273, + 51.535233 + ] + }, + "properties": { + "id": 650, + "name": "Upton Park", + "line": "HammersmithAndCity", + "order": 35 + }, + "id": 650 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.075614, 51.514272] }, - "properties": { "id": 515, "name": "Aldgate", "line": "Circle" }, - "id": 515 + "geometry": { + "type": "Point", + "coordinates": [ + 0.008454, + 51.514376 + ] + }, + "properties": { + "id": 754, + "name": "Canning Town", + "line": "Jubilee", + "order": 35 + }, + "id": 754 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.200884, 51.520921] }, - "properties": { "id": 545, "name": "Westbourne Park", "line": "Circle" }, - "id": 545 + "geometry": { + "type": "Point", + "coordinates": [ + -0.17887, + 51.54144 + ] + }, + "properties": { + "id": 9, + "name": "South Hampstead", + "line": "Lioness", + "order": 35 + }, + "id": 9 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.12236, 51.507242] }, - "properties": { "id": 552, "name": "Embankment", "line": "Circle" }, - "id": 552 + "geometry": { + "type": "Point", + "coordinates": [ + -0.113734, + 51.50343 + ] + }, + "properties": { + "id": 738, + "name": "Waterloo", + "line": "WaterlooAndCity", + "order": 35 + }, + "id": 738 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.226305, 51.505561] }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.026347, + 51.509853 + ] + }, "properties": { - "id": 561, - "name": "Shepherd's Bush Market", - "line": "Circle" + "id": 7, + "name": "Custom House", + "line": "ElizabethLine", + "order": 34 }, - "id": 561 + "id": 7 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.167666, 51.51992] }, - "properties": { "id": 579, "name": "Edgware Road", "line": "Circle" }, - "id": 579 + "geometry": { + "type": "Point", + "coordinates": [ + -0.124873, + 51.508152 + ] + }, + "properties": { + "id": 290, + "name": "Charing Cross", + "line": "Bakerloo", + "order": 33 + }, + "id": 290 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.175149, 51.515981] }, - "properties": { "id": 587, "name": "Paddington", "line": "Circle" }, - "id": 587 + "geometry": { + "type": "Point", + "coordinates": [ + -0.196538, + 51.509064 + ] + }, + "properties": { + "id": 424, + "name": "Notting Hill Gate", + "line": "District", + "order": 33 + }, + "id": 424 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.123858, 51.530397] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.210383, + 51.497809 + ] + }, "properties": { - "id": 589, - "name": "King's Cross St Pancras", - "line": "Circle" + "id": 81, + "name": "Kensington (Olympia)", + "line": "District", + "order": 33 }, - "id": 589 + "id": 81 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.081662, 51.517742] }, - "properties": { "id": 614, "name": "Liverpool Street", "line": "Circle" }, - "id": 614 + "geometry": { + "type": "Point", + "coordinates": [ + 0.165875, + 51.544117 + ] + }, + "properties": { + "id": 597, + "name": "Dagenham East", + "line": "District", + "order": 33 + }, + "id": 597 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.22493, 51.493498] }, - "properties": { "id": 633, "name": "Hammersmith", "line": "Circle" }, - "id": 633 + "geometry": { + "type": "Point", + "coordinates": [ + -0.07524, + 51.52338 + ] + }, + "properties": { + "id": 442, + "name": "Shoreditch High Street", + "line": "Windrush", + "order": 33 + }, + "id": 442 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.18299, 51.49424] }, - "properties": { "id": 714, "name": "Gloucester Road", "line": "Circle" }, - "id": 714 + "geometry": { + "type": "Point", + "coordinates": [ + -0.127758, + 51.63232 + ] + }, + "properties": { + "id": 172, + "name": "Southgate", + "line": "Piccadilly", + "order": 33 + }, + "id": 172 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.094187, 51.512021] }, - "properties": { "id": 718, "name": "Mansion House", "line": "Circle" }, - "id": 718 + "geometry": { + "type": "Point", + "coordinates": [ + -0.073801, + 51.582661 + ] + }, + "properties": { + "id": 626, + "name": "Seven Sisters", + "line": "Victoria", + "order": 33 + }, + "id": 626 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.144102, 51.49518] }, - "properties": { "id": 722, "name": "Victoria", "line": "Circle" }, - "id": 722 + "geometry": { + "type": "Point", + "coordinates": [ + -0.017577, + 51.522629 + ] + }, + "properties": { + "id": 26, + "name": "Devons Road", + "line": "DLR", + "order": 32 + }, + "id": 26 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.135836, 51.525561] }, - "properties": { "id": 781, "name": "Euston Square", "line": "Circle" }, - "id": 781 + "geometry": { + "type": "Point", + "coordinates": [ + -0.057279, + 51.531971 + ] + }, + "properties": { + "id": 285, + "name": "Cambridge Heath", + "line": "Weaver", + "order": 32 + }, + "id": 285 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.210862, 51.517188] }, - "properties": { "id": 784, "name": "Ladbroke Grove", "line": "Circle" }, - "id": 784 + "geometry": { + "type": "Point", + "coordinates": [ + 0.051476, + 51.538926 + ] + }, + "properties": { + "id": 436, + "name": "East Ham", + "line": "HammersmithAndCity", + "order": 31 + }, + "id": 436 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.346444, 51.542302] }, - "properties": { "id": 8, "name": "Greenford", "line": "Central" }, - "id": 8 + "geometry": { + "type": "Point", + "coordinates": [ + -0.12236, + 51.507242 + ] + }, + "properties": { + "id": 551, + "name": "Embankment", + "line": "Bakerloo", + "order": 30 + }, + "id": 551 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.045423, 51.576302] }, - "properties": { "id": 13, "name": "Redbridge", "line": "Central" }, - "id": 13 + "geometry": { + "type": "Point", + "coordinates": [ + -0.020739, + 51.527497 + ] + }, + "properties": { + "id": 489, + "name": "Bow Church", + "line": "DLR", + "order": 30 + }, + "id": 489 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.055312, 51.641513] }, - "properties": { "id": 14, "name": "Loughton", "line": "Central" }, - "id": 14 + "geometry": { + "type": "Point", + "coordinates": [ + -0.442027, + 51.561985 + ] + }, + "properties": { + "id": 75, + "name": "Ickenham", + "line": "Metropolitan", + "order": 30 + }, + "id": 75 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.437886, 51.569529] }, - "properties": { "id": 38, "name": "West Ruislip", "line": "Central" }, - "id": 38 + "geometry": { + "type": "Point", + "coordinates": [ + -0.210862, + 51.517188 + ] + }, + "properties": { + "id": 784, + "name": "Ladbroke Grove", + "line": "Circle", + "order": 29 + }, + "id": 784 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.398659, 51.556517] }, - "properties": { "id": 55, "name": "South Ruislip", "line": "Central" }, - "id": 55 + "geometry": { + "type": "Point", + "coordinates": [ + 0.183237, + 51.574827 + ] + }, + "properties": { + "id": 360, + "name": "Romford", + "line": "ElizabethLine", + "order": 29 + }, + "id": 360 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.090337, 51.575572] }, - "properties": { "id": 68, "name": "Newbury Park", "line": "Central" }, - "id": 68 + "geometry": { + "type": "Point", + "coordinates": [ + 0.043893, + 51.617211 + ] + }, + "properties": { + "id": 520, + "name": "Roding Valley", + "line": "Central", + "order": 28 + }, + "id": 520 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.120009, 51.517439] }, - "properties": { "id": 84, "name": "Holborn", "line": "Central" }, - "id": 84 + "geometry": { + "type": "Point", + "coordinates": [ + 0.083838, + 51.645434 + ] + }, + "properties": { + "id": 409, + "name": "Debden", + "line": "Central", + "order": 28 + }, + "id": 409 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.175429, 51.511822] }, - "properties": { "id": 92, "name": "Lancaster Gate", "line": "Central" }, - "id": 92 + "geometry": { + "type": "Point", + "coordinates": [ + -0.250143, + 51.595287 + ] + }, + "properties": { + "id": 706, + "name": "Colindale", + "line": "Northern", + "order": 28 + }, + "id": 706 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.088921, 51.51332] }, - "properties": { "id": 110, "name": "Bank", "line": "Central" }, - "id": 110 + "geometry": { + "type": "Point", + "coordinates": [ + -0.02491, + 51.54342 + ] + }, + "properties": { + "id": 67, + "name": "Hackney Wick", + "line": "Mildmay", + "order": 28 + }, + "id": 67 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.218701, 51.504748] }, - "properties": { "id": 116, "name": "Shepherd's Bush", "line": "Central" }, - "id": 116 + "geometry": { + "type": "Point", + "coordinates": [ + -0.09814, + 51.57719 + ] + }, + "properties": { + "id": 235, + "name": "Harringay Green Lanes", + "line": "Suffragette", + "order": 28 + }, + "id": 235 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.090929, 51.595681] }, - "properties": { "id": 119, "name": "Fairlop", "line": "Central" }, - "id": 119 + "geometry": { + "type": "Point", + "coordinates": [ + 0.220113, + 51.568641 + ] + }, + "properties": { + "id": 2, + "name": "Emerson Park", + "line": "Liberty", + "order": 27 + }, + "id": 2 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.066449, 51.576552] }, - "properties": { "id": 125, "name": "Gants Hill", "line": "Central" }, - "id": 125 + "geometry": { + "type": "Point", + "coordinates": [ + -0.055814, + 51.511742 + ] + }, + "properties": { + "id": 364, + "name": "Shadwell", + "line": "DLR", + "order": 26 + }, + "id": 364 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.36846, 51.54815] }, - "properties": { "id": 134, "name": "Northolt", "line": "Central" }, - "id": 134 + "geometry": { + "type": "Point", + "coordinates": [ + 0.19918, + 51.549801 + ] + }, + "properties": { + "id": 158, + "name": "Elm Park", + "line": "District", + "order": 26 + }, + "id": 158 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.02149, 51.580827] }, - "properties": { "id": 136, "name": "Snaresbrook", "line": "Central" }, - "id": 136 + "geometry": { + "type": "Point", + "coordinates": [ + 0.205964, + 51.581902 + ] + }, + "properties": { + "id": 789, + "name": "Gidea Park", + "line": "ElizabethLine", + "order": 26 + }, + "id": 789 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.00325, 51.54129] }, - "properties": { "id": 228, "name": "Stratford", "line": "Central" }, - "id": 228 + "geometry": { + "type": "Point", + "coordinates": [ + -0.188469, + 51.609486 + ] + }, + "properties": { + "id": 99, + "name": "West Finchley", + "line": "Northern", + "order": 26 + }, + "id": 99 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.008215, 51.568185] }, - "properties": { "id": 240, "name": "Leytonstone", "line": "Central" }, - "id": 240 + "geometry": { + "type": "Point", + "coordinates": [ + 0.233129, + 51.592764 + ] + }, + "properties": { + "id": 787, + "name": "Harold Wood", + "line": "ElizabethLine", + "order": 23 + }, + "id": 787 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.113867, 51.693625] }, - "properties": { "id": 257, "name": "Epping", "line": "Central" }, - "id": 257 + "geometry": { + "type": "Point", + "coordinates": [ + -0.060281, + 51.588045 + ] + }, + "properties": { + "id": 776, + "name": "Tottenham Hale", + "line": "Victoria", + "order": 23 + }, + "id": 776 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.033289, 51.525082] }, - "properties": { "id": 265, "name": "Mile End", "line": "Central" }, - "id": 265 + "geometry": { + "type": "Point", + "coordinates": [ + -0.217779, + 51.513544 + ] + }, + "properties": { + "id": 493, + "name": "Latimer Road", + "line": "Circle", + "order": 22 + }, + "id": 493 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.027317, 51.591726] }, - "properties": { "id": 272, "name": "South Woodford", "line": "Central" }, - "id": 272 + "geometry": { + "type": "Point", + "coordinates": [ + -0.185421, + 51.617811 + ] + }, + "properties": { + "id": 488, + "name": "Woodside Park", + "line": "Northern", + "order": 22 + }, + "id": 488 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.205729, 51.507334] }, - "properties": { "id": 273, "name": "Holland Park", "line": "Central" }, - "id": 273 + "geometry": { + "type": "Point", + "coordinates": [ + -0.188038, + 51.512233 + ] + }, + "properties": { + "id": 254, + "name": "Bayswater", + "line": "District", + "order": 21 + }, + "id": 254 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.323852, 51.536594] }, - "properties": { "id": 283, "name": "Perivale", "line": "Central" }, - "id": 283 + "geometry": { + "type": "Point", + "coordinates": [ + 0.00504, + 51.528182 + ] + }, + "properties": { + "id": 760, + "name": "West Ham", + "line": "Jubilee", + "order": 21 + }, + "id": 760 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.092146, 51.61335] }, - "properties": { "id": 288, "name": "Grange Hill", "line": "Central" }, - "id": 288 + "geometry": { + "type": "Point", + "coordinates": [ + -0.113734, + 51.50343 + ] + }, + "properties": { + "id": 733, + "name": "Waterloo", + "line": "Bakerloo", + "order": 20 + }, + "id": 733 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.301221, 51.5149] }, - "properties": { "id": 304, "name": "Ealing Broadway", "line": "Central" }, - "id": 304 + "geometry": { + "type": "Point", + "coordinates": [ + 0.090337, + 51.575572 + ] + }, + "properties": { + "id": 68, + "name": "Newbury Park", + "line": "Central", + "order": 20 + }, + "id": 68 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.141769, 51.515124] }, - "properties": { "id": 315, "name": "Oxford Circus", "line": "Central" }, - "id": 315 + "geometry": { + "type": "Point", + "coordinates": [ + 0.219019, + 51.554005 + ] + }, + "properties": { + "id": 571, + "name": "Hornchurch", + "line": "District", + "order": 19 + }, + "id": 571 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.097574, 51.514801] }, - "properties": { "id": 337, "name": "St Paul's", "line": "Central" }, - "id": 337 + "geometry": { + "type": "Point", + "coordinates": [ + -0.11714, + 51.57131 + ] + }, + "properties": { + "id": 234, + "name": "Crouch Hill", + "line": "Suffragette", + "order": 19 + }, + "id": 234 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.046744, 51.626517] }, - "properties": { "id": 363, "name": "Buckhurst Hill", "line": "Central" }, - "id": 363 + "geometry": { + "type": "Point", + "coordinates": [ + 0.074527, + 51.617872 + ] + }, + "properties": { + "id": 578, + "name": "Chigwell", + "line": "Central", + "order": 18 + }, + "id": 578 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.247513, 51.516582] }, - "properties": { "id": 387, "name": "East Acton", "line": "Central" }, - "id": 387 + "geometry": { + "type": "Point", + "coordinates": [ + -0.059568, + 51.523916 + ] + }, + "properties": { + "id": 280, + "name": "Bethnal Green", + "line": "Weaver", + "order": 18 + }, + "id": 280 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.093119, 51.603727] }, - "properties": { "id": 393, "name": "Hainault", "line": "Central" }, - "id": 393 + "geometry": { + "type": "Point", + "coordinates": [ + -0.264199, + 51.602681 + ] + }, + "properties": { + "id": 452, + "name": "Burnt Oak", + "line": "Northern", + "order": 16 + }, + "id": 452 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.224254, 51.511978] }, - "properties": { "id": 401, "name": "White City", "line": "Central" }, - "id": 401 + "geometry": { + "type": "Point", + "coordinates": [ + -0.013963, + 51.53394 + ] + }, + "properties": { + "id": 317, + "name": "Pudding Mill Lane", + "line": "DLR", + "order": 15 + }, + "id": 317 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.083838, 51.645434] }, - "properties": { "id": 409, "name": "Debden", "line": "Central" }, - "id": 409 + "geometry": { + "type": "Point", + "coordinates": [ + 0.299586, + 51.613604 + ] + }, + "properties": { + "id": 687, + "name": "Brentwood", + "line": "ElizabethLine", + "order": 15 + }, + "id": 687 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.196538, 51.509064] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.224167, + 51.509797 + ] + }, "properties": { - "id": 422, - "name": "Notting Hill Gate", - "line": "Central" + "id": 455, + "name": "Wood Lane", + "line": "Circle", + "order": 14 }, - "id": 422 + "id": 455 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.034037, 51.607033] }, - "properties": { "id": 453, "name": "Woodford", "line": "Central" }, - "id": 453 + "geometry": { + "type": "Point", + "coordinates": [ + -0.449926, + 51.553717 + ] + }, + "properties": { + "id": 404, + "name": "Hillingdon", + "line": "Metropolitan", + "order": 14 + }, + "id": 404 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.187434, 51.51038] }, - "properties": { "id": 507, "name": "Queensway", "line": "Central" }, - "id": 507 + "geometry": { + "type": "Point", + "coordinates": [ + -0.441711, + 51.647046 + ] + }, + "properties": { + "id": 165, + "name": "Croxley", + "line": "Metropolitan", + "order": 14 + }, + "id": 165 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.028746, 51.575521] }, - "properties": { "id": 509, "name": "Wanstead", "line": "Central" }, - "id": 509 + "geometry": { + "type": "Point", + "coordinates": [ + -0.179261, + 51.630208 + ] + }, + "properties": { + "id": 533, + "name": "Totteridge & Whetstone", + "line": "Northern", + "order": 14 + }, + "id": 533 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.293008, 51.530006] }, - "properties": { "id": 519, "name": "Hanger Lane", "line": "Central" }, - "id": 519 + "geometry": { + "type": "Point", + "coordinates": [ + -0.131842, + 51.647584 + ] + }, + "properties": { + "id": 512, + "name": "Oakwood", + "line": "Piccadilly", + "order": 14 + }, + "id": 512 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.043893, 51.617211] }, - "properties": { "id": 520, "name": "Roding Valley", "line": "Central" }, - "id": 520 + "geometry": { + "type": "Point", + "coordinates": [ + -0.12951, + 51.56364 + ] + }, + "properties": { + "id": 231, + "name": "Upper Holloway", + "line": "Suffragette", + "order": 13 + }, + "id": 231 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.280993, 51.517861] }, - "properties": { "id": 521, "name": "West Acton", "line": "Central" }, - "id": 521 + "geometry": { + "type": "Point", + "coordinates": [ + -0.11176, + 51.499058 + ] + }, + "properties": { + "id": 151, + "name": "Lambeth North", + "line": "Bakerloo", + "order": 11 + }, + "id": 151 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.055431, 51.527195] }, - "properties": { "id": 539, "name": "Bethnal Green", "line": "Central" }, - "id": 539 + "geometry": { + "type": "Point", + "coordinates": [ + 0.092146, + 51.61335 + ] + }, + "properties": { + "id": 288, + "name": "Grange Hill", + "line": "Central", + "order": 11 + }, + "id": 288 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.074527, 51.617872] }, - "properties": { "id": 578, "name": "Chigwell", "line": "Central" }, - "id": 578 + "geometry": { + "type": "Point", + "coordinates": [ + 0.07178, + 51.491695 + ] + }, + "properties": { + "id": 582, + "name": "Woolwich", + "line": "ElizabethLine", + "order": 10 + }, + "id": 582 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.411039, 51.560589] }, - "properties": { "id": 583, "name": "Ruislip Gardens", "line": "Central" }, - "id": 583 + "geometry": { + "type": "Point", + "coordinates": [ + -0.07568, + 51.53152 + ] + }, + "properties": { + "id": 440, + "name": "Hoxton", + "line": "Windrush", + "order": 10 + }, + "id": 440 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.130871, 51.51621] }, + "geometry": { + "type": "Point", + "coordinates": [ + 0.235771, + 51.558751 + ] + }, "properties": { - "id": 607, - "name": "Tottenham Court Road", - "line": "Central" + "id": 665, + "name": "Upminster Bridge", + "line": "District", + "order": 9 }, - "id": 607 + "id": 665 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.081662, 51.517742] }, + "geometry": { + "type": "Point", + "coordinates": [ + -0.09219, + 51.54874 + ] + }, "properties": { - "id": 613, - "name": "Liverpool Street", - "line": "Central" + "id": 491, + "name": "Canonbury", + "line": "Windrush", + "order": 9 }, - "id": 613 + "id": 491 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.259737, 51.523366] }, - "properties": { "id": 635, "name": "North Acton", "line": "Central" }, - "id": 635 + "geometry": { + "type": "Point", + "coordinates": [ + 0.088511, + 51.585786 + ] + }, + "properties": { + "id": 713, + "name": "Barkingside", + "line": "Central", + "order": 8 + }, + "id": 713 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.111677, 51.518123] }, - "properties": { "id": 685, "name": "Chancery Lane", "line": "Central" }, - "id": 685 + "geometry": { + "type": "Point", + "coordinates": [ + 0.103125, + 51.671711 + ] + }, + "properties": { + "id": 790, + "name": "Theydon Bois", + "line": "Central", + "order": 8 + }, + "id": 790 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.088511, 51.585786] }, - "properties": { "id": 713, "name": "Barkingside", "line": "Central" }, - "id": 713 + "geometry": { + "type": "Point", + "coordinates": [ + -0.175149, + 51.515981 + ] + }, + "properties": { + "id": 588, + "name": "Paddington", + "line": "District", + "order": 8 + }, + "id": 588 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.158438, 51.513543] }, - "properties": { "id": 717, "name": "Marble Arch", "line": "Central" }, - "id": 717 + "geometry": { + "type": "Point", + "coordinates": [ + -0.128847, + 51.48 + ] + }, + "properties": { + "id": 224, + "name": "Nine Elms", + "line": "Northern", + "order": 8 + }, + "id": 224 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.00562, 51.556433] }, - "properties": { "id": 732, "name": "Leyton", "line": "Central" }, - "id": 732 + "geometry": { + "type": "Point", + "coordinates": [ + -0.226305, + 51.505561 + ] + }, + "properties": { + "id": 561, + "name": "Shepherd's Bush Market", + "line": "Circle", + "order": 7 + }, + "id": 561 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [-0.149651, 51.514307] }, - "properties": { "id": 778, "name": "Bond Street", "line": "Central" }, - "id": 778 + "geometry": { + "type": "Point", + "coordinates": [ + -0.07566, + 51.53871 + ] + }, + "properties": { + "id": 437, + "name": "Haggerston", + "line": "Windrush", + "order": 6 + }, + "id": 437 }, { "type": "Feature", - "geometry": { "type": "Point", "coordinates": [0.103125, 51.671711] }, - "properties": { "id": 790, "name": "Theydon Bois", "line": "Central" }, - "id": 790 + "geometry": { + "type": "Point", + "coordinates": [ + 0.090929, + 51.595681 + ] + }, + "properties": { + "id": 119, + "name": "Fairlop", + "line": "Central", + "order": 4 + }, + "id": 119 }, { "type": "Feature", "geometry": { "type": "Point", - "coordinates": [-0.1404384147650849, 51.550601148113614] + "coordinates": [ + -0.040996, + 51.586951 + ] }, - "properties": { "id": 809, "name": "Kentish Town", "line": "Northern" }, - "id": 809 + "properties": { + "id": 33, + "name": "Blackhorse Road", + "line": "Victoria", + "order": 4 + }, + "id": 33 }, { "type": "Feature", "geometry": { "type": "Point", - "coordinates": [-0.5063703708080247, 51.50862307536082] + "coordinates": [ + -0.226748, + 51.501952 + ] }, - "properties": { "id": 810, "name": "Iver", "line": "ElizabethLine" }, - "id": 810 + "properties": { + "id": 173, + "name": "Goldhawk Road", + "line": "Circle", + "order": 1 + }, + "id": 173 } ], "properties": { - "totalStations": 580, + "totalStations": 584, "stationsPerLine": { - "Overground": 112, - "ElizabethLine": 41, - "DLR": 45, + "Bakerloo": 25, "Central": 49, - "Piccadilly": 53, - "Jubilee": 27, - "Northern": 52, + "Circle": 35, + "DLR": 45, "District": 60, + "ElizabethLine": 40, "HammersmithAndCity": 29, - "Victoria": 16, - "Circle": 36, + "Jubilee": 27, "Metropolitan": 34, - "Bakerloo": 25, + "Northern": 52, + "Liberty": 3, + "Lioness": 19, + "Mildmay": 28, + "Suffragette": 13, + "Weaver": 25, + "Windrush": 29, + "Piccadilly": 53, + "Victoria": 16, "WaterlooAndCity": 2 } } -} +} \ No newline at end of file diff --git a/src/app/(game)/london/data/lines.json b/src/app/(game)/london/data/lines.json new file mode 100644 index 0000000..4f12017 --- /dev/null +++ b/src/app/(game)/london/data/lines.json @@ -0,0 +1,135 @@ +{ + "Bakerloo": { + "name": "Bakerloo", + "color": "#894E24", + "backgroundColor": "#452712", + "textColor": "#FFFFFF", + "order": 0 + }, + "Central": { + "name": "Central", + "color": "#DC241F", + "backgroundColor": "#6E1210", + "textColor": "#FFFFFF", + "order": 1 + }, + "Circle": { + "name": "Circle", + "color": "#FFCE00", + "backgroundColor": "#806700", + "textColor": "#113B92", + "order": 2 + }, + "DLR": { + "name": "DLR", + "color": "#00AFAD", + "backgroundColor": "#005856", + "textColor": "#FFFFFF", + "order": 3 + }, + "District": { + "name": "District", + "color": "#007229", + "backgroundColor": "#003914", + "textColor": "#FFFFFF", + "order": 4 + }, + "ElizabethLine": { + "name": "Elizabeth Line", + "color": "#6950A1", + "backgroundColor": "#342850", + "textColor": "#FFFFFF", + "order": 5 + }, + "HammersmithAndCity": { + "name": "Hammersmith & City", + "color": "#D799AF", + "backgroundColor": "#843450", + "textColor": "#113B92", + "order": 6 + }, + "Jubilee": { + "name": "Jubilee", + "color": "#868F98", + "backgroundColor": "#42484D", + "textColor": "#FFFFFF", + "order": 7 + }, + "Metropolitan": { + "name": "Metropolitan", + "color": "#751056", + "backgroundColor": "#3A082B", + "textColor": "#FFFFFF", + "order": 8 + }, + "Northern": { + "name": "Northern", + "color": "#000000", + "backgroundColor": "#000000", + "textColor": "#FFFFFF", + "order": 9 + }, + "Liberty": { + "name": "Liberty", + "color": "#5D6061", + "backgroundColor": "#2F3031", + "textColor": "#FFFFFF", + "order": 10 + }, + "Lioness": { + "name": "Lioness", + "color": "#FAA61A", + "backgroundColor": "#875603", + "textColor": "#FFFFFF", + "order": 11 + }, + "Mildmay": { + "name": "Mildmay", + "color": "#0077AD", + "backgroundColor": "#003C57", + "textColor": "#FFFFFF", + "order": 12 + }, + "Suffragette": { + "name": "Suffragette", + "color": "#5BBD72", + "backgroundColor": "#286436", + "textColor": "#FFFFFF", + "order": 13 + }, + "Weaver": { + "name": "Weaver", + "color": "#823A62", + "backgroundColor": "#411D31", + "textColor": "#FFFFFF", + "order": 14 + }, + "Windrush": { + "name": "Windrush", + "color": "#ED1B00", + "backgroundColor": "#760E00", + "textColor": "#FFFFFF", + "order": 15 + }, + "Piccadilly": { + "name": "Piccadilly", + "color": "#0019A8", + "backgroundColor": "#000D54", + "textColor": "#FFFFFF", + "order": 16 + }, + "Victoria": { + "name": "Victoria", + "color": "#00A0E2", + "backgroundColor": "#005071", + "textColor": "#FFFFFF", + "order": 17 + }, + "WaterlooAndCity": { + "name": "Waterloo & City", + "color": "#76D0BD", + "backgroundColor": "#2A7969", + "textColor": "#113B92", + "order": 18 + } +} \ No newline at end of file diff --git a/src/app/(game)/london/data/preprocess.ts b/src/app/(game)/london/data/preprocess.ts new file mode 100644 index 0000000..f777d4c --- /dev/null +++ b/src/app/(game)/london/data/preprocess.ts @@ -0,0 +1,177 @@ +import Color from 'color' +import { promises as fs } from 'fs' +import pkg from 'lodash' +import * as path from 'path' +const { groupBy, mapValues, sortBy, uniqBy } = pkg + +import { dirname } from 'path' +import { fileURLToPath } from 'url' + +const __filename = fileURLToPath(import.meta.url) +const __dirname = dirname(__filename) + +const Bun = { + file(path: string) { + return { + async json() { + return JSON.parse(await fs.readFile(path, 'utf8')) + }, + } + }, + + async write(path: string, content: string) { + await fs.writeFile(path, content, 'utf8') + }, +} + +const main = async () => { + // --- STATIONS --- + const data = Bun.file(path.join(__dirname, './source.json')) + + const { routes, stops } = (await data.json()) as any + + const availableLines = new Set( + routes.map((route: any) => route.live_line_code), + ) + + const featuresRoutes = routes + .flatMap((route: any, i: number) => { + return route.patterns.map((pattern: any) => { + return { + type: 'Feature', + geometry: { + type: 'LineString', + coordinates: pattern.path.map((coord: any) => [coord[1], coord[0]]), + }, + properties: { + line: route.live_line_code, + name: route.name, + color: route.color, + order: i, + }, + } + }) + }) + .filter((feature: any) => availableLines.has(feature.properties.line)) + + // Load in a previous features.json to preserve existing station ids + let oldFeatures: any[] = [] + const oldData = Bun.file(path.join(__dirname, './features-old.json')) + oldFeatures = (await oldData.json() as any).features || [] + + console.log(oldFeatures.length) + + const oldFeatureMap: { [key: string]: any } = {} + oldFeatures.forEach((feature) => { + const name = feature.properties.name + const line = feature.properties.line + const key = name + '-' + line + oldFeatureMap[key] = feature + }) + + const usedIds = new Set(); + + oldFeatures.forEach(feature => usedIds.add(feature.id)) + + let index = 0 + + const featuresStations = uniqBy( + routes.flatMap((route: any) => { + return route.patterns + .flatMap((pattern: any) => { + return pattern.stop_points.map( + ({ id: code, path_index }: { id: string; path_index: number }) => { + let id: number + const key = stops[code].name + '-' + route.live_line_code + if (oldFeatureMap[key]) { + id = oldFeatureMap[key].id + } + else { + while (usedIds.has(index)) { + index++ + } + id = index; + usedIds.add(id) + } + + return { + type: 'Feature', + geometry: { + type: 'Point', + coordinates: [ + stops[code].coords[1], + stops[code].coords[0], + ], + }, + properties: { + id, + name: stops[code].name, + line: route.live_line_code, + order: path_index, + }, + id, + } + }, + ) + }) + .filter((feature: any) => availableLines.has(feature.properties.line)) + }), + (f: any) => f.properties.line + f.properties.name, + ) + + + + Bun.write( + path.join(__dirname, './features.json'), + JSON.stringify( + { + type: 'FeatureCollection', + features: sortBy( + featuresStations, + (f) => -(f.properties.order || Infinity), + ), + properties: { + totalStations: featuresStations.length, + stationsPerLine: mapValues( + groupBy(featuresStations, (feature) => feature.properties!.line), + (stations) => stations.length, + ), + }, + }, + null, + 2, + ), + ) + + Bun.write( + path.join(__dirname, './routes.json'), + JSON.stringify( + { + type: 'FeatureCollection', + features: sortBy(featuresRoutes, (f) => -f.properties.order), + }, + null, + 2, + ), + ) + + Bun.write( + path.join(__dirname, './lines.json'), + JSON.stringify( + routes.reduce((acc: any, route: any, i: number) => { + acc[route.live_line_code] = { + name: route.name, + color: route.color, + backgroundColor: Color(route.color).darken(0.5).hex(), + textColor: route.text_color || '#FFFFFF', + order: i, + } + return acc + }, {}), + null, + 2, + ), + ) +} + +main() diff --git a/src/app/(game)/london/data/routes.json b/src/app/(game)/london/data/routes.json index ee15ba9..2ef5228 100644 --- a/src/app/(game)/london/data/routes.json +++ b/src/app/(game)/london/data/routes.json @@ -1 +1,56941 @@ -{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.100891,51.495702],[-0.101374,51.496102],[-0.104063,51.498165],[-0.10456,51.498443],[-0.105035,51.498559],[-0.105528,51.498604],[-0.105979,51.498594],[-0.109878,51.498343],[-0.110612,51.498372],[-0.111137,51.498467],[-0.11158,51.498609],[-0.112034,51.498787],[-0.112287,51.498886],[-0.112889,51.499142],[-0.114904,51.500062],[-0.115044,51.500241],[-0.115092,51.500375],[-0.115151,51.50089],[-0.114066,51.502576],[-0.114034,51.503083],[-0.114138,51.503374],[-0.11432,51.503886],[-0.115127,51.50445],[-0.115996,51.504948],[-0.116248,51.505016],[-0.116586,51.505138],[-0.117489,51.505522],[-0.118354,51.505764],[-0.119476,51.506044],[-0.121577,51.5068],[-0.122448,51.50716],[-0.122971,51.507376],[-0.124727,51.508365],[-0.124918,51.508449],[-0.125257,51.508598],[-0.125505,51.508551],[-0.126271,51.508079],[-0.127074,51.507625],[-0.127929,51.507352],[-0.129348,51.507457],[-0.130807,51.507648],[-0.131008,51.507716],[-0.131254,51.507854],[-0.131469,51.508045],[-0.132378,51.509202],[-0.132917,51.509748],[-0.133057,51.50984],[-0.133242,51.509917],[-0.133442,51.509959],[-0.133694,51.509975],[-0.134002,51.509967],[-0.13443,51.509955],[-0.135902,51.50988],[-0.136757,51.509868],[-0.137266,51.509922],[-0.137544,51.509986],[-0.138001,51.510192],[-0.138163,51.510329],[-0.141065,51.513637],[-0.141648,51.514488],[-0.14177,51.514802],[-0.141859,51.515114],[-0.142013,51.515658],[-0.142676,51.517289],[-0.142807,51.517504],[-0.143098,51.517807],[-0.143939,51.518214],[-0.144048,51.518276],[-0.144124,51.518359],[-0.146225,51.522958],[-0.146561,51.52357],[-0.146771,51.523955],[-0.147038,51.524316],[-0.14719,51.524445],[-0.14745,51.524606],[-0.14765,51.524699],[-0.147899,51.524763],[-0.148168,51.524789],[-0.148834,51.524763],[-0.149168,51.524719],[-0.154169,51.523893],[-0.155725,51.523557],[-0.157017,51.523252],[-0.158137,51.522987],[-0.161606,51.522419],[-0.162143,51.522358],[-0.162607,51.52232],[-0.163597,51.52224],[-0.164872,51.522217],[-0.165228,51.52216],[-0.168391,51.521194],[-0.170075,51.520593],[-0.170339,51.520483],[-0.170339,51.520483],[-0.170518,51.520372],[-0.170657,51.520248],[-0.170847,51.519983],[-0.170975,51.519708],[-0.171383,51.518575],[-0.171543,51.518217],[-0.171724,51.51794],[-0.172017,51.517573],[-0.172634,51.516886],[-0.173002,51.516569],[-0.173247,51.516396],[-0.173504,51.516262],[-0.173986,51.516065],[-0.174267,51.515986],[-0.174593,51.515954],[-0.175066,51.515975],[-0.175137,51.515996],[-0.175373,51.516067],[-0.175881,51.516381],[-0.176613,51.517041],[-0.177407,51.517943],[-0.177643,51.518409],[-0.178061,51.519062],[-0.178361,51.519443],[-0.178664,51.519729],[-0.1793,51.520171],[-0.180959,51.521124],[-0.182253,51.521925],[-0.183548,51.522785],[-0.183877,51.523103],[-0.183945,51.523204],[-0.18401,51.5233],[-0.184109,51.524056],[-0.184139,51.524591],[-0.184098,51.525265],[-0.183833,51.526069],[-0.183509,51.526645],[-0.183323,51.527032],[-0.183293,51.527333],[-0.183402,51.527597],[-0.184018,51.528377],[-0.185687,51.529731],[-0.185775,51.529803],[-0.187495,51.531393],[-0.188889,51.532582],[-0.190221,51.533498],[-0.191221,51.534069],[-0.192262,51.534516],[-0.193329,51.534817],[-0.194018,51.534988],[-0.194584,51.535128],[-0.194869,51.535163],[-0.196327,51.535264],[-0.196738,51.535264],[-0.197458,51.535212],[-0.19927,51.535017],[-0.200843,51.534795],[-0.202015,51.534561],[-0.203201,51.534357],[-0.204098,51.534246],[-0.204721,51.534141],[-0.204778,51.534132],[-0.206313,51.53385],[-0.207266,51.533634],[-0.209668,51.533208],[-0.211249,51.532997],[-0.211843,51.532897],[-0.215518,51.532117],[-0.219774,51.531164],[-0.220914,51.530957],[-0.222398,51.530752],[-0.223992,51.530625],[-0.228591,51.530258],[-0.230232,51.530177],[-0.232441,51.530121],[-0.233413,51.530135],[-0.235127,51.530238],[-0.235841,51.5303],[-0.236157,51.53035],[-0.2366,51.530448],[-0.236943,51.530555],[-0.237543,51.530819],[-0.238494,51.531372],[-0.238853,51.531543],[-0.23923,51.531686],[-0.240053,51.531904],[-0.240578,51.531981],[-0.242759,51.532192],[-0.244068,51.532253],[-0.244272,51.53227],[-0.244595,51.532298],[-0.246084,51.532524],[-0.24771,51.532682],[-0.248762,51.53293],[-0.249556,51.533147],[-0.25099,51.533595],[-0.252049,51.533988],[-0.25321,51.534512],[-0.257446,51.536172],[-0.2575,51.536196],[-0.258205,51.536507],[-0.259929,51.537319],[-0.261157,51.537846],[-0.262602,51.538525],[-0.267201,51.540521],[-0.269826,51.541633],[-0.275517,51.543779],[-0.275517,51.543779],[-0.278292,51.544796],[-0.282311,51.546232],[-0.282709,51.546354],[-0.283574,51.546582],[-0.284227,51.546728],[-0.28516,51.546884],[-0.286525,51.547027],[-0.290007,51.547254],[-0.290524,51.547306],[-0.290798,51.547355],[-0.291397,51.547505],[-0.291888,51.547693],[-0.292453,51.548009],[-0.292819,51.548284],[-0.293496,51.548956],[-0.294419,51.54993],[-0.295531,51.550978],[-0.296901,51.552313],[-0.29717,51.552576],[-0.298686,51.554287],[-0.299487,51.555326],[-0.300114,51.556222],[-0.300813,51.557309],[-0.302248,51.559722],[-0.303943,51.562432],[-0.303996,51.562525],[-0.306314,51.566645],[-0.307602,51.568785],[-0.308297,51.569787],[-0.308539,51.570184],[-0.308581,51.570252],[-0.309451,51.571937],[-0.311434,51.575318],[-0.312278,51.576651],[-0.312815,51.577418],[-0.313393,51.578181],[-0.313917,51.578805],[-0.315249,51.580216],[-0.316508,51.581388],[-0.31723,51.582061],[-0.318356,51.583003],[-0.320446,51.584514],[-0.321286,51.585079],[-0.3237,51.586573],[-0.325145,51.587385],[-0.327034,51.588325],[-0.329947,51.589738],[-0.335247,51.592195]]},"properties":{"line":"Bakerloo","name":"Bakerloo","color":"#894E24","order":0}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[0.1212,51.491075],[0.090744,51.490269],[0.087783,51.490442],[0.084264,51.49079],[0.082676,51.491003],[0.080488,51.491137],[0.079136,51.491284],[0.077527,51.491257],[0.076218,51.491177],[0.074179,51.491217],[0.071779,51.491694],[0.071154,51.491818],[0.06963,51.492152],[0.068214,51.492633],[0.066648,51.493582],[0.065725,51.494971],[0.065382,51.49608],[0.064974,51.497109],[0.063665,51.498591],[0.061626,51.49978],[0.058537,51.500381],[0.053558,51.501063],[0.047228,51.501824],[0.044181,51.502572],[0.042658,51.503373],[0.041478,51.504362],[0.040748,51.505657],[0.039954,51.506926],[0.038903,51.507874],[0.037873,51.508649],[0.036049,51.50921],[0.033946,51.509611],[0.032015,51.509864],[0.028517,51.509864],[0.026349,51.50982],[0.023968,51.509771],[0.020814,51.509637],[0.018089,51.50933],[0.016587,51.509116],[0.014291,51.50905],[0.012596,51.50941],[0.010707,51.510038],[0.009677,51.510358],[0.008261,51.510612],[0.006351,51.510625],[0.004034,51.510278],[0.001674,51.509878],[-0.000923,51.509357],[-0.007381,51.506859],[-0.010321,51.505911],[-0.012553,51.505671],[-0.01693,51.506071],[-0.017484,51.50613],[-0.021715,51.506579],[-0.024741,51.506966],[-0.026393,51.507514],[-0.027745,51.508369],[-0.030663,51.510545],[-0.031993,51.511333],[-0.033388,51.511814],[-0.035384,51.512121],[-0.037487,51.512735],[-0.039353,51.513697],[-0.040555,51.514859],[-0.042078,51.516167],[-0.044332,51.517369],[-0.049374,51.519198],[-0.05167,51.519946],[-0.054224,51.52032],[-0.059958,51.51939],[-0.061407,51.519154],[-0.067269,51.519845],[-0.071883,51.519973],[-0.073192,51.519813],[-0.074673,51.519545],[-0.076132,51.519025],[-0.077801,51.518326],[-0.079445,51.517535],[-0.080311,51.517309],[-0.081767,51.517259],[-0.083012,51.517452],[-0.08306,51.51746],[-0.087968,51.5181],[-0.095551,51.519906],[-0.096602,51.520106],[-0.097589,51.520186],[-0.099755,51.520234],[-0.101977,51.520108],[-0.10332,51.519945],[-0.10455,51.51987],[-0.10455,51.51987],[-0.10696,51.519518],[-0.107713,51.519456],[-0.10937,51.519425],[-0.110378,51.519519],[-0.111322,51.519706],[-0.112438,51.519879],[-0.113811,51.520026],[-0.114799,51.519999],[-0.116,51.519813],[-0.117009,51.519545],[-0.117655,51.519449],[-0.118308,51.519236],[-0.119688,51.518684],[-0.121697,51.517793],[-0.121935,51.517667],[-0.122688,51.517391],[-0.125324,51.517002],[-0.127157,51.516788],[-0.130433,51.516261],[-0.130874,51.516225],[-0.134726,51.51591],[-0.138417,51.515546],[-0.140977,51.515169],[-0.144379,51.514592],[-0.148258,51.514278],[-0.149582,51.514104],[-0.152475,51.513726],[-0.160074,51.51156],[-0.161533,51.51132],[-0.162907,51.51112],[-0.164516,51.511066],[-0.166447,51.511093],[-0.168056,51.51128],[-0.16958,51.511654],[-0.171318,51.512201],[-0.172691,51.512789],[-0.174405,51.513977],[-0.177105,51.515894],[-0.179338,51.517479],[-0.182261,51.518744],[-0.18342,51.518998],[-0.184493,51.519132],[-0.18621,51.519118],[-0.189385,51.519319],[-0.193655,51.519772],[-0.198998,51.520961],[-0.202646,51.521668],[-0.209599,51.523805],[-0.214834,51.524819],[-0.217066,51.5253],[-0.221958,51.525887],[-0.225992,51.525994],[-0.22994,51.526047],[-0.23303,51.525941],[-0.237236,51.525513],[-0.241013,51.524926],[-0.244961,51.524178],[-0.248308,51.523377],[-0.254831,51.521028],[-0.260239,51.518891],[-0.266075,51.517182],[-0.272942,51.516007],[-0.278521,51.515313],[-0.290108,51.514992],[-0.300493,51.514885],[-0.301208,51.514833],[-0.315857,51.513764],[-0.328903,51.512856],[-0.344181,51.510933],[-0.367956,51.507621],[-0.377483,51.506018],[-0.378581,51.505871],[-0.395851,51.50356],[-0.401773,51.503059],[-0.405046,51.502899],[-0.410174,51.502732],[-0.42069,51.502998],[-0.421783,51.503026],[-0.428048,51.503547],[-0.432587,51.504061],[-0.436975,51.504689],[-0.442189,51.505631],[-0.446931,51.506551],[-0.449899,51.507067],[-0.453618,51.507786],[-0.460483,51.50885],[-0.466382,51.50943],[-0.472269,51.509607],[-0.482167,51.509906],[-0.495074,51.509777],[-0.515209,51.507841],[-0.536247,51.507583],[-0.541889,51.507892],[-0.555091,51.508616],[-0.578324,51.510294],[-0.59146,51.512027],[-0.59691,51.512746],[-0.619884,51.518425],[-0.644924,51.523459],[-0.646373,51.523517],[-0.670609,51.524491],[-0.681339,51.523439],[-0.690357,51.522555],[-0.712428,51.519974],[-0.722453,51.518209],[-0.730756,51.516747],[-0.749987,51.511972],[-0.771413,51.505131],[-0.792838,51.498161],[-0.814006,51.491191],[-0.840723,51.482673],[-0.858664,51.477252],[-0.86337,51.475618],[-0.87725,51.470798],[-0.896094,51.464732],[-0.916487,51.460731],[-0.933525,51.459182],[-0.947464,51.458149],[-0.956241,51.458666],[-0.964501,51.458537],[-0.972181,51.459257]]},"properties":{"line":"ElizabethLine","name":"Elizabeth Line","color":"#6950A1","order":16}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[0.121394,51.491067],[0.090744,51.490269],[0.087783,51.490442],[0.084264,51.49079],[0.082676,51.491003],[0.080488,51.491137],[0.079136,51.491284],[0.077527,51.491257],[0.076218,51.491177],[0.074179,51.491217],[0.071779,51.491694],[0.071154,51.491818],[0.06963,51.492152],[0.068214,51.492633],[0.066648,51.493582],[0.065725,51.494971],[0.065382,51.49608],[0.064974,51.497109],[0.063665,51.498591],[0.061626,51.49978],[0.058537,51.500381],[0.053558,51.501063],[0.047228,51.501824],[0.044181,51.502572],[0.042658,51.503373],[0.041478,51.504362],[0.040748,51.505657],[0.039954,51.506926],[0.038903,51.507874],[0.037873,51.508649],[0.036049,51.50921],[0.033928,51.509503],[0.03138,51.509759],[0.028364,51.509821],[0.02635,51.509788],[0.024437,51.509756],[0.020849,51.509496],[0.016383,51.509069],[0.014291,51.50905],[0.012596,51.50941],[0.010707,51.510038],[0.009677,51.510358],[0.008261,51.510612],[0.006351,51.510625],[0.004034,51.510278],[0.002038,51.5098],[-0.000668,51.509293],[-0.004841,51.507629],[-0.008949,51.506188],[-0.010938,51.50566],[-0.013016,51.505765],[-0.016336,51.50606],[-0.017468,51.506187],[-0.021058,51.506593],[-0.022952,51.506786],[-0.026308,51.507347],[-0.02763,51.507974],[-0.029912,51.509658],[-0.03226,51.51122],[-0.03565,51.512072],[-0.038193,51.512904],[-0.039465,51.513594],[-0.040802,51.514751],[-0.043084,51.516556],[-0.048104,51.518605],[-0.052343,51.519904],[-0.054788,51.520188],[-0.059344,51.519577],[-0.059981,51.519447],[-0.061413,51.519154],[-0.067307,51.519823],[-0.071883,51.519973],[-0.073192,51.519813],[-0.074673,51.519545],[-0.077601,51.518391],[-0.079132,51.517674],[-0.080135,51.517379],[-0.081744,51.517269],[-0.083017,51.517438],[-0.087294,51.518005],[-0.091523,51.518924],[-0.095551,51.519906],[-0.096602,51.520106],[-0.097589,51.520186],[-0.099616,51.520212],[-0.101528,51.52012],[-0.102797,51.520028],[-0.104875,51.519844],[-0.104875,51.519844],[-0.106862,51.519568],[-0.108517,51.519402],[-0.109584,51.519476],[-0.11065,51.519605],[-0.111349,51.519789],[-0.112655,51.520009],[-0.113758,51.520028],[-0.114899,51.520083],[-0.115377,51.520028],[-0.117418,51.519513],[-0.119662,51.518685],[-0.120784,51.518097],[-0.122733,51.517398],[-0.125639,51.516975],[-0.127294,51.516754],[-0.129832,51.516349],[-0.130882,51.516256],[-0.136232,51.515779],[-0.139607,51.515393],[-0.144456,51.514579],[-0.14832,51.514264],[-0.149608,51.514137],[-0.150017,51.514097],[-0.152444,51.513729],[-0.15787,51.512239],[-0.159341,51.511788],[-0.161088,51.511457],[-0.16381,51.511099],[-0.165971,51.511136],[-0.167626,51.511301],[-0.169318,51.511651],[-0.171387,51.512331],[-0.173631,51.513416],[-0.176564,51.515559],[-0.177074,51.515912],[-0.179378,51.517508],[-0.182261,51.518744],[-0.18342,51.518998],[-0.184493,51.519132],[-0.18621,51.519118],[-0.189385,51.519319],[-0.193655,51.519772],[-0.198998,51.520961],[-0.202646,51.521668],[-0.209599,51.523805],[-0.214834,51.524819],[-0.217066,51.5253],[-0.221958,51.525887],[-0.225992,51.525994],[-0.22994,51.526047],[-0.23303,51.525941],[-0.237236,51.525513],[-0.241013,51.524926],[-0.244961,51.524178],[-0.248308,51.523377],[-0.254831,51.521028],[-0.260239,51.518891],[-0.266075,51.517182],[-0.26671,51.517074],[-0.272942,51.516007],[-0.278521,51.515313],[-0.290108,51.514992],[-0.300493,51.514885],[-0.301208,51.514833],[-0.315857,51.513764],[-0.320126,51.513467],[-0.328903,51.512856],[-0.338522,51.511645],[-0.344181,51.510933],[-0.367956,51.507621],[-0.377483,51.506018],[-0.378581,51.505871],[-0.395851,51.50356],[-0.401773,51.503059],[-0.405046,51.502899],[-0.410174,51.502732],[-0.42069,51.502998],[-0.421783,51.503026],[-0.428048,51.503547],[-0.432587,51.504061],[-0.436975,51.504689],[-0.442189,51.505631],[-0.443852,51.505958],[-0.445129,51.505965],[-0.445933,51.505878],[-0.446845,51.505644],[-0.447543,51.505337],[-0.448143,51.504896],[-0.448669,51.504382],[-0.450203,51.502044],[-0.450783,51.501002],[-0.451083,51.500348],[-0.451394,51.499567],[-0.451663,51.498197],[-0.451738,51.497008],[-0.451384,51.493522],[-0.45059,51.487175],[-0.450461,51.48596],[-0.450246,51.485124],[-0.449324,51.482946],[-0.447789,51.479572],[-0.447489,51.478704],[-0.447435,51.477975],[-0.447543,51.477046],[-0.447907,51.476111],[-0.448798,51.475002],[-0.450279,51.473886],[-0.453765,51.472181],[-0.454183,51.472004],[-0.457349,51.470658],[-0.460975,51.469007],[-0.462295,51.468258],[-0.462778,51.467844],[-0.463443,51.467202],[-0.46384,51.466628],[-0.464162,51.466046],[-0.464398,51.465277],[-0.464483,51.464736],[-0.464462,51.463974],[-0.464247,51.463159],[-0.463818,51.462163],[-0.46325,51.461274],[-0.462531,51.460458],[-0.461619,51.459602],[-0.460525,51.458834],[-0.458915,51.457978],[-0.457134,51.45741],[-0.455182,51.457122],[-0.453261,51.456942],[-0.45008,51.456953],[-0.447184,51.457717],[-0.446059,51.458553]]},"properties":{"line":"ElizabethLine","name":"Elizabeth Line","color":"#6950A1","order":16}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[0.121394,51.491067],[0.090744,51.490269],[0.087783,51.490442],[0.084264,51.49079],[0.082676,51.491003],[0.080488,51.491137],[0.079136,51.491284],[0.077527,51.491257],[0.076218,51.491177],[0.074179,51.491217],[0.071779,51.491694],[0.071154,51.491818],[0.06963,51.492152],[0.068214,51.492633],[0.066648,51.493582],[0.065725,51.494971],[0.065382,51.49608],[0.064974,51.497109],[0.063665,51.498591],[0.061626,51.49978],[0.058537,51.500381],[0.053558,51.501063],[0.047228,51.501824],[0.044181,51.502572],[0.042658,51.503373],[0.041478,51.504362],[0.040748,51.505657],[0.039954,51.506926],[0.038903,51.507874],[0.037873,51.508649],[0.036049,51.50921],[0.033928,51.509503],[0.03138,51.509759],[0.028364,51.509821],[0.02635,51.509788],[0.024437,51.509756],[0.020849,51.509496],[0.016383,51.509069],[0.014291,51.50905],[0.012596,51.50941],[0.010707,51.510038],[0.009677,51.510358],[0.008261,51.510612],[0.006351,51.510625],[0.004034,51.510278],[0.002038,51.5098],[-0.000668,51.509293],[-0.004841,51.507629],[-0.008949,51.506188],[-0.010938,51.50566],[-0.013016,51.505765],[-0.016336,51.50606],[-0.017468,51.506187],[-0.021058,51.506593],[-0.022952,51.506786],[-0.026308,51.507347],[-0.02763,51.507974],[-0.029912,51.509658],[-0.03226,51.51122],[-0.03565,51.512072],[-0.038193,51.512904],[-0.039465,51.513594],[-0.040802,51.514751],[-0.043084,51.516556],[-0.048104,51.518605],[-0.052343,51.519904],[-0.054788,51.520188],[-0.059344,51.519577],[-0.059981,51.519447],[-0.061413,51.519154],[-0.067307,51.519823],[-0.071883,51.519973],[-0.073192,51.519813],[-0.074673,51.519545],[-0.077601,51.518391],[-0.079132,51.517674],[-0.080135,51.517379],[-0.081744,51.517269],[-0.083017,51.517438],[-0.087294,51.518005],[-0.091523,51.518924],[-0.095551,51.519906],[-0.096602,51.520106],[-0.097589,51.520186],[-0.099616,51.520212],[-0.101528,51.52012],[-0.102797,51.520028],[-0.104875,51.519844],[-0.104875,51.519844],[-0.106862,51.519568],[-0.108517,51.519402],[-0.109584,51.519476],[-0.11065,51.519605],[-0.111349,51.519789],[-0.112655,51.520009],[-0.113758,51.520028],[-0.114899,51.520083],[-0.115377,51.520028],[-0.117418,51.519513],[-0.119662,51.518685],[-0.120784,51.518097],[-0.122733,51.517398],[-0.125639,51.516975],[-0.127294,51.516754],[-0.129832,51.516349],[-0.130882,51.516256],[-0.136232,51.515779],[-0.139607,51.515393],[-0.144456,51.514579],[-0.14832,51.514264],[-0.149608,51.514137],[-0.150017,51.514097],[-0.152444,51.513729],[-0.15787,51.512239],[-0.159341,51.511788],[-0.161088,51.511457],[-0.16381,51.511099],[-0.165971,51.511136],[-0.167626,51.511301],[-0.169318,51.511651],[-0.171387,51.512331],[-0.173631,51.513416],[-0.176564,51.515559],[-0.177074,51.515912],[-0.179378,51.517508],[-0.182261,51.518744],[-0.18342,51.518998],[-0.184493,51.519132],[-0.18621,51.519118],[-0.189385,51.519319],[-0.193655,51.519772],[-0.198998,51.520961],[-0.202646,51.521668],[-0.209599,51.523805],[-0.214834,51.524819],[-0.217066,51.5253],[-0.221958,51.525887],[-0.225992,51.525994],[-0.22994,51.526047],[-0.23303,51.525941],[-0.237236,51.525513],[-0.241013,51.524926],[-0.244961,51.524178],[-0.248308,51.523377],[-0.254831,51.521028],[-0.260239,51.518891],[-0.266075,51.517182],[-0.26671,51.517074],[-0.272942,51.516007],[-0.278521,51.515313],[-0.290108,51.514992],[-0.300493,51.514885],[-0.301208,51.514833],[-0.315857,51.513764],[-0.320126,51.513467],[-0.328903,51.512856],[-0.338522,51.511645],[-0.344181,51.510933],[-0.367956,51.507621],[-0.377483,51.506018],[-0.378581,51.505871],[-0.395851,51.50356],[-0.401773,51.503059],[-0.405046,51.502899],[-0.410174,51.502732],[-0.42069,51.502998],[-0.421783,51.503026],[-0.428048,51.503547],[-0.432587,51.504061],[-0.436975,51.504689],[-0.442189,51.505631],[-0.443852,51.505958],[-0.445129,51.505965],[-0.445933,51.505878],[-0.446845,51.505644],[-0.447543,51.505337],[-0.448143,51.504896],[-0.448669,51.504382],[-0.450203,51.502044],[-0.450783,51.501002],[-0.451083,51.500348],[-0.451394,51.499567],[-0.451663,51.498197],[-0.451738,51.497008],[-0.45162,51.495773],[-0.451384,51.493522],[-0.45059,51.487175],[-0.450461,51.48596],[-0.450246,51.485124],[-0.449324,51.482946],[-0.447789,51.479572],[-0.447489,51.478704],[-0.447435,51.477975],[-0.447543,51.477046],[-0.447907,51.476111],[-0.448798,51.475002],[-0.450279,51.473886],[-0.453765,51.472181],[-0.454183,51.472004],[-0.457349,51.470658],[-0.460975,51.469007],[-0.462684,51.468696],[-0.463953,51.468549],[-0.465757,51.468585],[-0.467707,51.468806],[-0.469382,51.469045],[-0.470283,51.46934],[-0.471884,51.469763],[-0.472841,51.470094],[-0.474828,51.47072],[-0.47711,51.47153],[-0.478582,51.471898],[-0.479981,51.472155],[-0.48241,51.472339],[-0.484728,51.472266],[-0.487603,51.472348],[-0.487666,51.472349]]},"properties":{"line":"ElizabethLine","name":"Elizabeth Line","color":"#6950A1","order":16}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[0.330148,51.630751],[0.330062,51.630672],[0.329075,51.629393],[0.327616,51.627422],[0.326886,51.62521],[0.326371,51.623079],[0.325642,51.621294],[0.32414,51.619349],[0.321651,51.617031],[0.31929,51.615778],[0.315685,51.614339],[0.31251,51.613566],[0.308948,51.613247],[0.305214,51.613193],[0.301609,51.613433],[0.299592,51.613627],[0.298562,51.613726],[0.293627,51.613673],[0.288391,51.613193],[0.283971,51.612367],[0.277061,51.609862],[0.254016,51.601013],[0.234275,51.593229],[0.233125,51.592767],[0.223117,51.58875],[0.210629,51.583977],[0.206041,51.581838],[0.20565,51.581657],[0.195909,51.578456],[0.183193,51.574888],[0.178614,51.573602],[0.171576,51.572082],[0.165825,51.571255],[0.157413,51.570428],[0.151148,51.569761],[0.138702,51.568748],[0.132265,51.568374],[0.128979,51.56797],[0.128145,51.567867],[0.111752,51.56568],[0.110813,51.565558],[0.107632,51.565146],[0.102696,51.564399],[0.097117,51.563946],[0.096754,51.563922],[0.091925,51.563599],[0.088406,51.563092],[0.084114,51.562238],[0.072913,51.559811],[0.06966,51.559153],[0.067763,51.55877],[0.064931,51.558103],[0.062227,51.557356],[0.055017,51.554821],[0.049181,51.553113],[0.046341,51.552477],[0.042272,51.551566],[0.03901,51.551165],[0.033603,51.550845],[0.030599,51.550552],[0.024332,51.549478],[0.023432,51.549324],[0.020299,51.54871],[0.008883,51.546655],[0.005863,51.545995],[0.00339,51.545454],[0.001631,51.54468],[0.000086,51.54404],[-0.003546,51.541451],[-0.003734,51.541317],[-0.007403,51.538808],[-0.013647,51.53419],[-0.015385,51.533269],[-0.01708,51.531988],[-0.018089,51.53088],[-0.018668,51.529438],[-0.019419,51.527236],[-0.020514,51.525473],[-0.023024,51.523498],[-0.029333,51.519599],[-0.032744,51.517823],[-0.034676,51.517209],[-0.038452,51.516648],[-0.040984,51.516755],[-0.043087,51.517022],[-0.045726,51.517836],[-0.049031,51.519078],[-0.050726,51.519692],[-0.052121,51.520066],[-0.053108,51.52028],[-0.054674,51.52036],[-0.05998,51.519444],[-0.0616,51.519164],[-0.070938,51.519945],[-0.072328,51.519884],[-0.073208,51.51981],[-0.074069,51.519638],[-0.075324,51.519281],[-0.077606,51.518389],[-0.07883,51.517774],[-0.079882,51.517423],[-0.08169,51.517263],[-0.083019,51.517433],[-0.085695,51.517774],[-0.088893,51.518321],[-0.095512,51.519902],[-0.097075,51.520173],[-0.098577,51.520213],[-0.100735,51.520179],[-0.103952,51.519927],[-0.104869,51.519816],[-0.108337,51.519398],[-0.109629,51.519496],[-0.112686,51.520019],[-0.11487,51.52008],[-0.115393,51.520013],[-0.1161,51.519853],[-0.11722,51.519545],[-0.118518,51.519109],[-0.119422,51.518776],[-0.120228,51.518377],[-0.122147,51.517608],[-0.122719,51.517399],[-0.125321,51.517029],[-0.128384,51.516562],[-0.130008,51.516341],[-0.130883,51.516263],[-0.13528,51.515873],[-0.140367,51.515264],[-0.14423,51.514612],[-0.146758,51.514397],[-0.149596,51.514101],[-0.150836,51.513972],[-0.152473,51.513726],[-0.156532,51.512594],[-0.159307,51.511789],[-0.160248,51.51161],[-0.162013,51.511327],[-0.163065,51.51118],[-0.164092,51.5111],[-0.165993,51.511149],[-0.167389,51.511266],[-0.168663,51.511493],[-0.169801,51.511782],[-0.170662,51.51209],[-0.172015,51.512631],[-0.173805,51.513542],[-0.177107,51.515892],[-0.179378,51.517508],[-0.182261,51.518744],[-0.18342,51.518998],[-0.184493,51.519132],[-0.18621,51.519118],[-0.189385,51.519319],[-0.193655,51.519772],[-0.198998,51.520961],[-0.202646,51.521668],[-0.209599,51.523805],[-0.214834,51.524819],[-0.217066,51.5253],[-0.221958,51.525887],[-0.225992,51.525994],[-0.22994,51.526047],[-0.23303,51.525941],[-0.237236,51.525513],[-0.241013,51.524926],[-0.244961,51.524178],[-0.248308,51.523377],[-0.254831,51.521028],[-0.260239,51.518891],[-0.266075,51.517182],[-0.272942,51.516007],[-0.278521,51.515313],[-0.290108,51.514992],[-0.300493,51.514885],[-0.301208,51.514833],[-0.315857,51.513764],[-0.320126,51.513467],[-0.328903,51.512856],[-0.344181,51.510933],[-0.367956,51.507621],[-0.377483,51.506018],[-0.395851,51.50356],[-0.401773,51.503059],[-0.405046,51.502899],[-0.410174,51.502732],[-0.42069,51.502998],[-0.421783,51.503026],[-0.428048,51.503547],[-0.432587,51.504061],[-0.436975,51.504689],[-0.442189,51.505631],[-0.443852,51.505958],[-0.445129,51.505965],[-0.445933,51.505878],[-0.446845,51.505644],[-0.447543,51.505337],[-0.448143,51.504896],[-0.448669,51.504382],[-0.450203,51.502044],[-0.450783,51.501002],[-0.451083,51.500348],[-0.451394,51.499567],[-0.451663,51.498197],[-0.451738,51.497008],[-0.45162,51.495773],[-0.451384,51.493522],[-0.45059,51.487175],[-0.450461,51.48596],[-0.450246,51.485124],[-0.449324,51.482946],[-0.447789,51.479572],[-0.447489,51.478704],[-0.447435,51.477975],[-0.447543,51.477046],[-0.447907,51.476111],[-0.448798,51.475002],[-0.450279,51.473886],[-0.453765,51.472181],[-0.454183,51.472004],[-0.457349,51.470658],[-0.460975,51.469007],[-0.462684,51.468696],[-0.463953,51.468549],[-0.465757,51.468585],[-0.467707,51.468806],[-0.469382,51.469045],[-0.470283,51.46934],[-0.471884,51.469763],[-0.472841,51.470094],[-0.474828,51.47072],[-0.47711,51.47153],[-0.478582,51.471898],[-0.479981,51.472155],[-0.48241,51.472339],[-0.484728,51.472266],[-0.487603,51.472348],[-0.487666,51.472349]]},"properties":{"line":"ElizabethLine","name":"Elizabeth Line","color":"#6950A1","order":16}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.074925,51.546147],[-0.074858,51.545946],[-0.07485,51.545726],[-0.074885,51.544661],[-0.074958,51.544008],[-0.075168,51.543001],[-0.075542,51.538706],[-0.075721,51.53665],[-0.075728,51.534769],[-0.075644,51.532401],[-0.075635,51.53152],[-0.075631,51.531137],[-0.075676,51.530872],[-0.075765,51.53058],[-0.07588,51.530325],[-0.076084,51.53001],[-0.076524,51.529537],[-0.077507,51.528748],[-0.077955,51.528334],[-0.078247,51.527948],[-0.07852,51.527432],[-0.078666,51.526951],[-0.078735,51.526273],[-0.078728,51.524859],[-0.078682,51.524587],[-0.078587,51.524377],[-0.078417,51.52416],[-0.078137,51.523896],[-0.07771,51.52363],[-0.077413,51.523508],[-0.077121,51.523423],[-0.076617,51.523323],[-0.076071,51.523289],[-0.075244,51.523277],[-0.072519,51.523236],[-0.071626,51.523141],[-0.067069,51.522492],[-0.064867,51.522278],[-0.064444,51.522215],[-0.064203,51.522157],[-0.063514,51.521949],[-0.063203,51.521824],[-0.062607,51.521493],[-0.062156,51.521188],[-0.061577,51.520734],[-0.060935,51.520268],[-0.059809,51.519564],[-0.0598,51.519559],[-0.058095,51.51845],[-0.057999,51.518362],[-0.057462,51.517768],[-0.057239,51.517426],[-0.057133,51.517173],[-0.057069,51.516913],[-0.056939,51.516022],[-0.056871,51.515246],[-0.056902,51.51187],[-0.056868,51.511279],[-0.05687,51.511228],[-0.056896,51.510594],[-0.056875,51.509923],[-0.05653,51.505702],[-0.056409,51.505205],[-0.056203,51.504728],[-0.055945,51.504383],[-0.0559,51.504322],[-0.052122,51.501029],[-0.051958,51.500849],[-0.051806,51.500681],[-0.051417,51.500188],[-0.050774,51.499236],[-0.050114,51.497816],[-0.05005,51.497678],[-0.049071,51.495836],[-0.048662,51.494781],[-0.048355,51.494175],[-0.048013,51.493718],[-0.047551,51.493186],[-0.047316,51.492916],[-0.046834,51.492247],[-0.046701,51.492029],[-0.046441,51.491469],[-0.046185,51.490848],[-0.045686,51.489469],[-0.045521,51.489153],[-0.04518,51.488657],[-0.044313,51.487643],[-0.043892,51.486944],[-0.043736,51.486484],[-0.043684,51.486087],[-0.043722,51.485071],[-0.043689,51.484776],[-0.043603,51.484513],[-0.043356,51.483997],[-0.043154,51.483706],[-0.042832,51.483411],[-0.042542,51.483233],[-0.041475,51.482746],[-0.040971,51.482574],[-0.040506,51.482459],[-0.03993,51.482365],[-0.038123,51.482226],[-0.037361,51.482117],[-0.036981,51.482019],[-0.036376,51.48181],[-0.035996,51.481636],[-0.035682,51.481453],[-0.035417,51.481268],[-0.035087,51.48099],[-0.034917,51.480817],[-0.034686,51.480486],[-0.034512,51.480015],[-0.034379,51.479132],[-0.034313,51.47898],[-0.034183,51.47879],[-0.032963,51.477242],[-0.032707,51.476954],[-0.032341,51.476631]]},"properties":{"line":"Overground","name":"Overground","color":"#E86A10","order":15}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.134286,51.528432],[-0.134382,51.528674],[-0.1347,51.529071],[-0.135106,51.529371],[-0.135672,51.529734],[-0.136106,51.529978],[-0.138282,51.531112],[-0.140268,51.531987],[-0.140646,51.532175],[-0.141233,51.532511],[-0.141745,51.532865],[-0.142194,51.533213],[-0.142952,51.533873],[-0.145509,51.536254],[-0.146754,51.537338],[-0.150081,51.54037],[-0.150645,51.540863],[-0.151154,51.541255],[-0.151787,51.541656],[-0.152179,51.541856],[-0.152806,51.542149],[-0.153555,51.542432],[-0.15416,51.542619],[-0.154673,51.542749],[-0.155345,51.542879],[-0.155873,51.542955],[-0.156863,51.543021],[-0.159262,51.542968],[-0.160397,51.54298],[-0.160923,51.54302],[-0.161976,51.543175],[-0.162802,51.543262],[-0.163725,51.543262],[-0.164733,51.543215],[-0.175098,51.541872],[-0.178833,51.541339],[-0.180404,51.541115],[-0.181578,51.540897],[-0.182604,51.540677],[-0.184336,51.540225],[-0.186177,51.539684],[-0.186863,51.539462],[-0.188054,51.539037],[-0.192304,51.537352],[-0.192321,51.537345],[-0.193473,51.536873],[-0.193702,51.53675],[-0.194583,51.536432],[-0.195953,51.536018],[-0.197943,51.53548],[-0.198516,51.535335],[-0.200185,51.534991],[-0.202214,51.534647],[-0.203832,51.53432],[-0.204221,51.534212],[-0.204715,51.534126],[-0.206419,51.533829],[-0.207102,51.533743],[-0.208851,51.533428],[-0.209925,51.533272],[-0.211911,51.532875],[-0.215898,51.532026],[-0.218413,51.531441],[-0.219789,51.531142],[-0.22063,51.530983],[-0.222,51.530773],[-0.222544,51.530711],[-0.223964,51.530605],[-0.223964,51.530605],[-0.231146,51.530188],[-0.232552,51.530147],[-0.233653,51.530166],[-0.235016,51.530254],[-0.235877,51.530333],[-0.236343,51.530419],[-0.236768,51.530533],[-0.237137,51.530658],[-0.237672,51.530933],[-0.238485,51.531398],[-0.238889,51.53159],[-0.239351,51.531749],[-0.239832,51.53186],[-0.240351,51.531936],[-0.242007,51.5321],[-0.24299,51.532216],[-0.243833,51.53238],[-0.2442,51.532432],[-0.244369,51.532456],[-0.244706,51.532483],[-0.245748,51.532492],[-0.246171,51.532513],[-0.247353,51.532652],[-0.248319,51.532851],[-0.249285,51.53311],[-0.250196,51.533379],[-0.252023,51.533979],[-0.253114,51.534462],[-0.257515,51.536181],[-0.257542,51.536192],[-0.258376,51.536566],[-0.262818,51.538657],[-0.26652,51.540261],[-0.269554,51.541553],[-0.270504,51.541936],[-0.275514,51.543814],[-0.276399,51.544146],[-0.282009,51.546158],[-0.282409,51.546292],[-0.283317,51.546552],[-0.284477,51.546803],[-0.285182,51.546911],[-0.285988,51.547004],[-0.290506,51.547348],[-0.291038,51.547452],[-0.291484,51.547577],[-0.291688,51.54765],[-0.29207,51.547829],[-0.292521,51.54811],[-0.292933,51.548453],[-0.294661,51.550213],[-0.29681,51.552281],[-0.296856,51.552331],[-0.298535,51.554165],[-0.299065,51.554831],[-0.300189,51.556415],[-0.300708,51.557211],[-0.302412,51.560065],[-0.303687,51.562083],[-0.303942,51.562537],[-0.305392,51.565119],[-0.306494,51.567012],[-0.308386,51.570218],[-0.311412,51.575348],[-0.312046,51.576408],[-0.312504,51.577113],[-0.313321,51.578204],[-0.314209,51.579233],[-0.315215,51.580233],[-0.31647,51.581404],[-0.31719,51.582076],[-0.318317,51.583021],[-0.320271,51.584433],[-0.321705,51.585392],[-0.323576,51.586557],[-0.325124,51.587417],[-0.328118,51.5889],[-0.330403,51.58999],[-0.334945,51.592084],[-0.33521,51.592224],[-0.336336,51.592819],[-0.337753,51.593516],[-0.34192,51.595501],[-0.347791,51.598272],[-0.3519,51.600242],[-0.353961,51.601211],[-0.357183,51.602681],[-0.357189,51.602684],[-0.357689,51.602964],[-0.360181,51.604263],[-0.362686,51.605676],[-0.364896,51.606982],[-0.366269,51.607865],[-0.368572,51.609436],[-0.368613,51.609464],[-0.369273,51.609974],[-0.374176,51.613928],[-0.376268,51.61564],[-0.377363,51.616579],[-0.378688,51.617878],[-0.379691,51.618924],[-0.380436,51.619764],[-0.381246,51.620756],[-0.38211,51.621905],[-0.382885,51.623091],[-0.383706,51.624454],[-0.384339,51.6256],[-0.385671,51.628399],[-0.385674,51.628407],[-0.3862,51.629662],[-0.386549,51.630638],[-0.386887,51.631843],[-0.387118,51.633016],[-0.387262,51.634021],[-0.387337,51.635073],[-0.38737,51.635929],[-0.387294,51.637623],[-0.38715,51.638869],[-0.386613,51.640903],[-0.385581,51.643797],[-0.385151,51.645106],[-0.385154,51.645579],[-0.385154,51.645581],[-0.385197,51.645749],[-0.385345,51.646082],[-0.385653,51.646505],[-0.385874,51.646705],[-0.386341,51.647027],[-0.386902,51.647269],[-0.387499,51.647424],[-0.387831,51.647479],[-0.388876,51.647553],[-0.391047,51.647524],[-0.392191,51.647557],[-0.393024,51.64766],[-0.393599,51.647812],[-0.394089,51.648014],[-0.394592,51.648336],[-0.394914,51.648662],[-0.395043,51.648848],[-0.395173,51.649119],[-0.395222,51.649332],[-0.395234,51.649607],[-0.395159,51.65004],[-0.394958,51.650445],[-0.394676,51.650803],[-0.394405,51.651076],[-0.393982,51.651388],[-0.393397,51.651712],[-0.391602,51.652573],[-0.391561,51.652592],[-0.390876,51.653168],[-0.390616,51.653426],[-0.390403,51.653694],[-0.390159,51.654072],[-0.389963,51.654605],[-0.389905,51.654873],[-0.389881,51.655237],[-0.389946,51.655719],[-0.390032,51.656005],[-0.39062,51.657477],[-0.391345,51.659208],[-0.391679,51.659834],[-0.391868,51.660101],[-0.392266,51.66058],[-0.393187,51.6614],[-0.394232,51.662162],[-0.39505,51.662799],[-0.395966,51.663459]]},"properties":{"line":"Overground","name":"Overground","color":"#E86A10","order":15}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.150679,51.555494],[-0.149871,51.555308],[-0.149539,51.555255],[-0.148787,51.555228],[-0.148412,51.555241],[-0.148079,51.555281],[-0.147779,51.555348],[-0.144839,51.556242],[-0.142061,51.557209],[-0.135838,51.55947],[-0.134658,51.560044],[-0.133359,51.560778],[-0.132018,51.561678],[-0.129483,51.563627],[-0.125978,51.56632],[-0.124712,51.567254],[-0.123929,51.567801],[-0.123585,51.568014],[-0.120302,51.569701],[-0.117132,51.571304],[-0.115882,51.571935],[-0.114605,51.572522],[-0.112964,51.573116],[-0.111483,51.573549],[-0.109499,51.574062],[-0.108758,51.574296],[-0.103791,51.575723],[-0.101945,51.576163],[-0.098149,51.577203],[-0.097954,51.577256],[-0.095165,51.57799],[-0.093255,51.578376],[-0.09186,51.578616],[-0.090508,51.578763],[-0.088727,51.57891],[-0.085573,51.57911],[-0.079157,51.57963],[-0.075703,51.579976],[-0.072098,51.580373],[-0.071583,51.58043],[-0.070446,51.580617],[-0.066626,51.581643],[-0.064802,51.58223],[-0.063815,51.582643],[-0.062613,51.583297],[-0.061476,51.583883],[-0.060511,51.584297],[-0.059438,51.58471],[-0.058665,51.584963],[-0.058215,51.585043],[-0.057378,51.585243],[-0.05667,51.58539],[-0.053515,51.585777],[-0.049932,51.586097],[-0.045383,51.586576],[-0.041628,51.586696],[-0.041011,51.586683],[-0.039804,51.586656],[-0.038066,51.58655],[-0.0368,51.586443],[-0.035748,51.58631],[-0.034869,51.58615],[-0.03298,51.585723],[-0.030856,51.585057],[-0.029118,51.584403],[-0.027316,51.58351],[-0.023784,51.581549],[-0.021672,51.580377],[-0.021179,51.58007],[-0.020835,51.579736],[-0.018711,51.577643],[-0.01545,51.574269],[-0.014634,51.573509],[-0.013196,51.572335],[-0.011137,51.571148],[-0.009592,51.570428],[-0.00796,51.569812],[-0.006588,51.569295],[-0.002553,51.567947],[0.003455,51.56584],[0.005579,51.564853],[0.008368,51.563679],[0.008493,51.563619],[0.009484,51.563146],[0.010386,51.562639],[0.010836,51.562198],[0.011759,51.561371],[0.012896,51.560211],[0.013433,51.559784],[0.014269,51.559064],[0.016115,51.557956],[0.016952,51.557369],[0.018797,51.555608],[0.020514,51.554061],[0.021393,51.553394],[0.022423,51.552753],[0.023367,51.552406],[0.024569,51.552073],[0.026114,51.551726],[0.026222,51.551721],[0.027294,51.551672],[0.028839,51.551659],[0.030062,51.551712],[0.031328,51.551819],[0.032208,51.551819],[0.033131,51.551779],[0.033796,51.551592],[0.035684,51.550912],[0.037143,51.550485],[0.037937,51.550298],[0.038474,51.550245],[0.039396,51.550205],[0.04019,51.550125],[0.041285,51.549965],[0.0421,51.549804],[0.044408,51.549236],[0.045619,51.548937],[0.046971,51.548657],[0.048516,51.548297],[0.054116,51.547109],[0.060875,51.545601],[0.062013,51.545321],[0.063043,51.545094],[0.063965,51.544921],[0.06639,51.54464],[0.067527,51.5444],[0.07184,51.543359],[0.07345,51.542946],[0.074158,51.542732],[0.074759,51.542518],[0.07772,51.541157],[0.080915,51.539489],[0.088663,51.535445],[0.092053,51.53403],[0.096946,51.532402],[0.10201,51.53128],[0.113597,51.530052],[0.119863,51.529438],[0.120935,51.529385],[0.121536,51.529251],[0.122395,51.528771],[0.12291,51.528397],[0.12321,51.527916],[0.123253,51.527569],[0.123253,51.527276],[0.123167,51.526955],[0.122952,51.526528],[0.122695,51.526208],[0.122523,51.525914],[0.121708,51.525166],[0.12115,51.524926],[0.119863,51.524259],[0.119262,51.523991],[0.118403,51.523351],[0.117416,51.52255],[0.11703,51.522122],[0.116773,51.521695],[0.116429,51.520841],[0.115956,51.51939]]},"properties":{"line":"Overground","name":"Overground","color":"#E86A10","order":15}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.103947,51.546193],[-0.103706,51.546239],[-0.102923,51.54636],[-0.102113,51.54652],[-0.09867,51.547278],[-0.097144,51.547637],[-0.094389,51.548341],[-0.093269,51.54858],[-0.092534,51.5487],[-0.09219,51.548739],[-0.091182,51.548854],[-0.090032,51.548948],[-0.089104,51.549],[-0.088029,51.549033],[-0.086984,51.54903],[-0.085823,51.548988],[-0.084992,51.548933],[-0.083866,51.548816],[-0.082787,51.548763],[-0.080158,51.548536],[-0.077947,51.548267],[-0.077326,51.548118],[-0.07706,51.548032],[-0.076723,51.547907],[-0.076283,51.547677],[-0.076096,51.547564],[-0.075837,51.547348],[-0.075415,51.546943],[-0.075224,51.546708],[-0.074974,51.546291],[-0.074925,51.546147],[-0.074858,51.545946],[-0.07485,51.545726],[-0.074885,51.544661],[-0.074958,51.544008],[-0.075168,51.543001],[-0.075542,51.538706],[-0.075721,51.53665],[-0.075728,51.534769],[-0.075644,51.532401],[-0.075635,51.53152],[-0.075631,51.531137],[-0.075676,51.530872],[-0.075765,51.53058],[-0.07588,51.530325],[-0.076084,51.53001],[-0.076524,51.529537],[-0.077507,51.528748],[-0.077955,51.528334],[-0.078247,51.527948],[-0.07852,51.527432],[-0.078666,51.526951],[-0.078735,51.526273],[-0.078728,51.524859],[-0.078648,51.524492],[-0.078587,51.524377],[-0.078277,51.524016],[-0.078137,51.523896],[-0.077839,51.523701],[-0.077413,51.523508],[-0.077121,51.523423],[-0.076617,51.523323],[-0.076071,51.523289],[-0.075243,51.523279],[-0.072828,51.523251],[-0.072169,51.523202],[-0.071626,51.523141],[-0.067069,51.522492],[-0.064642,51.522246],[-0.064203,51.522157],[-0.063514,51.521949],[-0.063203,51.521824],[-0.062355,51.521332],[-0.060935,51.520268],[-0.059809,51.519564],[-0.0598,51.519559],[-0.058095,51.51845],[-0.057462,51.517768],[-0.057239,51.517426],[-0.057133,51.517173],[-0.057069,51.516913],[-0.056939,51.516022],[-0.056871,51.515246],[-0.056902,51.51187],[-0.056868,51.511279],[-0.05687,51.511228],[-0.056896,51.510594],[-0.056875,51.509923],[-0.05653,51.505702],[-0.056409,51.505205],[-0.056284,51.504893],[-0.056203,51.504728],[-0.055945,51.504383],[-0.0559,51.504322],[-0.052221,51.501125],[-0.051963,51.500848],[-0.051806,51.500681],[-0.051417,51.500188],[-0.050774,51.499236],[-0.050114,51.497816],[-0.05005,51.497678],[-0.049071,51.495836],[-0.048662,51.494781],[-0.048355,51.494175],[-0.048013,51.493718],[-0.047551,51.493186],[-0.047316,51.492916],[-0.047049,51.492564],[-0.046701,51.492029],[-0.046185,51.490848],[-0.045686,51.489469],[-0.045521,51.489153],[-0.04518,51.488657],[-0.044313,51.487643],[-0.043892,51.486944],[-0.043736,51.486484],[-0.043684,51.486087],[-0.043722,51.485071],[-0.043689,51.484776],[-0.043603,51.484513],[-0.042897,51.483077],[-0.042778,51.482682],[-0.042734,51.482311],[-0.042618,51.479972],[-0.042596,51.479716],[-0.042533,51.479479],[-0.042254,51.478898],[-0.042029,51.478589],[-0.041445,51.477577],[-0.040838,51.476653],[-0.040418,51.475778],[-0.040148,51.475173],[-0.039192,51.473031],[-0.038988,51.472475],[-0.038155,51.47065],[-0.037898,51.469876],[-0.037725,51.469239],[-0.037518,51.467945],[-0.037394,51.466585],[-0.037389,51.465882],[-0.037448,51.464845],[-0.037478,51.464647],[-0.037599,51.463859],[-0.037781,51.463115],[-0.037999,51.46238],[-0.038546,51.460843],[-0.039285,51.458953],[-0.040529,51.455907],[-0.040839,51.455315],[-0.041645,51.454069],[-0.042236,51.453315],[-0.042977,51.452475],[-0.044573,51.450842],[-0.045405,51.449955],[-0.045806,51.449527],[-0.049903,51.444273],[-0.051298,51.442535],[-0.051969,51.441533],[-0.05242,51.440709],[-0.052693,51.440141],[-0.052974,51.439306],[-0.052974,51.439306],[-0.053209,51.438371],[-0.053376,51.437367],[-0.05341,51.436776],[-0.053406,51.436318],[-0.053337,51.435551],[-0.053028,51.433874],[-0.052923,51.4331],[-0.052907,51.432117],[-0.052946,51.431435],[-0.052997,51.430891],[-0.053112,51.430299],[-0.053288,51.429695],[-0.053462,51.42922],[-0.054354,51.42727],[-0.055088,51.425664],[-0.055871,51.423849],[-0.056266,51.422997],[-0.056961,51.42176],[-0.05781,51.420517],[-0.058862,51.419644],[-0.061062,51.418292],[-0.061536,51.418061],[-0.061966,51.417822],[-0.062437,51.41759],[-0.062852,51.417421],[-0.063534,51.417183],[-0.064039,51.417049],[-0.06465,51.416917],[-0.065567,51.416792],[-0.066917,51.416711],[-0.067953,51.416767],[-0.068553,51.416838],[-0.068851,51.416892],[-0.070182,51.417218],[-0.070681,51.417379],[-0.072205,51.417945]]},"properties":{"line":"Overground","name":"Overground","color":"#E86A10","order":15}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.103947,51.546193],[-0.103706,51.546239],[-0.102923,51.54636],[-0.102113,51.54652],[-0.09867,51.547278],[-0.097144,51.547637],[-0.094389,51.548341],[-0.093269,51.54858],[-0.092534,51.5487],[-0.09219,51.548739],[-0.091182,51.548854],[-0.090032,51.548948],[-0.089104,51.549],[-0.088029,51.549033],[-0.086984,51.54903],[-0.085823,51.548988],[-0.084992,51.548933],[-0.083866,51.548816],[-0.082787,51.548763],[-0.080158,51.548536],[-0.077947,51.548267],[-0.077326,51.548118],[-0.07706,51.548032],[-0.076723,51.547907],[-0.076283,51.547677],[-0.076096,51.547564],[-0.075837,51.547348],[-0.075415,51.546943],[-0.075224,51.546708],[-0.074974,51.546291],[-0.074925,51.546147],[-0.074858,51.545946],[-0.07485,51.545726],[-0.074885,51.544661],[-0.074958,51.544008],[-0.075168,51.543001],[-0.075542,51.538706],[-0.075721,51.53665],[-0.075728,51.534769],[-0.075644,51.532401],[-0.075635,51.53152],[-0.075631,51.531137],[-0.075676,51.530872],[-0.075765,51.53058],[-0.07588,51.530325],[-0.076084,51.53001],[-0.076524,51.529537],[-0.077507,51.528748],[-0.077955,51.528334],[-0.078247,51.527948],[-0.07852,51.527432],[-0.078666,51.526951],[-0.078735,51.526273],[-0.078728,51.524859],[-0.078648,51.524492],[-0.078587,51.524377],[-0.078277,51.524016],[-0.078137,51.523896],[-0.077839,51.523701],[-0.077413,51.523508],[-0.077121,51.523423],[-0.076617,51.523323],[-0.076071,51.523289],[-0.075243,51.523279],[-0.072828,51.523251],[-0.072169,51.523202],[-0.071626,51.523141],[-0.067069,51.522492],[-0.064642,51.522246],[-0.064203,51.522157],[-0.063514,51.521949],[-0.063203,51.521824],[-0.062355,51.521332],[-0.060935,51.520268],[-0.059809,51.519564],[-0.0598,51.519559],[-0.058095,51.51845],[-0.057766,51.518115],[-0.057354,51.517618],[-0.057239,51.517426],[-0.057133,51.517173],[-0.057069,51.516913],[-0.056939,51.516022],[-0.056871,51.515246],[-0.056902,51.51187],[-0.056868,51.511279],[-0.05687,51.511228],[-0.056896,51.510594],[-0.056875,51.509923],[-0.05653,51.505702],[-0.056409,51.505205],[-0.056203,51.504728],[-0.055945,51.504383],[-0.0559,51.504322],[-0.052221,51.501125],[-0.051963,51.500848],[-0.051806,51.500681],[-0.051417,51.500188],[-0.050774,51.499236],[-0.050114,51.497816],[-0.05005,51.497678],[-0.049071,51.495836],[-0.048662,51.494781],[-0.048355,51.494175],[-0.048013,51.493718],[-0.047551,51.493186],[-0.047316,51.492916],[-0.047049,51.492564],[-0.046701,51.492029],[-0.046185,51.490848],[-0.045686,51.489469],[-0.045521,51.489153],[-0.04518,51.488657],[-0.044313,51.487643],[-0.043892,51.486944],[-0.043736,51.486484],[-0.043684,51.486087],[-0.043722,51.485071],[-0.043689,51.484776],[-0.043603,51.484513],[-0.042897,51.483077],[-0.042778,51.482682],[-0.042734,51.482311],[-0.042618,51.479972],[-0.042567,51.479584],[-0.042254,51.478898],[-0.042029,51.478589],[-0.041445,51.477577],[-0.040838,51.476653],[-0.040418,51.475778],[-0.040148,51.475173],[-0.039192,51.473031],[-0.038988,51.472475],[-0.038155,51.47065],[-0.037898,51.469876],[-0.037725,51.469239],[-0.037518,51.467945],[-0.037394,51.466585],[-0.037417,51.465278],[-0.03748,51.464648],[-0.037512,51.464325],[-0.037781,51.463115],[-0.037999,51.46238],[-0.038546,51.460843],[-0.039285,51.458953],[-0.040529,51.455907],[-0.040839,51.455315],[-0.041645,51.454069],[-0.042236,51.453315],[-0.042977,51.452475],[-0.044573,51.450842],[-0.045405,51.449955],[-0.045806,51.449527],[-0.049903,51.444273],[-0.050941,51.442996],[-0.051298,51.442535],[-0.051969,51.441533],[-0.05242,51.440709],[-0.052693,51.440141],[-0.052974,51.439306],[-0.052974,51.439306],[-0.053209,51.438371],[-0.053376,51.437367],[-0.05341,51.436776],[-0.053406,51.436318],[-0.053337,51.435551],[-0.053028,51.433874],[-0.052923,51.4331],[-0.052907,51.432117],[-0.052946,51.431435],[-0.052997,51.430891],[-0.053112,51.430299],[-0.053288,51.429695],[-0.053462,51.42922],[-0.054354,51.42727],[-0.055088,51.425664],[-0.055871,51.423849],[-0.056266,51.422997],[-0.056519,51.422526],[-0.056961,51.42176],[-0.057422,51.421087],[-0.057942,51.420391],[-0.058822,51.41935],[-0.059604,51.418514],[-0.060632,51.417483],[-0.064724,51.413375],[-0.065798,51.412264],[-0.065888,51.412152],[-0.066508,51.411378],[-0.067185,51.410318],[-0.070322,51.404741],[-0.073069,51.400044],[-0.073366,51.399521],[-0.07367,51.39891],[-0.073909,51.398529],[-0.074329,51.397671],[-0.07476,51.396918],[-0.075527,51.395578],[-0.075947,51.394893],[-0.076799,51.393678],[-0.076873,51.393494],[-0.077848,51.39213],[-0.078113,51.391785],[-0.078616,51.391251],[-0.079419,51.390578],[-0.079895,51.390219],[-0.080709,51.389678],[-0.081112,51.389437],[-0.08172,51.389086],[-0.082368,51.388772],[-0.082923,51.388604],[-0.084239,51.388325],[-0.084583,51.388237],[-0.085399,51.387965],[-0.085754,51.387809],[-0.086494,51.387382],[-0.086932,51.387081],[-0.087414,51.386687],[-0.087757,51.386461],[-0.088312,51.38619],[-0.090954,51.385288],[-0.093143,51.384581],[-0.097771,51.383043],[-0.098319,51.382831],[-0.098919,51.38253],[-0.099366,51.382252],[-0.099651,51.382028],[-0.10022,51.381495],[-0.10051,51.381187],[-0.100832,51.380773],[-0.101824,51.379089]]},"properties":{"line":"Overground","name":"Overground","color":"#E86A10","order":15}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.103947,51.546193],[-0.103706,51.546239],[-0.102923,51.54636],[-0.102113,51.54652],[-0.09867,51.547278],[-0.097144,51.547637],[-0.094389,51.548341],[-0.093269,51.54858],[-0.092534,51.5487],[-0.09219,51.548739],[-0.091182,51.548854],[-0.090032,51.548948],[-0.089104,51.549],[-0.088029,51.549033],[-0.086984,51.54903],[-0.085823,51.548988],[-0.084992,51.548933],[-0.083866,51.548816],[-0.082787,51.548763],[-0.080158,51.548536],[-0.077947,51.548267],[-0.077326,51.548118],[-0.07706,51.548032],[-0.076723,51.547907],[-0.076283,51.547677],[-0.076096,51.547564],[-0.075837,51.547348],[-0.075415,51.546943],[-0.075224,51.546708],[-0.074974,51.546291],[-0.074925,51.546147],[-0.074858,51.545946],[-0.07485,51.545726],[-0.074885,51.544661],[-0.074958,51.544008],[-0.075168,51.543001],[-0.075542,51.538706],[-0.075721,51.53665],[-0.075728,51.534769],[-0.075644,51.532401],[-0.075635,51.53152],[-0.075631,51.531137],[-0.075676,51.530872],[-0.075765,51.53058],[-0.07588,51.530325],[-0.076084,51.53001],[-0.076524,51.529537],[-0.077507,51.528748],[-0.077955,51.528334],[-0.078247,51.527948],[-0.07852,51.527432],[-0.078666,51.526951],[-0.078735,51.526273],[-0.078728,51.524859],[-0.078648,51.524492],[-0.078587,51.524377],[-0.078277,51.524016],[-0.078137,51.523896],[-0.077839,51.523701],[-0.077413,51.523508],[-0.077121,51.523423],[-0.076617,51.523323],[-0.076071,51.523289],[-0.075243,51.523279],[-0.072828,51.523251],[-0.072169,51.523202],[-0.071626,51.523141],[-0.067069,51.522492],[-0.064642,51.522246],[-0.064203,51.522157],[-0.063514,51.521949],[-0.063203,51.521824],[-0.062355,51.521332],[-0.060935,51.520268],[-0.059809,51.519564],[-0.0598,51.519559],[-0.058095,51.51845],[-0.057766,51.518115],[-0.057354,51.517618],[-0.057239,51.517426],[-0.057133,51.517173],[-0.057069,51.516913],[-0.056939,51.516022],[-0.056871,51.515246],[-0.056902,51.51187],[-0.056868,51.511279],[-0.05687,51.511228],[-0.056896,51.510594],[-0.056875,51.509923],[-0.05653,51.505702],[-0.056409,51.505205],[-0.056284,51.504893],[-0.056203,51.504728],[-0.055945,51.504383],[-0.0559,51.504322],[-0.052221,51.501125],[-0.051963,51.500848],[-0.051806,51.500681],[-0.051417,51.500188],[-0.050774,51.499236],[-0.050114,51.497816],[-0.05005,51.497678],[-0.049071,51.495836],[-0.048662,51.494781],[-0.048355,51.494175],[-0.048013,51.493718],[-0.047551,51.493186],[-0.047316,51.492916],[-0.047049,51.492564],[-0.046701,51.492029],[-0.046185,51.490848],[-0.045923,51.489934],[-0.045878,51.489304],[-0.045955,51.488863],[-0.04611,51.488472],[-0.046351,51.488059],[-0.046764,51.487567],[-0.047112,51.487217],[-0.04836,51.486074],[-0.048734,51.485697],[-0.048902,51.485517],[-0.049137,51.485178],[-0.049279,51.4848],[-0.049323,51.484501],[-0.049419,51.482694],[-0.049461,51.48247],[-0.0496,51.482145],[-0.049817,51.481832],[-0.050096,51.48155],[-0.050574,51.481219],[-0.051146,51.480938],[-0.052116,51.48057],[-0.052538,51.480371],[-0.052909,51.48015],[-0.053084,51.480016],[-0.053433,51.479686],[-0.05384,51.479146],[-0.054336,51.478292],[-0.055766,51.47607],[-0.057185,51.473764],[-0.057329,51.473576],[-0.057463,51.473399],[-0.057917,51.472929],[-0.058256,51.47262],[-0.058762,51.472225],[-0.05901,51.472039],[-0.059488,51.471737],[-0.060109,51.471404],[-0.060507,51.47122],[-0.060961,51.471036],[-0.061568,51.470834],[-0.063181,51.470473],[-0.06396,51.470356],[-0.064704,51.47029],[-0.066615,51.470213],[-0.067765,51.470092],[-0.068392,51.469976],[-0.069257,51.469779],[-0.069307,51.469768],[-0.070386,51.46945],[-0.071208,51.469241],[-0.071773,51.469133],[-0.073209,51.46897],[-0.073939,51.468926],[-0.075343,51.46894],[-0.076832,51.46903],[-0.079362,51.469409],[-0.08029,51.469497],[-0.081288,51.469542],[-0.082497,51.469513],[-0.083491,51.469427],[-0.084095,51.46935],[-0.085449,51.469114],[-0.087007,51.468751],[-0.089174,51.468113],[-0.091707,51.467367],[-0.092448,51.467113],[-0.094246,51.466571],[-0.096512,51.465912],[-0.097462,51.465669],[-0.09839,51.465468],[-0.099706,51.465235],[-0.100438,51.46513],[-0.102695,51.464863],[-0.103075,51.464794],[-0.104258,51.464494],[-0.105724,51.463978],[-0.106605,51.463703],[-0.107831,51.46345],[-0.109637,51.463196],[-0.110292,51.463073],[-0.110995,51.462898],[-0.111645,51.462783],[-0.111987,51.462737],[-0.11238,51.46271],[-0.112925,51.462706],[-0.113559,51.462729],[-0.114319,51.462817],[-0.115214,51.463014],[-0.115658,51.46315],[-0.116324,51.463395],[-0.116696,51.463501],[-0.117546,51.463673],[-0.117982,51.463739],[-0.118318,51.463765],[-0.118998,51.463782],[-0.119637,51.46375],[-0.120741,51.463611],[-0.123657,51.463302],[-0.124823,51.463224],[-0.125834,51.463246],[-0.126754,51.463316],[-0.127842,51.463508],[-0.128644,51.463712],[-0.129613,51.464055],[-0.129975,51.464207],[-0.132442,51.465536],[-0.132778,51.465717],[-0.133569,51.466106],[-0.134333,51.466536],[-0.135242,51.467137],[-0.13637,51.467976],[-0.136962,51.468469],[-0.137603,51.469075],[-0.137819,51.469323],[-0.13866,51.470166],[-0.140132,51.471641],[-0.140481,51.471927],[-0.140669,51.472051],[-0.142779,51.473096],[-0.143394,51.473354],[-0.143796,51.473484],[-0.144197,51.473588],[-0.144999,51.473713],[-0.145357,51.47374],[-0.146078,51.473748],[-0.146717,51.473724],[-0.147166,51.473699],[-0.14762,51.473641],[-0.148372,51.47348],[-0.149189,51.473275],[-0.149704,51.473112],[-0.150079,51.472947],[-0.15033,51.472809],[-0.150613,51.472633],[-0.15179,51.471787],[-0.15334,51.470888],[-0.153972,51.470561],[-0.154564,51.470295],[-0.155261,51.470027],[-0.155884,51.469833],[-0.156351,51.469719],[-0.15679,51.469637],[-0.157535,51.469566],[-0.158205,51.469545],[-0.159268,51.469591],[-0.159903,51.469597],[-0.160193,51.469575],[-0.160573,51.46952],[-0.161041,51.469423],[-0.161603,51.469266],[-0.162171,51.469047],[-0.162705,51.468774],[-0.163037,51.468548],[-0.163797,51.467966],[-0.164308,51.467661],[-0.164843,51.467407],[-0.167721,51.466154],[-0.168521,51.465812],[-0.169187,51.465567],[-0.170129,51.465283],[-0.17103,51.465047]]},"properties":{"line":"Overground","name":"Overground","color":"#E86A10","order":15}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.082329,51.518215],[-0.081503,51.519696],[-0.081214,51.520027],[-0.080939,51.520285],[-0.078607,51.521893],[-0.07809,51.52214],[-0.077346,51.522363],[-0.076904,51.522466],[-0.076306,51.522547],[-0.075687,51.522597],[-0.072551,51.52275],[-0.071961,51.522795],[-0.07146,51.522865],[-0.070205,51.523143],[-0.069259,51.523295],[-0.067733,51.523366],[-0.06321,51.523655],[-0.060545,51.523795],[-0.05956,51.52388],[-0.058661,51.523959],[-0.058262,51.524029],[-0.057724,51.524186],[-0.057195,51.524436],[-0.056872,51.52466],[-0.056652,51.524874],[-0.056407,51.525288],[-0.05634,51.525488],[-0.056323,51.525655],[-0.056269,51.527335],[-0.056312,51.528011],[-0.056568,51.529483],[-0.057015,51.531046],[-0.057387,51.531954],[-0.057574,51.532411],[-0.057802,51.533219],[-0.057991,51.53447],[-0.058089,51.535387],[-0.058273,51.53861],[-0.058255,51.539013],[-0.058147,51.539767],[-0.057842,51.540955],[-0.057799,51.541155],[-0.057688,51.541674],[-0.057648,51.542161],[-0.057665,51.5425],[-0.057763,51.542984],[-0.058012,51.543702],[-0.058868,51.54558],[-0.058928,51.545759],[-0.059278,51.546412],[-0.05966,51.547038],[-0.06083,51.548753],[-0.061093,51.549138],[-0.061192,51.549345],[-0.061417,51.549982],[-0.061866,51.550583],[-0.061995,51.550682],[-0.063788,51.55181],[-0.064205,51.552098],[-0.064938,51.552755],[-0.065326,51.553207],[-0.065503,51.553454],[-0.065886,51.554069],[-0.068311,51.558492],[-0.069721,51.561062],[-0.070621,51.562753],[-0.071069,51.56353],[-0.071272,51.563788],[-0.071801,51.564385],[-0.07233,51.564834],[-0.072738,51.565134],[-0.072888,51.56523],[-0.075834,51.567123],[-0.076412,51.567526],[-0.076968,51.567993],[-0.077483,51.568537],[-0.077805,51.568981],[-0.078081,51.569496],[-0.078337,51.57025],[-0.078411,51.570822],[-0.07838,51.571481],[-0.078233,51.572118],[-0.078012,51.572674],[-0.077832,51.57298],[-0.077549,51.573375],[-0.076619,51.574445],[-0.075799,51.575389],[-0.0756,51.575681],[-0.075448,51.575976],[-0.075327,51.576262],[-0.075213,51.576646],[-0.075145,51.577193],[-0.07516,51.577515],[-0.075244,51.577993],[-0.075633,51.579626],[-0.075658,51.580608],[-0.075498,51.581466],[-0.075282,51.582192],[-0.075133,51.582692],[-0.075014,51.583311],[-0.074982,51.584096],[-0.074976,51.585933],[-0.074986,51.586942],[-0.075027,51.58726],[-0.075026,51.588323],[-0.075005,51.588627],[-0.074904,51.589067],[-0.074733,51.589458],[-0.074515,51.589825],[-0.074384,51.59],[-0.073914,51.590505],[-0.073543,51.590809],[-0.073277,51.590995],[-0.071328,51.592266],[-0.070864,51.592617],[-0.070704,51.592763],[-0.070392,51.593112],[-0.070158,51.593458],[-0.069948,51.593896],[-0.069925,51.593964],[-0.06988,51.594103],[-0.069812,51.594505],[-0.069816,51.594887],[-0.069881,51.59525],[-0.070276,51.596448],[-0.070387,51.597098],[-0.070402,51.597976],[-0.070321,51.599668],[-0.070342,51.600528],[-0.070408,51.601126],[-0.070985,51.605031],[-0.071027,51.60532],[-0.071057,51.605673],[-0.071059,51.606233],[-0.07102,51.606692],[-0.070834,51.607593],[-0.070623,51.608173],[-0.070339,51.608767],[-0.06773,51.613892],[-0.067317,51.614531],[-0.067226,51.614684],[-0.066218,51.616367],[-0.061493,51.624347],[-0.061209,51.624945],[-0.0612,51.624964],[-0.06113,51.62524],[-0.061102,51.625559],[-0.061153,51.626119],[-0.061234,51.626416],[-0.061356,51.626709],[-0.062257,51.628269],[-0.062866,51.629481],[-0.064077,51.631453],[-0.064462,51.632252],[-0.064647,51.632774],[-0.064858,51.633603],[-0.064956,51.634419],[-0.065022,51.635294],[-0.065137,51.635849],[-0.065343,51.636434],[-0.065513,51.636807],[-0.065871,51.637413],[-0.066363,51.638067],[-0.067803,51.639772],[-0.068199,51.640291],[-0.069229,51.641515],[-0.070102,51.642553],[-0.070442,51.642915],[-0.071519,51.64424],[-0.075311,51.648761],[-0.075866,51.649371],[-0.076192,51.649717],[-0.076534,51.650038],[-0.077563,51.650895],[-0.077921,51.651159],[-0.079262,51.652055]]},"properties":{"line":"Overground","name":"Overground","color":"#E86A10","order":15}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.082329,51.518215],[-0.081503,51.519696],[-0.081214,51.520027],[-0.080939,51.520285],[-0.078607,51.521893],[-0.07809,51.52214],[-0.077346,51.522363],[-0.076904,51.522466],[-0.076306,51.522547],[-0.075687,51.522597],[-0.072551,51.52275],[-0.071961,51.522795],[-0.07146,51.522865],[-0.070205,51.523143],[-0.069259,51.523295],[-0.066582,51.523433],[-0.06321,51.523655],[-0.061139,51.523755],[-0.05956,51.523874],[-0.059429,51.523884],[-0.058661,51.523959],[-0.058262,51.524029],[-0.057885,51.524131],[-0.057539,51.524262],[-0.057195,51.524436],[-0.056872,51.52466],[-0.056652,51.524874],[-0.056479,51.525145],[-0.056362,51.525398],[-0.056307,51.525902],[-0.05627,51.527517],[-0.056312,51.528011],[-0.056472,51.529026],[-0.056568,51.529483],[-0.057015,51.531046],[-0.057395,51.531952],[-0.057465,51.532121],[-0.057732,51.532931],[-0.05786,51.53355],[-0.058089,51.535387],[-0.058273,51.53861],[-0.058255,51.539013],[-0.058147,51.539767],[-0.057842,51.540955],[-0.057799,51.541155],[-0.057688,51.541674],[-0.057648,51.542161],[-0.057665,51.5425],[-0.057763,51.542984],[-0.058012,51.543702],[-0.058868,51.54558],[-0.058928,51.545759],[-0.059278,51.546412],[-0.05966,51.547038],[-0.06083,51.548753],[-0.061093,51.549138],[-0.061192,51.549345],[-0.061417,51.549982],[-0.061866,51.550583],[-0.061995,51.550682],[-0.063788,51.55181],[-0.064205,51.552098],[-0.064938,51.552755],[-0.065326,51.553207],[-0.065503,51.553454],[-0.065886,51.554069],[-0.068311,51.558492],[-0.069721,51.561062],[-0.070621,51.562753],[-0.071069,51.56353],[-0.071272,51.563788],[-0.071801,51.564385],[-0.07233,51.564834],[-0.072738,51.565134],[-0.072888,51.56523],[-0.075834,51.567123],[-0.076412,51.567526],[-0.076968,51.567993],[-0.07729,51.568315],[-0.077664,51.568778],[-0.077805,51.568981],[-0.078081,51.569496],[-0.078337,51.57025],[-0.078394,51.570607],[-0.078416,51.571034],[-0.078342,51.571708],[-0.078233,51.572118],[-0.078086,51.57251],[-0.077832,51.57298],[-0.07737,51.573589],[-0.076622,51.574446],[-0.075799,51.575389],[-0.0756,51.575681],[-0.075448,51.575976],[-0.075327,51.576262],[-0.075213,51.576646],[-0.075145,51.577193],[-0.07516,51.577515],[-0.075244,51.577993],[-0.075633,51.579626],[-0.075658,51.580608],[-0.075498,51.581466],[-0.075282,51.582192],[-0.075133,51.582692],[-0.075014,51.583311],[-0.074982,51.584096],[-0.074976,51.585933],[-0.074986,51.586942],[-0.075027,51.58726],[-0.075026,51.588323],[-0.075005,51.588627],[-0.074904,51.589067],[-0.074733,51.589458],[-0.074515,51.589825],[-0.074384,51.59],[-0.073914,51.590505],[-0.073543,51.590809],[-0.073277,51.590995],[-0.071328,51.592266],[-0.070864,51.592617],[-0.070704,51.592763],[-0.070392,51.593112],[-0.070158,51.593458],[-0.069948,51.593896],[-0.069925,51.593964],[-0.06988,51.594103],[-0.069812,51.594505],[-0.069816,51.594887],[-0.069881,51.59525],[-0.070276,51.596448],[-0.070387,51.597098],[-0.070402,51.597976],[-0.070321,51.599668],[-0.070342,51.600528],[-0.070408,51.601126],[-0.070985,51.605031],[-0.071027,51.60532],[-0.071057,51.605673],[-0.071059,51.606233],[-0.07102,51.606692],[-0.070834,51.607593],[-0.070623,51.608173],[-0.070339,51.608767],[-0.06773,51.613892],[-0.067317,51.614531],[-0.067226,51.614684],[-0.06662,51.615694],[-0.062077,51.623348],[-0.061378,51.624553],[-0.06122,51.624944],[-0.06116,51.625093],[-0.061109,51.625409],[-0.061122,51.625947],[-0.061194,51.626288],[-0.061297,51.626581],[-0.061548,51.627065],[-0.062257,51.628269],[-0.062866,51.629481],[-0.064077,51.631453],[-0.064462,51.632252],[-0.064647,51.632774],[-0.064858,51.633603],[-0.064956,51.634419],[-0.064931,51.634888],[-0.064818,51.635395],[-0.064677,51.635789],[-0.064307,51.636489],[-0.063858,51.637073],[-0.063409,51.637532],[-0.062817,51.638042],[-0.061676,51.638783],[-0.057016,51.64144],[-0.056376,51.641834],[-0.055809,51.64223],[-0.055549,51.642441],[-0.054905,51.643037],[-0.05444,51.643563],[-0.054219,51.643849],[-0.053923,51.644298],[-0.05366,51.644816],[-0.053504,51.645189],[-0.053355,51.64564],[-0.052528,51.648429],[-0.052449,51.648704],[-0.050047,51.656995],[-0.049616,51.658568],[-0.049444,51.659557],[-0.0494,51.660155],[-0.049343,51.663547],[-0.049279,51.664552],[-0.049075,51.666062],[-0.048729,51.667619],[-0.047348,51.672138],[-0.047196,51.672623],[-0.04486,51.680059],[-0.044185,51.681659],[-0.043772,51.682548],[-0.043479,51.683125],[-0.042348,51.685115],[-0.04144,51.686396],[-0.040862,51.687139],[-0.038884,51.689404],[-0.037871,51.690449],[-0.03738,51.690873],[-0.037029,51.691136],[-0.036118,51.69171],[-0.035134,51.692208],[-0.034736,51.692361],[-0.032521,51.693214],[-0.031528,51.693616],[-0.030464,51.694115],[-0.029762,51.694487],[-0.028895,51.695017],[-0.028115,51.695557],[-0.02754,51.696003],[-0.026787,51.696677],[-0.024985,51.698481],[-0.024841,51.698654],[-0.024518,51.699177],[-0.02434,51.700005],[-0.024203,51.700993],[-0.02419,51.701447],[-0.023975,51.702871]]},"properties":{"line":"Overground","name":"Overground","color":"#E86A10","order":15}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.082329,51.518215],[-0.081503,51.519696],[-0.081214,51.520027],[-0.080939,51.520285],[-0.078607,51.521893],[-0.07809,51.52214],[-0.077346,51.522363],[-0.076904,51.522466],[-0.076306,51.522547],[-0.075687,51.522597],[-0.072551,51.52275],[-0.071961,51.522795],[-0.07146,51.522865],[-0.070205,51.523143],[-0.069259,51.523295],[-0.066582,51.523433],[-0.06321,51.523655],[-0.061139,51.523755],[-0.05956,51.523874],[-0.059429,51.523884],[-0.058661,51.523959],[-0.058037,51.524084],[-0.057724,51.524186],[-0.057403,51.524329],[-0.057195,51.524436],[-0.056872,51.52466],[-0.056652,51.524874],[-0.056558,51.525002],[-0.056362,51.525398],[-0.05633,51.525573],[-0.056269,51.527335],[-0.056312,51.528011],[-0.056516,51.529256],[-0.056869,51.530557],[-0.057082,51.531229],[-0.057574,51.532411],[-0.057802,51.533219],[-0.057991,51.53447],[-0.058105,51.535629],[-0.058273,51.53861],[-0.058265,51.53882],[-0.058227,51.539309],[-0.058147,51.539767],[-0.057842,51.540955],[-0.057688,51.541674],[-0.057652,51.542341],[-0.057717,51.542783],[-0.057825,51.543192],[-0.058012,51.543702],[-0.059042,51.545978],[-0.05966,51.547038],[-0.060825,51.548754],[-0.061132,51.549206],[-0.061417,51.549982],[-0.061423,51.55028],[-0.061353,51.550759],[-0.061258,51.551026],[-0.061006,51.551445],[-0.060838,51.551656],[-0.060267,51.552226],[-0.059934,51.552614],[-0.059514,51.553235],[-0.059149,51.553869],[-0.058935,51.554408],[-0.058774,51.555006],[-0.058757,51.555675],[-0.05916,51.558152],[-0.059155,51.558606],[-0.059085,51.559065],[-0.058782,51.559785],[-0.058653,51.559994],[-0.058326,51.560393],[-0.058106,51.560602],[-0.056921,51.561594],[-0.054891,51.563294],[-0.054543,51.563625],[-0.053202,51.565025],[-0.052413,51.565965],[-0.051741,51.566848],[-0.049494,51.570195],[-0.049092,51.570768],[-0.048737,51.571224],[-0.048321,51.571717],[-0.047571,51.572521],[-0.04677,51.573249],[-0.046325,51.573612],[-0.045323,51.57433],[-0.044335,51.574957],[-0.043273,51.575572],[-0.040031,51.577318],[-0.038863,51.577978],[-0.035031,51.580022],[-0.034256,51.580404],[-0.033595,51.580688],[-0.032886,51.580945],[-0.032254,51.581174],[-0.031345,51.581433],[-0.030522,51.58163],[-0.029366,51.581852],[-0.028312,51.581996],[-0.019908,51.582917],[-0.012171,51.583765],[-0.011705,51.583826],[-0.010404,51.584046],[-0.009541,51.584261],[-0.008997,51.584448],[-0.007875,51.584995],[-0.007459,51.585171],[-0.006994,51.585327],[-0.006156,51.585534],[-0.004381,51.585861],[-0.003849,51.586004],[-0.003199,51.586237],[-0.002425,51.586595],[-0.002346,51.586632],[-0.00182,51.586985],[-0.001405,51.587332],[-0.00103,51.587739],[-0.000888,51.587934],[-0.000718,51.588241],[-0.000502,51.588851],[-0.000451,51.589313],[-0.000512,51.589838],[-0.001025,51.59175],[-0.001322,51.592618],[-0.00177,51.593349],[-0.002124,51.593852],[-0.00256,51.59454],[-0.002872,51.595162],[-0.002918,51.595358],[-0.003142,51.595947],[-0.003394,51.596962],[-0.003468,51.597504],[-0.003508,51.598051],[-0.003473,51.599147],[-0.003319,51.600158],[-0.003248,51.600483],[-0.003046,51.601147],[-0.002613,51.602246],[-0.001005,51.60603],[-0.000587,51.607233],[-0.000299,51.608356],[0.001403,51.614972],[0.001557,51.615821],[0.001612,51.616694],[0.0016,51.617255],[0.001389,51.62018],[0.001394,51.620684],[0.001442,51.621235],[0.001585,51.622001],[0.0018,51.622732],[0.002167,51.623592],[0.003475,51.626219],[0.003844,51.626831],[0.004057,51.627099],[0.004441,51.627502],[0.00997,51.633057]]},"properties":{"line":"Overground","name":"Overground","color":"#E86A10","order":15}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[0.184155,51.574988],[0.18792,51.576086],[0.188532,51.576316],[0.192194,51.577377],[0.19278,51.577525],[0.19304,51.577568],[0.19353,51.577615],[0.194113,51.577635],[0.19462,51.577631],[0.195653,51.577519],[0.196085,51.577436],[0.196486,51.577336],[0.197164,51.577113],[0.197778,51.576848],[0.198047,51.576703],[0.198634,51.576321],[0.200307,51.575125],[0.20107,51.574617],[0.20186,51.574148],[0.202642,51.573723],[0.203413,51.573348],[0.204796,51.57275],[0.205793,51.572364],[0.206495,51.572117],[0.207941,51.571673],[0.209064,51.571384],[0.218964,51.568984],[0.220118,51.568647],[0.220448,51.568551],[0.221332,51.56824],[0.222283,51.567853],[0.222891,51.567574],[0.231734,51.563309],[0.233392,51.562462],[0.236401,51.561013],[0.237803,51.560473],[0.239523,51.559925],[0.240941,51.559591],[0.241554,51.559483],[0.2427,51.559348],[0.243898,51.559267],[0.245392,51.559223],[0.247357,51.559207],[0.24979,51.559238],[0.251112,51.559196]]},"properties":{"line":"Overground","name":"Overground","color":"#E86A10","order":15}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.004068,51.541473],[-0.004432,51.541433],[-0.004772,51.541359],[-0.005021,51.54126],[-0.005448,51.540987],[-0.005827,51.540816],[-0.006122,51.540727],[-0.006658,51.540615],[-0.007016,51.54058],[-0.007428,51.540586],[-0.007897,51.540633],[-0.008265,51.540692],[-0.008788,51.540803],[-0.00931,51.540952],[-0.010056,51.541228],[-0.010705,51.541517],[-0.010965,51.541612],[-0.011691,51.541794],[-0.012097,51.541931],[-0.013344,51.542498],[-0.014261,51.542824],[-0.014658,51.542949],[-0.015367,51.543137],[-0.016139,51.543305],[-0.016774,51.543411],[-0.018303,51.543538],[-0.01917,51.543577],[-0.021601,51.543557],[-0.024909,51.543414],[-0.026175,51.543359],[-0.027032,51.543401],[-0.027564,51.54347],[-0.028019,51.543553],[-0.02849,51.54367],[-0.028993,51.54382],[-0.029454,51.544],[-0.029861,51.54419],[-0.030084,51.544317],[-0.031184,51.545009],[-0.03186,51.545373],[-0.03259,51.545707],[-0.033601,51.546093],[-0.034616,51.546408],[-0.03532,51.546574],[-0.036043,51.546711],[-0.03712,51.54685],[-0.03857,51.546936],[-0.042346,51.547067],[-0.044155,51.54713],[-0.045699,51.547138],[-0.046459,51.547162],[-0.048656,51.547241],[-0.04943,51.547311],[-0.05031,51.547334],[-0.052304,51.547308],[-0.054784,51.54713],[-0.05583,51.547075],[-0.056049,51.547073],[-0.057317,51.547063],[-0.058106,51.547082],[-0.068564,51.547636],[-0.075687,51.548165],[-0.077244,51.54828],[-0.082787,51.548763],[-0.083866,51.548816],[-0.084992,51.548933],[-0.085823,51.548988],[-0.086984,51.54903],[-0.088029,51.549033],[-0.089104,51.549],[-0.090032,51.548948],[-0.091182,51.548854],[-0.092189,51.548737],[-0.092683,51.54868],[-0.093586,51.548515],[-0.094389,51.548341],[-0.097144,51.547637],[-0.09867,51.547278],[-0.102113,51.54652],[-0.102923,51.54636],[-0.103948,51.546192],[-0.104171,51.546156],[-0.104971,51.54599],[-0.106426,51.545588],[-0.109052,51.544974],[-0.110938,51.54448],[-0.112818,51.544014],[-0.113937,51.543819],[-0.114988,51.543607],[-0.11677,51.543121],[-0.119792,51.542296],[-0.123766,51.541329],[-0.125507,51.541129],[-0.125969,51.541098],[-0.126851,51.541074],[-0.130079,51.54115],[-0.131904,51.54116],[-0.133477,51.541244],[-0.135224,51.541415],[-0.138561,51.541843],[-0.138683,51.541857],[-0.139927,51.541997],[-0.141032,51.542075],[-0.142106,51.542097],[-0.142644,51.542132],[-0.14304,51.542187],[-0.143303,51.542236],[-0.143819,51.542369],[-0.144397,51.542598],[-0.144835,51.54284],[-0.145252,51.543136],[-0.145464,51.543331],[-0.145815,51.543814],[-0.145933,51.54406],[-0.146461,51.545644],[-0.14665,51.54655],[-0.147072,51.548573],[-0.147243,51.549608],[-0.14733,51.551361],[-0.147612,51.552346],[-0.147783,51.552666],[-0.148213,51.553294],[-0.148845,51.553916],[-0.149447,51.554428],[-0.150064,51.554796],[-0.150934,51.555205],[-0.151202,51.555331],[-0.151835,51.555573],[-0.15269,51.555831],[-0.153467,51.556013],[-0.153778,51.556068],[-0.154506,51.556173],[-0.15517,51.556225],[-0.156778,51.556217],[-0.161807,51.555844],[-0.162812,51.555726],[-0.164606,51.555406],[-0.165668,51.555165],[-0.166159,51.555054],[-0.167804,51.554576],[-0.181746,51.550677],[-0.183134,51.550262],[-0.183255,51.550226],[-0.184727,51.549707],[-0.187544,51.548592],[-0.189041,51.548082],[-0.189798,51.547877],[-0.190643,51.54762],[-0.1912,51.547491],[-0.192141,51.547272],[-0.192834,51.547141],[-0.196296,51.546628],[-0.198399,51.546226],[-0.200064,51.545814],[-0.200881,51.545591],[-0.202282,51.545136],[-0.202324,51.545123],[-0.203251,51.544784],[-0.204182,51.544401],[-0.205504,51.543785],[-0.206573,51.543217],[-0.207834,51.542481],[-0.208357,51.542125],[-0.209265,51.541444],[-0.210135,51.540702],[-0.211321,51.539689],[-0.212734,51.538591],[-0.21436,51.537467],[-0.215617,51.536655],[-0.217031,51.535838],[-0.218103,51.535288],[-0.219041,51.53487],[-0.219925,51.534525],[-0.220226,51.534408],[-0.221516,51.534015],[-0.222616,51.533738],[-0.223193,51.53361],[-0.224148,51.533433],[-0.225288,51.53327],[-0.225848,51.533223],[-0.227095,51.533158],[-0.233775,51.532894],[-0.234499,51.532872],[-0.236985,51.532847],[-0.239989,51.532739],[-0.241572,51.532642],[-0.2423,51.532538],[-0.242694,51.532435],[-0.24318,51.532249],[-0.243645,51.531996],[-0.243645,51.531996],[-0.24399,51.531727],[-0.244299,51.531342],[-0.244388,51.531169],[-0.244468,51.530917],[-0.244592,51.530322],[-0.244712,51.530056],[-0.244846,51.529841],[-0.245056,51.529598],[-0.245315,51.529361],[-0.245565,51.529181],[-0.245907,51.528987],[-0.246433,51.528771],[-0.247824,51.528466],[-0.249302,51.528076],[-0.249668,51.52793],[-0.250178,51.527672],[-0.250593,51.527407],[-0.251097,51.526998],[-0.251893,51.526224],[-0.252943,51.525101],[-0.254202,51.523666],[-0.254907,51.522672],[-0.255539,51.521717],[-0.256057,51.520827],[-0.256591,51.51975],[-0.257217,51.518687],[-0.25771,51.517981],[-0.259955,51.514951],[-0.260509,51.514125],[-0.261291,51.51275],[-0.261785,51.511719],[-0.262254,51.51047],[-0.262832,51.508702],[-0.263127,51.507798],[-0.263616,51.50666],[-0.263796,51.506374],[-0.264239,51.505549],[-0.264761,51.504749],[-0.26525,51.504074],[-0.265832,51.503367],[-0.266475,51.502644],[-0.267109,51.502001],[-0.267649,51.501497],[-0.268925,51.500439],[-0.269707,51.499844],[-0.270032,51.499626],[-0.27051,51.499304],[-0.271068,51.498979],[-0.2715,51.498585],[-0.271913,51.498124],[-0.272103,51.497815],[-0.272298,51.497422],[-0.272361,51.497227],[-0.272453,51.496642],[-0.272405,51.496196],[-0.272194,51.49526],[-0.272237,51.494629],[-0.272432,51.493959],[-0.272651,51.493618],[-0.272861,51.493347],[-0.273324,51.492913],[-0.274233,51.492298],[-0.274984,51.491909],[-0.275156,51.491783],[-0.275325,51.49166],[-0.275566,51.491452],[-0.275817,51.491191],[-0.276229,51.490655],[-0.276387,51.49037],[-0.276548,51.489987],[-0.27671,51.489441],[-0.276771,51.488974],[-0.276791,51.48842],[-0.276971,51.487367],[-0.277272,51.486536],[-0.277883,51.485524],[-0.278229,51.485122],[-0.281788,51.481633],[-0.282969,51.480403],[-0.283789,51.479365],[-0.283959,51.479103],[-0.284292,51.478571],[-0.284608,51.477975],[-0.284909,51.477342],[-0.285044,51.476998],[-0.285104,51.476847],[-0.285282,51.476316],[-0.28718,51.469621],[-0.287384,51.469128],[-0.287907,51.468131],[-0.288514,51.467263],[-0.289246,51.466419],[-0.289761,51.465914],[-0.290222,51.465515],[-0.290544,51.465273],[-0.290892,51.465055],[-0.291329,51.464838],[-0.291702,51.464693],[-0.292235,51.464543],[-0.292742,51.464435],[-0.296008,51.463895],[-0.297791,51.463567],[-0.298561,51.46347],[-0.299594,51.463461],[-0.301184,51.463331]]},"properties":{"line":"Overground","name":"Overground","color":"#E86A10","order":15}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.004068,51.541473],[-0.004432,51.541433],[-0.004772,51.541359],[-0.005021,51.54126],[-0.005448,51.540987],[-0.005827,51.540816],[-0.006122,51.540727],[-0.006658,51.540615],[-0.007016,51.54058],[-0.007428,51.540586],[-0.007897,51.540633],[-0.008265,51.540692],[-0.008788,51.540803],[-0.00931,51.540952],[-0.010056,51.541228],[-0.010705,51.541517],[-0.010965,51.541612],[-0.011691,51.541794],[-0.012097,51.541931],[-0.013344,51.542498],[-0.014261,51.542824],[-0.014658,51.542949],[-0.015367,51.543137],[-0.016139,51.543305],[-0.016774,51.543411],[-0.018303,51.543538],[-0.01917,51.543577],[-0.021601,51.543557],[-0.024909,51.543414],[-0.026175,51.543359],[-0.027032,51.543401],[-0.027564,51.54347],[-0.028019,51.543553],[-0.02849,51.54367],[-0.028993,51.54382],[-0.029454,51.544],[-0.029861,51.54419],[-0.030084,51.544317],[-0.031184,51.545009],[-0.03186,51.545373],[-0.03259,51.545707],[-0.033601,51.546093],[-0.034616,51.546408],[-0.03532,51.546574],[-0.036043,51.546711],[-0.03712,51.54685],[-0.03857,51.546936],[-0.042346,51.547067],[-0.044155,51.54713],[-0.045699,51.547138],[-0.046459,51.547162],[-0.048656,51.547241],[-0.04943,51.547311],[-0.05031,51.547334],[-0.052304,51.547308],[-0.054784,51.54713],[-0.05583,51.547075],[-0.056049,51.547073],[-0.057317,51.547063],[-0.058106,51.547082],[-0.068564,51.547636],[-0.075687,51.548165],[-0.077244,51.54828],[-0.082787,51.548763],[-0.083866,51.548816],[-0.084992,51.548933],[-0.085823,51.548988],[-0.086984,51.54903],[-0.088029,51.549033],[-0.089104,51.549],[-0.090032,51.548948],[-0.091182,51.548854],[-0.092189,51.548737],[-0.092683,51.54868],[-0.093586,51.548515],[-0.094389,51.548341],[-0.097144,51.547637],[-0.09867,51.547278],[-0.102113,51.54652],[-0.102923,51.54636],[-0.103948,51.546192],[-0.104171,51.546156],[-0.104971,51.54599],[-0.106426,51.545588],[-0.109052,51.544974],[-0.110938,51.54448],[-0.112818,51.544014],[-0.113937,51.543819],[-0.114988,51.543607],[-0.11677,51.543121],[-0.119792,51.542296],[-0.123766,51.541329],[-0.125507,51.541129],[-0.125969,51.541098],[-0.126851,51.541074],[-0.130079,51.54115],[-0.131904,51.54116],[-0.133057,51.541215],[-0.134299,51.541315],[-0.135224,51.541415],[-0.138561,51.541843],[-0.138683,51.541857],[-0.139927,51.541997],[-0.141032,51.542075],[-0.142106,51.542097],[-0.142644,51.542132],[-0.14304,51.542187],[-0.143303,51.542236],[-0.143819,51.542369],[-0.1441,51.542471],[-0.144397,51.542598],[-0.144835,51.54284],[-0.145252,51.543136],[-0.145464,51.543331],[-0.145815,51.543814],[-0.145933,51.54406],[-0.146362,51.545309],[-0.146461,51.545644],[-0.14665,51.54655],[-0.147072,51.548573],[-0.147243,51.549608],[-0.14733,51.551361],[-0.147612,51.552346],[-0.147783,51.552666],[-0.148213,51.553294],[-0.148845,51.553916],[-0.149447,51.554428],[-0.150064,51.554796],[-0.150655,51.555084],[-0.150926,51.555206],[-0.151202,51.555331],[-0.151835,51.555573],[-0.15269,51.555831],[-0.153035,51.555917],[-0.153467,51.556013],[-0.154334,51.556151],[-0.15517,51.556225],[-0.156778,51.556217],[-0.161807,51.555844],[-0.162812,51.555726],[-0.164606,51.555406],[-0.165668,51.555165],[-0.166159,51.555054],[-0.167804,51.554576],[-0.181746,51.550677],[-0.183134,51.550262],[-0.183255,51.550226],[-0.184727,51.549707],[-0.187544,51.548592],[-0.189041,51.548082],[-0.189798,51.547877],[-0.190643,51.54762],[-0.1912,51.547491],[-0.192141,51.547272],[-0.192834,51.547141],[-0.196296,51.546628],[-0.198399,51.546226],[-0.200064,51.545814],[-0.200881,51.545591],[-0.202282,51.545136],[-0.202324,51.545123],[-0.203725,51.544596],[-0.205019,51.544021],[-0.205843,51.543613],[-0.206573,51.543217],[-0.207834,51.542481],[-0.208357,51.542125],[-0.209265,51.541444],[-0.210135,51.540702],[-0.211321,51.539689],[-0.212734,51.538591],[-0.21436,51.537467],[-0.215987,51.53643],[-0.217562,51.535557],[-0.218574,51.535072],[-0.219303,51.534762],[-0.219924,51.534524],[-0.220226,51.534408],[-0.221516,51.534015],[-0.222616,51.533738],[-0.223193,51.53361],[-0.224148,51.533433],[-0.225288,51.53327],[-0.225848,51.533223],[-0.228256,51.533109],[-0.233775,51.532894],[-0.234499,51.532872],[-0.236985,51.532847],[-0.239989,51.532739],[-0.241572,51.532642],[-0.242077,51.532575],[-0.2423,51.532538],[-0.242694,51.532435],[-0.24318,51.532249],[-0.243521,51.53207],[-0.243749,51.531925],[-0.243749,51.531925],[-0.244101,51.53161],[-0.244299,51.531342],[-0.244388,51.531169],[-0.244541,51.530555],[-0.244492,51.530171],[-0.244304,51.529802],[-0.243931,51.529275],[-0.243641,51.528965],[-0.243298,51.528693],[-0.242895,51.528454],[-0.242477,51.528265],[-0.242014,51.52811],[-0.241259,51.527971],[-0.238563,51.527742],[-0.237964,51.52767],[-0.237367,51.527535],[-0.237037,51.527424],[-0.236736,51.527299],[-0.23623,51.527032],[-0.236005,51.526872],[-0.235662,51.526557],[-0.234361,51.52512],[-0.233763,51.52461],[-0.233369,51.52432],[-0.232312,51.523711],[-0.231866,51.52342],[-0.231231,51.523051],[-0.230504,51.52255],[-0.229166,51.521486],[-0.228393,51.520923],[-0.226759,51.519573],[-0.225634,51.518588],[-0.224463,51.51743],[-0.223814,51.516711],[-0.223133,51.515895],[-0.222961,51.51563],[-0.222315,51.514792],[-0.221493,51.513589],[-0.220669,51.5122],[-0.220008,51.510888],[-0.219471,51.509603],[-0.218932,51.507939],[-0.218687,51.507319],[-0.218351,51.506593],[-0.217791,51.50557],[-0.217604,51.505296],[-0.217128,51.504598],[-0.216448,51.503689],[-0.21569,51.502862],[-0.215113,51.502272],[-0.213818,51.501026],[-0.212793,51.500129],[-0.210098,51.497945],[-0.207596,51.495917],[-0.20679,51.49538],[-0.205224,51.49461],[-0.204641,51.494285],[-0.204231,51.494018],[-0.203597,51.493536],[-0.203181,51.493141],[-0.200581,51.490254],[-0.20008,51.489744],[-0.199519,51.489262],[-0.198329,51.488448],[-0.197464,51.487943],[-0.196818,51.48765],[-0.19611,51.48737],[-0.195699,51.487145],[-0.195331,51.486943],[-0.194744,51.48659],[-0.194183,51.486203],[-0.193464,51.485641],[-0.193049,51.485262],[-0.191649,51.483781],[-0.190914,51.483086],[-0.188798,51.481243],[-0.188154,51.480729],[-0.187104,51.47999],[-0.186547,51.479553],[-0.186184,51.479237],[-0.185704,51.478769],[-0.184788,51.477716],[-0.184372,51.477129],[-0.1838,51.476177],[-0.183499,51.475728],[-0.183292,51.475465],[-0.182874,51.475017],[-0.182801,51.474959],[-0.182429,51.474667],[-0.182082,51.474441],[-0.181531,51.474109],[-0.181028,51.473839],[-0.180575,51.47365],[-0.17713,51.472393],[-0.176398,51.472178],[-0.175539,51.471973],[-0.174401,51.471771],[-0.168588,51.470981],[-0.16793,51.470847],[-0.167615,51.470764],[-0.167269,51.470644],[-0.166781,51.47042],[-0.166328,51.470149],[-0.165857,51.469758],[-0.165601,51.469466],[-0.165367,51.469085],[-0.165236,51.468715],[-0.165202,51.468389],[-0.165235,51.468066],[-0.165325,51.467766],[-0.165556,51.467393],[-0.165866,51.467086],[-0.166205,51.466845],[-0.16655,51.466661],[-0.168669,51.465753],[-0.169187,51.465567],[-0.169876,51.465355],[-0.171031,51.465049]]},"properties":{"line":"Overground","name":"Overground","color":"#E86A10","order":15}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.088897,51.513327],[-0.087355,51.511292],[-0.08703,51.5108],[-0.086909,51.510701],[-0.086635,51.510624],[-0.086274,51.510574],[-0.084317,51.51061],[-0.083304,51.510503],[-0.082557,51.5103],[-0.080464,51.509582],[-0.078757,51.509423],[-0.077651,51.509349],[-0.076635,51.509382],[-0.075107,51.509646],[-0.073757,51.509973],[-0.072238,51.510421],[-0.071714,51.510537],[-0.070852,51.510627],[-0.069512,51.510838],[-0.068742,51.510891],[-0.067289,51.511062],[-0.066866,51.511095],[-0.064768,51.511242],[-0.062384,51.511358],[-0.06052,51.511531],[-0.057223,51.511672],[-0.055817,51.511761],[-0.054742,51.511828],[-0.053338,51.511889],[-0.05236,51.511906],[-0.050867,51.511963],[-0.048992,51.512052],[-0.046063,51.512136],[-0.043148,51.512253],[-0.042198,51.512206],[-0.041065,51.512257],[-0.040186,51.512379],[-0.039718,51.512373],[-0.039687,51.512372],[-0.038507,51.512322],[-0.036595,51.51216],[-0.035267,51.511978],[-0.03441,51.51184],[-0.033548,51.511684],[-0.032581,51.511478],[-0.031369,51.511162],[-0.029677,51.510637],[-0.028752,51.510291],[-0.026736,51.509451],[-0.026736,51.509451],[-0.025256,51.508924],[-0.023881,51.508521],[-0.023306,51.508371],[-0.022673,51.508224],[-0.021021,51.507895],[-0.020591,51.507775],[-0.020431,51.507691],[-0.020299,51.507544],[-0.020275,51.507368],[-0.020329,51.507165],[-0.020634,51.506003],[-0.021007,51.504784],[-0.021069,51.504582],[-0.021405,51.503351],[-0.021872,51.501642],[-0.021879,51.501493],[-0.021807,51.501316],[-0.021667,51.501194],[-0.021535,51.501123],[-0.021264,51.501047],[-0.019446,51.500644],[-0.018504,51.500539],[-0.018279,51.500493],[-0.017745,51.500223],[-0.017564,51.500173],[-0.016308,51.500026],[-0.014446,51.499808],[-0.014187,51.499748],[-0.01407,51.499701],[-0.013897,51.499575],[-0.013789,51.499409],[-0.013769,51.499265],[-0.014005,51.497736],[-0.014097,51.497441],[-0.014355,51.49682],[-0.014397,51.496624],[-0.014481,51.495821],[-0.014801,51.492753],[-0.014945,51.492122],[-0.014954,51.491698],[-0.014954,51.491698],[-0.014918,51.491044],[-0.014844,51.490797],[-0.01477,51.490676],[-0.014624,51.490524],[-0.013841,51.489933],[-0.010971,51.488335],[-0.010294,51.487916],[-0.010294,51.487916],[-0.010003,51.48771],[-0.009407,51.487505],[-0.008746,51.487162],[-0.008286,51.486704],[-0.008079,51.486007],[-0.008392,51.4852],[-0.009227,51.483969],[-0.010215,51.482936],[-0.0107,51.482057],[-0.010721,51.481741],[-0.010721,51.481741],[-0.010563,51.480811],[-0.010555,51.480343],[-0.010784,51.479646],[-0.011198,51.479186],[-0.011705,51.478822],[-0.012533,51.478394],[-0.013339,51.478188],[-0.013976,51.478089],[-0.01414,51.478071],[-0.01414,51.478071],[-0.016071,51.478028],[-0.017518,51.477955],[-0.017886,51.477915],[-0.018291,51.477829],[-0.018706,51.477688],[-0.019159,51.477453],[-0.019408,51.477281],[-0.019883,51.476867],[-0.020169,51.476684],[-0.020329,51.476607],[-0.020834,51.47643],[-0.021807,51.476245],[-0.022072,51.476172],[-0.022394,51.476032],[-0.022666,51.475831],[-0.022826,51.475602],[-0.022849,51.475533],[-0.022871,51.475341],[-0.022827,51.475074],[-0.02242,51.474168],[-0.021968,51.473161],[-0.021809,51.472254],[-0.021619,51.471887],[-0.021466,51.471702],[-0.021179,51.471445],[-0.019945,51.470624],[-0.019314,51.470074],[-0.018908,51.469809],[-0.018702,51.46971],[-0.018217,51.469542],[-0.017374,51.469371],[-0.017195,51.469316],[-0.017195,51.469316],[-0.01694,51.4692],[-0.016786,51.469096],[-0.016078,51.468335],[-0.015765,51.467947],[-0.01534,51.467492],[-0.014471,51.466854],[-0.014249,51.466631],[-0.01291,51.464714]]},"properties":{"line":"DLR","name":"DLR","color":"#00AFAD","order":14}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.088897,51.513327],[-0.087355,51.511292],[-0.08703,51.5108],[-0.086909,51.510701],[-0.086635,51.510624],[-0.086274,51.510574],[-0.084317,51.51061],[-0.083304,51.510503],[-0.082557,51.5103],[-0.080464,51.509582],[-0.078757,51.509423],[-0.077651,51.509349],[-0.076635,51.509382],[-0.075107,51.509646],[-0.073757,51.509973],[-0.072238,51.510421],[-0.071714,51.510537],[-0.070852,51.510627],[-0.069512,51.510838],[-0.068742,51.510891],[-0.067289,51.511062],[-0.066866,51.511095],[-0.064768,51.511242],[-0.062384,51.511358],[-0.06052,51.511531],[-0.057223,51.511672],[-0.055817,51.511761],[-0.054742,51.511828],[-0.053338,51.511889],[-0.05236,51.511906],[-0.050867,51.511963],[-0.048992,51.512052],[-0.046063,51.512136],[-0.043148,51.512253],[-0.042198,51.512206],[-0.041065,51.512257],[-0.040186,51.512379],[-0.039718,51.512373],[-0.039687,51.512372],[-0.038507,51.512322],[-0.036595,51.51216],[-0.035267,51.511978],[-0.03441,51.51184],[-0.033548,51.511684],[-0.032581,51.511478],[-0.031369,51.511162],[-0.029677,51.510637],[-0.028752,51.510291],[-0.026736,51.509451],[-0.026736,51.509451],[-0.025424,51.508979],[-0.023881,51.508521],[-0.023306,51.508371],[-0.023045,51.508321],[-0.022523,51.508281],[-0.021368,51.508385],[-0.020859,51.508386],[-0.02048,51.50832],[-0.019722,51.508126],[-0.019144,51.508022],[-0.017889,51.507881],[-0.01671,51.507749],[-0.015698,51.507581],[-0.015262,51.50753],[-0.014191,51.507495],[-0.011582,51.507516],[-0.009788,51.507672],[-0.008471,51.507764],[-0.008129,51.507804],[-0.007206,51.507952],[-0.006076,51.508133],[-0.005808,51.508192],[-0.005269,51.508384],[-0.004156,51.508941],[-0.003631,51.509116],[-0.003302,51.509194],[-0.002861,51.509276],[0.000656,51.509925],[0.001019,51.509999],[0.001524,51.510151],[0.001763,51.510248],[0.002204,51.510493],[0.002534,51.510728],[0.002908,51.51109],[0.00351,51.511848],[0.003617,51.512027],[0.003714,51.512198],[0.003781,51.512397],[0.004052,51.51332],[0.00429,51.513668],[0.004516,51.513864],[0.005024,51.514223],[0.00534,51.514415],[0.005971,51.514726],[0.006161,51.514785],[0.006444,51.514833],[0.006659,51.514843],[0.006927,51.514821],[0.007157,51.514765],[0.007349,51.514693],[0.007723,51.514443],[0.008005,51.514186],[0.008346,51.513874],[0.008759,51.51342],[0.008892,51.513188],[0.00913,51.512649],[0.009224,51.512376],[0.009275,51.512049],[0.009599,51.511247],[0.009847,51.510825],[0.010349,51.510272],[0.010904,51.508855],[0.011134,51.508532],[0.011382,51.508244],[0.011859,51.507599],[0.012583,51.506687],[0.01291,51.506384],[0.013276,51.506187],[0.013488,51.506099],[0.013929,51.505965],[0.01434,51.505887],[0.015214,51.505759],[0.015696,51.505621],[0.01622,51.505383],[0.017674,51.504609],[0.01828,51.504313],[0.018995,51.504005],[0.01986,51.503675],[0.021093,51.503245],[0.021635,51.50307],[0.022298,51.502877],[0.023262,51.502597],[0.024137,51.50248],[0.024797,51.502347],[0.025837,51.502186],[0.026968,51.502085],[0.028055,51.502044],[0.029378,51.502059],[0.033312,51.50224],[0.03408,51.502276],[0.035575,51.502398],[0.036354,51.502419],[0.037327,51.502372],[0.037966,51.502377],[0.038406,51.502445],[0.038818,51.502539],[0.039236,51.502695],[0.039532,51.502852],[0.040888,51.503693],[0.04111,51.503796],[0.041355,51.50387],[0.041709,51.503929],[0.042059,51.503934],[0.042616,51.503864],[0.043173,51.503854],[0.043493,51.503903],[0.044224,51.504078],[0.044396,51.504095],[0.046005,51.504069],[0.046853,51.504026],[0.047191,51.503956],[0.047448,51.503874],[0.048376,51.503556],[0.048783,51.503416],[0.049186,51.50322],[0.049782,51.502824],[0.050019,51.502694],[0.050311,51.502598],[0.050627,51.502545],[0.051033,51.502513],[0.05314,51.502434],[0.056667,51.502165],[0.059563,51.502056],[0.060421,51.502071],[0.060858,51.502046],[0.061314,51.501992],[0.062158,51.501952],[0.062776,51.501936],[0.06358,51.501916],[0.064116,51.501924],[0.066044,51.501804],[0.067603,51.501669],[0.069626,51.501543],[0.070128,51.501467],[0.070638,51.501356],[0.07128,51.501113],[0.071985,51.500725],[0.072734,51.500278],[0.073692,51.499493],[0.074796,51.498483],[0.075404,51.497675],[0.075929,51.496714],[0.076453,51.495317],[0.076748,51.493921],[0.076805,51.493205],[0.076785,51.492743],[0.076672,51.492139],[0.076389,51.491466],[0.075905,51.490996],[0.075008,51.490352],[0.074199,51.489989],[0.073419,51.48982],[0.072619,51.489695],[0.071628,51.489651],[0.070796,51.48967],[0.070355,51.489734],[0.070117,51.489812],[0.070021,51.489856],[0.06945,51.490252]]},"properties":{"line":"DLR","name":"DLR","color":"#00AFAD","order":14}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.008861,51.545763],[-0.010126,51.545778],[-0.010492,51.54573],[-0.010617,51.545699],[-0.011166,51.545467],[-0.012011,51.545102],[-0.012212,51.544991],[-0.012488,51.544795],[-0.012811,51.544518],[-0.013096,51.544228],[-0.013165,51.54412],[-0.013298,51.543781],[-0.013352,51.543513],[-0.013319,51.543211],[-0.01325,51.543016],[-0.013027,51.54267],[-0.012863,51.542491],[-0.012561,51.542267],[-0.01233,51.542144],[-0.012056,51.542018],[-0.011541,51.541847],[-0.010948,51.541722],[-0.010653,51.541684],[-0.010057,51.541657],[-0.00967,51.541658],[-0.009353,51.541691],[-0.009026,51.541776],[-0.007418,51.542309],[-0.007108,51.54236],[-0.006797,51.542385],[-0.006372,51.542394],[-0.005747,51.542347],[-0.00519,51.542253],[-0.004676,51.542091],[-0.0044,51.541962],[-0.004201,51.541822],[-0.004195,51.541818],[-0.003675,51.541275],[-0.002981,51.540408],[-0.001681,51.538871],[-0.001488,51.538606],[-0.001127,51.538268],[-0.00061,51.537895],[-0.000338,51.537699],[0.0001,51.53733],[0.000468,51.536984],[0.000746,51.536631],[0.001754,51.535168],[0.001906,51.534905],[0.002394,51.533856],[0.002615,51.533499],[0.00353,51.532394],[0.003728,51.532115],[0.003823,51.531959],[0.00404,51.5316],[0.004245,51.531088],[0.004277,51.530602],[0.004055,51.529676],[0.004109,51.529207],[0.004368,51.528478],[0.00442,51.528144],[0.004426,51.52811],[0.00452,51.52553],[0.004287,51.522852],[0.004143,51.521952],[0.004098,51.521362],[0.004168,51.520699],[0.004248,51.519953],[0.004333,51.519525],[0.004418,51.519178],[0.004753,51.518191],[0.005158,51.51735],[0.005304,51.517115],[0.005628,51.516629],[0.006296,51.515757],[0.007033,51.515035],[0.008014,51.51418],[0.008173,51.514041],[0.008593,51.513623],[0.008759,51.51342],[0.008892,51.513188],[0.00913,51.512649],[0.009224,51.512376],[0.009275,51.512049],[0.009599,51.511247],[0.009847,51.510825],[0.010349,51.510272],[0.010904,51.508855],[0.011134,51.508532],[0.011382,51.508244],[0.011859,51.507599],[0.012583,51.506687],[0.01291,51.506384],[0.013276,51.506187],[0.013488,51.506099],[0.013929,51.505965],[0.01434,51.505887],[0.015214,51.505759],[0.015696,51.505621],[0.01622,51.505383],[0.017674,51.504609],[0.01828,51.504313],[0.018995,51.504005],[0.020103,51.503588],[0.021635,51.50307],[0.022298,51.502877],[0.023262,51.502597],[0.024137,51.50248],[0.02539,51.502245],[0.025837,51.502186],[0.026968,51.502085],[0.028055,51.502044],[0.029378,51.502059],[0.033312,51.50224],[0.03408,51.502276],[0.035575,51.502398],[0.036354,51.502419],[0.037327,51.502372],[0.037966,51.502377],[0.038406,51.502445],[0.038818,51.502539],[0.039236,51.502695],[0.039532,51.502852],[0.040888,51.503693],[0.04111,51.503796],[0.041355,51.50387],[0.041709,51.503929],[0.042059,51.503934],[0.042616,51.503864],[0.043173,51.503854],[0.043493,51.503903],[0.044224,51.504078],[0.044598,51.5041],[0.046636,51.504046],[0.046853,51.504026],[0.047191,51.503956],[0.048374,51.503555],[0.048783,51.503416],[0.049186,51.50322],[0.049782,51.502824],[0.050019,51.502694],[0.050311,51.502598],[0.050627,51.502545],[0.051033,51.502513],[0.05314,51.502434],[0.056667,51.502165],[0.059563,51.502056],[0.060421,51.502071],[0.060858,51.502046],[0.061314,51.501992],[0.062158,51.501952],[0.062776,51.501936],[0.06358,51.501916],[0.064116,51.501924],[0.065133,51.501864],[0.066044,51.501804],[0.067603,51.501669],[0.069626,51.501543],[0.070128,51.501467],[0.070638,51.501356],[0.07128,51.501113],[0.071985,51.500725],[0.072734,51.500278],[0.073692,51.499493],[0.074796,51.498483],[0.075404,51.497675],[0.075929,51.496714],[0.076453,51.495317],[0.076748,51.493921],[0.076805,51.493205],[0.076785,51.492743],[0.076672,51.492139],[0.076389,51.491466],[0.075905,51.490996],[0.075008,51.490352],[0.074199,51.489989],[0.073419,51.48982],[0.072619,51.489695],[0.071628,51.489651],[0.070796,51.48967],[0.070355,51.489734],[0.070117,51.489812],[0.070021,51.489856],[0.06945,51.490252]]},"properties":{"line":"DLR","name":"DLR","color":"#00AFAD","order":14}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.003884,51.541494],[-0.004213,51.540847],[-0.00477,51.540317],[-0.00514,51.540107],[-0.005727,51.539819],[-0.006022,51.539637],[-0.00646,51.539289],[-0.007331,51.538452],[-0.00879,51.537233],[-0.009649,51.536602],[-0.010903,51.535785],[-0.011214,51.535552],[-0.011418,51.535392],[-0.012412,51.534473],[-0.013515,51.533844],[-0.01371,51.533746],[-0.014902,51.533146],[-0.016152,51.532793],[-0.017667,51.532184],[-0.01894,51.531553],[-0.020347,51.530977],[-0.021,51.530666],[-0.021182,51.530599],[-0.021555,51.530374],[-0.02194,51.530035],[-0.02214,51.529765],[-0.022208,51.529526],[-0.02221,51.52943],[-0.022111,51.529214],[-0.020911,51.527729],[-0.020755,51.527493],[-0.019136,51.525031],[-0.017592,51.522625],[-0.015945,51.52006],[-0.015361,51.51898],[-0.015182,51.518565],[-0.014922,51.51782],[-0.014113,51.515139],[-0.014072,51.514992],[-0.013516,51.513014],[-0.013368,51.512361],[-0.013261,51.511485],[-0.013161,51.511082],[-0.012949,51.510228],[-0.012809,51.509819],[-0.012547,51.509212],[-0.011822,51.508166],[-0.011776,51.507963],[-0.011826,51.507806],[-0.011943,51.507674],[-0.012142,51.507572],[-0.012408,51.507529],[-0.014191,51.507495],[-0.015262,51.50753],[-0.015698,51.507581],[-0.01671,51.507749],[-0.017598,51.507852],[-0.017932,51.507849],[-0.018451,51.507844],[-0.018802,51.507801],[-0.019641,51.507599],[-0.020132,51.507451],[-0.02021,51.507407],[-0.020306,51.507256],[-0.02033,51.507165],[-0.020634,51.506003],[-0.021007,51.504784]]},"properties":{"line":"DLR","name":"DLR","color":"#00AFAD","order":14}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.074414,51.510623],[-0.072686,51.510638],[-0.070692,51.510806],[-0.068742,51.510891],[-0.067289,51.511062],[-0.06545,51.511199],[-0.06217,51.511373],[-0.061456,51.511454],[-0.06052,51.511531],[-0.057223,51.511672],[-0.055817,51.511761],[-0.054742,51.511828],[-0.053338,51.511889],[-0.05236,51.511906],[-0.050867,51.511963],[-0.048992,51.512052],[-0.046063,51.512136],[-0.043148,51.512253],[-0.042198,51.512206],[-0.041319,51.51224],[-0.041065,51.512257],[-0.040186,51.512379],[-0.039725,51.512364],[-0.038507,51.512322],[-0.036595,51.51216],[-0.035011,51.51194],[-0.033548,51.511684],[-0.032581,51.511478],[-0.031776,51.511274],[-0.030277,51.510833],[-0.029677,51.510637],[-0.028752,51.510291],[-0.026736,51.509451],[-0.026736,51.509451],[-0.025424,51.508979],[-0.023881,51.508521],[-0.023306,51.508371],[-0.023045,51.508321],[-0.022523,51.508281],[-0.021368,51.508385],[-0.020859,51.508386],[-0.02048,51.50832],[-0.019722,51.508126],[-0.019144,51.508022],[-0.017889,51.507881],[-0.01671,51.507749],[-0.015698,51.507581],[-0.015262,51.50753],[-0.014191,51.507495],[-0.011582,51.507516],[-0.009788,51.507672],[-0.008471,51.507764],[-0.008129,51.507804],[-0.007206,51.507952],[-0.006076,51.508133],[-0.005808,51.508192],[-0.005269,51.508384],[-0.004156,51.508941],[-0.003631,51.509116],[-0.003302,51.509194],[-0.002861,51.509276],[0.000656,51.509925],[0.001019,51.509999],[0.001524,51.510151],[0.001763,51.510248],[0.00199,51.51037],[0.002204,51.510493],[0.002534,51.510728],[0.002908,51.51109],[0.003243,51.511505],[0.00351,51.511848],[0.003714,51.512198],[0.004052,51.51332],[0.00429,51.513668],[0.004516,51.513864],[0.005024,51.514223],[0.005749,51.514631],[0.006161,51.514785],[0.006369,51.514825],[0.006659,51.514843],[0.006927,51.514821],[0.007157,51.514765],[0.007475,51.514625],[0.008021,51.514186],[0.008021,51.514186],[0.008712,51.513484],[0.008892,51.513188],[0.00913,51.512649],[0.009224,51.512376],[0.009275,51.512049],[0.009599,51.511247],[0.009847,51.510825],[0.010083,51.510596],[0.010358,51.51045],[0.01094,51.510255],[0.011194,51.51015],[0.011421,51.510025],[0.011932,51.509686],[0.012459,51.509454],[0.013085,51.509256],[0.013677,51.50912],[0.014098,51.509049],[0.014819,51.509002],[0.016084,51.508984],[0.016679,51.508998],[0.016994,51.50903],[0.017854,51.509156],[0.019073,51.509335],[0.020204,51.509462],[0.021705,51.509565],[0.023644,51.509652],[0.024663,51.509685],[0.026346,51.509683],[0.027381,51.509682],[0.029589,51.509744],[0.030281,51.509741],[0.032074,51.509663],[0.033675,51.509478],[0.034108,51.509428],[0.034401,51.509379],[0.034825,51.509272],[0.035221,51.509132],[0.036115,51.508672],[0.036516,51.508499],[0.036739,51.508424],[0.03721,51.508287],[0.037515,51.508221],[0.0383,51.508124],[0.04251,51.507986],[0.044326,51.507976],[0.044711,51.508034],[0.045005,51.508108],[0.045984,51.508453],[0.046839,51.508753],[0.047225,51.508872],[0.047462,51.508922],[0.048104,51.508945],[0.054915,51.508728],[0.06395,51.508441],[0.064953,51.508409],[0.065485,51.508345],[0.06572,51.508293],[0.065916,51.508219],[0.067377,51.507413],[0.067698,51.50728],[0.068143,51.507149],[0.068456,51.507097],[0.068902,51.507052],[0.069998,51.507052],[0.070289,51.50709],[0.070774,51.507212],[0.07108,51.507366],[0.071456,51.507652],[0.071606,51.50782],[0.071766,51.50811],[0.071814,51.508373],[0.071802,51.50853],[0.071491,51.512684],[0.071374,51.513004],[0.071278,51.51316],[0.071001,51.513473],[0.070777,51.513629],[0.070294,51.513906],[0.070011,51.514043],[0.069378,51.514219],[0.068937,51.51428],[0.065513,51.514419],[0.063832,51.51447],[0.063383,51.514444],[0.062765,51.514436],[0.061053,51.514279]]},"properties":{"line":"DLR","name":"DLR","color":"#00AFAD","order":14}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.088999,51.513447],[-0.093158,51.512464],[-0.094894,51.512121],[-0.096309,51.5119],[-0.097313,51.511867],[-0.0983,51.511896],[-0.100869,51.512087],[-0.102138,51.512124],[-0.102672,51.512114],[-0.10335,51.51206],[-0.10359,51.512011],[-0.103836,51.511932],[-0.104152,51.511777],[-0.104467,51.511549],[-0.104627,51.511399],[-0.105576,51.510129],[-0.106238,51.50952],[-0.107236,51.508749],[-0.107761,51.508461],[-0.108076,51.508317],[-0.108291,51.508167],[-0.108459,51.508013],[-0.108587,51.507847],[-0.108762,51.507452],[-0.108843,51.506864],[-0.108939,51.506692],[-0.10907,51.506572],[-0.109259,51.506476],[-0.113405,51.504908],[-0.113608,51.504799],[-0.113795,51.504652],[-0.113981,51.50447],[-0.114096,51.504309],[-0.114192,51.504066],[-0.114332,51.503662],[-0.114369,51.503479]]},"properties":{"line":"WaterlooAndCity","name":"Waterloo & City","color":"#76D0BD","order":13}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.02001,51.58293],[-0.020899,51.583083],[-0.035934,51.586007],[-0.040462,51.586492],[-0.041143,51.586604],[-0.041339,51.586636],[-0.041842,51.58676],[-0.042498,51.586883],[-0.04327,51.58695],[-0.043577,51.586954],[-0.044894,51.586881],[-0.048916,51.586554],[-0.050066,51.586545],[-0.050887,51.586621],[-0.051496,51.586739],[-0.053149,51.587223],[-0.056407,51.588282],[-0.057068,51.588448],[-0.058089,51.588608],[-0.058507,51.588625],[-0.058933,51.588616],[-0.059253,51.588579],[-0.059714,51.588478],[-0.060444,51.58829],[-0.062432,51.587778],[-0.063881,51.587373],[-0.065645,51.586807],[-0.066762,51.586405],[-0.067417,51.586129],[-0.068006,51.585841],[-0.070914,51.584258],[-0.074503,51.582726],[-0.075114,51.582448],[-0.075419,51.582271],[-0.076792,51.581473],[-0.079635,51.579976],[-0.081592,51.57891],[-0.082554,51.578194],[-0.085212,51.575556],[-0.085838,51.575023],[-0.08647,51.574524],[-0.087166,51.574029],[-0.087975,51.573618],[-0.08895,51.573236],[-0.09564,51.570928],[-0.096994,51.570592],[-0.098852,51.570218],[-0.103358,51.56952],[-0.104051,51.569333],[-0.104636,51.569099],[-0.105111,51.568824],[-0.105465,51.568531],[-0.105761,51.568156],[-0.106125,51.567358],[-0.106476,51.566056],[-0.106512,51.565599],[-0.106385,51.565142],[-0.106338,51.564639],[-0.106403,51.564391],[-0.106507,51.563992],[-0.106875,51.563127],[-0.107048,51.562261],[-0.107714,51.560376],[-0.10782,51.559107],[-0.107802,51.558499],[-0.107703,51.558044],[-0.106501,51.55437],[-0.1041,51.548133],[-0.103698,51.546794],[-0.103525,51.546287],[-0.103372,51.545842],[-0.103177,51.545004],[-0.103019,51.544101],[-0.102907,51.542716],[-0.102985,51.54163],[-0.103167,51.540774],[-0.103477,51.540122],[-0.103789,51.539671],[-0.104296,51.53918],[-0.10483,51.538769],[-0.105566,51.538297],[-0.119739,51.531656],[-0.120882,51.531188],[-0.121607,51.530964],[-0.122944,51.530605],[-0.123721,51.530405],[-0.123849,51.53038],[-0.124534,51.530243],[-0.125584,51.530059],[-0.126807,51.529888],[-0.127719,51.529739],[-0.130476,51.529175],[-0.131429,51.529047],[-0.131994,51.528992],[-0.132494,51.528905],[-0.133348,51.528711],[-0.134051,51.528502],[-0.134286,51.528432],[-0.135062,51.528115],[-0.13557,51.527827],[-0.135948,51.527498],[-0.136328,51.527129],[-0.136568,51.526699],[-0.136937,51.526212],[-0.137339,51.52551],[-0.138099,51.524653],[-0.138316,51.524546],[-0.139374,51.524022],[-0.140248,51.523555],[-0.140886,51.523057],[-0.141524,51.522372],[-0.14192,51.521784],[-0.142149,51.5212],[-0.142299,51.520649],[-0.142422,51.519954],[-0.142623,51.517654],[-0.142594,51.516608],[-0.142453,51.516127],[-0.14208,51.515308],[-0.142054,51.51511],[-0.141955,51.514357],[-0.142001,51.513578],[-0.142163,51.513036],[-0.142306,51.512684],[-0.143435,51.510588],[-0.143875,51.509337],[-0.143967,51.50879],[-0.143906,51.507987],[-0.143614,51.507241],[-0.143262,51.506756],[-0.143119,51.506557],[-0.141847,51.504916],[-0.141151,51.503892],[-0.140758,51.503259],[-0.140548,51.502808],[-0.140388,51.502244],[-0.140334,51.50179],[-0.140388,51.501299],[-0.140615,51.500571],[-0.141004,51.499649],[-0.141483,51.498813],[-0.142573,51.497232],[-0.143106,51.496554],[-0.14323,51.496358],[-0.143812,51.495127],[-0.143887,51.494969],[-0.144077,51.494308],[-0.144147,51.493601],[-0.144129,51.492911],[-0.144007,51.492305],[-0.1437,51.491609],[-0.143236,51.490946],[-0.142544,51.490416],[-0.14186,51.49007],[-0.140973,51.489782],[-0.139973,51.489534],[-0.139171,51.489358],[-0.138223,51.489221],[-0.136238,51.489084],[-0.133788,51.48894],[-0.132954,51.488891],[-0.132008,51.488769],[-0.131131,51.488566],[-0.130277,51.488342],[-0.129483,51.488099],[-0.128596,51.48772],[-0.124084,51.485472],[-0.12308,51.484972],[-0.12258,51.484676],[-0.122212,51.484344],[-0.121863,51.483877],[-0.121669,51.483454],[-0.121377,51.48269],[-0.12079,51.480801],[-0.119965,51.477317],[-0.119906,51.476752],[-0.119934,51.476281],[-0.120092,51.475621],[-0.120307,51.475121],[-0.120736,51.474485],[-0.12165,51.473467],[-0.122215,51.472972],[-0.122336,51.472722],[-0.122361,51.472403],[-0.122502,51.47218],[-0.122702,51.472047],[-0.123056,51.471811],[-0.123638,51.471602],[-0.124038,51.471375],[-0.124739,51.470761],[-0.125264,51.470223],[-0.125712,51.469436],[-0.12583,51.468411],[-0.125783,51.467573],[-0.12568,51.466871],[-0.125392,51.466199],[-0.124893,51.465546],[-0.124553,51.465235],[-0.124045,51.464863],[-0.123477,51.464579],[-0.122339,51.464138],[-0.121589,51.463931],[-0.114872,51.462606]]},"properties":{"line":"Victoria","name":"Victoria","color":"#00A0E2","order":12}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.14935,51.651605],[-0.147727,51.651086],[-0.146815,51.650821],[-0.144688,51.650388],[-0.142978,51.650143],[-0.142227,51.650084],[-0.140745,51.650011],[-0.139204,51.649872],[-0.138758,51.649803],[-0.136719,51.649413],[-0.135572,51.649108],[-0.135183,51.64899],[-0.133872,51.64848],[-0.132616,51.647918],[-0.131904,51.64756],[-0.131904,51.64756],[-0.129991,51.646699],[-0.129206,51.646278],[-0.128602,51.645794],[-0.12822,51.645391],[-0.127904,51.64488],[-0.127538,51.643885],[-0.127236,51.643155],[-0.125059,51.637105],[-0.124941,51.636478],[-0.124909,51.635686],[-0.124955,51.635234],[-0.125063,51.634879],[-0.125183,51.634603],[-0.125333,51.634358],[-0.125621,51.633992],[-0.125973,51.633642],[-0.126406,51.63331],[-0.127798,51.632342],[-0.127811,51.632334],[-0.128981,51.631465],[-0.13059,51.630198],[-0.132833,51.628681],[-0.133375,51.628252],[-0.134443,51.627309],[-0.134906,51.626757],[-0.135176,51.62636],[-0.135494,51.625754],[-0.135734,51.625039],[-0.135832,51.624449],[-0.135845,51.623902],[-0.135808,51.623537],[-0.135391,51.620689],[-0.135288,51.620161],[-0.135113,51.619736],[-0.134915,51.619401],[-0.133879,51.618165],[-0.133574,51.617626],[-0.133386,51.617112],[-0.133265,51.616355],[-0.132963,51.614472],[-0.132949,51.612404],[-0.132901,51.612019],[-0.132773,51.611597],[-0.132484,51.611078],[-0.132061,51.610538],[-0.131847,51.61033],[-0.131442,51.610014],[-0.130813,51.609661],[-0.130223,51.609404],[-0.128338,51.608792],[-0.127011,51.608258],[-0.125715,51.607676],[-0.124214,51.607096],[-0.124134,51.607066],[-0.123209,51.606671],[-0.122825,51.606408],[-0.12238,51.606009],[-0.122023,51.60558],[-0.121617,51.605011],[-0.120971,51.603887],[-0.12041,51.603161],[-0.119722,51.60254],[-0.119113,51.602152],[-0.118708,51.601942],[-0.114527,51.600273],[-0.113176,51.599599],[-0.112278,51.599191],[-0.111702,51.598868],[-0.111005,51.598389],[-0.109755,51.597419],[-0.109755,51.597419],[-0.107629,51.595571],[-0.103928,51.592227],[-0.103608,51.591825],[-0.103404,51.591518],[-0.102833,51.59029],[-0.102271,51.589082],[-0.101818,51.588393],[-0.100637,51.586429],[-0.100121,51.585138],[-0.099605,51.582893],[-0.098741,51.57765],[-0.098655,51.57733],[-0.098462,51.576954],[-0.098187,51.576584],[-0.096783,51.574838],[-0.095673,51.573406],[-0.095479,51.573102],[-0.09528,51.572699],[-0.095163,51.572296],[-0.095148,51.571913],[-0.095202,51.57162],[-0.095334,51.571323],[-0.095534,51.571047],[-0.095819,51.570804],[-0.096384,51.570321],[-0.096956,51.569867],[-0.097399,51.5696],[-0.097839,51.569368],[-0.098308,51.569187],[-0.098891,51.569072],[-0.099529,51.568998],[-0.100328,51.568958],[-0.101852,51.568938],[-0.10275,51.568889],[-0.103429,51.568797],[-0.104094,51.568626],[-0.104641,51.56839],[-0.105086,51.568094],[-0.105515,51.567634],[-0.10586,51.567087],[-0.106123,51.566218],[-0.106239,51.56558],[-0.106363,51.564396],[-0.106445,51.563611],[-0.106731,51.562197],[-0.106998,51.558725],[-0.106998,51.558725],[-0.107715,51.557712],[-0.108732,51.556893],[-0.110054,51.555447],[-0.111845,51.553641],[-0.11296,51.552768],[-0.113009,51.55273],[-0.116383,51.55048],[-0.117756,51.54921],[-0.118317,51.548422],[-0.120113,51.545902],[-0.121063,51.544107],[-0.12183,51.542543],[-0.122152,51.541595],[-0.122414,51.540588],[-0.122458,51.539252],[-0.122528,51.538368],[-0.122542,51.533203],[-0.122615,51.53186],[-0.122665,51.531536],[-0.122879,51.53076],[-0.122944,51.530605],[-0.123154,51.53024],[-0.123846,51.529041],[-0.125264,51.526324],[-0.125388,51.525926],[-0.125397,51.525653],[-0.125318,51.525341],[-0.1244,51.523733],[-0.124232,51.523353],[-0.124203,51.523145],[-0.124218,51.522911],[-0.124274,51.522006],[-0.124235,51.52184],[-0.124156,51.521677],[-0.123912,51.521365],[-0.123767,51.52122],[-0.122554,51.520193],[-0.121303,51.519198],[-0.121084,51.518978],[-0.120703,51.518494],[-0.12037,51.518004],[-0.120072,51.517426],[-0.119758,51.516821],[-0.119689,51.516534],[-0.119699,51.516413],[-0.119755,51.51629],[-0.120005,51.516082],[-0.120357,51.515882],[-0.121599,51.51501],[-0.121738,51.514875],[-0.122005,51.514495],[-0.122191,51.514321],[-0.124196,51.51306],[-0.124196,51.51306],[-0.125262,51.512477],[-0.126018,51.512128],[-0.128302,51.511291],[-0.12849,51.511223],[-0.129941,51.510783],[-0.131933,51.510287],[-0.132873,51.510097],[-0.133898,51.509852],[-0.13467,51.509667],[-0.135798,51.50932],[-0.137975,51.5086],[-0.139257,51.508223],[-0.139753,51.508058],[-0.141175,51.507496],[-0.141665,51.507276],[-0.142783,51.506735],[-0.142835,51.506709],[-0.143922,51.506131],[-0.147655,51.504234],[-0.148106,51.504019],[-0.148947,51.503694],[-0.149738,51.503457],[-0.150127,51.503375],[-0.152817,51.502915],[-0.155811,51.502402],[-0.156617,51.502291],[-0.158026,51.502206],[-0.158555,51.502149],[-0.158836,51.502096],[-0.159719,51.501866],[-0.160557,51.501616],[-0.160592,51.501606],[-0.161074,51.501392],[-0.161448,51.501184],[-0.161857,51.50089],[-0.162556,51.500277],[-0.162875,51.500046],[-0.16364,51.499561],[-0.168675,51.496764],[-0.169027,51.496448],[-0.169179,51.496184],[-0.169373,51.495682],[-0.169544,51.495462],[-0.16967,51.495352],[-0.169938,51.495166],[-0.170116,51.495086],[-0.170731,51.494916],[-0.171053,51.494768],[-0.171519,51.494285],[-0.171673,51.494188],[-0.171955,51.494062],[-0.17217,51.494013],[-0.173915,51.494077],[-0.174218,51.494088],[-0.174655,51.494085],[-0.17542,51.494043],[-0.179202,51.493723],[-0.179702,51.493739],[-0.180215,51.49379],[-0.182942,51.494333],[-0.183472,51.494438],[-0.185817,51.494939],[-0.18628,51.495013],[-0.186726,51.495029],[-0.187759,51.49499],[-0.188224,51.494916],[-0.188551,51.494822],[-0.188997,51.494675],[-0.189497,51.494453],[-0.189832,51.494266],[-0.193087,51.49219],[-0.193903,51.491652],[-0.19519,51.490803],[-0.195892,51.490372],[-0.196395,51.490151],[-0.196808,51.49004],[-0.197289,51.489954],[-0.197819,51.489906],[-0.198333,51.489896],[-0.198887,51.489922],[-0.199531,51.490025],[-0.20009,51.490185],[-0.201888,51.491035],[-0.202527,51.491221],[-0.202884,51.491278],[-0.20325,51.491296],[-0.203851,51.491255],[-0.204161,51.491215],[-0.204446,51.491153],[-0.207444,51.490255],[-0.207846,51.490163],[-0.208261,51.490087],[-0.209106,51.489987],[-0.209805,51.489946],[-0.210349,51.489939],[-0.210899,51.489959],[-0.211835,51.49004],[-0.213586,51.490233],[-0.213926,51.49027],[-0.214924,51.490297],[-0.216879,51.490229],[-0.218948,51.490126],[-0.219362,51.490134],[-0.219633,51.490158],[-0.22016,51.49022],[-0.220401,51.49027],[-0.22089,51.490395],[-0.221312,51.490535],[-0.221547,51.490642],[-0.222067,51.490942],[-0.222315,51.49114],[-0.22263,51.491438],[-0.223809,51.49259],[-0.224028,51.492804],[-0.224505,51.493077],[-0.225957,51.493499],[-0.226523,51.493609],[-0.226902,51.493658],[-0.227169,51.493662],[-0.228286,51.493601],[-0.22882,51.4936],[-0.229526,51.493622],[-0.232409,51.493811],[-0.233911,51.493982],[-0.236411,51.494166],[-0.23712,51.494255],[-0.239801,51.494685],[-0.240843,51.494794],[-0.242327,51.494908],[-0.243322,51.494924],[-0.244664,51.49489],[-0.24534,51.494904],[-0.246928,51.495025],[-0.248193,51.49508],[-0.250884,51.495146],[-0.25453,51.495143],[-0.25453,51.495143],[-0.257067,51.495065],[-0.258175,51.49505],[-0.260131,51.495061],[-0.26138,51.494959],[-0.265648,51.494496],[-0.266584,51.494461],[-0.267151,51.494476],[-0.267609,51.494516],[-0.268122,51.494579],[-0.269416,51.494799],[-0.270409,51.495129],[-0.271073,51.495435],[-0.271686,51.495799],[-0.272691,51.49667],[-0.273218,51.497034],[-0.273703,51.497319],[-0.274451,51.497669],[-0.276341,51.498465],[-0.276851,51.498726],[-0.277399,51.499081],[-0.277896,51.49949],[-0.278123,51.499726],[-0.278311,51.499979],[-0.278632,51.500501],[-0.278729,51.50072],[-0.278832,51.501096],[-0.279269,51.501875],[-0.279569,51.502266],[-0.279917,51.502644],[-0.280137,51.502809],[-0.280414,51.503017],[-0.281248,51.503539],[-0.282142,51.504015],[-0.283634,51.504908],[-0.285084,51.505657],[-0.285865,51.506104],[-0.286145,51.506293],[-0.286864,51.506933],[-0.287133,51.507257],[-0.287456,51.507728],[-0.287714,51.508264],[-0.288075,51.509391],[-0.288181,51.509907],[-0.288185,51.510218],[-0.288189,51.510503],[-0.288068,51.511017],[-0.287987,51.511939],[-0.287868,51.512505],[-0.287657,51.513255],[-0.287645,51.513539],[-0.287691,51.513935],[-0.287795,51.514202],[-0.288063,51.514586],[-0.288612,51.515112],[-0.288874,51.515321],[-0.289201,51.515628],[-0.289324,51.515778],[-0.289459,51.51614],[-0.289467,51.516365],[-0.289435,51.516534],[-0.289334,51.516756],[-0.289016,51.517177],[-0.288755,51.517469],[-0.288743,51.517483],[-0.288302,51.517909],[-0.287796,51.51831],[-0.285638,51.51968],[-0.285011,51.520211],[-0.28437,51.520951],[-0.283994,51.521566],[-0.283721,51.522267],[-0.283644,51.522623],[-0.283557,51.523673],[-0.283593,51.524622],[-0.283638,51.525075],[-0.28376,51.525874],[-0.283857,51.526219],[-0.284083,51.526818],[-0.284136,51.52692],[-0.284439,51.527494],[-0.284879,51.52811],[-0.285335,51.528622],[-0.286007,51.529246],[-0.286594,51.529691],[-0.288786,51.531072],[-0.289345,51.531457],[-0.291071,51.532769],[-0.291743,51.533407],[-0.292828,51.534587],[-0.296501,51.53883],[-0.296833,51.539165],[-0.297293,51.539575],[-0.297639,51.539801],[-0.297938,51.539962],[-0.298341,51.540143],[-0.299575,51.540604],[-0.302402,51.541659],[-0.302923,51.541913],[-0.303416,51.542208],[-0.304015,51.542732],[-0.304373,51.543148],[-0.305244,51.544632],[-0.30543,51.544909],[-0.305897,51.545484],[-0.306591,51.546179],[-0.307161,51.54663],[-0.30774,51.547022],[-0.308755,51.547588],[-0.309232,51.547816],[-0.315546,51.550729],[-0.315804,51.550848],[-0.317525,51.551567],[-0.321907,51.553229],[-0.325016,51.554365],[-0.32724,51.555221],[-0.327803,51.555412],[-0.328309,51.555544],[-0.328757,51.555636],[-0.329795,51.555792],[-0.331258,51.555924],[-0.331765,51.55598],[-0.332257,51.556059],[-0.334218,51.55646],[-0.336269,51.5569],[-0.337983,51.557267],[-0.338978,51.55738],[-0.342003,51.557541],[-0.342465,51.557578],[-0.343174,51.557672],[-0.34398,51.557876],[-0.344231,51.557959],[-0.344878,51.558219],[-0.345473,51.558496],[-0.345867,51.558705],[-0.346657,51.55918],[-0.347374,51.559698],[-0.347997,51.560239],[-0.34893,51.561261],[-0.350903,51.563561],[-0.351584,51.564192],[-0.352228,51.56467],[-0.352514,51.564882],[-0.354211,51.565885],[-0.35479,51.566291],[-0.355343,51.566743],[-0.356564,51.567943],[-0.35737,51.568672],[-0.358327,51.569427],[-0.35884,51.5698],[-0.359715,51.570381],[-0.36121,51.571259],[-0.363881,51.572761],[-0.364898,51.573284],[-0.365369,51.5735],[-0.366299,51.573881],[-0.36775,51.574388],[-0.369265,51.574833],[-0.369872,51.574962],[-0.370856,51.575109],[-0.370856,51.575109],[-0.373849,51.57565],[-0.378714,51.576407],[-0.381075,51.576731],[-0.382529,51.576916],[-0.384647,51.577106],[-0.386302,51.577203],[-0.388993,51.577247],[-0.391254,51.577187],[-0.393672,51.577025],[-0.395201,51.576869],[-0.396505,51.5767],[-0.396907,51.57663],[-0.399333,51.576211],[-0.406322,51.574678],[-0.410937,51.573618],[-0.412406,51.573293],[-0.417799,51.572102],[-0.419423,51.571834],[-0.420289,51.571672],[-0.421436,51.571416],[-0.421978,51.571295],[-0.42261,51.571138],[-0.423399,51.570868],[-0.425056,51.57026],[-0.425964,51.56988],[-0.43016,51.568047],[-0.431738,51.567389],[-0.433442,51.56663],[-0.435907,51.565594],[-0.437907,51.564799],[-0.438592,51.564508],[-0.439209,51.564212],[-0.440061,51.563725],[-0.440495,51.563432],[-0.441035,51.56302],[-0.441822,51.562297],[-0.442047,51.561991],[-0.44263,51.561197],[-0.442755,51.56098],[-0.442922,51.560763],[-0.443072,51.560448],[-0.443402,51.55946],[-0.44353,51.558925],[-0.443706,51.558491],[-0.444284,51.557499],[-0.444682,51.556937],[-0.444901,51.556695],[-0.445332,51.556292],[-0.445953,51.555761],[-0.446929,51.555096],[-0.447702,51.554679],[-0.448606,51.55428],[-0.449364,51.553994],[-0.449991,51.553797],[-0.462765,51.549771],[-0.466332,51.548674],[-0.467688,51.548367],[-0.468971,51.54815],[-0.469477,51.548097],[-0.470002,51.548072],[-0.471872,51.548067],[-0.472612,51.548049],[-0.473568,51.547931],[-0.474203,51.547817],[-0.474746,51.547685],[-0.476757,51.547056],[-0.477295,51.54687],[-0.478171,51.546528]]},"properties":{"line":"Piccadilly","name":"Piccadilly","color":"#0019A8","order":11}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.14935,51.651605],[-0.147727,51.651086],[-0.146815,51.650821],[-0.144688,51.650388],[-0.142978,51.650143],[-0.142227,51.650084],[-0.140745,51.650011],[-0.139204,51.649872],[-0.138758,51.649803],[-0.136719,51.649413],[-0.135572,51.649108],[-0.135183,51.64899],[-0.133872,51.64848],[-0.132616,51.647918],[-0.131904,51.64756],[-0.131904,51.64756],[-0.129991,51.646699],[-0.129206,51.646278],[-0.128602,51.645794],[-0.12822,51.645391],[-0.127904,51.64488],[-0.127538,51.643885],[-0.127236,51.643155],[-0.125059,51.637105],[-0.124941,51.636478],[-0.124909,51.635686],[-0.124955,51.635234],[-0.125063,51.634879],[-0.125183,51.634603],[-0.125333,51.634358],[-0.125621,51.633992],[-0.125973,51.633642],[-0.126406,51.63331],[-0.127798,51.632342],[-0.127811,51.632334],[-0.128981,51.631465],[-0.13059,51.630198],[-0.132833,51.628681],[-0.133375,51.628252],[-0.134443,51.627309],[-0.134906,51.626757],[-0.135176,51.62636],[-0.135494,51.625754],[-0.135734,51.625039],[-0.135832,51.624449],[-0.135845,51.623902],[-0.135808,51.623537],[-0.135391,51.620689],[-0.135288,51.620161],[-0.135113,51.619736],[-0.134915,51.619401],[-0.133879,51.618165],[-0.133574,51.617626],[-0.133386,51.617112],[-0.133265,51.616355],[-0.132963,51.614472],[-0.132949,51.612404],[-0.132901,51.612019],[-0.132773,51.611597],[-0.132484,51.611078],[-0.132061,51.610538],[-0.131847,51.61033],[-0.131442,51.610014],[-0.130813,51.609661],[-0.130223,51.609404],[-0.128338,51.608792],[-0.127011,51.608258],[-0.125715,51.607676],[-0.124214,51.607096],[-0.124134,51.607066],[-0.123209,51.606671],[-0.122825,51.606408],[-0.12238,51.606009],[-0.122023,51.60558],[-0.121617,51.605011],[-0.120971,51.603887],[-0.12041,51.603161],[-0.119722,51.60254],[-0.119113,51.602152],[-0.118708,51.601942],[-0.114527,51.600273],[-0.113176,51.599599],[-0.112278,51.599191],[-0.111702,51.598868],[-0.111005,51.598389],[-0.109755,51.597419],[-0.109755,51.597419],[-0.107629,51.595571],[-0.103928,51.592227],[-0.103608,51.591825],[-0.103404,51.591518],[-0.102833,51.59029],[-0.102271,51.589082],[-0.101818,51.588393],[-0.100637,51.586429],[-0.100121,51.585138],[-0.099605,51.582893],[-0.098741,51.57765],[-0.098655,51.57733],[-0.098462,51.576954],[-0.098187,51.576584],[-0.096783,51.574838],[-0.095673,51.573406],[-0.095479,51.573102],[-0.09528,51.572699],[-0.095163,51.572296],[-0.095148,51.571913],[-0.095202,51.57162],[-0.095334,51.571323],[-0.095534,51.571047],[-0.095819,51.570804],[-0.096384,51.570321],[-0.096956,51.569867],[-0.097399,51.5696],[-0.097839,51.569368],[-0.098308,51.569187],[-0.098891,51.569072],[-0.099529,51.568998],[-0.100328,51.568958],[-0.101852,51.568938],[-0.10275,51.568889],[-0.103429,51.568797],[-0.104094,51.568626],[-0.104641,51.56839],[-0.105086,51.568094],[-0.105515,51.567634],[-0.10586,51.567087],[-0.106123,51.566218],[-0.106239,51.56558],[-0.106363,51.564396],[-0.106445,51.563611],[-0.106731,51.562197],[-0.106998,51.558725],[-0.106998,51.558725],[-0.107715,51.557712],[-0.108732,51.556893],[-0.110054,51.555447],[-0.111845,51.553641],[-0.11296,51.552768],[-0.113009,51.55273],[-0.116383,51.55048],[-0.117756,51.54921],[-0.118317,51.548422],[-0.120113,51.545902],[-0.121063,51.544107],[-0.12183,51.542543],[-0.122152,51.541595],[-0.122414,51.540588],[-0.122458,51.539252],[-0.122528,51.538368],[-0.122542,51.533203],[-0.122615,51.53186],[-0.122665,51.531536],[-0.122879,51.53076],[-0.122944,51.530605],[-0.123154,51.53024],[-0.123846,51.529041],[-0.125164,51.526522],[-0.125337,51.526138],[-0.125402,51.525795],[-0.125371,51.52548],[-0.125318,51.525341],[-0.1244,51.523733],[-0.124232,51.523353],[-0.124203,51.523145],[-0.124218,51.522911],[-0.124274,51.522006],[-0.124235,51.52184],[-0.124156,51.521677],[-0.123912,51.521365],[-0.123767,51.52122],[-0.122554,51.520193],[-0.121303,51.519198],[-0.121084,51.518978],[-0.120703,51.518494],[-0.12037,51.518004],[-0.120072,51.517426],[-0.119758,51.516821],[-0.119711,51.516684],[-0.119699,51.516413],[-0.119755,51.51629],[-0.119857,51.516188],[-0.120005,51.516082],[-0.120357,51.515882],[-0.121599,51.51501],[-0.121738,51.514875],[-0.122005,51.514495],[-0.122191,51.514321],[-0.124196,51.51306],[-0.124196,51.51306],[-0.125262,51.512477],[-0.126018,51.512128],[-0.128302,51.511291],[-0.12849,51.511223],[-0.129941,51.510783],[-0.130663,51.5106],[-0.131933,51.510287],[-0.132873,51.510097],[-0.133898,51.509852],[-0.13467,51.509667],[-0.135798,51.50932],[-0.137975,51.5086],[-0.139257,51.508223],[-0.139753,51.508058],[-0.141175,51.507496],[-0.142784,51.506733],[-0.142835,51.506709],[-0.143922,51.506131],[-0.147655,51.504234],[-0.148106,51.504019],[-0.148539,51.503842],[-0.149319,51.50357],[-0.149738,51.503457],[-0.150127,51.503375],[-0.152817,51.502915],[-0.155811,51.502402],[-0.156617,51.502291],[-0.158026,51.502206],[-0.158555,51.502149],[-0.158836,51.502096],[-0.159719,51.501866],[-0.160557,51.501616],[-0.160592,51.501606],[-0.161074,51.501392],[-0.161448,51.501184],[-0.161857,51.50089],[-0.162556,51.500277],[-0.162875,51.500046],[-0.16364,51.499561],[-0.168675,51.496764],[-0.169027,51.496448],[-0.169179,51.496184],[-0.169373,51.495682],[-0.169544,51.495462],[-0.16967,51.495352],[-0.169938,51.495166],[-0.170116,51.495086],[-0.170731,51.494916],[-0.171053,51.494768],[-0.171519,51.494285],[-0.171673,51.494188],[-0.171955,51.494062],[-0.17217,51.494013],[-0.173915,51.494077],[-0.174218,51.494088],[-0.174655,51.494085],[-0.17542,51.494043],[-0.179202,51.493723],[-0.179702,51.493739],[-0.180215,51.49379],[-0.182942,51.494333],[-0.183472,51.494438],[-0.185817,51.494939],[-0.18628,51.495013],[-0.186726,51.495029],[-0.187203,51.49502],[-0.187759,51.49499],[-0.188224,51.494916],[-0.188997,51.494675],[-0.189497,51.494453],[-0.189832,51.494266],[-0.193087,51.49219],[-0.193903,51.491652],[-0.19519,51.490803],[-0.195892,51.490372],[-0.196395,51.490151],[-0.196808,51.49004],[-0.197289,51.489954],[-0.197819,51.489906],[-0.198333,51.489896],[-0.198887,51.489922],[-0.199531,51.490025],[-0.20009,51.490185],[-0.201888,51.491035],[-0.202527,51.491221],[-0.202884,51.491278],[-0.20325,51.491296],[-0.203851,51.491255],[-0.204161,51.491215],[-0.204446,51.491153],[-0.207444,51.490255],[-0.208261,51.490087],[-0.209106,51.489987],[-0.209805,51.489946],[-0.210349,51.489939],[-0.210899,51.489959],[-0.211835,51.49004],[-0.213583,51.490241],[-0.213749,51.49026],[-0.214924,51.490297],[-0.216879,51.490229],[-0.218948,51.490126],[-0.219362,51.490134],[-0.219945,51.490191],[-0.220401,51.49027],[-0.221127,51.490464],[-0.221547,51.490642],[-0.221893,51.49083],[-0.222315,51.49114],[-0.223808,51.492591],[-0.224028,51.492804],[-0.224505,51.493077],[-0.225957,51.493499],[-0.226523,51.493609],[-0.226902,51.493658],[-0.227169,51.493662],[-0.228286,51.493601],[-0.22882,51.4936],[-0.229526,51.493622],[-0.232409,51.493811],[-0.233911,51.493982],[-0.236411,51.494166],[-0.23712,51.494255],[-0.239607,51.49466],[-0.240843,51.494794],[-0.241795,51.494875],[-0.242845,51.494921],[-0.244664,51.49489],[-0.24534,51.494904],[-0.246928,51.495025],[-0.248193,51.49508],[-0.250884,51.495146],[-0.25453,51.495143],[-0.25453,51.495143],[-0.257067,51.495065],[-0.258175,51.49505],[-0.260131,51.495061],[-0.26138,51.494959],[-0.265648,51.494496],[-0.266584,51.494461],[-0.267151,51.494476],[-0.267609,51.494516],[-0.268122,51.494579],[-0.269416,51.494799],[-0.270409,51.495129],[-0.271073,51.495435],[-0.271686,51.495799],[-0.272691,51.49667],[-0.273218,51.497034],[-0.273703,51.497319],[-0.274451,51.497669],[-0.276341,51.498465],[-0.276851,51.498726],[-0.277399,51.499081],[-0.277665,51.499282],[-0.27801,51.499603],[-0.2784,51.500106],[-0.278632,51.500501],[-0.278729,51.50072],[-0.278832,51.501096],[-0.27901,51.501428],[-0.279269,51.501875],[-0.279569,51.502266],[-0.279917,51.502644],[-0.280137,51.502809],[-0.280414,51.503017],[-0.280664,51.503169],[-0.282503,51.5041],[-0.284352,51.50508],[-0.285175,51.505441],[-0.285791,51.505618],[-0.286335,51.505718],[-0.286898,51.505775],[-0.287482,51.505778],[-0.288129,51.505732],[-0.28872,51.505627],[-0.289345,51.505441],[-0.29136,51.504646],[-0.292273,51.504399],[-0.293302,51.504176],[-0.300206,51.503214],[-0.301726,51.502952],[-0.302632,51.502715],[-0.303626,51.502354],[-0.306792,51.501139],[-0.306847,51.501118],[-0.307871,51.500793],[-0.30861,51.500601],[-0.312875,51.499664],[-0.314224,51.49942],[-0.314618,51.499348],[-0.316938,51.49889],[-0.318627,51.498507],[-0.319795,51.498169],[-0.320606,51.497895],[-0.321102,51.497703],[-0.323084,51.496844],[-0.323703,51.496474],[-0.324733,51.495748],[-0.32479,51.495712],[-0.327134,51.494195],[-0.32801,51.4936],[-0.334578,51.490355],[-0.335337,51.489935],[-0.336036,51.489479],[-0.341814,51.484929],[-0.342197,51.484674],[-0.342927,51.484271],[-0.343843,51.483931],[-0.344747,51.483683],[-0.345581,51.483503],[-0.347395,51.483193],[-0.348547,51.482972],[-0.349319,51.482771],[-0.350153,51.48248],[-0.350942,51.482108],[-0.351683,51.481652],[-0.352296,51.481124],[-0.352296,51.481124],[-0.352752,51.480641],[-0.353127,51.48005],[-0.353335,51.479494],[-0.35346,51.478861],[-0.353402,51.477809],[-0.353379,51.476702],[-0.353516,51.475887],[-0.353665,51.475539],[-0.354058,51.474918],[-0.354673,51.474255],[-0.354984,51.473987],[-0.355401,51.473701],[-0.355991,51.473366],[-0.356525,51.473143],[-0.356641,51.473105],[-0.357763,51.472745],[-0.359707,51.47219],[-0.36093,51.471851],[-0.362293,51.471515],[-0.363463,51.471369],[-0.36411,51.471331],[-0.365781,51.471333],[-0.366413,51.471306],[-0.36696,51.471261],[-0.367292,51.471233],[-0.368319,51.471187],[-0.370049,51.471155],[-0.370489,51.471171],[-0.371046,51.471228],[-0.372284,51.471394],[-0.373293,51.471613],[-0.373903,51.471781],[-0.37488,51.472124],[-0.377637,51.47328],[-0.378129,51.473453],[-0.378834,51.473653],[-0.379668,51.473819],[-0.381383,51.474015],[-0.381721,51.474035],[-0.382592,51.474038],[-0.383202,51.473995],[-0.383904,51.473905],[-0.384566,51.473789],[-0.385941,51.473587],[-0.386205,51.473548],[-0.386747,51.47351],[-0.387292,51.473529],[-0.387947,51.473653],[-0.39161,51.474661],[-0.392361,51.474851],[-0.39294,51.474968],[-0.39356,51.475066],[-0.394359,51.475136],[-0.394939,51.47516],[-0.395465,51.47515],[-0.396455,51.475047],[-0.397066,51.474929],[-0.397659,51.474783],[-0.398308,51.474592],[-0.399694,51.474161],[-0.406683,51.471905],[-0.414113,51.469373],[-0.421877,51.466972],[-0.422551,51.466805],[-0.423117,51.466721],[-0.42343,51.466684],[-0.424846,51.466518],[-0.425835,51.466298],[-0.426241,51.466251],[-0.426899,51.466223],[-0.42768,51.466235],[-0.434118,51.466488],[-0.438914,51.466711],[-0.440085,51.466839],[-0.441178,51.467047],[-0.441911,51.467239],[-0.443457,51.467694],[-0.444584,51.468075],[-0.447041,51.469038],[-0.452196,51.47128],[-0.454451,51.472293],[-0.455001,51.472505],[-0.455804,51.472708],[-0.457084,51.472899],[-0.458157,51.472998],[-0.459037,51.473121],[-0.460526,51.473152],[-0.463194,51.473269],[-0.464449,51.473271],[-0.465743,51.473196],[-0.46719,51.472972],[-0.468067,51.472741],[-0.468918,51.472438],[-0.469494,51.472103],[-0.469913,51.471773],[-0.470288,51.47141],[-0.470704,51.470883],[-0.47121,51.470155],[-0.471876,51.468855],[-0.472106,51.468062],[-0.472147,51.467149],[-0.471985,51.466262],[-0.471646,51.465594],[-0.470955,51.46479],[-0.47004,51.464059],[-0.460062,51.457771],[-0.458254,51.456799],[-0.456516,51.456183],[-0.455236,51.455999],[-0.451931,51.456026],[-0.44952,51.456431],[-0.447836,51.4571],[-0.446453,51.457952],[-0.445799,51.458408]]},"properties":{"line":"Piccadilly","name":"Piccadilly","color":"#0019A8","order":11}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.14935,51.651605],[-0.147727,51.651086],[-0.146815,51.650821],[-0.144688,51.650388],[-0.142978,51.650143],[-0.142227,51.650084],[-0.140745,51.650011],[-0.139204,51.649872],[-0.138758,51.649803],[-0.136719,51.649413],[-0.135572,51.649108],[-0.135183,51.64899],[-0.133872,51.64848],[-0.132616,51.647918],[-0.131904,51.64756],[-0.131904,51.64756],[-0.129991,51.646699],[-0.129206,51.646278],[-0.128602,51.645794],[-0.12822,51.645391],[-0.127904,51.64488],[-0.127538,51.643885],[-0.127236,51.643155],[-0.125059,51.637105],[-0.124941,51.636478],[-0.124909,51.635686],[-0.124955,51.635234],[-0.125063,51.634879],[-0.125183,51.634603],[-0.125333,51.634358],[-0.125621,51.633992],[-0.125973,51.633642],[-0.126406,51.63331],[-0.127798,51.632342],[-0.127811,51.632334],[-0.128981,51.631465],[-0.13059,51.630198],[-0.132833,51.628681],[-0.133375,51.628252],[-0.134443,51.627309],[-0.134906,51.626757],[-0.135176,51.62636],[-0.135494,51.625754],[-0.135734,51.625039],[-0.135832,51.624449],[-0.135845,51.623902],[-0.135808,51.623537],[-0.135391,51.620689],[-0.135288,51.620161],[-0.135113,51.619736],[-0.134915,51.619401],[-0.133879,51.618165],[-0.133574,51.617626],[-0.133386,51.617112],[-0.133265,51.616355],[-0.132963,51.614472],[-0.132949,51.612404],[-0.132901,51.612019],[-0.132773,51.611597],[-0.132484,51.611078],[-0.132061,51.610538],[-0.131847,51.61033],[-0.131442,51.610014],[-0.130813,51.609661],[-0.130223,51.609404],[-0.128338,51.608792],[-0.127011,51.608258],[-0.125715,51.607676],[-0.124214,51.607096],[-0.124134,51.607066],[-0.123209,51.606671],[-0.122825,51.606408],[-0.12238,51.606009],[-0.122023,51.60558],[-0.121617,51.605011],[-0.120971,51.603887],[-0.12041,51.603161],[-0.119722,51.60254],[-0.119113,51.602152],[-0.118708,51.601942],[-0.114527,51.600273],[-0.113176,51.599599],[-0.112278,51.599191],[-0.111702,51.598868],[-0.111005,51.598389],[-0.109755,51.597419],[-0.109755,51.597419],[-0.107629,51.595571],[-0.103928,51.592227],[-0.103608,51.591825],[-0.103404,51.591518],[-0.102833,51.59029],[-0.102271,51.589082],[-0.101818,51.588393],[-0.100637,51.586429],[-0.100121,51.585138],[-0.099605,51.582893],[-0.098741,51.57765],[-0.098655,51.57733],[-0.098462,51.576954],[-0.098187,51.576584],[-0.096783,51.574838],[-0.095673,51.573406],[-0.095479,51.573102],[-0.09528,51.572699],[-0.095163,51.572296],[-0.095148,51.571913],[-0.095202,51.57162],[-0.095334,51.571323],[-0.095534,51.571047],[-0.095819,51.570804],[-0.096384,51.570321],[-0.096956,51.569867],[-0.097399,51.5696],[-0.097839,51.569368],[-0.098308,51.569187],[-0.098891,51.569072],[-0.099529,51.568998],[-0.100328,51.568958],[-0.101852,51.568938],[-0.10275,51.568889],[-0.103429,51.568797],[-0.104094,51.568626],[-0.104641,51.56839],[-0.105086,51.568094],[-0.105515,51.567634],[-0.10586,51.567087],[-0.106123,51.566218],[-0.106239,51.56558],[-0.106363,51.564396],[-0.106445,51.563611],[-0.106731,51.562197],[-0.106998,51.558725],[-0.106998,51.558725],[-0.107715,51.557712],[-0.108732,51.556893],[-0.110054,51.555447],[-0.111845,51.553641],[-0.11296,51.552768],[-0.113009,51.55273],[-0.116383,51.55048],[-0.117756,51.54921],[-0.118317,51.548422],[-0.120113,51.545902],[-0.121063,51.544107],[-0.12183,51.542543],[-0.122152,51.541595],[-0.122414,51.540588],[-0.122458,51.539252],[-0.122528,51.538368],[-0.122542,51.533203],[-0.122615,51.53186],[-0.122665,51.531536],[-0.122879,51.53076],[-0.122944,51.530605],[-0.123154,51.53024],[-0.123846,51.529041],[-0.125264,51.526324],[-0.125388,51.525926],[-0.125397,51.525653],[-0.125318,51.525341],[-0.1244,51.523733],[-0.124232,51.523353],[-0.124203,51.523145],[-0.124218,51.522911],[-0.124274,51.522006],[-0.124235,51.52184],[-0.124156,51.521677],[-0.123912,51.521365],[-0.123767,51.52122],[-0.122554,51.520193],[-0.121303,51.519198],[-0.121084,51.518978],[-0.120703,51.518494],[-0.12037,51.518004],[-0.120072,51.517426],[-0.119758,51.516821],[-0.119711,51.516684],[-0.119699,51.516413],[-0.119755,51.51629],[-0.119857,51.516188],[-0.120005,51.516082],[-0.120357,51.515882],[-0.121599,51.51501],[-0.121738,51.514875],[-0.122005,51.514495],[-0.122191,51.514321],[-0.124196,51.51306],[-0.124196,51.51306],[-0.125262,51.512477],[-0.126018,51.512128],[-0.128302,51.511291],[-0.12849,51.511223],[-0.129941,51.510783],[-0.130663,51.5106],[-0.131933,51.510287],[-0.132873,51.510097],[-0.133898,51.509852],[-0.13467,51.509667],[-0.135798,51.50932],[-0.137975,51.5086],[-0.139257,51.508223],[-0.139753,51.508058],[-0.141175,51.507496],[-0.141665,51.507276],[-0.142783,51.506735],[-0.142835,51.506709],[-0.143922,51.506131],[-0.148106,51.504019],[-0.148539,51.503842],[-0.149319,51.50357],[-0.149738,51.503457],[-0.150127,51.503375],[-0.152817,51.502915],[-0.155811,51.502402],[-0.156617,51.502291],[-0.158026,51.502206],[-0.158555,51.502149],[-0.158836,51.502096],[-0.159719,51.501866],[-0.160557,51.501616],[-0.160592,51.501606],[-0.161074,51.501392],[-0.161448,51.501184],[-0.161857,51.50089],[-0.162556,51.500277],[-0.162875,51.500046],[-0.16364,51.499561],[-0.168675,51.496764],[-0.169027,51.496448],[-0.169179,51.496184],[-0.169373,51.495682],[-0.169544,51.495462],[-0.16967,51.495352],[-0.169938,51.495166],[-0.170116,51.495086],[-0.170731,51.494916],[-0.171053,51.494768],[-0.171519,51.494285],[-0.171673,51.494188],[-0.171955,51.494062],[-0.17217,51.494013],[-0.173915,51.494077],[-0.174218,51.494088],[-0.174655,51.494085],[-0.17542,51.494043],[-0.179202,51.493723],[-0.179702,51.493739],[-0.180215,51.49379],[-0.182942,51.494333],[-0.183472,51.494438],[-0.185817,51.494939],[-0.18628,51.495013],[-0.186726,51.495029],[-0.187203,51.49502],[-0.187759,51.49499],[-0.188224,51.494916],[-0.188997,51.494675],[-0.189497,51.494453],[-0.189832,51.494266],[-0.193087,51.49219],[-0.193903,51.491652],[-0.19519,51.490803],[-0.195892,51.490372],[-0.196395,51.490151],[-0.196808,51.49004],[-0.197289,51.489954],[-0.197819,51.489906],[-0.198333,51.489896],[-0.198887,51.489922],[-0.199531,51.490025],[-0.20009,51.490185],[-0.201888,51.491035],[-0.202527,51.491221],[-0.202884,51.491278],[-0.20325,51.491296],[-0.203851,51.491255],[-0.204161,51.491215],[-0.204446,51.491153],[-0.207444,51.490255],[-0.208261,51.490087],[-0.209106,51.489987],[-0.209805,51.489946],[-0.210349,51.489939],[-0.210899,51.489959],[-0.211835,51.49004],[-0.213583,51.490241],[-0.213749,51.49026],[-0.214924,51.490297],[-0.216879,51.490229],[-0.218948,51.490126],[-0.219362,51.490134],[-0.219945,51.490191],[-0.220401,51.49027],[-0.221127,51.490464],[-0.221547,51.490642],[-0.221893,51.49083],[-0.222315,51.49114],[-0.223808,51.492591],[-0.224028,51.492804],[-0.224505,51.493077],[-0.225957,51.493499],[-0.226523,51.493609],[-0.226902,51.493658],[-0.227169,51.493662],[-0.228286,51.493601],[-0.22882,51.4936],[-0.229526,51.493622],[-0.232409,51.493811],[-0.233911,51.493982],[-0.236411,51.494166],[-0.23712,51.494255],[-0.239607,51.49466],[-0.240843,51.494794],[-0.241795,51.494875],[-0.242845,51.494921],[-0.244664,51.49489],[-0.24534,51.494904],[-0.246928,51.495025],[-0.248193,51.49508],[-0.250884,51.495146],[-0.25453,51.495143],[-0.25453,51.495143],[-0.257067,51.495065],[-0.258175,51.49505],[-0.260131,51.495061],[-0.26138,51.494959],[-0.265648,51.494496],[-0.266584,51.494461],[-0.267151,51.494476],[-0.267609,51.494516],[-0.268122,51.494579],[-0.269416,51.494799],[-0.270409,51.495129],[-0.271073,51.495435],[-0.271686,51.495799],[-0.272691,51.49667],[-0.273218,51.497034],[-0.273703,51.497319],[-0.274451,51.497669],[-0.276341,51.498465],[-0.276851,51.498726],[-0.277399,51.499081],[-0.277665,51.499282],[-0.27801,51.499603],[-0.2784,51.500106],[-0.278632,51.500501],[-0.278729,51.50072],[-0.278832,51.501096],[-0.27901,51.501428],[-0.279269,51.501875],[-0.279569,51.502266],[-0.279917,51.502644],[-0.280137,51.502809],[-0.280414,51.503017],[-0.280664,51.503169],[-0.282503,51.5041],[-0.284352,51.50508],[-0.285175,51.505441],[-0.285791,51.505618],[-0.286335,51.505718],[-0.286898,51.505775],[-0.287482,51.505778],[-0.288129,51.505732],[-0.28872,51.505627],[-0.289345,51.505441],[-0.29136,51.504646],[-0.292273,51.504399],[-0.293302,51.504176],[-0.300206,51.503214],[-0.301726,51.502952],[-0.302632,51.502715],[-0.303626,51.502354],[-0.306792,51.501139],[-0.306847,51.501118],[-0.307871,51.500793],[-0.30861,51.500601],[-0.312875,51.499664],[-0.314224,51.49942],[-0.314618,51.499348],[-0.316938,51.49889],[-0.318627,51.498507],[-0.319795,51.498169],[-0.320606,51.497895],[-0.321102,51.497703],[-0.323084,51.496844],[-0.323703,51.496474],[-0.324733,51.495748],[-0.32479,51.495712],[-0.327134,51.494195],[-0.32801,51.4936],[-0.334578,51.490355],[-0.335337,51.489935],[-0.336036,51.489479],[-0.341814,51.484929],[-0.342197,51.484674],[-0.342927,51.484271],[-0.343843,51.483931],[-0.344747,51.483683],[-0.345581,51.483503],[-0.347395,51.483193],[-0.348547,51.482972],[-0.349319,51.482771],[-0.350153,51.48248],[-0.350942,51.482108],[-0.351683,51.481652],[-0.352296,51.481124],[-0.352296,51.481124],[-0.352752,51.480641],[-0.353127,51.48005],[-0.353335,51.479494],[-0.35346,51.478861],[-0.353402,51.477809],[-0.353379,51.476702],[-0.353516,51.475887],[-0.353665,51.475539],[-0.354058,51.474918],[-0.354673,51.474255],[-0.354984,51.473987],[-0.355704,51.473522],[-0.355991,51.473366],[-0.356525,51.473143],[-0.356634,51.473104],[-0.356865,51.473022],[-0.358243,51.472606],[-0.36093,51.471851],[-0.362293,51.471515],[-0.363463,51.471369],[-0.36411,51.471331],[-0.365781,51.471333],[-0.366413,51.471306],[-0.366959,51.471262],[-0.36741,51.471226],[-0.369446,51.471156],[-0.370489,51.471171],[-0.371046,51.471228],[-0.372284,51.471394],[-0.373293,51.471613],[-0.373903,51.471781],[-0.37488,51.472124],[-0.377637,51.47328],[-0.378129,51.473453],[-0.378834,51.473653],[-0.379668,51.473819],[-0.381383,51.474015],[-0.381721,51.474035],[-0.382592,51.474038],[-0.383202,51.473995],[-0.383904,51.473905],[-0.384566,51.473789],[-0.385941,51.473587],[-0.386205,51.473548],[-0.386747,51.47351],[-0.387292,51.473529],[-0.387947,51.473653],[-0.39161,51.474661],[-0.392361,51.474851],[-0.39294,51.474968],[-0.39356,51.475066],[-0.394359,51.475136],[-0.394939,51.47516],[-0.395465,51.47515],[-0.396455,51.475047],[-0.397066,51.474929],[-0.397659,51.474783],[-0.398308,51.474592],[-0.399694,51.474161],[-0.406683,51.471905],[-0.414113,51.469373],[-0.421877,51.466972],[-0.422551,51.466805],[-0.423117,51.466721],[-0.42343,51.466684],[-0.424846,51.466518],[-0.425835,51.466298],[-0.426241,51.466251],[-0.426899,51.466223],[-0.42768,51.466235],[-0.434118,51.466488],[-0.438914,51.466711],[-0.440085,51.466839],[-0.441178,51.467047],[-0.441911,51.467239],[-0.443457,51.467694],[-0.444584,51.468075],[-0.447041,51.469038],[-0.452196,51.47128],[-0.452196,51.47128],[-0.454451,51.472293],[-0.455001,51.472505],[-0.455804,51.472708],[-0.457084,51.472899],[-0.458157,51.472998],[-0.459037,51.473121],[-0.461193,51.473529],[-0.462717,51.473684],[-0.464319,51.473668],[-0.466196,51.473516],[-0.469137,51.472926],[-0.470602,51.472735],[-0.472212,51.472625],[-0.473843,51.472583],[-0.47689,51.472546],[-0.48032,51.47269],[-0.482714,51.472704],[-0.483736,51.472666],[-0.484645,51.47261],[-0.487814,51.472588]]},"properties":{"line":"Piccadilly","name":"Piccadilly","color":"#0019A8","order":11}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.445799,51.458408],[-0.446453,51.457952],[-0.447836,51.4571],[-0.44952,51.456431],[-0.451931,51.456026],[-0.455236,51.455999],[-0.456516,51.456183],[-0.458254,51.456799],[-0.460062,51.457771],[-0.47004,51.464059],[-0.470955,51.46479],[-0.471646,51.465594],[-0.471985,51.466262],[-0.472147,51.467149],[-0.472106,51.468062],[-0.471876,51.468855],[-0.47121,51.470155],[-0.470704,51.470883],[-0.470288,51.47141],[-0.469913,51.471773],[-0.469494,51.472103],[-0.468918,51.472438],[-0.468067,51.472741],[-0.46719,51.472972],[-0.465743,51.473196],[-0.464449,51.473271],[-0.463194,51.473269],[-0.460526,51.473152],[-0.459037,51.473121],[-0.458157,51.472998],[-0.457084,51.472899],[-0.455804,51.472708],[-0.455001,51.472505],[-0.454451,51.472293],[-0.452309,51.471331],[-0.452196,51.47128],[-0.447041,51.469038],[-0.444584,51.468075],[-0.443457,51.467694],[-0.441911,51.467239],[-0.441178,51.467047],[-0.440085,51.466839],[-0.438914,51.466711],[-0.434118,51.466488],[-0.42768,51.466235],[-0.426899,51.466223],[-0.426241,51.466251],[-0.425835,51.466298],[-0.424846,51.466518],[-0.42343,51.466684],[-0.423117,51.466721],[-0.422551,51.466805],[-0.421877,51.466972],[-0.414113,51.469373],[-0.406683,51.471905],[-0.399694,51.474161],[-0.398308,51.474592],[-0.397659,51.474783],[-0.397066,51.474929],[-0.396455,51.475047],[-0.395465,51.47515],[-0.394939,51.47516],[-0.394359,51.475136],[-0.39356,51.475066],[-0.39294,51.474968],[-0.392361,51.474851],[-0.39161,51.474661],[-0.387947,51.473653],[-0.387292,51.473529],[-0.386747,51.47351],[-0.386205,51.473548],[-0.386205,51.473548],[-0.384566,51.473789],[-0.383904,51.473905],[-0.383202,51.473995],[-0.382592,51.474038],[-0.381721,51.474035],[-0.381383,51.474015],[-0.379668,51.473819],[-0.378834,51.473653],[-0.378129,51.473453],[-0.377637,51.47328],[-0.37488,51.472124],[-0.373903,51.471781],[-0.373293,51.471613],[-0.372284,51.471394],[-0.371046,51.471228],[-0.370489,51.471171],[-0.370049,51.471155],[-0.368319,51.471187],[-0.367292,51.471233],[-0.36696,51.471261],[-0.366413,51.471306],[-0.365781,51.471333],[-0.36411,51.471331],[-0.363463,51.471369],[-0.362293,51.471515],[-0.36093,51.471851],[-0.359707,51.47219],[-0.357763,51.472745],[-0.356641,51.473105],[-0.356525,51.473143],[-0.355991,51.473366],[-0.355401,51.473701],[-0.354984,51.473987],[-0.354673,51.474255],[-0.354058,51.474918],[-0.353665,51.475539],[-0.353516,51.475887],[-0.353379,51.476702],[-0.353402,51.477809],[-0.35346,51.478861],[-0.353335,51.479494],[-0.353127,51.48005],[-0.352752,51.480641],[-0.352356,51.481061],[-0.352296,51.481124],[-0.351683,51.481652],[-0.350942,51.482108],[-0.350153,51.48248],[-0.349319,51.482771],[-0.348547,51.482972],[-0.347395,51.483193],[-0.345581,51.483503],[-0.344747,51.483683],[-0.343843,51.483931],[-0.342927,51.484271],[-0.342197,51.484674],[-0.341814,51.484929],[-0.336036,51.489479],[-0.335337,51.489935],[-0.334578,51.490355],[-0.32801,51.4936],[-0.327134,51.494195],[-0.32479,51.495712],[-0.324733,51.495748],[-0.323703,51.496474],[-0.323084,51.496844],[-0.321102,51.497703],[-0.320606,51.497895],[-0.319795,51.498169],[-0.318627,51.498507],[-0.316938,51.49889],[-0.314618,51.499348],[-0.314224,51.49942],[-0.312875,51.499664],[-0.30861,51.500601],[-0.307871,51.500793],[-0.306847,51.501118],[-0.306847,51.501118],[-0.303626,51.502354],[-0.302632,51.502715],[-0.301726,51.502952],[-0.300206,51.503214],[-0.293302,51.504176],[-0.292273,51.504399],[-0.29136,51.504646],[-0.289345,51.505441],[-0.28872,51.505627],[-0.288129,51.505732],[-0.287482,51.505778],[-0.286898,51.505775],[-0.286335,51.505718],[-0.285791,51.505618],[-0.285175,51.505441],[-0.284352,51.50508],[-0.282503,51.5041],[-0.280664,51.503169],[-0.280414,51.503017],[-0.280137,51.502809],[-0.279917,51.502644],[-0.279569,51.502266],[-0.279269,51.501875],[-0.27901,51.501428],[-0.278832,51.501096],[-0.278729,51.50072],[-0.278632,51.500501],[-0.2784,51.500106],[-0.27801,51.499603],[-0.277665,51.499282],[-0.277399,51.499081],[-0.276851,51.498726],[-0.276341,51.498465],[-0.274451,51.497669],[-0.273703,51.497319],[-0.273218,51.497034],[-0.272691,51.49667],[-0.271686,51.495799],[-0.271073,51.495435],[-0.270409,51.495129],[-0.269416,51.494799],[-0.268122,51.494579],[-0.267609,51.494516],[-0.267151,51.494476],[-0.266584,51.494461],[-0.265648,51.494496],[-0.26138,51.494959],[-0.260131,51.495061],[-0.258175,51.49505],[-0.257067,51.495065],[-0.254536,51.495143],[-0.25453,51.495143],[-0.250884,51.495146],[-0.248193,51.49508],[-0.246928,51.495025],[-0.24534,51.494904],[-0.244664,51.49489],[-0.242845,51.494921],[-0.241795,51.494875],[-0.240843,51.494794],[-0.239607,51.49466],[-0.23712,51.494255],[-0.236411,51.494166],[-0.233911,51.493982],[-0.232409,51.493811],[-0.229526,51.493622],[-0.22882,51.4936],[-0.228286,51.493601],[-0.227169,51.493662],[-0.226902,51.493658],[-0.226523,51.493609],[-0.225957,51.493499],[-0.224505,51.493077],[-0.224291,51.492955],[-0.224028,51.492804],[-0.222315,51.49114],[-0.221893,51.49083],[-0.221547,51.490642],[-0.221127,51.490464],[-0.220401,51.49027],[-0.219945,51.490191],[-0.219362,51.490134],[-0.218948,51.490126],[-0.216879,51.490229],[-0.214924,51.490297],[-0.213749,51.49026],[-0.213583,51.490241],[-0.211835,51.49004],[-0.210899,51.489959],[-0.210349,51.489939],[-0.209805,51.489946],[-0.209106,51.489987],[-0.208261,51.490087],[-0.207444,51.490255],[-0.204446,51.491153],[-0.204161,51.491215],[-0.203851,51.491255],[-0.20325,51.491296],[-0.202884,51.491278],[-0.202527,51.491221],[-0.201888,51.491035],[-0.20009,51.490185],[-0.199531,51.490025],[-0.198887,51.489922],[-0.198333,51.489896],[-0.197819,51.489906],[-0.197289,51.489954],[-0.196808,51.49004],[-0.196395,51.490151],[-0.195892,51.490372],[-0.19519,51.490803],[-0.193903,51.491652],[-0.193087,51.49219],[-0.189832,51.494266],[-0.189497,51.494453],[-0.188997,51.494675],[-0.188224,51.494916],[-0.187759,51.49499],[-0.187203,51.49502],[-0.186726,51.495029],[-0.18628,51.495013],[-0.185817,51.494939],[-0.183472,51.494438],[-0.182942,51.494333],[-0.180215,51.49379],[-0.179702,51.493739],[-0.179202,51.493723],[-0.17542,51.494043],[-0.174655,51.494085],[-0.174218,51.494088],[-0.173915,51.494077],[-0.17217,51.494013],[-0.171955,51.494062],[-0.171673,51.494188],[-0.171519,51.494285],[-0.171053,51.494768],[-0.170731,51.494916],[-0.170116,51.495086],[-0.169938,51.495166],[-0.16967,51.495352],[-0.169544,51.495462],[-0.169373,51.495682],[-0.169179,51.496184],[-0.169027,51.496448],[-0.168675,51.496764],[-0.16364,51.499561],[-0.162875,51.500046],[-0.162556,51.500277],[-0.161857,51.50089],[-0.161448,51.501184],[-0.161074,51.501392],[-0.160592,51.501606],[-0.160592,51.501606],[-0.159719,51.501866],[-0.158836,51.502096],[-0.158555,51.502149],[-0.158026,51.502206],[-0.156617,51.502291],[-0.155811,51.502402],[-0.152817,51.502915],[-0.150127,51.503375],[-0.149738,51.503457],[-0.149319,51.50357],[-0.148539,51.503842],[-0.148106,51.504019],[-0.147655,51.504234],[-0.143922,51.506131],[-0.142835,51.506709],[-0.142835,51.506709],[-0.141175,51.507496],[-0.139753,51.508058],[-0.139257,51.508223],[-0.137975,51.5086],[-0.135798,51.50932],[-0.13467,51.509667],[-0.133898,51.509852],[-0.132873,51.510097],[-0.131933,51.510287],[-0.130663,51.5106],[-0.129941,51.510783],[-0.12849,51.511223],[-0.128302,51.511291],[-0.126018,51.512128],[-0.125262,51.512477],[-0.124295,51.513006],[-0.124196,51.51306],[-0.122191,51.514321],[-0.122005,51.514495],[-0.121738,51.514875],[-0.121599,51.51501],[-0.120357,51.515882],[-0.120005,51.516082],[-0.119857,51.516188],[-0.119755,51.51629],[-0.119699,51.516413],[-0.119711,51.516684],[-0.119758,51.516821],[-0.120072,51.517426],[-0.12037,51.518004],[-0.120703,51.518494],[-0.121084,51.518978],[-0.121303,51.519198],[-0.122554,51.520193],[-0.123767,51.52122],[-0.123912,51.521365],[-0.124156,51.521677],[-0.124235,51.52184],[-0.124274,51.522006],[-0.124218,51.522911],[-0.124203,51.523145],[-0.124232,51.523353],[-0.1244,51.523733],[-0.125318,51.525341],[-0.125371,51.52548],[-0.125402,51.525795],[-0.125337,51.526138],[-0.125164,51.526522],[-0.123846,51.529041],[-0.123154,51.53024],[-0.122944,51.530605],[-0.122879,51.53076],[-0.122665,51.531536],[-0.122615,51.53186],[-0.122542,51.533203],[-0.122528,51.538368],[-0.122458,51.539252],[-0.122414,51.540588],[-0.122152,51.541595],[-0.12183,51.542543],[-0.121063,51.544107],[-0.120113,51.545902],[-0.118317,51.548422],[-0.117756,51.54921],[-0.116383,51.55048],[-0.113009,51.55273],[-0.11296,51.552768],[-0.111845,51.553641],[-0.110054,51.555447],[-0.108732,51.556893],[-0.107715,51.557712],[-0.106998,51.558725],[-0.106998,51.558725],[-0.106731,51.562197],[-0.106445,51.563611],[-0.106363,51.564396],[-0.106239,51.56558],[-0.106123,51.566218],[-0.10586,51.567087],[-0.105515,51.567634],[-0.105086,51.568094],[-0.104641,51.56839],[-0.104094,51.568626],[-0.103429,51.568797],[-0.10275,51.568889],[-0.101852,51.568938],[-0.100328,51.568958],[-0.099529,51.568998],[-0.098891,51.569072],[-0.098308,51.569187],[-0.097839,51.569368],[-0.097399,51.5696],[-0.096956,51.569867],[-0.096384,51.570321],[-0.095819,51.570804],[-0.095534,51.571047],[-0.095334,51.571323],[-0.095202,51.57162],[-0.095148,51.571913],[-0.095163,51.572296],[-0.09528,51.572699],[-0.095479,51.573102],[-0.095673,51.573406],[-0.096783,51.574838],[-0.098187,51.576584],[-0.098462,51.576954],[-0.098655,51.57733],[-0.098741,51.57765],[-0.099605,51.582893],[-0.100121,51.585138],[-0.100637,51.586429],[-0.101818,51.588393],[-0.102271,51.589082],[-0.102833,51.59029],[-0.103404,51.591518],[-0.103608,51.591825],[-0.103928,51.592227],[-0.107629,51.595571],[-0.109755,51.597419],[-0.109755,51.597419],[-0.111005,51.598389],[-0.111702,51.598868],[-0.112278,51.599191],[-0.113176,51.599599],[-0.114527,51.600273],[-0.118708,51.601942],[-0.119113,51.602152],[-0.119722,51.60254],[-0.12041,51.603161],[-0.120971,51.603887],[-0.121617,51.605011],[-0.122023,51.60558],[-0.12238,51.606009],[-0.122825,51.606408],[-0.123209,51.606671],[-0.124134,51.607066],[-0.124214,51.607096],[-0.125715,51.607676],[-0.127011,51.608258],[-0.128338,51.608792],[-0.130223,51.609404],[-0.130813,51.609661],[-0.131442,51.610014],[-0.131847,51.61033],[-0.132061,51.610538],[-0.132484,51.611078],[-0.132773,51.611597],[-0.132901,51.612019],[-0.132949,51.612404],[-0.132963,51.614472],[-0.133265,51.616355],[-0.133386,51.617112],[-0.133574,51.617626],[-0.133879,51.618165],[-0.134915,51.619401],[-0.135113,51.619736],[-0.135288,51.620161],[-0.135391,51.620689],[-0.135808,51.623537],[-0.135845,51.623902],[-0.135832,51.624449],[-0.135734,51.625039],[-0.135494,51.625754],[-0.135176,51.62636],[-0.134906,51.626757],[-0.134443,51.627309],[-0.133375,51.628252],[-0.132833,51.628681],[-0.13059,51.630198],[-0.128981,51.631465],[-0.127811,51.632334],[-0.127811,51.632334],[-0.126406,51.63331],[-0.125973,51.633642],[-0.125621,51.633992],[-0.125333,51.634358],[-0.125183,51.634603],[-0.125063,51.634879],[-0.124955,51.635234],[-0.124909,51.635686],[-0.124941,51.636478],[-0.125059,51.637105],[-0.127236,51.643155],[-0.127538,51.643885],[-0.127904,51.64488],[-0.12822,51.645391],[-0.128602,51.645794],[-0.129206,51.646278],[-0.129991,51.646699],[-0.131882,51.64755],[-0.131904,51.64756],[-0.132616,51.647918],[-0.133872,51.64848],[-0.135183,51.64899],[-0.135572,51.649108],[-0.136719,51.649413],[-0.138758,51.649803],[-0.139204,51.649872],[-0.140745,51.650011],[-0.142227,51.650084],[-0.142978,51.650143],[-0.144688,51.650388],[-0.146815,51.650821],[-0.147727,51.651086],[-0.14935,51.651605]]},"properties":{"line":"Piccadilly","name":"Piccadilly","color":"#0019A8","order":11}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.194514,51.650763],[-0.191652,51.649157],[-0.191244,51.648904],[-0.190778,51.648552],[-0.19013,51.647882],[-0.183837,51.639671],[-0.183449,51.639226],[-0.18277,51.638366],[-0.181186,51.636277],[-0.180384,51.635269],[-0.17961,51.634041],[-0.179304,51.633317],[-0.179162,51.632456],[-0.179153,51.630365],[-0.179167,51.630205],[-0.17919,51.629932],[-0.179306,51.62924],[-0.179467,51.628707],[-0.179805,51.627998],[-0.184313,51.620321],[-0.185075,51.618994],[-0.185338,51.618453],[-0.185604,51.617842],[-0.185625,51.617793],[-0.185989,51.61674],[-0.186872,51.613839],[-0.188301,51.609488],[-0.188301,51.609488],[-0.188785,51.608594],[-0.189052,51.608156],[-0.189398,51.607681],[-0.190155,51.606953],[-0.190933,51.606368],[-0.191389,51.606066],[-0.194295,51.60438],[-0.194591,51.604142],[-0.194792,51.603905],[-0.19494,51.603668],[-0.195055,51.603335],[-0.195066,51.602989],[-0.194955,51.60265],[-0.19477,51.602339],[-0.194539,51.602036],[-0.194141,51.601724],[-0.193862,51.601565],[-0.192495,51.600936],[-0.190829,51.600169],[-0.187629,51.598861],[-0.185198,51.597838],[-0.18408,51.597341],[-0.176988,51.594322],[-0.173045,51.592599],[-0.171468,51.591782],[-0.170701,51.591329],[-0.169489,51.590539],[-0.168823,51.590063],[-0.166978,51.588643],[-0.166243,51.588106],[-0.165911,51.587906],[-0.165219,51.587566],[-0.164726,51.58728],[-0.16347,51.58655],[-0.162821,51.586243],[-0.161765,51.585694],[-0.15984,51.584457],[-0.151961,51.580212],[-0.145781,51.577637],[-0.145241,51.577412],[-0.144648,51.577063],[-0.144216,51.576705],[-0.13969,51.572088],[-0.13735,51.569535],[-0.136505,51.568558],[-0.135122,51.566666],[-0.134955,51.56634],[-0.134844,51.566037],[-0.134754,51.565662],[-0.134747,51.565431],[-0.134745,51.565371],[-0.134791,51.565014],[-0.134932,51.564649],[-0.13554,51.563615],[-0.1369,51.561139],[-0.13719,51.560549],[-0.137555,51.559505],[-0.137783,51.558514],[-0.137989,51.557764],[-0.138266,51.557119],[-0.138459,51.556788],[-0.138757,51.55628],[-0.140517,51.553824],[-0.140847,51.553175],[-0.140973,51.552769],[-0.141094,51.552095],[-0.141071,51.551708],[-0.141028,51.551473],[-0.140817,51.550944],[-0.140757,51.550679],[-0.140734,51.550408],[-0.140734,51.550408],[-0.140761,51.549953],[-0.141202,51.54836],[-0.141722,51.546655],[-0.141762,51.546435],[-0.141656,51.545514],[-0.141494,51.54475],[-0.141472,51.54438],[-0.141491,51.544137],[-0.141966,51.542318],[-0.142341,51.539976],[-0.14248,51.539382],[-0.142536,51.539147],[-0.142535,51.53894],[-0.142413,51.538498],[-0.142477,51.538175],[-0.142483,51.537909],[-0.141839,51.533663],[-0.141669,51.532978],[-0.141342,51.532152],[-0.140959,51.531459],[-0.140451,51.530786],[-0.139936,51.530271],[-0.139462,51.529882],[-0.138866,51.529468],[-0.13821,51.529123],[-0.137597,51.528887],[-0.13691,51.528699],[-0.13583,51.528498],[-0.13529,51.528433],[-0.13425,51.528403],[-0.133923,51.528457],[-0.133185,51.528577],[-0.132489,51.528787],[-0.131673,51.529046],[-0.130992,51.529302],[-0.129541,51.529949],[-0.129166,51.530092],[-0.128197,51.530389],[-0.127603,51.530493],[-0.126939,51.530573],[-0.125107,51.530615],[-0.123849,51.530592],[-0.123523,51.530587],[-0.122944,51.530605],[-0.120068,51.530935],[-0.118587,51.531018],[-0.113631,51.531422],[-0.109193,51.531818],[-0.107153,51.53188],[-0.106354,51.531923],[-0.106065,51.531892],[-0.10576,51.53186],[-0.101464,51.530776],[-0.09768,51.529759],[-0.094665,51.529012],[-0.091279,51.52813],[-0.088725,51.527371],[-0.088212,51.527019],[-0.087956,51.526697],[-0.087542,51.525628],[-0.087542,51.525628],[-0.087445,51.524334],[-0.087005,51.522215],[-0.087005,51.521693],[-0.087169,51.520662],[-0.087411,51.519801],[-0.087611,51.51932],[-0.088114,51.518416],[-0.088781,51.517217],[-0.089151,51.516378],[-0.089769,51.51471],[-0.089787,51.514491],[-0.089679,51.514271],[-0.088887,51.513331],[-0.088108,51.512407],[-0.086999,51.511048],[-0.086828,51.510783],[-0.086796,51.510657],[-0.08682,51.510393],[-0.087029,51.509799],[-0.087099,51.509425],[-0.087051,51.509116],[-0.086787,51.508528],[-0.086764,51.508257],[-0.086834,51.507951],[-0.087198,51.506951],[-0.087479,51.505893],[-0.087479,51.505893],[-0.087866,51.505528],[-0.088429,51.505272],[-0.089133,51.505017],[-0.090094,51.504608],[-0.090446,51.504418],[-0.091068,51.503929],[-0.09149,51.503535],[-0.092042,51.502702],[-0.092452,51.501983],[-0.092621,51.501762],[-0.093144,51.501299],[-0.093406,51.501094],[-0.093406,51.501094],[-0.093775,51.500854],[-0.095746,51.499769],[-0.096603,51.499336],[-0.096942,51.499125],[-0.09772,51.498528],[-0.099356,51.497058],[-0.099736,51.496623],[-0.100371,51.495683],[-0.100401,51.495638],[-0.100545,51.495383],[-0.100637,51.495116],[-0.10073,51.494528],[-0.100683,51.493636],[-0.10076,51.493282],[-0.100937,51.492969],[-0.10118,51.492689],[-0.102514,51.491709],[-0.103074,51.491249],[-0.104422,51.489906],[-0.105264,51.489134],[-0.106034,51.488322],[-0.106632,51.487693],[-0.111775,51.482662],[-0.112117,51.482119],[-0.112305,51.481905],[-0.113088,51.481011],[-0.11444,51.479821],[-0.122631,51.472053],[-0.122802,51.47189],[-0.124294,51.470587],[-0.125233,51.469873],[-0.126577,51.468949],[-0.127707,51.467993],[-0.128157,51.467422],[-0.12928,51.465755],[-0.129898,51.465118],[-0.129898,51.465118],[-0.130822,51.464483],[-0.132786,51.463612],[-0.135996,51.462448],[-0.136803,51.462232],[-0.137589,51.461986],[-0.138147,51.461628],[-0.1383,51.46153],[-0.139384,51.460935],[-0.141512,51.459518],[-0.143565,51.457149],[-0.14611,51.45441],[-0.147216,51.453256],[-0.147584,51.452763],[-0.147703,51.452542],[-0.147849,51.452269],[-0.147843,51.451129],[-0.148144,51.448782],[-0.148681,51.44797],[-0.149315,51.446916],[-0.149941,51.446112],[-0.151389,51.445212],[-0.151958,51.444361],[-0.152848,51.443358],[-0.152848,51.443358],[-0.155206,51.440488],[-0.155965,51.43928],[-0.156687,51.437874],[-0.157247,51.437296],[-0.158352,51.436384],[-0.158932,51.436008],[-0.15964,51.435605],[-0.159651,51.435598],[-0.161211,51.434828],[-0.162145,51.434232],[-0.163412,51.433087],[-0.163699,51.432534],[-0.164011,51.431803],[-0.168185,51.427745],[-0.16835,51.427603],[-0.168831,51.427187],[-0.169652,51.426282],[-0.170697,51.42502],[-0.173821,51.422559],[-0.174875,51.421495],[-0.175803,51.420454],[-0.17663,51.419587],[-0.177667,51.418565],[-0.178194,51.418003],[-0.178839,51.417315],[-0.179562,51.416836],[-0.180774,51.416441],[-0.181407,51.416287],[-0.18203,51.416167],[-0.191372,51.415523],[-0.191895,51.415409],[-0.192045,51.415363],[-0.192758,51.415143],[-0.193434,51.414895],[-0.193778,51.414735],[-0.194314,51.414367],[-0.194546,51.414138],[-0.194668,51.413979],[-0.194743,51.413718],[-0.194765,51.413423],[-0.194568,51.408499],[-0.194704,51.408091],[-0.19472,51.407875],[-0.19475,51.403358],[-0.194713,51.403039],[-0.194732,51.4024]]},"properties":{"line":"Northern","name":"Northern","color":"#000000","order":9}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.194514,51.650763],[-0.191652,51.649157],[-0.191244,51.648904],[-0.190778,51.648552],[-0.19013,51.647882],[-0.183837,51.639671],[-0.183449,51.639226],[-0.18277,51.638366],[-0.181186,51.636277],[-0.180384,51.635269],[-0.17961,51.634041],[-0.179304,51.633317],[-0.179162,51.632456],[-0.179153,51.630365],[-0.179167,51.630205],[-0.17919,51.629932],[-0.179306,51.62924],[-0.179467,51.628707],[-0.179805,51.627998],[-0.184313,51.620321],[-0.185075,51.618994],[-0.185338,51.618453],[-0.185604,51.617842],[-0.185625,51.617793],[-0.185989,51.61674],[-0.186872,51.613839],[-0.188301,51.609488],[-0.188301,51.609488],[-0.188785,51.608594],[-0.189052,51.608156],[-0.189398,51.607681],[-0.190155,51.606953],[-0.190933,51.606368],[-0.191389,51.606066],[-0.194295,51.60438],[-0.194591,51.604142],[-0.194792,51.603905],[-0.19494,51.603668],[-0.195055,51.603335],[-0.195066,51.602989],[-0.194955,51.60265],[-0.19477,51.602339],[-0.194539,51.602036],[-0.194141,51.601724],[-0.193862,51.601565],[-0.192495,51.600936],[-0.190829,51.600169],[-0.187629,51.598861],[-0.185198,51.597838],[-0.18408,51.597341],[-0.176988,51.594322],[-0.173045,51.592599],[-0.171468,51.591782],[-0.170701,51.591329],[-0.169489,51.590539],[-0.168823,51.590063],[-0.166978,51.588643],[-0.166243,51.588106],[-0.165911,51.587906],[-0.165219,51.587566],[-0.164726,51.58728],[-0.16347,51.58655],[-0.162821,51.586243],[-0.161765,51.585694],[-0.15984,51.584457],[-0.151961,51.580212],[-0.145781,51.577637],[-0.145241,51.577412],[-0.144648,51.577063],[-0.144216,51.576705],[-0.13969,51.572088],[-0.13735,51.569535],[-0.136505,51.568558],[-0.135122,51.566666],[-0.134955,51.56634],[-0.134844,51.566037],[-0.134754,51.565662],[-0.134747,51.565431],[-0.134745,51.565371],[-0.134791,51.565014],[-0.134932,51.564649],[-0.13554,51.563615],[-0.1369,51.561139],[-0.13719,51.560549],[-0.137555,51.559505],[-0.137783,51.558514],[-0.137989,51.557764],[-0.138266,51.557119],[-0.138459,51.556788],[-0.138757,51.55628],[-0.140517,51.553824],[-0.140847,51.553175],[-0.140973,51.552769],[-0.141094,51.552095],[-0.141071,51.551708],[-0.141028,51.551473],[-0.140817,51.550944],[-0.140757,51.550679],[-0.140734,51.550408],[-0.140734,51.550408],[-0.140761,51.549953],[-0.141202,51.54836],[-0.141722,51.546655],[-0.141762,51.546435],[-0.141656,51.545514],[-0.141494,51.54475],[-0.141472,51.54438],[-0.141491,51.544137],[-0.141966,51.542318],[-0.142341,51.539976],[-0.14248,51.539382],[-0.142536,51.539147],[-0.142535,51.53894],[-0.142413,51.538498],[-0.142357,51.53839],[-0.141684,51.537599],[-0.141275,51.537183],[-0.139786,51.535837],[-0.139328,51.535372],[-0.13881,51.534672],[-0.138539,51.534358],[-0.138539,51.534358],[-0.134338,51.530461],[-0.134135,51.530229],[-0.133915,51.529921],[-0.133822,51.529729],[-0.133799,51.529517],[-0.133866,51.529121],[-0.134002,51.52883],[-0.134205,51.528515],[-0.134205,51.528515],[-0.134615,51.528111],[-0.134831,51.527942],[-0.135241,51.527699],[-0.137483,51.526798],[-0.138014,51.526604],[-0.13818,51.526511],[-0.138324,51.526398],[-0.138424,51.526255],[-0.138492,51.526064],[-0.138513,51.525787],[-0.13843,51.525342],[-0.138304,51.525026],[-0.138041,51.524563],[-0.138016,51.524517],[-0.137336,51.523673],[-0.136627,51.52287],[-0.134375,51.520532],[-0.134358,51.520515],[-0.132492,51.518732],[-0.130953,51.51714],[-0.130667,51.516783],[-0.130456,51.516301],[-0.130456,51.516301],[-0.129986,51.514934],[-0.129418,51.51354],[-0.128505,51.512007],[-0.128456,51.511707],[-0.128485,51.511227],[-0.128506,51.510884],[-0.128485,51.510381],[-0.128416,51.510148],[-0.127908,51.50963],[-0.127278,51.5093],[-0.125188,51.508557],[-0.124931,51.508441],[-0.124591,51.508288],[-0.123132,51.507545],[-0.122359,51.507243],[-0.122236,51.507194],[-0.121473,51.506864],[-0.120478,51.506596],[-0.117493,51.505687],[-0.115072,51.504861],[-0.114707,51.504665],[-0.114342,51.504345],[-0.114043,51.504015],[-0.113698,51.503438],[-0.113413,51.502962],[-0.113181,51.501413],[-0.113015,51.499947],[-0.112606,51.498567],[-0.111684,51.496663],[-0.111421,51.496196],[-0.111004,51.49573],[-0.106792,51.492754],[-0.106452,51.492467],[-0.105905,51.491921],[-0.105293,51.490791],[-0.105143,51.490291],[-0.105143,51.489871],[-0.105211,51.489446],[-0.105343,51.489162],[-0.105553,51.488818],[-0.106028,51.488322],[-0.106632,51.487693],[-0.111775,51.482662],[-0.112117,51.482119],[-0.112305,51.481905],[-0.113088,51.481011],[-0.11444,51.479821],[-0.122631,51.472053],[-0.122802,51.47189],[-0.124294,51.470587],[-0.125233,51.469873],[-0.126577,51.468949],[-0.127707,51.467993],[-0.128157,51.467422],[-0.12928,51.465755],[-0.129898,51.465118],[-0.129898,51.465118],[-0.130822,51.464483],[-0.132786,51.463612],[-0.135996,51.462448],[-0.136803,51.462232],[-0.137589,51.461986],[-0.138147,51.461628],[-0.1383,51.46153],[-0.139384,51.460935],[-0.141512,51.459518],[-0.143565,51.457149],[-0.14611,51.45441],[-0.147216,51.453256],[-0.147584,51.452763],[-0.147703,51.452542],[-0.147849,51.452269],[-0.147843,51.451129],[-0.148144,51.448782],[-0.148681,51.44797],[-0.149315,51.446916],[-0.149941,51.446112],[-0.151389,51.445212],[-0.151958,51.444361],[-0.152848,51.443358],[-0.152848,51.443358],[-0.155206,51.440488],[-0.155965,51.43928],[-0.156687,51.437874],[-0.157247,51.437296],[-0.158352,51.436384],[-0.158932,51.436008],[-0.15964,51.435605],[-0.159651,51.435598],[-0.161211,51.434828],[-0.162145,51.434232],[-0.163412,51.433087],[-0.163699,51.432534],[-0.164011,51.431803],[-0.168185,51.427745],[-0.16835,51.427603],[-0.168831,51.427187],[-0.169652,51.426282],[-0.170697,51.42502],[-0.173821,51.422559],[-0.174875,51.421495],[-0.175803,51.420454],[-0.17663,51.419587],[-0.177667,51.418565],[-0.178194,51.418003],[-0.178839,51.417315],[-0.179562,51.416836],[-0.180774,51.416441],[-0.181407,51.416287],[-0.18203,51.416167],[-0.191372,51.415523],[-0.191895,51.415409],[-0.192045,51.415363],[-0.192758,51.415143],[-0.193434,51.414895],[-0.193778,51.414735],[-0.194314,51.414367],[-0.194546,51.414138],[-0.194668,51.413979],[-0.194743,51.413718],[-0.194765,51.413423],[-0.194568,51.408499],[-0.194704,51.408091],[-0.19472,51.407875],[-0.19475,51.403358],[-0.194713,51.403039],[-0.194732,51.4024]]},"properties":{"line":"Northern","name":"Northern","color":"#000000","order":9}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.274845,51.613696],[-0.274131,51.613378],[-0.273441,51.613021],[-0.272767,51.612571],[-0.272505,51.612362],[-0.271987,51.611859],[-0.271603,51.611304],[-0.271125,51.609899],[-0.270848,51.609246],[-0.270402,51.608506],[-0.269192,51.606802],[-0.268805,51.606318],[-0.267915,51.605387],[-0.26692,51.604542],[-0.266091,51.603954],[-0.265183,51.603432],[-0.263982,51.602855],[-0.26278,51.602278],[-0.260516,51.60134],[-0.257808,51.600272],[-0.255761,51.599434],[-0.255409,51.599277],[-0.254558,51.598822],[-0.253984,51.598485],[-0.25352,51.598178],[-0.252484,51.597404],[-0.250665,51.59594],[-0.250438,51.595783],[-0.249905,51.595422],[-0.247664,51.593904],[-0.245432,51.592474],[-0.244795,51.59211],[-0.244056,51.591754],[-0.243461,51.591496],[-0.243026,51.591331],[-0.242407,51.591117],[-0.239791,51.590286],[-0.238599,51.589848],[-0.234732,51.588257],[-0.23251,51.587245],[-0.229857,51.585786],[-0.227407,51.584112],[-0.226452,51.583415],[-0.226374,51.583353],[-0.225122,51.582365],[-0.224048,51.581612],[-0.222364,51.580593],[-0.22095,51.579824],[-0.218973,51.578902],[-0.218536,51.578717],[-0.216347,51.577819],[-0.215972,51.577647],[-0.213556,51.576701],[-0.213553,51.5767],[-0.212267,51.57605],[-0.208447,51.574301],[-0.207284,51.573777],[-0.206342,51.573425],[-0.20566,51.573252],[-0.204896,51.573129],[-0.20427,51.573078],[-0.203509,51.573068],[-0.202607,51.573149],[-0.202213,51.573209],[-0.200637,51.573509],[-0.199708,51.57361],[-0.199363,51.573622],[-0.198503,51.573591],[-0.197784,51.573496],[-0.197115,51.573355],[-0.19678,51.573263],[-0.196252,51.57309],[-0.195415,51.572753],[-0.193908,51.572342],[-0.193346,51.572188],[-0.192716,51.572043],[-0.189608,51.571477],[-0.187256,51.570958],[-0.185002,51.570228],[-0.18434,51.569966],[-0.183592,51.569628],[-0.182713,51.569158],[-0.18197,51.568643],[-0.181728,51.568424],[-0.181557,51.568223],[-0.181418,51.568008],[-0.180138,51.565345],[-0.179891,51.564733],[-0.179659,51.563978],[-0.179498,51.563194],[-0.17938,51.56237],[-0.17933,51.561525],[-0.179366,51.560188],[-0.179452,51.559099],[-0.17952,51.558791],[-0.179759,51.55816],[-0.179753,51.557954],[-0.17969,51.557748],[-0.179556,51.557505],[-0.179214,51.557127],[-0.178892,51.556876],[-0.178442,51.556564],[-0.178196,51.556394],[-0.177662,51.556134],[-0.176928,51.555875],[-0.176018,51.555601],[-0.172871,51.554819],[-0.17189,51.554477],[-0.170024,51.553647],[-0.168787,51.553005],[-0.167649,51.552363],[-0.166666,51.551683],[-0.164704,51.550275],[-0.164704,51.550275],[-0.163631,51.549646],[-0.162183,51.548915],[-0.161719,51.548646],[-0.16011,51.547599],[-0.159279,51.547186],[-0.158023,51.546679],[-0.157318,51.546416],[-0.156794,51.546192],[-0.156406,51.545996],[-0.155845,51.545681],[-0.153888,51.54443],[-0.153521,51.54423],[-0.15347,51.544202],[-0.152205,51.543693],[-0.15157,51.543491],[-0.150889,51.543311],[-0.147876,51.542702],[-0.147096,51.542445],[-0.146438,51.542161],[-0.145852,51.54186],[-0.145175,51.541413],[-0.144406,51.540863],[-0.143964,51.540494],[-0.142887,51.539346],[-0.142817,51.539271],[-0.142535,51.53894],[-0.142413,51.538498],[-0.142477,51.538175],[-0.142483,51.537909],[-0.141839,51.533663],[-0.141669,51.532978],[-0.141342,51.532152],[-0.140959,51.531459],[-0.140451,51.530786],[-0.139936,51.530271],[-0.139462,51.529882],[-0.138866,51.529468],[-0.13821,51.529123],[-0.137597,51.528887],[-0.13691,51.528699],[-0.13632,51.52858],[-0.13583,51.528498],[-0.13529,51.528433],[-0.13425,51.528403],[-0.133923,51.528457],[-0.133185,51.528577],[-0.132489,51.528787],[-0.131673,51.529046],[-0.130992,51.529302],[-0.129541,51.529949],[-0.129166,51.530092],[-0.128197,51.530389],[-0.127603,51.530493],[-0.126939,51.530573],[-0.125107,51.530615],[-0.123849,51.530592],[-0.123523,51.530587],[-0.122944,51.530605],[-0.120068,51.530935],[-0.118587,51.531018],[-0.113631,51.531422],[-0.109193,51.531818],[-0.107153,51.53188],[-0.106354,51.531923],[-0.106065,51.531892],[-0.10576,51.53186],[-0.101464,51.530776],[-0.09768,51.529759],[-0.094665,51.529012],[-0.091279,51.52813],[-0.088725,51.527371],[-0.088212,51.527019],[-0.087956,51.526697],[-0.087542,51.525628],[-0.087542,51.525628],[-0.087445,51.524334],[-0.087005,51.522215],[-0.087005,51.521693],[-0.087169,51.520662],[-0.087369,51.519924],[-0.087611,51.51932],[-0.088114,51.518416],[-0.088781,51.517217],[-0.089151,51.516378],[-0.089791,51.514611],[-0.089752,51.514381],[-0.089679,51.514271],[-0.088887,51.513331],[-0.088108,51.512407],[-0.086999,51.511048],[-0.086828,51.510783],[-0.086796,51.510657],[-0.08682,51.510393],[-0.087029,51.509799],[-0.087099,51.509425],[-0.087051,51.509116],[-0.086787,51.508528],[-0.086764,51.508257],[-0.086834,51.507951],[-0.087198,51.506951],[-0.087479,51.505893],[-0.087479,51.505893],[-0.087866,51.505528],[-0.088429,51.505272],[-0.089133,51.505017],[-0.090094,51.504608],[-0.090446,51.504418],[-0.091068,51.503929],[-0.09149,51.503535],[-0.092042,51.502702],[-0.092452,51.501983],[-0.092621,51.501762],[-0.093144,51.501299],[-0.093406,51.501094],[-0.093406,51.501094],[-0.093775,51.500854],[-0.095746,51.499769],[-0.096603,51.499336],[-0.096942,51.499125],[-0.09772,51.498528],[-0.099356,51.497058],[-0.099736,51.496623],[-0.100371,51.495683],[-0.100401,51.495638],[-0.100545,51.495383],[-0.100637,51.495116],[-0.10073,51.494528],[-0.100683,51.493636],[-0.10076,51.493282],[-0.100937,51.492969],[-0.10118,51.492689],[-0.102514,51.491709],[-0.103074,51.491249],[-0.104422,51.489906],[-0.105264,51.489134],[-0.106034,51.488322],[-0.106632,51.487693],[-0.111775,51.482662],[-0.112117,51.482119],[-0.112305,51.481905],[-0.113088,51.481011],[-0.11444,51.479821],[-0.122631,51.472053],[-0.122802,51.47189],[-0.124294,51.470587],[-0.125233,51.469873],[-0.126577,51.468949],[-0.127707,51.467993],[-0.128157,51.467422],[-0.12928,51.465755],[-0.129898,51.465118],[-0.129898,51.465118],[-0.130822,51.464483],[-0.132786,51.463612],[-0.135996,51.462448],[-0.136803,51.462232],[-0.137589,51.461986],[-0.138147,51.461628],[-0.1383,51.46153],[-0.139384,51.460935],[-0.141512,51.459518],[-0.143565,51.457149],[-0.14611,51.45441],[-0.147216,51.453256],[-0.147584,51.452763],[-0.147703,51.452542],[-0.147849,51.452269],[-0.147843,51.451129],[-0.148144,51.448782],[-0.148681,51.44797],[-0.149315,51.446916],[-0.149941,51.446112],[-0.151389,51.445212],[-0.151958,51.444361],[-0.152848,51.443358],[-0.152848,51.443358],[-0.155206,51.440488],[-0.155965,51.43928],[-0.156687,51.437874],[-0.157247,51.437296],[-0.158352,51.436384],[-0.158932,51.436008],[-0.15964,51.435605],[-0.159651,51.435598],[-0.161211,51.434828],[-0.162145,51.434232],[-0.163412,51.433087],[-0.163699,51.432534],[-0.164011,51.431803],[-0.168185,51.427745],[-0.16835,51.427603],[-0.168831,51.427187],[-0.169652,51.426282],[-0.170697,51.42502],[-0.173821,51.422559],[-0.174875,51.421495],[-0.175803,51.420454],[-0.17663,51.419587],[-0.177667,51.418565],[-0.178194,51.418003],[-0.178839,51.417315],[-0.179562,51.416836],[-0.180774,51.416441],[-0.181407,51.416287],[-0.18203,51.416167],[-0.191372,51.415523],[-0.191895,51.415409],[-0.192045,51.415363],[-0.192758,51.415143],[-0.193434,51.414895],[-0.193778,51.414735],[-0.194314,51.414367],[-0.194546,51.414138],[-0.194668,51.413979],[-0.194743,51.413718],[-0.194765,51.413423],[-0.194568,51.408499],[-0.194704,51.408091],[-0.19472,51.407875],[-0.19475,51.403358],[-0.194713,51.403039],[-0.194755,51.402399]]},"properties":{"line":"Northern","name":"Northern","color":"#000000","order":9}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.209928,51.608202],[-0.209513,51.608106],[-0.208877,51.607927],[-0.208255,51.607699],[-0.201163,51.604694],[-0.199127,51.603808],[-0.197794,51.603185],[-0.197169,51.602974],[-0.193862,51.601565],[-0.192495,51.600936],[-0.190829,51.600169],[-0.187629,51.598861],[-0.185198,51.597838],[-0.18408,51.597341],[-0.176988,51.594322],[-0.174848,51.593392],[-0.173045,51.592599],[-0.171468,51.591782],[-0.170701,51.591329],[-0.169489,51.590539],[-0.168823,51.590063],[-0.166978,51.588643],[-0.166243,51.588106],[-0.165911,51.587906],[-0.165219,51.587566],[-0.164726,51.58728],[-0.16347,51.58655],[-0.162821,51.586243],[-0.161765,51.585694],[-0.15984,51.584457],[-0.151961,51.580212],[-0.145781,51.577637],[-0.145241,51.577412],[-0.144648,51.577063],[-0.144216,51.576705],[-0.13969,51.572088],[-0.13735,51.569535],[-0.136505,51.568558],[-0.135122,51.566666],[-0.134955,51.56634],[-0.134844,51.566037],[-0.134754,51.565662],[-0.134747,51.565431],[-0.134745,51.565371],[-0.134791,51.565014],[-0.134932,51.564649],[-0.13554,51.563615],[-0.1369,51.561139],[-0.13719,51.560549],[-0.137555,51.559505],[-0.137783,51.558514],[-0.137989,51.557764],[-0.138266,51.557119],[-0.138459,51.556788],[-0.138757,51.55628],[-0.140517,51.553824],[-0.140847,51.553175],[-0.140973,51.552769],[-0.141094,51.552095],[-0.141071,51.551708],[-0.141028,51.551473],[-0.140817,51.550944],[-0.140757,51.550679],[-0.140734,51.550408],[-0.140734,51.550408],[-0.140761,51.549953],[-0.141202,51.54836],[-0.141722,51.546655],[-0.141762,51.546435],[-0.141656,51.545514],[-0.141494,51.54475],[-0.141472,51.54438],[-0.141491,51.544137],[-0.141966,51.542318],[-0.142341,51.539976],[-0.14248,51.539382],[-0.142536,51.539147],[-0.142535,51.53894],[-0.142413,51.538498],[-0.142477,51.538175],[-0.142483,51.537909],[-0.141839,51.533663],[-0.141669,51.532978],[-0.141342,51.532152],[-0.140959,51.531459],[-0.140451,51.530786],[-0.139936,51.530271],[-0.139462,51.529882],[-0.138866,51.529468],[-0.13821,51.529123],[-0.137597,51.528887],[-0.13691,51.528699],[-0.13583,51.528498],[-0.13529,51.528433],[-0.13425,51.528403],[-0.133923,51.528457],[-0.133185,51.528577],[-0.131673,51.529046],[-0.130992,51.529302],[-0.129541,51.529949],[-0.129166,51.530092],[-0.128197,51.530389],[-0.127603,51.530493],[-0.126939,51.530573],[-0.125107,51.530615],[-0.123849,51.530592],[-0.123523,51.530587],[-0.122944,51.530605],[-0.120068,51.530935],[-0.118587,51.531018],[-0.113631,51.531422],[-0.109193,51.531818],[-0.107153,51.53188],[-0.106354,51.531923],[-0.106065,51.531892],[-0.10576,51.53186],[-0.101464,51.530776],[-0.09768,51.529759],[-0.094665,51.529012],[-0.091279,51.52813],[-0.088725,51.527371],[-0.088212,51.527019],[-0.087956,51.526697],[-0.087542,51.525628],[-0.087542,51.525628],[-0.087445,51.524334],[-0.087005,51.522215],[-0.087005,51.521693],[-0.087169,51.520662],[-0.087411,51.519801],[-0.087611,51.51932],[-0.088114,51.518416],[-0.088781,51.517217],[-0.089151,51.516378],[-0.089791,51.514611],[-0.089752,51.514381],[-0.089679,51.514271],[-0.088887,51.513331],[-0.088108,51.512407],[-0.086999,51.511048],[-0.086828,51.510783],[-0.086796,51.510657],[-0.08682,51.510393],[-0.087029,51.509799],[-0.087099,51.509425],[-0.087051,51.509116],[-0.086787,51.508528],[-0.086764,51.508257],[-0.086834,51.507951],[-0.087198,51.506951],[-0.087479,51.505893],[-0.087479,51.505893],[-0.087866,51.505528],[-0.088429,51.505272],[-0.089133,51.505017],[-0.090094,51.504608],[-0.090446,51.504418],[-0.091068,51.503929],[-0.09149,51.503535],[-0.092042,51.502702],[-0.092452,51.501983],[-0.092621,51.501762],[-0.093144,51.501299],[-0.093406,51.501094],[-0.093406,51.501094],[-0.093775,51.500854],[-0.095746,51.499769],[-0.096603,51.499336],[-0.096942,51.499125],[-0.09772,51.498528],[-0.099356,51.497058],[-0.099736,51.496623],[-0.100371,51.495683],[-0.100401,51.495638],[-0.100545,51.495383],[-0.100637,51.495116],[-0.10073,51.494528],[-0.100683,51.493636],[-0.10076,51.493282],[-0.100937,51.492969],[-0.10118,51.492689],[-0.102514,51.491709],[-0.103074,51.491249],[-0.104422,51.489906],[-0.105264,51.489134],[-0.106034,51.488322],[-0.106632,51.487693],[-0.111775,51.482662],[-0.112117,51.482119],[-0.112305,51.481905],[-0.113088,51.481011],[-0.11444,51.479821],[-0.122631,51.472053],[-0.122802,51.47189],[-0.124294,51.470587],[-0.125233,51.469873],[-0.126577,51.468949],[-0.127707,51.467993],[-0.128157,51.467422],[-0.12928,51.465755],[-0.129898,51.465118],[-0.129898,51.465118],[-0.130822,51.464483],[-0.132786,51.463612],[-0.135996,51.462448],[-0.136803,51.462232],[-0.137589,51.461986],[-0.138147,51.461628],[-0.1383,51.46153],[-0.139384,51.460935],[-0.141512,51.459518],[-0.143565,51.457149],[-0.14611,51.45441],[-0.147216,51.453256],[-0.147584,51.452763],[-0.147703,51.452542],[-0.147849,51.452269],[-0.147843,51.451129],[-0.148144,51.448782],[-0.148681,51.44797],[-0.149315,51.446916],[-0.149941,51.446112],[-0.151389,51.445212],[-0.151958,51.444361],[-0.152848,51.443358],[-0.152848,51.443358],[-0.155206,51.440488],[-0.155965,51.43928],[-0.156687,51.437874],[-0.157247,51.437296],[-0.158352,51.436384],[-0.158932,51.436008],[-0.15964,51.435605],[-0.159651,51.435598],[-0.161211,51.434828],[-0.162145,51.434232],[-0.163412,51.433087],[-0.163699,51.432534],[-0.164011,51.431803],[-0.168185,51.427745],[-0.16835,51.427603],[-0.168831,51.427187],[-0.169652,51.426282],[-0.170697,51.42502],[-0.173821,51.422559],[-0.174875,51.421495],[-0.175803,51.420454],[-0.17663,51.419587],[-0.177667,51.418565],[-0.178194,51.418003],[-0.178839,51.417315],[-0.179562,51.416836],[-0.180774,51.416441],[-0.181407,51.416287],[-0.18203,51.416167],[-0.191372,51.415523],[-0.191895,51.415409],[-0.192045,51.415363],[-0.192758,51.415143],[-0.193434,51.414895],[-0.193778,51.414735],[-0.194314,51.414367],[-0.194546,51.414138],[-0.194668,51.413979],[-0.194743,51.413718],[-0.194765,51.413423],[-0.194568,51.408499],[-0.194704,51.408091],[-0.19472,51.407875],[-0.19475,51.403358],[-0.194713,51.403039],[-0.194732,51.4024]]},"properties":{"line":"Northern","name":"Northern","color":"#000000","order":9}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.274845,51.613696],[-0.274131,51.613378],[-0.273441,51.613021],[-0.272767,51.612571],[-0.272505,51.612362],[-0.271987,51.611859],[-0.271603,51.611304],[-0.271125,51.609899],[-0.270848,51.609246],[-0.270402,51.608506],[-0.269192,51.606802],[-0.268805,51.606318],[-0.267915,51.605387],[-0.26692,51.604542],[-0.266091,51.603954],[-0.265183,51.603432],[-0.263982,51.602855],[-0.26278,51.602278],[-0.260516,51.60134],[-0.257808,51.600272],[-0.255761,51.599434],[-0.255409,51.599277],[-0.254558,51.598822],[-0.253984,51.598485],[-0.25352,51.598178],[-0.252484,51.597404],[-0.250665,51.59594],[-0.250438,51.595783],[-0.249905,51.595422],[-0.247664,51.593904],[-0.245432,51.592474],[-0.244795,51.59211],[-0.244056,51.591754],[-0.243461,51.591496],[-0.243026,51.591331],[-0.242407,51.591117],[-0.239791,51.590286],[-0.238599,51.589848],[-0.234732,51.588257],[-0.23251,51.587245],[-0.229857,51.585786],[-0.227407,51.584112],[-0.226452,51.583415],[-0.226374,51.583353],[-0.225122,51.582365],[-0.224048,51.581612],[-0.222364,51.580593],[-0.22095,51.579824],[-0.218973,51.578902],[-0.218536,51.578717],[-0.216347,51.577819],[-0.215972,51.577647],[-0.213556,51.576701],[-0.213553,51.5767],[-0.212267,51.57605],[-0.208447,51.574301],[-0.207284,51.573777],[-0.206342,51.573425],[-0.20566,51.573252],[-0.204896,51.573129],[-0.20427,51.573078],[-0.203509,51.573068],[-0.202607,51.573149],[-0.202213,51.573209],[-0.200637,51.573509],[-0.199708,51.57361],[-0.199363,51.573622],[-0.198503,51.573591],[-0.197784,51.573496],[-0.197115,51.573355],[-0.19678,51.573263],[-0.196252,51.57309],[-0.195415,51.572753],[-0.193908,51.572342],[-0.193346,51.572188],[-0.192716,51.572043],[-0.189608,51.571477],[-0.187256,51.570958],[-0.185002,51.570228],[-0.18434,51.569966],[-0.183592,51.569628],[-0.183121,51.56939],[-0.182713,51.569158],[-0.18197,51.568643],[-0.181728,51.568424],[-0.181557,51.568223],[-0.181418,51.568008],[-0.180138,51.565345],[-0.179891,51.564733],[-0.179659,51.563978],[-0.179498,51.563194],[-0.17938,51.56237],[-0.17933,51.561525],[-0.179366,51.560188],[-0.179452,51.559099],[-0.17952,51.558791],[-0.179759,51.55816],[-0.179753,51.557954],[-0.17969,51.557748],[-0.179556,51.557505],[-0.179432,51.557346],[-0.179214,51.557127],[-0.178892,51.556876],[-0.178442,51.556564],[-0.178196,51.556394],[-0.177662,51.556134],[-0.176928,51.555875],[-0.176018,51.555601],[-0.172871,51.554819],[-0.17189,51.554477],[-0.170024,51.553647],[-0.168787,51.553005],[-0.167649,51.552363],[-0.166666,51.551683],[-0.164704,51.550275],[-0.164704,51.550275],[-0.163631,51.549646],[-0.162183,51.548915],[-0.161719,51.548646],[-0.16011,51.547599],[-0.159279,51.547186],[-0.158023,51.546679],[-0.157318,51.546416],[-0.156794,51.546192],[-0.156406,51.545996],[-0.155845,51.545681],[-0.153888,51.54443],[-0.153521,51.54423],[-0.15347,51.544202],[-0.152205,51.543693],[-0.15157,51.543491],[-0.150889,51.543311],[-0.147876,51.542702],[-0.147096,51.542445],[-0.146438,51.542161],[-0.145852,51.54186],[-0.145175,51.541413],[-0.144406,51.540863],[-0.143964,51.540494],[-0.14289,51.539345],[-0.142623,51.539059],[-0.142535,51.53894],[-0.142413,51.538498],[-0.142357,51.53839],[-0.141684,51.537599],[-0.141275,51.537183],[-0.139786,51.535837],[-0.139328,51.535372],[-0.13881,51.534672],[-0.138539,51.534358],[-0.138539,51.534358],[-0.134338,51.530461],[-0.134135,51.530229],[-0.133915,51.529921],[-0.133822,51.529729],[-0.133799,51.529517],[-0.133866,51.529121],[-0.134002,51.52883],[-0.134205,51.528515],[-0.134333,51.528384],[-0.134462,51.528253],[-0.134831,51.527942],[-0.135241,51.527699],[-0.137483,51.526798],[-0.137818,51.526683],[-0.13818,51.526511],[-0.138324,51.526398],[-0.138424,51.526255],[-0.138492,51.526064],[-0.138513,51.525787],[-0.13843,51.525342],[-0.138304,51.525026],[-0.138041,51.524563],[-0.138016,51.524517],[-0.137336,51.523673],[-0.136627,51.52287],[-0.134375,51.520532],[-0.134358,51.520515],[-0.132492,51.518732],[-0.130953,51.51714],[-0.130667,51.516783],[-0.130456,51.516301],[-0.130456,51.516301],[-0.129986,51.514934],[-0.129418,51.51354],[-0.128505,51.512007],[-0.128456,51.511707],[-0.128485,51.511227],[-0.128506,51.510884],[-0.128485,51.510381],[-0.128416,51.510148],[-0.127908,51.50963],[-0.127278,51.5093],[-0.125188,51.508557],[-0.124931,51.508441],[-0.124591,51.508288],[-0.123132,51.507545],[-0.122359,51.507243],[-0.122236,51.507194],[-0.121473,51.506864],[-0.120478,51.506596],[-0.117493,51.505687],[-0.115072,51.504861],[-0.114707,51.504665],[-0.114342,51.504345],[-0.114043,51.504015],[-0.113698,51.503438],[-0.113413,51.502962],[-0.113181,51.501413],[-0.113015,51.499947],[-0.112606,51.498567],[-0.111684,51.496663],[-0.111421,51.496196],[-0.111004,51.49573],[-0.106792,51.492754],[-0.106452,51.492467],[-0.105905,51.491921],[-0.105293,51.490791],[-0.105143,51.490291],[-0.105143,51.489871],[-0.105211,51.489446],[-0.105343,51.489162],[-0.105553,51.488818],[-0.10565,51.488706],[-0.106022,51.488322],[-0.106632,51.487693],[-0.111775,51.482662],[-0.112117,51.482119],[-0.112305,51.481905],[-0.113088,51.481011],[-0.11444,51.479821],[-0.122631,51.472053],[-0.122802,51.47189],[-0.124294,51.470587],[-0.125233,51.469873],[-0.126577,51.468949],[-0.127707,51.467993],[-0.128157,51.467422],[-0.12928,51.465755],[-0.129898,51.465118],[-0.129898,51.465118],[-0.130822,51.464483],[-0.132786,51.463612],[-0.135996,51.462448],[-0.136803,51.462232],[-0.137589,51.461986],[-0.138147,51.461628],[-0.1383,51.46153],[-0.139384,51.460935],[-0.141512,51.459518],[-0.143565,51.457149],[-0.14611,51.45441],[-0.147216,51.453256],[-0.147584,51.452763],[-0.147703,51.452542],[-0.147849,51.452269],[-0.147843,51.451129],[-0.148144,51.448782],[-0.148681,51.44797],[-0.149315,51.446916],[-0.149941,51.446112],[-0.151389,51.445212],[-0.151958,51.444361],[-0.152848,51.443358],[-0.152848,51.443358],[-0.155206,51.440488],[-0.155965,51.43928],[-0.156687,51.437874],[-0.157247,51.437296],[-0.158352,51.436384],[-0.158932,51.436008],[-0.15964,51.435605],[-0.159651,51.435598],[-0.161211,51.434828],[-0.162145,51.434232],[-0.163412,51.433087],[-0.163699,51.432534],[-0.164011,51.431803],[-0.168185,51.427745],[-0.16835,51.427603],[-0.168831,51.427187],[-0.169652,51.426282],[-0.170697,51.42502],[-0.173821,51.422559],[-0.174875,51.421495],[-0.175803,51.420454],[-0.17663,51.419587],[-0.177667,51.418565],[-0.178194,51.418003],[-0.178839,51.417315],[-0.179562,51.416836],[-0.180774,51.416441],[-0.181407,51.416287],[-0.18203,51.416167],[-0.191372,51.415523],[-0.191669,51.415466],[-0.192037,51.415356],[-0.192758,51.415143],[-0.193434,51.414895],[-0.193778,51.414735],[-0.194035,51.414574],[-0.194314,51.414367],[-0.194546,51.414138],[-0.194668,51.413979],[-0.194743,51.413718],[-0.194765,51.413423],[-0.194568,51.408499],[-0.194704,51.408091],[-0.19472,51.407875],[-0.19475,51.403358],[-0.194713,51.403039],[-0.194732,51.4024]]},"properties":{"line":"Northern","name":"Northern","color":"#000000","order":9}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.142471,51.479865],[-0.140516,51.480782],[-0.140065,51.480972],[-0.13955,51.481129],[-0.138284,51.481336],[-0.137082,51.481436],[-0.135709,51.481403],[-0.134164,51.481169],[-0.128789,51.480114],[-0.127459,51.479853],[-0.12615,51.479686],[-0.124862,51.479739],[-0.120313,51.480648],[-0.117524,51.481182],[-0.115807,51.481543],[-0.114713,51.481998],[-0.113747,51.482612],[-0.112996,51.483414],[-0.112567,51.484283],[-0.112492,51.4845],[-0.112009,51.485218],[-0.111151,51.48594],[-0.110464,51.486287],[-0.109681,51.486601],[-0.108442,51.486942],[-0.10754,51.487276],[-0.106632,51.487693],[-0.106022,51.488322],[-0.10565,51.488706],[-0.105553,51.488818],[-0.105343,51.489162],[-0.105211,51.489446],[-0.105143,51.489871],[-0.105143,51.490291],[-0.105293,51.490791],[-0.105905,51.491921],[-0.106452,51.492467],[-0.106792,51.492754],[-0.111004,51.49573],[-0.111421,51.496196],[-0.111684,51.496663],[-0.112606,51.498567],[-0.113015,51.499947],[-0.113181,51.501413],[-0.113413,51.502962],[-0.113698,51.503438],[-0.114043,51.504015],[-0.114342,51.504345],[-0.114707,51.504665],[-0.115072,51.504861],[-0.117493,51.505687],[-0.120478,51.506596],[-0.121473,51.506864],[-0.122236,51.507194],[-0.122359,51.507243],[-0.123132,51.507545],[-0.124591,51.508288],[-0.124672,51.508325],[-0.125188,51.508557],[-0.127278,51.5093],[-0.127908,51.50963],[-0.128416,51.510148],[-0.128485,51.510381],[-0.128506,51.510884],[-0.128485,51.511227],[-0.128456,51.511707],[-0.128505,51.512007],[-0.129418,51.51354],[-0.129986,51.514934],[-0.130445,51.516267],[-0.130456,51.516301],[-0.130667,51.516783],[-0.130953,51.51714],[-0.132492,51.518732],[-0.134358,51.520515],[-0.134358,51.520515],[-0.136627,51.52287],[-0.137336,51.523673],[-0.138016,51.524517],[-0.138016,51.524517],[-0.138304,51.525026],[-0.13843,51.525342],[-0.138513,51.525787],[-0.138492,51.526064],[-0.138424,51.526255],[-0.138324,51.526398],[-0.13818,51.526511],[-0.137818,51.526683],[-0.137483,51.526798],[-0.135241,51.527699],[-0.134831,51.527942],[-0.134462,51.528253],[-0.134333,51.528384],[-0.134205,51.528515],[-0.134002,51.52883],[-0.133866,51.529121],[-0.133799,51.529517],[-0.133822,51.529729],[-0.133915,51.529921],[-0.134135,51.530229],[-0.134338,51.530461],[-0.138521,51.534341],[-0.138539,51.534358],[-0.13881,51.534672],[-0.139328,51.535372],[-0.139786,51.535837],[-0.141275,51.537183],[-0.141684,51.537599],[-0.142357,51.53839],[-0.142413,51.538498],[-0.142535,51.53894],[-0.142623,51.539059],[-0.14289,51.539345],[-0.143964,51.540494],[-0.144406,51.540863],[-0.145175,51.541413],[-0.145852,51.54186],[-0.146438,51.542161],[-0.147096,51.542445],[-0.147876,51.542702],[-0.150889,51.543311],[-0.15157,51.543491],[-0.152205,51.543693],[-0.15347,51.544202],[-0.15347,51.544202],[-0.153888,51.54443],[-0.155845,51.545681],[-0.156406,51.545996],[-0.156794,51.546192],[-0.157318,51.546416],[-0.158023,51.546679],[-0.159279,51.547186],[-0.16011,51.547599],[-0.161719,51.548646],[-0.162183,51.548915],[-0.163631,51.549646],[-0.164576,51.5502],[-0.164704,51.550275],[-0.166666,51.551683],[-0.167649,51.552363],[-0.168787,51.553005],[-0.170024,51.553647],[-0.17189,51.554477],[-0.172871,51.554819],[-0.176018,51.555601],[-0.176928,51.555875],[-0.177662,51.556134],[-0.178196,51.556394],[-0.178442,51.556564],[-0.178892,51.556876],[-0.179214,51.557127],[-0.179432,51.557346],[-0.179556,51.557505],[-0.17969,51.557748],[-0.179753,51.557954],[-0.179759,51.55816],[-0.17952,51.558791],[-0.179452,51.559099],[-0.179366,51.560188],[-0.17933,51.561525],[-0.17938,51.56237],[-0.179498,51.563194],[-0.179659,51.563978],[-0.179891,51.564733],[-0.180138,51.565345],[-0.181418,51.568008],[-0.181557,51.568223],[-0.181728,51.568424],[-0.18197,51.568643],[-0.182713,51.569158],[-0.183121,51.56939],[-0.183592,51.569628],[-0.18434,51.569966],[-0.185002,51.570228],[-0.187256,51.570958],[-0.189608,51.571477],[-0.192716,51.572043],[-0.193346,51.572188],[-0.193908,51.572342],[-0.195415,51.572753],[-0.196252,51.57309],[-0.19678,51.573263],[-0.197115,51.573355],[-0.197784,51.573496],[-0.198503,51.573591],[-0.199363,51.573622],[-0.199708,51.57361],[-0.200637,51.573509],[-0.202213,51.573209],[-0.202607,51.573149],[-0.203509,51.573068],[-0.20427,51.573078],[-0.204896,51.573129],[-0.20566,51.573252],[-0.206342,51.573425],[-0.207284,51.573777],[-0.208447,51.574301],[-0.212267,51.57605],[-0.213553,51.5767],[-0.213553,51.5767],[-0.215972,51.577647],[-0.216347,51.577819],[-0.218536,51.578717],[-0.218973,51.578902],[-0.22095,51.579824],[-0.222364,51.580593],[-0.224048,51.581612],[-0.225122,51.582365],[-0.226374,51.583353],[-0.226452,51.583415],[-0.227407,51.584112],[-0.229857,51.585786],[-0.23251,51.587245],[-0.234732,51.588257],[-0.238599,51.589848],[-0.239791,51.590286],[-0.242407,51.591117],[-0.243026,51.591331],[-0.243461,51.591496],[-0.244056,51.591754],[-0.244795,51.59211],[-0.245432,51.592474],[-0.247664,51.593904],[-0.249905,51.595422],[-0.250438,51.595783],[-0.250665,51.59594],[-0.252484,51.597404],[-0.25352,51.598178],[-0.253984,51.598485],[-0.254558,51.598822],[-0.255409,51.599277],[-0.255761,51.599434],[-0.257808,51.600272],[-0.260516,51.60134],[-0.26278,51.602278],[-0.263982,51.602855],[-0.265183,51.603432],[-0.266091,51.603954],[-0.26692,51.604542],[-0.267915,51.605387],[-0.268805,51.606318],[-0.269192,51.606802],[-0.270402,51.608506],[-0.270848,51.609246],[-0.271125,51.609899],[-0.271603,51.611304],[-0.271987,51.611859],[-0.272505,51.612362],[-0.272767,51.612571],[-0.273441,51.613021],[-0.274131,51.613378],[-0.274845,51.613696]]},"properties":{"line":"Northern","name":"Northern","color":"#000000","order":9}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.194514,51.650763],[-0.191652,51.649157],[-0.191244,51.648904],[-0.190778,51.648552],[-0.19013,51.647882],[-0.183837,51.639671],[-0.183449,51.639226],[-0.18277,51.638366],[-0.181186,51.636277],[-0.180384,51.635269],[-0.17961,51.634041],[-0.179304,51.633317],[-0.179162,51.632456],[-0.179153,51.630365],[-0.179167,51.630205],[-0.17919,51.629932],[-0.179306,51.62924],[-0.179467,51.628707],[-0.179805,51.627998],[-0.184313,51.620321],[-0.185075,51.618994],[-0.185338,51.618453],[-0.185604,51.617842],[-0.185625,51.617793],[-0.185989,51.61674],[-0.186872,51.613839],[-0.188301,51.609488],[-0.188301,51.609488],[-0.188785,51.608594],[-0.189052,51.608156],[-0.189398,51.607681],[-0.190155,51.606953],[-0.190933,51.606368],[-0.191389,51.606066],[-0.194295,51.60438],[-0.194591,51.604142],[-0.194792,51.603905],[-0.19494,51.603668],[-0.195055,51.603335],[-0.195066,51.602989],[-0.194955,51.60265],[-0.19477,51.602339],[-0.194539,51.602036],[-0.194141,51.601724],[-0.193862,51.601565],[-0.192495,51.600936],[-0.190829,51.600169],[-0.187629,51.598861],[-0.185198,51.597838],[-0.18408,51.597341],[-0.176988,51.594322],[-0.173045,51.592599],[-0.171468,51.591782],[-0.170701,51.591329],[-0.169489,51.590539],[-0.168823,51.590063],[-0.166978,51.588643],[-0.166243,51.588106],[-0.165911,51.587906],[-0.165219,51.587566],[-0.164726,51.58728],[-0.16347,51.58655],[-0.162821,51.586243],[-0.161765,51.585694],[-0.15984,51.584457],[-0.151961,51.580212],[-0.145781,51.577637],[-0.145241,51.577412],[-0.144648,51.577063],[-0.144216,51.576705],[-0.13969,51.572088],[-0.13735,51.569535],[-0.136505,51.568558],[-0.135122,51.566666],[-0.134955,51.56634],[-0.134844,51.566037],[-0.134754,51.565662],[-0.134747,51.565431],[-0.134745,51.565371],[-0.134791,51.565014],[-0.134932,51.564649],[-0.13554,51.563615],[-0.1369,51.561139],[-0.13719,51.560549],[-0.137555,51.559505],[-0.137783,51.558514],[-0.137989,51.557764],[-0.138266,51.557119],[-0.138459,51.556788],[-0.138757,51.55628],[-0.140517,51.553824],[-0.140847,51.553175],[-0.140973,51.552769],[-0.141094,51.552095],[-0.141071,51.551708],[-0.141028,51.551473],[-0.140817,51.550944],[-0.140757,51.550679],[-0.140734,51.550408],[-0.140734,51.550408],[-0.140761,51.549953],[-0.141202,51.54836],[-0.141722,51.546655],[-0.141762,51.546435],[-0.141656,51.545514],[-0.141494,51.54475],[-0.141472,51.54438],[-0.141491,51.544137],[-0.141966,51.542318],[-0.142341,51.539976],[-0.14248,51.539382],[-0.142536,51.539147],[-0.142535,51.53894],[-0.142413,51.538498],[-0.142357,51.53839],[-0.141684,51.537599],[-0.141275,51.537183],[-0.139786,51.535837],[-0.139328,51.535372],[-0.13881,51.534672],[-0.138539,51.534358],[-0.138539,51.534358],[-0.134338,51.530461],[-0.134135,51.530229],[-0.133915,51.529921],[-0.133822,51.529729],[-0.133799,51.529517],[-0.133866,51.529121],[-0.134002,51.52883],[-0.134205,51.528515],[-0.134205,51.528515],[-0.134615,51.528111],[-0.134831,51.527942],[-0.135241,51.527699],[-0.137483,51.526798],[-0.138014,51.526604],[-0.13818,51.526511],[-0.138324,51.526398],[-0.138424,51.526255],[-0.138492,51.526064],[-0.138513,51.525787],[-0.13843,51.525342],[-0.138304,51.525026],[-0.138041,51.524563],[-0.138016,51.524517],[-0.137336,51.523673],[-0.136627,51.52287],[-0.134375,51.520532],[-0.134358,51.520515],[-0.132492,51.518732],[-0.130953,51.51714],[-0.130667,51.516783],[-0.130456,51.516301],[-0.130456,51.516301],[-0.129986,51.514934],[-0.129418,51.51354],[-0.128505,51.512007],[-0.128456,51.511707],[-0.128485,51.511227],[-0.128506,51.510884],[-0.128485,51.510381],[-0.128416,51.510148],[-0.127908,51.50963],[-0.127278,51.5093],[-0.125188,51.508557],[-0.124931,51.508441],[-0.124591,51.508288],[-0.123132,51.507545],[-0.122359,51.507243],[-0.122236,51.507194],[-0.121473,51.506864],[-0.120478,51.506596],[-0.117493,51.505687],[-0.115072,51.504861],[-0.114707,51.504665],[-0.114342,51.504345],[-0.114043,51.504015],[-0.113698,51.503438],[-0.113413,51.502962],[-0.113181,51.501413],[-0.113015,51.499947],[-0.112606,51.498567],[-0.111684,51.496663],[-0.111421,51.496196],[-0.111004,51.49573],[-0.106792,51.492754],[-0.106452,51.492467],[-0.105905,51.491921],[-0.105293,51.490791],[-0.105143,51.490291],[-0.105143,51.489871],[-0.105211,51.489446],[-0.105343,51.489162],[-0.105553,51.488818],[-0.10603,51.488324],[-0.106163,51.488187],[-0.106398,51.48781],[-0.106763,51.487028],[-0.106859,51.486501],[-0.106966,51.485178],[-0.107288,51.484363],[-0.107932,51.483628],[-0.108619,51.483093],[-0.109477,51.482612],[-0.110335,51.482265],[-0.111086,51.482011],[-0.112996,51.48165],[-0.115206,51.481289],[-0.120614,51.480327],[-0.123553,51.479833],[-0.12439,51.479753],[-0.126117,51.479692],[-0.126525,51.479726],[-0.127453,51.479849],[-0.128791,51.480111],[-0.134164,51.481162],[-0.135693,51.4814],[-0.13705,51.481436],[-0.137662,51.481396],[-0.138279,51.481333],[-0.13955,51.481129],[-0.140043,51.480969],[-0.140714,51.480658],[-0.141342,51.480401],[-0.142464,51.479859]]},"properties":{"line":"Northern","name":"Northern","color":"#000000","order":9}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.194761,51.402194],[-0.194713,51.403039],[-0.19475,51.403358],[-0.19472,51.407875],[-0.194704,51.408091],[-0.194568,51.408499],[-0.194765,51.413423],[-0.194743,51.413718],[-0.194668,51.413979],[-0.194546,51.414138],[-0.194314,51.414367],[-0.193778,51.414735],[-0.193434,51.414895],[-0.192758,51.415143],[-0.192045,51.415363],[-0.191895,51.415409],[-0.191372,51.415523],[-0.18203,51.416167],[-0.181407,51.416287],[-0.180774,51.416441],[-0.179562,51.416836],[-0.178839,51.417315],[-0.178194,51.418003],[-0.177667,51.418565],[-0.17663,51.419587],[-0.175803,51.420454],[-0.174875,51.421495],[-0.173821,51.422559],[-0.170697,51.42502],[-0.169652,51.426282],[-0.168831,51.427187],[-0.16835,51.427603],[-0.168185,51.427745],[-0.164011,51.431803],[-0.163699,51.432534],[-0.163412,51.433087],[-0.162145,51.434232],[-0.161211,51.434828],[-0.159651,51.435598],[-0.159651,51.435598],[-0.158932,51.436008],[-0.158352,51.436384],[-0.157247,51.437296],[-0.156687,51.437874],[-0.155965,51.43928],[-0.155206,51.440488],[-0.152867,51.443335],[-0.152848,51.443358],[-0.151958,51.444361],[-0.151389,51.445212],[-0.149941,51.446112],[-0.149315,51.446916],[-0.148681,51.44797],[-0.148144,51.448782],[-0.147843,51.451129],[-0.147849,51.452269],[-0.147703,51.452542],[-0.147584,51.452763],[-0.147216,51.453256],[-0.14611,51.45441],[-0.143565,51.457149],[-0.141512,51.459518],[-0.139384,51.460935],[-0.1383,51.46153],[-0.138147,51.461628],[-0.137589,51.461986],[-0.136803,51.462232],[-0.135996,51.462448],[-0.132786,51.463612],[-0.130822,51.464483],[-0.129951,51.465081],[-0.129898,51.465118],[-0.12928,51.465755],[-0.128157,51.467422],[-0.127707,51.467993],[-0.126577,51.468949],[-0.125233,51.469873],[-0.124294,51.470587],[-0.122802,51.47189],[-0.122631,51.472053],[-0.11444,51.479821],[-0.113088,51.481011],[-0.112305,51.481905],[-0.112117,51.482119],[-0.111775,51.482662],[-0.106632,51.487693],[-0.106028,51.488322],[-0.105553,51.488818],[-0.105343,51.489162],[-0.105211,51.489446],[-0.105143,51.489871],[-0.105143,51.490291],[-0.105293,51.490791],[-0.105905,51.491921],[-0.106452,51.492467],[-0.106792,51.492754],[-0.111004,51.49573],[-0.111421,51.496196],[-0.111684,51.496663],[-0.112606,51.498567],[-0.113015,51.499947],[-0.113181,51.501413],[-0.113413,51.502962],[-0.113698,51.503438],[-0.114043,51.504015],[-0.114342,51.504345],[-0.114707,51.504665],[-0.115072,51.504861],[-0.117493,51.505687],[-0.120478,51.506596],[-0.121473,51.506864],[-0.122236,51.507194],[-0.122359,51.507243],[-0.123132,51.507545],[-0.124591,51.508288],[-0.124672,51.508325],[-0.125188,51.508557],[-0.127278,51.5093],[-0.127908,51.50963],[-0.128416,51.510148],[-0.128485,51.510381],[-0.128506,51.510884],[-0.128485,51.511227],[-0.128456,51.511707],[-0.128505,51.512007],[-0.129418,51.51354],[-0.129986,51.514934],[-0.130445,51.516267],[-0.130456,51.516301],[-0.130667,51.516783],[-0.130953,51.51714],[-0.132492,51.518732],[-0.134358,51.520515],[-0.134358,51.520515],[-0.136627,51.52287],[-0.137336,51.523673],[-0.138016,51.524517],[-0.138016,51.524517],[-0.138304,51.525026],[-0.13843,51.525342],[-0.138513,51.525787],[-0.138492,51.526064],[-0.138424,51.526255],[-0.138324,51.526398],[-0.13818,51.526511],[-0.138014,51.526604],[-0.137483,51.526798],[-0.135241,51.527699],[-0.134831,51.527942],[-0.134615,51.528111],[-0.134331,51.528391],[-0.134205,51.528515],[-0.134002,51.52883],[-0.133866,51.529121],[-0.133799,51.529517],[-0.133822,51.529729],[-0.133915,51.529921],[-0.134135,51.530229],[-0.134338,51.530461],[-0.138521,51.534341],[-0.138539,51.534358],[-0.13881,51.534672],[-0.139328,51.535372],[-0.139786,51.535837],[-0.141275,51.537183],[-0.141684,51.537599],[-0.142357,51.53839],[-0.142413,51.538498],[-0.142535,51.53894],[-0.142536,51.539147],[-0.14248,51.539382],[-0.142341,51.539976],[-0.141966,51.542318],[-0.141491,51.544137],[-0.141472,51.54438],[-0.141494,51.54475],[-0.141656,51.545514],[-0.141762,51.546435],[-0.141722,51.546655],[-0.141202,51.54836],[-0.140761,51.549953],[-0.14074,51.55031],[-0.140734,51.550408],[-0.140757,51.550679],[-0.140817,51.550944],[-0.141028,51.551473],[-0.141071,51.551708],[-0.141094,51.552095],[-0.140973,51.552769],[-0.140847,51.553175],[-0.140517,51.553824],[-0.138757,51.55628],[-0.138459,51.556788],[-0.138266,51.557119],[-0.137989,51.557764],[-0.137783,51.558514],[-0.137555,51.559505],[-0.13719,51.560549],[-0.1369,51.561139],[-0.13554,51.563615],[-0.134932,51.564649],[-0.134791,51.565014],[-0.134745,51.565371],[-0.134745,51.565371],[-0.134754,51.565662],[-0.134844,51.566037],[-0.134955,51.56634],[-0.135122,51.566666],[-0.136505,51.568558],[-0.13735,51.569535],[-0.13969,51.572088],[-0.144216,51.576705],[-0.144648,51.577063],[-0.145241,51.577412],[-0.145781,51.577637],[-0.151961,51.580212],[-0.15984,51.584457],[-0.161765,51.585694],[-0.162821,51.586243],[-0.16347,51.58655],[-0.164726,51.58728],[-0.165219,51.587566],[-0.165911,51.587906],[-0.166243,51.588106],[-0.166978,51.588643],[-0.168823,51.590063],[-0.169489,51.590539],[-0.170701,51.591329],[-0.171468,51.591782],[-0.173045,51.592599],[-0.176988,51.594322],[-0.18408,51.597341],[-0.185198,51.597838],[-0.187629,51.598861],[-0.190829,51.600169],[-0.192495,51.600936],[-0.193862,51.601565],[-0.197169,51.602974],[-0.197794,51.603185],[-0.199127,51.603808],[-0.200798,51.604537],[-0.204937,51.606281],[-0.207369,51.607336],[-0.208255,51.607699],[-0.208877,51.607927],[-0.209513,51.608106],[-0.209928,51.608202]]},"properties":{"line":"Northern","name":"Northern","color":"#000000","order":9}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.611067,51.70501],[-0.61119,51.704656],[-0.61122,51.704312],[-0.611178,51.703665],[-0.611084,51.703318],[-0.610983,51.703079],[-0.610631,51.702664],[-0.610498,51.702543],[-0.609769,51.702075],[-0.609389,51.701794],[-0.609125,51.701518],[-0.608881,51.70114],[-0.608822,51.700976],[-0.608763,51.70065],[-0.608747,51.700304],[-0.608898,51.699173],[-0.609036,51.697249],[-0.609007,51.696872],[-0.608919,51.696497],[-0.608766,51.696209],[-0.608451,51.695791],[-0.608112,51.695494],[-0.604433,51.693009],[-0.603231,51.692173],[-0.602892,51.691973],[-0.602172,51.691664],[-0.601561,51.691475],[-0.600639,51.691251],[-0.597926,51.690813],[-0.59646,51.690545],[-0.596051,51.69044],[-0.595586,51.690285],[-0.595,51.690018],[-0.594473,51.68971],[-0.593544,51.688995],[-0.591451,51.687272],[-0.591088,51.68678],[-0.590873,51.68631],[-0.590573,51.685546],[-0.590326,51.685112],[-0.589965,51.684717],[-0.589441,51.684281],[-0.588721,51.683881],[-0.587969,51.683613],[-0.587408,51.68347],[-0.585788,51.683164],[-0.585158,51.682991],[-0.584811,51.682859],[-0.583924,51.682379],[-0.583685,51.682224],[-0.583391,51.682006],[-0.583154,51.68178],[-0.582596,51.680993],[-0.582488,51.680573],[-0.582479,51.680223],[-0.582527,51.679567],[-0.582619,51.679322],[-0.582988,51.678865],[-0.583528,51.678259],[-0.584485,51.677377],[-0.584775,51.677083],[-0.584966,51.676824],[-0.585111,51.676573],[-0.585198,51.676352],[-0.585323,51.675819],[-0.585318,51.675499],[-0.585251,51.675166],[-0.585168,51.674949],[-0.584931,51.674491],[-0.584789,51.674277],[-0.583835,51.67337],[-0.583348,51.672995],[-0.582785,51.672652],[-0.582268,51.672405],[-0.581609,51.672137],[-0.580889,51.671923],[-0.577858,51.671217],[-0.572634,51.670199],[-0.567765,51.669341],[-0.560552,51.66799],[-0.559284,51.667753],[-0.556055,51.667183],[-0.554612,51.666979],[-0.55228,51.666864],[-0.548864,51.667002],[-0.545804,51.667167],[-0.542149,51.666904],[-0.539956,51.666473],[-0.537561,51.665739],[-0.535698,51.665072],[-0.533828,51.664121],[-0.523682,51.657503],[-0.518391,51.654203],[-0.518356,51.654181],[-0.516805,51.653366],[-0.515544,51.652786],[-0.513343,51.651969],[-0.511675,51.651507],[-0.5115,51.651422],[-0.510207,51.651082],[-0.507266,51.650557],[-0.501,51.649507],[-0.497034,51.648907],[-0.493904,51.648525],[-0.49251,51.648309],[-0.490291,51.647863],[-0.488475,51.647396],[-0.487483,51.647096],[-0.486816,51.646869],[-0.485567,51.646395],[-0.48491,51.646106],[-0.484192,51.645759],[-0.482864,51.645019],[-0.478761,51.642405],[-0.476855,51.641237],[-0.476008,51.640805],[-0.475468,51.640602],[-0.474821,51.640403],[-0.474239,51.640272],[-0.473737,51.640203],[-0.473583,51.640181],[-0.472662,51.640143],[-0.472015,51.640169],[-0.47129,51.640243],[-0.46928,51.640641],[-0.466086,51.641233],[-0.464597,51.641423],[-0.463643,51.641468],[-0.462882,51.641459],[-0.460873,51.641295],[-0.452608,51.640106],[-0.451498,51.639972],[-0.450459,51.639791],[-0.449832,51.63964],[-0.44849,51.639277],[-0.445721,51.638589],[-0.444096,51.638124],[-0.442719,51.637684],[-0.441617,51.637279],[-0.440399,51.636768],[-0.439508,51.636343],[-0.439013,51.636079],[-0.437788,51.635366],[-0.437136,51.63495],[-0.436386,51.63442],[-0.435715,51.6339],[-0.435194,51.633463],[-0.434671,51.632988],[-0.433886,51.632171],[-0.433146,51.631193],[-0.432265,51.629831],[-0.431565,51.628751],[-0.430053,51.626617],[-0.426634,51.621441],[-0.426145,51.620616],[-0.425852,51.620063],[-0.425365,51.618866],[-0.425158,51.618197],[-0.424985,51.617392],[-0.424908,51.616691],[-0.424857,51.614773],[-0.424787,51.613984],[-0.424681,51.613425],[-0.424456,51.612639],[-0.423875,51.611157],[-0.423729,51.610785],[-0.423178,51.609675],[-0.422738,51.608967],[-0.422285,51.608327],[-0.42204,51.608011],[-0.421483,51.607374],[-0.420837,51.606749],[-0.420536,51.606489],[-0.419878,51.605974],[-0.41921,51.605493],[-0.418279,51.604873],[-0.417265,51.604232],[-0.416267,51.603696],[-0.414579,51.60288],[-0.412594,51.601998],[-0.411853,51.601639],[-0.40929,51.600503],[-0.406734,51.599369],[-0.405771,51.598961],[-0.404677,51.598543],[-0.403439,51.598147],[-0.402066,51.597753],[-0.400851,51.597457],[-0.40023,51.597324],[-0.396307,51.596691],[-0.391389,51.59597],[-0.389306,51.595631],[-0.38836,51.595435],[-0.387324,51.595194],[-0.386367,51.594927],[-0.385594,51.594683],[-0.384223,51.594172],[-0.382353,51.593379],[-0.380995,51.592791],[-0.372034,51.588911],[-0.365057,51.585911],[-0.363759,51.585374],[-0.36226,51.584789],[-0.36226,51.584789],[-0.355942,51.582602],[-0.354544,51.582088],[-0.352948,51.581533],[-0.352245,51.581307],[-0.351383,51.581064],[-0.349928,51.580725],[-0.347945,51.580331],[-0.346457,51.580132],[-0.344951,51.579982],[-0.34385,51.579915],[-0.341057,51.579804],[-0.34034,51.579794],[-0.339444,51.57982],[-0.338822,51.579802],[-0.338502,51.579773],[-0.338193,51.57973],[-0.337558,51.579595],[-0.336948,51.579423],[-0.334511,51.578738],[-0.333768,51.578591],[-0.333164,51.57853],[-0.332687,51.578507],[-0.331442,51.57851],[-0.326821,51.578621],[-0.323753,51.578667],[-0.322225,51.578657],[-0.320185,51.578617],[-0.318706,51.578553],[-0.318219,51.578519],[-0.317777,51.578488],[-0.315844,51.578193],[-0.313468,51.577768],[-0.311436,51.577313],[-0.310424,51.57705],[-0.309275,51.576724],[-0.30768,51.576208],[-0.298725,51.573168],[-0.296132,51.5724],[-0.295207,51.572095],[-0.295144,51.572074],[-0.294147,51.571724],[-0.292753,51.571194],[-0.291136,51.570511],[-0.29009,51.570017],[-0.288369,51.569147],[-0.287664,51.568713],[-0.287168,51.568367],[-0.286778,51.568047],[-0.284868,51.566296],[-0.28422,51.565797],[-0.283672,51.56544],[-0.283043,51.565065],[-0.282239,51.564646],[-0.281617,51.564365],[-0.280634,51.563975],[-0.279086,51.563448],[-0.27821,51.56315],[-0.277691,51.563003],[-0.277078,51.56284],[-0.274079,51.562243],[-0.273272,51.562036],[-0.272405,51.561776],[-0.271384,51.561408],[-0.26911,51.560536],[-0.266863,51.559617],[-0.263422,51.558171],[-0.261238,51.557309],[-0.259145,51.556602],[-0.257028,51.555966],[-0.254117,51.555166],[-0.253251,51.554946],[-0.250373,51.554276],[-0.247262,51.553408],[-0.246496,51.553224],[-0.245504,51.553009],[-0.244185,51.552775],[-0.239229,51.55208],[-0.2355,51.551431],[-0.233002,51.55103],[-0.227678,51.550196],[-0.225863,51.549951],[-0.221855,51.549329],[-0.218046,51.548694],[-0.214619,51.548175],[-0.211204,51.547625],[-0.208465,51.547224],[-0.207115,51.547114],[-0.204383,51.546984],[-0.202856,51.546854],[-0.201601,51.546706],[-0.200508,51.546649],[-0.198662,51.546518],[-0.19632,51.546424],[-0.195029,51.546486],[-0.190798,51.546857],[-0.187059,51.547085],[-0.186287,51.547152],[-0.183187,51.547515],[-0.182721,51.547543],[-0.182186,51.547544],[-0.18159,51.5475],[-0.180884,51.547377],[-0.180371,51.547223],[-0.180255,51.547189],[-0.180008,51.547085],[-0.179405,51.546663],[-0.1791,51.546395],[-0.178758,51.54603],[-0.178312,51.545676],[-0.177892,51.545488],[-0.176412,51.544939],[-0.176049,51.544736],[-0.175796,51.544542],[-0.175665,51.544403],[-0.175427,51.54406],[-0.17525,51.543435],[-0.175175,51.542813],[-0.175259,51.541158],[-0.175618,51.539008],[-0.175873,51.537944],[-0.17596,51.53695],[-0.175937,51.536643],[-0.175876,51.536339],[-0.175715,51.53582],[-0.175606,51.535615],[-0.175242,51.535171],[-0.173372,51.533602],[-0.167999,51.529202],[-0.167573,51.528892],[-0.166649,51.528332],[-0.165452,51.527733],[-0.164724,51.527416],[-0.15856,51.524195],[-0.157996,51.523868],[-0.157028,51.523005],[-0.156984,51.522966],[-0.156803,51.522835],[-0.156519,51.522698],[-0.156071,51.522569],[-0.155807,51.522515],[-0.155512,51.522501],[-0.152393,51.523047],[-0.150532,51.523143],[-0.148966,51.523322],[-0.145933,51.523848],[-0.145521,51.523901],[-0.144955,51.52391],[-0.143934,51.523838],[-0.143921,51.523837],[-0.143406,51.523856],[-0.142908,51.523911],[-0.139386,51.524643],[-0.136795,51.525329],[-0.136115,51.525543],[-0.135863,51.525604],[-0.135534,51.525684],[-0.131281,51.527151],[-0.129743,51.527704],[-0.126584,51.528939],[-0.125825,51.529332],[-0.124682,51.529773],[-0.123701,51.530178],[-0.123701,51.530178],[-0.123445,51.530373],[-0.122944,51.530605],[-0.122353,51.530641],[-0.12161,51.53066],[-0.121235,51.53064],[-0.121015,51.530614],[-0.120533,51.530517],[-0.119751,51.530331],[-0.11901,51.530098],[-0.118823,51.530014],[-0.116127,51.528482],[-0.113493,51.526872],[-0.112677,51.52626],[-0.111469,51.525557],[-0.110634,51.525038],[-0.108462,51.523598],[-0.107871,51.523257],[-0.107084,51.522698],[-0.106658,51.522446],[-0.106537,51.522331],[-0.1063,51.522018],[-0.105598,51.521217],[-0.10531,51.520939],[-0.104955,51.520478],[-0.10491,51.52042],[-0.10455,51.520124],[-0.104349,51.520006],[-0.10399,51.519846],[-0.103753,51.519772],[-0.103203,51.519653],[-0.102815,51.519609],[-0.102366,51.519613],[-0.101987,51.519656],[-0.101511,51.519759],[-0.10076,51.519978],[-0.100127,51.520095],[-0.099545,51.520144],[-0.097718,51.520215],[-0.097627,51.520218],[-0.09725,51.5202],[-0.096773,51.520138],[-0.090565,51.518617],[-0.0887,51.518193],[-0.088465,51.518155],[-0.083872,51.517427],[-0.083213,51.5173],[-0.082696,51.517221],[-0.08182,51.517087],[-0.080904,51.516905],[-0.079209,51.516374],[-0.078699,51.516181],[-0.077182,51.515338],[-0.076481,51.51492],[-0.076123,51.514642],[-0.076038,51.514516],[-0.076,51.514403],[-0.075812,51.514201]]},"properties":{"line":"Metropolitan","name":"Metropolitan","color":"#751056","order":8}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.478171,51.546528],[-0.477295,51.54687],[-0.476757,51.547056],[-0.474746,51.547685],[-0.474203,51.547817],[-0.473568,51.547931],[-0.472612,51.548049],[-0.471872,51.548067],[-0.470002,51.548072],[-0.469477,51.548097],[-0.468971,51.54815],[-0.467688,51.548367],[-0.466332,51.548674],[-0.462765,51.549771],[-0.449991,51.553797],[-0.449364,51.553994],[-0.448606,51.55428],[-0.447702,51.554679],[-0.446929,51.555096],[-0.445953,51.555761],[-0.445332,51.556292],[-0.444901,51.556695],[-0.444682,51.556937],[-0.444284,51.557499],[-0.443706,51.558491],[-0.44353,51.558925],[-0.443402,51.55946],[-0.443169,51.560187],[-0.442922,51.560763],[-0.442294,51.561678],[-0.442054,51.561993],[-0.441822,51.562297],[-0.441035,51.56302],[-0.440495,51.563432],[-0.440061,51.563725],[-0.439671,51.563955],[-0.439209,51.564212],[-0.438592,51.564508],[-0.437907,51.564799],[-0.435907,51.565594],[-0.433442,51.56663],[-0.431738,51.567389],[-0.43016,51.568047],[-0.427404,51.56926],[-0.425056,51.57026],[-0.422994,51.571012],[-0.42261,51.571138],[-0.421978,51.571295],[-0.421435,51.571413],[-0.419865,51.571754],[-0.417799,51.572102],[-0.412406,51.573293],[-0.410937,51.573618],[-0.406322,51.574678],[-0.399333,51.576211],[-0.396907,51.57663],[-0.396505,51.5767],[-0.395201,51.576869],[-0.393067,51.577076],[-0.391254,51.577187],[-0.38948,51.577239],[-0.388124,51.577242],[-0.386302,51.577203],[-0.384647,51.577106],[-0.383398,51.577004],[-0.381802,51.576827],[-0.379548,51.576525],[-0.375028,51.575842],[-0.373849,51.57565],[-0.370937,51.575124],[-0.370856,51.575109],[-0.370274,51.575027],[-0.368944,51.574904],[-0.368399,51.574882],[-0.367378,51.574881],[-0.366544,51.574931],[-0.365438,51.575049],[-0.364491,51.575205],[-0.364001,51.575304],[-0.363468,51.575438],[-0.3624,51.575756],[-0.361358,51.576151],[-0.355436,51.578798],[-0.354098,51.579278],[-0.35309,51.579599],[-0.353082,51.579602],[-0.352279,51.579816],[-0.351621,51.579959],[-0.351003,51.580069],[-0.350296,51.580168],[-0.349593,51.58023],[-0.348964,51.580261],[-0.348182,51.580261],[-0.347481,51.580222],[-0.346615,51.580152],[-0.344951,51.579982],[-0.34385,51.579915],[-0.340696,51.579794],[-0.339444,51.57982],[-0.338822,51.579802],[-0.338502,51.579773],[-0.338193,51.57973],[-0.337558,51.579595],[-0.336948,51.579423],[-0.334511,51.578738],[-0.333768,51.578591],[-0.333164,51.57853],[-0.332687,51.578507],[-0.331442,51.57851],[-0.326821,51.578621],[-0.323753,51.578667],[-0.322225,51.578657],[-0.320185,51.578617],[-0.318706,51.578553],[-0.318219,51.578519],[-0.317777,51.578488],[-0.315844,51.578193],[-0.313468,51.577768],[-0.311436,51.577313],[-0.310424,51.57705],[-0.309275,51.576724],[-0.30768,51.576208],[-0.298725,51.573168],[-0.296132,51.5724],[-0.295213,51.572087],[-0.294147,51.571724],[-0.292329,51.571023],[-0.291136,51.570511],[-0.29009,51.570017],[-0.288369,51.569147],[-0.287832,51.568826],[-0.287168,51.568367],[-0.286778,51.568047],[-0.284868,51.566296],[-0.284,51.565645],[-0.283043,51.565065],[-0.282239,51.564646],[-0.281617,51.564365],[-0.280634,51.563975],[-0.279086,51.563448],[-0.27821,51.56315],[-0.277691,51.563003],[-0.277078,51.56284],[-0.274079,51.562243],[-0.273272,51.562036],[-0.272405,51.561776],[-0.271384,51.561408],[-0.26911,51.560536],[-0.266863,51.559617],[-0.263422,51.558171],[-0.261238,51.557309],[-0.259145,51.556602],[-0.257028,51.555966],[-0.254117,51.555166],[-0.253251,51.554946],[-0.250373,51.554276],[-0.247262,51.553408],[-0.246496,51.553224],[-0.245504,51.553009],[-0.244185,51.552775],[-0.239229,51.55208],[-0.2355,51.551431],[-0.233002,51.55103],[-0.227678,51.550196],[-0.225863,51.549951],[-0.221855,51.549329],[-0.218046,51.548694],[-0.214619,51.548175],[-0.211204,51.547625],[-0.208465,51.547224],[-0.207115,51.547114],[-0.204383,51.546984],[-0.202856,51.546854],[-0.201601,51.546706],[-0.200508,51.546649],[-0.198662,51.546518],[-0.19632,51.546424],[-0.195029,51.546486],[-0.190798,51.546857],[-0.187059,51.547085],[-0.186287,51.547152],[-0.183187,51.547515],[-0.182721,51.547543],[-0.182186,51.547544],[-0.18159,51.5475],[-0.180884,51.547377],[-0.180371,51.547223],[-0.180255,51.547189],[-0.180008,51.547085],[-0.179405,51.546663],[-0.1791,51.546395],[-0.178758,51.54603],[-0.178312,51.545676],[-0.177892,51.545488],[-0.176412,51.544939],[-0.176049,51.544736],[-0.175796,51.544542],[-0.175665,51.544403],[-0.175427,51.54406],[-0.17525,51.543435],[-0.175175,51.542813],[-0.175259,51.541158],[-0.175618,51.539008],[-0.175873,51.537944],[-0.17596,51.53695],[-0.175937,51.536643],[-0.175876,51.536339],[-0.175715,51.53582],[-0.175606,51.535615],[-0.175242,51.535171],[-0.173372,51.533602],[-0.167999,51.529202],[-0.167573,51.528892],[-0.166649,51.528332],[-0.165452,51.527733],[-0.164724,51.527416],[-0.15856,51.524195],[-0.157996,51.523868],[-0.157028,51.523005],[-0.156984,51.522966],[-0.156803,51.522835],[-0.156519,51.522698],[-0.156348,51.522642],[-0.155807,51.522515],[-0.155512,51.522501],[-0.152393,51.523047],[-0.150532,51.523143],[-0.148966,51.523322],[-0.145933,51.523848],[-0.145521,51.523901],[-0.144955,51.52391],[-0.143934,51.523838],[-0.143921,51.523837],[-0.143406,51.523856],[-0.142908,51.523911],[-0.139386,51.524643],[-0.136795,51.525329],[-0.136115,51.525543],[-0.135863,51.525604],[-0.135534,51.525684],[-0.131281,51.527151],[-0.129743,51.527704],[-0.126584,51.528939],[-0.125825,51.529332],[-0.124682,51.529773],[-0.123701,51.530178],[-0.123701,51.530178],[-0.123445,51.530373],[-0.122944,51.530605],[-0.122353,51.530641],[-0.12161,51.53066],[-0.121235,51.53064],[-0.121015,51.530614],[-0.120533,51.530517],[-0.119751,51.530331],[-0.11901,51.530098],[-0.118823,51.530014],[-0.116127,51.528482],[-0.113493,51.526872],[-0.112677,51.52626],[-0.111469,51.525557],[-0.110634,51.525038],[-0.108462,51.523598],[-0.107871,51.523257],[-0.107084,51.522698],[-0.106658,51.522446],[-0.106537,51.522331],[-0.1063,51.522018],[-0.105598,51.521217],[-0.10531,51.520939],[-0.104955,51.520478],[-0.10491,51.52042],[-0.10455,51.520124],[-0.104349,51.520006],[-0.10399,51.519846],[-0.103753,51.519772],[-0.103203,51.519653],[-0.102815,51.519609],[-0.102366,51.519613],[-0.101987,51.519656],[-0.101511,51.519759],[-0.10076,51.519978],[-0.100127,51.520095],[-0.099545,51.520144],[-0.097718,51.520215],[-0.097627,51.520218],[-0.09725,51.5202],[-0.096773,51.520138],[-0.090565,51.518617],[-0.0887,51.518193],[-0.088465,51.518155],[-0.083872,51.517427],[-0.083213,51.5173],[-0.082696,51.517221],[-0.08182,51.517087],[-0.080904,51.516905],[-0.079209,51.516374],[-0.078699,51.516181],[-0.077182,51.515338],[-0.076481,51.51492],[-0.076123,51.514642],[-0.076038,51.514516],[-0.076,51.514403],[-0.075812,51.514201]]},"properties":{"line":"Metropolitan","name":"Metropolitan","color":"#751056","order":8}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.417373,51.657372],[-0.420777,51.655899],[-0.421778,51.655506],[-0.423385,51.65483],[-0.425429,51.654133],[-0.427449,51.653469],[-0.43533,51.650941],[-0.436537,51.650521],[-0.437404,51.650145],[-0.438167,51.649753],[-0.43885,51.649344],[-0.43958,51.648817],[-0.440113,51.648366],[-0.441667,51.647149],[-0.441772,51.647083],[-0.442477,51.646637],[-0.443169,51.646257],[-0.443533,51.646088],[-0.443916,51.64594],[-0.444974,51.645574],[-0.448857,51.644359],[-0.449549,51.644064],[-0.449847,51.643889],[-0.450346,51.643546],[-0.450954,51.642938],[-0.451065,51.642769],[-0.451214,51.642389],[-0.451279,51.642121],[-0.451323,51.64182],[-0.451282,51.641532],[-0.451186,51.641225],[-0.451086,51.64101],[-0.45098,51.640824],[-0.450776,51.640549],[-0.450455,51.640198],[-0.450285,51.640057],[-0.449865,51.639783],[-0.449159,51.639474],[-0.448792,51.639358],[-0.445721,51.638589],[-0.444715,51.638312],[-0.443408,51.637906],[-0.442253,51.637522],[-0.441617,51.637279],[-0.440399,51.636768],[-0.439508,51.636343],[-0.439013,51.636079],[-0.437788,51.635366],[-0.437136,51.63495],[-0.436386,51.63442],[-0.435715,51.6339],[-0.434671,51.632988],[-0.433886,51.632171],[-0.433146,51.631193],[-0.432269,51.62983],[-0.431808,51.629113],[-0.431299,51.62836],[-0.43068,51.627524],[-0.430053,51.626617],[-0.426634,51.621441],[-0.426145,51.620616],[-0.425852,51.620063],[-0.425599,51.619484],[-0.425254,51.618534],[-0.424985,51.617392],[-0.42489,51.616349],[-0.424874,51.615197],[-0.424826,51.614307],[-0.424681,51.613425],[-0.424456,51.612639],[-0.423875,51.611157],[-0.423729,51.610785],[-0.423178,51.609675],[-0.422518,51.608645],[-0.421777,51.607701],[-0.421483,51.607374],[-0.420837,51.606749],[-0.419878,51.605974],[-0.418799,51.605212],[-0.417747,51.604528],[-0.417104,51.604139],[-0.415898,51.603505],[-0.414579,51.60288],[-0.412594,51.601998],[-0.411853,51.601639],[-0.40929,51.600503],[-0.406734,51.599369],[-0.405771,51.598961],[-0.404677,51.598543],[-0.403439,51.598147],[-0.402066,51.597753],[-0.400851,51.597457],[-0.40023,51.597324],[-0.396307,51.596691],[-0.391389,51.59597],[-0.389306,51.595631],[-0.38836,51.595435],[-0.387324,51.595194],[-0.386367,51.594927],[-0.385594,51.594683],[-0.384223,51.594172],[-0.382353,51.593379],[-0.380995,51.592791],[-0.372034,51.588911],[-0.365057,51.585911],[-0.363759,51.585374],[-0.36226,51.584789],[-0.36226,51.584789],[-0.355942,51.582602],[-0.354544,51.582088],[-0.352948,51.581533],[-0.351858,51.581193],[-0.35091,51.58095],[-0.349928,51.580725],[-0.347945,51.580331],[-0.34589,51.580071],[-0.344951,51.579982],[-0.34385,51.579915],[-0.340696,51.579794],[-0.339204,51.579817],[-0.338822,51.579802],[-0.338352,51.579753],[-0.337558,51.579595],[-0.336948,51.579423],[-0.334511,51.578738],[-0.333768,51.578591],[-0.333164,51.57853],[-0.332687,51.578507],[-0.331442,51.57851],[-0.326821,51.578621],[-0.323753,51.578667],[-0.322225,51.578657],[-0.320185,51.578617],[-0.318706,51.578553],[-0.318219,51.578519],[-0.317777,51.578488],[-0.315844,51.578193],[-0.313468,51.577768],[-0.311436,51.577313],[-0.310424,51.57705],[-0.309275,51.576724],[-0.30768,51.576208],[-0.298725,51.573168],[-0.296132,51.5724],[-0.295207,51.572095],[-0.295144,51.572074],[-0.294147,51.571724],[-0.292753,51.571194],[-0.291136,51.570511],[-0.29009,51.570017],[-0.288369,51.569147],[-0.287664,51.568713],[-0.287168,51.568367],[-0.286778,51.568047],[-0.284868,51.566296],[-0.28422,51.565797],[-0.283672,51.56544],[-0.283043,51.565065],[-0.282239,51.564646],[-0.281617,51.564365],[-0.280634,51.563975],[-0.279086,51.563448],[-0.27821,51.56315],[-0.277691,51.563003],[-0.277078,51.56284],[-0.274079,51.562243],[-0.273272,51.562036],[-0.272405,51.561776],[-0.271384,51.561408],[-0.26911,51.560536],[-0.266863,51.559617],[-0.263422,51.558171],[-0.261238,51.557309],[-0.259145,51.556602],[-0.257028,51.555966],[-0.254117,51.555166],[-0.253251,51.554946],[-0.250373,51.554276],[-0.247262,51.553408],[-0.246496,51.553224],[-0.245504,51.553009],[-0.244185,51.552775],[-0.239229,51.55208],[-0.2355,51.551431],[-0.233002,51.55103],[-0.227678,51.550196],[-0.225863,51.549951],[-0.221855,51.549329],[-0.218046,51.548694],[-0.214619,51.548175],[-0.211204,51.547625],[-0.208465,51.547224],[-0.207115,51.547114],[-0.204383,51.546984],[-0.202856,51.546854],[-0.201601,51.546706],[-0.200508,51.546649],[-0.198662,51.546518],[-0.19632,51.546424],[-0.195029,51.546486],[-0.190798,51.546857],[-0.187059,51.547085],[-0.186287,51.547152],[-0.183187,51.547515],[-0.182721,51.547543],[-0.182186,51.547544],[-0.18159,51.5475],[-0.180884,51.547377],[-0.180371,51.547223],[-0.180255,51.547189],[-0.180008,51.547085],[-0.179405,51.546663],[-0.1791,51.546395],[-0.178758,51.54603],[-0.178312,51.545676],[-0.177892,51.545488],[-0.176412,51.544939],[-0.176049,51.544736],[-0.175796,51.544542],[-0.175665,51.544403],[-0.175427,51.54406],[-0.17525,51.543435],[-0.175175,51.542813],[-0.175259,51.541158],[-0.175618,51.539008],[-0.175873,51.537944],[-0.17596,51.53695],[-0.175937,51.536643],[-0.175876,51.536339],[-0.175715,51.53582],[-0.175606,51.535615],[-0.175242,51.535171],[-0.173372,51.533602],[-0.167999,51.529202],[-0.167573,51.528892],[-0.166649,51.528332],[-0.165452,51.527733],[-0.164724,51.527416],[-0.15856,51.524195],[-0.157996,51.523868],[-0.157028,51.523005],[-0.156984,51.522966],[-0.156803,51.522835],[-0.156519,51.522698],[-0.156071,51.522569],[-0.155807,51.522515],[-0.155512,51.522501],[-0.152393,51.523047],[-0.150532,51.523143],[-0.148966,51.523322],[-0.145933,51.523848],[-0.145521,51.523901],[-0.144955,51.52391],[-0.143934,51.523838],[-0.143921,51.523837],[-0.143406,51.523856],[-0.142908,51.523911],[-0.139386,51.524643],[-0.136795,51.525329],[-0.136115,51.525543],[-0.135863,51.525604],[-0.135534,51.525684],[-0.131281,51.527151],[-0.129743,51.527704],[-0.126584,51.528939],[-0.125825,51.529332],[-0.124682,51.529773],[-0.123701,51.530178],[-0.123701,51.530178],[-0.123445,51.530373],[-0.122944,51.530605],[-0.122353,51.530641],[-0.12161,51.53066],[-0.121235,51.53064],[-0.121015,51.530614],[-0.120533,51.530517],[-0.119751,51.530331],[-0.11901,51.530098],[-0.118823,51.530014],[-0.116127,51.528482],[-0.113493,51.526872],[-0.112677,51.52626],[-0.111469,51.525557],[-0.110634,51.525038],[-0.108462,51.523598],[-0.107871,51.523257],[-0.107084,51.522698],[-0.106658,51.522446],[-0.106537,51.522331],[-0.1063,51.522018],[-0.105598,51.521217],[-0.10531,51.520939],[-0.104955,51.520478],[-0.10491,51.52042],[-0.10455,51.520124],[-0.104349,51.520006],[-0.10399,51.519846],[-0.103753,51.519772],[-0.103203,51.519653],[-0.102815,51.519609],[-0.102366,51.519613],[-0.101987,51.519656],[-0.101511,51.519759],[-0.10076,51.519978],[-0.100127,51.520095],[-0.099545,51.520144],[-0.097718,51.520215],[-0.097627,51.520218],[-0.09725,51.5202],[-0.096773,51.520138],[-0.090565,51.518617],[-0.0887,51.518193],[-0.088465,51.518155],[-0.083872,51.517427],[-0.083213,51.5173],[-0.082696,51.517221],[-0.08182,51.517087],[-0.080904,51.516905],[-0.079209,51.516374],[-0.078699,51.516181],[-0.077182,51.515338],[-0.076481,51.51492],[-0.076123,51.514642],[-0.076038,51.514516],[-0.076,51.514403],[-0.075812,51.514201]]},"properties":{"line":"Metropolitan","name":"Metropolitan","color":"#751056","order":8}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.607512,51.674065],[-0.603162,51.673421],[-0.599471,51.673142],[-0.595011,51.673042],[-0.591524,51.672907],[-0.589077,51.672834],[-0.586569,51.672669],[-0.581394,51.671897],[-0.572634,51.670199],[-0.567765,51.669341],[-0.560552,51.66799],[-0.559284,51.667753],[-0.556055,51.667183],[-0.554612,51.666979],[-0.55228,51.666864],[-0.548864,51.667002],[-0.545804,51.667167],[-0.542149,51.666904],[-0.539956,51.666473],[-0.537561,51.665739],[-0.535698,51.665072],[-0.533828,51.664121],[-0.523682,51.657503],[-0.518391,51.654203],[-0.518356,51.654181],[-0.516805,51.653366],[-0.515544,51.652786],[-0.513343,51.651969],[-0.511675,51.651507],[-0.5115,51.651422],[-0.510207,51.651082],[-0.507266,51.650557],[-0.501,51.649507],[-0.497034,51.648907],[-0.493904,51.648525],[-0.49251,51.648309],[-0.490291,51.647863],[-0.488475,51.647396],[-0.487483,51.647096],[-0.486816,51.646869],[-0.485567,51.646395],[-0.48491,51.646106],[-0.484192,51.645759],[-0.482864,51.645019],[-0.478761,51.642405],[-0.476855,51.641237],[-0.476008,51.640805],[-0.475057,51.640469],[-0.474239,51.640272],[-0.473737,51.640203],[-0.473583,51.640181],[-0.472662,51.640143],[-0.472015,51.640169],[-0.47129,51.640243],[-0.46928,51.640641],[-0.466086,51.641233],[-0.464597,51.641423],[-0.463643,51.641468],[-0.462882,51.641459],[-0.460873,51.641295],[-0.452608,51.640106],[-0.451498,51.639972],[-0.450459,51.639791],[-0.449832,51.63964],[-0.44849,51.639277],[-0.446516,51.638795],[-0.444715,51.638312],[-0.443408,51.637906],[-0.442253,51.637522],[-0.440982,51.637019],[-0.440399,51.636768],[-0.439508,51.636343],[-0.438275,51.635656],[-0.437136,51.63495],[-0.436386,51.63442],[-0.435715,51.6339],[-0.435194,51.633463],[-0.434379,51.632695],[-0.433886,51.632171],[-0.433489,51.631671],[-0.433146,51.631193],[-0.432265,51.629831],[-0.431565,51.628751],[-0.430435,51.627176],[-0.428725,51.624622],[-0.426634,51.621441],[-0.426145,51.620616],[-0.425852,51.620063],[-0.425599,51.619484],[-0.425254,51.618534],[-0.424985,51.617392],[-0.42489,51.616349],[-0.424844,51.614493],[-0.424787,51.613984],[-0.424681,51.613425],[-0.424456,51.612639],[-0.423884,51.611156],[-0.42388,51.611146],[-0.423571,51.61043],[-0.423178,51.609675],[-0.422518,51.608645],[-0.42204,51.608011],[-0.421483,51.607374],[-0.420837,51.606749],[-0.420536,51.606489],[-0.419626,51.605789],[-0.418799,51.605212],[-0.417747,51.604528],[-0.417104,51.604139],[-0.415898,51.603505],[-0.414579,51.60288],[-0.412594,51.601998],[-0.411853,51.601639],[-0.40929,51.600503],[-0.406734,51.599369],[-0.405771,51.598961],[-0.404677,51.598543],[-0.403439,51.598147],[-0.402066,51.597753],[-0.401437,51.597594],[-0.40023,51.597324],[-0.399752,51.597237],[-0.396307,51.596691],[-0.390216,51.59579],[-0.389306,51.595631],[-0.38836,51.595435],[-0.387324,51.595194],[-0.386367,51.594927],[-0.385594,51.594683],[-0.384223,51.594172],[-0.382353,51.593379],[-0.380995,51.592791],[-0.372034,51.588911],[-0.364346,51.585608],[-0.36226,51.584789],[-0.36226,51.584789],[-0.355942,51.582602],[-0.354544,51.582088],[-0.352948,51.581533],[-0.352245,51.581307],[-0.35091,51.58095],[-0.349928,51.580725],[-0.348456,51.580423],[-0.347945,51.580331],[-0.346457,51.580132],[-0.344951,51.579982],[-0.34385,51.579915],[-0.340696,51.579794],[-0.339204,51.579817],[-0.338822,51.579802],[-0.338193,51.57973],[-0.337558,51.579595],[-0.336948,51.579423],[-0.334511,51.578738],[-0.334178,51.578664],[-0.333647,51.578577],[-0.333164,51.57853],[-0.332126,51.578502],[-0.326821,51.578621],[-0.323753,51.578667],[-0.321196,51.578641],[-0.319664,51.578598],[-0.318706,51.578553],[-0.318219,51.578519],[-0.317777,51.578488],[-0.317309,51.578426],[-0.315844,51.578193],[-0.314354,51.577931],[-0.313468,51.577768],[-0.312513,51.577564],[-0.311436,51.577313],[-0.310424,51.57705],[-0.309275,51.576724],[-0.30768,51.576208],[-0.298725,51.573168],[-0.296132,51.5724],[-0.295207,51.572095],[-0.295144,51.572074],[-0.294147,51.571724],[-0.292753,51.571194],[-0.291136,51.570511],[-0.29009,51.570017],[-0.288369,51.569147],[-0.287664,51.568713],[-0.287168,51.568367],[-0.286778,51.568047],[-0.284868,51.566296],[-0.28422,51.565797],[-0.283672,51.56544],[-0.283043,51.565065],[-0.282239,51.564646],[-0.281617,51.564365],[-0.280634,51.563975],[-0.279086,51.563448],[-0.27821,51.56315],[-0.277691,51.563003],[-0.277078,51.56284],[-0.274079,51.562243],[-0.273272,51.562036],[-0.272405,51.561776],[-0.271384,51.561408],[-0.26911,51.560536],[-0.266863,51.559617],[-0.263422,51.558171],[-0.261238,51.557309],[-0.259145,51.556602],[-0.257028,51.555966],[-0.254117,51.555166],[-0.253251,51.554946],[-0.250373,51.554276],[-0.247262,51.553408],[-0.245504,51.553009],[-0.244185,51.552775],[-0.239229,51.55208],[-0.2355,51.551431],[-0.233002,51.55103],[-0.227678,51.550196],[-0.225863,51.549951],[-0.221855,51.549329],[-0.218046,51.548694],[-0.214619,51.548175],[-0.211204,51.547625],[-0.208465,51.547224],[-0.207115,51.547114],[-0.204383,51.546984],[-0.202856,51.546854],[-0.201601,51.546706],[-0.200508,51.546649],[-0.198662,51.546518],[-0.19632,51.546424],[-0.195029,51.546486],[-0.190798,51.546857],[-0.187059,51.547085],[-0.186287,51.547152],[-0.183187,51.547515],[-0.182614,51.547545],[-0.182186,51.547544],[-0.181801,51.547522],[-0.18159,51.5475],[-0.180884,51.547377],[-0.180371,51.547223],[-0.180255,51.547189],[-0.180008,51.547085],[-0.179244,51.546533],[-0.178758,51.54603],[-0.178413,51.54574],[-0.178187,51.545607],[-0.176412,51.544939],[-0.176202,51.544833],[-0.175796,51.544542],[-0.175665,51.544403],[-0.175427,51.54406],[-0.17525,51.543435],[-0.175175,51.542813],[-0.175259,51.541158],[-0.175618,51.539008],[-0.175873,51.537944],[-0.17596,51.53695],[-0.175937,51.536643],[-0.175876,51.536339],[-0.175715,51.53582],[-0.175606,51.535615],[-0.175242,51.535171],[-0.173372,51.533602],[-0.167999,51.529202],[-0.167573,51.528892],[-0.166649,51.528332],[-0.165452,51.527733],[-0.164724,51.527416],[-0.15856,51.524195],[-0.157996,51.523868],[-0.157028,51.523005],[-0.156984,51.522966],[-0.156803,51.522835],[-0.156519,51.522698],[-0.156071,51.522569],[-0.155807,51.522515],[-0.155512,51.522501],[-0.152393,51.523047],[-0.150532,51.523143],[-0.148966,51.523322],[-0.145933,51.523848],[-0.145521,51.523901],[-0.144955,51.52391],[-0.143934,51.523838],[-0.143921,51.523837],[-0.143406,51.523856],[-0.142908,51.523911],[-0.139386,51.524643],[-0.136795,51.525329],[-0.136115,51.525543],[-0.135863,51.525604],[-0.135534,51.525684],[-0.131281,51.527151],[-0.129743,51.527704],[-0.126584,51.528939],[-0.125825,51.529332],[-0.124682,51.529773],[-0.123701,51.530178],[-0.123701,51.530178],[-0.123445,51.530373],[-0.122944,51.530605],[-0.122353,51.530641],[-0.12161,51.53066],[-0.121235,51.53064],[-0.121015,51.530614],[-0.120533,51.530517],[-0.119751,51.530331],[-0.11901,51.530098],[-0.118823,51.530014],[-0.116127,51.528482],[-0.113493,51.526872],[-0.112677,51.52626],[-0.111469,51.525557],[-0.110634,51.525038],[-0.108462,51.523598],[-0.107871,51.523257],[-0.107084,51.522698],[-0.106658,51.522446],[-0.106537,51.522331],[-0.1063,51.522018],[-0.105598,51.521217],[-0.10531,51.520939],[-0.104955,51.520478],[-0.10491,51.52042],[-0.10455,51.520124],[-0.104349,51.520006],[-0.10399,51.519846],[-0.103753,51.519772],[-0.103203,51.519653],[-0.102815,51.519609],[-0.102366,51.519613],[-0.101987,51.519656],[-0.101511,51.519759],[-0.10076,51.519978],[-0.100127,51.520095],[-0.099545,51.520144],[-0.097718,51.520215],[-0.097627,51.520218],[-0.09725,51.5202],[-0.096773,51.520138],[-0.090565,51.518617],[-0.0887,51.518193],[-0.088465,51.518155],[-0.083872,51.517427],[-0.083213,51.5173],[-0.082696,51.517221],[-0.08182,51.517087],[-0.080904,51.516905],[-0.079209,51.516374],[-0.078699,51.516181],[-0.077182,51.515338],[-0.076481,51.51492],[-0.076123,51.514642],[-0.076038,51.514516],[-0.076,51.514403],[-0.075812,51.514201]]},"properties":{"line":"Metropolitan","name":"Metropolitan","color":"#751056","order":8}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.003375,51.540892],[-0.001681,51.538871],[-0.001488,51.538606],[-0.001127,51.538268],[-0.000338,51.537699],[0.0001,51.53733],[0.000468,51.536984],[0.000608,51.536812],[0.00149,51.535575],[0.001754,51.535168],[0.001906,51.534905],[0.002394,51.533856],[0.002615,51.533499],[0.003625,51.532271],[0.00404,51.5316],[0.004202,51.531235],[0.004274,51.530891],[0.004277,51.530602],[0.004055,51.529676],[0.004109,51.529207],[0.004368,51.528478],[0.00442,51.528144],[0.004426,51.52811],[0.00452,51.52553],[0.004287,51.522852],[0.004143,51.521952],[0.004098,51.521362],[0.004248,51.519953],[0.004418,51.519178],[0.00465,51.518472],[0.004753,51.518191],[0.005158,51.51735],[0.005628,51.516629],[0.006296,51.515757],[0.007033,51.515035],[0.008019,51.514181],[0.008103,51.514109],[0.008716,51.513509],[0.009137,51.51304],[0.0095,51.512504],[0.010129,51.511314],[0.011046,51.509909],[0.011282,51.509508],[0.011534,51.508971],[0.011627,51.508668],[0.011647,51.508194],[0.011626,51.50741],[0.011416,51.506658],[0.010995,51.505705],[0.010558,51.504908],[0.009592,51.503601],[0.008487,51.502527],[0.007581,51.50191],[0.006932,51.501561],[0.003885,51.500094],[0.003734,51.500041],[0.002883,51.499744],[0.002495,51.499629],[0.002078,51.499559],[0.000977,51.499499],[0.000414,51.499515],[-0.000928,51.499615],[-0.002503,51.499876],[-0.004933,51.500389],[-0.006454,51.500852],[-0.007988,51.501414],[-0.009369,51.501993],[-0.01032,51.5023],[-0.01116,51.502524],[-0.011762,51.502635],[-0.018612,51.503541],[-0.019499,51.503632],[-0.024384,51.504134],[-0.026029,51.504329],[-0.027626,51.504355],[-0.029033,51.50415],[-0.03046,51.503703],[-0.031682,51.503121],[-0.032518,51.502424],[-0.033013,51.502203],[-0.038162,51.500659],[-0.044646,51.498456],[-0.0474,51.497987],[-0.049704,51.498],[-0.050208,51.498002],[-0.05515,51.497923],[-0.063313,51.497756],[-0.063617,51.497737],[-0.063738,51.49773],[-0.065708,51.497459],[-0.066831,51.497405],[-0.069825,51.497875],[-0.072276,51.49817],[-0.073409,51.498569],[-0.075543,51.499703],[-0.077496,51.500834],[-0.079757,51.502203],[-0.081482,51.503096],[-0.083337,51.504116],[-0.084268,51.50449],[-0.08564,51.504887],[-0.086191,51.504975],[-0.086653,51.504999],[-0.086931,51.505001],[-0.089635,51.50502],[-0.09008,51.504974],[-0.090634,51.504874],[-0.092822,51.504236],[-0.093841,51.504068],[-0.098381,51.503887],[-0.105075,51.504079],[-0.105811,51.5041],[-0.107227,51.504075],[-0.109283,51.503925],[-0.111291,51.503654],[-0.113622,51.503205],[-0.114228,51.503088],[-0.116739,51.502462],[-0.119954,51.501629],[-0.120827,51.501434],[-0.121966,51.501219],[-0.123652,51.500987],[-0.124601,51.500901],[-0.124796,51.500892],[-0.125248,51.500872],[-0.126406,51.500881],[-0.127155,51.50095],[-0.128034,51.501092],[-0.129335,51.501392],[-0.130289,51.501738],[-0.131374,51.502226],[-0.132202,51.50271],[-0.132806,51.503216],[-0.133877,51.504311],[-0.134579,51.504885],[-0.135268,51.505288],[-0.135998,51.505582],[-0.136472,51.505729],[-0.136927,51.505823],[-0.137365,51.505903],[-0.138376,51.506047],[-0.142519,51.506476],[-0.143033,51.506546],[-0.143119,51.506557],[-0.144381,51.506561],[-0.14516,51.506535],[-0.145668,51.506547],[-0.146148,51.506625],[-0.146477,51.506744],[-0.146854,51.506915],[-0.147418,51.507306],[-0.147767,51.507612],[-0.147993,51.507903],[-0.148353,51.508513],[-0.148553,51.508946],[-0.148838,51.50965],[-0.149043,51.510661],[-0.149084,51.511388],[-0.149009,51.514092],[-0.148994,51.514287],[-0.148963,51.51467],[-0.148829,51.515357],[-0.148413,51.516259],[-0.147714,51.517184],[-0.14719,51.517803],[-0.146825,51.518485],[-0.146599,51.519163],[-0.146425,51.520482],[-0.146444,51.521156],[-0.146492,51.5215],[-0.146653,51.522177],[-0.146771,51.522456],[-0.146936,51.522712],[-0.147156,51.522957],[-0.147552,51.523308],[-0.148053,51.523658],[-0.148385,51.523834],[-0.148798,51.524015],[-0.149173,51.52408],[-0.149836,51.524096],[-0.151399,51.523818],[-0.152381,51.523564],[-0.152789,51.523415],[-0.153324,51.523253],[-0.154413,51.522854],[-0.155512,51.522501],[-0.156847,51.522456],[-0.15688,51.522455],[-0.159375,51.522795],[-0.160327,51.522808],[-0.161143,51.522747],[-0.161573,51.522684],[-0.162095,51.52264],[-0.162886,51.522658],[-0.16326,51.522691],[-0.163685,51.522765],[-0.164073,51.522868],[-0.164576,51.523064],[-0.164857,51.523234],[-0.165175,51.523488],[-0.165846,51.524127],[-0.166222,51.524543],[-0.166811,51.525359],[-0.167281,51.526169],[-0.167588,51.526885],[-0.167731,51.527282],[-0.168124,51.528588],[-0.168413,51.529146],[-0.168676,51.529559],[-0.168929,51.529822],[-0.169294,51.530123],[-0.170867,51.531339],[-0.173393,51.533381],[-0.173707,51.533709],[-0.173856,51.533945],[-0.174003,51.534344],[-0.174026,51.534571],[-0.174052,51.534831],[-0.174102,51.537431],[-0.174056,51.538412],[-0.173576,51.541152],[-0.173544,51.541493],[-0.173563,51.54172],[-0.173634,51.542016],[-0.173742,51.542248],[-0.174035,51.542647],[-0.174663,51.543336],[-0.174663,51.543336],[-0.175301,51.544093],[-0.175652,51.544456],[-0.176049,51.544736],[-0.176412,51.544939],[-0.177892,51.545488],[-0.178312,51.545676],[-0.178758,51.54603],[-0.1791,51.546395],[-0.179405,51.546663],[-0.180008,51.547085],[-0.180255,51.547189],[-0.180255,51.547189],[-0.180884,51.547377],[-0.18159,51.5475],[-0.182186,51.547544],[-0.182721,51.547543],[-0.183187,51.547515],[-0.186287,51.547152],[-0.187059,51.547085],[-0.190775,51.546858],[-0.190798,51.546857],[-0.195029,51.546486],[-0.19632,51.546424],[-0.198662,51.546518],[-0.200508,51.546649],[-0.201601,51.546706],[-0.202856,51.546854],[-0.204383,51.546984],[-0.204619,51.546995],[-0.207115,51.547114],[-0.208465,51.547224],[-0.211204,51.547625],[-0.214619,51.548175],[-0.218046,51.548694],[-0.221855,51.549329],[-0.22237,51.549409],[-0.225863,51.549951],[-0.227678,51.550196],[-0.233002,51.55103],[-0.2355,51.551431],[-0.238756,51.551997],[-0.239229,51.55208],[-0.243508,51.552676],[-0.244843,51.552882],[-0.246148,51.553146],[-0.247262,51.553408],[-0.249696,51.554087],[-0.250373,51.554276],[-0.253251,51.554946],[-0.254117,51.555166],[-0.257028,51.555966],[-0.259145,51.556602],[-0.261238,51.557309],[-0.263422,51.558171],[-0.266863,51.559617],[-0.26911,51.560536],[-0.271384,51.561408],[-0.272405,51.561776],[-0.273272,51.562036],[-0.274079,51.562243],[-0.277078,51.56284],[-0.277691,51.563003],[-0.27821,51.56315],[-0.279086,51.563448],[-0.280634,51.563975],[-0.281617,51.564365],[-0.282239,51.564646],[-0.283043,51.565065],[-0.284,51.565645],[-0.284868,51.566296],[-0.286778,51.568047],[-0.287168,51.568367],[-0.287919,51.56888],[-0.288382,51.569237],[-0.288786,51.569668],[-0.289537,51.570651],[-0.290188,51.571646],[-0.290402,51.572131],[-0.290454,51.572362],[-0.290475,51.572642],[-0.290442,51.572987],[-0.290281,51.57347],[-0.29004,51.57385],[-0.289741,51.574177],[-0.289398,51.574447],[-0.289139,51.574613],[-0.288571,51.574922],[-0.283351,51.577554],[-0.28236,51.57808],[-0.28176,51.57848],[-0.281187,51.578938],[-0.280898,51.579205],[-0.280423,51.579753],[-0.280153,51.580136],[-0.279895,51.580602],[-0.279693,51.581107],[-0.278745,51.584265],[-0.278395,51.585432],[-0.2783,51.586237],[-0.278445,51.586994],[-0.278678,51.587739],[-0.278836,51.58816],[-0.279053,51.58857],[-0.279572,51.58926],[-0.281901,51.591738],[-0.282591,51.592341],[-0.283388,51.592877],[-0.284401,51.593401],[-0.286189,51.594173],[-0.288133,51.595011],[-0.288849,51.595372],[-0.289669,51.5959],[-0.290108,51.596244],[-0.29051,51.596635],[-0.290971,51.597151],[-0.291234,51.597507],[-0.291479,51.59793],[-0.291838,51.598807],[-0.292989,51.602426],[-0.294734,51.60775],[-0.294987,51.608523],[-0.295297,51.609252],[-0.295593,51.60978],[-0.295968,51.610329],[-0.300248,51.615894],[-0.301858,51.617964],[-0.302475,51.618682],[-0.302643,51.618903]]},"properties":{"line":"Jubilee","name":"Jubilee","color":"#868F98","order":7}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[0.081196,51.539517],[0.078939,51.540657],[0.077788,51.541171],[0.076482,51.541803],[0.074725,51.542547],[0.073603,51.542936],[0.072557,51.543205],[0.069987,51.543678],[0.068925,51.543947],[0.068188,51.544109],[0.06699,51.544429],[0.066339,51.544567],[0.065737,51.544651],[0.065021,51.544692],[0.064358,51.544671],[0.063569,51.544583],[0.062688,51.544401],[0.06223,51.544262],[0.061834,51.544118],[0.061444,51.543948],[0.060928,51.543684],[0.060257,51.543166],[0.059489,51.542414],[0.059157,51.542126],[0.058511,51.541706],[0.057968,51.541435],[0.056684,51.540842],[0.055524,51.540375],[0.054505,51.540019],[0.053323,51.539636],[0.052011,51.539243],[0.051374,51.539084],[0.050159,51.538781],[0.045229,51.537689],[0.036701,51.535718],[0.035183,51.535399],[0.035085,51.535378],[0.032587,51.534804],[0.031123,51.534444],[0.024891,51.533027],[0.018528,51.531551],[0.017718,51.531403],[0.017634,51.531388],[0.016571,51.531157],[0.015138,51.530794],[0.013802,51.530484],[0.011576,51.529999],[0.007501,51.529077],[0.00493,51.528477],[0.00493,51.528477],[0.003577,51.528111],[0.001871,51.527687],[-0.004799,51.526136],[-0.006144,51.525842],[-0.008101,51.525341],[-0.008818,51.525178],[-0.00975,51.524988],[-0.011585,51.524737],[-0.011585,51.524737],[-0.012424,51.524641],[-0.01423,51.524479],[-0.014946,51.524474],[-0.016196,51.524508],[-0.019272,51.5246],[-0.019739,51.524633],[-0.020222,51.524734],[-0.020623,51.524891],[-0.023582,51.526456],[-0.023991,51.526649],[-0.024315,51.526755],[-0.02461,51.526832],[-0.0248,51.526861],[-0.025131,51.526912],[-0.025712,51.526908],[-0.026527,51.5268],[-0.033445,51.525356],[-0.033445,51.525356],[-0.035338,51.524877],[-0.037412,51.524101],[-0.038754,51.523311],[-0.040956,51.522592],[-0.042294,51.522335],[-0.044046,51.522175],[-0.045445,51.521993],[-0.04639,51.521788],[-0.046728,51.521715],[-0.051392,51.520844],[-0.056634,51.519924],[-0.057864,51.519659],[-0.058193,51.519652],[-0.059318,51.519792],[-0.059767,51.519805],[-0.060055,51.519781],[-0.060314,51.51976],[-0.060593,51.519716],[-0.060984,51.519619],[-0.061636,51.519443],[-0.062047,51.519277],[-0.062589,51.518981],[-0.062838,51.518813],[-0.063119,51.518545],[-0.063372,51.518428],[-0.065037,51.517919],[-0.067805,51.516877],[-0.071877,51.515147],[-0.072135,51.515059],[-0.073644,51.514546],[-0.073918,51.51451],[-0.075057,51.514509],[-0.075519,51.514539],[-0.075869,51.514613],[-0.076222,51.514766],[-0.076881,51.515143],[-0.077182,51.515338],[-0.078699,51.516181],[-0.079209,51.516374],[-0.080904,51.516905],[-0.08182,51.517087],[-0.082696,51.517221],[-0.083213,51.5173],[-0.083872,51.517427],[-0.088465,51.518155],[-0.0887,51.518193],[-0.090565,51.518617],[-0.096773,51.520138],[-0.09725,51.5202],[-0.097627,51.520218],[-0.097627,51.520218],[-0.099545,51.520144],[-0.100127,51.520095],[-0.10076,51.519978],[-0.101511,51.519759],[-0.101987,51.519656],[-0.102366,51.519613],[-0.102815,51.519609],[-0.103203,51.519653],[-0.103753,51.519772],[-0.10399,51.519846],[-0.104349,51.520006],[-0.10455,51.520124],[-0.10491,51.52042],[-0.10491,51.52042],[-0.10531,51.520939],[-0.105598,51.521217],[-0.1063,51.522018],[-0.106537,51.522331],[-0.106658,51.522446],[-0.107084,51.522698],[-0.107871,51.523257],[-0.108462,51.523598],[-0.110634,51.525038],[-0.111469,51.525557],[-0.112677,51.52626],[-0.113493,51.526872],[-0.116127,51.528482],[-0.118823,51.530014],[-0.11901,51.530098],[-0.119751,51.530331],[-0.12079,51.530571],[-0.12138,51.530655],[-0.122095,51.53065],[-0.122944,51.530605],[-0.123445,51.530373],[-0.123592,51.530261],[-0.123701,51.530178],[-0.124682,51.529773],[-0.125825,51.529332],[-0.126584,51.528939],[-0.129743,51.527704],[-0.131281,51.527151],[-0.135534,51.525684],[-0.135863,51.525604],[-0.136115,51.525543],[-0.136795,51.525329],[-0.139386,51.524643],[-0.142908,51.523911],[-0.143406,51.523856],[-0.143921,51.523837],[-0.143921,51.523837],[-0.144955,51.52391],[-0.145521,51.523901],[-0.145933,51.523848],[-0.148966,51.523322],[-0.150532,51.523143],[-0.152393,51.523047],[-0.156563,51.522316],[-0.157492,51.522153],[-0.163689,51.520975],[-0.165003,51.520752],[-0.165603,51.520601],[-0.167288,51.520047],[-0.167652,51.519906],[-0.168382,51.519623],[-0.17075,51.518298],[-0.171232,51.518178],[-0.175535,51.517464],[-0.175684,51.517454],[-0.176079,51.517473],[-0.176671,51.517629],[-0.176891,51.517702],[-0.177273,51.517926],[-0.177616,51.518171],[-0.177785,51.518236],[-0.178062,51.518308],[-0.17879,51.518498],[-0.179219,51.51863],[-0.179533,51.518679],[-0.179868,51.518688],[-0.181052,51.518653],[-0.183819,51.518858],[-0.184716,51.518882],[-0.185658,51.518882],[-0.186877,51.518955],[-0.188216,51.519078],[-0.190247,51.519263],[-0.193524,51.519596],[-0.195206,51.519676],[-0.195868,51.519755],[-0.197529,51.520094],[-0.198576,51.520325],[-0.200317,51.520758],[-0.200906,51.520879],[-0.200963,51.520891],[-0.201508,51.520949],[-0.201871,51.520959],[-0.202282,51.520947],[-0.202724,51.520905],[-0.203208,51.520812],[-0.20392,51.520594],[-0.204515,51.520301],[-0.205138,51.519878],[-0.206086,51.519117],[-0.206653,51.518715],[-0.207367,51.518323],[-0.208001,51.51804],[-0.208523,51.517861],[-0.209327,51.517638],[-0.210916,51.51728],[-0.211743,51.517094],[-0.21236,51.516927],[-0.212857,51.516752],[-0.213283,51.516574],[-0.213859,51.516293],[-0.214317,51.516036],[-0.214708,51.515787],[-0.217742,51.513525],[-0.219815,51.511979],[-0.220503,51.51157],[-0.221105,51.511277],[-0.222643,51.510644],[-0.223396,51.51026],[-0.224147,51.509785],[-0.224242,51.509725],[-0.224869,51.509177],[-0.22517,51.50887],[-0.225441,51.508528],[-0.225736,51.508059],[-0.225952,51.50759],[-0.226047,51.507295],[-0.226421,51.505571],[-0.22673,51.504149],[-0.226811,51.503531],[-0.226826,51.503093],[-0.226794,51.502617],[-0.226739,51.502276],[-0.226674,51.501958],[-0.225083,51.494096]]},"properties":{"line":"HammersmithAndCity","name":"Hammersmith & City","color":"#D799AF","order":6}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.167656,51.519911],[-0.168517,51.519549],[-0.169163,51.519234],[-0.170775,51.518284],[-0.171257,51.518028],[-0.171782,51.5175],[-0.172244,51.5172],[-0.173853,51.516299],[-0.174859,51.515768],[-0.175462,51.515449],[-0.176075,51.5151],[-0.177047,51.514775],[-0.178902,51.513774],[-0.1796,51.513438],[-0.180866,51.513016],[-0.181742,51.512842],[-0.182585,51.512717],[-0.183624,51.512611],[-0.185371,51.512468],[-0.186532,51.512392],[-0.187837,51.512333],[-0.188054,51.512317],[-0.189812,51.512191],[-0.191841,51.511941],[-0.192934,51.51174],[-0.193812,51.51154],[-0.194557,51.511263],[-0.194846,51.511108],[-0.195336,51.510761],[-0.195732,51.510271],[-0.195912,51.509959],[-0.19602,51.509607],[-0.196095,51.5092],[-0.19609,51.509071],[-0.196084,51.508939],[-0.196039,51.508721],[-0.195339,51.506758],[-0.194295,51.503994],[-0.193665,51.50246],[-0.193223,51.501639],[-0.19266,51.500941],[-0.192436,51.500697],[-0.192304,51.500554],[-0.190968,51.499262],[-0.189274,51.498091],[-0.188355,51.497138],[-0.18819,51.496785],[-0.188173,51.496367],[-0.188332,51.495919],[-0.188646,51.495543],[-0.189203,51.494959],[-0.190088,51.494227],[-0.190513,51.493825],[-0.193902,51.491652],[-0.194168,51.491482],[-0.195176,51.49086],[-0.196072,51.490007],[-0.196342,51.489506],[-0.19642,51.489192],[-0.196447,51.488948],[-0.196436,51.488732],[-0.196413,51.488474],[-0.196356,51.488236],[-0.196194,51.487868],[-0.1959,51.487394],[-0.195677,51.487197],[-0.195488,51.48703],[-0.194744,51.48659],[-0.194183,51.486203],[-0.193464,51.485641],[-0.193049,51.485262],[-0.191711,51.483854],[-0.191583,51.483317],[-0.191651,51.482973],[-0.191879,51.482643],[-0.192157,51.482421],[-0.194784,51.480609],[-0.194905,51.480506],[-0.195281,51.480184],[-0.195755,51.479625],[-0.195999,51.479149],[-0.196213,51.478589],[-0.196505,51.478059],[-0.196971,51.477561],[-0.197489,51.477133],[-0.198108,51.476769],[-0.199406,51.476118],[-0.201338,51.475177],[-0.203016,51.47436],[-0.204853,51.473441],[-0.205268,51.473103],[-0.205597,51.472721],[-0.205751,51.472402],[-0.205971,51.471524],[-0.20608,51.471285],[-0.206352,51.470951],[-0.206769,51.470634],[-0.207758,51.470129],[-0.208203,51.469805],[-0.20846,51.469555],[-0.208601,51.469322],[-0.208757,51.468733],[-0.208907,51.467897],[-0.209056,51.467063],[-0.21023,51.464803],[-0.210383,51.464347],[-0.21043,51.464036],[-0.210423,51.46367],[-0.210194,51.462753],[-0.21018,51.462259],[-0.210301,51.461727],[-0.210724,51.46072],[-0.21089,51.459529],[-0.211062,51.459069],[-0.211189,51.458846],[-0.211264,51.458714],[-0.212463,51.45722],[-0.212583,51.456993],[-0.212742,51.456388],[-0.212725,51.456051],[-0.212654,51.45577],[-0.212392,51.45527],[-0.212167,51.455009],[-0.211623,51.454475],[-0.210758,51.453703],[-0.209364,51.452268],[-0.208093,51.450628],[-0.207633,51.449746],[-0.207038,51.448025],[-0.20683,51.447094],[-0.206766,51.446515],[-0.206772,51.446053],[-0.206643,51.444926],[-0.206587,51.444438],[-0.206362,51.442974],[-0.206205,51.442223],[-0.206005,51.441553],[-0.205664,51.440758],[-0.205325,51.440078],[-0.20442,51.438746],[-0.20378,51.438021],[-0.202965,51.437232],[-0.202288,51.436685],[-0.201533,51.436139],[-0.20069,51.435484],[-0.199632,51.434459],[-0.199632,51.434459],[-0.198837,51.43362],[-0.198482,51.433082],[-0.198239,51.432649],[-0.198066,51.43223],[-0.197907,51.43148],[-0.197877,51.430872],[-0.197963,51.430159],[-0.198229,51.429329],[-0.198407,51.428978],[-0.198805,51.42834],[-0.201127,51.425286],[-0.201625,51.424756],[-0.202655,51.423851],[-0.203234,51.423479],[-0.203932,51.423088],[-0.20486,51.42251],[-0.206164,51.421636]]},"properties":{"line":"District","name":"District","color":"#007229","order":4}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.167656,51.519911],[-0.168517,51.519549],[-0.169163,51.519234],[-0.170775,51.518284],[-0.171257,51.518028],[-0.171782,51.5175],[-0.172244,51.5172],[-0.173853,51.516299],[-0.174859,51.515768],[-0.175462,51.515449],[-0.176075,51.5151],[-0.177047,51.514775],[-0.178902,51.513774],[-0.1796,51.513438],[-0.180866,51.513016],[-0.181742,51.512842],[-0.182585,51.512717],[-0.183624,51.512611],[-0.185371,51.512468],[-0.186532,51.512392],[-0.187837,51.512333],[-0.188054,51.512317],[-0.189812,51.512191],[-0.191841,51.511941],[-0.192934,51.51174],[-0.193812,51.51154],[-0.194557,51.511263],[-0.194846,51.511108],[-0.195336,51.510761],[-0.195732,51.510271],[-0.195912,51.509959],[-0.19602,51.509607],[-0.196095,51.5092],[-0.19609,51.509071],[-0.196084,51.508939],[-0.196039,51.508721],[-0.195339,51.506758],[-0.194295,51.503994],[-0.193665,51.50246],[-0.193223,51.501639],[-0.19266,51.500941],[-0.192436,51.500697],[-0.192304,51.500554],[-0.190968,51.499262],[-0.189274,51.498091],[-0.188355,51.497138],[-0.18819,51.496785],[-0.188173,51.496367],[-0.188332,51.495919],[-0.188646,51.495543],[-0.189203,51.494959],[-0.190088,51.494227],[-0.190513,51.493825],[-0.193902,51.491652],[-0.194168,51.491482],[-0.195176,51.49086],[-0.196072,51.490007],[-0.196342,51.489506],[-0.19642,51.489192],[-0.196447,51.488948],[-0.196436,51.488732],[-0.196413,51.488474],[-0.196356,51.488236],[-0.196194,51.487868],[-0.1959,51.487394],[-0.195677,51.487197],[-0.195488,51.48703],[-0.194744,51.48659],[-0.194183,51.486203],[-0.193464,51.485641],[-0.193049,51.485262],[-0.191711,51.483854],[-0.191583,51.483317],[-0.191651,51.482973],[-0.191879,51.482643],[-0.192157,51.482421],[-0.194784,51.480609],[-0.194905,51.480506],[-0.195281,51.480184],[-0.195755,51.479625],[-0.195999,51.479149],[-0.196213,51.478589],[-0.196505,51.478059],[-0.196971,51.477561],[-0.197489,51.477133],[-0.198108,51.476769],[-0.199406,51.476118],[-0.201338,51.475177],[-0.203016,51.47436],[-0.204853,51.473441],[-0.205268,51.473103],[-0.205597,51.472721],[-0.205751,51.472402],[-0.205971,51.471524],[-0.20608,51.471285],[-0.206352,51.470951],[-0.206769,51.470634],[-0.207758,51.470129],[-0.208203,51.469805],[-0.20846,51.469555],[-0.208601,51.469322],[-0.208757,51.468733],[-0.208907,51.467897],[-0.209056,51.467063],[-0.21023,51.464803],[-0.210383,51.464347],[-0.21043,51.464036],[-0.210423,51.46367],[-0.210194,51.462753],[-0.21018,51.462259],[-0.210301,51.461727],[-0.210724,51.46072],[-0.21089,51.459529],[-0.211062,51.459069],[-0.211189,51.458846],[-0.211264,51.458714],[-0.212463,51.45722],[-0.212583,51.456993],[-0.212742,51.456388],[-0.212725,51.456051],[-0.212654,51.45577],[-0.212392,51.45527],[-0.212167,51.455009],[-0.211623,51.454475],[-0.210758,51.453703],[-0.209364,51.452268],[-0.208093,51.450628],[-0.207633,51.449746],[-0.207038,51.448025],[-0.20683,51.447094],[-0.206766,51.446515],[-0.206772,51.446053],[-0.206587,51.444438],[-0.206362,51.442974],[-0.206205,51.442223],[-0.206005,51.441553],[-0.205664,51.440758],[-0.205325,51.440078],[-0.20442,51.438746],[-0.20378,51.438021],[-0.202965,51.437232],[-0.202288,51.436685],[-0.201533,51.436139],[-0.20069,51.435484],[-0.199632,51.434459],[-0.199632,51.434459],[-0.198837,51.43362],[-0.198482,51.433082],[-0.198239,51.432649],[-0.198066,51.43223],[-0.197907,51.43148],[-0.197877,51.430872],[-0.197963,51.430159],[-0.198229,51.429329],[-0.198407,51.428978],[-0.198805,51.42834],[-0.201127,51.425286],[-0.201625,51.424756],[-0.202655,51.423851],[-0.203234,51.423479],[-0.203932,51.423088],[-0.20486,51.42251],[-0.206164,51.421636]]},"properties":{"line":"District","name":"District","color":"#007229","order":4}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.192436,51.500697],[-0.192304,51.500554],[-0.190968,51.499262],[-0.189274,51.498091],[-0.188355,51.497138],[-0.18819,51.496785],[-0.188173,51.496367],[-0.188332,51.495919],[-0.188646,51.495543],[-0.189203,51.494959],[-0.190088,51.494227],[-0.190513,51.493825],[-0.193902,51.491652],[-0.194168,51.491482],[-0.195176,51.49086],[-0.195892,51.490372],[-0.196395,51.490151],[-0.196808,51.49004],[-0.197289,51.489954],[-0.197819,51.489906],[-0.198333,51.489896],[-0.198887,51.489922],[-0.199531,51.490025],[-0.20009,51.490185],[-0.200831,51.490527],[-0.203181,51.493141],[-0.203597,51.493536],[-0.204231,51.494018],[-0.204843,51.494402],[-0.205507,51.494753],[-0.206587,51.495273],[-0.20699,51.495499],[-0.207596,51.495917],[-0.209593,51.497534]]},"properties":{"line":"District","name":"District","color":"#007229","order":4}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[0.251098,51.559061],[0.249346,51.559105],[0.246795,51.559133],[0.242898,51.559255],[0.241783,51.559259],[0.240696,51.559216],[0.23999,51.559168],[0.238232,51.559005],[0.237365,51.558876],[0.23584,51.558603],[0.235549,51.558551],[0.234872,51.558385],[0.234206,51.558192],[0.233368,51.557915],[0.231091,51.557053],[0.23031,51.55678],[0.22804,51.556079],[0.226182,51.555597],[0.221581,51.554595],[0.218977,51.554089],[0.218542,51.554005],[0.215004,51.553241],[0.203465,51.550679],[0.201775,51.550324],[0.201089,51.550209],[0.19981,51.550044],[0.199124,51.549926],[0.196155,51.549411],[0.194433,51.549063],[0.191293,51.548506],[0.187056,51.547792],[0.169011,51.544687],[0.166565,51.544312],[0.165843,51.544191],[0.16207,51.543559],[0.159535,51.54311],[0.158114,51.542805],[0.155518,51.542349],[0.154171,51.542159],[0.153018,51.542022],[0.151806,51.5419],[0.150739,51.541814],[0.1477,51.541672],[0.1477,51.541672],[0.145176,51.54152],[0.141727,51.541225],[0.140078,51.54111],[0.133681,51.540685],[0.127395,51.54032],[0.126115,51.540245],[0.122788,51.539969],[0.118328,51.53967],[0.105625,51.538665],[0.101556,51.53839],[0.099728,51.538267],[0.096298,51.537939],[0.095786,51.537912],[0.094705,51.537919],[0.0931,51.53797],[0.092186,51.537973],[0.091554,51.537937],[0.088339,51.537682],[0.087566,51.53767],[0.087232,51.537682],[0.086374,51.537775],[0.085456,51.537936],[0.084411,51.538171],[0.083246,51.538538],[0.082756,51.538733],[0.081428,51.539408],[0.079723,51.540275],[0.078939,51.540657],[0.077788,51.541171],[0.076482,51.541803],[0.074725,51.542547],[0.073603,51.542936],[0.072557,51.543205],[0.069987,51.543678],[0.068925,51.543947],[0.068188,51.544109],[0.06699,51.544429],[0.066339,51.544567],[0.065737,51.544651],[0.065021,51.544692],[0.064358,51.544671],[0.063569,51.544583],[0.062688,51.544401],[0.06223,51.544262],[0.061834,51.544118],[0.061444,51.543948],[0.060928,51.543684],[0.060257,51.543166],[0.059489,51.542414],[0.059157,51.542126],[0.058511,51.541706],[0.057968,51.541435],[0.056684,51.540842],[0.055524,51.540375],[0.054505,51.540019],[0.053323,51.539636],[0.052011,51.539243],[0.051374,51.539084],[0.050159,51.538781],[0.045229,51.537689],[0.036701,51.535718],[0.035183,51.535399],[0.035085,51.535378],[0.032587,51.534804],[0.031123,51.534444],[0.024891,51.533027],[0.018528,51.531551],[0.017718,51.531403],[0.017634,51.531388],[0.016571,51.531157],[0.015138,51.530794],[0.013802,51.530484],[0.011576,51.529999],[0.007501,51.529077],[0.00493,51.528477],[0.00493,51.528477],[0.003214,51.528018],[0.001087,51.527501],[-0.004799,51.526136],[-0.006144,51.525842],[-0.00842,51.525265],[-0.00975,51.524988],[-0.011585,51.524737],[-0.011585,51.524737],[-0.012424,51.524641],[-0.01423,51.524479],[-0.014946,51.524474],[-0.016196,51.524508],[-0.019272,51.5246],[-0.019739,51.524633],[-0.020222,51.524734],[-0.020623,51.524891],[-0.021876,51.525568],[-0.023582,51.526456],[-0.023991,51.526649],[-0.024315,51.526755],[-0.024789,51.526861],[-0.024842,51.526873],[-0.025131,51.526912],[-0.025712,51.526908],[-0.026527,51.5268],[-0.033445,51.525356],[-0.033445,51.525356],[-0.035338,51.524877],[-0.037412,51.524101],[-0.038754,51.523311],[-0.040956,51.522592],[-0.042294,51.522335],[-0.044046,51.522175],[-0.045445,51.521993],[-0.04639,51.521788],[-0.046728,51.521715],[-0.051392,51.520844],[-0.056634,51.519924],[-0.057864,51.519659],[-0.058193,51.519652],[-0.058875,51.519744],[-0.059523,51.519806],[-0.060015,51.519789],[-0.060028,51.519788],[-0.060593,51.519716],[-0.061636,51.519443],[-0.062047,51.519277],[-0.062589,51.518981],[-0.062838,51.518813],[-0.063119,51.518545],[-0.063372,51.518428],[-0.065037,51.517919],[-0.067805,51.516877],[-0.071877,51.515147],[-0.072135,51.515059],[-0.073647,51.514546],[-0.074535,51.514264],[-0.07491,51.514102],[-0.075143,51.513904],[-0.075318,51.513663],[-0.075404,51.513474],[-0.075579,51.512857],[-0.075582,51.512374],[-0.075305,51.51111],[-0.075461,51.510697],[-0.076014,51.510134],[-0.076232,51.509994],[-0.076232,51.509994],[-0.076511,51.509893],[-0.076637,51.509872],[-0.07775,51.509812],[-0.077918,51.509777],[-0.078315,51.509614],[-0.078459,51.509585],[-0.079634,51.509646],[-0.080347,51.509657],[-0.080452,51.509678],[-0.082688,51.510446],[-0.083154,51.510558],[-0.083836,51.51063],[-0.08432,51.510633],[-0.085172,51.510581],[-0.085733,51.5106],[-0.086103,51.510651],[-0.086474,51.510732],[-0.086677,51.510777],[-0.086986,51.51092],[-0.08721,51.51099],[-0.08921,51.511376],[-0.089636,51.511409],[-0.090072,51.511398],[-0.090323,51.511391],[-0.09074,51.51142],[-0.092122,51.511664],[-0.093754,51.51191],[-0.094202,51.511945],[-0.094576,51.511974],[-0.096267,51.511856],[-0.097312,51.511841],[-0.098324,51.511882],[-0.101462,51.512074],[-0.10192,51.512068],[-0.10255,51.511946],[-0.103776,51.511597],[-0.104327,51.511439],[-0.105099,51.511268],[-0.105405,51.511231],[-0.106959,51.511209],[-0.110963,51.511202],[-0.112412,51.511165],[-0.113294,51.511111],[-0.113746,51.511062],[-0.114771,51.510917],[-0.114813,51.510911],[-0.11565,51.51075],[-0.11639,51.510549],[-0.118538,51.509893],[-0.118998,51.509728],[-0.120054,51.509183],[-0.120878,51.508638],[-0.121308,51.508398],[-0.121497,51.508252],[-0.12187,51.507835],[-0.122109,51.50762],[-0.122393,51.507252],[-0.122577,51.507014],[-0.122854,51.506394],[-0.123316,51.504856],[-0.123944,51.502549],[-0.124076,51.502186],[-0.12422,51.501947],[-0.124432,51.501734],[-0.124736,51.501501],[-0.125113,51.501278],[-0.125227,51.501211],[-0.125956,51.500878],[-0.127643,51.500167],[-0.12791,51.500064],[-0.128444,51.499921],[-0.129032,51.499823],[-0.129689,51.499766],[-0.130311,51.499749],[-0.132116,51.499769],[-0.132743,51.499734],[-0.133327,51.499652],[-0.133368,51.499646],[-0.134338,51.499413],[-0.135346,51.49904],[-0.137312,51.498049],[-0.137982,51.497748],[-0.138709,51.497516],[-0.139331,51.497368],[-0.14022,51.49709],[-0.140954,51.496819],[-0.141521,51.496673],[-0.142996,51.496387],[-0.14323,51.496358],[-0.143744,51.496334],[-0.143845,51.496334],[-0.144727,51.49634],[-0.145167,51.496285],[-0.145602,51.496173],[-0.145799,51.496104],[-0.146156,51.495933],[-0.146338,51.495815],[-0.146493,51.495671],[-0.147271,51.494756],[-0.148389,51.493346],[-0.1487,51.493069],[-0.149128,51.492832],[-0.149361,51.492742],[-0.150929,51.492202],[-0.151659,51.492023],[-0.152267,51.491959],[-0.154001,51.491882],[-0.154408,51.491907],[-0.155307,51.492052],[-0.156037,51.492193],[-0.156452,51.492329],[-0.159622,51.493367],[-0.161356,51.493634],[-0.170653,51.494033],[-0.17217,51.494013],[-0.173915,51.494077],[-0.174218,51.494088],[-0.174655,51.494085],[-0.17542,51.494043],[-0.179202,51.493723],[-0.179702,51.493739],[-0.180215,51.49379],[-0.182942,51.494333],[-0.183472,51.494438],[-0.185817,51.494939],[-0.18628,51.495013],[-0.186726,51.495029],[-0.187759,51.49499],[-0.188224,51.494916],[-0.188551,51.494822],[-0.188997,51.494675],[-0.189497,51.494453],[-0.189832,51.494266],[-0.193903,51.491652],[-0.194168,51.491482],[-0.195176,51.49086],[-0.196072,51.490007],[-0.196342,51.489506],[-0.19642,51.489192],[-0.196447,51.488948],[-0.196436,51.488732],[-0.196413,51.488474],[-0.196291,51.488049],[-0.1959,51.487394],[-0.195677,51.487197],[-0.195488,51.48703],[-0.194744,51.48659],[-0.194183,51.486203],[-0.193464,51.485641],[-0.193049,51.485262],[-0.191711,51.483854],[-0.191583,51.483317],[-0.191651,51.482973],[-0.191879,51.482643],[-0.192157,51.482421],[-0.194784,51.480609],[-0.194905,51.480506],[-0.195281,51.480184],[-0.195755,51.479625],[-0.195999,51.479149],[-0.196213,51.478589],[-0.196505,51.478059],[-0.196971,51.477561],[-0.197489,51.477133],[-0.198108,51.476769],[-0.199406,51.476118],[-0.201338,51.475177],[-0.203016,51.47436],[-0.204853,51.473441],[-0.205268,51.473103],[-0.205597,51.472721],[-0.205751,51.472402],[-0.205971,51.471524],[-0.20608,51.471285],[-0.206352,51.470951],[-0.206769,51.470634],[-0.207758,51.470129],[-0.208203,51.469805],[-0.20846,51.469555],[-0.208601,51.469322],[-0.208757,51.468733],[-0.208907,51.467897],[-0.209056,51.467063],[-0.21023,51.464803],[-0.210383,51.464347],[-0.21043,51.464036],[-0.210423,51.46367],[-0.210194,51.462753],[-0.21018,51.462259],[-0.210301,51.461727],[-0.210724,51.46072],[-0.21089,51.459529],[-0.211062,51.459069],[-0.211189,51.458846],[-0.211264,51.458714],[-0.212463,51.45722],[-0.212583,51.456993],[-0.212668,51.456728],[-0.212742,51.456388],[-0.212725,51.456051],[-0.212654,51.45577],[-0.212392,51.45527],[-0.212167,51.455009],[-0.211623,51.454475],[-0.210758,51.453703],[-0.209364,51.452268],[-0.208093,51.450628],[-0.207633,51.449746],[-0.207038,51.448025],[-0.20683,51.447094],[-0.206766,51.446515],[-0.206772,51.446053],[-0.206643,51.444926],[-0.206587,51.444438],[-0.206362,51.442974],[-0.206205,51.442223],[-0.206005,51.441553],[-0.205664,51.440758],[-0.205325,51.440078],[-0.20442,51.438746],[-0.20378,51.438021],[-0.202965,51.437232],[-0.202288,51.436685],[-0.201533,51.436139],[-0.20069,51.435484],[-0.199632,51.434459],[-0.199632,51.434459],[-0.198837,51.43362],[-0.198482,51.433082],[-0.198239,51.432649],[-0.198066,51.43223],[-0.197907,51.43148],[-0.197877,51.430872],[-0.197963,51.430159],[-0.198229,51.429329],[-0.198407,51.428978],[-0.198805,51.42834],[-0.201127,51.425286],[-0.201625,51.424756],[-0.202655,51.423851],[-0.203234,51.423479],[-0.203932,51.423088],[-0.20486,51.42251],[-0.206164,51.421636]]},"properties":{"line":"District","name":"District","color":"#007229","order":4}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[0.251098,51.559061],[0.249346,51.559105],[0.246795,51.559133],[0.242898,51.559255],[0.241783,51.559259],[0.240696,51.559216],[0.23999,51.559168],[0.238232,51.559005],[0.237365,51.558876],[0.23584,51.558603],[0.235549,51.558551],[0.234872,51.558385],[0.234206,51.558192],[0.233368,51.557915],[0.231091,51.557053],[0.23031,51.55678],[0.22804,51.556079],[0.226182,51.555597],[0.221581,51.554595],[0.218977,51.554089],[0.218542,51.554005],[0.215004,51.553241],[0.203465,51.550679],[0.201775,51.550324],[0.201089,51.550209],[0.19981,51.550044],[0.199124,51.549926],[0.196155,51.549411],[0.194433,51.549063],[0.191293,51.548506],[0.187056,51.547792],[0.169011,51.544687],[0.166565,51.544312],[0.165843,51.544191],[0.16207,51.543559],[0.159535,51.54311],[0.158114,51.542805],[0.155518,51.542349],[0.154171,51.542159],[0.153018,51.542022],[0.151806,51.5419],[0.150739,51.541814],[0.1477,51.541672],[0.1477,51.541672],[0.145176,51.54152],[0.141727,51.541225],[0.140078,51.54111],[0.133681,51.540685],[0.127395,51.54032],[0.126115,51.540245],[0.122788,51.539969],[0.118328,51.53967],[0.105625,51.538665],[0.101556,51.53839],[0.099728,51.538267],[0.096298,51.537939],[0.095786,51.537912],[0.094705,51.537919],[0.0931,51.53797],[0.092186,51.537973],[0.091554,51.537937],[0.088339,51.537682],[0.087566,51.53767],[0.087232,51.537682],[0.086374,51.537775],[0.085456,51.537936],[0.084411,51.538171],[0.083246,51.538538],[0.082756,51.538733],[0.081428,51.539408],[0.079723,51.540275],[0.078939,51.540657],[0.077788,51.541171],[0.076482,51.541803],[0.074725,51.542547],[0.073603,51.542936],[0.072557,51.543205],[0.069987,51.543678],[0.068925,51.543947],[0.068188,51.544109],[0.06699,51.544429],[0.066339,51.544567],[0.065737,51.544651],[0.065021,51.544692],[0.064358,51.544671],[0.063569,51.544583],[0.062688,51.544401],[0.06223,51.544262],[0.061834,51.544118],[0.061444,51.543948],[0.060928,51.543684],[0.060257,51.543166],[0.059489,51.542414],[0.059157,51.542126],[0.058511,51.541706],[0.057968,51.541435],[0.056684,51.540842],[0.055524,51.540375],[0.054505,51.540019],[0.053323,51.539636],[0.052011,51.539243],[0.051374,51.539084],[0.050159,51.538781],[0.045229,51.537689],[0.036701,51.535718],[0.035183,51.535399],[0.035085,51.535378],[0.032587,51.534804],[0.031123,51.534444],[0.024891,51.533027],[0.018528,51.531551],[0.017718,51.531403],[0.017634,51.531388],[0.016571,51.531157],[0.015138,51.530794],[0.013802,51.530484],[0.011576,51.529999],[0.007501,51.529077],[0.00493,51.528477],[0.00493,51.528477],[0.003214,51.528018],[0.001087,51.527501],[-0.004799,51.526136],[-0.006144,51.525842],[-0.00842,51.525265],[-0.00975,51.524988],[-0.011585,51.524737],[-0.011585,51.524737],[-0.012424,51.524641],[-0.01423,51.524479],[-0.014946,51.524474],[-0.016196,51.524508],[-0.019272,51.5246],[-0.019739,51.524633],[-0.020222,51.524734],[-0.020623,51.524891],[-0.021876,51.525568],[-0.023582,51.526456],[-0.023991,51.526649],[-0.024315,51.526755],[-0.024789,51.526861],[-0.024842,51.526873],[-0.025131,51.526912],[-0.025712,51.526908],[-0.026527,51.5268],[-0.033445,51.525356],[-0.033445,51.525356],[-0.035338,51.524877],[-0.037412,51.524101],[-0.038754,51.523311],[-0.040956,51.522592],[-0.042294,51.522335],[-0.044046,51.522175],[-0.045445,51.521993],[-0.04639,51.521788],[-0.046728,51.521715],[-0.051392,51.520844],[-0.056634,51.519924],[-0.057864,51.519659],[-0.058193,51.519652],[-0.058875,51.519744],[-0.059523,51.519806],[-0.060015,51.519789],[-0.060028,51.519788],[-0.060593,51.519716],[-0.061636,51.519443],[-0.062047,51.519277],[-0.062589,51.518981],[-0.062838,51.518813],[-0.063119,51.518545],[-0.063372,51.518428],[-0.065037,51.517919],[-0.067805,51.516877],[-0.071877,51.515147],[-0.072135,51.515059],[-0.073647,51.514546],[-0.074535,51.514264],[-0.07491,51.514102],[-0.075143,51.513904],[-0.075318,51.513663],[-0.075404,51.513474],[-0.075579,51.512857],[-0.075582,51.512374],[-0.075305,51.51111],[-0.075461,51.510697],[-0.076014,51.510134],[-0.076232,51.509994],[-0.076232,51.509994],[-0.076511,51.509893],[-0.076637,51.509872],[-0.07775,51.509812],[-0.077918,51.509777],[-0.078315,51.509614],[-0.078459,51.509585],[-0.079634,51.509646],[-0.080347,51.509657],[-0.080452,51.509678],[-0.082688,51.510446],[-0.083154,51.510558],[-0.083836,51.51063],[-0.08432,51.510633],[-0.085172,51.510581],[-0.085733,51.5106],[-0.086103,51.510651],[-0.086474,51.510732],[-0.086677,51.510777],[-0.086986,51.51092],[-0.08721,51.51099],[-0.08921,51.511376],[-0.089636,51.511409],[-0.090072,51.511398],[-0.090323,51.511391],[-0.09074,51.51142],[-0.092122,51.511664],[-0.093754,51.51191],[-0.094202,51.511945],[-0.094576,51.511974],[-0.096267,51.511856],[-0.097312,51.511841],[-0.098324,51.511882],[-0.101462,51.512074],[-0.10192,51.512068],[-0.10255,51.511946],[-0.103776,51.511597],[-0.104327,51.511439],[-0.105099,51.511268],[-0.105405,51.511231],[-0.106959,51.511209],[-0.110963,51.511202],[-0.112412,51.511165],[-0.113294,51.511111],[-0.113746,51.511062],[-0.114771,51.510917],[-0.114813,51.510911],[-0.11565,51.51075],[-0.11639,51.510549],[-0.118538,51.509893],[-0.118998,51.509728],[-0.120054,51.509183],[-0.120878,51.508638],[-0.121308,51.508398],[-0.121497,51.508252],[-0.12187,51.507835],[-0.122109,51.50762],[-0.122393,51.507252],[-0.122577,51.507014],[-0.122854,51.506394],[-0.123316,51.504856],[-0.123944,51.502549],[-0.124076,51.502186],[-0.12422,51.501947],[-0.124432,51.501734],[-0.124736,51.501501],[-0.125113,51.501278],[-0.125227,51.501211],[-0.125956,51.500878],[-0.127643,51.500167],[-0.12791,51.500064],[-0.128444,51.499921],[-0.129032,51.499823],[-0.129689,51.499766],[-0.130311,51.499749],[-0.132116,51.499769],[-0.132743,51.499734],[-0.133327,51.499652],[-0.133368,51.499646],[-0.134338,51.499413],[-0.135346,51.49904],[-0.137312,51.498049],[-0.137982,51.497748],[-0.138709,51.497516],[-0.139331,51.497368],[-0.14022,51.49709],[-0.140954,51.496819],[-0.141521,51.496673],[-0.142996,51.496387],[-0.14323,51.496358],[-0.143744,51.496334],[-0.143845,51.496334],[-0.144727,51.49634],[-0.145167,51.496285],[-0.145602,51.496173],[-0.145799,51.496104],[-0.146156,51.495933],[-0.146338,51.495815],[-0.146493,51.495671],[-0.147271,51.494756],[-0.148389,51.493346],[-0.1487,51.493069],[-0.149128,51.492832],[-0.150929,51.492202],[-0.151659,51.492023],[-0.152267,51.491959],[-0.154001,51.491882],[-0.154408,51.491907],[-0.155307,51.492052],[-0.156037,51.492193],[-0.156452,51.492329],[-0.159622,51.493367],[-0.161356,51.493634],[-0.170653,51.494033],[-0.17217,51.494013],[-0.173915,51.494077],[-0.174218,51.494088],[-0.174655,51.494085],[-0.17542,51.494043],[-0.179202,51.493723],[-0.179702,51.493739],[-0.180215,51.49379],[-0.182942,51.494333],[-0.183472,51.494438],[-0.185817,51.494939],[-0.18628,51.495013],[-0.186726,51.495029],[-0.187203,51.49502],[-0.187759,51.49499],[-0.188224,51.494916],[-0.188997,51.494675],[-0.189497,51.494453],[-0.189832,51.494266],[-0.193903,51.491652],[-0.194168,51.491482],[-0.195176,51.49086],[-0.195892,51.490372],[-0.196395,51.490151],[-0.196808,51.49004],[-0.197289,51.489954],[-0.197819,51.489906],[-0.198333,51.489896],[-0.198887,51.489922],[-0.199531,51.490025],[-0.20009,51.490185],[-0.201888,51.491035],[-0.202527,51.491221],[-0.202884,51.491278],[-0.20325,51.491296],[-0.203851,51.491255],[-0.204161,51.491215],[-0.204446,51.491153],[-0.206355,51.490581],[-0.207444,51.490255],[-0.208261,51.490087],[-0.209106,51.489987],[-0.209805,51.489946],[-0.210349,51.489939],[-0.210899,51.489959],[-0.211835,51.49004],[-0.213583,51.490241],[-0.213749,51.49026],[-0.214924,51.490297],[-0.216879,51.490229],[-0.218948,51.490126],[-0.219362,51.490134],[-0.219945,51.490191],[-0.220401,51.49027],[-0.221127,51.490464],[-0.221547,51.490642],[-0.222067,51.490942],[-0.222315,51.49114],[-0.223808,51.492591],[-0.224028,51.492804],[-0.224277,51.492953],[-0.224505,51.493077],[-0.22542,51.493353],[-0.225957,51.493499],[-0.226759,51.493645],[-0.227169,51.493662],[-0.228286,51.493601],[-0.22882,51.4936],[-0.229526,51.493622],[-0.232409,51.493811],[-0.233911,51.493982],[-0.23585,51.494125],[-0.236411,51.494166],[-0.23712,51.494255],[-0.239607,51.49466],[-0.240843,51.494794],[-0.241795,51.494875],[-0.242845,51.494921],[-0.244664,51.49489],[-0.24534,51.494904],[-0.245624,51.494926],[-0.246928,51.495025],[-0.248193,51.49508],[-0.250884,51.495146],[-0.25453,51.495143],[-0.25453,51.495143],[-0.257067,51.495065],[-0.258175,51.49505],[-0.260131,51.495061],[-0.26138,51.494959],[-0.265648,51.494496],[-0.266365,51.494462],[-0.267151,51.494476],[-0.267683,51.494533],[-0.268122,51.494579],[-0.269416,51.494799],[-0.270409,51.495129],[-0.271073,51.495435],[-0.271686,51.495799],[-0.272691,51.49667],[-0.273218,51.497034],[-0.273703,51.497319],[-0.274451,51.497669],[-0.276341,51.498465],[-0.276851,51.498726],[-0.277155,51.498911],[-0.277665,51.499282],[-0.277896,51.49949],[-0.278123,51.499726],[-0.278311,51.499979],[-0.278632,51.500501],[-0.278729,51.50072],[-0.278832,51.501096],[-0.279269,51.501875],[-0.279569,51.502266],[-0.279917,51.502644],[-0.280137,51.502809],[-0.280414,51.503017],[-0.281248,51.503539],[-0.282142,51.504015],[-0.283634,51.504908],[-0.285611,51.505945],[-0.286145,51.506293],[-0.286698,51.506766],[-0.28701,51.507098],[-0.287249,51.507416],[-0.287456,51.507728],[-0.287612,51.508027],[-0.287714,51.508264],[-0.288075,51.509391],[-0.288181,51.509907],[-0.288185,51.510218],[-0.288189,51.510503],[-0.288068,51.511017],[-0.287987,51.511939],[-0.287868,51.512505],[-0.287657,51.513255],[-0.287645,51.513539],[-0.287691,51.513935],[-0.287795,51.514202],[-0.288063,51.514586],[-0.288566,51.515061],[-0.289125,51.515432],[-0.289541,51.515621],[-0.289954,51.51575],[-0.290554,51.515848],[-0.291049,51.51588],[-0.291601,51.515888],[-0.292126,51.51585],[-0.292696,51.515757],[-0.2943,51.51532],[-0.294857,51.515222],[-0.296195,51.515038],[-0.298564,51.514984],[-0.300401,51.514994],[-0.301197,51.514848]]},"properties":{"line":"District","name":"District","color":"#007229","order":4}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[0.251098,51.559061],[0.249346,51.559105],[0.246795,51.559133],[0.242898,51.559255],[0.241783,51.559259],[0.240696,51.559216],[0.23999,51.559168],[0.238232,51.559005],[0.237365,51.558876],[0.23584,51.558603],[0.235549,51.558551],[0.234872,51.558385],[0.234206,51.558192],[0.233368,51.557915],[0.231091,51.557053],[0.23031,51.55678],[0.22804,51.556079],[0.226182,51.555597],[0.221581,51.554595],[0.218977,51.554089],[0.218542,51.554005],[0.215004,51.553241],[0.203465,51.550679],[0.201775,51.550324],[0.201089,51.550209],[0.19981,51.550044],[0.199124,51.549926],[0.196155,51.549411],[0.194433,51.549063],[0.191293,51.548506],[0.187056,51.547792],[0.169011,51.544687],[0.166565,51.544312],[0.165843,51.544191],[0.16207,51.543559],[0.159535,51.54311],[0.158114,51.542805],[0.155518,51.542349],[0.154171,51.542159],[0.153018,51.542022],[0.151806,51.5419],[0.150739,51.541814],[0.1477,51.541672],[0.1477,51.541672],[0.145176,51.54152],[0.141727,51.541225],[0.140078,51.54111],[0.133681,51.540685],[0.127395,51.54032],[0.126115,51.540245],[0.122788,51.539969],[0.118328,51.53967],[0.105625,51.538665],[0.101556,51.53839],[0.099728,51.538267],[0.096298,51.537939],[0.095786,51.537912],[0.094705,51.537919],[0.0931,51.53797],[0.092186,51.537973],[0.091554,51.537937],[0.088339,51.537682],[0.087566,51.53767],[0.087232,51.537682],[0.086374,51.537775],[0.085456,51.537936],[0.084411,51.538171],[0.083246,51.538538],[0.082756,51.538733],[0.081428,51.539408],[0.079723,51.540275],[0.078939,51.540657],[0.077788,51.541171],[0.076482,51.541803],[0.074725,51.542547],[0.073603,51.542936],[0.072557,51.543205],[0.069987,51.543678],[0.068925,51.543947],[0.068188,51.544109],[0.06699,51.544429],[0.066339,51.544567],[0.065737,51.544651],[0.065021,51.544692],[0.064358,51.544671],[0.063569,51.544583],[0.062688,51.544401],[0.06223,51.544262],[0.061834,51.544118],[0.061444,51.543948],[0.060928,51.543684],[0.060257,51.543166],[0.059489,51.542414],[0.059157,51.542126],[0.058511,51.541706],[0.057968,51.541435],[0.056684,51.540842],[0.055524,51.540375],[0.054505,51.540019],[0.053323,51.539636],[0.052011,51.539243],[0.051374,51.539084],[0.050159,51.538781],[0.045229,51.537689],[0.036701,51.535718],[0.035183,51.535399],[0.035085,51.535378],[0.032587,51.534804],[0.031123,51.534444],[0.024891,51.533027],[0.018528,51.531551],[0.017718,51.531403],[0.017634,51.531388],[0.016571,51.531157],[0.015138,51.530794],[0.013802,51.530484],[0.011576,51.529999],[0.007501,51.529077],[0.00493,51.528477],[0.00493,51.528477],[0.003214,51.528018],[0.001087,51.527501],[-0.004799,51.526136],[-0.006144,51.525842],[-0.00842,51.525265],[-0.00975,51.524988],[-0.011585,51.524737],[-0.011585,51.524737],[-0.012424,51.524641],[-0.01423,51.524479],[-0.014946,51.524474],[-0.016196,51.524508],[-0.019272,51.5246],[-0.019739,51.524633],[-0.020222,51.524734],[-0.020623,51.524891],[-0.021876,51.525568],[-0.023582,51.526456],[-0.023991,51.526649],[-0.024315,51.526755],[-0.024789,51.526861],[-0.024842,51.526873],[-0.025131,51.526912],[-0.025712,51.526908],[-0.026527,51.5268],[-0.033445,51.525356],[-0.033445,51.525356],[-0.035338,51.524877],[-0.037412,51.524101],[-0.038754,51.523311],[-0.040956,51.522592],[-0.042294,51.522335],[-0.044046,51.522175],[-0.045445,51.521993],[-0.04639,51.521788],[-0.046728,51.521715],[-0.051392,51.520844],[-0.056634,51.519924],[-0.057864,51.519659],[-0.058193,51.519652],[-0.058875,51.519744],[-0.059523,51.519806],[-0.060015,51.519789],[-0.060028,51.519788],[-0.060593,51.519716],[-0.061636,51.519443],[-0.062047,51.519277],[-0.062589,51.518981],[-0.062838,51.518813],[-0.063119,51.518545],[-0.063372,51.518428],[-0.065037,51.517919],[-0.067805,51.516877],[-0.071877,51.515147],[-0.072135,51.515059],[-0.073647,51.514546],[-0.074535,51.514264],[-0.07491,51.514102],[-0.075143,51.513904],[-0.075318,51.513663],[-0.075404,51.513474],[-0.075579,51.512857],[-0.075582,51.512374],[-0.075305,51.51111],[-0.075461,51.510697],[-0.076014,51.510134],[-0.076232,51.509994],[-0.076232,51.509994],[-0.076511,51.509893],[-0.076637,51.509872],[-0.07775,51.509812],[-0.077918,51.509777],[-0.078315,51.509614],[-0.078459,51.509585],[-0.079634,51.509646],[-0.080347,51.509657],[-0.080452,51.509678],[-0.082688,51.510446],[-0.083154,51.510558],[-0.083836,51.51063],[-0.08432,51.510633],[-0.085172,51.510581],[-0.085733,51.5106],[-0.086103,51.510651],[-0.086474,51.510732],[-0.086677,51.510777],[-0.086986,51.51092],[-0.08721,51.51099],[-0.08921,51.511376],[-0.089636,51.511409],[-0.090072,51.511398],[-0.090323,51.511391],[-0.09074,51.51142],[-0.092122,51.511664],[-0.093754,51.51191],[-0.094202,51.511945],[-0.094576,51.511974],[-0.096267,51.511856],[-0.097312,51.511841],[-0.098324,51.511882],[-0.101462,51.512074],[-0.10192,51.512068],[-0.10255,51.511946],[-0.103776,51.511597],[-0.104327,51.511439],[-0.105099,51.511268],[-0.105405,51.511231],[-0.106959,51.511209],[-0.110963,51.511202],[-0.112412,51.511165],[-0.113294,51.511111],[-0.113746,51.511062],[-0.114771,51.510917],[-0.114813,51.510911],[-0.11565,51.51075],[-0.11639,51.510549],[-0.118538,51.509893],[-0.118998,51.509728],[-0.120054,51.509183],[-0.120878,51.508638],[-0.121308,51.508398],[-0.121497,51.508252],[-0.12187,51.507835],[-0.122109,51.50762],[-0.122393,51.507252],[-0.122577,51.507014],[-0.122854,51.506394],[-0.123316,51.504856],[-0.123944,51.502549],[-0.124076,51.502186],[-0.12422,51.501947],[-0.124432,51.501734],[-0.124736,51.501501],[-0.125113,51.501278],[-0.125227,51.501211],[-0.125956,51.500878],[-0.127643,51.500167],[-0.12791,51.500064],[-0.128444,51.499921],[-0.129032,51.499823],[-0.129689,51.499766],[-0.130311,51.499749],[-0.132116,51.499769],[-0.132743,51.499734],[-0.133327,51.499652],[-0.133368,51.499646],[-0.134338,51.499413],[-0.135346,51.49904],[-0.137312,51.498049],[-0.137982,51.497748],[-0.138709,51.497516],[-0.139331,51.497368],[-0.14022,51.49709],[-0.140954,51.496819],[-0.141521,51.496673],[-0.142996,51.496387],[-0.14323,51.496358],[-0.143744,51.496334],[-0.143845,51.496334],[-0.144727,51.49634],[-0.145167,51.496285],[-0.145602,51.496173],[-0.145799,51.496104],[-0.146156,51.495933],[-0.146338,51.495815],[-0.146493,51.495671],[-0.147271,51.494756],[-0.148389,51.493346],[-0.1487,51.493069],[-0.149128,51.492832],[-0.150929,51.492202],[-0.151399,51.492076],[-0.151947,51.491986],[-0.152267,51.491959],[-0.154001,51.491882],[-0.154408,51.491907],[-0.155307,51.492052],[-0.156037,51.492193],[-0.156452,51.492329],[-0.159622,51.493367],[-0.161356,51.493634],[-0.170653,51.494033],[-0.17217,51.494013],[-0.173915,51.494077],[-0.174218,51.494088],[-0.174655,51.494085],[-0.17542,51.494043],[-0.179202,51.493723],[-0.179702,51.493739],[-0.180215,51.49379],[-0.182942,51.494333],[-0.183472,51.494438],[-0.185817,51.494939],[-0.18628,51.495013],[-0.186726,51.495029],[-0.187203,51.49502],[-0.187759,51.49499],[-0.188224,51.494916],[-0.188997,51.494675],[-0.189497,51.494453],[-0.189832,51.494266],[-0.193903,51.491652],[-0.194168,51.491482],[-0.195176,51.49086],[-0.195892,51.490372],[-0.196395,51.490151],[-0.196808,51.49004],[-0.197289,51.489954],[-0.197819,51.489906],[-0.198333,51.489896],[-0.198887,51.489922],[-0.199531,51.490025],[-0.20009,51.490185],[-0.201888,51.491035],[-0.202527,51.491221],[-0.202884,51.491278],[-0.20325,51.491296],[-0.203851,51.491255],[-0.204161,51.491215],[-0.204446,51.491153],[-0.206355,51.490581],[-0.207444,51.490255],[-0.207846,51.490163],[-0.208261,51.490087],[-0.209106,51.489987],[-0.209805,51.489946],[-0.210349,51.489939],[-0.210899,51.489959],[-0.211835,51.49004],[-0.213586,51.490233],[-0.213926,51.49027],[-0.214924,51.490297],[-0.216879,51.490229],[-0.218948,51.490126],[-0.219362,51.490134],[-0.22016,51.49022],[-0.221127,51.490464],[-0.221547,51.490642],[-0.222067,51.490942],[-0.222315,51.49114],[-0.22263,51.491438],[-0.223809,51.49259],[-0.224028,51.492804],[-0.224277,51.492953],[-0.224505,51.493077],[-0.224688,51.493138],[-0.225957,51.493499],[-0.226523,51.493609],[-0.226902,51.493658],[-0.227169,51.493662],[-0.228286,51.493601],[-0.22882,51.4936],[-0.229526,51.493622],[-0.232409,51.493811],[-0.233911,51.493982],[-0.23585,51.494125],[-0.236411,51.494166],[-0.23712,51.494255],[-0.239607,51.49466],[-0.240843,51.494794],[-0.241795,51.494875],[-0.242845,51.494921],[-0.244664,51.49489],[-0.24534,51.494904],[-0.245624,51.494926],[-0.246928,51.495025],[-0.248193,51.49508],[-0.250884,51.495146],[-0.25453,51.495143],[-0.25453,51.495143],[-0.257067,51.495065],[-0.258175,51.49505],[-0.260131,51.495061],[-0.26138,51.494959],[-0.265641,51.494505],[-0.267178,51.49413],[-0.268063,51.494012],[-0.268976,51.493924],[-0.269856,51.493814],[-0.27064,51.493692],[-0.271673,51.493439],[-0.27236,51.493202],[-0.273007,51.492936],[-0.273822,51.492566],[-0.274233,51.492298],[-0.274984,51.491909],[-0.275156,51.491783],[-0.275325,51.49166],[-0.275566,51.491452],[-0.275817,51.491191],[-0.276229,51.490655],[-0.276387,51.49037],[-0.276548,51.489987],[-0.27671,51.489441],[-0.276771,51.488974],[-0.276791,51.48842],[-0.276971,51.487367],[-0.277272,51.486536],[-0.277883,51.485524],[-0.278229,51.485122],[-0.281788,51.481633],[-0.282969,51.480403],[-0.283789,51.479365],[-0.284292,51.478571],[-0.284909,51.477342],[-0.285034,51.476999],[-0.285282,51.476316],[-0.28718,51.469621],[-0.287384,51.469128],[-0.287643,51.468603],[-0.288072,51.46787],[-0.288694,51.467038],[-0.289423,51.46624],[-0.289875,51.465809],[-0.290222,51.465515],[-0.290764,51.46513],[-0.291173,51.46491],[-0.291528,51.464757],[-0.291951,51.464616],[-0.292235,51.464543],[-0.292742,51.464435],[-0.296008,51.463895],[-0.297791,51.463567],[-0.298561,51.46347],[-0.299594,51.463461],[-0.301184,51.463331]]},"properties":{"line":"District","name":"District","color":"#007229","order":4}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[-0.225083,51.494096],[-0.226674,51.501958],[-0.226739,51.502276],[-0.226794,51.502617],[-0.226826,51.503093],[-0.226811,51.503531],[-0.22673,51.504149],[-0.226421,51.505571],[-0.226047,51.507295],[-0.225952,51.50759],[-0.225736,51.508059],[-0.225569,51.508339],[-0.225303,51.508707],[-0.224869,51.509177],[-0.224242,51.509725],[-0.224242,51.509725],[-0.223712,51.510074],[-0.223064,51.510441],[-0.222643,51.510644],[-0.221446,51.511127],[-0.220503,51.51157],[-0.219815,51.511979],[-0.217742,51.513525],[-0.214708,51.515787],[-0.21407,51.516179],[-0.213283,51.516574],[-0.212857,51.516752],[-0.21236,51.516927],[-0.211743,51.517094],[-0.210916,51.51728],[-0.209327,51.517638],[-0.208523,51.517861],[-0.208138,51.517988],[-0.207744,51.518146],[-0.207221,51.518396],[-0.206653,51.518715],[-0.206086,51.519117],[-0.205138,51.519878],[-0.204698,51.520181],[-0.204515,51.520301],[-0.20392,51.520594],[-0.203208,51.520812],[-0.202724,51.520905],[-0.202108,51.520954],[-0.201508,51.520949],[-0.200963,51.520891],[-0.200963,51.520891],[-0.200317,51.520758],[-0.198576,51.520325],[-0.197529,51.520094],[-0.195609,51.519715],[-0.195206,51.519676],[-0.193524,51.519596],[-0.190247,51.519263],[-0.188216,51.519078],[-0.186877,51.518955],[-0.185658,51.518882],[-0.184716,51.518882],[-0.183819,51.518858],[-0.181052,51.518653],[-0.179868,51.518688],[-0.179533,51.518679],[-0.179219,51.51863],[-0.17879,51.518498],[-0.178062,51.518308],[-0.177785,51.518236],[-0.177616,51.518171],[-0.177273,51.517926],[-0.176891,51.517702],[-0.176671,51.517629],[-0.176079,51.517473],[-0.175684,51.517454],[-0.175535,51.517464],[-0.171232,51.518178],[-0.17075,51.518298],[-0.168382,51.519623],[-0.167652,51.519906],[-0.167288,51.520047],[-0.165603,51.520601],[-0.165003,51.520752],[-0.163689,51.520975],[-0.157492,51.522153],[-0.156563,51.522316],[-0.152393,51.523047],[-0.150532,51.523143],[-0.148966,51.523322],[-0.145933,51.523848],[-0.145521,51.523901],[-0.144955,51.52391],[-0.143934,51.523838],[-0.143921,51.523837],[-0.143406,51.523856],[-0.142908,51.523911],[-0.139386,51.524643],[-0.136795,51.525329],[-0.136115,51.525543],[-0.135863,51.525604],[-0.135534,51.525684],[-0.131281,51.527151],[-0.129743,51.527704],[-0.126584,51.528939],[-0.125825,51.529332],[-0.124682,51.529773],[-0.123701,51.530178],[-0.123701,51.530178],[-0.123445,51.530373],[-0.122944,51.530605],[-0.122353,51.530641],[-0.12161,51.53066],[-0.12138,51.530655],[-0.121015,51.530614],[-0.120533,51.530517],[-0.11961,51.530292],[-0.11901,51.530098],[-0.118509,51.529848],[-0.116127,51.528482],[-0.113493,51.526872],[-0.112677,51.52626],[-0.111469,51.525557],[-0.110634,51.525038],[-0.108462,51.523598],[-0.107871,51.523257],[-0.107084,51.522698],[-0.106658,51.522446],[-0.106537,51.522331],[-0.1063,51.522018],[-0.105598,51.521217],[-0.10531,51.520939],[-0.104955,51.520478],[-0.10491,51.52042],[-0.10455,51.520124],[-0.104349,51.520006],[-0.10399,51.519846],[-0.103753,51.519772],[-0.103203,51.519653],[-0.102815,51.519609],[-0.102366,51.519613],[-0.101987,51.519656],[-0.101511,51.519759],[-0.10076,51.519978],[-0.100127,51.520095],[-0.099545,51.520144],[-0.097718,51.520215],[-0.097627,51.520218],[-0.09725,51.5202],[-0.096773,51.520138],[-0.090565,51.518617],[-0.0887,51.518193],[-0.0887,51.518193],[-0.083872,51.517427],[-0.083213,51.5173],[-0.082721,51.517225],[-0.08182,51.517087],[-0.080904,51.516905],[-0.079209,51.516374],[-0.078699,51.516181],[-0.077182,51.515338],[-0.076481,51.51492],[-0.076123,51.514642],[-0.076038,51.514516],[-0.076,51.514403],[-0.075816,51.514201],[-0.075632,51.514],[-0.075489,51.513807],[-0.075417,51.513675],[-0.075405,51.513572],[-0.075432,51.513386],[-0.075579,51.512857],[-0.075582,51.512374],[-0.075305,51.51111],[-0.075461,51.510697],[-0.075873,51.51026],[-0.076132,51.510044],[-0.076132,51.510044],[-0.076232,51.509994],[-0.076393,51.509927],[-0.076637,51.509872],[-0.07775,51.509812],[-0.077918,51.509777],[-0.078315,51.509614],[-0.078459,51.509585],[-0.079634,51.509646],[-0.080401,51.509664],[-0.082688,51.510446],[-0.083154,51.510558],[-0.083836,51.51063],[-0.08432,51.510633],[-0.085172,51.510581],[-0.085733,51.5106],[-0.086103,51.510651],[-0.086474,51.510732],[-0.086677,51.510777],[-0.086986,51.51092],[-0.08721,51.51099],[-0.08921,51.511376],[-0.089636,51.511409],[-0.090072,51.511398],[-0.090323,51.511391],[-0.09074,51.51142],[-0.092122,51.511664],[-0.093754,51.51191],[-0.094202,51.511945],[-0.094576,51.511974],[-0.096267,51.511856],[-0.097312,51.511841],[-0.098324,51.511882],[-0.101462,51.512074],[-0.10192,51.512068],[-0.10255,51.511946],[-0.103776,51.511597],[-0.104327,51.511439],[-0.105099,51.511268],[-0.105405,51.511231],[-0.106959,51.511209],[-0.110963,51.511202],[-0.112412,51.511165],[-0.113294,51.511111],[-0.113746,51.511062],[-0.114771,51.510917],[-0.114813,51.510911],[-0.11565,51.51075],[-0.11639,51.510549],[-0.118538,51.509893],[-0.118998,51.509728],[-0.120054,51.509183],[-0.120878,51.508638],[-0.121308,51.508398],[-0.121497,51.508252],[-0.12187,51.507835],[-0.122109,51.50762],[-0.122393,51.507252],[-0.122577,51.507014],[-0.122854,51.506394],[-0.123316,51.504856],[-0.123944,51.502549],[-0.124076,51.502186],[-0.12422,51.501947],[-0.124432,51.501734],[-0.124736,51.501501],[-0.125113,51.501278],[-0.125227,51.501211],[-0.125956,51.500878],[-0.127643,51.500167],[-0.12791,51.500064],[-0.128444,51.499921],[-0.129032,51.499823],[-0.129689,51.499766],[-0.130311,51.499749],[-0.132116,51.499769],[-0.132743,51.499734],[-0.133327,51.499652],[-0.133368,51.499646],[-0.134338,51.499413],[-0.135346,51.49904],[-0.137312,51.498049],[-0.137982,51.497748],[-0.138709,51.497516],[-0.139331,51.497368],[-0.14022,51.49709],[-0.140954,51.496819],[-0.141521,51.496673],[-0.142996,51.496387],[-0.14323,51.496358],[-0.143744,51.496334],[-0.143744,51.496334],[-0.144727,51.49634],[-0.145167,51.496285],[-0.145602,51.496173],[-0.145799,51.496104],[-0.146156,51.495933],[-0.146338,51.495815],[-0.146493,51.495671],[-0.147271,51.494756],[-0.148389,51.493346],[-0.1487,51.493069],[-0.149128,51.492832],[-0.149361,51.492742],[-0.150929,51.492202],[-0.151659,51.492023],[-0.152267,51.491959],[-0.154001,51.491882],[-0.154408,51.491907],[-0.155307,51.492052],[-0.156037,51.492193],[-0.156452,51.492329],[-0.159622,51.493367],[-0.161356,51.493634],[-0.170653,51.494033],[-0.17217,51.494013],[-0.173915,51.494077],[-0.174218,51.494088],[-0.174655,51.494085],[-0.17542,51.494043],[-0.179202,51.493723],[-0.179702,51.493739],[-0.180215,51.49379],[-0.182942,51.494333],[-0.183472,51.494438],[-0.185823,51.49494],[-0.186239,51.495078],[-0.186471,51.495196],[-0.186973,51.495503],[-0.187592,51.496102],[-0.18796,51.496573],[-0.188355,51.497138],[-0.189274,51.498091],[-0.190968,51.499262],[-0.192304,51.500554],[-0.192436,51.500697],[-0.19266,51.500941],[-0.193223,51.501639],[-0.193665,51.50246],[-0.194295,51.503994],[-0.195339,51.506758],[-0.196068,51.508813],[-0.196086,51.509076],[-0.196095,51.5092],[-0.195965,51.509807],[-0.195828,51.510126],[-0.195566,51.510493],[-0.195336,51.510761],[-0.194846,51.511108],[-0.194557,51.511263],[-0.193812,51.51154],[-0.192471,51.511832],[-0.191841,51.511941],[-0.189812,51.512191],[-0.188054,51.512317],[-0.187837,51.512333],[-0.186532,51.512392],[-0.185371,51.512468],[-0.18303,51.512666],[-0.182144,51.512778],[-0.181449,51.512895],[-0.180866,51.513016],[-0.180304,51.513202],[-0.1796,51.513438],[-0.178902,51.513774],[-0.177047,51.514775],[-0.176075,51.5151],[-0.175462,51.515449],[-0.174859,51.515768],[-0.173853,51.516299],[-0.172244,51.5172],[-0.171782,51.5175],[-0.171257,51.518028],[-0.170912,51.51821],[-0.170743,51.51827],[-0.169455,51.518957],[-0.168831,51.519326],[-0.168276,51.519587],[-0.167594,51.519847]]},"properties":{"line":"Circle","name":"Circle","color":"#FFCE00","order":2}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[0.093459,51.603687],[0.094929,51.608461],[0.095052,51.608958],[0.095083,51.609427],[0.094988,51.60995],[0.094858,51.610328],[0.094592,51.61076],[0.093862,51.61176],[0.09339,51.612359],[0.092956,51.612786],[0.092516,51.613121],[0.092121,51.613332],[0.091545,51.613639],[0.088946,51.614447],[0.08633,51.615159],[0.084016,51.615864],[0.082211,51.616317],[0.074748,51.617826],[0.074523,51.617863],[0.072696,51.618158],[0.066725,51.619049],[0.064485,51.61932],[0.06261,51.619422],[0.061513,51.619449],[0.059979,51.619427],[0.058604,51.619355],[0.056389,51.619118],[0.053709,51.6187],[0.043934,51.617114],[0.04388,51.617106],[0.043399,51.617006],[0.042492,51.616753],[0.042046,51.61658],[0.041368,51.616227],[0.040813,51.615844],[0.035769,51.609524],[0.034878,51.608293],[0.034352,51.607479],[0.03408,51.607023],[0.033859,51.606655],[0.029667,51.599037],[0.028805,51.597215],[0.028248,51.595719],[0.02795,51.594654],[0.027342,51.591724],[0.027221,51.591139],[0.026941,51.590144],[0.026569,51.589128],[0.026066,51.588034],[0.025506,51.587005],[0.025006,51.58619],[0.024,51.584686],[0.022859,51.582856],[0.022259,51.581815],[0.021851,51.581189],[0.021566,51.580805],[0.016844,51.574429],[0.016148,51.573724],[0.015717,51.573408],[0.015336,51.57318],[0.012291,51.571603],[0.011713,51.571269],[0.011171,51.570925],[0.010224,51.570258],[0.00937,51.569577],[0.0086,51.568811],[0.008103,51.568222],[0.007945,51.568035],[0.00608,51.56531],[0.005372,51.564441],[0.004634,51.563636],[0.001794,51.561243],[0.000181,51.560184],[-0.005677,51.556468],[-0.005979,51.556277],[-0.006517,51.555862],[-0.007278,51.555117],[-0.007716,51.554483],[-0.007932,51.553799],[-0.007957,51.553425],[-0.007921,51.553039],[-0.00773,51.552467],[-0.007267,51.551702],[-0.007075,51.551485],[-0.006712,51.551159],[-0.006041,51.550704],[-0.005518,51.550391],[-0.004996,51.550109],[-0.00438,51.54985],[-0.002995,51.549361],[-0.002174,51.549037],[-0.001046,51.548473],[-0.000563,51.548152],[-0.000214,51.547849],[0.000383,51.547102],[0.000587,51.54674],[0.000734,51.546387],[0.000833,51.546062],[0.000873,51.545777],[0.000857,51.545409],[0.000767,51.545134],[0.000543,51.544772],[-0.000059,51.544145],[-0.000369,51.543892],[-0.001382,51.543149],[-0.002526,51.542371],[-0.003748,51.541582],[-0.003884,51.541494],[-0.004699,51.540876],[-0.005643,51.540356],[-0.006231,51.539866],[-0.007626,51.538539],[-0.009314,51.537096],[-0.011629,51.535687],[-0.015015,51.533804],[-0.016716,51.532792],[-0.018219,51.531772],[-0.021992,51.52898],[-0.02338,51.528287],[-0.025048,51.527586],[-0.02618,51.527185],[-0.028159,51.526643],[-0.032049,51.525784],[-0.032616,51.525633],[-0.032892,51.525522],[-0.033445,51.525356],[-0.033445,51.525356],[-0.034718,51.525158],[-0.035568,51.524933],[-0.03721,51.52438],[-0.037838,51.524222],[-0.038744,51.524053],[-0.039257,51.523997],[-0.040627,51.52394],[-0.042103,51.523957],[-0.043435,51.524023],[-0.044725,51.524138],[-0.045463,51.524242],[-0.046134,51.524399],[-0.047322,51.524778],[-0.054381,51.527187],[-0.055281,51.52742],[-0.055488,51.527473],[-0.056628,51.527636],[-0.057214,51.527662],[-0.057875,51.527655],[-0.058703,51.527604],[-0.061698,51.52731],[-0.065996,51.526925],[-0.06676,51.526795],[-0.067371,51.52665],[-0.067966,51.526462],[-0.070148,51.52564],[-0.071927,51.524812],[-0.075582,51.523181],[-0.076187,51.522832],[-0.077728,51.521871],[-0.082074,51.518669],[-0.08258,51.518172],[-0.083027,51.517664],[-0.083126,51.51747],[-0.083213,51.5173],[-0.083542,51.516461],[-0.083679,51.516213],[-0.084239,51.515537],[-0.084556,51.515245],[-0.08496,51.514988],[-0.085448,51.514796],[-0.085587,51.514706],[-0.086194,51.514173],[-0.086362,51.514104],[-0.086518,51.514053],[-0.087846,51.51377],[-0.089012,51.513447],[-0.089063,51.513432],[-0.08945,51.513402],[-0.089825,51.513428],[-0.095909,51.514454],[-0.096318,51.514561],[-0.097476,51.514923],[-0.098127,51.515127],[-0.100283,51.515763],[-0.105159,51.517374],[-0.106516,51.517716],[-0.111685,51.518081],[-0.112121,51.518112],[-0.113408,51.518097],[-0.116287,51.518028],[-0.117911,51.517815],[-0.119723,51.517661],[-0.120058,51.517627],[-0.122274,51.517402],[-0.125258,51.517142],[-0.127916,51.516821],[-0.129849,51.516506],[-0.130909,51.516439],[-0.13262,51.516331],[-0.13455,51.516142],[-0.137914,51.515721],[-0.140234,51.515528],[-0.141835,51.515337],[-0.14208,51.515308],[-0.145925,51.514736],[-0.148986,51.514325],[-0.14964,51.514263],[-0.153801,51.513868],[-0.156154,51.513734],[-0.158412,51.51346],[-0.15904,51.513384],[-0.164147,51.512942],[-0.175145,51.511871],[-0.175434,51.511837],[-0.180981,51.51117],[-0.18723,51.5105],[-0.18745,51.510487],[-0.189449,51.510369],[-0.190981,51.510229],[-0.191942,51.510093],[-0.196095,51.5092],[-0.196561,51.509112],[-0.196844,51.509059],[-0.200569,51.508595],[-0.202025,51.50828],[-0.205675,51.507259],[-0.209138,51.50629],[-0.217394,51.50454],[-0.21786,51.504462],[-0.218258,51.504432],[-0.21845,51.504418],[-0.218946,51.504416],[-0.219552,51.504464],[-0.220003,51.504474],[-0.223419,51.504967],[-0.223788,51.505042],[-0.22411,51.505133],[-0.22429,51.505218],[-0.224426,51.50532],[-0.224523,51.505438],[-0.224627,51.50575],[-0.224632,51.506129],[-0.224563,51.506542],[-0.224382,51.507192],[-0.224329,51.507617],[-0.22438,51.511977],[-0.224385,51.512456],[-0.224409,51.512704],[-0.224483,51.513046],[-0.225067,51.514496],[-0.225262,51.51474],[-0.22559,51.514982],[-0.22593,51.51516],[-0.226291,51.515289],[-0.227192,51.51554],[-0.227654,51.515655],[-0.228621,51.515847],[-0.229225,51.515933],[-0.22984,51.515997],[-0.230809,51.51606],[-0.232066,51.516044],[-0.232892,51.515964],[-0.23436,51.515758],[-0.236265,51.515683],[-0.239735,51.515386],[-0.241813,51.515249],[-0.242176,51.515242],[-0.243256,51.515303],[-0.243954,51.515397],[-0.244717,51.515546],[-0.245422,51.515762],[-0.246048,51.51601],[-0.246572,51.516247],[-0.247052,51.516528],[-0.247314,51.516699],[-0.247572,51.516869],[-0.247926,51.517165],[-0.249336,51.51853],[-0.250399,51.519608],[-0.251839,51.520961],[-0.252485,51.521488],[-0.253245,51.521927],[-0.25381,51.52217],[-0.254488,51.522425],[-0.25542,51.52266],[-0.257084,51.523004],[-0.258479,51.523345],[-0.259619,51.523584],[-0.266762,51.525084],[-0.267334,51.525153],[-0.267881,51.525189],[-0.268633,51.525176],[-0.269278,51.525125],[-0.269767,51.525053],[-0.270594,51.524852],[-0.271622,51.524507],[-0.272675,51.523882],[-0.273948,51.523003],[-0.275267,51.522025],[-0.27674,51.520996],[-0.279026,51.519316],[-0.281039,51.517886],[-0.28302,51.516478],[-0.283724,51.516022],[-0.284236,51.515755],[-0.284814,51.515511],[-0.285314,51.515354],[-0.285853,51.51522],[-0.286403,51.515117],[-0.28709,51.515052],[-0.287719,51.515025],[-0.289848,51.515018],[-0.292152,51.515059],[-0.294294,51.515073],[-0.298564,51.514984],[-0.300086,51.515002],[-0.300401,51.514994],[-0.301197,51.514848]]},"properties":{"line":"Central","name":"Central","color":"#DC241F","order":1}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[0.093459,51.603687],[0.092569,51.600797],[0.09221,51.599474],[0.091677,51.597712],[0.091029,51.595669],[0.090909,51.595291],[0.089323,51.590034],[0.088828,51.587343],[0.088597,51.585781],[0.088577,51.58565],[0.088361,51.584412],[0.088192,51.583175],[0.088196,51.582468],[0.088262,51.581679],[0.088437,51.580882],[0.088886,51.579458],[0.089069,51.578786],[0.089522,51.577623],[0.089785,51.576687],[0.089887,51.576221],[0.089947,51.575598],[0.089947,51.575598],[0.08996,51.575123],[0.089912,51.574532],[0.089725,51.573464],[0.089651,51.573133],[0.089421,51.572421],[0.089129,51.571711],[0.088793,51.571131],[0.088467,51.570791],[0.088151,51.570535],[0.087644,51.570259],[0.08708,51.570059],[0.086732,51.569976],[0.08632,51.569914],[0.085941,51.569875],[0.08544,51.56985],[0.084775,51.569842],[0.083447,51.569937],[0.082324,51.570122],[0.081847,51.570245],[0.08141,51.570386],[0.080804,51.570624],[0.070653,51.575652],[0.06899,51.576219],[0.068189,51.576415],[0.06742,51.57654],[0.066768,51.576597],[0.066453,51.576606],[0.066351,51.576609],[0.064118,51.576638],[0.06209,51.576613],[0.055593,51.576397],[0.047247,51.576338],[0.045425,51.576363],[0.045411,51.576363],[0.043598,51.576426],[0.038241,51.576694],[0.037131,51.576718],[0.035155,51.576651],[0.034097,51.576574],[0.032086,51.576343],[0.030518,51.576113],[0.028653,51.575673],[0.028621,51.575666],[0.021148,51.573324],[0.01997,51.572932],[0.018983,51.572637],[0.018197,51.572471],[0.016586,51.572196],[0.01535,51.572057],[0.013723,51.571942],[0.012991,51.571814],[0.012291,51.571603],[0.011713,51.571269],[0.011171,51.570925],[0.010224,51.570258],[0.00937,51.569577],[0.0086,51.568811],[0.008103,51.568222],[0.007945,51.568035],[0.00608,51.56531],[0.005372,51.564441],[0.004634,51.563636],[0.001794,51.561243],[0.000181,51.560184],[-0.005677,51.556468],[-0.005979,51.556277],[-0.006517,51.555862],[-0.007278,51.555117],[-0.007716,51.554483],[-0.007932,51.553799],[-0.007957,51.553425],[-0.007921,51.553039],[-0.00773,51.552467],[-0.007267,51.551702],[-0.007075,51.551485],[-0.006712,51.551159],[-0.006041,51.550704],[-0.005518,51.550391],[-0.004996,51.550109],[-0.00438,51.54985],[-0.002995,51.549361],[-0.002174,51.549037],[-0.001046,51.548473],[-0.000563,51.548152],[-0.000214,51.547849],[0.000383,51.547102],[0.000587,51.54674],[0.000734,51.546387],[0.000833,51.546062],[0.000873,51.545777],[0.000857,51.545409],[0.000767,51.545134],[0.000543,51.544772],[-0.000059,51.544145],[-0.000369,51.543892],[-0.001382,51.543149],[-0.002526,51.542371],[-0.003748,51.541582],[-0.003884,51.541494],[-0.004699,51.540876],[-0.005643,51.540356],[-0.006231,51.539866],[-0.007626,51.538539],[-0.009314,51.537096],[-0.011629,51.535687],[-0.015015,51.533804],[-0.016716,51.532792],[-0.018219,51.531772],[-0.021992,51.52898],[-0.02338,51.528287],[-0.025048,51.527586],[-0.02618,51.527185],[-0.028159,51.526643],[-0.032049,51.525784],[-0.032616,51.525633],[-0.032892,51.525522],[-0.033445,51.525356],[-0.033445,51.525356],[-0.034718,51.525158],[-0.035568,51.524933],[-0.03721,51.52438],[-0.037838,51.524222],[-0.038744,51.524053],[-0.039257,51.523997],[-0.040627,51.52394],[-0.042103,51.523957],[-0.043435,51.524023],[-0.044725,51.524138],[-0.045463,51.524242],[-0.046134,51.524399],[-0.047322,51.524778],[-0.054381,51.527187],[-0.055281,51.52742],[-0.055488,51.527473],[-0.056628,51.527636],[-0.057214,51.527662],[-0.057875,51.527655],[-0.058703,51.527604],[-0.061698,51.52731],[-0.065996,51.526925],[-0.06676,51.526795],[-0.067371,51.52665],[-0.067966,51.526462],[-0.070148,51.52564],[-0.071927,51.524812],[-0.075582,51.523181],[-0.076187,51.522832],[-0.077728,51.521871],[-0.082074,51.518669],[-0.08258,51.518172],[-0.083027,51.517664],[-0.083126,51.51747],[-0.083213,51.5173],[-0.083542,51.516461],[-0.083679,51.516213],[-0.084239,51.515537],[-0.084556,51.515245],[-0.08496,51.514988],[-0.085448,51.514796],[-0.085587,51.514706],[-0.086194,51.514173],[-0.086362,51.514104],[-0.086518,51.514053],[-0.087846,51.51377],[-0.089012,51.513447],[-0.089063,51.513432],[-0.08945,51.513402],[-0.089825,51.513428],[-0.095909,51.514454],[-0.096318,51.514561],[-0.097476,51.514923],[-0.098127,51.515127],[-0.100283,51.515763],[-0.105159,51.517374],[-0.106516,51.517716],[-0.111685,51.518081],[-0.112121,51.518112],[-0.113408,51.518097],[-0.116287,51.518028],[-0.117911,51.517815],[-0.119723,51.517661],[-0.120058,51.517627],[-0.122274,51.517402],[-0.125258,51.517142],[-0.127916,51.516821],[-0.129849,51.516506],[-0.130909,51.516439],[-0.13262,51.516331],[-0.13455,51.516142],[-0.137914,51.515721],[-0.140234,51.515528],[-0.141835,51.515337],[-0.14208,51.515308],[-0.145925,51.514736],[-0.148986,51.514325],[-0.14964,51.514263],[-0.153801,51.513868],[-0.156154,51.513734],[-0.158412,51.51346],[-0.15904,51.513384],[-0.164147,51.512942],[-0.175145,51.511871],[-0.175434,51.511837],[-0.180981,51.51117],[-0.18723,51.5105],[-0.18745,51.510487],[-0.189449,51.510369],[-0.190981,51.510229],[-0.191942,51.510093],[-0.196095,51.5092],[-0.196561,51.509112],[-0.196844,51.509059],[-0.200569,51.508595],[-0.202025,51.50828],[-0.205675,51.507259],[-0.209138,51.50629],[-0.217394,51.50454],[-0.21786,51.504462],[-0.218258,51.504432],[-0.21845,51.504418],[-0.218946,51.504416],[-0.219552,51.504464],[-0.220003,51.504474],[-0.223419,51.504967],[-0.223788,51.505042],[-0.22411,51.505133],[-0.22429,51.505218],[-0.224426,51.50532],[-0.224523,51.505438],[-0.224627,51.50575],[-0.224632,51.506129],[-0.224563,51.506542],[-0.224382,51.507192],[-0.224329,51.507617],[-0.22438,51.511977],[-0.224385,51.512456],[-0.224409,51.512704],[-0.224483,51.513046],[-0.225067,51.514496],[-0.225262,51.51474],[-0.22559,51.514982],[-0.22593,51.51516],[-0.226291,51.515289],[-0.227192,51.51554],[-0.227654,51.515655],[-0.228621,51.515847],[-0.229225,51.515933],[-0.22984,51.515997],[-0.230809,51.51606],[-0.232066,51.516044],[-0.232892,51.515964],[-0.23436,51.515758],[-0.236265,51.515683],[-0.239735,51.515386],[-0.241813,51.515249],[-0.242176,51.515242],[-0.243256,51.515303],[-0.243954,51.515397],[-0.244717,51.515546],[-0.245422,51.515762],[-0.246048,51.51601],[-0.246572,51.516247],[-0.247052,51.516528],[-0.247314,51.516699],[-0.247572,51.516869],[-0.247926,51.517165],[-0.249336,51.51853],[-0.250399,51.519608],[-0.251839,51.520961],[-0.252485,51.521488],[-0.253245,51.521927],[-0.25381,51.52217],[-0.254488,51.522425],[-0.25542,51.52266],[-0.257084,51.523004],[-0.258479,51.523345],[-0.259619,51.523584],[-0.266762,51.525084],[-0.267334,51.525153],[-0.267881,51.525189],[-0.268633,51.525176],[-0.269278,51.525125],[-0.269767,51.525053],[-0.270594,51.524852],[-0.271622,51.524507],[-0.272675,51.523882],[-0.273948,51.523003],[-0.275267,51.522025],[-0.27674,51.520996],[-0.279026,51.519316],[-0.281039,51.517886],[-0.28302,51.516478],[-0.283724,51.516022],[-0.284236,51.515755],[-0.284814,51.515511],[-0.285314,51.515354],[-0.285853,51.51522],[-0.286403,51.515117],[-0.28709,51.515052],[-0.287719,51.515025],[-0.289848,51.515018],[-0.292152,51.515059],[-0.294294,51.515073],[-0.298564,51.514984],[-0.300086,51.515002],[-0.300401,51.514994],[-0.301197,51.514848]]},"properties":{"line":"Central","name":"Central","color":"#DC241F","order":1}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[0.113891,51.693616],[0.113543,51.693282],[0.112691,51.69227],[0.112094,51.691415],[0.111611,51.690598],[0.11139,51.690142],[0.107605,51.681634],[0.106699,51.679723],[0.103196,51.671699],[0.101737,51.668356],[0.101477,51.667535],[0.101351,51.666986],[0.101063,51.665221],[0.100838,51.664358],[0.100499,51.663477],[0.099936,51.662353],[0.099413,51.661519],[0.098763,51.660677],[0.097181,51.658734],[0.096333,51.657513],[0.09448,51.654283],[0.093586,51.652972],[0.091994,51.651155],[0.091006,51.650176],[0.089868,51.649177],[0.088426,51.648129],[0.085117,51.646041],[0.084358,51.645648],[0.083854,51.64542],[0.083573,51.645293],[0.082255,51.644759],[0.081393,51.644461],[0.080268,51.644111],[0.079095,51.643783],[0.076512,51.643172],[0.074176,51.642733],[0.07264,51.642504],[0.070794,51.642281],[0.069497,51.642174],[0.067525,51.642069],[0.065176,51.642011],[0.062746,51.642083],[0.059501,51.642217],[0.059046,51.642217],[0.058364,51.642172],[0.057656,51.642078],[0.05637,51.641817],[0.055984,51.641698],[0.055619,51.641542],[0.055418,51.641436],[0.054945,51.641184],[0.054676,51.641],[0.054469,51.640825],[0.054062,51.640377],[0.053818,51.63993],[0.053625,51.639463],[0.053193,51.638052],[0.052839,51.637231],[0.052504,51.636553],[0.051943,51.635627],[0.049938,51.632964],[0.049315,51.632045],[0.048594,51.630846],[0.048002,51.62961],[0.047517,51.628393],[0.047353,51.627926],[0.04694,51.626495],[0.046603,51.625328],[0.046053,51.623841],[0.045441,51.622468],[0.044566,51.620879],[0.043903,51.619869],[0.043008,51.618629],[0.035769,51.609524],[0.034878,51.608293],[0.034352,51.607479],[0.03408,51.607023],[0.033859,51.606655],[0.029667,51.599037],[0.028805,51.597215],[0.028248,51.595719],[0.02795,51.594654],[0.027342,51.591724],[0.027221,51.591139],[0.026941,51.590144],[0.026569,51.589128],[0.026066,51.588034],[0.025506,51.587005],[0.025006,51.58619],[0.024,51.584686],[0.022859,51.582856],[0.022259,51.581815],[0.021851,51.581189],[0.021566,51.580805],[0.016844,51.574429],[0.016148,51.573724],[0.015717,51.573408],[0.015336,51.57318],[0.012291,51.571603],[0.011713,51.571269],[0.011171,51.570925],[0.010224,51.570258],[0.00937,51.569577],[0.0086,51.568811],[0.008103,51.568222],[0.007945,51.568035],[0.00608,51.56531],[0.005372,51.564441],[0.004634,51.563636],[0.001794,51.561243],[0.000181,51.560184],[-0.005677,51.556468],[-0.005979,51.556277],[-0.006517,51.555862],[-0.007278,51.555117],[-0.007716,51.554483],[-0.007932,51.553799],[-0.007957,51.553425],[-0.007921,51.553039],[-0.00773,51.552467],[-0.007267,51.551702],[-0.007075,51.551485],[-0.006712,51.551159],[-0.006041,51.550704],[-0.005518,51.550391],[-0.004996,51.550109],[-0.00438,51.54985],[-0.002995,51.549361],[-0.002174,51.549037],[-0.001046,51.548473],[-0.000563,51.548152],[-0.000214,51.547849],[0.000383,51.547102],[0.000587,51.54674],[0.000734,51.546387],[0.000833,51.546062],[0.000873,51.545777],[0.000857,51.545409],[0.000767,51.545134],[0.000543,51.544772],[-0.000059,51.544145],[-0.000369,51.543892],[-0.001382,51.543149],[-0.002526,51.542371],[-0.003748,51.541582],[-0.003884,51.541494],[-0.004699,51.540876],[-0.005643,51.540356],[-0.006231,51.539866],[-0.007626,51.538539],[-0.009314,51.537096],[-0.011629,51.535687],[-0.015015,51.533804],[-0.016716,51.532792],[-0.018219,51.531772],[-0.021992,51.52898],[-0.02338,51.528287],[-0.025048,51.527586],[-0.02618,51.527185],[-0.028159,51.526643],[-0.032049,51.525784],[-0.032616,51.525633],[-0.032892,51.525522],[-0.033445,51.525356],[-0.033445,51.525356],[-0.034718,51.525158],[-0.035568,51.524933],[-0.03721,51.52438],[-0.037838,51.524222],[-0.038744,51.524053],[-0.039257,51.523997],[-0.040627,51.52394],[-0.042103,51.523957],[-0.043435,51.524023],[-0.044725,51.524138],[-0.045463,51.524242],[-0.046134,51.524399],[-0.047322,51.524778],[-0.054381,51.527187],[-0.055281,51.52742],[-0.055488,51.527473],[-0.056628,51.527636],[-0.057214,51.527662],[-0.057875,51.527655],[-0.058703,51.527604],[-0.061698,51.52731],[-0.065996,51.526925],[-0.06676,51.526795],[-0.067371,51.52665],[-0.067966,51.526462],[-0.070148,51.52564],[-0.071927,51.524812],[-0.075582,51.523181],[-0.076187,51.522832],[-0.077728,51.521871],[-0.082074,51.518669],[-0.08258,51.518172],[-0.083027,51.517664],[-0.083126,51.51747],[-0.083213,51.5173],[-0.083542,51.516461],[-0.083679,51.516213],[-0.084239,51.515537],[-0.084556,51.515245],[-0.08496,51.514988],[-0.085448,51.514796],[-0.085587,51.514706],[-0.086194,51.514173],[-0.086362,51.514104],[-0.086518,51.514053],[-0.087846,51.51377],[-0.089012,51.513447],[-0.089063,51.513432],[-0.08945,51.513402],[-0.089825,51.513428],[-0.095909,51.514454],[-0.096318,51.514561],[-0.097476,51.514923],[-0.098127,51.515127],[-0.100283,51.515763],[-0.105159,51.517374],[-0.106516,51.517716],[-0.111685,51.518081],[-0.112121,51.518112],[-0.113408,51.518097],[-0.116287,51.518028],[-0.117911,51.517815],[-0.119723,51.517661],[-0.120058,51.517627],[-0.122274,51.517402],[-0.125258,51.517142],[-0.127916,51.516821],[-0.129849,51.516506],[-0.130909,51.516439],[-0.13262,51.516331],[-0.13455,51.516142],[-0.137914,51.515721],[-0.140234,51.515528],[-0.141835,51.515337],[-0.14208,51.515308],[-0.145925,51.514736],[-0.148986,51.514325],[-0.14964,51.514263],[-0.153801,51.513868],[-0.156154,51.513734],[-0.158412,51.51346],[-0.15904,51.513384],[-0.164147,51.512942],[-0.175145,51.511871],[-0.175434,51.511837],[-0.180981,51.51117],[-0.18723,51.5105],[-0.18745,51.510487],[-0.189449,51.510369],[-0.190981,51.510229],[-0.191942,51.510093],[-0.196095,51.5092],[-0.196561,51.509112],[-0.196844,51.509059],[-0.200569,51.508595],[-0.202025,51.50828],[-0.205675,51.507259],[-0.209138,51.50629],[-0.217394,51.50454],[-0.21786,51.504462],[-0.218258,51.504432],[-0.21845,51.504418],[-0.218946,51.504416],[-0.219552,51.504464],[-0.220003,51.504474],[-0.223419,51.504967],[-0.223788,51.505042],[-0.22411,51.505133],[-0.22429,51.505218],[-0.224426,51.50532],[-0.224523,51.505438],[-0.224627,51.50575],[-0.224632,51.506129],[-0.224563,51.506542],[-0.224382,51.507192],[-0.224329,51.507617],[-0.22438,51.511977],[-0.224385,51.512456],[-0.224409,51.512704],[-0.224483,51.513046],[-0.225067,51.514496],[-0.225262,51.51474],[-0.22559,51.514982],[-0.22593,51.51516],[-0.226291,51.515289],[-0.227654,51.515655],[-0.228621,51.515847],[-0.229225,51.515933],[-0.22984,51.515997],[-0.230809,51.51606],[-0.232066,51.516044],[-0.232892,51.515964],[-0.23436,51.515758],[-0.236265,51.515683],[-0.239735,51.515386],[-0.241813,51.515249],[-0.242176,51.515242],[-0.243256,51.515303],[-0.243954,51.515397],[-0.244717,51.515546],[-0.245422,51.515762],[-0.246048,51.51601],[-0.246572,51.516247],[-0.247052,51.516528],[-0.247314,51.516699],[-0.247572,51.516869],[-0.247926,51.517165],[-0.249336,51.51853],[-0.250399,51.519608],[-0.251839,51.520961],[-0.252485,51.521488],[-0.253245,51.521927],[-0.25381,51.52217],[-0.254488,51.522425],[-0.25542,51.52266],[-0.257084,51.523004],[-0.258479,51.523345],[-0.259619,51.523584],[-0.266762,51.525084],[-0.267228,51.525175],[-0.267699,51.52523],[-0.26881,51.525306],[-0.269545,51.525439],[-0.270152,51.525581],[-0.27088,51.525824],[-0.271793,51.526047],[-0.278322,51.527347],[-0.286252,51.528882],[-0.291437,51.529944],[-0.2929,51.530224],[-0.293287,51.530298],[-0.29544,51.530638],[-0.298575,51.531069],[-0.300473,51.531285],[-0.301379,51.531408],[-0.303702,51.53179],[-0.305257,51.532095],[-0.306386,51.532365],[-0.308099,51.532815],[-0.310076,51.533301],[-0.323734,51.536774],[-0.324062,51.536857],[-0.328635,51.538039],[-0.332693,51.539018],[-0.335253,51.539579],[-0.338485,51.540434],[-0.33942,51.540725],[-0.340863,51.54111],[-0.3431,51.541742],[-0.344816,51.542188],[-0.346291,51.542545],[-0.35095,51.543675],[-0.352218,51.544003],[-0.356156,51.545078],[-0.360863,51.546307],[-0.368413,51.548221],[-0.38352,51.552052],[-0.384524,51.552276],[-0.385075,51.552374],[-0.387482,51.552729],[-0.38817,51.552865],[-0.388742,51.553],[-0.389402,51.553183],[-0.390427,51.553542],[-0.397229,51.556283],[-0.398095,51.556621],[-0.398454,51.556746],[-0.399288,51.557035],[-0.40279,51.558142],[-0.407142,51.559645],[-0.409993,51.560541],[-0.410839,51.560822],[-0.41135,51.560991],[-0.412731,51.561479],[-0.41502,51.562231],[-0.417777,51.563093],[-0.424407,51.56527],[-0.425968,51.565833],[-0.427586,51.56637],[-0.431359,51.567593],[-0.434792,51.568679],[-0.437662,51.569632]]},"properties":{"line":"Central","name":"Central","color":"#DC241F","order":1}}]} \ No newline at end of file +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.088999, + 51.513447 + ], + [ + -0.093158, + 51.512464 + ], + [ + -0.094894, + 51.512121 + ], + [ + -0.096309, + 51.5119 + ], + [ + -0.097313, + 51.511867 + ], + [ + -0.0983, + 51.511896 + ], + [ + -0.100869, + 51.512087 + ], + [ + -0.102138, + 51.512124 + ], + [ + -0.102672, + 51.512114 + ], + [ + -0.10335, + 51.51206 + ], + [ + -0.10359, + 51.512011 + ], + [ + -0.103836, + 51.511932 + ], + [ + -0.104152, + 51.511777 + ], + [ + -0.104467, + 51.511549 + ], + [ + -0.104627, + 51.511399 + ], + [ + -0.105576, + 51.510129 + ], + [ + -0.106238, + 51.50952 + ], + [ + -0.107236, + 51.508749 + ], + [ + -0.107761, + 51.508461 + ], + [ + -0.108076, + 51.508317 + ], + [ + -0.108291, + 51.508167 + ], + [ + -0.108459, + 51.508013 + ], + [ + -0.108587, + 51.507847 + ], + [ + -0.108762, + 51.507452 + ], + [ + -0.108843, + 51.506864 + ], + [ + -0.108939, + 51.506692 + ], + [ + -0.10907, + 51.506572 + ], + [ + -0.109259, + 51.506476 + ], + [ + -0.113405, + 51.504908 + ], + [ + -0.113608, + 51.504799 + ], + [ + -0.113795, + 51.504652 + ], + [ + -0.113981, + 51.50447 + ], + [ + -0.114096, + 51.504309 + ], + [ + -0.114192, + 51.504066 + ], + [ + -0.114332, + 51.503662 + ], + [ + -0.114369, + 51.503479 + ] + ] + }, + "properties": { + "line": "WaterlooAndCity", + "name": "Waterloo & City", + "color": "#76D0BD", + "order": 18 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.02001, + 51.58293 + ], + [ + -0.020899, + 51.583083 + ], + [ + -0.035934, + 51.586007 + ], + [ + -0.040462, + 51.586492 + ], + [ + -0.041143, + 51.586604 + ], + [ + -0.041339, + 51.586636 + ], + [ + -0.041842, + 51.58676 + ], + [ + -0.042498, + 51.586883 + ], + [ + -0.04327, + 51.58695 + ], + [ + -0.043577, + 51.586954 + ], + [ + -0.044894, + 51.586881 + ], + [ + -0.048916, + 51.586554 + ], + [ + -0.050066, + 51.586545 + ], + [ + -0.050887, + 51.586621 + ], + [ + -0.051496, + 51.586739 + ], + [ + -0.053149, + 51.587223 + ], + [ + -0.056407, + 51.588282 + ], + [ + -0.057068, + 51.588448 + ], + [ + -0.058089, + 51.588608 + ], + [ + -0.058507, + 51.588625 + ], + [ + -0.058933, + 51.588616 + ], + [ + -0.059253, + 51.588579 + ], + [ + -0.059714, + 51.588478 + ], + [ + -0.060444, + 51.58829 + ], + [ + -0.062432, + 51.587778 + ], + [ + -0.063881, + 51.587373 + ], + [ + -0.065645, + 51.586807 + ], + [ + -0.066762, + 51.586405 + ], + [ + -0.067417, + 51.586129 + ], + [ + -0.068006, + 51.585841 + ], + [ + -0.070914, + 51.584258 + ], + [ + -0.074503, + 51.582726 + ], + [ + -0.075114, + 51.582448 + ], + [ + -0.075419, + 51.582271 + ], + [ + -0.076792, + 51.581473 + ], + [ + -0.079635, + 51.579976 + ], + [ + -0.081592, + 51.57891 + ], + [ + -0.082554, + 51.578194 + ], + [ + -0.085212, + 51.575556 + ], + [ + -0.085838, + 51.575023 + ], + [ + -0.08647, + 51.574524 + ], + [ + -0.087166, + 51.574029 + ], + [ + -0.087975, + 51.573618 + ], + [ + -0.08895, + 51.573236 + ], + [ + -0.09564, + 51.570928 + ], + [ + -0.096994, + 51.570592 + ], + [ + -0.098852, + 51.570218 + ], + [ + -0.103358, + 51.56952 + ], + [ + -0.104051, + 51.569333 + ], + [ + -0.104636, + 51.569099 + ], + [ + -0.105111, + 51.568824 + ], + [ + -0.105465, + 51.568531 + ], + [ + -0.105761, + 51.568156 + ], + [ + -0.106125, + 51.567358 + ], + [ + -0.106476, + 51.566056 + ], + [ + -0.106512, + 51.565599 + ], + [ + -0.106385, + 51.565142 + ], + [ + -0.106338, + 51.564639 + ], + [ + -0.106403, + 51.564391 + ], + [ + -0.106507, + 51.563992 + ], + [ + -0.106875, + 51.563127 + ], + [ + -0.107048, + 51.562261 + ], + [ + -0.107714, + 51.560376 + ], + [ + -0.10782, + 51.559107 + ], + [ + -0.107802, + 51.558499 + ], + [ + -0.107703, + 51.558044 + ], + [ + -0.106501, + 51.55437 + ], + [ + -0.1041, + 51.548133 + ], + [ + -0.103698, + 51.546794 + ], + [ + -0.103525, + 51.546287 + ], + [ + -0.103372, + 51.545842 + ], + [ + -0.103177, + 51.545004 + ], + [ + -0.103019, + 51.544101 + ], + [ + -0.102907, + 51.542716 + ], + [ + -0.102985, + 51.54163 + ], + [ + -0.103167, + 51.540774 + ], + [ + -0.103477, + 51.540122 + ], + [ + -0.103789, + 51.539671 + ], + [ + -0.104296, + 51.53918 + ], + [ + -0.10483, + 51.538769 + ], + [ + -0.105566, + 51.538297 + ], + [ + -0.119739, + 51.531656 + ], + [ + -0.120882, + 51.531188 + ], + [ + -0.121607, + 51.530964 + ], + [ + -0.122944, + 51.530605 + ], + [ + -0.123721, + 51.530405 + ], + [ + -0.123849, + 51.53038 + ], + [ + -0.124534, + 51.530243 + ], + [ + -0.125584, + 51.530059 + ], + [ + -0.126807, + 51.529888 + ], + [ + -0.127719, + 51.529739 + ], + [ + -0.130476, + 51.529175 + ], + [ + -0.131429, + 51.529047 + ], + [ + -0.131994, + 51.528992 + ], + [ + -0.132494, + 51.528905 + ], + [ + -0.133348, + 51.528711 + ], + [ + -0.134051, + 51.528502 + ], + [ + -0.134286, + 51.528432 + ], + [ + -0.135062, + 51.528115 + ], + [ + -0.13557, + 51.527827 + ], + [ + -0.135948, + 51.527498 + ], + [ + -0.136328, + 51.527129 + ], + [ + -0.136568, + 51.526699 + ], + [ + -0.136937, + 51.526212 + ], + [ + -0.137339, + 51.52551 + ], + [ + -0.138099, + 51.524653 + ], + [ + -0.138316, + 51.524546 + ], + [ + -0.139374, + 51.524022 + ], + [ + -0.140248, + 51.523555 + ], + [ + -0.140886, + 51.523057 + ], + [ + -0.141524, + 51.522372 + ], + [ + -0.14192, + 51.521784 + ], + [ + -0.142149, + 51.5212 + ], + [ + -0.142299, + 51.520649 + ], + [ + -0.142422, + 51.519954 + ], + [ + -0.142623, + 51.517654 + ], + [ + -0.142594, + 51.516608 + ], + [ + -0.142453, + 51.516127 + ], + [ + -0.14208, + 51.515308 + ], + [ + -0.142054, + 51.51511 + ], + [ + -0.141955, + 51.514357 + ], + [ + -0.142001, + 51.513578 + ], + [ + -0.142163, + 51.513036 + ], + [ + -0.142306, + 51.512684 + ], + [ + -0.143435, + 51.510588 + ], + [ + -0.143875, + 51.509337 + ], + [ + -0.143967, + 51.50879 + ], + [ + -0.143906, + 51.507987 + ], + [ + -0.143614, + 51.507241 + ], + [ + -0.143262, + 51.506756 + ], + [ + -0.143119, + 51.506557 + ], + [ + -0.141847, + 51.504916 + ], + [ + -0.141151, + 51.503892 + ], + [ + -0.140758, + 51.503259 + ], + [ + -0.140548, + 51.502808 + ], + [ + -0.140388, + 51.502244 + ], + [ + -0.140334, + 51.50179 + ], + [ + -0.140388, + 51.501299 + ], + [ + -0.140615, + 51.500571 + ], + [ + -0.141004, + 51.499649 + ], + [ + -0.141483, + 51.498813 + ], + [ + -0.142573, + 51.497232 + ], + [ + -0.143106, + 51.496554 + ], + [ + -0.14323, + 51.496358 + ], + [ + -0.143812, + 51.495127 + ], + [ + -0.143887, + 51.494969 + ], + [ + -0.144077, + 51.494308 + ], + [ + -0.144147, + 51.493601 + ], + [ + -0.144129, + 51.492911 + ], + [ + -0.144007, + 51.492305 + ], + [ + -0.1437, + 51.491609 + ], + [ + -0.143236, + 51.490946 + ], + [ + -0.142544, + 51.490416 + ], + [ + -0.14186, + 51.49007 + ], + [ + -0.140973, + 51.489782 + ], + [ + -0.139973, + 51.489534 + ], + [ + -0.139171, + 51.489358 + ], + [ + -0.138223, + 51.489221 + ], + [ + -0.136238, + 51.489084 + ], + [ + -0.133788, + 51.48894 + ], + [ + -0.132954, + 51.488891 + ], + [ + -0.132008, + 51.488769 + ], + [ + -0.131131, + 51.488566 + ], + [ + -0.130277, + 51.488342 + ], + [ + -0.129483, + 51.488099 + ], + [ + -0.128596, + 51.48772 + ], + [ + -0.124084, + 51.485472 + ], + [ + -0.12308, + 51.484972 + ], + [ + -0.12258, + 51.484676 + ], + [ + -0.122212, + 51.484344 + ], + [ + -0.121863, + 51.483877 + ], + [ + -0.121669, + 51.483454 + ], + [ + -0.121377, + 51.48269 + ], + [ + -0.12079, + 51.480801 + ], + [ + -0.119965, + 51.477317 + ], + [ + -0.119906, + 51.476752 + ], + [ + -0.119934, + 51.476281 + ], + [ + -0.120092, + 51.475621 + ], + [ + -0.120307, + 51.475121 + ], + [ + -0.120736, + 51.474485 + ], + [ + -0.12165, + 51.473467 + ], + [ + -0.122215, + 51.472972 + ], + [ + -0.122336, + 51.472722 + ], + [ + -0.122361, + 51.472403 + ], + [ + -0.122502, + 51.47218 + ], + [ + -0.122702, + 51.472047 + ], + [ + -0.123056, + 51.471811 + ], + [ + -0.123638, + 51.471602 + ], + [ + -0.124038, + 51.471375 + ], + [ + -0.124739, + 51.470761 + ], + [ + -0.125264, + 51.470223 + ], + [ + -0.125712, + 51.469436 + ], + [ + -0.12583, + 51.468411 + ], + [ + -0.125783, + 51.467573 + ], + [ + -0.12568, + 51.466871 + ], + [ + -0.125392, + 51.466199 + ], + [ + -0.124893, + 51.465546 + ], + [ + -0.124553, + 51.465235 + ], + [ + -0.124045, + 51.464863 + ], + [ + -0.123477, + 51.464579 + ], + [ + -0.122339, + 51.464138 + ], + [ + -0.121589, + 51.463931 + ], + [ + -0.114872, + 51.462606 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.14935, + 51.651605 + ], + [ + -0.147727, + 51.651086 + ], + [ + -0.146815, + 51.650821 + ], + [ + -0.144688, + 51.650388 + ], + [ + -0.142978, + 51.650143 + ], + [ + -0.142227, + 51.650084 + ], + [ + -0.140745, + 51.650011 + ], + [ + -0.139204, + 51.649872 + ], + [ + -0.138758, + 51.649803 + ], + [ + -0.136719, + 51.649413 + ], + [ + -0.135572, + 51.649108 + ], + [ + -0.135183, + 51.64899 + ], + [ + -0.133872, + 51.64848 + ], + [ + -0.132616, + 51.647918 + ], + [ + -0.131904, + 51.64756 + ], + [ + -0.131904, + 51.64756 + ], + [ + -0.129991, + 51.646699 + ], + [ + -0.129206, + 51.646278 + ], + [ + -0.128602, + 51.645794 + ], + [ + -0.12822, + 51.645391 + ], + [ + -0.127904, + 51.64488 + ], + [ + -0.127538, + 51.643885 + ], + [ + -0.127236, + 51.643155 + ], + [ + -0.125059, + 51.637105 + ], + [ + -0.124941, + 51.636478 + ], + [ + -0.124909, + 51.635686 + ], + [ + -0.124955, + 51.635234 + ], + [ + -0.125063, + 51.634879 + ], + [ + -0.125183, + 51.634603 + ], + [ + -0.125333, + 51.634358 + ], + [ + -0.125621, + 51.633992 + ], + [ + -0.125973, + 51.633642 + ], + [ + -0.126406, + 51.63331 + ], + [ + -0.127798, + 51.632342 + ], + [ + -0.127811, + 51.632334 + ], + [ + -0.128981, + 51.631465 + ], + [ + -0.13059, + 51.630198 + ], + [ + -0.132833, + 51.628681 + ], + [ + -0.133375, + 51.628252 + ], + [ + -0.134443, + 51.627309 + ], + [ + -0.134906, + 51.626757 + ], + [ + -0.135176, + 51.62636 + ], + [ + -0.135494, + 51.625754 + ], + [ + -0.135734, + 51.625039 + ], + [ + -0.135832, + 51.624449 + ], + [ + -0.135845, + 51.623902 + ], + [ + -0.135808, + 51.623537 + ], + [ + -0.135391, + 51.620689 + ], + [ + -0.135288, + 51.620161 + ], + [ + -0.135113, + 51.619736 + ], + [ + -0.134915, + 51.619401 + ], + [ + -0.133879, + 51.618165 + ], + [ + -0.133574, + 51.617626 + ], + [ + -0.133386, + 51.617112 + ], + [ + -0.133265, + 51.616355 + ], + [ + -0.132963, + 51.614472 + ], + [ + -0.132949, + 51.612404 + ], + [ + -0.132901, + 51.612019 + ], + [ + -0.132773, + 51.611597 + ], + [ + -0.132484, + 51.611078 + ], + [ + -0.132061, + 51.610538 + ], + [ + -0.131847, + 51.61033 + ], + [ + -0.131442, + 51.610014 + ], + [ + -0.130813, + 51.609661 + ], + [ + -0.130223, + 51.609404 + ], + [ + -0.128338, + 51.608792 + ], + [ + -0.127011, + 51.608258 + ], + [ + -0.125715, + 51.607676 + ], + [ + -0.124214, + 51.607096 + ], + [ + -0.124134, + 51.607066 + ], + [ + -0.123209, + 51.606671 + ], + [ + -0.122825, + 51.606408 + ], + [ + -0.12238, + 51.606009 + ], + [ + -0.122023, + 51.60558 + ], + [ + -0.121617, + 51.605011 + ], + [ + -0.120971, + 51.603887 + ], + [ + -0.12041, + 51.603161 + ], + [ + -0.119722, + 51.60254 + ], + [ + -0.119113, + 51.602152 + ], + [ + -0.118708, + 51.601942 + ], + [ + -0.114527, + 51.600273 + ], + [ + -0.113176, + 51.599599 + ], + [ + -0.112278, + 51.599191 + ], + [ + -0.111702, + 51.598868 + ], + [ + -0.111005, + 51.598389 + ], + [ + -0.109755, + 51.597419 + ], + [ + -0.109755, + 51.597419 + ], + [ + -0.107629, + 51.595571 + ], + [ + -0.103928, + 51.592227 + ], + [ + -0.103608, + 51.591825 + ], + [ + -0.103404, + 51.591518 + ], + [ + -0.102833, + 51.59029 + ], + [ + -0.102271, + 51.589082 + ], + [ + -0.101818, + 51.588393 + ], + [ + -0.100637, + 51.586429 + ], + [ + -0.100121, + 51.585138 + ], + [ + -0.099605, + 51.582893 + ], + [ + -0.098741, + 51.57765 + ], + [ + -0.098655, + 51.57733 + ], + [ + -0.098462, + 51.576954 + ], + [ + -0.098187, + 51.576584 + ], + [ + -0.096783, + 51.574838 + ], + [ + -0.095673, + 51.573406 + ], + [ + -0.095479, + 51.573102 + ], + [ + -0.09528, + 51.572699 + ], + [ + -0.095163, + 51.572296 + ], + [ + -0.095148, + 51.571913 + ], + [ + -0.095202, + 51.57162 + ], + [ + -0.095334, + 51.571323 + ], + [ + -0.095534, + 51.571047 + ], + [ + -0.095819, + 51.570804 + ], + [ + -0.096384, + 51.570321 + ], + [ + -0.096956, + 51.569867 + ], + [ + -0.097399, + 51.5696 + ], + [ + -0.097839, + 51.569368 + ], + [ + -0.098308, + 51.569187 + ], + [ + -0.098891, + 51.569072 + ], + [ + -0.099529, + 51.568998 + ], + [ + -0.100328, + 51.568958 + ], + [ + -0.101852, + 51.568938 + ], + [ + -0.10275, + 51.568889 + ], + [ + -0.103429, + 51.568797 + ], + [ + -0.104094, + 51.568626 + ], + [ + -0.104641, + 51.56839 + ], + [ + -0.105086, + 51.568094 + ], + [ + -0.105515, + 51.567634 + ], + [ + -0.10586, + 51.567087 + ], + [ + -0.106123, + 51.566218 + ], + [ + -0.106239, + 51.56558 + ], + [ + -0.106363, + 51.564396 + ], + [ + -0.106445, + 51.563611 + ], + [ + -0.106731, + 51.562197 + ], + [ + -0.106998, + 51.558725 + ], + [ + -0.106998, + 51.558725 + ], + [ + -0.107715, + 51.557712 + ], + [ + -0.108732, + 51.556893 + ], + [ + -0.110054, + 51.555447 + ], + [ + -0.111845, + 51.553641 + ], + [ + -0.11296, + 51.552768 + ], + [ + -0.113009, + 51.55273 + ], + [ + -0.116383, + 51.55048 + ], + [ + -0.117756, + 51.54921 + ], + [ + -0.118317, + 51.548422 + ], + [ + -0.120113, + 51.545902 + ], + [ + -0.121063, + 51.544107 + ], + [ + -0.12183, + 51.542543 + ], + [ + -0.122152, + 51.541595 + ], + [ + -0.122414, + 51.540588 + ], + [ + -0.122458, + 51.539252 + ], + [ + -0.122528, + 51.538368 + ], + [ + -0.122542, + 51.533203 + ], + [ + -0.122615, + 51.53186 + ], + [ + -0.122665, + 51.531536 + ], + [ + -0.122879, + 51.53076 + ], + [ + -0.122944, + 51.530605 + ], + [ + -0.123154, + 51.53024 + ], + [ + -0.123846, + 51.529041 + ], + [ + -0.125264, + 51.526324 + ], + [ + -0.125388, + 51.525926 + ], + [ + -0.125397, + 51.525653 + ], + [ + -0.125318, + 51.525341 + ], + [ + -0.1244, + 51.523733 + ], + [ + -0.124232, + 51.523353 + ], + [ + -0.124203, + 51.523145 + ], + [ + -0.124218, + 51.522911 + ], + [ + -0.124274, + 51.522006 + ], + [ + -0.124235, + 51.52184 + ], + [ + -0.124156, + 51.521677 + ], + [ + -0.123912, + 51.521365 + ], + [ + -0.123767, + 51.52122 + ], + [ + -0.122554, + 51.520193 + ], + [ + -0.121303, + 51.519198 + ], + [ + -0.121084, + 51.518978 + ], + [ + -0.120703, + 51.518494 + ], + [ + -0.12037, + 51.518004 + ], + [ + -0.120072, + 51.517426 + ], + [ + -0.119758, + 51.516821 + ], + [ + -0.119689, + 51.516534 + ], + [ + -0.119699, + 51.516413 + ], + [ + -0.119755, + 51.51629 + ], + [ + -0.120005, + 51.516082 + ], + [ + -0.120357, + 51.515882 + ], + [ + -0.121599, + 51.51501 + ], + [ + -0.121738, + 51.514875 + ], + [ + -0.122005, + 51.514495 + ], + [ + -0.122191, + 51.514321 + ], + [ + -0.124196, + 51.51306 + ], + [ + -0.124196, + 51.51306 + ], + [ + -0.125262, + 51.512477 + ], + [ + -0.126018, + 51.512128 + ], + [ + -0.128302, + 51.511291 + ], + [ + -0.12849, + 51.511223 + ], + [ + -0.129941, + 51.510783 + ], + [ + -0.131933, + 51.510287 + ], + [ + -0.132873, + 51.510097 + ], + [ + -0.133898, + 51.509852 + ], + [ + -0.13467, + 51.509667 + ], + [ + -0.135798, + 51.50932 + ], + [ + -0.137975, + 51.5086 + ], + [ + -0.139257, + 51.508223 + ], + [ + -0.139753, + 51.508058 + ], + [ + -0.141175, + 51.507496 + ], + [ + -0.141665, + 51.507276 + ], + [ + -0.142783, + 51.506735 + ], + [ + -0.142835, + 51.506709 + ], + [ + -0.143922, + 51.506131 + ], + [ + -0.147655, + 51.504234 + ], + [ + -0.148106, + 51.504019 + ], + [ + -0.148947, + 51.503694 + ], + [ + -0.149738, + 51.503457 + ], + [ + -0.150127, + 51.503375 + ], + [ + -0.152817, + 51.502915 + ], + [ + -0.155811, + 51.502402 + ], + [ + -0.156617, + 51.502291 + ], + [ + -0.158026, + 51.502206 + ], + [ + -0.158555, + 51.502149 + ], + [ + -0.158836, + 51.502096 + ], + [ + -0.159719, + 51.501866 + ], + [ + -0.160557, + 51.501616 + ], + [ + -0.160592, + 51.501606 + ], + [ + -0.161074, + 51.501392 + ], + [ + -0.161448, + 51.501184 + ], + [ + -0.161857, + 51.50089 + ], + [ + -0.162556, + 51.500277 + ], + [ + -0.162875, + 51.500046 + ], + [ + -0.16364, + 51.499561 + ], + [ + -0.168675, + 51.496764 + ], + [ + -0.169027, + 51.496448 + ], + [ + -0.169179, + 51.496184 + ], + [ + -0.169373, + 51.495682 + ], + [ + -0.169544, + 51.495462 + ], + [ + -0.16967, + 51.495352 + ], + [ + -0.169938, + 51.495166 + ], + [ + -0.170116, + 51.495086 + ], + [ + -0.170731, + 51.494916 + ], + [ + -0.171053, + 51.494768 + ], + [ + -0.171519, + 51.494285 + ], + [ + -0.171673, + 51.494188 + ], + [ + -0.171955, + 51.494062 + ], + [ + -0.17217, + 51.494013 + ], + [ + -0.173915, + 51.494077 + ], + [ + -0.174218, + 51.494088 + ], + [ + -0.174655, + 51.494085 + ], + [ + -0.17542, + 51.494043 + ], + [ + -0.179202, + 51.493723 + ], + [ + -0.179702, + 51.493739 + ], + [ + -0.180215, + 51.49379 + ], + [ + -0.182942, + 51.494333 + ], + [ + -0.183472, + 51.494438 + ], + [ + -0.185817, + 51.494939 + ], + [ + -0.18628, + 51.495013 + ], + [ + -0.186726, + 51.495029 + ], + [ + -0.187759, + 51.49499 + ], + [ + -0.188224, + 51.494916 + ], + [ + -0.188551, + 51.494822 + ], + [ + -0.188997, + 51.494675 + ], + [ + -0.189497, + 51.494453 + ], + [ + -0.189832, + 51.494266 + ], + [ + -0.193087, + 51.49219 + ], + [ + -0.193903, + 51.491652 + ], + [ + -0.19519, + 51.490803 + ], + [ + -0.195892, + 51.490372 + ], + [ + -0.196395, + 51.490151 + ], + [ + -0.196808, + 51.49004 + ], + [ + -0.197289, + 51.489954 + ], + [ + -0.197819, + 51.489906 + ], + [ + -0.198333, + 51.489896 + ], + [ + -0.198887, + 51.489922 + ], + [ + -0.199531, + 51.490025 + ], + [ + -0.20009, + 51.490185 + ], + [ + -0.201888, + 51.491035 + ], + [ + -0.202527, + 51.491221 + ], + [ + -0.202884, + 51.491278 + ], + [ + -0.20325, + 51.491296 + ], + [ + -0.203851, + 51.491255 + ], + [ + -0.204161, + 51.491215 + ], + [ + -0.204446, + 51.491153 + ], + [ + -0.207444, + 51.490255 + ], + [ + -0.207846, + 51.490163 + ], + [ + -0.208261, + 51.490087 + ], + [ + -0.209106, + 51.489987 + ], + [ + -0.209805, + 51.489946 + ], + [ + -0.210349, + 51.489939 + ], + [ + -0.210899, + 51.489959 + ], + [ + -0.211835, + 51.49004 + ], + [ + -0.213586, + 51.490233 + ], + [ + -0.213926, + 51.49027 + ], + [ + -0.214924, + 51.490297 + ], + [ + -0.216879, + 51.490229 + ], + [ + -0.218948, + 51.490126 + ], + [ + -0.219362, + 51.490134 + ], + [ + -0.219633, + 51.490158 + ], + [ + -0.22016, + 51.49022 + ], + [ + -0.220401, + 51.49027 + ], + [ + -0.22089, + 51.490395 + ], + [ + -0.221312, + 51.490535 + ], + [ + -0.221547, + 51.490642 + ], + [ + -0.222067, + 51.490942 + ], + [ + -0.222315, + 51.49114 + ], + [ + -0.22263, + 51.491438 + ], + [ + -0.223809, + 51.49259 + ], + [ + -0.224028, + 51.492804 + ], + [ + -0.224505, + 51.493077 + ], + [ + -0.225957, + 51.493499 + ], + [ + -0.226523, + 51.493609 + ], + [ + -0.226902, + 51.493658 + ], + [ + -0.227169, + 51.493662 + ], + [ + -0.228286, + 51.493601 + ], + [ + -0.22882, + 51.4936 + ], + [ + -0.229526, + 51.493622 + ], + [ + -0.232409, + 51.493811 + ], + [ + -0.233911, + 51.493982 + ], + [ + -0.236411, + 51.494166 + ], + [ + -0.23712, + 51.494255 + ], + [ + -0.239801, + 51.494685 + ], + [ + -0.240843, + 51.494794 + ], + [ + -0.242327, + 51.494908 + ], + [ + -0.243322, + 51.494924 + ], + [ + -0.244664, + 51.49489 + ], + [ + -0.24534, + 51.494904 + ], + [ + -0.246928, + 51.495025 + ], + [ + -0.248193, + 51.49508 + ], + [ + -0.250884, + 51.495146 + ], + [ + -0.25453, + 51.495143 + ], + [ + -0.25453, + 51.495143 + ], + [ + -0.257067, + 51.495065 + ], + [ + -0.258175, + 51.49505 + ], + [ + -0.260131, + 51.495061 + ], + [ + -0.26138, + 51.494959 + ], + [ + -0.265648, + 51.494496 + ], + [ + -0.266584, + 51.494461 + ], + [ + -0.267151, + 51.494476 + ], + [ + -0.267609, + 51.494516 + ], + [ + -0.268122, + 51.494579 + ], + [ + -0.269416, + 51.494799 + ], + [ + -0.270409, + 51.495129 + ], + [ + -0.271073, + 51.495435 + ], + [ + -0.271686, + 51.495799 + ], + [ + -0.272691, + 51.49667 + ], + [ + -0.273218, + 51.497034 + ], + [ + -0.273703, + 51.497319 + ], + [ + -0.274451, + 51.497669 + ], + [ + -0.276341, + 51.498465 + ], + [ + -0.276851, + 51.498726 + ], + [ + -0.277399, + 51.499081 + ], + [ + -0.277896, + 51.49949 + ], + [ + -0.278123, + 51.499726 + ], + [ + -0.278311, + 51.499979 + ], + [ + -0.278632, + 51.500501 + ], + [ + -0.278729, + 51.50072 + ], + [ + -0.278832, + 51.501096 + ], + [ + -0.279269, + 51.501875 + ], + [ + -0.279569, + 51.502266 + ], + [ + -0.279917, + 51.502644 + ], + [ + -0.280137, + 51.502809 + ], + [ + -0.280414, + 51.503017 + ], + [ + -0.281248, + 51.503539 + ], + [ + -0.282142, + 51.504015 + ], + [ + -0.283634, + 51.504908 + ], + [ + -0.285084, + 51.505657 + ], + [ + -0.285865, + 51.506104 + ], + [ + -0.286145, + 51.506293 + ], + [ + -0.286864, + 51.506933 + ], + [ + -0.287133, + 51.507257 + ], + [ + -0.287456, + 51.507728 + ], + [ + -0.287714, + 51.508264 + ], + [ + -0.288075, + 51.509391 + ], + [ + -0.288181, + 51.509907 + ], + [ + -0.288185, + 51.510218 + ], + [ + -0.288189, + 51.510503 + ], + [ + -0.288068, + 51.511017 + ], + [ + -0.287987, + 51.511939 + ], + [ + -0.287868, + 51.512505 + ], + [ + -0.287657, + 51.513255 + ], + [ + -0.287645, + 51.513539 + ], + [ + -0.287691, + 51.513935 + ], + [ + -0.287795, + 51.514202 + ], + [ + -0.288063, + 51.514586 + ], + [ + -0.288612, + 51.515112 + ], + [ + -0.288874, + 51.515321 + ], + [ + -0.289201, + 51.515628 + ], + [ + -0.289324, + 51.515778 + ], + [ + -0.289459, + 51.51614 + ], + [ + -0.289467, + 51.516365 + ], + [ + -0.289435, + 51.516534 + ], + [ + -0.289334, + 51.516756 + ], + [ + -0.289016, + 51.517177 + ], + [ + -0.288755, + 51.517469 + ], + [ + -0.288743, + 51.517483 + ], + [ + -0.288302, + 51.517909 + ], + [ + -0.287796, + 51.51831 + ], + [ + -0.285638, + 51.51968 + ], + [ + -0.285011, + 51.520211 + ], + [ + -0.28437, + 51.520951 + ], + [ + -0.283994, + 51.521566 + ], + [ + -0.283721, + 51.522267 + ], + [ + -0.283644, + 51.522623 + ], + [ + -0.283557, + 51.523673 + ], + [ + -0.283593, + 51.524622 + ], + [ + -0.283638, + 51.525075 + ], + [ + -0.28376, + 51.525874 + ], + [ + -0.283857, + 51.526219 + ], + [ + -0.284083, + 51.526818 + ], + [ + -0.284136, + 51.52692 + ], + [ + -0.284439, + 51.527494 + ], + [ + -0.284879, + 51.52811 + ], + [ + -0.285335, + 51.528622 + ], + [ + -0.286007, + 51.529246 + ], + [ + -0.286594, + 51.529691 + ], + [ + -0.288786, + 51.531072 + ], + [ + -0.289345, + 51.531457 + ], + [ + -0.291071, + 51.532769 + ], + [ + -0.291743, + 51.533407 + ], + [ + -0.292828, + 51.534587 + ], + [ + -0.296501, + 51.53883 + ], + [ + -0.296833, + 51.539165 + ], + [ + -0.297293, + 51.539575 + ], + [ + -0.297639, + 51.539801 + ], + [ + -0.297938, + 51.539962 + ], + [ + -0.298341, + 51.540143 + ], + [ + -0.299575, + 51.540604 + ], + [ + -0.302402, + 51.541659 + ], + [ + -0.302923, + 51.541913 + ], + [ + -0.303416, + 51.542208 + ], + [ + -0.304015, + 51.542732 + ], + [ + -0.304373, + 51.543148 + ], + [ + -0.305244, + 51.544632 + ], + [ + -0.30543, + 51.544909 + ], + [ + -0.305897, + 51.545484 + ], + [ + -0.306591, + 51.546179 + ], + [ + -0.307161, + 51.54663 + ], + [ + -0.30774, + 51.547022 + ], + [ + -0.308755, + 51.547588 + ], + [ + -0.309232, + 51.547816 + ], + [ + -0.315546, + 51.550729 + ], + [ + -0.315804, + 51.550848 + ], + [ + -0.317525, + 51.551567 + ], + [ + -0.321907, + 51.553229 + ], + [ + -0.325016, + 51.554365 + ], + [ + -0.32724, + 51.555221 + ], + [ + -0.327803, + 51.555412 + ], + [ + -0.328309, + 51.555544 + ], + [ + -0.328757, + 51.555636 + ], + [ + -0.329795, + 51.555792 + ], + [ + -0.331258, + 51.555924 + ], + [ + -0.331765, + 51.55598 + ], + [ + -0.332257, + 51.556059 + ], + [ + -0.334218, + 51.55646 + ], + [ + -0.336269, + 51.5569 + ], + [ + -0.337983, + 51.557267 + ], + [ + -0.338978, + 51.55738 + ], + [ + -0.342003, + 51.557541 + ], + [ + -0.342465, + 51.557578 + ], + [ + -0.343174, + 51.557672 + ], + [ + -0.34398, + 51.557876 + ], + [ + -0.344231, + 51.557959 + ], + [ + -0.344878, + 51.558219 + ], + [ + -0.345473, + 51.558496 + ], + [ + -0.345867, + 51.558705 + ], + [ + -0.346657, + 51.55918 + ], + [ + -0.347374, + 51.559698 + ], + [ + -0.347997, + 51.560239 + ], + [ + -0.34893, + 51.561261 + ], + [ + -0.350903, + 51.563561 + ], + [ + -0.351584, + 51.564192 + ], + [ + -0.352228, + 51.56467 + ], + [ + -0.352514, + 51.564882 + ], + [ + -0.354211, + 51.565885 + ], + [ + -0.35479, + 51.566291 + ], + [ + -0.355343, + 51.566743 + ], + [ + -0.356564, + 51.567943 + ], + [ + -0.35737, + 51.568672 + ], + [ + -0.358327, + 51.569427 + ], + [ + -0.35884, + 51.5698 + ], + [ + -0.359715, + 51.570381 + ], + [ + -0.36121, + 51.571259 + ], + [ + -0.363881, + 51.572761 + ], + [ + -0.364898, + 51.573284 + ], + [ + -0.365369, + 51.5735 + ], + [ + -0.366299, + 51.573881 + ], + [ + -0.36775, + 51.574388 + ], + [ + -0.369265, + 51.574833 + ], + [ + -0.369872, + 51.574962 + ], + [ + -0.370856, + 51.575109 + ], + [ + -0.370856, + 51.575109 + ], + [ + -0.373849, + 51.57565 + ], + [ + -0.378714, + 51.576407 + ], + [ + -0.381075, + 51.576731 + ], + [ + -0.382529, + 51.576916 + ], + [ + -0.384647, + 51.577106 + ], + [ + -0.386302, + 51.577203 + ], + [ + -0.388993, + 51.577247 + ], + [ + -0.391254, + 51.577187 + ], + [ + -0.393672, + 51.577025 + ], + [ + -0.395201, + 51.576869 + ], + [ + -0.396505, + 51.5767 + ], + [ + -0.396907, + 51.57663 + ], + [ + -0.399333, + 51.576211 + ], + [ + -0.406322, + 51.574678 + ], + [ + -0.410937, + 51.573618 + ], + [ + -0.412406, + 51.573293 + ], + [ + -0.417799, + 51.572102 + ], + [ + -0.419423, + 51.571834 + ], + [ + -0.420289, + 51.571672 + ], + [ + -0.421436, + 51.571416 + ], + [ + -0.421978, + 51.571295 + ], + [ + -0.42261, + 51.571138 + ], + [ + -0.423399, + 51.570868 + ], + [ + -0.425056, + 51.57026 + ], + [ + -0.425964, + 51.56988 + ], + [ + -0.43016, + 51.568047 + ], + [ + -0.431738, + 51.567389 + ], + [ + -0.433442, + 51.56663 + ], + [ + -0.435907, + 51.565594 + ], + [ + -0.437907, + 51.564799 + ], + [ + -0.438592, + 51.564508 + ], + [ + -0.439209, + 51.564212 + ], + [ + -0.440061, + 51.563725 + ], + [ + -0.440495, + 51.563432 + ], + [ + -0.441035, + 51.56302 + ], + [ + -0.441822, + 51.562297 + ], + [ + -0.442047, + 51.561991 + ], + [ + -0.44263, + 51.561197 + ], + [ + -0.442755, + 51.56098 + ], + [ + -0.442922, + 51.560763 + ], + [ + -0.443072, + 51.560448 + ], + [ + -0.443402, + 51.55946 + ], + [ + -0.44353, + 51.558925 + ], + [ + -0.443706, + 51.558491 + ], + [ + -0.444284, + 51.557499 + ], + [ + -0.444682, + 51.556937 + ], + [ + -0.444901, + 51.556695 + ], + [ + -0.445332, + 51.556292 + ], + [ + -0.445953, + 51.555761 + ], + [ + -0.446929, + 51.555096 + ], + [ + -0.447702, + 51.554679 + ], + [ + -0.448606, + 51.55428 + ], + [ + -0.449364, + 51.553994 + ], + [ + -0.449991, + 51.553797 + ], + [ + -0.462765, + 51.549771 + ], + [ + -0.466332, + 51.548674 + ], + [ + -0.467688, + 51.548367 + ], + [ + -0.468971, + 51.54815 + ], + [ + -0.469477, + 51.548097 + ], + [ + -0.470002, + 51.548072 + ], + [ + -0.471872, + 51.548067 + ], + [ + -0.472612, + 51.548049 + ], + [ + -0.473568, + 51.547931 + ], + [ + -0.474203, + 51.547817 + ], + [ + -0.474746, + 51.547685 + ], + [ + -0.476757, + 51.547056 + ], + [ + -0.477295, + 51.54687 + ], + [ + -0.478171, + 51.546528 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.14935, + 51.651605 + ], + [ + -0.147727, + 51.651086 + ], + [ + -0.146815, + 51.650821 + ], + [ + -0.144688, + 51.650388 + ], + [ + -0.142978, + 51.650143 + ], + [ + -0.142227, + 51.650084 + ], + [ + -0.140745, + 51.650011 + ], + [ + -0.139204, + 51.649872 + ], + [ + -0.138758, + 51.649803 + ], + [ + -0.136719, + 51.649413 + ], + [ + -0.135572, + 51.649108 + ], + [ + -0.135183, + 51.64899 + ], + [ + -0.133872, + 51.64848 + ], + [ + -0.132616, + 51.647918 + ], + [ + -0.131904, + 51.64756 + ], + [ + -0.131904, + 51.64756 + ], + [ + -0.129991, + 51.646699 + ], + [ + -0.129206, + 51.646278 + ], + [ + -0.128602, + 51.645794 + ], + [ + -0.12822, + 51.645391 + ], + [ + -0.127904, + 51.64488 + ], + [ + -0.127538, + 51.643885 + ], + [ + -0.127236, + 51.643155 + ], + [ + -0.125059, + 51.637105 + ], + [ + -0.124941, + 51.636478 + ], + [ + -0.124909, + 51.635686 + ], + [ + -0.124955, + 51.635234 + ], + [ + -0.125063, + 51.634879 + ], + [ + -0.125183, + 51.634603 + ], + [ + -0.125333, + 51.634358 + ], + [ + -0.125621, + 51.633992 + ], + [ + -0.125973, + 51.633642 + ], + [ + -0.126406, + 51.63331 + ], + [ + -0.127798, + 51.632342 + ], + [ + -0.127811, + 51.632334 + ], + [ + -0.128981, + 51.631465 + ], + [ + -0.13059, + 51.630198 + ], + [ + -0.132833, + 51.628681 + ], + [ + -0.133375, + 51.628252 + ], + [ + -0.134443, + 51.627309 + ], + [ + -0.134906, + 51.626757 + ], + [ + -0.135176, + 51.62636 + ], + [ + -0.135494, + 51.625754 + ], + [ + -0.135734, + 51.625039 + ], + [ + -0.135832, + 51.624449 + ], + [ + -0.135845, + 51.623902 + ], + [ + -0.135808, + 51.623537 + ], + [ + -0.135391, + 51.620689 + ], + [ + -0.135288, + 51.620161 + ], + [ + -0.135113, + 51.619736 + ], + [ + -0.134915, + 51.619401 + ], + [ + -0.133879, + 51.618165 + ], + [ + -0.133574, + 51.617626 + ], + [ + -0.133386, + 51.617112 + ], + [ + -0.133265, + 51.616355 + ], + [ + -0.132963, + 51.614472 + ], + [ + -0.132949, + 51.612404 + ], + [ + -0.132901, + 51.612019 + ], + [ + -0.132773, + 51.611597 + ], + [ + -0.132484, + 51.611078 + ], + [ + -0.132061, + 51.610538 + ], + [ + -0.131847, + 51.61033 + ], + [ + -0.131442, + 51.610014 + ], + [ + -0.130813, + 51.609661 + ], + [ + -0.130223, + 51.609404 + ], + [ + -0.128338, + 51.608792 + ], + [ + -0.127011, + 51.608258 + ], + [ + -0.125715, + 51.607676 + ], + [ + -0.124214, + 51.607096 + ], + [ + -0.124134, + 51.607066 + ], + [ + -0.123209, + 51.606671 + ], + [ + -0.122825, + 51.606408 + ], + [ + -0.12238, + 51.606009 + ], + [ + -0.122023, + 51.60558 + ], + [ + -0.121617, + 51.605011 + ], + [ + -0.120971, + 51.603887 + ], + [ + -0.12041, + 51.603161 + ], + [ + -0.119722, + 51.60254 + ], + [ + -0.119113, + 51.602152 + ], + [ + -0.118708, + 51.601942 + ], + [ + -0.114527, + 51.600273 + ], + [ + -0.113176, + 51.599599 + ], + [ + -0.112278, + 51.599191 + ], + [ + -0.111702, + 51.598868 + ], + [ + -0.111005, + 51.598389 + ], + [ + -0.109755, + 51.597419 + ], + [ + -0.109755, + 51.597419 + ], + [ + -0.107629, + 51.595571 + ], + [ + -0.103928, + 51.592227 + ], + [ + -0.103608, + 51.591825 + ], + [ + -0.103404, + 51.591518 + ], + [ + -0.102833, + 51.59029 + ], + [ + -0.102271, + 51.589082 + ], + [ + -0.101818, + 51.588393 + ], + [ + -0.100637, + 51.586429 + ], + [ + -0.100121, + 51.585138 + ], + [ + -0.099605, + 51.582893 + ], + [ + -0.098741, + 51.57765 + ], + [ + -0.098655, + 51.57733 + ], + [ + -0.098462, + 51.576954 + ], + [ + -0.098187, + 51.576584 + ], + [ + -0.096783, + 51.574838 + ], + [ + -0.095673, + 51.573406 + ], + [ + -0.095479, + 51.573102 + ], + [ + -0.09528, + 51.572699 + ], + [ + -0.095163, + 51.572296 + ], + [ + -0.095148, + 51.571913 + ], + [ + -0.095202, + 51.57162 + ], + [ + -0.095334, + 51.571323 + ], + [ + -0.095534, + 51.571047 + ], + [ + -0.095819, + 51.570804 + ], + [ + -0.096384, + 51.570321 + ], + [ + -0.096956, + 51.569867 + ], + [ + -0.097399, + 51.5696 + ], + [ + -0.097839, + 51.569368 + ], + [ + -0.098308, + 51.569187 + ], + [ + -0.098891, + 51.569072 + ], + [ + -0.099529, + 51.568998 + ], + [ + -0.100328, + 51.568958 + ], + [ + -0.101852, + 51.568938 + ], + [ + -0.10275, + 51.568889 + ], + [ + -0.103429, + 51.568797 + ], + [ + -0.104094, + 51.568626 + ], + [ + -0.104641, + 51.56839 + ], + [ + -0.105086, + 51.568094 + ], + [ + -0.105515, + 51.567634 + ], + [ + -0.10586, + 51.567087 + ], + [ + -0.106123, + 51.566218 + ], + [ + -0.106239, + 51.56558 + ], + [ + -0.106363, + 51.564396 + ], + [ + -0.106445, + 51.563611 + ], + [ + -0.106731, + 51.562197 + ], + [ + -0.106998, + 51.558725 + ], + [ + -0.106998, + 51.558725 + ], + [ + -0.107715, + 51.557712 + ], + [ + -0.108732, + 51.556893 + ], + [ + -0.110054, + 51.555447 + ], + [ + -0.111845, + 51.553641 + ], + [ + -0.11296, + 51.552768 + ], + [ + -0.113009, + 51.55273 + ], + [ + -0.116383, + 51.55048 + ], + [ + -0.117756, + 51.54921 + ], + [ + -0.118317, + 51.548422 + ], + [ + -0.120113, + 51.545902 + ], + [ + -0.121063, + 51.544107 + ], + [ + -0.12183, + 51.542543 + ], + [ + -0.122152, + 51.541595 + ], + [ + -0.122414, + 51.540588 + ], + [ + -0.122458, + 51.539252 + ], + [ + -0.122528, + 51.538368 + ], + [ + -0.122542, + 51.533203 + ], + [ + -0.122615, + 51.53186 + ], + [ + -0.122665, + 51.531536 + ], + [ + -0.122879, + 51.53076 + ], + [ + -0.122944, + 51.530605 + ], + [ + -0.123154, + 51.53024 + ], + [ + -0.123846, + 51.529041 + ], + [ + -0.125164, + 51.526522 + ], + [ + -0.125337, + 51.526138 + ], + [ + -0.125402, + 51.525795 + ], + [ + -0.125371, + 51.52548 + ], + [ + -0.125318, + 51.525341 + ], + [ + -0.1244, + 51.523733 + ], + [ + -0.124232, + 51.523353 + ], + [ + -0.124203, + 51.523145 + ], + [ + -0.124218, + 51.522911 + ], + [ + -0.124274, + 51.522006 + ], + [ + -0.124235, + 51.52184 + ], + [ + -0.124156, + 51.521677 + ], + [ + -0.123912, + 51.521365 + ], + [ + -0.123767, + 51.52122 + ], + [ + -0.122554, + 51.520193 + ], + [ + -0.121303, + 51.519198 + ], + [ + -0.121084, + 51.518978 + ], + [ + -0.120703, + 51.518494 + ], + [ + -0.12037, + 51.518004 + ], + [ + -0.120072, + 51.517426 + ], + [ + -0.119758, + 51.516821 + ], + [ + -0.119711, + 51.516684 + ], + [ + -0.119699, + 51.516413 + ], + [ + -0.119755, + 51.51629 + ], + [ + -0.119857, + 51.516188 + ], + [ + -0.120005, + 51.516082 + ], + [ + -0.120357, + 51.515882 + ], + [ + -0.121599, + 51.51501 + ], + [ + -0.121738, + 51.514875 + ], + [ + -0.122005, + 51.514495 + ], + [ + -0.122191, + 51.514321 + ], + [ + -0.124196, + 51.51306 + ], + [ + -0.124196, + 51.51306 + ], + [ + -0.125262, + 51.512477 + ], + [ + -0.126018, + 51.512128 + ], + [ + -0.128302, + 51.511291 + ], + [ + -0.12849, + 51.511223 + ], + [ + -0.129941, + 51.510783 + ], + [ + -0.130663, + 51.5106 + ], + [ + -0.131933, + 51.510287 + ], + [ + -0.132873, + 51.510097 + ], + [ + -0.133898, + 51.509852 + ], + [ + -0.13467, + 51.509667 + ], + [ + -0.135798, + 51.50932 + ], + [ + -0.137975, + 51.5086 + ], + [ + -0.139257, + 51.508223 + ], + [ + -0.139753, + 51.508058 + ], + [ + -0.141175, + 51.507496 + ], + [ + -0.142784, + 51.506733 + ], + [ + -0.142835, + 51.506709 + ], + [ + -0.143922, + 51.506131 + ], + [ + -0.147655, + 51.504234 + ], + [ + -0.148106, + 51.504019 + ], + [ + -0.148539, + 51.503842 + ], + [ + -0.149319, + 51.50357 + ], + [ + -0.149738, + 51.503457 + ], + [ + -0.150127, + 51.503375 + ], + [ + -0.152817, + 51.502915 + ], + [ + -0.155811, + 51.502402 + ], + [ + -0.156617, + 51.502291 + ], + [ + -0.158026, + 51.502206 + ], + [ + -0.158555, + 51.502149 + ], + [ + -0.158836, + 51.502096 + ], + [ + -0.159719, + 51.501866 + ], + [ + -0.160557, + 51.501616 + ], + [ + -0.160592, + 51.501606 + ], + [ + -0.161074, + 51.501392 + ], + [ + -0.161448, + 51.501184 + ], + [ + -0.161857, + 51.50089 + ], + [ + -0.162556, + 51.500277 + ], + [ + -0.162875, + 51.500046 + ], + [ + -0.16364, + 51.499561 + ], + [ + -0.168675, + 51.496764 + ], + [ + -0.169027, + 51.496448 + ], + [ + -0.169179, + 51.496184 + ], + [ + -0.169373, + 51.495682 + ], + [ + -0.169544, + 51.495462 + ], + [ + -0.16967, + 51.495352 + ], + [ + -0.169938, + 51.495166 + ], + [ + -0.170116, + 51.495086 + ], + [ + -0.170731, + 51.494916 + ], + [ + -0.171053, + 51.494768 + ], + [ + -0.171519, + 51.494285 + ], + [ + -0.171673, + 51.494188 + ], + [ + -0.171955, + 51.494062 + ], + [ + -0.17217, + 51.494013 + ], + [ + -0.173915, + 51.494077 + ], + [ + -0.174218, + 51.494088 + ], + [ + -0.174655, + 51.494085 + ], + [ + -0.17542, + 51.494043 + ], + [ + -0.179202, + 51.493723 + ], + [ + -0.179702, + 51.493739 + ], + [ + -0.180215, + 51.49379 + ], + [ + -0.182942, + 51.494333 + ], + [ + -0.183472, + 51.494438 + ], + [ + -0.185817, + 51.494939 + ], + [ + -0.18628, + 51.495013 + ], + [ + -0.186726, + 51.495029 + ], + [ + -0.187203, + 51.49502 + ], + [ + -0.187759, + 51.49499 + ], + [ + -0.188224, + 51.494916 + ], + [ + -0.188997, + 51.494675 + ], + [ + -0.189497, + 51.494453 + ], + [ + -0.189832, + 51.494266 + ], + [ + -0.193087, + 51.49219 + ], + [ + -0.193903, + 51.491652 + ], + [ + -0.19519, + 51.490803 + ], + [ + -0.195892, + 51.490372 + ], + [ + -0.196395, + 51.490151 + ], + [ + -0.196808, + 51.49004 + ], + [ + -0.197289, + 51.489954 + ], + [ + -0.197819, + 51.489906 + ], + [ + -0.198333, + 51.489896 + ], + [ + -0.198887, + 51.489922 + ], + [ + -0.199531, + 51.490025 + ], + [ + -0.20009, + 51.490185 + ], + [ + -0.201888, + 51.491035 + ], + [ + -0.202527, + 51.491221 + ], + [ + -0.202884, + 51.491278 + ], + [ + -0.20325, + 51.491296 + ], + [ + -0.203851, + 51.491255 + ], + [ + -0.204161, + 51.491215 + ], + [ + -0.204446, + 51.491153 + ], + [ + -0.207444, + 51.490255 + ], + [ + -0.208261, + 51.490087 + ], + [ + -0.209106, + 51.489987 + ], + [ + -0.209805, + 51.489946 + ], + [ + -0.210349, + 51.489939 + ], + [ + -0.210899, + 51.489959 + ], + [ + -0.211835, + 51.49004 + ], + [ + -0.213583, + 51.490241 + ], + [ + -0.213749, + 51.49026 + ], + [ + -0.214924, + 51.490297 + ], + [ + -0.216879, + 51.490229 + ], + [ + -0.218948, + 51.490126 + ], + [ + -0.219362, + 51.490134 + ], + [ + -0.219945, + 51.490191 + ], + [ + -0.220401, + 51.49027 + ], + [ + -0.221127, + 51.490464 + ], + [ + -0.221547, + 51.490642 + ], + [ + -0.221893, + 51.49083 + ], + [ + -0.222315, + 51.49114 + ], + [ + -0.223808, + 51.492591 + ], + [ + -0.224028, + 51.492804 + ], + [ + -0.224505, + 51.493077 + ], + [ + -0.225957, + 51.493499 + ], + [ + -0.226523, + 51.493609 + ], + [ + -0.226902, + 51.493658 + ], + [ + -0.227169, + 51.493662 + ], + [ + -0.228286, + 51.493601 + ], + [ + -0.22882, + 51.4936 + ], + [ + -0.229526, + 51.493622 + ], + [ + -0.232409, + 51.493811 + ], + [ + -0.233911, + 51.493982 + ], + [ + -0.236411, + 51.494166 + ], + [ + -0.23712, + 51.494255 + ], + [ + -0.239607, + 51.49466 + ], + [ + -0.240843, + 51.494794 + ], + [ + -0.241795, + 51.494875 + ], + [ + -0.242845, + 51.494921 + ], + [ + -0.244664, + 51.49489 + ], + [ + -0.24534, + 51.494904 + ], + [ + -0.246928, + 51.495025 + ], + [ + -0.248193, + 51.49508 + ], + [ + -0.250884, + 51.495146 + ], + [ + -0.25453, + 51.495143 + ], + [ + -0.25453, + 51.495143 + ], + [ + -0.257067, + 51.495065 + ], + [ + -0.258175, + 51.49505 + ], + [ + -0.260131, + 51.495061 + ], + [ + -0.26138, + 51.494959 + ], + [ + -0.265648, + 51.494496 + ], + [ + -0.266584, + 51.494461 + ], + [ + -0.267151, + 51.494476 + ], + [ + -0.267609, + 51.494516 + ], + [ + -0.268122, + 51.494579 + ], + [ + -0.269416, + 51.494799 + ], + [ + -0.270409, + 51.495129 + ], + [ + -0.271073, + 51.495435 + ], + [ + -0.271686, + 51.495799 + ], + [ + -0.272691, + 51.49667 + ], + [ + -0.273218, + 51.497034 + ], + [ + -0.273703, + 51.497319 + ], + [ + -0.274451, + 51.497669 + ], + [ + -0.276341, + 51.498465 + ], + [ + -0.276851, + 51.498726 + ], + [ + -0.277399, + 51.499081 + ], + [ + -0.277665, + 51.499282 + ], + [ + -0.27801, + 51.499603 + ], + [ + -0.2784, + 51.500106 + ], + [ + -0.278632, + 51.500501 + ], + [ + -0.278729, + 51.50072 + ], + [ + -0.278832, + 51.501096 + ], + [ + -0.27901, + 51.501428 + ], + [ + -0.279269, + 51.501875 + ], + [ + -0.279569, + 51.502266 + ], + [ + -0.279917, + 51.502644 + ], + [ + -0.280137, + 51.502809 + ], + [ + -0.280414, + 51.503017 + ], + [ + -0.280664, + 51.503169 + ], + [ + -0.282503, + 51.5041 + ], + [ + -0.284352, + 51.50508 + ], + [ + -0.285175, + 51.505441 + ], + [ + -0.285791, + 51.505618 + ], + [ + -0.286335, + 51.505718 + ], + [ + -0.286898, + 51.505775 + ], + [ + -0.287482, + 51.505778 + ], + [ + -0.288129, + 51.505732 + ], + [ + -0.28872, + 51.505627 + ], + [ + -0.289345, + 51.505441 + ], + [ + -0.29136, + 51.504646 + ], + [ + -0.292273, + 51.504399 + ], + [ + -0.293302, + 51.504176 + ], + [ + -0.300206, + 51.503214 + ], + [ + -0.301726, + 51.502952 + ], + [ + -0.302632, + 51.502715 + ], + [ + -0.303626, + 51.502354 + ], + [ + -0.306792, + 51.501139 + ], + [ + -0.306847, + 51.501118 + ], + [ + -0.307871, + 51.500793 + ], + [ + -0.30861, + 51.500601 + ], + [ + -0.312875, + 51.499664 + ], + [ + -0.314224, + 51.49942 + ], + [ + -0.314618, + 51.499348 + ], + [ + -0.316938, + 51.49889 + ], + [ + -0.318627, + 51.498507 + ], + [ + -0.319795, + 51.498169 + ], + [ + -0.320606, + 51.497895 + ], + [ + -0.321102, + 51.497703 + ], + [ + -0.323084, + 51.496844 + ], + [ + -0.323703, + 51.496474 + ], + [ + -0.324733, + 51.495748 + ], + [ + -0.32479, + 51.495712 + ], + [ + -0.327134, + 51.494195 + ], + [ + -0.32801, + 51.4936 + ], + [ + -0.334578, + 51.490355 + ], + [ + -0.335337, + 51.489935 + ], + [ + -0.336036, + 51.489479 + ], + [ + -0.341814, + 51.484929 + ], + [ + -0.342197, + 51.484674 + ], + [ + -0.342927, + 51.484271 + ], + [ + -0.343843, + 51.483931 + ], + [ + -0.344747, + 51.483683 + ], + [ + -0.345581, + 51.483503 + ], + [ + -0.347395, + 51.483193 + ], + [ + -0.348547, + 51.482972 + ], + [ + -0.349319, + 51.482771 + ], + [ + -0.350153, + 51.48248 + ], + [ + -0.350942, + 51.482108 + ], + [ + -0.351683, + 51.481652 + ], + [ + -0.352296, + 51.481124 + ], + [ + -0.352296, + 51.481124 + ], + [ + -0.352752, + 51.480641 + ], + [ + -0.353127, + 51.48005 + ], + [ + -0.353335, + 51.479494 + ], + [ + -0.35346, + 51.478861 + ], + [ + -0.353402, + 51.477809 + ], + [ + -0.353379, + 51.476702 + ], + [ + -0.353516, + 51.475887 + ], + [ + -0.353665, + 51.475539 + ], + [ + -0.354058, + 51.474918 + ], + [ + -0.354673, + 51.474255 + ], + [ + -0.354984, + 51.473987 + ], + [ + -0.355401, + 51.473701 + ], + [ + -0.355991, + 51.473366 + ], + [ + -0.356525, + 51.473143 + ], + [ + -0.356641, + 51.473105 + ], + [ + -0.357763, + 51.472745 + ], + [ + -0.359707, + 51.47219 + ], + [ + -0.36093, + 51.471851 + ], + [ + -0.362293, + 51.471515 + ], + [ + -0.363463, + 51.471369 + ], + [ + -0.36411, + 51.471331 + ], + [ + -0.365781, + 51.471333 + ], + [ + -0.366413, + 51.471306 + ], + [ + -0.36696, + 51.471261 + ], + [ + -0.367292, + 51.471233 + ], + [ + -0.368319, + 51.471187 + ], + [ + -0.370049, + 51.471155 + ], + [ + -0.370489, + 51.471171 + ], + [ + -0.371046, + 51.471228 + ], + [ + -0.372284, + 51.471394 + ], + [ + -0.373293, + 51.471613 + ], + [ + -0.373903, + 51.471781 + ], + [ + -0.37488, + 51.472124 + ], + [ + -0.377637, + 51.47328 + ], + [ + -0.378129, + 51.473453 + ], + [ + -0.378834, + 51.473653 + ], + [ + -0.379668, + 51.473819 + ], + [ + -0.381383, + 51.474015 + ], + [ + -0.381721, + 51.474035 + ], + [ + -0.382592, + 51.474038 + ], + [ + -0.383202, + 51.473995 + ], + [ + -0.383904, + 51.473905 + ], + [ + -0.384566, + 51.473789 + ], + [ + -0.385941, + 51.473587 + ], + [ + -0.386205, + 51.473548 + ], + [ + -0.386747, + 51.47351 + ], + [ + -0.387292, + 51.473529 + ], + [ + -0.387947, + 51.473653 + ], + [ + -0.39161, + 51.474661 + ], + [ + -0.392361, + 51.474851 + ], + [ + -0.39294, + 51.474968 + ], + [ + -0.39356, + 51.475066 + ], + [ + -0.394359, + 51.475136 + ], + [ + -0.394939, + 51.47516 + ], + [ + -0.395465, + 51.47515 + ], + [ + -0.396455, + 51.475047 + ], + [ + -0.397066, + 51.474929 + ], + [ + -0.397659, + 51.474783 + ], + [ + -0.398308, + 51.474592 + ], + [ + -0.399694, + 51.474161 + ], + [ + -0.406683, + 51.471905 + ], + [ + -0.414113, + 51.469373 + ], + [ + -0.421877, + 51.466972 + ], + [ + -0.422551, + 51.466805 + ], + [ + -0.423117, + 51.466721 + ], + [ + -0.42343, + 51.466684 + ], + [ + -0.424846, + 51.466518 + ], + [ + -0.425835, + 51.466298 + ], + [ + -0.426241, + 51.466251 + ], + [ + -0.426899, + 51.466223 + ], + [ + -0.42768, + 51.466235 + ], + [ + -0.434118, + 51.466488 + ], + [ + -0.438914, + 51.466711 + ], + [ + -0.440085, + 51.466839 + ], + [ + -0.441178, + 51.467047 + ], + [ + -0.441911, + 51.467239 + ], + [ + -0.443457, + 51.467694 + ], + [ + -0.444584, + 51.468075 + ], + [ + -0.447041, + 51.469038 + ], + [ + -0.452196, + 51.47128 + ], + [ + -0.454451, + 51.472293 + ], + [ + -0.455001, + 51.472505 + ], + [ + -0.455804, + 51.472708 + ], + [ + -0.457084, + 51.472899 + ], + [ + -0.458157, + 51.472998 + ], + [ + -0.459037, + 51.473121 + ], + [ + -0.460526, + 51.473152 + ], + [ + -0.463194, + 51.473269 + ], + [ + -0.464449, + 51.473271 + ], + [ + -0.465743, + 51.473196 + ], + [ + -0.46719, + 51.472972 + ], + [ + -0.468067, + 51.472741 + ], + [ + -0.468918, + 51.472438 + ], + [ + -0.469494, + 51.472103 + ], + [ + -0.469913, + 51.471773 + ], + [ + -0.470288, + 51.47141 + ], + [ + -0.470704, + 51.470883 + ], + [ + -0.47121, + 51.470155 + ], + [ + -0.471876, + 51.468855 + ], + [ + -0.472106, + 51.468062 + ], + [ + -0.472147, + 51.467149 + ], + [ + -0.471985, + 51.466262 + ], + [ + -0.471646, + 51.465594 + ], + [ + -0.470955, + 51.46479 + ], + [ + -0.47004, + 51.464059 + ], + [ + -0.460062, + 51.457771 + ], + [ + -0.458254, + 51.456799 + ], + [ + -0.456516, + 51.456183 + ], + [ + -0.455236, + 51.455999 + ], + [ + -0.451931, + 51.456026 + ], + [ + -0.44952, + 51.456431 + ], + [ + -0.447836, + 51.4571 + ], + [ + -0.446453, + 51.457952 + ], + [ + -0.445799, + 51.458408 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.14935, + 51.651605 + ], + [ + -0.147727, + 51.651086 + ], + [ + -0.146815, + 51.650821 + ], + [ + -0.144688, + 51.650388 + ], + [ + -0.142978, + 51.650143 + ], + [ + -0.142227, + 51.650084 + ], + [ + -0.140745, + 51.650011 + ], + [ + -0.139204, + 51.649872 + ], + [ + -0.138758, + 51.649803 + ], + [ + -0.136719, + 51.649413 + ], + [ + -0.135572, + 51.649108 + ], + [ + -0.135183, + 51.64899 + ], + [ + -0.133872, + 51.64848 + ], + [ + -0.132616, + 51.647918 + ], + [ + -0.131904, + 51.64756 + ], + [ + -0.131904, + 51.64756 + ], + [ + -0.129991, + 51.646699 + ], + [ + -0.129206, + 51.646278 + ], + [ + -0.128602, + 51.645794 + ], + [ + -0.12822, + 51.645391 + ], + [ + -0.127904, + 51.64488 + ], + [ + -0.127538, + 51.643885 + ], + [ + -0.127236, + 51.643155 + ], + [ + -0.125059, + 51.637105 + ], + [ + -0.124941, + 51.636478 + ], + [ + -0.124909, + 51.635686 + ], + [ + -0.124955, + 51.635234 + ], + [ + -0.125063, + 51.634879 + ], + [ + -0.125183, + 51.634603 + ], + [ + -0.125333, + 51.634358 + ], + [ + -0.125621, + 51.633992 + ], + [ + -0.125973, + 51.633642 + ], + [ + -0.126406, + 51.63331 + ], + [ + -0.127798, + 51.632342 + ], + [ + -0.127811, + 51.632334 + ], + [ + -0.128981, + 51.631465 + ], + [ + -0.13059, + 51.630198 + ], + [ + -0.132833, + 51.628681 + ], + [ + -0.133375, + 51.628252 + ], + [ + -0.134443, + 51.627309 + ], + [ + -0.134906, + 51.626757 + ], + [ + -0.135176, + 51.62636 + ], + [ + -0.135494, + 51.625754 + ], + [ + -0.135734, + 51.625039 + ], + [ + -0.135832, + 51.624449 + ], + [ + -0.135845, + 51.623902 + ], + [ + -0.135808, + 51.623537 + ], + [ + -0.135391, + 51.620689 + ], + [ + -0.135288, + 51.620161 + ], + [ + -0.135113, + 51.619736 + ], + [ + -0.134915, + 51.619401 + ], + [ + -0.133879, + 51.618165 + ], + [ + -0.133574, + 51.617626 + ], + [ + -0.133386, + 51.617112 + ], + [ + -0.133265, + 51.616355 + ], + [ + -0.132963, + 51.614472 + ], + [ + -0.132949, + 51.612404 + ], + [ + -0.132901, + 51.612019 + ], + [ + -0.132773, + 51.611597 + ], + [ + -0.132484, + 51.611078 + ], + [ + -0.132061, + 51.610538 + ], + [ + -0.131847, + 51.61033 + ], + [ + -0.131442, + 51.610014 + ], + [ + -0.130813, + 51.609661 + ], + [ + -0.130223, + 51.609404 + ], + [ + -0.128338, + 51.608792 + ], + [ + -0.127011, + 51.608258 + ], + [ + -0.125715, + 51.607676 + ], + [ + -0.124214, + 51.607096 + ], + [ + -0.124134, + 51.607066 + ], + [ + -0.123209, + 51.606671 + ], + [ + -0.122825, + 51.606408 + ], + [ + -0.12238, + 51.606009 + ], + [ + -0.122023, + 51.60558 + ], + [ + -0.121617, + 51.605011 + ], + [ + -0.120971, + 51.603887 + ], + [ + -0.12041, + 51.603161 + ], + [ + -0.119722, + 51.60254 + ], + [ + -0.119113, + 51.602152 + ], + [ + -0.118708, + 51.601942 + ], + [ + -0.114527, + 51.600273 + ], + [ + -0.113176, + 51.599599 + ], + [ + -0.112278, + 51.599191 + ], + [ + -0.111702, + 51.598868 + ], + [ + -0.111005, + 51.598389 + ], + [ + -0.109755, + 51.597419 + ], + [ + -0.109755, + 51.597419 + ], + [ + -0.107629, + 51.595571 + ], + [ + -0.103928, + 51.592227 + ], + [ + -0.103608, + 51.591825 + ], + [ + -0.103404, + 51.591518 + ], + [ + -0.102833, + 51.59029 + ], + [ + -0.102271, + 51.589082 + ], + [ + -0.101818, + 51.588393 + ], + [ + -0.100637, + 51.586429 + ], + [ + -0.100121, + 51.585138 + ], + [ + -0.099605, + 51.582893 + ], + [ + -0.098741, + 51.57765 + ], + [ + -0.098655, + 51.57733 + ], + [ + -0.098462, + 51.576954 + ], + [ + -0.098187, + 51.576584 + ], + [ + -0.096783, + 51.574838 + ], + [ + -0.095673, + 51.573406 + ], + [ + -0.095479, + 51.573102 + ], + [ + -0.09528, + 51.572699 + ], + [ + -0.095163, + 51.572296 + ], + [ + -0.095148, + 51.571913 + ], + [ + -0.095202, + 51.57162 + ], + [ + -0.095334, + 51.571323 + ], + [ + -0.095534, + 51.571047 + ], + [ + -0.095819, + 51.570804 + ], + [ + -0.096384, + 51.570321 + ], + [ + -0.096956, + 51.569867 + ], + [ + -0.097399, + 51.5696 + ], + [ + -0.097839, + 51.569368 + ], + [ + -0.098308, + 51.569187 + ], + [ + -0.098891, + 51.569072 + ], + [ + -0.099529, + 51.568998 + ], + [ + -0.100328, + 51.568958 + ], + [ + -0.101852, + 51.568938 + ], + [ + -0.10275, + 51.568889 + ], + [ + -0.103429, + 51.568797 + ], + [ + -0.104094, + 51.568626 + ], + [ + -0.104641, + 51.56839 + ], + [ + -0.105086, + 51.568094 + ], + [ + -0.105515, + 51.567634 + ], + [ + -0.10586, + 51.567087 + ], + [ + -0.106123, + 51.566218 + ], + [ + -0.106239, + 51.56558 + ], + [ + -0.106363, + 51.564396 + ], + [ + -0.106445, + 51.563611 + ], + [ + -0.106731, + 51.562197 + ], + [ + -0.106998, + 51.558725 + ], + [ + -0.106998, + 51.558725 + ], + [ + -0.107715, + 51.557712 + ], + [ + -0.108732, + 51.556893 + ], + [ + -0.110054, + 51.555447 + ], + [ + -0.111845, + 51.553641 + ], + [ + -0.11296, + 51.552768 + ], + [ + -0.113009, + 51.55273 + ], + [ + -0.116383, + 51.55048 + ], + [ + -0.117756, + 51.54921 + ], + [ + -0.118317, + 51.548422 + ], + [ + -0.120113, + 51.545902 + ], + [ + -0.121063, + 51.544107 + ], + [ + -0.12183, + 51.542543 + ], + [ + -0.122152, + 51.541595 + ], + [ + -0.122414, + 51.540588 + ], + [ + -0.122458, + 51.539252 + ], + [ + -0.122528, + 51.538368 + ], + [ + -0.122542, + 51.533203 + ], + [ + -0.122615, + 51.53186 + ], + [ + -0.122665, + 51.531536 + ], + [ + -0.122879, + 51.53076 + ], + [ + -0.122944, + 51.530605 + ], + [ + -0.123154, + 51.53024 + ], + [ + -0.123846, + 51.529041 + ], + [ + -0.125264, + 51.526324 + ], + [ + -0.125388, + 51.525926 + ], + [ + -0.125397, + 51.525653 + ], + [ + -0.125318, + 51.525341 + ], + [ + -0.1244, + 51.523733 + ], + [ + -0.124232, + 51.523353 + ], + [ + -0.124203, + 51.523145 + ], + [ + -0.124218, + 51.522911 + ], + [ + -0.124274, + 51.522006 + ], + [ + -0.124235, + 51.52184 + ], + [ + -0.124156, + 51.521677 + ], + [ + -0.123912, + 51.521365 + ], + [ + -0.123767, + 51.52122 + ], + [ + -0.122554, + 51.520193 + ], + [ + -0.121303, + 51.519198 + ], + [ + -0.121084, + 51.518978 + ], + [ + -0.120703, + 51.518494 + ], + [ + -0.12037, + 51.518004 + ], + [ + -0.120072, + 51.517426 + ], + [ + -0.119758, + 51.516821 + ], + [ + -0.119711, + 51.516684 + ], + [ + -0.119699, + 51.516413 + ], + [ + -0.119755, + 51.51629 + ], + [ + -0.119857, + 51.516188 + ], + [ + -0.120005, + 51.516082 + ], + [ + -0.120357, + 51.515882 + ], + [ + -0.121599, + 51.51501 + ], + [ + -0.121738, + 51.514875 + ], + [ + -0.122005, + 51.514495 + ], + [ + -0.122191, + 51.514321 + ], + [ + -0.124196, + 51.51306 + ], + [ + -0.124196, + 51.51306 + ], + [ + -0.125262, + 51.512477 + ], + [ + -0.126018, + 51.512128 + ], + [ + -0.128302, + 51.511291 + ], + [ + -0.12849, + 51.511223 + ], + [ + -0.129941, + 51.510783 + ], + [ + -0.130663, + 51.5106 + ], + [ + -0.131933, + 51.510287 + ], + [ + -0.132873, + 51.510097 + ], + [ + -0.133898, + 51.509852 + ], + [ + -0.13467, + 51.509667 + ], + [ + -0.135798, + 51.50932 + ], + [ + -0.137975, + 51.5086 + ], + [ + -0.139257, + 51.508223 + ], + [ + -0.139753, + 51.508058 + ], + [ + -0.141175, + 51.507496 + ], + [ + -0.141665, + 51.507276 + ], + [ + -0.142783, + 51.506735 + ], + [ + -0.142835, + 51.506709 + ], + [ + -0.143922, + 51.506131 + ], + [ + -0.148106, + 51.504019 + ], + [ + -0.148539, + 51.503842 + ], + [ + -0.149319, + 51.50357 + ], + [ + -0.149738, + 51.503457 + ], + [ + -0.150127, + 51.503375 + ], + [ + -0.152817, + 51.502915 + ], + [ + -0.155811, + 51.502402 + ], + [ + -0.156617, + 51.502291 + ], + [ + -0.158026, + 51.502206 + ], + [ + -0.158555, + 51.502149 + ], + [ + -0.158836, + 51.502096 + ], + [ + -0.159719, + 51.501866 + ], + [ + -0.160557, + 51.501616 + ], + [ + -0.160592, + 51.501606 + ], + [ + -0.161074, + 51.501392 + ], + [ + -0.161448, + 51.501184 + ], + [ + -0.161857, + 51.50089 + ], + [ + -0.162556, + 51.500277 + ], + [ + -0.162875, + 51.500046 + ], + [ + -0.16364, + 51.499561 + ], + [ + -0.168675, + 51.496764 + ], + [ + -0.169027, + 51.496448 + ], + [ + -0.169179, + 51.496184 + ], + [ + -0.169373, + 51.495682 + ], + [ + -0.169544, + 51.495462 + ], + [ + -0.16967, + 51.495352 + ], + [ + -0.169938, + 51.495166 + ], + [ + -0.170116, + 51.495086 + ], + [ + -0.170731, + 51.494916 + ], + [ + -0.171053, + 51.494768 + ], + [ + -0.171519, + 51.494285 + ], + [ + -0.171673, + 51.494188 + ], + [ + -0.171955, + 51.494062 + ], + [ + -0.17217, + 51.494013 + ], + [ + -0.173915, + 51.494077 + ], + [ + -0.174218, + 51.494088 + ], + [ + -0.174655, + 51.494085 + ], + [ + -0.17542, + 51.494043 + ], + [ + -0.179202, + 51.493723 + ], + [ + -0.179702, + 51.493739 + ], + [ + -0.180215, + 51.49379 + ], + [ + -0.182942, + 51.494333 + ], + [ + -0.183472, + 51.494438 + ], + [ + -0.185817, + 51.494939 + ], + [ + -0.18628, + 51.495013 + ], + [ + -0.186726, + 51.495029 + ], + [ + -0.187203, + 51.49502 + ], + [ + -0.187759, + 51.49499 + ], + [ + -0.188224, + 51.494916 + ], + [ + -0.188997, + 51.494675 + ], + [ + -0.189497, + 51.494453 + ], + [ + -0.189832, + 51.494266 + ], + [ + -0.193087, + 51.49219 + ], + [ + -0.193903, + 51.491652 + ], + [ + -0.19519, + 51.490803 + ], + [ + -0.195892, + 51.490372 + ], + [ + -0.196395, + 51.490151 + ], + [ + -0.196808, + 51.49004 + ], + [ + -0.197289, + 51.489954 + ], + [ + -0.197819, + 51.489906 + ], + [ + -0.198333, + 51.489896 + ], + [ + -0.198887, + 51.489922 + ], + [ + -0.199531, + 51.490025 + ], + [ + -0.20009, + 51.490185 + ], + [ + -0.201888, + 51.491035 + ], + [ + -0.202527, + 51.491221 + ], + [ + -0.202884, + 51.491278 + ], + [ + -0.20325, + 51.491296 + ], + [ + -0.203851, + 51.491255 + ], + [ + -0.204161, + 51.491215 + ], + [ + -0.204446, + 51.491153 + ], + [ + -0.207444, + 51.490255 + ], + [ + -0.208261, + 51.490087 + ], + [ + -0.209106, + 51.489987 + ], + [ + -0.209805, + 51.489946 + ], + [ + -0.210349, + 51.489939 + ], + [ + -0.210899, + 51.489959 + ], + [ + -0.211835, + 51.49004 + ], + [ + -0.213583, + 51.490241 + ], + [ + -0.213749, + 51.49026 + ], + [ + -0.214924, + 51.490297 + ], + [ + -0.216879, + 51.490229 + ], + [ + -0.218948, + 51.490126 + ], + [ + -0.219362, + 51.490134 + ], + [ + -0.219945, + 51.490191 + ], + [ + -0.220401, + 51.49027 + ], + [ + -0.221127, + 51.490464 + ], + [ + -0.221547, + 51.490642 + ], + [ + -0.221893, + 51.49083 + ], + [ + -0.222315, + 51.49114 + ], + [ + -0.223808, + 51.492591 + ], + [ + -0.224028, + 51.492804 + ], + [ + -0.224505, + 51.493077 + ], + [ + -0.225957, + 51.493499 + ], + [ + -0.226523, + 51.493609 + ], + [ + -0.226902, + 51.493658 + ], + [ + -0.227169, + 51.493662 + ], + [ + -0.228286, + 51.493601 + ], + [ + -0.22882, + 51.4936 + ], + [ + -0.229526, + 51.493622 + ], + [ + -0.232409, + 51.493811 + ], + [ + -0.233911, + 51.493982 + ], + [ + -0.236411, + 51.494166 + ], + [ + -0.23712, + 51.494255 + ], + [ + -0.239607, + 51.49466 + ], + [ + -0.240843, + 51.494794 + ], + [ + -0.241795, + 51.494875 + ], + [ + -0.242845, + 51.494921 + ], + [ + -0.244664, + 51.49489 + ], + [ + -0.24534, + 51.494904 + ], + [ + -0.246928, + 51.495025 + ], + [ + -0.248193, + 51.49508 + ], + [ + -0.250884, + 51.495146 + ], + [ + -0.25453, + 51.495143 + ], + [ + -0.25453, + 51.495143 + ], + [ + -0.257067, + 51.495065 + ], + [ + -0.258175, + 51.49505 + ], + [ + -0.260131, + 51.495061 + ], + [ + -0.26138, + 51.494959 + ], + [ + -0.265648, + 51.494496 + ], + [ + -0.266584, + 51.494461 + ], + [ + -0.267151, + 51.494476 + ], + [ + -0.267609, + 51.494516 + ], + [ + -0.268122, + 51.494579 + ], + [ + -0.269416, + 51.494799 + ], + [ + -0.270409, + 51.495129 + ], + [ + -0.271073, + 51.495435 + ], + [ + -0.271686, + 51.495799 + ], + [ + -0.272691, + 51.49667 + ], + [ + -0.273218, + 51.497034 + ], + [ + -0.273703, + 51.497319 + ], + [ + -0.274451, + 51.497669 + ], + [ + -0.276341, + 51.498465 + ], + [ + -0.276851, + 51.498726 + ], + [ + -0.277399, + 51.499081 + ], + [ + -0.277665, + 51.499282 + ], + [ + -0.27801, + 51.499603 + ], + [ + -0.2784, + 51.500106 + ], + [ + -0.278632, + 51.500501 + ], + [ + -0.278729, + 51.50072 + ], + [ + -0.278832, + 51.501096 + ], + [ + -0.27901, + 51.501428 + ], + [ + -0.279269, + 51.501875 + ], + [ + -0.279569, + 51.502266 + ], + [ + -0.279917, + 51.502644 + ], + [ + -0.280137, + 51.502809 + ], + [ + -0.280414, + 51.503017 + ], + [ + -0.280664, + 51.503169 + ], + [ + -0.282503, + 51.5041 + ], + [ + -0.284352, + 51.50508 + ], + [ + -0.285175, + 51.505441 + ], + [ + -0.285791, + 51.505618 + ], + [ + -0.286335, + 51.505718 + ], + [ + -0.286898, + 51.505775 + ], + [ + -0.287482, + 51.505778 + ], + [ + -0.288129, + 51.505732 + ], + [ + -0.28872, + 51.505627 + ], + [ + -0.289345, + 51.505441 + ], + [ + -0.29136, + 51.504646 + ], + [ + -0.292273, + 51.504399 + ], + [ + -0.293302, + 51.504176 + ], + [ + -0.300206, + 51.503214 + ], + [ + -0.301726, + 51.502952 + ], + [ + -0.302632, + 51.502715 + ], + [ + -0.303626, + 51.502354 + ], + [ + -0.306792, + 51.501139 + ], + [ + -0.306847, + 51.501118 + ], + [ + -0.307871, + 51.500793 + ], + [ + -0.30861, + 51.500601 + ], + [ + -0.312875, + 51.499664 + ], + [ + -0.314224, + 51.49942 + ], + [ + -0.314618, + 51.499348 + ], + [ + -0.316938, + 51.49889 + ], + [ + -0.318627, + 51.498507 + ], + [ + -0.319795, + 51.498169 + ], + [ + -0.320606, + 51.497895 + ], + [ + -0.321102, + 51.497703 + ], + [ + -0.323084, + 51.496844 + ], + [ + -0.323703, + 51.496474 + ], + [ + -0.324733, + 51.495748 + ], + [ + -0.32479, + 51.495712 + ], + [ + -0.327134, + 51.494195 + ], + [ + -0.32801, + 51.4936 + ], + [ + -0.334578, + 51.490355 + ], + [ + -0.335337, + 51.489935 + ], + [ + -0.336036, + 51.489479 + ], + [ + -0.341814, + 51.484929 + ], + [ + -0.342197, + 51.484674 + ], + [ + -0.342927, + 51.484271 + ], + [ + -0.343843, + 51.483931 + ], + [ + -0.344747, + 51.483683 + ], + [ + -0.345581, + 51.483503 + ], + [ + -0.347395, + 51.483193 + ], + [ + -0.348547, + 51.482972 + ], + [ + -0.349319, + 51.482771 + ], + [ + -0.350153, + 51.48248 + ], + [ + -0.350942, + 51.482108 + ], + [ + -0.351683, + 51.481652 + ], + [ + -0.352296, + 51.481124 + ], + [ + -0.352296, + 51.481124 + ], + [ + -0.352752, + 51.480641 + ], + [ + -0.353127, + 51.48005 + ], + [ + -0.353335, + 51.479494 + ], + [ + -0.35346, + 51.478861 + ], + [ + -0.353402, + 51.477809 + ], + [ + -0.353379, + 51.476702 + ], + [ + -0.353516, + 51.475887 + ], + [ + -0.353665, + 51.475539 + ], + [ + -0.354058, + 51.474918 + ], + [ + -0.354673, + 51.474255 + ], + [ + -0.354984, + 51.473987 + ], + [ + -0.355704, + 51.473522 + ], + [ + -0.355991, + 51.473366 + ], + [ + -0.356525, + 51.473143 + ], + [ + -0.356634, + 51.473104 + ], + [ + -0.356865, + 51.473022 + ], + [ + -0.358243, + 51.472606 + ], + [ + -0.36093, + 51.471851 + ], + [ + -0.362293, + 51.471515 + ], + [ + -0.363463, + 51.471369 + ], + [ + -0.36411, + 51.471331 + ], + [ + -0.365781, + 51.471333 + ], + [ + -0.366413, + 51.471306 + ], + [ + -0.366959, + 51.471262 + ], + [ + -0.36741, + 51.471226 + ], + [ + -0.369446, + 51.471156 + ], + [ + -0.370489, + 51.471171 + ], + [ + -0.371046, + 51.471228 + ], + [ + -0.372284, + 51.471394 + ], + [ + -0.373293, + 51.471613 + ], + [ + -0.373903, + 51.471781 + ], + [ + -0.37488, + 51.472124 + ], + [ + -0.377637, + 51.47328 + ], + [ + -0.378129, + 51.473453 + ], + [ + -0.378834, + 51.473653 + ], + [ + -0.379668, + 51.473819 + ], + [ + -0.381383, + 51.474015 + ], + [ + -0.381721, + 51.474035 + ], + [ + -0.382592, + 51.474038 + ], + [ + -0.383202, + 51.473995 + ], + [ + -0.383904, + 51.473905 + ], + [ + -0.384566, + 51.473789 + ], + [ + -0.385941, + 51.473587 + ], + [ + -0.386205, + 51.473548 + ], + [ + -0.386747, + 51.47351 + ], + [ + -0.387292, + 51.473529 + ], + [ + -0.387947, + 51.473653 + ], + [ + -0.39161, + 51.474661 + ], + [ + -0.392361, + 51.474851 + ], + [ + -0.39294, + 51.474968 + ], + [ + -0.39356, + 51.475066 + ], + [ + -0.394359, + 51.475136 + ], + [ + -0.394939, + 51.47516 + ], + [ + -0.395465, + 51.47515 + ], + [ + -0.396455, + 51.475047 + ], + [ + -0.397066, + 51.474929 + ], + [ + -0.397659, + 51.474783 + ], + [ + -0.398308, + 51.474592 + ], + [ + -0.399694, + 51.474161 + ], + [ + -0.406683, + 51.471905 + ], + [ + -0.414113, + 51.469373 + ], + [ + -0.421877, + 51.466972 + ], + [ + -0.422551, + 51.466805 + ], + [ + -0.423117, + 51.466721 + ], + [ + -0.42343, + 51.466684 + ], + [ + -0.424846, + 51.466518 + ], + [ + -0.425835, + 51.466298 + ], + [ + -0.426241, + 51.466251 + ], + [ + -0.426899, + 51.466223 + ], + [ + -0.42768, + 51.466235 + ], + [ + -0.434118, + 51.466488 + ], + [ + -0.438914, + 51.466711 + ], + [ + -0.440085, + 51.466839 + ], + [ + -0.441178, + 51.467047 + ], + [ + -0.441911, + 51.467239 + ], + [ + -0.443457, + 51.467694 + ], + [ + -0.444584, + 51.468075 + ], + [ + -0.447041, + 51.469038 + ], + [ + -0.452196, + 51.47128 + ], + [ + -0.452196, + 51.47128 + ], + [ + -0.454451, + 51.472293 + ], + [ + -0.455001, + 51.472505 + ], + [ + -0.455804, + 51.472708 + ], + [ + -0.457084, + 51.472899 + ], + [ + -0.458157, + 51.472998 + ], + [ + -0.459037, + 51.473121 + ], + [ + -0.461193, + 51.473529 + ], + [ + -0.462717, + 51.473684 + ], + [ + -0.464319, + 51.473668 + ], + [ + -0.466196, + 51.473516 + ], + [ + -0.469137, + 51.472926 + ], + [ + -0.470602, + 51.472735 + ], + [ + -0.472212, + 51.472625 + ], + [ + -0.473843, + 51.472583 + ], + [ + -0.47689, + 51.472546 + ], + [ + -0.48032, + 51.47269 + ], + [ + -0.482714, + 51.472704 + ], + [ + -0.483736, + 51.472666 + ], + [ + -0.484645, + 51.47261 + ], + [ + -0.487814, + 51.472588 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.445799, + 51.458408 + ], + [ + -0.446453, + 51.457952 + ], + [ + -0.447836, + 51.4571 + ], + [ + -0.44952, + 51.456431 + ], + [ + -0.451931, + 51.456026 + ], + [ + -0.455236, + 51.455999 + ], + [ + -0.456516, + 51.456183 + ], + [ + -0.458254, + 51.456799 + ], + [ + -0.460062, + 51.457771 + ], + [ + -0.47004, + 51.464059 + ], + [ + -0.470955, + 51.46479 + ], + [ + -0.471646, + 51.465594 + ], + [ + -0.471985, + 51.466262 + ], + [ + -0.472147, + 51.467149 + ], + [ + -0.472106, + 51.468062 + ], + [ + -0.471876, + 51.468855 + ], + [ + -0.47121, + 51.470155 + ], + [ + -0.470704, + 51.470883 + ], + [ + -0.470288, + 51.47141 + ], + [ + -0.469913, + 51.471773 + ], + [ + -0.469494, + 51.472103 + ], + [ + -0.468918, + 51.472438 + ], + [ + -0.468067, + 51.472741 + ], + [ + -0.46719, + 51.472972 + ], + [ + -0.465743, + 51.473196 + ], + [ + -0.464449, + 51.473271 + ], + [ + -0.463194, + 51.473269 + ], + [ + -0.460526, + 51.473152 + ], + [ + -0.459037, + 51.473121 + ], + [ + -0.458157, + 51.472998 + ], + [ + -0.457084, + 51.472899 + ], + [ + -0.455804, + 51.472708 + ], + [ + -0.455001, + 51.472505 + ], + [ + -0.454451, + 51.472293 + ], + [ + -0.452309, + 51.471331 + ], + [ + -0.452196, + 51.47128 + ], + [ + -0.447041, + 51.469038 + ], + [ + -0.444584, + 51.468075 + ], + [ + -0.443457, + 51.467694 + ], + [ + -0.441911, + 51.467239 + ], + [ + -0.441178, + 51.467047 + ], + [ + -0.440085, + 51.466839 + ], + [ + -0.438914, + 51.466711 + ], + [ + -0.434118, + 51.466488 + ], + [ + -0.42768, + 51.466235 + ], + [ + -0.426899, + 51.466223 + ], + [ + -0.426241, + 51.466251 + ], + [ + -0.425835, + 51.466298 + ], + [ + -0.424846, + 51.466518 + ], + [ + -0.42343, + 51.466684 + ], + [ + -0.423117, + 51.466721 + ], + [ + -0.422551, + 51.466805 + ], + [ + -0.421877, + 51.466972 + ], + [ + -0.414113, + 51.469373 + ], + [ + -0.406683, + 51.471905 + ], + [ + -0.399694, + 51.474161 + ], + [ + -0.398308, + 51.474592 + ], + [ + -0.397659, + 51.474783 + ], + [ + -0.397066, + 51.474929 + ], + [ + -0.396455, + 51.475047 + ], + [ + -0.395465, + 51.47515 + ], + [ + -0.394939, + 51.47516 + ], + [ + -0.394359, + 51.475136 + ], + [ + -0.39356, + 51.475066 + ], + [ + -0.39294, + 51.474968 + ], + [ + -0.392361, + 51.474851 + ], + [ + -0.39161, + 51.474661 + ], + [ + -0.387947, + 51.473653 + ], + [ + -0.387292, + 51.473529 + ], + [ + -0.386747, + 51.47351 + ], + [ + -0.386205, + 51.473548 + ], + [ + -0.386205, + 51.473548 + ], + [ + -0.384566, + 51.473789 + ], + [ + -0.383904, + 51.473905 + ], + [ + -0.383202, + 51.473995 + ], + [ + -0.382592, + 51.474038 + ], + [ + -0.381721, + 51.474035 + ], + [ + -0.381383, + 51.474015 + ], + [ + -0.379668, + 51.473819 + ], + [ + -0.378834, + 51.473653 + ], + [ + -0.378129, + 51.473453 + ], + [ + -0.377637, + 51.47328 + ], + [ + -0.37488, + 51.472124 + ], + [ + -0.373903, + 51.471781 + ], + [ + -0.373293, + 51.471613 + ], + [ + -0.372284, + 51.471394 + ], + [ + -0.371046, + 51.471228 + ], + [ + -0.370489, + 51.471171 + ], + [ + -0.370049, + 51.471155 + ], + [ + -0.368319, + 51.471187 + ], + [ + -0.367292, + 51.471233 + ], + [ + -0.36696, + 51.471261 + ], + [ + -0.366413, + 51.471306 + ], + [ + -0.365781, + 51.471333 + ], + [ + -0.36411, + 51.471331 + ], + [ + -0.363463, + 51.471369 + ], + [ + -0.362293, + 51.471515 + ], + [ + -0.36093, + 51.471851 + ], + [ + -0.359707, + 51.47219 + ], + [ + -0.357763, + 51.472745 + ], + [ + -0.356641, + 51.473105 + ], + [ + -0.356525, + 51.473143 + ], + [ + -0.355991, + 51.473366 + ], + [ + -0.355401, + 51.473701 + ], + [ + -0.354984, + 51.473987 + ], + [ + -0.354673, + 51.474255 + ], + [ + -0.354058, + 51.474918 + ], + [ + -0.353665, + 51.475539 + ], + [ + -0.353516, + 51.475887 + ], + [ + -0.353379, + 51.476702 + ], + [ + -0.353402, + 51.477809 + ], + [ + -0.35346, + 51.478861 + ], + [ + -0.353335, + 51.479494 + ], + [ + -0.353127, + 51.48005 + ], + [ + -0.352752, + 51.480641 + ], + [ + -0.352356, + 51.481061 + ], + [ + -0.352296, + 51.481124 + ], + [ + -0.351683, + 51.481652 + ], + [ + -0.350942, + 51.482108 + ], + [ + -0.350153, + 51.48248 + ], + [ + -0.349319, + 51.482771 + ], + [ + -0.348547, + 51.482972 + ], + [ + -0.347395, + 51.483193 + ], + [ + -0.345581, + 51.483503 + ], + [ + -0.344747, + 51.483683 + ], + [ + -0.343843, + 51.483931 + ], + [ + -0.342927, + 51.484271 + ], + [ + -0.342197, + 51.484674 + ], + [ + -0.341814, + 51.484929 + ], + [ + -0.336036, + 51.489479 + ], + [ + -0.335337, + 51.489935 + ], + [ + -0.334578, + 51.490355 + ], + [ + -0.32801, + 51.4936 + ], + [ + -0.327134, + 51.494195 + ], + [ + -0.32479, + 51.495712 + ], + [ + -0.324733, + 51.495748 + ], + [ + -0.323703, + 51.496474 + ], + [ + -0.323084, + 51.496844 + ], + [ + -0.321102, + 51.497703 + ], + [ + -0.320606, + 51.497895 + ], + [ + -0.319795, + 51.498169 + ], + [ + -0.318627, + 51.498507 + ], + [ + -0.316938, + 51.49889 + ], + [ + -0.314618, + 51.499348 + ], + [ + -0.314224, + 51.49942 + ], + [ + -0.312875, + 51.499664 + ], + [ + -0.30861, + 51.500601 + ], + [ + -0.307871, + 51.500793 + ], + [ + -0.306847, + 51.501118 + ], + [ + -0.306847, + 51.501118 + ], + [ + -0.303626, + 51.502354 + ], + [ + -0.302632, + 51.502715 + ], + [ + -0.301726, + 51.502952 + ], + [ + -0.300206, + 51.503214 + ], + [ + -0.293302, + 51.504176 + ], + [ + -0.292273, + 51.504399 + ], + [ + -0.29136, + 51.504646 + ], + [ + -0.289345, + 51.505441 + ], + [ + -0.28872, + 51.505627 + ], + [ + -0.288129, + 51.505732 + ], + [ + -0.287482, + 51.505778 + ], + [ + -0.286898, + 51.505775 + ], + [ + -0.286335, + 51.505718 + ], + [ + -0.285791, + 51.505618 + ], + [ + -0.285175, + 51.505441 + ], + [ + -0.284352, + 51.50508 + ], + [ + -0.282503, + 51.5041 + ], + [ + -0.280664, + 51.503169 + ], + [ + -0.280414, + 51.503017 + ], + [ + -0.280137, + 51.502809 + ], + [ + -0.279917, + 51.502644 + ], + [ + -0.279569, + 51.502266 + ], + [ + -0.279269, + 51.501875 + ], + [ + -0.27901, + 51.501428 + ], + [ + -0.278832, + 51.501096 + ], + [ + -0.278729, + 51.50072 + ], + [ + -0.278632, + 51.500501 + ], + [ + -0.2784, + 51.500106 + ], + [ + -0.27801, + 51.499603 + ], + [ + -0.277665, + 51.499282 + ], + [ + -0.277399, + 51.499081 + ], + [ + -0.276851, + 51.498726 + ], + [ + -0.276341, + 51.498465 + ], + [ + -0.274451, + 51.497669 + ], + [ + -0.273703, + 51.497319 + ], + [ + -0.273218, + 51.497034 + ], + [ + -0.272691, + 51.49667 + ], + [ + -0.271686, + 51.495799 + ], + [ + -0.271073, + 51.495435 + ], + [ + -0.270409, + 51.495129 + ], + [ + -0.269416, + 51.494799 + ], + [ + -0.268122, + 51.494579 + ], + [ + -0.267609, + 51.494516 + ], + [ + -0.267151, + 51.494476 + ], + [ + -0.266584, + 51.494461 + ], + [ + -0.265648, + 51.494496 + ], + [ + -0.26138, + 51.494959 + ], + [ + -0.260131, + 51.495061 + ], + [ + -0.258175, + 51.49505 + ], + [ + -0.257067, + 51.495065 + ], + [ + -0.254536, + 51.495143 + ], + [ + -0.25453, + 51.495143 + ], + [ + -0.250884, + 51.495146 + ], + [ + -0.248193, + 51.49508 + ], + [ + -0.246928, + 51.495025 + ], + [ + -0.24534, + 51.494904 + ], + [ + -0.244664, + 51.49489 + ], + [ + -0.242845, + 51.494921 + ], + [ + -0.241795, + 51.494875 + ], + [ + -0.240843, + 51.494794 + ], + [ + -0.239607, + 51.49466 + ], + [ + -0.23712, + 51.494255 + ], + [ + -0.236411, + 51.494166 + ], + [ + -0.233911, + 51.493982 + ], + [ + -0.232409, + 51.493811 + ], + [ + -0.229526, + 51.493622 + ], + [ + -0.22882, + 51.4936 + ], + [ + -0.228286, + 51.493601 + ], + [ + -0.227169, + 51.493662 + ], + [ + -0.226902, + 51.493658 + ], + [ + -0.226523, + 51.493609 + ], + [ + -0.225957, + 51.493499 + ], + [ + -0.224505, + 51.493077 + ], + [ + -0.224291, + 51.492955 + ], + [ + -0.224028, + 51.492804 + ], + [ + -0.222315, + 51.49114 + ], + [ + -0.221893, + 51.49083 + ], + [ + -0.221547, + 51.490642 + ], + [ + -0.221127, + 51.490464 + ], + [ + -0.220401, + 51.49027 + ], + [ + -0.219945, + 51.490191 + ], + [ + -0.219362, + 51.490134 + ], + [ + -0.218948, + 51.490126 + ], + [ + -0.216879, + 51.490229 + ], + [ + -0.214924, + 51.490297 + ], + [ + -0.213749, + 51.49026 + ], + [ + -0.213583, + 51.490241 + ], + [ + -0.211835, + 51.49004 + ], + [ + -0.210899, + 51.489959 + ], + [ + -0.210349, + 51.489939 + ], + [ + -0.209805, + 51.489946 + ], + [ + -0.209106, + 51.489987 + ], + [ + -0.208261, + 51.490087 + ], + [ + -0.207444, + 51.490255 + ], + [ + -0.204446, + 51.491153 + ], + [ + -0.204161, + 51.491215 + ], + [ + -0.203851, + 51.491255 + ], + [ + -0.20325, + 51.491296 + ], + [ + -0.202884, + 51.491278 + ], + [ + -0.202527, + 51.491221 + ], + [ + -0.201888, + 51.491035 + ], + [ + -0.20009, + 51.490185 + ], + [ + -0.199531, + 51.490025 + ], + [ + -0.198887, + 51.489922 + ], + [ + -0.198333, + 51.489896 + ], + [ + -0.197819, + 51.489906 + ], + [ + -0.197289, + 51.489954 + ], + [ + -0.196808, + 51.49004 + ], + [ + -0.196395, + 51.490151 + ], + [ + -0.195892, + 51.490372 + ], + [ + -0.19519, + 51.490803 + ], + [ + -0.193903, + 51.491652 + ], + [ + -0.193087, + 51.49219 + ], + [ + -0.189832, + 51.494266 + ], + [ + -0.189497, + 51.494453 + ], + [ + -0.188997, + 51.494675 + ], + [ + -0.188224, + 51.494916 + ], + [ + -0.187759, + 51.49499 + ], + [ + -0.187203, + 51.49502 + ], + [ + -0.186726, + 51.495029 + ], + [ + -0.18628, + 51.495013 + ], + [ + -0.185817, + 51.494939 + ], + [ + -0.183472, + 51.494438 + ], + [ + -0.182942, + 51.494333 + ], + [ + -0.180215, + 51.49379 + ], + [ + -0.179702, + 51.493739 + ], + [ + -0.179202, + 51.493723 + ], + [ + -0.17542, + 51.494043 + ], + [ + -0.174655, + 51.494085 + ], + [ + -0.174218, + 51.494088 + ], + [ + -0.173915, + 51.494077 + ], + [ + -0.17217, + 51.494013 + ], + [ + -0.171955, + 51.494062 + ], + [ + -0.171673, + 51.494188 + ], + [ + -0.171519, + 51.494285 + ], + [ + -0.171053, + 51.494768 + ], + [ + -0.170731, + 51.494916 + ], + [ + -0.170116, + 51.495086 + ], + [ + -0.169938, + 51.495166 + ], + [ + -0.16967, + 51.495352 + ], + [ + -0.169544, + 51.495462 + ], + [ + -0.169373, + 51.495682 + ], + [ + -0.169179, + 51.496184 + ], + [ + -0.169027, + 51.496448 + ], + [ + -0.168675, + 51.496764 + ], + [ + -0.16364, + 51.499561 + ], + [ + -0.162875, + 51.500046 + ], + [ + -0.162556, + 51.500277 + ], + [ + -0.161857, + 51.50089 + ], + [ + -0.161448, + 51.501184 + ], + [ + -0.161074, + 51.501392 + ], + [ + -0.160592, + 51.501606 + ], + [ + -0.160592, + 51.501606 + ], + [ + -0.159719, + 51.501866 + ], + [ + -0.158836, + 51.502096 + ], + [ + -0.158555, + 51.502149 + ], + [ + -0.158026, + 51.502206 + ], + [ + -0.156617, + 51.502291 + ], + [ + -0.155811, + 51.502402 + ], + [ + -0.152817, + 51.502915 + ], + [ + -0.150127, + 51.503375 + ], + [ + -0.149738, + 51.503457 + ], + [ + -0.149319, + 51.50357 + ], + [ + -0.148539, + 51.503842 + ], + [ + -0.148106, + 51.504019 + ], + [ + -0.147655, + 51.504234 + ], + [ + -0.143922, + 51.506131 + ], + [ + -0.142835, + 51.506709 + ], + [ + -0.142835, + 51.506709 + ], + [ + -0.141175, + 51.507496 + ], + [ + -0.139753, + 51.508058 + ], + [ + -0.139257, + 51.508223 + ], + [ + -0.137975, + 51.5086 + ], + [ + -0.135798, + 51.50932 + ], + [ + -0.13467, + 51.509667 + ], + [ + -0.133898, + 51.509852 + ], + [ + -0.132873, + 51.510097 + ], + [ + -0.131933, + 51.510287 + ], + [ + -0.130663, + 51.5106 + ], + [ + -0.129941, + 51.510783 + ], + [ + -0.12849, + 51.511223 + ], + [ + -0.128302, + 51.511291 + ], + [ + -0.126018, + 51.512128 + ], + [ + -0.125262, + 51.512477 + ], + [ + -0.124295, + 51.513006 + ], + [ + -0.124196, + 51.51306 + ], + [ + -0.122191, + 51.514321 + ], + [ + -0.122005, + 51.514495 + ], + [ + -0.121738, + 51.514875 + ], + [ + -0.121599, + 51.51501 + ], + [ + -0.120357, + 51.515882 + ], + [ + -0.120005, + 51.516082 + ], + [ + -0.119857, + 51.516188 + ], + [ + -0.119755, + 51.51629 + ], + [ + -0.119699, + 51.516413 + ], + [ + -0.119711, + 51.516684 + ], + [ + -0.119758, + 51.516821 + ], + [ + -0.120072, + 51.517426 + ], + [ + -0.12037, + 51.518004 + ], + [ + -0.120703, + 51.518494 + ], + [ + -0.121084, + 51.518978 + ], + [ + -0.121303, + 51.519198 + ], + [ + -0.122554, + 51.520193 + ], + [ + -0.123767, + 51.52122 + ], + [ + -0.123912, + 51.521365 + ], + [ + -0.124156, + 51.521677 + ], + [ + -0.124235, + 51.52184 + ], + [ + -0.124274, + 51.522006 + ], + [ + -0.124218, + 51.522911 + ], + [ + -0.124203, + 51.523145 + ], + [ + -0.124232, + 51.523353 + ], + [ + -0.1244, + 51.523733 + ], + [ + -0.125318, + 51.525341 + ], + [ + -0.125371, + 51.52548 + ], + [ + -0.125402, + 51.525795 + ], + [ + -0.125337, + 51.526138 + ], + [ + -0.125164, + 51.526522 + ], + [ + -0.123846, + 51.529041 + ], + [ + -0.123154, + 51.53024 + ], + [ + -0.122944, + 51.530605 + ], + [ + -0.122879, + 51.53076 + ], + [ + -0.122665, + 51.531536 + ], + [ + -0.122615, + 51.53186 + ], + [ + -0.122542, + 51.533203 + ], + [ + -0.122528, + 51.538368 + ], + [ + -0.122458, + 51.539252 + ], + [ + -0.122414, + 51.540588 + ], + [ + -0.122152, + 51.541595 + ], + [ + -0.12183, + 51.542543 + ], + [ + -0.121063, + 51.544107 + ], + [ + -0.120113, + 51.545902 + ], + [ + -0.118317, + 51.548422 + ], + [ + -0.117756, + 51.54921 + ], + [ + -0.116383, + 51.55048 + ], + [ + -0.113009, + 51.55273 + ], + [ + -0.11296, + 51.552768 + ], + [ + -0.111845, + 51.553641 + ], + [ + -0.110054, + 51.555447 + ], + [ + -0.108732, + 51.556893 + ], + [ + -0.107715, + 51.557712 + ], + [ + -0.106998, + 51.558725 + ], + [ + -0.106998, + 51.558725 + ], + [ + -0.106731, + 51.562197 + ], + [ + -0.106445, + 51.563611 + ], + [ + -0.106363, + 51.564396 + ], + [ + -0.106239, + 51.56558 + ], + [ + -0.106123, + 51.566218 + ], + [ + -0.10586, + 51.567087 + ], + [ + -0.105515, + 51.567634 + ], + [ + -0.105086, + 51.568094 + ], + [ + -0.104641, + 51.56839 + ], + [ + -0.104094, + 51.568626 + ], + [ + -0.103429, + 51.568797 + ], + [ + -0.10275, + 51.568889 + ], + [ + -0.101852, + 51.568938 + ], + [ + -0.100328, + 51.568958 + ], + [ + -0.099529, + 51.568998 + ], + [ + -0.098891, + 51.569072 + ], + [ + -0.098308, + 51.569187 + ], + [ + -0.097839, + 51.569368 + ], + [ + -0.097399, + 51.5696 + ], + [ + -0.096956, + 51.569867 + ], + [ + -0.096384, + 51.570321 + ], + [ + -0.095819, + 51.570804 + ], + [ + -0.095534, + 51.571047 + ], + [ + -0.095334, + 51.571323 + ], + [ + -0.095202, + 51.57162 + ], + [ + -0.095148, + 51.571913 + ], + [ + -0.095163, + 51.572296 + ], + [ + -0.09528, + 51.572699 + ], + [ + -0.095479, + 51.573102 + ], + [ + -0.095673, + 51.573406 + ], + [ + -0.096783, + 51.574838 + ], + [ + -0.098187, + 51.576584 + ], + [ + -0.098462, + 51.576954 + ], + [ + -0.098655, + 51.57733 + ], + [ + -0.098741, + 51.57765 + ], + [ + -0.099605, + 51.582893 + ], + [ + -0.100121, + 51.585138 + ], + [ + -0.100637, + 51.586429 + ], + [ + -0.101818, + 51.588393 + ], + [ + -0.102271, + 51.589082 + ], + [ + -0.102833, + 51.59029 + ], + [ + -0.103404, + 51.591518 + ], + [ + -0.103608, + 51.591825 + ], + [ + -0.103928, + 51.592227 + ], + [ + -0.107629, + 51.595571 + ], + [ + -0.109755, + 51.597419 + ], + [ + -0.109755, + 51.597419 + ], + [ + -0.111005, + 51.598389 + ], + [ + -0.111702, + 51.598868 + ], + [ + -0.112278, + 51.599191 + ], + [ + -0.113176, + 51.599599 + ], + [ + -0.114527, + 51.600273 + ], + [ + -0.118708, + 51.601942 + ], + [ + -0.119113, + 51.602152 + ], + [ + -0.119722, + 51.60254 + ], + [ + -0.12041, + 51.603161 + ], + [ + -0.120971, + 51.603887 + ], + [ + -0.121617, + 51.605011 + ], + [ + -0.122023, + 51.60558 + ], + [ + -0.12238, + 51.606009 + ], + [ + -0.122825, + 51.606408 + ], + [ + -0.123209, + 51.606671 + ], + [ + -0.124134, + 51.607066 + ], + [ + -0.124214, + 51.607096 + ], + [ + -0.125715, + 51.607676 + ], + [ + -0.127011, + 51.608258 + ], + [ + -0.128338, + 51.608792 + ], + [ + -0.130223, + 51.609404 + ], + [ + -0.130813, + 51.609661 + ], + [ + -0.131442, + 51.610014 + ], + [ + -0.131847, + 51.61033 + ], + [ + -0.132061, + 51.610538 + ], + [ + -0.132484, + 51.611078 + ], + [ + -0.132773, + 51.611597 + ], + [ + -0.132901, + 51.612019 + ], + [ + -0.132949, + 51.612404 + ], + [ + -0.132963, + 51.614472 + ], + [ + -0.133265, + 51.616355 + ], + [ + -0.133386, + 51.617112 + ], + [ + -0.133574, + 51.617626 + ], + [ + -0.133879, + 51.618165 + ], + [ + -0.134915, + 51.619401 + ], + [ + -0.135113, + 51.619736 + ], + [ + -0.135288, + 51.620161 + ], + [ + -0.135391, + 51.620689 + ], + [ + -0.135808, + 51.623537 + ], + [ + -0.135845, + 51.623902 + ], + [ + -0.135832, + 51.624449 + ], + [ + -0.135734, + 51.625039 + ], + [ + -0.135494, + 51.625754 + ], + [ + -0.135176, + 51.62636 + ], + [ + -0.134906, + 51.626757 + ], + [ + -0.134443, + 51.627309 + ], + [ + -0.133375, + 51.628252 + ], + [ + -0.132833, + 51.628681 + ], + [ + -0.13059, + 51.630198 + ], + [ + -0.128981, + 51.631465 + ], + [ + -0.127811, + 51.632334 + ], + [ + -0.127811, + 51.632334 + ], + [ + -0.126406, + 51.63331 + ], + [ + -0.125973, + 51.633642 + ], + [ + -0.125621, + 51.633992 + ], + [ + -0.125333, + 51.634358 + ], + [ + -0.125183, + 51.634603 + ], + [ + -0.125063, + 51.634879 + ], + [ + -0.124955, + 51.635234 + ], + [ + -0.124909, + 51.635686 + ], + [ + -0.124941, + 51.636478 + ], + [ + -0.125059, + 51.637105 + ], + [ + -0.127236, + 51.643155 + ], + [ + -0.127538, + 51.643885 + ], + [ + -0.127904, + 51.64488 + ], + [ + -0.12822, + 51.645391 + ], + [ + -0.128602, + 51.645794 + ], + [ + -0.129206, + 51.646278 + ], + [ + -0.129991, + 51.646699 + ], + [ + -0.131882, + 51.64755 + ], + [ + -0.131904, + 51.64756 + ], + [ + -0.132616, + 51.647918 + ], + [ + -0.133872, + 51.64848 + ], + [ + -0.135183, + 51.64899 + ], + [ + -0.135572, + 51.649108 + ], + [ + -0.136719, + 51.649413 + ], + [ + -0.138758, + 51.649803 + ], + [ + -0.139204, + 51.649872 + ], + [ + -0.140745, + 51.650011 + ], + [ + -0.142227, + 51.650084 + ], + [ + -0.142978, + 51.650143 + ], + [ + -0.144688, + 51.650388 + ], + [ + -0.146815, + 51.650821 + ], + [ + -0.147727, + 51.651086 + ], + [ + -0.14935, + 51.651605 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.074925, + 51.546147 + ], + [ + -0.074858, + 51.545946 + ], + [ + -0.07485, + 51.545726 + ], + [ + -0.074885, + 51.544661 + ], + [ + -0.074958, + 51.544008 + ], + [ + -0.075168, + 51.543001 + ], + [ + -0.075542, + 51.538706 + ], + [ + -0.075721, + 51.53665 + ], + [ + -0.075728, + 51.534769 + ], + [ + -0.075644, + 51.532401 + ], + [ + -0.075635, + 51.53152 + ], + [ + -0.075631, + 51.531137 + ], + [ + -0.075676, + 51.530872 + ], + [ + -0.075765, + 51.53058 + ], + [ + -0.07588, + 51.530325 + ], + [ + -0.076084, + 51.53001 + ], + [ + -0.076524, + 51.529537 + ], + [ + -0.077507, + 51.528748 + ], + [ + -0.077955, + 51.528334 + ], + [ + -0.078247, + 51.527948 + ], + [ + -0.07852, + 51.527432 + ], + [ + -0.078666, + 51.526951 + ], + [ + -0.078735, + 51.526273 + ], + [ + -0.078728, + 51.524859 + ], + [ + -0.078682, + 51.524587 + ], + [ + -0.078587, + 51.524377 + ], + [ + -0.078417, + 51.52416 + ], + [ + -0.078137, + 51.523896 + ], + [ + -0.07771, + 51.52363 + ], + [ + -0.077413, + 51.523508 + ], + [ + -0.077121, + 51.523423 + ], + [ + -0.076617, + 51.523323 + ], + [ + -0.076071, + 51.523289 + ], + [ + -0.075244, + 51.523277 + ], + [ + -0.072519, + 51.523236 + ], + [ + -0.071626, + 51.523141 + ], + [ + -0.067069, + 51.522492 + ], + [ + -0.064867, + 51.522278 + ], + [ + -0.064444, + 51.522215 + ], + [ + -0.064203, + 51.522157 + ], + [ + -0.063514, + 51.521949 + ], + [ + -0.063203, + 51.521824 + ], + [ + -0.062607, + 51.521493 + ], + [ + -0.062156, + 51.521188 + ], + [ + -0.061577, + 51.520734 + ], + [ + -0.060935, + 51.520268 + ], + [ + -0.059809, + 51.519564 + ], + [ + -0.0598, + 51.519559 + ], + [ + -0.058095, + 51.51845 + ], + [ + -0.057999, + 51.518362 + ], + [ + -0.057462, + 51.517768 + ], + [ + -0.057239, + 51.517426 + ], + [ + -0.057133, + 51.517173 + ], + [ + -0.057069, + 51.516913 + ], + [ + -0.056939, + 51.516022 + ], + [ + -0.056871, + 51.515246 + ], + [ + -0.056902, + 51.51187 + ], + [ + -0.056868, + 51.511279 + ], + [ + -0.05687, + 51.511228 + ], + [ + -0.056896, + 51.510594 + ], + [ + -0.056875, + 51.509923 + ], + [ + -0.05653, + 51.505702 + ], + [ + -0.056409, + 51.505205 + ], + [ + -0.056203, + 51.504728 + ], + [ + -0.055945, + 51.504383 + ], + [ + -0.0559, + 51.504322 + ], + [ + -0.052122, + 51.501029 + ], + [ + -0.051958, + 51.500849 + ], + [ + -0.051806, + 51.500681 + ], + [ + -0.051417, + 51.500188 + ], + [ + -0.050774, + 51.499236 + ], + [ + -0.050114, + 51.497816 + ], + [ + -0.05005, + 51.497678 + ], + [ + -0.049071, + 51.495836 + ], + [ + -0.048662, + 51.494781 + ], + [ + -0.048355, + 51.494175 + ], + [ + -0.048013, + 51.493718 + ], + [ + -0.047551, + 51.493186 + ], + [ + -0.047316, + 51.492916 + ], + [ + -0.046834, + 51.492247 + ], + [ + -0.046701, + 51.492029 + ], + [ + -0.046441, + 51.491469 + ], + [ + -0.046185, + 51.490848 + ], + [ + -0.045686, + 51.489469 + ], + [ + -0.045521, + 51.489153 + ], + [ + -0.04518, + 51.488657 + ], + [ + -0.044313, + 51.487643 + ], + [ + -0.043892, + 51.486944 + ], + [ + -0.043736, + 51.486484 + ], + [ + -0.043684, + 51.486087 + ], + [ + -0.043722, + 51.485071 + ], + [ + -0.043689, + 51.484776 + ], + [ + -0.043603, + 51.484513 + ], + [ + -0.043356, + 51.483997 + ], + [ + -0.043154, + 51.483706 + ], + [ + -0.042832, + 51.483411 + ], + [ + -0.042542, + 51.483233 + ], + [ + -0.041475, + 51.482746 + ], + [ + -0.040971, + 51.482574 + ], + [ + -0.040506, + 51.482459 + ], + [ + -0.03993, + 51.482365 + ], + [ + -0.038123, + 51.482226 + ], + [ + -0.037361, + 51.482117 + ], + [ + -0.036981, + 51.482019 + ], + [ + -0.036376, + 51.48181 + ], + [ + -0.035996, + 51.481636 + ], + [ + -0.035682, + 51.481453 + ], + [ + -0.035417, + 51.481268 + ], + [ + -0.035087, + 51.48099 + ], + [ + -0.034917, + 51.480817 + ], + [ + -0.034686, + 51.480486 + ], + [ + -0.034512, + 51.480015 + ], + [ + -0.034379, + 51.479132 + ], + [ + -0.034313, + 51.47898 + ], + [ + -0.034183, + 51.47879 + ], + [ + -0.032963, + 51.477242 + ], + [ + -0.032707, + 51.476954 + ], + [ + -0.032341, + 51.476631 + ] + ] + }, + "properties": { + "line": "Windrush", + "name": "Windrush", + "color": "#ED1B00", + "order": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.103947, + 51.546193 + ], + [ + -0.103706, + 51.546239 + ], + [ + -0.102923, + 51.54636 + ], + [ + -0.102113, + 51.54652 + ], + [ + -0.09867, + 51.547278 + ], + [ + -0.097144, + 51.547637 + ], + [ + -0.094389, + 51.548341 + ], + [ + -0.093269, + 51.54858 + ], + [ + -0.092534, + 51.5487 + ], + [ + -0.09219, + 51.548739 + ], + [ + -0.091182, + 51.548854 + ], + [ + -0.090032, + 51.548948 + ], + [ + -0.089104, + 51.549 + ], + [ + -0.088029, + 51.549033 + ], + [ + -0.086984, + 51.54903 + ], + [ + -0.085823, + 51.548988 + ], + [ + -0.084992, + 51.548933 + ], + [ + -0.083866, + 51.548816 + ], + [ + -0.082787, + 51.548763 + ], + [ + -0.080158, + 51.548536 + ], + [ + -0.077947, + 51.548267 + ], + [ + -0.077326, + 51.548118 + ], + [ + -0.07706, + 51.548032 + ], + [ + -0.076723, + 51.547907 + ], + [ + -0.076283, + 51.547677 + ], + [ + -0.076096, + 51.547564 + ], + [ + -0.075837, + 51.547348 + ], + [ + -0.075415, + 51.546943 + ], + [ + -0.075224, + 51.546708 + ], + [ + -0.074974, + 51.546291 + ], + [ + -0.074925, + 51.546147 + ], + [ + -0.074858, + 51.545946 + ], + [ + -0.07485, + 51.545726 + ], + [ + -0.074885, + 51.544661 + ], + [ + -0.074958, + 51.544008 + ], + [ + -0.075168, + 51.543001 + ], + [ + -0.075542, + 51.538706 + ], + [ + -0.075721, + 51.53665 + ], + [ + -0.075728, + 51.534769 + ], + [ + -0.075644, + 51.532401 + ], + [ + -0.075635, + 51.53152 + ], + [ + -0.075631, + 51.531137 + ], + [ + -0.075676, + 51.530872 + ], + [ + -0.075765, + 51.53058 + ], + [ + -0.07588, + 51.530325 + ], + [ + -0.076084, + 51.53001 + ], + [ + -0.076524, + 51.529537 + ], + [ + -0.077507, + 51.528748 + ], + [ + -0.077955, + 51.528334 + ], + [ + -0.078247, + 51.527948 + ], + [ + -0.07852, + 51.527432 + ], + [ + -0.078666, + 51.526951 + ], + [ + -0.078735, + 51.526273 + ], + [ + -0.078728, + 51.524859 + ], + [ + -0.078648, + 51.524492 + ], + [ + -0.078587, + 51.524377 + ], + [ + -0.078277, + 51.524016 + ], + [ + -0.078137, + 51.523896 + ], + [ + -0.077839, + 51.523701 + ], + [ + -0.077413, + 51.523508 + ], + [ + -0.077121, + 51.523423 + ], + [ + -0.076617, + 51.523323 + ], + [ + -0.076071, + 51.523289 + ], + [ + -0.075243, + 51.523279 + ], + [ + -0.072828, + 51.523251 + ], + [ + -0.072169, + 51.523202 + ], + [ + -0.071626, + 51.523141 + ], + [ + -0.067069, + 51.522492 + ], + [ + -0.064642, + 51.522246 + ], + [ + -0.064203, + 51.522157 + ], + [ + -0.063514, + 51.521949 + ], + [ + -0.063203, + 51.521824 + ], + [ + -0.062355, + 51.521332 + ], + [ + -0.060935, + 51.520268 + ], + [ + -0.059809, + 51.519564 + ], + [ + -0.0598, + 51.519559 + ], + [ + -0.058095, + 51.51845 + ], + [ + -0.057462, + 51.517768 + ], + [ + -0.057239, + 51.517426 + ], + [ + -0.057133, + 51.517173 + ], + [ + -0.057069, + 51.516913 + ], + [ + -0.056939, + 51.516022 + ], + [ + -0.056871, + 51.515246 + ], + [ + -0.056902, + 51.51187 + ], + [ + -0.056868, + 51.511279 + ], + [ + -0.05687, + 51.511228 + ], + [ + -0.056896, + 51.510594 + ], + [ + -0.056875, + 51.509923 + ], + [ + -0.05653, + 51.505702 + ], + [ + -0.056409, + 51.505205 + ], + [ + -0.056284, + 51.504893 + ], + [ + -0.056203, + 51.504728 + ], + [ + -0.055945, + 51.504383 + ], + [ + -0.0559, + 51.504322 + ], + [ + -0.052221, + 51.501125 + ], + [ + -0.051963, + 51.500848 + ], + [ + -0.051806, + 51.500681 + ], + [ + -0.051417, + 51.500188 + ], + [ + -0.050774, + 51.499236 + ], + [ + -0.050114, + 51.497816 + ], + [ + -0.05005, + 51.497678 + ], + [ + -0.049071, + 51.495836 + ], + [ + -0.048662, + 51.494781 + ], + [ + -0.048355, + 51.494175 + ], + [ + -0.048013, + 51.493718 + ], + [ + -0.047551, + 51.493186 + ], + [ + -0.047316, + 51.492916 + ], + [ + -0.047049, + 51.492564 + ], + [ + -0.046701, + 51.492029 + ], + [ + -0.046185, + 51.490848 + ], + [ + -0.045686, + 51.489469 + ], + [ + -0.045521, + 51.489153 + ], + [ + -0.04518, + 51.488657 + ], + [ + -0.044313, + 51.487643 + ], + [ + -0.043892, + 51.486944 + ], + [ + -0.043736, + 51.486484 + ], + [ + -0.043684, + 51.486087 + ], + [ + -0.043722, + 51.485071 + ], + [ + -0.043689, + 51.484776 + ], + [ + -0.043603, + 51.484513 + ], + [ + -0.042897, + 51.483077 + ], + [ + -0.042778, + 51.482682 + ], + [ + -0.042734, + 51.482311 + ], + [ + -0.042618, + 51.479972 + ], + [ + -0.042596, + 51.479716 + ], + [ + -0.042533, + 51.479479 + ], + [ + -0.042254, + 51.478898 + ], + [ + -0.042029, + 51.478589 + ], + [ + -0.041445, + 51.477577 + ], + [ + -0.040838, + 51.476653 + ], + [ + -0.040418, + 51.475778 + ], + [ + -0.040148, + 51.475173 + ], + [ + -0.039192, + 51.473031 + ], + [ + -0.038988, + 51.472475 + ], + [ + -0.038155, + 51.47065 + ], + [ + -0.037898, + 51.469876 + ], + [ + -0.037725, + 51.469239 + ], + [ + -0.037518, + 51.467945 + ], + [ + -0.037394, + 51.466585 + ], + [ + -0.037389, + 51.465882 + ], + [ + -0.037448, + 51.464845 + ], + [ + -0.037478, + 51.464647 + ], + [ + -0.037599, + 51.463859 + ], + [ + -0.037781, + 51.463115 + ], + [ + -0.037999, + 51.46238 + ], + [ + -0.038546, + 51.460843 + ], + [ + -0.039285, + 51.458953 + ], + [ + -0.040529, + 51.455907 + ], + [ + -0.040839, + 51.455315 + ], + [ + -0.041645, + 51.454069 + ], + [ + -0.042236, + 51.453315 + ], + [ + -0.042977, + 51.452475 + ], + [ + -0.044573, + 51.450842 + ], + [ + -0.045405, + 51.449955 + ], + [ + -0.045806, + 51.449527 + ], + [ + -0.049903, + 51.444273 + ], + [ + -0.051298, + 51.442535 + ], + [ + -0.051969, + 51.441533 + ], + [ + -0.05242, + 51.440709 + ], + [ + -0.052693, + 51.440141 + ], + [ + -0.052974, + 51.439306 + ], + [ + -0.052974, + 51.439306 + ], + [ + -0.053209, + 51.438371 + ], + [ + -0.053376, + 51.437367 + ], + [ + -0.05341, + 51.436776 + ], + [ + -0.053406, + 51.436318 + ], + [ + -0.053337, + 51.435551 + ], + [ + -0.053028, + 51.433874 + ], + [ + -0.052923, + 51.4331 + ], + [ + -0.052907, + 51.432117 + ], + [ + -0.052946, + 51.431435 + ], + [ + -0.052997, + 51.430891 + ], + [ + -0.053112, + 51.430299 + ], + [ + -0.053288, + 51.429695 + ], + [ + -0.053462, + 51.42922 + ], + [ + -0.054354, + 51.42727 + ], + [ + -0.055088, + 51.425664 + ], + [ + -0.055871, + 51.423849 + ], + [ + -0.056266, + 51.422997 + ], + [ + -0.056961, + 51.42176 + ], + [ + -0.05781, + 51.420517 + ], + [ + -0.058862, + 51.419644 + ], + [ + -0.061062, + 51.418292 + ], + [ + -0.061536, + 51.418061 + ], + [ + -0.061966, + 51.417822 + ], + [ + -0.062437, + 51.41759 + ], + [ + -0.062852, + 51.417421 + ], + [ + -0.063534, + 51.417183 + ], + [ + -0.064039, + 51.417049 + ], + [ + -0.06465, + 51.416917 + ], + [ + -0.065567, + 51.416792 + ], + [ + -0.066917, + 51.416711 + ], + [ + -0.067953, + 51.416767 + ], + [ + -0.068553, + 51.416838 + ], + [ + -0.068851, + 51.416892 + ], + [ + -0.070182, + 51.417218 + ], + [ + -0.070681, + 51.417379 + ], + [ + -0.072205, + 51.417945 + ] + ] + }, + "properties": { + "line": "Windrush", + "name": "Windrush", + "color": "#ED1B00", + "order": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.103947, + 51.546193 + ], + [ + -0.103706, + 51.546239 + ], + [ + -0.102923, + 51.54636 + ], + [ + -0.102113, + 51.54652 + ], + [ + -0.09867, + 51.547278 + ], + [ + -0.097144, + 51.547637 + ], + [ + -0.094389, + 51.548341 + ], + [ + -0.093269, + 51.54858 + ], + [ + -0.092534, + 51.5487 + ], + [ + -0.09219, + 51.548739 + ], + [ + -0.091182, + 51.548854 + ], + [ + -0.090032, + 51.548948 + ], + [ + -0.089104, + 51.549 + ], + [ + -0.088029, + 51.549033 + ], + [ + -0.086984, + 51.54903 + ], + [ + -0.085823, + 51.548988 + ], + [ + -0.084992, + 51.548933 + ], + [ + -0.083866, + 51.548816 + ], + [ + -0.082787, + 51.548763 + ], + [ + -0.080158, + 51.548536 + ], + [ + -0.077947, + 51.548267 + ], + [ + -0.077326, + 51.548118 + ], + [ + -0.07706, + 51.548032 + ], + [ + -0.076723, + 51.547907 + ], + [ + -0.076283, + 51.547677 + ], + [ + -0.076096, + 51.547564 + ], + [ + -0.075837, + 51.547348 + ], + [ + -0.075415, + 51.546943 + ], + [ + -0.075224, + 51.546708 + ], + [ + -0.074974, + 51.546291 + ], + [ + -0.074925, + 51.546147 + ], + [ + -0.074858, + 51.545946 + ], + [ + -0.07485, + 51.545726 + ], + [ + -0.074885, + 51.544661 + ], + [ + -0.074958, + 51.544008 + ], + [ + -0.075168, + 51.543001 + ], + [ + -0.075542, + 51.538706 + ], + [ + -0.075721, + 51.53665 + ], + [ + -0.075728, + 51.534769 + ], + [ + -0.075644, + 51.532401 + ], + [ + -0.075635, + 51.53152 + ], + [ + -0.075631, + 51.531137 + ], + [ + -0.075676, + 51.530872 + ], + [ + -0.075765, + 51.53058 + ], + [ + -0.07588, + 51.530325 + ], + [ + -0.076084, + 51.53001 + ], + [ + -0.076524, + 51.529537 + ], + [ + -0.077507, + 51.528748 + ], + [ + -0.077955, + 51.528334 + ], + [ + -0.078247, + 51.527948 + ], + [ + -0.07852, + 51.527432 + ], + [ + -0.078666, + 51.526951 + ], + [ + -0.078735, + 51.526273 + ], + [ + -0.078728, + 51.524859 + ], + [ + -0.078648, + 51.524492 + ], + [ + -0.078587, + 51.524377 + ], + [ + -0.078277, + 51.524016 + ], + [ + -0.078137, + 51.523896 + ], + [ + -0.077839, + 51.523701 + ], + [ + -0.077413, + 51.523508 + ], + [ + -0.077121, + 51.523423 + ], + [ + -0.076617, + 51.523323 + ], + [ + -0.076071, + 51.523289 + ], + [ + -0.075243, + 51.523279 + ], + [ + -0.072828, + 51.523251 + ], + [ + -0.072169, + 51.523202 + ], + [ + -0.071626, + 51.523141 + ], + [ + -0.067069, + 51.522492 + ], + [ + -0.064642, + 51.522246 + ], + [ + -0.064203, + 51.522157 + ], + [ + -0.063514, + 51.521949 + ], + [ + -0.063203, + 51.521824 + ], + [ + -0.062355, + 51.521332 + ], + [ + -0.060935, + 51.520268 + ], + [ + -0.059809, + 51.519564 + ], + [ + -0.0598, + 51.519559 + ], + [ + -0.058095, + 51.51845 + ], + [ + -0.057766, + 51.518115 + ], + [ + -0.057354, + 51.517618 + ], + [ + -0.057239, + 51.517426 + ], + [ + -0.057133, + 51.517173 + ], + [ + -0.057069, + 51.516913 + ], + [ + -0.056939, + 51.516022 + ], + [ + -0.056871, + 51.515246 + ], + [ + -0.056902, + 51.51187 + ], + [ + -0.056868, + 51.511279 + ], + [ + -0.05687, + 51.511228 + ], + [ + -0.056896, + 51.510594 + ], + [ + -0.056875, + 51.509923 + ], + [ + -0.05653, + 51.505702 + ], + [ + -0.056409, + 51.505205 + ], + [ + -0.056203, + 51.504728 + ], + [ + -0.055945, + 51.504383 + ], + [ + -0.0559, + 51.504322 + ], + [ + -0.052221, + 51.501125 + ], + [ + -0.051963, + 51.500848 + ], + [ + -0.051806, + 51.500681 + ], + [ + -0.051417, + 51.500188 + ], + [ + -0.050774, + 51.499236 + ], + [ + -0.050114, + 51.497816 + ], + [ + -0.05005, + 51.497678 + ], + [ + -0.049071, + 51.495836 + ], + [ + -0.048662, + 51.494781 + ], + [ + -0.048355, + 51.494175 + ], + [ + -0.048013, + 51.493718 + ], + [ + -0.047551, + 51.493186 + ], + [ + -0.047316, + 51.492916 + ], + [ + -0.047049, + 51.492564 + ], + [ + -0.046701, + 51.492029 + ], + [ + -0.046185, + 51.490848 + ], + [ + -0.045686, + 51.489469 + ], + [ + -0.045521, + 51.489153 + ], + [ + -0.04518, + 51.488657 + ], + [ + -0.044313, + 51.487643 + ], + [ + -0.043892, + 51.486944 + ], + [ + -0.043736, + 51.486484 + ], + [ + -0.043684, + 51.486087 + ], + [ + -0.043722, + 51.485071 + ], + [ + -0.043689, + 51.484776 + ], + [ + -0.043603, + 51.484513 + ], + [ + -0.042897, + 51.483077 + ], + [ + -0.042778, + 51.482682 + ], + [ + -0.042734, + 51.482311 + ], + [ + -0.042618, + 51.479972 + ], + [ + -0.042567, + 51.479584 + ], + [ + -0.042254, + 51.478898 + ], + [ + -0.042029, + 51.478589 + ], + [ + -0.041445, + 51.477577 + ], + [ + -0.040838, + 51.476653 + ], + [ + -0.040418, + 51.475778 + ], + [ + -0.040148, + 51.475173 + ], + [ + -0.039192, + 51.473031 + ], + [ + -0.038988, + 51.472475 + ], + [ + -0.038155, + 51.47065 + ], + [ + -0.037898, + 51.469876 + ], + [ + -0.037725, + 51.469239 + ], + [ + -0.037518, + 51.467945 + ], + [ + -0.037394, + 51.466585 + ], + [ + -0.037417, + 51.465278 + ], + [ + -0.03748, + 51.464648 + ], + [ + -0.037512, + 51.464325 + ], + [ + -0.037781, + 51.463115 + ], + [ + -0.037999, + 51.46238 + ], + [ + -0.038546, + 51.460843 + ], + [ + -0.039285, + 51.458953 + ], + [ + -0.040529, + 51.455907 + ], + [ + -0.040839, + 51.455315 + ], + [ + -0.041645, + 51.454069 + ], + [ + -0.042236, + 51.453315 + ], + [ + -0.042977, + 51.452475 + ], + [ + -0.044573, + 51.450842 + ], + [ + -0.045405, + 51.449955 + ], + [ + -0.045806, + 51.449527 + ], + [ + -0.049903, + 51.444273 + ], + [ + -0.050941, + 51.442996 + ], + [ + -0.051298, + 51.442535 + ], + [ + -0.051969, + 51.441533 + ], + [ + -0.05242, + 51.440709 + ], + [ + -0.052693, + 51.440141 + ], + [ + -0.052974, + 51.439306 + ], + [ + -0.052974, + 51.439306 + ], + [ + -0.053209, + 51.438371 + ], + [ + -0.053376, + 51.437367 + ], + [ + -0.05341, + 51.436776 + ], + [ + -0.053406, + 51.436318 + ], + [ + -0.053337, + 51.435551 + ], + [ + -0.053028, + 51.433874 + ], + [ + -0.052923, + 51.4331 + ], + [ + -0.052907, + 51.432117 + ], + [ + -0.052946, + 51.431435 + ], + [ + -0.052997, + 51.430891 + ], + [ + -0.053112, + 51.430299 + ], + [ + -0.053288, + 51.429695 + ], + [ + -0.053462, + 51.42922 + ], + [ + -0.054354, + 51.42727 + ], + [ + -0.055088, + 51.425664 + ], + [ + -0.055871, + 51.423849 + ], + [ + -0.056266, + 51.422997 + ], + [ + -0.056519, + 51.422526 + ], + [ + -0.056961, + 51.42176 + ], + [ + -0.057422, + 51.421087 + ], + [ + -0.057942, + 51.420391 + ], + [ + -0.058822, + 51.41935 + ], + [ + -0.059604, + 51.418514 + ], + [ + -0.060632, + 51.417483 + ], + [ + -0.064724, + 51.413375 + ], + [ + -0.065798, + 51.412264 + ], + [ + -0.065888, + 51.412152 + ], + [ + -0.066508, + 51.411378 + ], + [ + -0.067185, + 51.410318 + ], + [ + -0.070322, + 51.404741 + ], + [ + -0.073069, + 51.400044 + ], + [ + -0.073366, + 51.399521 + ], + [ + -0.07367, + 51.39891 + ], + [ + -0.073909, + 51.398529 + ], + [ + -0.074329, + 51.397671 + ], + [ + -0.07476, + 51.396918 + ], + [ + -0.075527, + 51.395578 + ], + [ + -0.075947, + 51.394893 + ], + [ + -0.076799, + 51.393678 + ], + [ + -0.076873, + 51.393494 + ], + [ + -0.077848, + 51.39213 + ], + [ + -0.078113, + 51.391785 + ], + [ + -0.078616, + 51.391251 + ], + [ + -0.079419, + 51.390578 + ], + [ + -0.079895, + 51.390219 + ], + [ + -0.080709, + 51.389678 + ], + [ + -0.081112, + 51.389437 + ], + [ + -0.08172, + 51.389086 + ], + [ + -0.082368, + 51.388772 + ], + [ + -0.082923, + 51.388604 + ], + [ + -0.084239, + 51.388325 + ], + [ + -0.084583, + 51.388237 + ], + [ + -0.085399, + 51.387965 + ], + [ + -0.085754, + 51.387809 + ], + [ + -0.086494, + 51.387382 + ], + [ + -0.086932, + 51.387081 + ], + [ + -0.087414, + 51.386687 + ], + [ + -0.087757, + 51.386461 + ], + [ + -0.088312, + 51.38619 + ], + [ + -0.090954, + 51.385288 + ], + [ + -0.093143, + 51.384581 + ], + [ + -0.097771, + 51.383043 + ], + [ + -0.098319, + 51.382831 + ], + [ + -0.098919, + 51.38253 + ], + [ + -0.099366, + 51.382252 + ], + [ + -0.099651, + 51.382028 + ], + [ + -0.10022, + 51.381495 + ], + [ + -0.10051, + 51.381187 + ], + [ + -0.100832, + 51.380773 + ], + [ + -0.101824, + 51.379089 + ] + ] + }, + "properties": { + "line": "Windrush", + "name": "Windrush", + "color": "#ED1B00", + "order": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.103947, + 51.546193 + ], + [ + -0.103706, + 51.546239 + ], + [ + -0.102923, + 51.54636 + ], + [ + -0.102113, + 51.54652 + ], + [ + -0.09867, + 51.547278 + ], + [ + -0.097144, + 51.547637 + ], + [ + -0.094389, + 51.548341 + ], + [ + -0.093269, + 51.54858 + ], + [ + -0.092534, + 51.5487 + ], + [ + -0.09219, + 51.548739 + ], + [ + -0.091182, + 51.548854 + ], + [ + -0.090032, + 51.548948 + ], + [ + -0.089104, + 51.549 + ], + [ + -0.088029, + 51.549033 + ], + [ + -0.086984, + 51.54903 + ], + [ + -0.085823, + 51.548988 + ], + [ + -0.084992, + 51.548933 + ], + [ + -0.083866, + 51.548816 + ], + [ + -0.082787, + 51.548763 + ], + [ + -0.080158, + 51.548536 + ], + [ + -0.077947, + 51.548267 + ], + [ + -0.077326, + 51.548118 + ], + [ + -0.07706, + 51.548032 + ], + [ + -0.076723, + 51.547907 + ], + [ + -0.076283, + 51.547677 + ], + [ + -0.076096, + 51.547564 + ], + [ + -0.075837, + 51.547348 + ], + [ + -0.075415, + 51.546943 + ], + [ + -0.075224, + 51.546708 + ], + [ + -0.074974, + 51.546291 + ], + [ + -0.074925, + 51.546147 + ], + [ + -0.074858, + 51.545946 + ], + [ + -0.07485, + 51.545726 + ], + [ + -0.074885, + 51.544661 + ], + [ + -0.074958, + 51.544008 + ], + [ + -0.075168, + 51.543001 + ], + [ + -0.075542, + 51.538706 + ], + [ + -0.075721, + 51.53665 + ], + [ + -0.075728, + 51.534769 + ], + [ + -0.075644, + 51.532401 + ], + [ + -0.075635, + 51.53152 + ], + [ + -0.075631, + 51.531137 + ], + [ + -0.075676, + 51.530872 + ], + [ + -0.075765, + 51.53058 + ], + [ + -0.07588, + 51.530325 + ], + [ + -0.076084, + 51.53001 + ], + [ + -0.076524, + 51.529537 + ], + [ + -0.077507, + 51.528748 + ], + [ + -0.077955, + 51.528334 + ], + [ + -0.078247, + 51.527948 + ], + [ + -0.07852, + 51.527432 + ], + [ + -0.078666, + 51.526951 + ], + [ + -0.078735, + 51.526273 + ], + [ + -0.078728, + 51.524859 + ], + [ + -0.078648, + 51.524492 + ], + [ + -0.078587, + 51.524377 + ], + [ + -0.078277, + 51.524016 + ], + [ + -0.078137, + 51.523896 + ], + [ + -0.077839, + 51.523701 + ], + [ + -0.077413, + 51.523508 + ], + [ + -0.077121, + 51.523423 + ], + [ + -0.076617, + 51.523323 + ], + [ + -0.076071, + 51.523289 + ], + [ + -0.075243, + 51.523279 + ], + [ + -0.072828, + 51.523251 + ], + [ + -0.072169, + 51.523202 + ], + [ + -0.071626, + 51.523141 + ], + [ + -0.067069, + 51.522492 + ], + [ + -0.064642, + 51.522246 + ], + [ + -0.064203, + 51.522157 + ], + [ + -0.063514, + 51.521949 + ], + [ + -0.063203, + 51.521824 + ], + [ + -0.062355, + 51.521332 + ], + [ + -0.060935, + 51.520268 + ], + [ + -0.059809, + 51.519564 + ], + [ + -0.0598, + 51.519559 + ], + [ + -0.058095, + 51.51845 + ], + [ + -0.057766, + 51.518115 + ], + [ + -0.057354, + 51.517618 + ], + [ + -0.057239, + 51.517426 + ], + [ + -0.057133, + 51.517173 + ], + [ + -0.057069, + 51.516913 + ], + [ + -0.056939, + 51.516022 + ], + [ + -0.056871, + 51.515246 + ], + [ + -0.056902, + 51.51187 + ], + [ + -0.056868, + 51.511279 + ], + [ + -0.05687, + 51.511228 + ], + [ + -0.056896, + 51.510594 + ], + [ + -0.056875, + 51.509923 + ], + [ + -0.05653, + 51.505702 + ], + [ + -0.056409, + 51.505205 + ], + [ + -0.056284, + 51.504893 + ], + [ + -0.056203, + 51.504728 + ], + [ + -0.055945, + 51.504383 + ], + [ + -0.0559, + 51.504322 + ], + [ + -0.052221, + 51.501125 + ], + [ + -0.051963, + 51.500848 + ], + [ + -0.051806, + 51.500681 + ], + [ + -0.051417, + 51.500188 + ], + [ + -0.050774, + 51.499236 + ], + [ + -0.050114, + 51.497816 + ], + [ + -0.05005, + 51.497678 + ], + [ + -0.049071, + 51.495836 + ], + [ + -0.048662, + 51.494781 + ], + [ + -0.048355, + 51.494175 + ], + [ + -0.048013, + 51.493718 + ], + [ + -0.047551, + 51.493186 + ], + [ + -0.047316, + 51.492916 + ], + [ + -0.047049, + 51.492564 + ], + [ + -0.046701, + 51.492029 + ], + [ + -0.046185, + 51.490848 + ], + [ + -0.045923, + 51.489934 + ], + [ + -0.045878, + 51.489304 + ], + [ + -0.045955, + 51.488863 + ], + [ + -0.04611, + 51.488472 + ], + [ + -0.046351, + 51.488059 + ], + [ + -0.046764, + 51.487567 + ], + [ + -0.047112, + 51.487217 + ], + [ + -0.04836, + 51.486074 + ], + [ + -0.048734, + 51.485697 + ], + [ + -0.048902, + 51.485517 + ], + [ + -0.049137, + 51.485178 + ], + [ + -0.049279, + 51.4848 + ], + [ + -0.049323, + 51.484501 + ], + [ + -0.049419, + 51.482694 + ], + [ + -0.049461, + 51.48247 + ], + [ + -0.0496, + 51.482145 + ], + [ + -0.049817, + 51.481832 + ], + [ + -0.050096, + 51.48155 + ], + [ + -0.050574, + 51.481219 + ], + [ + -0.051146, + 51.480938 + ], + [ + -0.052116, + 51.48057 + ], + [ + -0.052538, + 51.480371 + ], + [ + -0.052909, + 51.48015 + ], + [ + -0.053084, + 51.480016 + ], + [ + -0.053433, + 51.479686 + ], + [ + -0.05384, + 51.479146 + ], + [ + -0.054336, + 51.478292 + ], + [ + -0.055766, + 51.47607 + ], + [ + -0.057185, + 51.473764 + ], + [ + -0.057329, + 51.473576 + ], + [ + -0.057463, + 51.473399 + ], + [ + -0.057917, + 51.472929 + ], + [ + -0.058256, + 51.47262 + ], + [ + -0.058762, + 51.472225 + ], + [ + -0.05901, + 51.472039 + ], + [ + -0.059488, + 51.471737 + ], + [ + -0.060109, + 51.471404 + ], + [ + -0.060507, + 51.47122 + ], + [ + -0.060961, + 51.471036 + ], + [ + -0.061568, + 51.470834 + ], + [ + -0.063181, + 51.470473 + ], + [ + -0.06396, + 51.470356 + ], + [ + -0.064704, + 51.47029 + ], + [ + -0.066615, + 51.470213 + ], + [ + -0.067765, + 51.470092 + ], + [ + -0.068392, + 51.469976 + ], + [ + -0.069257, + 51.469779 + ], + [ + -0.069307, + 51.469768 + ], + [ + -0.070386, + 51.46945 + ], + [ + -0.071208, + 51.469241 + ], + [ + -0.071773, + 51.469133 + ], + [ + -0.073209, + 51.46897 + ], + [ + -0.073939, + 51.468926 + ], + [ + -0.075343, + 51.46894 + ], + [ + -0.076832, + 51.46903 + ], + [ + -0.079362, + 51.469409 + ], + [ + -0.08029, + 51.469497 + ], + [ + -0.081288, + 51.469542 + ], + [ + -0.082497, + 51.469513 + ], + [ + -0.083491, + 51.469427 + ], + [ + -0.084095, + 51.46935 + ], + [ + -0.085449, + 51.469114 + ], + [ + -0.087007, + 51.468751 + ], + [ + -0.089174, + 51.468113 + ], + [ + -0.091707, + 51.467367 + ], + [ + -0.092448, + 51.467113 + ], + [ + -0.094246, + 51.466571 + ], + [ + -0.096512, + 51.465912 + ], + [ + -0.097462, + 51.465669 + ], + [ + -0.09839, + 51.465468 + ], + [ + -0.099706, + 51.465235 + ], + [ + -0.100438, + 51.46513 + ], + [ + -0.102695, + 51.464863 + ], + [ + -0.103075, + 51.464794 + ], + [ + -0.104258, + 51.464494 + ], + [ + -0.105724, + 51.463978 + ], + [ + -0.106605, + 51.463703 + ], + [ + -0.107831, + 51.46345 + ], + [ + -0.109637, + 51.463196 + ], + [ + -0.110292, + 51.463073 + ], + [ + -0.110995, + 51.462898 + ], + [ + -0.111645, + 51.462783 + ], + [ + -0.111987, + 51.462737 + ], + [ + -0.11238, + 51.46271 + ], + [ + -0.112925, + 51.462706 + ], + [ + -0.113559, + 51.462729 + ], + [ + -0.114319, + 51.462817 + ], + [ + -0.115214, + 51.463014 + ], + [ + -0.115658, + 51.46315 + ], + [ + -0.116324, + 51.463395 + ], + [ + -0.116696, + 51.463501 + ], + [ + -0.117546, + 51.463673 + ], + [ + -0.117982, + 51.463739 + ], + [ + -0.118318, + 51.463765 + ], + [ + -0.118998, + 51.463782 + ], + [ + -0.119637, + 51.46375 + ], + [ + -0.120741, + 51.463611 + ], + [ + -0.123657, + 51.463302 + ], + [ + -0.124823, + 51.463224 + ], + [ + -0.125834, + 51.463246 + ], + [ + -0.126754, + 51.463316 + ], + [ + -0.127842, + 51.463508 + ], + [ + -0.128644, + 51.463712 + ], + [ + -0.129613, + 51.464055 + ], + [ + -0.129975, + 51.464207 + ], + [ + -0.132442, + 51.465536 + ], + [ + -0.132778, + 51.465717 + ], + [ + -0.133569, + 51.466106 + ], + [ + -0.134333, + 51.466536 + ], + [ + -0.135242, + 51.467137 + ], + [ + -0.13637, + 51.467976 + ], + [ + -0.136962, + 51.468469 + ], + [ + -0.137603, + 51.469075 + ], + [ + -0.137819, + 51.469323 + ], + [ + -0.13866, + 51.470166 + ], + [ + -0.140132, + 51.471641 + ], + [ + -0.140481, + 51.471927 + ], + [ + -0.140669, + 51.472051 + ], + [ + -0.142779, + 51.473096 + ], + [ + -0.143394, + 51.473354 + ], + [ + -0.143796, + 51.473484 + ], + [ + -0.144197, + 51.473588 + ], + [ + -0.144999, + 51.473713 + ], + [ + -0.145357, + 51.47374 + ], + [ + -0.146078, + 51.473748 + ], + [ + -0.146717, + 51.473724 + ], + [ + -0.147166, + 51.473699 + ], + [ + -0.14762, + 51.473641 + ], + [ + -0.148372, + 51.47348 + ], + [ + -0.149189, + 51.473275 + ], + [ + -0.149704, + 51.473112 + ], + [ + -0.150079, + 51.472947 + ], + [ + -0.15033, + 51.472809 + ], + [ + -0.150613, + 51.472633 + ], + [ + -0.15179, + 51.471787 + ], + [ + -0.15334, + 51.470888 + ], + [ + -0.153972, + 51.470561 + ], + [ + -0.154564, + 51.470295 + ], + [ + -0.155261, + 51.470027 + ], + [ + -0.155884, + 51.469833 + ], + [ + -0.156351, + 51.469719 + ], + [ + -0.15679, + 51.469637 + ], + [ + -0.157535, + 51.469566 + ], + [ + -0.158205, + 51.469545 + ], + [ + -0.159268, + 51.469591 + ], + [ + -0.159903, + 51.469597 + ], + [ + -0.160193, + 51.469575 + ], + [ + -0.160573, + 51.46952 + ], + [ + -0.161041, + 51.469423 + ], + [ + -0.161603, + 51.469266 + ], + [ + -0.162171, + 51.469047 + ], + [ + -0.162705, + 51.468774 + ], + [ + -0.163037, + 51.468548 + ], + [ + -0.163797, + 51.467966 + ], + [ + -0.164308, + 51.467661 + ], + [ + -0.164843, + 51.467407 + ], + [ + -0.167721, + 51.466154 + ], + [ + -0.168521, + 51.465812 + ], + [ + -0.169187, + 51.465567 + ], + [ + -0.170129, + 51.465283 + ], + [ + -0.17103, + 51.465047 + ] + ] + }, + "properties": { + "line": "Windrush", + "name": "Windrush", + "color": "#ED1B00", + "order": 15 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.082329, + 51.518215 + ], + [ + -0.081503, + 51.519696 + ], + [ + -0.081214, + 51.520027 + ], + [ + -0.080939, + 51.520285 + ], + [ + -0.078607, + 51.521893 + ], + [ + -0.07809, + 51.52214 + ], + [ + -0.077346, + 51.522363 + ], + [ + -0.076904, + 51.522466 + ], + [ + -0.076306, + 51.522547 + ], + [ + -0.075687, + 51.522597 + ], + [ + -0.072551, + 51.52275 + ], + [ + -0.071961, + 51.522795 + ], + [ + -0.07146, + 51.522865 + ], + [ + -0.070205, + 51.523143 + ], + [ + -0.069259, + 51.523295 + ], + [ + -0.067733, + 51.523366 + ], + [ + -0.06321, + 51.523655 + ], + [ + -0.060545, + 51.523795 + ], + [ + -0.05956, + 51.52388 + ], + [ + -0.058661, + 51.523959 + ], + [ + -0.058262, + 51.524029 + ], + [ + -0.057724, + 51.524186 + ], + [ + -0.057195, + 51.524436 + ], + [ + -0.056872, + 51.52466 + ], + [ + -0.056652, + 51.524874 + ], + [ + -0.056407, + 51.525288 + ], + [ + -0.05634, + 51.525488 + ], + [ + -0.056323, + 51.525655 + ], + [ + -0.056269, + 51.527335 + ], + [ + -0.056312, + 51.528011 + ], + [ + -0.056568, + 51.529483 + ], + [ + -0.057015, + 51.531046 + ], + [ + -0.057387, + 51.531954 + ], + [ + -0.057574, + 51.532411 + ], + [ + -0.057802, + 51.533219 + ], + [ + -0.057991, + 51.53447 + ], + [ + -0.058089, + 51.535387 + ], + [ + -0.058273, + 51.53861 + ], + [ + -0.058255, + 51.539013 + ], + [ + -0.058147, + 51.539767 + ], + [ + -0.057842, + 51.540955 + ], + [ + -0.057799, + 51.541155 + ], + [ + -0.057688, + 51.541674 + ], + [ + -0.057648, + 51.542161 + ], + [ + -0.057665, + 51.5425 + ], + [ + -0.057763, + 51.542984 + ], + [ + -0.058012, + 51.543702 + ], + [ + -0.058868, + 51.54558 + ], + [ + -0.058928, + 51.545759 + ], + [ + -0.059278, + 51.546412 + ], + [ + -0.05966, + 51.547038 + ], + [ + -0.06083, + 51.548753 + ], + [ + -0.061093, + 51.549138 + ], + [ + -0.061192, + 51.549345 + ], + [ + -0.061417, + 51.549982 + ], + [ + -0.061866, + 51.550583 + ], + [ + -0.061995, + 51.550682 + ], + [ + -0.063788, + 51.55181 + ], + [ + -0.064205, + 51.552098 + ], + [ + -0.064938, + 51.552755 + ], + [ + -0.065326, + 51.553207 + ], + [ + -0.065503, + 51.553454 + ], + [ + -0.065886, + 51.554069 + ], + [ + -0.068311, + 51.558492 + ], + [ + -0.069721, + 51.561062 + ], + [ + -0.070621, + 51.562753 + ], + [ + -0.071069, + 51.56353 + ], + [ + -0.071272, + 51.563788 + ], + [ + -0.071801, + 51.564385 + ], + [ + -0.07233, + 51.564834 + ], + [ + -0.072738, + 51.565134 + ], + [ + -0.072888, + 51.56523 + ], + [ + -0.075834, + 51.567123 + ], + [ + -0.076412, + 51.567526 + ], + [ + -0.076968, + 51.567993 + ], + [ + -0.077483, + 51.568537 + ], + [ + -0.077805, + 51.568981 + ], + [ + -0.078081, + 51.569496 + ], + [ + -0.078337, + 51.57025 + ], + [ + -0.078411, + 51.570822 + ], + [ + -0.07838, + 51.571481 + ], + [ + -0.078233, + 51.572118 + ], + [ + -0.078012, + 51.572674 + ], + [ + -0.077832, + 51.57298 + ], + [ + -0.077549, + 51.573375 + ], + [ + -0.076619, + 51.574445 + ], + [ + -0.075799, + 51.575389 + ], + [ + -0.0756, + 51.575681 + ], + [ + -0.075448, + 51.575976 + ], + [ + -0.075327, + 51.576262 + ], + [ + -0.075213, + 51.576646 + ], + [ + -0.075145, + 51.577193 + ], + [ + -0.07516, + 51.577515 + ], + [ + -0.075244, + 51.577993 + ], + [ + -0.075633, + 51.579626 + ], + [ + -0.075658, + 51.580608 + ], + [ + -0.075498, + 51.581466 + ], + [ + -0.075282, + 51.582192 + ], + [ + -0.075133, + 51.582692 + ], + [ + -0.075014, + 51.583311 + ], + [ + -0.074982, + 51.584096 + ], + [ + -0.074976, + 51.585933 + ], + [ + -0.074986, + 51.586942 + ], + [ + -0.075027, + 51.58726 + ], + [ + -0.075026, + 51.588323 + ], + [ + -0.075005, + 51.588627 + ], + [ + -0.074904, + 51.589067 + ], + [ + -0.074733, + 51.589458 + ], + [ + -0.074515, + 51.589825 + ], + [ + -0.074384, + 51.59 + ], + [ + -0.073914, + 51.590505 + ], + [ + -0.073543, + 51.590809 + ], + [ + -0.073277, + 51.590995 + ], + [ + -0.071328, + 51.592266 + ], + [ + -0.070864, + 51.592617 + ], + [ + -0.070704, + 51.592763 + ], + [ + -0.070392, + 51.593112 + ], + [ + -0.070158, + 51.593458 + ], + [ + -0.069948, + 51.593896 + ], + [ + -0.069925, + 51.593964 + ], + [ + -0.06988, + 51.594103 + ], + [ + -0.069812, + 51.594505 + ], + [ + -0.069816, + 51.594887 + ], + [ + -0.069881, + 51.59525 + ], + [ + -0.070276, + 51.596448 + ], + [ + -0.070387, + 51.597098 + ], + [ + -0.070402, + 51.597976 + ], + [ + -0.070321, + 51.599668 + ], + [ + -0.070342, + 51.600528 + ], + [ + -0.070408, + 51.601126 + ], + [ + -0.070985, + 51.605031 + ], + [ + -0.071027, + 51.60532 + ], + [ + -0.071057, + 51.605673 + ], + [ + -0.071059, + 51.606233 + ], + [ + -0.07102, + 51.606692 + ], + [ + -0.070834, + 51.607593 + ], + [ + -0.070623, + 51.608173 + ], + [ + -0.070339, + 51.608767 + ], + [ + -0.06773, + 51.613892 + ], + [ + -0.067317, + 51.614531 + ], + [ + -0.067226, + 51.614684 + ], + [ + -0.066218, + 51.616367 + ], + [ + -0.061493, + 51.624347 + ], + [ + -0.061209, + 51.624945 + ], + [ + -0.0612, + 51.624964 + ], + [ + -0.06113, + 51.62524 + ], + [ + -0.061102, + 51.625559 + ], + [ + -0.061153, + 51.626119 + ], + [ + -0.061234, + 51.626416 + ], + [ + -0.061356, + 51.626709 + ], + [ + -0.062257, + 51.628269 + ], + [ + -0.062866, + 51.629481 + ], + [ + -0.064077, + 51.631453 + ], + [ + -0.064462, + 51.632252 + ], + [ + -0.064647, + 51.632774 + ], + [ + -0.064858, + 51.633603 + ], + [ + -0.064956, + 51.634419 + ], + [ + -0.065022, + 51.635294 + ], + [ + -0.065137, + 51.635849 + ], + [ + -0.065343, + 51.636434 + ], + [ + -0.065513, + 51.636807 + ], + [ + -0.065871, + 51.637413 + ], + [ + -0.066363, + 51.638067 + ], + [ + -0.067803, + 51.639772 + ], + [ + -0.068199, + 51.640291 + ], + [ + -0.069229, + 51.641515 + ], + [ + -0.070102, + 51.642553 + ], + [ + -0.070442, + 51.642915 + ], + [ + -0.071519, + 51.64424 + ], + [ + -0.075311, + 51.648761 + ], + [ + -0.075866, + 51.649371 + ], + [ + -0.076192, + 51.649717 + ], + [ + -0.076534, + 51.650038 + ], + [ + -0.077563, + 51.650895 + ], + [ + -0.077921, + 51.651159 + ], + [ + -0.079262, + 51.652055 + ] + ] + }, + "properties": { + "line": "Weaver", + "name": "Weaver", + "color": "#823A62", + "order": 14 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.082329, + 51.518215 + ], + [ + -0.081503, + 51.519696 + ], + [ + -0.081214, + 51.520027 + ], + [ + -0.080939, + 51.520285 + ], + [ + -0.078607, + 51.521893 + ], + [ + -0.07809, + 51.52214 + ], + [ + -0.077346, + 51.522363 + ], + [ + -0.076904, + 51.522466 + ], + [ + -0.076306, + 51.522547 + ], + [ + -0.075687, + 51.522597 + ], + [ + -0.072551, + 51.52275 + ], + [ + -0.071961, + 51.522795 + ], + [ + -0.07146, + 51.522865 + ], + [ + -0.070205, + 51.523143 + ], + [ + -0.069259, + 51.523295 + ], + [ + -0.066582, + 51.523433 + ], + [ + -0.06321, + 51.523655 + ], + [ + -0.061139, + 51.523755 + ], + [ + -0.05956, + 51.523874 + ], + [ + -0.059429, + 51.523884 + ], + [ + -0.058661, + 51.523959 + ], + [ + -0.058262, + 51.524029 + ], + [ + -0.057885, + 51.524131 + ], + [ + -0.057539, + 51.524262 + ], + [ + -0.057195, + 51.524436 + ], + [ + -0.056872, + 51.52466 + ], + [ + -0.056652, + 51.524874 + ], + [ + -0.056479, + 51.525145 + ], + [ + -0.056362, + 51.525398 + ], + [ + -0.056307, + 51.525902 + ], + [ + -0.05627, + 51.527517 + ], + [ + -0.056312, + 51.528011 + ], + [ + -0.056472, + 51.529026 + ], + [ + -0.056568, + 51.529483 + ], + [ + -0.057015, + 51.531046 + ], + [ + -0.057395, + 51.531952 + ], + [ + -0.057465, + 51.532121 + ], + [ + -0.057732, + 51.532931 + ], + [ + -0.05786, + 51.53355 + ], + [ + -0.058089, + 51.535387 + ], + [ + -0.058273, + 51.53861 + ], + [ + -0.058255, + 51.539013 + ], + [ + -0.058147, + 51.539767 + ], + [ + -0.057842, + 51.540955 + ], + [ + -0.057799, + 51.541155 + ], + [ + -0.057688, + 51.541674 + ], + [ + -0.057648, + 51.542161 + ], + [ + -0.057665, + 51.5425 + ], + [ + -0.057763, + 51.542984 + ], + [ + -0.058012, + 51.543702 + ], + [ + -0.058868, + 51.54558 + ], + [ + -0.058928, + 51.545759 + ], + [ + -0.059278, + 51.546412 + ], + [ + -0.05966, + 51.547038 + ], + [ + -0.06083, + 51.548753 + ], + [ + -0.061093, + 51.549138 + ], + [ + -0.061192, + 51.549345 + ], + [ + -0.061417, + 51.549982 + ], + [ + -0.061866, + 51.550583 + ], + [ + -0.061995, + 51.550682 + ], + [ + -0.063788, + 51.55181 + ], + [ + -0.064205, + 51.552098 + ], + [ + -0.064938, + 51.552755 + ], + [ + -0.065326, + 51.553207 + ], + [ + -0.065503, + 51.553454 + ], + [ + -0.065886, + 51.554069 + ], + [ + -0.068311, + 51.558492 + ], + [ + -0.069721, + 51.561062 + ], + [ + -0.070621, + 51.562753 + ], + [ + -0.071069, + 51.56353 + ], + [ + -0.071272, + 51.563788 + ], + [ + -0.071801, + 51.564385 + ], + [ + -0.07233, + 51.564834 + ], + [ + -0.072738, + 51.565134 + ], + [ + -0.072888, + 51.56523 + ], + [ + -0.075834, + 51.567123 + ], + [ + -0.076412, + 51.567526 + ], + [ + -0.076968, + 51.567993 + ], + [ + -0.07729, + 51.568315 + ], + [ + -0.077664, + 51.568778 + ], + [ + -0.077805, + 51.568981 + ], + [ + -0.078081, + 51.569496 + ], + [ + -0.078337, + 51.57025 + ], + [ + -0.078394, + 51.570607 + ], + [ + -0.078416, + 51.571034 + ], + [ + -0.078342, + 51.571708 + ], + [ + -0.078233, + 51.572118 + ], + [ + -0.078086, + 51.57251 + ], + [ + -0.077832, + 51.57298 + ], + [ + -0.07737, + 51.573589 + ], + [ + -0.076622, + 51.574446 + ], + [ + -0.075799, + 51.575389 + ], + [ + -0.0756, + 51.575681 + ], + [ + -0.075448, + 51.575976 + ], + [ + -0.075327, + 51.576262 + ], + [ + -0.075213, + 51.576646 + ], + [ + -0.075145, + 51.577193 + ], + [ + -0.07516, + 51.577515 + ], + [ + -0.075244, + 51.577993 + ], + [ + -0.075633, + 51.579626 + ], + [ + -0.075658, + 51.580608 + ], + [ + -0.075498, + 51.581466 + ], + [ + -0.075282, + 51.582192 + ], + [ + -0.075133, + 51.582692 + ], + [ + -0.075014, + 51.583311 + ], + [ + -0.074982, + 51.584096 + ], + [ + -0.074976, + 51.585933 + ], + [ + -0.074986, + 51.586942 + ], + [ + -0.075027, + 51.58726 + ], + [ + -0.075026, + 51.588323 + ], + [ + -0.075005, + 51.588627 + ], + [ + -0.074904, + 51.589067 + ], + [ + -0.074733, + 51.589458 + ], + [ + -0.074515, + 51.589825 + ], + [ + -0.074384, + 51.59 + ], + [ + -0.073914, + 51.590505 + ], + [ + -0.073543, + 51.590809 + ], + [ + -0.073277, + 51.590995 + ], + [ + -0.071328, + 51.592266 + ], + [ + -0.070864, + 51.592617 + ], + [ + -0.070704, + 51.592763 + ], + [ + -0.070392, + 51.593112 + ], + [ + -0.070158, + 51.593458 + ], + [ + -0.069948, + 51.593896 + ], + [ + -0.069925, + 51.593964 + ], + [ + -0.06988, + 51.594103 + ], + [ + -0.069812, + 51.594505 + ], + [ + -0.069816, + 51.594887 + ], + [ + -0.069881, + 51.59525 + ], + [ + -0.070276, + 51.596448 + ], + [ + -0.070387, + 51.597098 + ], + [ + -0.070402, + 51.597976 + ], + [ + -0.070321, + 51.599668 + ], + [ + -0.070342, + 51.600528 + ], + [ + -0.070408, + 51.601126 + ], + [ + -0.070985, + 51.605031 + ], + [ + -0.071027, + 51.60532 + ], + [ + -0.071057, + 51.605673 + ], + [ + -0.071059, + 51.606233 + ], + [ + -0.07102, + 51.606692 + ], + [ + -0.070834, + 51.607593 + ], + [ + -0.070623, + 51.608173 + ], + [ + -0.070339, + 51.608767 + ], + [ + -0.06773, + 51.613892 + ], + [ + -0.067317, + 51.614531 + ], + [ + -0.067226, + 51.614684 + ], + [ + -0.06662, + 51.615694 + ], + [ + -0.062077, + 51.623348 + ], + [ + -0.061378, + 51.624553 + ], + [ + -0.06122, + 51.624944 + ], + [ + -0.06116, + 51.625093 + ], + [ + -0.061109, + 51.625409 + ], + [ + -0.061122, + 51.625947 + ], + [ + -0.061194, + 51.626288 + ], + [ + -0.061297, + 51.626581 + ], + [ + -0.061548, + 51.627065 + ], + [ + -0.062257, + 51.628269 + ], + [ + -0.062866, + 51.629481 + ], + [ + -0.064077, + 51.631453 + ], + [ + -0.064462, + 51.632252 + ], + [ + -0.064647, + 51.632774 + ], + [ + -0.064858, + 51.633603 + ], + [ + -0.064956, + 51.634419 + ], + [ + -0.064931, + 51.634888 + ], + [ + -0.064818, + 51.635395 + ], + [ + -0.064677, + 51.635789 + ], + [ + -0.064307, + 51.636489 + ], + [ + -0.063858, + 51.637073 + ], + [ + -0.063409, + 51.637532 + ], + [ + -0.062817, + 51.638042 + ], + [ + -0.061676, + 51.638783 + ], + [ + -0.057016, + 51.64144 + ], + [ + -0.056376, + 51.641834 + ], + [ + -0.055809, + 51.64223 + ], + [ + -0.055549, + 51.642441 + ], + [ + -0.054905, + 51.643037 + ], + [ + -0.05444, + 51.643563 + ], + [ + -0.054219, + 51.643849 + ], + [ + -0.053923, + 51.644298 + ], + [ + -0.05366, + 51.644816 + ], + [ + -0.053504, + 51.645189 + ], + [ + -0.053355, + 51.64564 + ], + [ + -0.052528, + 51.648429 + ], + [ + -0.052449, + 51.648704 + ], + [ + -0.050047, + 51.656995 + ], + [ + -0.049616, + 51.658568 + ], + [ + -0.049444, + 51.659557 + ], + [ + -0.0494, + 51.660155 + ], + [ + -0.049343, + 51.663547 + ], + [ + -0.049279, + 51.664552 + ], + [ + -0.049075, + 51.666062 + ], + [ + -0.048729, + 51.667619 + ], + [ + -0.047348, + 51.672138 + ], + [ + -0.047196, + 51.672623 + ], + [ + -0.04486, + 51.680059 + ], + [ + -0.044185, + 51.681659 + ], + [ + -0.043772, + 51.682548 + ], + [ + -0.043479, + 51.683125 + ], + [ + -0.042348, + 51.685115 + ], + [ + -0.04144, + 51.686396 + ], + [ + -0.040862, + 51.687139 + ], + [ + -0.038884, + 51.689404 + ], + [ + -0.037871, + 51.690449 + ], + [ + -0.03738, + 51.690873 + ], + [ + -0.037029, + 51.691136 + ], + [ + -0.036118, + 51.69171 + ], + [ + -0.035134, + 51.692208 + ], + [ + -0.034736, + 51.692361 + ], + [ + -0.032521, + 51.693214 + ], + [ + -0.031528, + 51.693616 + ], + [ + -0.030464, + 51.694115 + ], + [ + -0.029762, + 51.694487 + ], + [ + -0.028895, + 51.695017 + ], + [ + -0.028115, + 51.695557 + ], + [ + -0.02754, + 51.696003 + ], + [ + -0.026787, + 51.696677 + ], + [ + -0.024985, + 51.698481 + ], + [ + -0.024841, + 51.698654 + ], + [ + -0.024518, + 51.699177 + ], + [ + -0.02434, + 51.700005 + ], + [ + -0.024203, + 51.700993 + ], + [ + -0.02419, + 51.701447 + ], + [ + -0.023975, + 51.702871 + ] + ] + }, + "properties": { + "line": "Weaver", + "name": "Weaver", + "color": "#823A62", + "order": 14 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.082329, + 51.518215 + ], + [ + -0.081503, + 51.519696 + ], + [ + -0.081214, + 51.520027 + ], + [ + -0.080939, + 51.520285 + ], + [ + -0.078607, + 51.521893 + ], + [ + -0.07809, + 51.52214 + ], + [ + -0.077346, + 51.522363 + ], + [ + -0.076904, + 51.522466 + ], + [ + -0.076306, + 51.522547 + ], + [ + -0.075687, + 51.522597 + ], + [ + -0.072551, + 51.52275 + ], + [ + -0.071961, + 51.522795 + ], + [ + -0.07146, + 51.522865 + ], + [ + -0.070205, + 51.523143 + ], + [ + -0.069259, + 51.523295 + ], + [ + -0.066582, + 51.523433 + ], + [ + -0.06321, + 51.523655 + ], + [ + -0.061139, + 51.523755 + ], + [ + -0.05956, + 51.523874 + ], + [ + -0.059429, + 51.523884 + ], + [ + -0.058661, + 51.523959 + ], + [ + -0.058037, + 51.524084 + ], + [ + -0.057724, + 51.524186 + ], + [ + -0.057403, + 51.524329 + ], + [ + -0.057195, + 51.524436 + ], + [ + -0.056872, + 51.52466 + ], + [ + -0.056652, + 51.524874 + ], + [ + -0.056558, + 51.525002 + ], + [ + -0.056362, + 51.525398 + ], + [ + -0.05633, + 51.525573 + ], + [ + -0.056269, + 51.527335 + ], + [ + -0.056312, + 51.528011 + ], + [ + -0.056516, + 51.529256 + ], + [ + -0.056869, + 51.530557 + ], + [ + -0.057082, + 51.531229 + ], + [ + -0.057574, + 51.532411 + ], + [ + -0.057802, + 51.533219 + ], + [ + -0.057991, + 51.53447 + ], + [ + -0.058105, + 51.535629 + ], + [ + -0.058273, + 51.53861 + ], + [ + -0.058265, + 51.53882 + ], + [ + -0.058227, + 51.539309 + ], + [ + -0.058147, + 51.539767 + ], + [ + -0.057842, + 51.540955 + ], + [ + -0.057688, + 51.541674 + ], + [ + -0.057652, + 51.542341 + ], + [ + -0.057717, + 51.542783 + ], + [ + -0.057825, + 51.543192 + ], + [ + -0.058012, + 51.543702 + ], + [ + -0.059042, + 51.545978 + ], + [ + -0.05966, + 51.547038 + ], + [ + -0.060825, + 51.548754 + ], + [ + -0.061132, + 51.549206 + ], + [ + -0.061417, + 51.549982 + ], + [ + -0.061423, + 51.55028 + ], + [ + -0.061353, + 51.550759 + ], + [ + -0.061258, + 51.551026 + ], + [ + -0.061006, + 51.551445 + ], + [ + -0.060838, + 51.551656 + ], + [ + -0.060267, + 51.552226 + ], + [ + -0.059934, + 51.552614 + ], + [ + -0.059514, + 51.553235 + ], + [ + -0.059149, + 51.553869 + ], + [ + -0.058935, + 51.554408 + ], + [ + -0.058774, + 51.555006 + ], + [ + -0.058757, + 51.555675 + ], + [ + -0.05916, + 51.558152 + ], + [ + -0.059155, + 51.558606 + ], + [ + -0.059085, + 51.559065 + ], + [ + -0.058782, + 51.559785 + ], + [ + -0.058653, + 51.559994 + ], + [ + -0.058326, + 51.560393 + ], + [ + -0.058106, + 51.560602 + ], + [ + -0.056921, + 51.561594 + ], + [ + -0.054891, + 51.563294 + ], + [ + -0.054543, + 51.563625 + ], + [ + -0.053202, + 51.565025 + ], + [ + -0.052413, + 51.565965 + ], + [ + -0.051741, + 51.566848 + ], + [ + -0.049494, + 51.570195 + ], + [ + -0.049092, + 51.570768 + ], + [ + -0.048737, + 51.571224 + ], + [ + -0.048321, + 51.571717 + ], + [ + -0.047571, + 51.572521 + ], + [ + -0.04677, + 51.573249 + ], + [ + -0.046325, + 51.573612 + ], + [ + -0.045323, + 51.57433 + ], + [ + -0.044335, + 51.574957 + ], + [ + -0.043273, + 51.575572 + ], + [ + -0.040031, + 51.577318 + ], + [ + -0.038863, + 51.577978 + ], + [ + -0.035031, + 51.580022 + ], + [ + -0.034256, + 51.580404 + ], + [ + -0.033595, + 51.580688 + ], + [ + -0.032886, + 51.580945 + ], + [ + -0.032254, + 51.581174 + ], + [ + -0.031345, + 51.581433 + ], + [ + -0.030522, + 51.58163 + ], + [ + -0.029366, + 51.581852 + ], + [ + -0.028312, + 51.581996 + ], + [ + -0.019908, + 51.582917 + ], + [ + -0.012171, + 51.583765 + ], + [ + -0.011705, + 51.583826 + ], + [ + -0.010404, + 51.584046 + ], + [ + -0.009541, + 51.584261 + ], + [ + -0.008997, + 51.584448 + ], + [ + -0.007875, + 51.584995 + ], + [ + -0.007459, + 51.585171 + ], + [ + -0.006994, + 51.585327 + ], + [ + -0.006156, + 51.585534 + ], + [ + -0.004381, + 51.585861 + ], + [ + -0.003849, + 51.586004 + ], + [ + -0.003199, + 51.586237 + ], + [ + -0.002425, + 51.586595 + ], + [ + -0.002346, + 51.586632 + ], + [ + -0.00182, + 51.586985 + ], + [ + -0.001405, + 51.587332 + ], + [ + -0.00103, + 51.587739 + ], + [ + -0.000888, + 51.587934 + ], + [ + -0.000718, + 51.588241 + ], + [ + -0.000502, + 51.588851 + ], + [ + -0.000451, + 51.589313 + ], + [ + -0.000512, + 51.589838 + ], + [ + -0.001025, + 51.59175 + ], + [ + -0.001322, + 51.592618 + ], + [ + -0.00177, + 51.593349 + ], + [ + -0.002124, + 51.593852 + ], + [ + -0.00256, + 51.59454 + ], + [ + -0.002872, + 51.595162 + ], + [ + -0.002918, + 51.595358 + ], + [ + -0.003142, + 51.595947 + ], + [ + -0.003394, + 51.596962 + ], + [ + -0.003468, + 51.597504 + ], + [ + -0.003508, + 51.598051 + ], + [ + -0.003473, + 51.599147 + ], + [ + -0.003319, + 51.600158 + ], + [ + -0.003248, + 51.600483 + ], + [ + -0.003046, + 51.601147 + ], + [ + -0.002613, + 51.602246 + ], + [ + -0.001005, + 51.60603 + ], + [ + -0.000587, + 51.607233 + ], + [ + -0.000299, + 51.608356 + ], + [ + 0.001403, + 51.614972 + ], + [ + 0.001557, + 51.615821 + ], + [ + 0.001612, + 51.616694 + ], + [ + 0.0016, + 51.617255 + ], + [ + 0.001389, + 51.62018 + ], + [ + 0.001394, + 51.620684 + ], + [ + 0.001442, + 51.621235 + ], + [ + 0.001585, + 51.622001 + ], + [ + 0.0018, + 51.622732 + ], + [ + 0.002167, + 51.623592 + ], + [ + 0.003475, + 51.626219 + ], + [ + 0.003844, + 51.626831 + ], + [ + 0.004057, + 51.627099 + ], + [ + 0.004441, + 51.627502 + ], + [ + 0.00997, + 51.633057 + ] + ] + }, + "properties": { + "line": "Weaver", + "name": "Weaver", + "color": "#823A62", + "order": 14 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.150679, + 51.555494 + ], + [ + -0.149871, + 51.555308 + ], + [ + -0.149539, + 51.555255 + ], + [ + -0.148787, + 51.555228 + ], + [ + -0.148412, + 51.555241 + ], + [ + -0.148079, + 51.555281 + ], + [ + -0.147779, + 51.555348 + ], + [ + -0.144839, + 51.556242 + ], + [ + -0.142061, + 51.557209 + ], + [ + -0.135838, + 51.55947 + ], + [ + -0.134658, + 51.560044 + ], + [ + -0.133359, + 51.560778 + ], + [ + -0.132018, + 51.561678 + ], + [ + -0.129483, + 51.563627 + ], + [ + -0.125978, + 51.56632 + ], + [ + -0.124712, + 51.567254 + ], + [ + -0.123929, + 51.567801 + ], + [ + -0.123585, + 51.568014 + ], + [ + -0.120302, + 51.569701 + ], + [ + -0.117132, + 51.571304 + ], + [ + -0.115882, + 51.571935 + ], + [ + -0.114605, + 51.572522 + ], + [ + -0.112964, + 51.573116 + ], + [ + -0.111483, + 51.573549 + ], + [ + -0.109499, + 51.574062 + ], + [ + -0.108758, + 51.574296 + ], + [ + -0.103791, + 51.575723 + ], + [ + -0.101945, + 51.576163 + ], + [ + -0.098149, + 51.577203 + ], + [ + -0.097954, + 51.577256 + ], + [ + -0.095165, + 51.57799 + ], + [ + -0.093255, + 51.578376 + ], + [ + -0.09186, + 51.578616 + ], + [ + -0.090508, + 51.578763 + ], + [ + -0.088727, + 51.57891 + ], + [ + -0.085573, + 51.57911 + ], + [ + -0.079157, + 51.57963 + ], + [ + -0.075703, + 51.579976 + ], + [ + -0.072098, + 51.580373 + ], + [ + -0.071583, + 51.58043 + ], + [ + -0.070446, + 51.580617 + ], + [ + -0.066626, + 51.581643 + ], + [ + -0.064802, + 51.58223 + ], + [ + -0.063815, + 51.582643 + ], + [ + -0.062613, + 51.583297 + ], + [ + -0.061476, + 51.583883 + ], + [ + -0.060511, + 51.584297 + ], + [ + -0.059438, + 51.58471 + ], + [ + -0.058665, + 51.584963 + ], + [ + -0.058215, + 51.585043 + ], + [ + -0.057378, + 51.585243 + ], + [ + -0.05667, + 51.58539 + ], + [ + -0.053515, + 51.585777 + ], + [ + -0.049932, + 51.586097 + ], + [ + -0.045383, + 51.586576 + ], + [ + -0.041628, + 51.586696 + ], + [ + -0.041011, + 51.586683 + ], + [ + -0.039804, + 51.586656 + ], + [ + -0.038066, + 51.58655 + ], + [ + -0.0368, + 51.586443 + ], + [ + -0.035748, + 51.58631 + ], + [ + -0.034869, + 51.58615 + ], + [ + -0.03298, + 51.585723 + ], + [ + -0.030856, + 51.585057 + ], + [ + -0.029118, + 51.584403 + ], + [ + -0.027316, + 51.58351 + ], + [ + -0.023784, + 51.581549 + ], + [ + -0.021672, + 51.580377 + ], + [ + -0.021179, + 51.58007 + ], + [ + -0.020835, + 51.579736 + ], + [ + -0.018711, + 51.577643 + ], + [ + -0.01545, + 51.574269 + ], + [ + -0.014634, + 51.573509 + ], + [ + -0.013196, + 51.572335 + ], + [ + -0.011137, + 51.571148 + ], + [ + -0.009592, + 51.570428 + ], + [ + -0.00796, + 51.569812 + ], + [ + -0.006588, + 51.569295 + ], + [ + -0.002553, + 51.567947 + ], + [ + 0.003455, + 51.56584 + ], + [ + 0.005579, + 51.564853 + ], + [ + 0.008368, + 51.563679 + ], + [ + 0.008493, + 51.563619 + ], + [ + 0.009484, + 51.563146 + ], + [ + 0.010386, + 51.562639 + ], + [ + 0.010836, + 51.562198 + ], + [ + 0.011759, + 51.561371 + ], + [ + 0.012896, + 51.560211 + ], + [ + 0.013433, + 51.559784 + ], + [ + 0.014269, + 51.559064 + ], + [ + 0.016115, + 51.557956 + ], + [ + 0.016952, + 51.557369 + ], + [ + 0.018797, + 51.555608 + ], + [ + 0.020514, + 51.554061 + ], + [ + 0.021393, + 51.553394 + ], + [ + 0.022423, + 51.552753 + ], + [ + 0.023367, + 51.552406 + ], + [ + 0.024569, + 51.552073 + ], + [ + 0.026114, + 51.551726 + ], + [ + 0.026222, + 51.551721 + ], + [ + 0.027294, + 51.551672 + ], + [ + 0.028839, + 51.551659 + ], + [ + 0.030062, + 51.551712 + ], + [ + 0.031328, + 51.551819 + ], + [ + 0.032208, + 51.551819 + ], + [ + 0.033131, + 51.551779 + ], + [ + 0.033796, + 51.551592 + ], + [ + 0.035684, + 51.550912 + ], + [ + 0.037143, + 51.550485 + ], + [ + 0.037937, + 51.550298 + ], + [ + 0.038474, + 51.550245 + ], + [ + 0.039396, + 51.550205 + ], + [ + 0.04019, + 51.550125 + ], + [ + 0.041285, + 51.549965 + ], + [ + 0.0421, + 51.549804 + ], + [ + 0.044408, + 51.549236 + ], + [ + 0.045619, + 51.548937 + ], + [ + 0.046971, + 51.548657 + ], + [ + 0.048516, + 51.548297 + ], + [ + 0.054116, + 51.547109 + ], + [ + 0.060875, + 51.545601 + ], + [ + 0.062013, + 51.545321 + ], + [ + 0.063043, + 51.545094 + ], + [ + 0.063965, + 51.544921 + ], + [ + 0.06639, + 51.54464 + ], + [ + 0.067527, + 51.5444 + ], + [ + 0.07184, + 51.543359 + ], + [ + 0.07345, + 51.542946 + ], + [ + 0.074158, + 51.542732 + ], + [ + 0.074759, + 51.542518 + ], + [ + 0.07772, + 51.541157 + ], + [ + 0.080915, + 51.539489 + ], + [ + 0.088663, + 51.535445 + ], + [ + 0.092053, + 51.53403 + ], + [ + 0.096946, + 51.532402 + ], + [ + 0.10201, + 51.53128 + ], + [ + 0.113597, + 51.530052 + ], + [ + 0.119863, + 51.529438 + ], + [ + 0.120935, + 51.529385 + ], + [ + 0.121536, + 51.529251 + ], + [ + 0.122395, + 51.528771 + ], + [ + 0.12291, + 51.528397 + ], + [ + 0.12321, + 51.527916 + ], + [ + 0.123253, + 51.527569 + ], + [ + 0.123253, + 51.527276 + ], + [ + 0.123167, + 51.526955 + ], + [ + 0.122952, + 51.526528 + ], + [ + 0.122695, + 51.526208 + ], + [ + 0.122523, + 51.525914 + ], + [ + 0.121708, + 51.525166 + ], + [ + 0.12115, + 51.524926 + ], + [ + 0.119863, + 51.524259 + ], + [ + 0.119262, + 51.523991 + ], + [ + 0.118403, + 51.523351 + ], + [ + 0.117416, + 51.52255 + ], + [ + 0.11703, + 51.522122 + ], + [ + 0.116773, + 51.521695 + ], + [ + 0.116429, + 51.520841 + ], + [ + 0.115956, + 51.51939 + ] + ] + }, + "properties": { + "line": "Suffragette", + "name": "Suffragette", + "color": "#5BBD72", + "order": 13 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.004068, + 51.541473 + ], + [ + -0.004432, + 51.541433 + ], + [ + -0.004772, + 51.541359 + ], + [ + -0.005021, + 51.54126 + ], + [ + -0.005448, + 51.540987 + ], + [ + -0.005827, + 51.540816 + ], + [ + -0.006122, + 51.540727 + ], + [ + -0.006658, + 51.540615 + ], + [ + -0.007016, + 51.54058 + ], + [ + -0.007428, + 51.540586 + ], + [ + -0.007897, + 51.540633 + ], + [ + -0.008265, + 51.540692 + ], + [ + -0.008788, + 51.540803 + ], + [ + -0.00931, + 51.540952 + ], + [ + -0.010056, + 51.541228 + ], + [ + -0.010705, + 51.541517 + ], + [ + -0.010965, + 51.541612 + ], + [ + -0.011691, + 51.541794 + ], + [ + -0.012097, + 51.541931 + ], + [ + -0.013344, + 51.542498 + ], + [ + -0.014261, + 51.542824 + ], + [ + -0.014658, + 51.542949 + ], + [ + -0.015367, + 51.543137 + ], + [ + -0.016139, + 51.543305 + ], + [ + -0.016774, + 51.543411 + ], + [ + -0.018303, + 51.543538 + ], + [ + -0.01917, + 51.543577 + ], + [ + -0.021601, + 51.543557 + ], + [ + -0.024909, + 51.543414 + ], + [ + -0.026175, + 51.543359 + ], + [ + -0.027032, + 51.543401 + ], + [ + -0.027564, + 51.54347 + ], + [ + -0.028019, + 51.543553 + ], + [ + -0.02849, + 51.54367 + ], + [ + -0.028993, + 51.54382 + ], + [ + -0.029454, + 51.544 + ], + [ + -0.029861, + 51.54419 + ], + [ + -0.030084, + 51.544317 + ], + [ + -0.031184, + 51.545009 + ], + [ + -0.03186, + 51.545373 + ], + [ + -0.03259, + 51.545707 + ], + [ + -0.033601, + 51.546093 + ], + [ + -0.034616, + 51.546408 + ], + [ + -0.03532, + 51.546574 + ], + [ + -0.036043, + 51.546711 + ], + [ + -0.03712, + 51.54685 + ], + [ + -0.03857, + 51.546936 + ], + [ + -0.042346, + 51.547067 + ], + [ + -0.044155, + 51.54713 + ], + [ + -0.045699, + 51.547138 + ], + [ + -0.046459, + 51.547162 + ], + [ + -0.048656, + 51.547241 + ], + [ + -0.04943, + 51.547311 + ], + [ + -0.05031, + 51.547334 + ], + [ + -0.052304, + 51.547308 + ], + [ + -0.054784, + 51.54713 + ], + [ + -0.05583, + 51.547075 + ], + [ + -0.056049, + 51.547073 + ], + [ + -0.057317, + 51.547063 + ], + [ + -0.058106, + 51.547082 + ], + [ + -0.068564, + 51.547636 + ], + [ + -0.075687, + 51.548165 + ], + [ + -0.077244, + 51.54828 + ], + [ + -0.082787, + 51.548763 + ], + [ + -0.083866, + 51.548816 + ], + [ + -0.084992, + 51.548933 + ], + [ + -0.085823, + 51.548988 + ], + [ + -0.086984, + 51.54903 + ], + [ + -0.088029, + 51.549033 + ], + [ + -0.089104, + 51.549 + ], + [ + -0.090032, + 51.548948 + ], + [ + -0.091182, + 51.548854 + ], + [ + -0.092189, + 51.548737 + ], + [ + -0.092683, + 51.54868 + ], + [ + -0.093586, + 51.548515 + ], + [ + -0.094389, + 51.548341 + ], + [ + -0.097144, + 51.547637 + ], + [ + -0.09867, + 51.547278 + ], + [ + -0.102113, + 51.54652 + ], + [ + -0.102923, + 51.54636 + ], + [ + -0.103948, + 51.546192 + ], + [ + -0.104171, + 51.546156 + ], + [ + -0.104971, + 51.54599 + ], + [ + -0.106426, + 51.545588 + ], + [ + -0.109052, + 51.544974 + ], + [ + -0.110938, + 51.54448 + ], + [ + -0.112818, + 51.544014 + ], + [ + -0.113937, + 51.543819 + ], + [ + -0.114988, + 51.543607 + ], + [ + -0.11677, + 51.543121 + ], + [ + -0.119792, + 51.542296 + ], + [ + -0.123766, + 51.541329 + ], + [ + -0.125507, + 51.541129 + ], + [ + -0.125969, + 51.541098 + ], + [ + -0.126851, + 51.541074 + ], + [ + -0.130079, + 51.54115 + ], + [ + -0.131904, + 51.54116 + ], + [ + -0.133477, + 51.541244 + ], + [ + -0.135224, + 51.541415 + ], + [ + -0.138561, + 51.541843 + ], + [ + -0.138683, + 51.541857 + ], + [ + -0.139927, + 51.541997 + ], + [ + -0.141032, + 51.542075 + ], + [ + -0.142106, + 51.542097 + ], + [ + -0.142644, + 51.542132 + ], + [ + -0.14304, + 51.542187 + ], + [ + -0.143303, + 51.542236 + ], + [ + -0.143819, + 51.542369 + ], + [ + -0.144397, + 51.542598 + ], + [ + -0.144835, + 51.54284 + ], + [ + -0.145252, + 51.543136 + ], + [ + -0.145464, + 51.543331 + ], + [ + -0.145815, + 51.543814 + ], + [ + -0.145933, + 51.54406 + ], + [ + -0.146461, + 51.545644 + ], + [ + -0.14665, + 51.54655 + ], + [ + -0.147072, + 51.548573 + ], + [ + -0.147243, + 51.549608 + ], + [ + -0.14733, + 51.551361 + ], + [ + -0.147612, + 51.552346 + ], + [ + -0.147783, + 51.552666 + ], + [ + -0.148213, + 51.553294 + ], + [ + -0.148845, + 51.553916 + ], + [ + -0.149447, + 51.554428 + ], + [ + -0.150064, + 51.554796 + ], + [ + -0.150934, + 51.555205 + ], + [ + -0.151202, + 51.555331 + ], + [ + -0.151835, + 51.555573 + ], + [ + -0.15269, + 51.555831 + ], + [ + -0.153467, + 51.556013 + ], + [ + -0.153778, + 51.556068 + ], + [ + -0.154506, + 51.556173 + ], + [ + -0.15517, + 51.556225 + ], + [ + -0.156778, + 51.556217 + ], + [ + -0.161807, + 51.555844 + ], + [ + -0.162812, + 51.555726 + ], + [ + -0.164606, + 51.555406 + ], + [ + -0.165668, + 51.555165 + ], + [ + -0.166159, + 51.555054 + ], + [ + -0.167804, + 51.554576 + ], + [ + -0.181746, + 51.550677 + ], + [ + -0.183134, + 51.550262 + ], + [ + -0.183255, + 51.550226 + ], + [ + -0.184727, + 51.549707 + ], + [ + -0.187544, + 51.548592 + ], + [ + -0.189041, + 51.548082 + ], + [ + -0.189798, + 51.547877 + ], + [ + -0.190643, + 51.54762 + ], + [ + -0.1912, + 51.547491 + ], + [ + -0.192141, + 51.547272 + ], + [ + -0.192834, + 51.547141 + ], + [ + -0.196296, + 51.546628 + ], + [ + -0.198399, + 51.546226 + ], + [ + -0.200064, + 51.545814 + ], + [ + -0.200881, + 51.545591 + ], + [ + -0.202282, + 51.545136 + ], + [ + -0.202324, + 51.545123 + ], + [ + -0.203251, + 51.544784 + ], + [ + -0.204182, + 51.544401 + ], + [ + -0.205504, + 51.543785 + ], + [ + -0.206573, + 51.543217 + ], + [ + -0.207834, + 51.542481 + ], + [ + -0.208357, + 51.542125 + ], + [ + -0.209265, + 51.541444 + ], + [ + -0.210135, + 51.540702 + ], + [ + -0.211321, + 51.539689 + ], + [ + -0.212734, + 51.538591 + ], + [ + -0.21436, + 51.537467 + ], + [ + -0.215617, + 51.536655 + ], + [ + -0.217031, + 51.535838 + ], + [ + -0.218103, + 51.535288 + ], + [ + -0.219041, + 51.53487 + ], + [ + -0.219925, + 51.534525 + ], + [ + -0.220226, + 51.534408 + ], + [ + -0.221516, + 51.534015 + ], + [ + -0.222616, + 51.533738 + ], + [ + -0.223193, + 51.53361 + ], + [ + -0.224148, + 51.533433 + ], + [ + -0.225288, + 51.53327 + ], + [ + -0.225848, + 51.533223 + ], + [ + -0.227095, + 51.533158 + ], + [ + -0.233775, + 51.532894 + ], + [ + -0.234499, + 51.532872 + ], + [ + -0.236985, + 51.532847 + ], + [ + -0.239989, + 51.532739 + ], + [ + -0.241572, + 51.532642 + ], + [ + -0.2423, + 51.532538 + ], + [ + -0.242694, + 51.532435 + ], + [ + -0.24318, + 51.532249 + ], + [ + -0.243645, + 51.531996 + ], + [ + -0.243645, + 51.531996 + ], + [ + -0.24399, + 51.531727 + ], + [ + -0.244299, + 51.531342 + ], + [ + -0.244388, + 51.531169 + ], + [ + -0.244468, + 51.530917 + ], + [ + -0.244592, + 51.530322 + ], + [ + -0.244712, + 51.530056 + ], + [ + -0.244846, + 51.529841 + ], + [ + -0.245056, + 51.529598 + ], + [ + -0.245315, + 51.529361 + ], + [ + -0.245565, + 51.529181 + ], + [ + -0.245907, + 51.528987 + ], + [ + -0.246433, + 51.528771 + ], + [ + -0.247824, + 51.528466 + ], + [ + -0.249302, + 51.528076 + ], + [ + -0.249668, + 51.52793 + ], + [ + -0.250178, + 51.527672 + ], + [ + -0.250593, + 51.527407 + ], + [ + -0.251097, + 51.526998 + ], + [ + -0.251893, + 51.526224 + ], + [ + -0.252943, + 51.525101 + ], + [ + -0.254202, + 51.523666 + ], + [ + -0.254907, + 51.522672 + ], + [ + -0.255539, + 51.521717 + ], + [ + -0.256057, + 51.520827 + ], + [ + -0.256591, + 51.51975 + ], + [ + -0.257217, + 51.518687 + ], + [ + -0.25771, + 51.517981 + ], + [ + -0.259955, + 51.514951 + ], + [ + -0.260509, + 51.514125 + ], + [ + -0.261291, + 51.51275 + ], + [ + -0.261785, + 51.511719 + ], + [ + -0.262254, + 51.51047 + ], + [ + -0.262832, + 51.508702 + ], + [ + -0.263127, + 51.507798 + ], + [ + -0.263616, + 51.50666 + ], + [ + -0.263796, + 51.506374 + ], + [ + -0.264239, + 51.505549 + ], + [ + -0.264761, + 51.504749 + ], + [ + -0.26525, + 51.504074 + ], + [ + -0.265832, + 51.503367 + ], + [ + -0.266475, + 51.502644 + ], + [ + -0.267109, + 51.502001 + ], + [ + -0.267649, + 51.501497 + ], + [ + -0.268925, + 51.500439 + ], + [ + -0.269707, + 51.499844 + ], + [ + -0.270032, + 51.499626 + ], + [ + -0.27051, + 51.499304 + ], + [ + -0.271068, + 51.498979 + ], + [ + -0.2715, + 51.498585 + ], + [ + -0.271913, + 51.498124 + ], + [ + -0.272103, + 51.497815 + ], + [ + -0.272298, + 51.497422 + ], + [ + -0.272361, + 51.497227 + ], + [ + -0.272453, + 51.496642 + ], + [ + -0.272405, + 51.496196 + ], + [ + -0.272194, + 51.49526 + ], + [ + -0.272237, + 51.494629 + ], + [ + -0.272432, + 51.493959 + ], + [ + -0.272651, + 51.493618 + ], + [ + -0.272861, + 51.493347 + ], + [ + -0.273324, + 51.492913 + ], + [ + -0.274233, + 51.492298 + ], + [ + -0.274984, + 51.491909 + ], + [ + -0.275156, + 51.491783 + ], + [ + -0.275325, + 51.49166 + ], + [ + -0.275566, + 51.491452 + ], + [ + -0.275817, + 51.491191 + ], + [ + -0.276229, + 51.490655 + ], + [ + -0.276387, + 51.49037 + ], + [ + -0.276548, + 51.489987 + ], + [ + -0.27671, + 51.489441 + ], + [ + -0.276771, + 51.488974 + ], + [ + -0.276791, + 51.48842 + ], + [ + -0.276971, + 51.487367 + ], + [ + -0.277272, + 51.486536 + ], + [ + -0.277883, + 51.485524 + ], + [ + -0.278229, + 51.485122 + ], + [ + -0.281788, + 51.481633 + ], + [ + -0.282969, + 51.480403 + ], + [ + -0.283789, + 51.479365 + ], + [ + -0.283959, + 51.479103 + ], + [ + -0.284292, + 51.478571 + ], + [ + -0.284608, + 51.477975 + ], + [ + -0.284909, + 51.477342 + ], + [ + -0.285044, + 51.476998 + ], + [ + -0.285104, + 51.476847 + ], + [ + -0.285282, + 51.476316 + ], + [ + -0.28718, + 51.469621 + ], + [ + -0.287384, + 51.469128 + ], + [ + -0.287907, + 51.468131 + ], + [ + -0.288514, + 51.467263 + ], + [ + -0.289246, + 51.466419 + ], + [ + -0.289761, + 51.465914 + ], + [ + -0.290222, + 51.465515 + ], + [ + -0.290544, + 51.465273 + ], + [ + -0.290892, + 51.465055 + ], + [ + -0.291329, + 51.464838 + ], + [ + -0.291702, + 51.464693 + ], + [ + -0.292235, + 51.464543 + ], + [ + -0.292742, + 51.464435 + ], + [ + -0.296008, + 51.463895 + ], + [ + -0.297791, + 51.463567 + ], + [ + -0.298561, + 51.46347 + ], + [ + -0.299594, + 51.463461 + ], + [ + -0.301184, + 51.463331 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.004068, + 51.541473 + ], + [ + -0.004432, + 51.541433 + ], + [ + -0.004772, + 51.541359 + ], + [ + -0.005021, + 51.54126 + ], + [ + -0.005448, + 51.540987 + ], + [ + -0.005827, + 51.540816 + ], + [ + -0.006122, + 51.540727 + ], + [ + -0.006658, + 51.540615 + ], + [ + -0.007016, + 51.54058 + ], + [ + -0.007428, + 51.540586 + ], + [ + -0.007897, + 51.540633 + ], + [ + -0.008265, + 51.540692 + ], + [ + -0.008788, + 51.540803 + ], + [ + -0.00931, + 51.540952 + ], + [ + -0.010056, + 51.541228 + ], + [ + -0.010705, + 51.541517 + ], + [ + -0.010965, + 51.541612 + ], + [ + -0.011691, + 51.541794 + ], + [ + -0.012097, + 51.541931 + ], + [ + -0.013344, + 51.542498 + ], + [ + -0.014261, + 51.542824 + ], + [ + -0.014658, + 51.542949 + ], + [ + -0.015367, + 51.543137 + ], + [ + -0.016139, + 51.543305 + ], + [ + -0.016774, + 51.543411 + ], + [ + -0.018303, + 51.543538 + ], + [ + -0.01917, + 51.543577 + ], + [ + -0.021601, + 51.543557 + ], + [ + -0.024909, + 51.543414 + ], + [ + -0.026175, + 51.543359 + ], + [ + -0.027032, + 51.543401 + ], + [ + -0.027564, + 51.54347 + ], + [ + -0.028019, + 51.543553 + ], + [ + -0.02849, + 51.54367 + ], + [ + -0.028993, + 51.54382 + ], + [ + -0.029454, + 51.544 + ], + [ + -0.029861, + 51.54419 + ], + [ + -0.030084, + 51.544317 + ], + [ + -0.031184, + 51.545009 + ], + [ + -0.03186, + 51.545373 + ], + [ + -0.03259, + 51.545707 + ], + [ + -0.033601, + 51.546093 + ], + [ + -0.034616, + 51.546408 + ], + [ + -0.03532, + 51.546574 + ], + [ + -0.036043, + 51.546711 + ], + [ + -0.03712, + 51.54685 + ], + [ + -0.03857, + 51.546936 + ], + [ + -0.042346, + 51.547067 + ], + [ + -0.044155, + 51.54713 + ], + [ + -0.045699, + 51.547138 + ], + [ + -0.046459, + 51.547162 + ], + [ + -0.048656, + 51.547241 + ], + [ + -0.04943, + 51.547311 + ], + [ + -0.05031, + 51.547334 + ], + [ + -0.052304, + 51.547308 + ], + [ + -0.054784, + 51.54713 + ], + [ + -0.05583, + 51.547075 + ], + [ + -0.056049, + 51.547073 + ], + [ + -0.057317, + 51.547063 + ], + [ + -0.058106, + 51.547082 + ], + [ + -0.068564, + 51.547636 + ], + [ + -0.075687, + 51.548165 + ], + [ + -0.077244, + 51.54828 + ], + [ + -0.082787, + 51.548763 + ], + [ + -0.083866, + 51.548816 + ], + [ + -0.084992, + 51.548933 + ], + [ + -0.085823, + 51.548988 + ], + [ + -0.086984, + 51.54903 + ], + [ + -0.088029, + 51.549033 + ], + [ + -0.089104, + 51.549 + ], + [ + -0.090032, + 51.548948 + ], + [ + -0.091182, + 51.548854 + ], + [ + -0.092189, + 51.548737 + ], + [ + -0.092683, + 51.54868 + ], + [ + -0.093586, + 51.548515 + ], + [ + -0.094389, + 51.548341 + ], + [ + -0.097144, + 51.547637 + ], + [ + -0.09867, + 51.547278 + ], + [ + -0.102113, + 51.54652 + ], + [ + -0.102923, + 51.54636 + ], + [ + -0.103948, + 51.546192 + ], + [ + -0.104171, + 51.546156 + ], + [ + -0.104971, + 51.54599 + ], + [ + -0.106426, + 51.545588 + ], + [ + -0.109052, + 51.544974 + ], + [ + -0.110938, + 51.54448 + ], + [ + -0.112818, + 51.544014 + ], + [ + -0.113937, + 51.543819 + ], + [ + -0.114988, + 51.543607 + ], + [ + -0.11677, + 51.543121 + ], + [ + -0.119792, + 51.542296 + ], + [ + -0.123766, + 51.541329 + ], + [ + -0.125507, + 51.541129 + ], + [ + -0.125969, + 51.541098 + ], + [ + -0.126851, + 51.541074 + ], + [ + -0.130079, + 51.54115 + ], + [ + -0.131904, + 51.54116 + ], + [ + -0.133057, + 51.541215 + ], + [ + -0.134299, + 51.541315 + ], + [ + -0.135224, + 51.541415 + ], + [ + -0.138561, + 51.541843 + ], + [ + -0.138683, + 51.541857 + ], + [ + -0.139927, + 51.541997 + ], + [ + -0.141032, + 51.542075 + ], + [ + -0.142106, + 51.542097 + ], + [ + -0.142644, + 51.542132 + ], + [ + -0.14304, + 51.542187 + ], + [ + -0.143303, + 51.542236 + ], + [ + -0.143819, + 51.542369 + ], + [ + -0.1441, + 51.542471 + ], + [ + -0.144397, + 51.542598 + ], + [ + -0.144835, + 51.54284 + ], + [ + -0.145252, + 51.543136 + ], + [ + -0.145464, + 51.543331 + ], + [ + -0.145815, + 51.543814 + ], + [ + -0.145933, + 51.54406 + ], + [ + -0.146362, + 51.545309 + ], + [ + -0.146461, + 51.545644 + ], + [ + -0.14665, + 51.54655 + ], + [ + -0.147072, + 51.548573 + ], + [ + -0.147243, + 51.549608 + ], + [ + -0.14733, + 51.551361 + ], + [ + -0.147612, + 51.552346 + ], + [ + -0.147783, + 51.552666 + ], + [ + -0.148213, + 51.553294 + ], + [ + -0.148845, + 51.553916 + ], + [ + -0.149447, + 51.554428 + ], + [ + -0.150064, + 51.554796 + ], + [ + -0.150655, + 51.555084 + ], + [ + -0.150926, + 51.555206 + ], + [ + -0.151202, + 51.555331 + ], + [ + -0.151835, + 51.555573 + ], + [ + -0.15269, + 51.555831 + ], + [ + -0.153035, + 51.555917 + ], + [ + -0.153467, + 51.556013 + ], + [ + -0.154334, + 51.556151 + ], + [ + -0.15517, + 51.556225 + ], + [ + -0.156778, + 51.556217 + ], + [ + -0.161807, + 51.555844 + ], + [ + -0.162812, + 51.555726 + ], + [ + -0.164606, + 51.555406 + ], + [ + -0.165668, + 51.555165 + ], + [ + -0.166159, + 51.555054 + ], + [ + -0.167804, + 51.554576 + ], + [ + -0.181746, + 51.550677 + ], + [ + -0.183134, + 51.550262 + ], + [ + -0.183255, + 51.550226 + ], + [ + -0.184727, + 51.549707 + ], + [ + -0.187544, + 51.548592 + ], + [ + -0.189041, + 51.548082 + ], + [ + -0.189798, + 51.547877 + ], + [ + -0.190643, + 51.54762 + ], + [ + -0.1912, + 51.547491 + ], + [ + -0.192141, + 51.547272 + ], + [ + -0.192834, + 51.547141 + ], + [ + -0.196296, + 51.546628 + ], + [ + -0.198399, + 51.546226 + ], + [ + -0.200064, + 51.545814 + ], + [ + -0.200881, + 51.545591 + ], + [ + -0.202282, + 51.545136 + ], + [ + -0.202324, + 51.545123 + ], + [ + -0.203725, + 51.544596 + ], + [ + -0.205019, + 51.544021 + ], + [ + -0.205843, + 51.543613 + ], + [ + -0.206573, + 51.543217 + ], + [ + -0.207834, + 51.542481 + ], + [ + -0.208357, + 51.542125 + ], + [ + -0.209265, + 51.541444 + ], + [ + -0.210135, + 51.540702 + ], + [ + -0.211321, + 51.539689 + ], + [ + -0.212734, + 51.538591 + ], + [ + -0.21436, + 51.537467 + ], + [ + -0.215987, + 51.53643 + ], + [ + -0.217562, + 51.535557 + ], + [ + -0.218574, + 51.535072 + ], + [ + -0.219303, + 51.534762 + ], + [ + -0.219924, + 51.534524 + ], + [ + -0.220226, + 51.534408 + ], + [ + -0.221516, + 51.534015 + ], + [ + -0.222616, + 51.533738 + ], + [ + -0.223193, + 51.53361 + ], + [ + -0.224148, + 51.533433 + ], + [ + -0.225288, + 51.53327 + ], + [ + -0.225848, + 51.533223 + ], + [ + -0.228256, + 51.533109 + ], + [ + -0.233775, + 51.532894 + ], + [ + -0.234499, + 51.532872 + ], + [ + -0.236985, + 51.532847 + ], + [ + -0.239989, + 51.532739 + ], + [ + -0.241572, + 51.532642 + ], + [ + -0.242077, + 51.532575 + ], + [ + -0.2423, + 51.532538 + ], + [ + -0.242694, + 51.532435 + ], + [ + -0.24318, + 51.532249 + ], + [ + -0.243521, + 51.53207 + ], + [ + -0.243749, + 51.531925 + ], + [ + -0.243749, + 51.531925 + ], + [ + -0.244101, + 51.53161 + ], + [ + -0.244299, + 51.531342 + ], + [ + -0.244388, + 51.531169 + ], + [ + -0.244541, + 51.530555 + ], + [ + -0.244492, + 51.530171 + ], + [ + -0.244304, + 51.529802 + ], + [ + -0.243931, + 51.529275 + ], + [ + -0.243641, + 51.528965 + ], + [ + -0.243298, + 51.528693 + ], + [ + -0.242895, + 51.528454 + ], + [ + -0.242477, + 51.528265 + ], + [ + -0.242014, + 51.52811 + ], + [ + -0.241259, + 51.527971 + ], + [ + -0.238563, + 51.527742 + ], + [ + -0.237964, + 51.52767 + ], + [ + -0.237367, + 51.527535 + ], + [ + -0.237037, + 51.527424 + ], + [ + -0.236736, + 51.527299 + ], + [ + -0.23623, + 51.527032 + ], + [ + -0.236005, + 51.526872 + ], + [ + -0.235662, + 51.526557 + ], + [ + -0.234361, + 51.52512 + ], + [ + -0.233763, + 51.52461 + ], + [ + -0.233369, + 51.52432 + ], + [ + -0.232312, + 51.523711 + ], + [ + -0.231866, + 51.52342 + ], + [ + -0.231231, + 51.523051 + ], + [ + -0.230504, + 51.52255 + ], + [ + -0.229166, + 51.521486 + ], + [ + -0.228393, + 51.520923 + ], + [ + -0.226759, + 51.519573 + ], + [ + -0.225634, + 51.518588 + ], + [ + -0.224463, + 51.51743 + ], + [ + -0.223814, + 51.516711 + ], + [ + -0.223133, + 51.515895 + ], + [ + -0.222961, + 51.51563 + ], + [ + -0.222315, + 51.514792 + ], + [ + -0.221493, + 51.513589 + ], + [ + -0.220669, + 51.5122 + ], + [ + -0.220008, + 51.510888 + ], + [ + -0.219471, + 51.509603 + ], + [ + -0.218932, + 51.507939 + ], + [ + -0.218687, + 51.507319 + ], + [ + -0.218351, + 51.506593 + ], + [ + -0.217791, + 51.50557 + ], + [ + -0.217604, + 51.505296 + ], + [ + -0.217128, + 51.504598 + ], + [ + -0.216448, + 51.503689 + ], + [ + -0.21569, + 51.502862 + ], + [ + -0.215113, + 51.502272 + ], + [ + -0.213818, + 51.501026 + ], + [ + -0.212793, + 51.500129 + ], + [ + -0.210098, + 51.497945 + ], + [ + -0.207596, + 51.495917 + ], + [ + -0.20679, + 51.49538 + ], + [ + -0.205224, + 51.49461 + ], + [ + -0.204641, + 51.494285 + ], + [ + -0.204231, + 51.494018 + ], + [ + -0.203597, + 51.493536 + ], + [ + -0.203181, + 51.493141 + ], + [ + -0.200581, + 51.490254 + ], + [ + -0.20008, + 51.489744 + ], + [ + -0.199519, + 51.489262 + ], + [ + -0.198329, + 51.488448 + ], + [ + -0.197464, + 51.487943 + ], + [ + -0.196818, + 51.48765 + ], + [ + -0.19611, + 51.48737 + ], + [ + -0.195699, + 51.487145 + ], + [ + -0.195331, + 51.486943 + ], + [ + -0.194744, + 51.48659 + ], + [ + -0.194183, + 51.486203 + ], + [ + -0.193464, + 51.485641 + ], + [ + -0.193049, + 51.485262 + ], + [ + -0.191649, + 51.483781 + ], + [ + -0.190914, + 51.483086 + ], + [ + -0.188798, + 51.481243 + ], + [ + -0.188154, + 51.480729 + ], + [ + -0.187104, + 51.47999 + ], + [ + -0.186547, + 51.479553 + ], + [ + -0.186184, + 51.479237 + ], + [ + -0.185704, + 51.478769 + ], + [ + -0.184788, + 51.477716 + ], + [ + -0.184372, + 51.477129 + ], + [ + -0.1838, + 51.476177 + ], + [ + -0.183499, + 51.475728 + ], + [ + -0.183292, + 51.475465 + ], + [ + -0.182874, + 51.475017 + ], + [ + -0.182801, + 51.474959 + ], + [ + -0.182429, + 51.474667 + ], + [ + -0.182082, + 51.474441 + ], + [ + -0.181531, + 51.474109 + ], + [ + -0.181028, + 51.473839 + ], + [ + -0.180575, + 51.47365 + ], + [ + -0.17713, + 51.472393 + ], + [ + -0.176398, + 51.472178 + ], + [ + -0.175539, + 51.471973 + ], + [ + -0.174401, + 51.471771 + ], + [ + -0.168588, + 51.470981 + ], + [ + -0.16793, + 51.470847 + ], + [ + -0.167615, + 51.470764 + ], + [ + -0.167269, + 51.470644 + ], + [ + -0.166781, + 51.47042 + ], + [ + -0.166328, + 51.470149 + ], + [ + -0.165857, + 51.469758 + ], + [ + -0.165601, + 51.469466 + ], + [ + -0.165367, + 51.469085 + ], + [ + -0.165236, + 51.468715 + ], + [ + -0.165202, + 51.468389 + ], + [ + -0.165235, + 51.468066 + ], + [ + -0.165325, + 51.467766 + ], + [ + -0.165556, + 51.467393 + ], + [ + -0.165866, + 51.467086 + ], + [ + -0.166205, + 51.466845 + ], + [ + -0.16655, + 51.466661 + ], + [ + -0.168669, + 51.465753 + ], + [ + -0.169187, + 51.465567 + ], + [ + -0.169876, + 51.465355 + ], + [ + -0.171031, + 51.465049 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.134286, + 51.528432 + ], + [ + -0.134382, + 51.528674 + ], + [ + -0.1347, + 51.529071 + ], + [ + -0.135106, + 51.529371 + ], + [ + -0.135672, + 51.529734 + ], + [ + -0.136106, + 51.529978 + ], + [ + -0.138282, + 51.531112 + ], + [ + -0.140268, + 51.531987 + ], + [ + -0.140646, + 51.532175 + ], + [ + -0.141233, + 51.532511 + ], + [ + -0.141745, + 51.532865 + ], + [ + -0.142194, + 51.533213 + ], + [ + -0.142952, + 51.533873 + ], + [ + -0.145509, + 51.536254 + ], + [ + -0.146754, + 51.537338 + ], + [ + -0.150081, + 51.54037 + ], + [ + -0.150645, + 51.540863 + ], + [ + -0.151154, + 51.541255 + ], + [ + -0.151787, + 51.541656 + ], + [ + -0.152179, + 51.541856 + ], + [ + -0.152806, + 51.542149 + ], + [ + -0.153555, + 51.542432 + ], + [ + -0.15416, + 51.542619 + ], + [ + -0.154673, + 51.542749 + ], + [ + -0.155345, + 51.542879 + ], + [ + -0.155873, + 51.542955 + ], + [ + -0.156863, + 51.543021 + ], + [ + -0.159262, + 51.542968 + ], + [ + -0.160397, + 51.54298 + ], + [ + -0.160923, + 51.54302 + ], + [ + -0.161976, + 51.543175 + ], + [ + -0.162802, + 51.543262 + ], + [ + -0.163725, + 51.543262 + ], + [ + -0.164733, + 51.543215 + ], + [ + -0.175098, + 51.541872 + ], + [ + -0.178833, + 51.541339 + ], + [ + -0.180404, + 51.541115 + ], + [ + -0.181578, + 51.540897 + ], + [ + -0.182604, + 51.540677 + ], + [ + -0.184336, + 51.540225 + ], + [ + -0.186177, + 51.539684 + ], + [ + -0.186863, + 51.539462 + ], + [ + -0.188054, + 51.539037 + ], + [ + -0.192304, + 51.537352 + ], + [ + -0.192321, + 51.537345 + ], + [ + -0.193473, + 51.536873 + ], + [ + -0.193702, + 51.53675 + ], + [ + -0.194583, + 51.536432 + ], + [ + -0.195953, + 51.536018 + ], + [ + -0.197943, + 51.53548 + ], + [ + -0.198516, + 51.535335 + ], + [ + -0.200185, + 51.534991 + ], + [ + -0.202214, + 51.534647 + ], + [ + -0.203832, + 51.53432 + ], + [ + -0.204221, + 51.534212 + ], + [ + -0.204715, + 51.534126 + ], + [ + -0.206419, + 51.533829 + ], + [ + -0.207102, + 51.533743 + ], + [ + -0.208851, + 51.533428 + ], + [ + -0.209925, + 51.533272 + ], + [ + -0.211911, + 51.532875 + ], + [ + -0.215898, + 51.532026 + ], + [ + -0.218413, + 51.531441 + ], + [ + -0.219789, + 51.531142 + ], + [ + -0.22063, + 51.530983 + ], + [ + -0.222, + 51.530773 + ], + [ + -0.222544, + 51.530711 + ], + [ + -0.223964, + 51.530605 + ], + [ + -0.223964, + 51.530605 + ], + [ + -0.231146, + 51.530188 + ], + [ + -0.232552, + 51.530147 + ], + [ + -0.233653, + 51.530166 + ], + [ + -0.235016, + 51.530254 + ], + [ + -0.235877, + 51.530333 + ], + [ + -0.236343, + 51.530419 + ], + [ + -0.236768, + 51.530533 + ], + [ + -0.237137, + 51.530658 + ], + [ + -0.237672, + 51.530933 + ], + [ + -0.238485, + 51.531398 + ], + [ + -0.238889, + 51.53159 + ], + [ + -0.239351, + 51.531749 + ], + [ + -0.239832, + 51.53186 + ], + [ + -0.240351, + 51.531936 + ], + [ + -0.242007, + 51.5321 + ], + [ + -0.24299, + 51.532216 + ], + [ + -0.243833, + 51.53238 + ], + [ + -0.2442, + 51.532432 + ], + [ + -0.244369, + 51.532456 + ], + [ + -0.244706, + 51.532483 + ], + [ + -0.245748, + 51.532492 + ], + [ + -0.246171, + 51.532513 + ], + [ + -0.247353, + 51.532652 + ], + [ + -0.248319, + 51.532851 + ], + [ + -0.249285, + 51.53311 + ], + [ + -0.250196, + 51.533379 + ], + [ + -0.252023, + 51.533979 + ], + [ + -0.253114, + 51.534462 + ], + [ + -0.257515, + 51.536181 + ], + [ + -0.257542, + 51.536192 + ], + [ + -0.258376, + 51.536566 + ], + [ + -0.262818, + 51.538657 + ], + [ + -0.26652, + 51.540261 + ], + [ + -0.269554, + 51.541553 + ], + [ + -0.270504, + 51.541936 + ], + [ + -0.275514, + 51.543814 + ], + [ + -0.276399, + 51.544146 + ], + [ + -0.282009, + 51.546158 + ], + [ + -0.282409, + 51.546292 + ], + [ + -0.283317, + 51.546552 + ], + [ + -0.284477, + 51.546803 + ], + [ + -0.285182, + 51.546911 + ], + [ + -0.285988, + 51.547004 + ], + [ + -0.290506, + 51.547348 + ], + [ + -0.291038, + 51.547452 + ], + [ + -0.291484, + 51.547577 + ], + [ + -0.291688, + 51.54765 + ], + [ + -0.29207, + 51.547829 + ], + [ + -0.292521, + 51.54811 + ], + [ + -0.292933, + 51.548453 + ], + [ + -0.294661, + 51.550213 + ], + [ + -0.29681, + 51.552281 + ], + [ + -0.296856, + 51.552331 + ], + [ + -0.298535, + 51.554165 + ], + [ + -0.299065, + 51.554831 + ], + [ + -0.300189, + 51.556415 + ], + [ + -0.300708, + 51.557211 + ], + [ + -0.302412, + 51.560065 + ], + [ + -0.303687, + 51.562083 + ], + [ + -0.303942, + 51.562537 + ], + [ + -0.305392, + 51.565119 + ], + [ + -0.306494, + 51.567012 + ], + [ + -0.308386, + 51.570218 + ], + [ + -0.311412, + 51.575348 + ], + [ + -0.312046, + 51.576408 + ], + [ + -0.312504, + 51.577113 + ], + [ + -0.313321, + 51.578204 + ], + [ + -0.314209, + 51.579233 + ], + [ + -0.315215, + 51.580233 + ], + [ + -0.31647, + 51.581404 + ], + [ + -0.31719, + 51.582076 + ], + [ + -0.318317, + 51.583021 + ], + [ + -0.320271, + 51.584433 + ], + [ + -0.321705, + 51.585392 + ], + [ + -0.323576, + 51.586557 + ], + [ + -0.325124, + 51.587417 + ], + [ + -0.328118, + 51.5889 + ], + [ + -0.330403, + 51.58999 + ], + [ + -0.334945, + 51.592084 + ], + [ + -0.33521, + 51.592224 + ], + [ + -0.336336, + 51.592819 + ], + [ + -0.337753, + 51.593516 + ], + [ + -0.34192, + 51.595501 + ], + [ + -0.347791, + 51.598272 + ], + [ + -0.3519, + 51.600242 + ], + [ + -0.353961, + 51.601211 + ], + [ + -0.357183, + 51.602681 + ], + [ + -0.357189, + 51.602684 + ], + [ + -0.357689, + 51.602964 + ], + [ + -0.360181, + 51.604263 + ], + [ + -0.362686, + 51.605676 + ], + [ + -0.364896, + 51.606982 + ], + [ + -0.366269, + 51.607865 + ], + [ + -0.368572, + 51.609436 + ], + [ + -0.368613, + 51.609464 + ], + [ + -0.369273, + 51.609974 + ], + [ + -0.374176, + 51.613928 + ], + [ + -0.376268, + 51.61564 + ], + [ + -0.377363, + 51.616579 + ], + [ + -0.378688, + 51.617878 + ], + [ + -0.379691, + 51.618924 + ], + [ + -0.380436, + 51.619764 + ], + [ + -0.381246, + 51.620756 + ], + [ + -0.38211, + 51.621905 + ], + [ + -0.382885, + 51.623091 + ], + [ + -0.383706, + 51.624454 + ], + [ + -0.384339, + 51.6256 + ], + [ + -0.385671, + 51.628399 + ], + [ + -0.385674, + 51.628407 + ], + [ + -0.3862, + 51.629662 + ], + [ + -0.386549, + 51.630638 + ], + [ + -0.386887, + 51.631843 + ], + [ + -0.387118, + 51.633016 + ], + [ + -0.387262, + 51.634021 + ], + [ + -0.387337, + 51.635073 + ], + [ + -0.38737, + 51.635929 + ], + [ + -0.387294, + 51.637623 + ], + [ + -0.38715, + 51.638869 + ], + [ + -0.386613, + 51.640903 + ], + [ + -0.385581, + 51.643797 + ], + [ + -0.385151, + 51.645106 + ], + [ + -0.385154, + 51.645579 + ], + [ + -0.385154, + 51.645581 + ], + [ + -0.385197, + 51.645749 + ], + [ + -0.385345, + 51.646082 + ], + [ + -0.385653, + 51.646505 + ], + [ + -0.385874, + 51.646705 + ], + [ + -0.386341, + 51.647027 + ], + [ + -0.386902, + 51.647269 + ], + [ + -0.387499, + 51.647424 + ], + [ + -0.387831, + 51.647479 + ], + [ + -0.388876, + 51.647553 + ], + [ + -0.391047, + 51.647524 + ], + [ + -0.392191, + 51.647557 + ], + [ + -0.393024, + 51.64766 + ], + [ + -0.393599, + 51.647812 + ], + [ + -0.394089, + 51.648014 + ], + [ + -0.394592, + 51.648336 + ], + [ + -0.394914, + 51.648662 + ], + [ + -0.395043, + 51.648848 + ], + [ + -0.395173, + 51.649119 + ], + [ + -0.395222, + 51.649332 + ], + [ + -0.395234, + 51.649607 + ], + [ + -0.395159, + 51.65004 + ], + [ + -0.394958, + 51.650445 + ], + [ + -0.394676, + 51.650803 + ], + [ + -0.394405, + 51.651076 + ], + [ + -0.393982, + 51.651388 + ], + [ + -0.393397, + 51.651712 + ], + [ + -0.391602, + 51.652573 + ], + [ + -0.391561, + 51.652592 + ], + [ + -0.390876, + 51.653168 + ], + [ + -0.390616, + 51.653426 + ], + [ + -0.390403, + 51.653694 + ], + [ + -0.390159, + 51.654072 + ], + [ + -0.389963, + 51.654605 + ], + [ + -0.389905, + 51.654873 + ], + [ + -0.389881, + 51.655237 + ], + [ + -0.389946, + 51.655719 + ], + [ + -0.390032, + 51.656005 + ], + [ + -0.39062, + 51.657477 + ], + [ + -0.391345, + 51.659208 + ], + [ + -0.391679, + 51.659834 + ], + [ + -0.391868, + 51.660101 + ], + [ + -0.392266, + 51.66058 + ], + [ + -0.393187, + 51.6614 + ], + [ + -0.394232, + 51.662162 + ], + [ + -0.39505, + 51.662799 + ], + [ + -0.395966, + 51.663459 + ] + ] + }, + "properties": { + "line": "Lioness", + "name": "Lioness", + "color": "#FAA61A", + "order": 11 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.184155, + 51.574988 + ], + [ + 0.18792, + 51.576086 + ], + [ + 0.188532, + 51.576316 + ], + [ + 0.192194, + 51.577377 + ], + [ + 0.19278, + 51.577525 + ], + [ + 0.19304, + 51.577568 + ], + [ + 0.19353, + 51.577615 + ], + [ + 0.194113, + 51.577635 + ], + [ + 0.19462, + 51.577631 + ], + [ + 0.195653, + 51.577519 + ], + [ + 0.196085, + 51.577436 + ], + [ + 0.196486, + 51.577336 + ], + [ + 0.197164, + 51.577113 + ], + [ + 0.197778, + 51.576848 + ], + [ + 0.198047, + 51.576703 + ], + [ + 0.198634, + 51.576321 + ], + [ + 0.200307, + 51.575125 + ], + [ + 0.20107, + 51.574617 + ], + [ + 0.20186, + 51.574148 + ], + [ + 0.202642, + 51.573723 + ], + [ + 0.203413, + 51.573348 + ], + [ + 0.204796, + 51.57275 + ], + [ + 0.205793, + 51.572364 + ], + [ + 0.206495, + 51.572117 + ], + [ + 0.207941, + 51.571673 + ], + [ + 0.209064, + 51.571384 + ], + [ + 0.218964, + 51.568984 + ], + [ + 0.220118, + 51.568647 + ], + [ + 0.220448, + 51.568551 + ], + [ + 0.221332, + 51.56824 + ], + [ + 0.222283, + 51.567853 + ], + [ + 0.222891, + 51.567574 + ], + [ + 0.231734, + 51.563309 + ], + [ + 0.233392, + 51.562462 + ], + [ + 0.236401, + 51.561013 + ], + [ + 0.237803, + 51.560473 + ], + [ + 0.239523, + 51.559925 + ], + [ + 0.240941, + 51.559591 + ], + [ + 0.241554, + 51.559483 + ], + [ + 0.2427, + 51.559348 + ], + [ + 0.243898, + 51.559267 + ], + [ + 0.245392, + 51.559223 + ], + [ + 0.247357, + 51.559207 + ], + [ + 0.24979, + 51.559238 + ], + [ + 0.251112, + 51.559196 + ] + ] + }, + "properties": { + "line": "Liberty", + "name": "Liberty", + "color": "#5D6061", + "order": 10 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.194514, + 51.650763 + ], + [ + -0.191652, + 51.649157 + ], + [ + -0.191244, + 51.648904 + ], + [ + -0.190778, + 51.648552 + ], + [ + -0.19013, + 51.647882 + ], + [ + -0.183837, + 51.639671 + ], + [ + -0.183449, + 51.639226 + ], + [ + -0.18277, + 51.638366 + ], + [ + -0.181186, + 51.636277 + ], + [ + -0.180384, + 51.635269 + ], + [ + -0.17961, + 51.634041 + ], + [ + -0.179304, + 51.633317 + ], + [ + -0.179162, + 51.632456 + ], + [ + -0.179153, + 51.630365 + ], + [ + -0.179167, + 51.630205 + ], + [ + -0.17919, + 51.629932 + ], + [ + -0.179306, + 51.62924 + ], + [ + -0.179467, + 51.628707 + ], + [ + -0.179805, + 51.627998 + ], + [ + -0.184313, + 51.620321 + ], + [ + -0.185075, + 51.618994 + ], + [ + -0.185338, + 51.618453 + ], + [ + -0.185604, + 51.617842 + ], + [ + -0.185625, + 51.617793 + ], + [ + -0.185989, + 51.61674 + ], + [ + -0.186872, + 51.613839 + ], + [ + -0.188301, + 51.609488 + ], + [ + -0.188301, + 51.609488 + ], + [ + -0.188785, + 51.608594 + ], + [ + -0.189052, + 51.608156 + ], + [ + -0.189398, + 51.607681 + ], + [ + -0.190155, + 51.606953 + ], + [ + -0.190933, + 51.606368 + ], + [ + -0.191389, + 51.606066 + ], + [ + -0.194295, + 51.60438 + ], + [ + -0.194591, + 51.604142 + ], + [ + -0.194792, + 51.603905 + ], + [ + -0.19494, + 51.603668 + ], + [ + -0.195055, + 51.603335 + ], + [ + -0.195066, + 51.602989 + ], + [ + -0.194955, + 51.60265 + ], + [ + -0.19477, + 51.602339 + ], + [ + -0.194539, + 51.602036 + ], + [ + -0.194141, + 51.601724 + ], + [ + -0.193862, + 51.601565 + ], + [ + -0.192495, + 51.600936 + ], + [ + -0.190829, + 51.600169 + ], + [ + -0.187629, + 51.598861 + ], + [ + -0.185198, + 51.597838 + ], + [ + -0.18408, + 51.597341 + ], + [ + -0.176988, + 51.594322 + ], + [ + -0.173045, + 51.592599 + ], + [ + -0.171468, + 51.591782 + ], + [ + -0.170701, + 51.591329 + ], + [ + -0.169489, + 51.590539 + ], + [ + -0.168823, + 51.590063 + ], + [ + -0.166978, + 51.588643 + ], + [ + -0.166243, + 51.588106 + ], + [ + -0.165911, + 51.587906 + ], + [ + -0.165219, + 51.587566 + ], + [ + -0.164726, + 51.58728 + ], + [ + -0.16347, + 51.58655 + ], + [ + -0.162821, + 51.586243 + ], + [ + -0.161765, + 51.585694 + ], + [ + -0.15984, + 51.584457 + ], + [ + -0.151961, + 51.580212 + ], + [ + -0.145781, + 51.577637 + ], + [ + -0.145241, + 51.577412 + ], + [ + -0.144648, + 51.577063 + ], + [ + -0.144216, + 51.576705 + ], + [ + -0.13969, + 51.572088 + ], + [ + -0.13735, + 51.569535 + ], + [ + -0.136505, + 51.568558 + ], + [ + -0.135122, + 51.566666 + ], + [ + -0.134955, + 51.56634 + ], + [ + -0.134844, + 51.566037 + ], + [ + -0.134754, + 51.565662 + ], + [ + -0.134747, + 51.565431 + ], + [ + -0.134745, + 51.565371 + ], + [ + -0.134791, + 51.565014 + ], + [ + -0.134932, + 51.564649 + ], + [ + -0.13554, + 51.563615 + ], + [ + -0.1369, + 51.561139 + ], + [ + -0.13719, + 51.560549 + ], + [ + -0.137555, + 51.559505 + ], + [ + -0.137783, + 51.558514 + ], + [ + -0.137989, + 51.557764 + ], + [ + -0.138266, + 51.557119 + ], + [ + -0.138459, + 51.556788 + ], + [ + -0.138757, + 51.55628 + ], + [ + -0.140517, + 51.553824 + ], + [ + -0.140847, + 51.553175 + ], + [ + -0.140973, + 51.552769 + ], + [ + -0.141094, + 51.552095 + ], + [ + -0.141071, + 51.551708 + ], + [ + -0.141028, + 51.551473 + ], + [ + -0.140817, + 51.550944 + ], + [ + -0.140757, + 51.550679 + ], + [ + -0.140734, + 51.550408 + ], + [ + -0.140734, + 51.550408 + ], + [ + -0.140761, + 51.549953 + ], + [ + -0.141202, + 51.54836 + ], + [ + -0.141722, + 51.546655 + ], + [ + -0.141762, + 51.546435 + ], + [ + -0.141656, + 51.545514 + ], + [ + -0.141494, + 51.54475 + ], + [ + -0.141472, + 51.54438 + ], + [ + -0.141491, + 51.544137 + ], + [ + -0.141966, + 51.542318 + ], + [ + -0.142341, + 51.539976 + ], + [ + -0.14248, + 51.539382 + ], + [ + -0.142536, + 51.539147 + ], + [ + -0.142535, + 51.53894 + ], + [ + -0.142413, + 51.538498 + ], + [ + -0.142477, + 51.538175 + ], + [ + -0.142483, + 51.537909 + ], + [ + -0.141839, + 51.533663 + ], + [ + -0.141669, + 51.532978 + ], + [ + -0.141342, + 51.532152 + ], + [ + -0.140959, + 51.531459 + ], + [ + -0.140451, + 51.530786 + ], + [ + -0.139936, + 51.530271 + ], + [ + -0.139462, + 51.529882 + ], + [ + -0.138866, + 51.529468 + ], + [ + -0.13821, + 51.529123 + ], + [ + -0.137597, + 51.528887 + ], + [ + -0.13691, + 51.528699 + ], + [ + -0.13583, + 51.528498 + ], + [ + -0.13529, + 51.528433 + ], + [ + -0.13425, + 51.528403 + ], + [ + -0.133923, + 51.528457 + ], + [ + -0.133185, + 51.528577 + ], + [ + -0.132489, + 51.528787 + ], + [ + -0.131673, + 51.529046 + ], + [ + -0.130992, + 51.529302 + ], + [ + -0.129541, + 51.529949 + ], + [ + -0.129166, + 51.530092 + ], + [ + -0.128197, + 51.530389 + ], + [ + -0.127603, + 51.530493 + ], + [ + -0.126939, + 51.530573 + ], + [ + -0.125107, + 51.530615 + ], + [ + -0.123849, + 51.530592 + ], + [ + -0.123523, + 51.530587 + ], + [ + -0.122944, + 51.530605 + ], + [ + -0.120068, + 51.530935 + ], + [ + -0.118587, + 51.531018 + ], + [ + -0.113631, + 51.531422 + ], + [ + -0.109193, + 51.531818 + ], + [ + -0.107153, + 51.53188 + ], + [ + -0.106354, + 51.531923 + ], + [ + -0.106065, + 51.531892 + ], + [ + -0.10576, + 51.53186 + ], + [ + -0.101464, + 51.530776 + ], + [ + -0.09768, + 51.529759 + ], + [ + -0.094665, + 51.529012 + ], + [ + -0.091279, + 51.52813 + ], + [ + -0.088725, + 51.527371 + ], + [ + -0.088212, + 51.527019 + ], + [ + -0.087956, + 51.526697 + ], + [ + -0.087542, + 51.525628 + ], + [ + -0.087542, + 51.525628 + ], + [ + -0.087445, + 51.524334 + ], + [ + -0.087005, + 51.522215 + ], + [ + -0.087005, + 51.521693 + ], + [ + -0.087169, + 51.520662 + ], + [ + -0.087411, + 51.519801 + ], + [ + -0.087611, + 51.51932 + ], + [ + -0.088114, + 51.518416 + ], + [ + -0.088781, + 51.517217 + ], + [ + -0.089151, + 51.516378 + ], + [ + -0.089769, + 51.51471 + ], + [ + -0.089787, + 51.514491 + ], + [ + -0.089679, + 51.514271 + ], + [ + -0.088887, + 51.513331 + ], + [ + -0.088108, + 51.512407 + ], + [ + -0.086999, + 51.511048 + ], + [ + -0.086828, + 51.510783 + ], + [ + -0.086796, + 51.510657 + ], + [ + -0.08682, + 51.510393 + ], + [ + -0.087029, + 51.509799 + ], + [ + -0.087099, + 51.509425 + ], + [ + -0.087051, + 51.509116 + ], + [ + -0.086787, + 51.508528 + ], + [ + -0.086764, + 51.508257 + ], + [ + -0.086834, + 51.507951 + ], + [ + -0.087198, + 51.506951 + ], + [ + -0.087479, + 51.505893 + ], + [ + -0.087479, + 51.505893 + ], + [ + -0.087866, + 51.505528 + ], + [ + -0.088429, + 51.505272 + ], + [ + -0.089133, + 51.505017 + ], + [ + -0.090094, + 51.504608 + ], + [ + -0.090446, + 51.504418 + ], + [ + -0.091068, + 51.503929 + ], + [ + -0.09149, + 51.503535 + ], + [ + -0.092042, + 51.502702 + ], + [ + -0.092452, + 51.501983 + ], + [ + -0.092621, + 51.501762 + ], + [ + -0.093144, + 51.501299 + ], + [ + -0.093406, + 51.501094 + ], + [ + -0.093406, + 51.501094 + ], + [ + -0.093775, + 51.500854 + ], + [ + -0.095746, + 51.499769 + ], + [ + -0.096603, + 51.499336 + ], + [ + -0.096942, + 51.499125 + ], + [ + -0.09772, + 51.498528 + ], + [ + -0.099356, + 51.497058 + ], + [ + -0.099736, + 51.496623 + ], + [ + -0.100371, + 51.495683 + ], + [ + -0.100401, + 51.495638 + ], + [ + -0.100545, + 51.495383 + ], + [ + -0.100637, + 51.495116 + ], + [ + -0.10073, + 51.494528 + ], + [ + -0.100683, + 51.493636 + ], + [ + -0.10076, + 51.493282 + ], + [ + -0.100937, + 51.492969 + ], + [ + -0.10118, + 51.492689 + ], + [ + -0.102514, + 51.491709 + ], + [ + -0.103074, + 51.491249 + ], + [ + -0.104422, + 51.489906 + ], + [ + -0.105264, + 51.489134 + ], + [ + -0.106034, + 51.488322 + ], + [ + -0.106632, + 51.487693 + ], + [ + -0.111775, + 51.482662 + ], + [ + -0.112117, + 51.482119 + ], + [ + -0.112305, + 51.481905 + ], + [ + -0.113088, + 51.481011 + ], + [ + -0.11444, + 51.479821 + ], + [ + -0.122631, + 51.472053 + ], + [ + -0.122802, + 51.47189 + ], + [ + -0.124294, + 51.470587 + ], + [ + -0.125233, + 51.469873 + ], + [ + -0.126577, + 51.468949 + ], + [ + -0.127707, + 51.467993 + ], + [ + -0.128157, + 51.467422 + ], + [ + -0.12928, + 51.465755 + ], + [ + -0.129898, + 51.465118 + ], + [ + -0.129898, + 51.465118 + ], + [ + -0.130822, + 51.464483 + ], + [ + -0.132786, + 51.463612 + ], + [ + -0.135996, + 51.462448 + ], + [ + -0.136803, + 51.462232 + ], + [ + -0.137589, + 51.461986 + ], + [ + -0.138147, + 51.461628 + ], + [ + -0.1383, + 51.46153 + ], + [ + -0.139384, + 51.460935 + ], + [ + -0.141512, + 51.459518 + ], + [ + -0.143565, + 51.457149 + ], + [ + -0.14611, + 51.45441 + ], + [ + -0.147216, + 51.453256 + ], + [ + -0.147584, + 51.452763 + ], + [ + -0.147703, + 51.452542 + ], + [ + -0.147849, + 51.452269 + ], + [ + -0.147843, + 51.451129 + ], + [ + -0.148144, + 51.448782 + ], + [ + -0.148681, + 51.44797 + ], + [ + -0.149315, + 51.446916 + ], + [ + -0.149941, + 51.446112 + ], + [ + -0.151389, + 51.445212 + ], + [ + -0.151958, + 51.444361 + ], + [ + -0.152848, + 51.443358 + ], + [ + -0.152848, + 51.443358 + ], + [ + -0.155206, + 51.440488 + ], + [ + -0.155965, + 51.43928 + ], + [ + -0.156687, + 51.437874 + ], + [ + -0.157247, + 51.437296 + ], + [ + -0.158352, + 51.436384 + ], + [ + -0.158932, + 51.436008 + ], + [ + -0.15964, + 51.435605 + ], + [ + -0.159651, + 51.435598 + ], + [ + -0.161211, + 51.434828 + ], + [ + -0.162145, + 51.434232 + ], + [ + -0.163412, + 51.433087 + ], + [ + -0.163699, + 51.432534 + ], + [ + -0.164011, + 51.431803 + ], + [ + -0.168185, + 51.427745 + ], + [ + -0.16835, + 51.427603 + ], + [ + -0.168831, + 51.427187 + ], + [ + -0.169652, + 51.426282 + ], + [ + -0.170697, + 51.42502 + ], + [ + -0.173821, + 51.422559 + ], + [ + -0.174875, + 51.421495 + ], + [ + -0.175803, + 51.420454 + ], + [ + -0.17663, + 51.419587 + ], + [ + -0.177667, + 51.418565 + ], + [ + -0.178194, + 51.418003 + ], + [ + -0.178839, + 51.417315 + ], + [ + -0.179562, + 51.416836 + ], + [ + -0.180774, + 51.416441 + ], + [ + -0.181407, + 51.416287 + ], + [ + -0.18203, + 51.416167 + ], + [ + -0.191372, + 51.415523 + ], + [ + -0.191895, + 51.415409 + ], + [ + -0.192045, + 51.415363 + ], + [ + -0.192758, + 51.415143 + ], + [ + -0.193434, + 51.414895 + ], + [ + -0.193778, + 51.414735 + ], + [ + -0.194314, + 51.414367 + ], + [ + -0.194546, + 51.414138 + ], + [ + -0.194668, + 51.413979 + ], + [ + -0.194743, + 51.413718 + ], + [ + -0.194765, + 51.413423 + ], + [ + -0.194568, + 51.408499 + ], + [ + -0.194704, + 51.408091 + ], + [ + -0.19472, + 51.407875 + ], + [ + -0.19475, + 51.403358 + ], + [ + -0.194713, + 51.403039 + ], + [ + -0.194732, + 51.4024 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.194514, + 51.650763 + ], + [ + -0.191652, + 51.649157 + ], + [ + -0.191244, + 51.648904 + ], + [ + -0.190778, + 51.648552 + ], + [ + -0.19013, + 51.647882 + ], + [ + -0.183837, + 51.639671 + ], + [ + -0.183449, + 51.639226 + ], + [ + -0.18277, + 51.638366 + ], + [ + -0.181186, + 51.636277 + ], + [ + -0.180384, + 51.635269 + ], + [ + -0.17961, + 51.634041 + ], + [ + -0.179304, + 51.633317 + ], + [ + -0.179162, + 51.632456 + ], + [ + -0.179153, + 51.630365 + ], + [ + -0.179167, + 51.630205 + ], + [ + -0.17919, + 51.629932 + ], + [ + -0.179306, + 51.62924 + ], + [ + -0.179467, + 51.628707 + ], + [ + -0.179805, + 51.627998 + ], + [ + -0.184313, + 51.620321 + ], + [ + -0.185075, + 51.618994 + ], + [ + -0.185338, + 51.618453 + ], + [ + -0.185604, + 51.617842 + ], + [ + -0.185625, + 51.617793 + ], + [ + -0.185989, + 51.61674 + ], + [ + -0.186872, + 51.613839 + ], + [ + -0.188301, + 51.609488 + ], + [ + -0.188301, + 51.609488 + ], + [ + -0.188785, + 51.608594 + ], + [ + -0.189052, + 51.608156 + ], + [ + -0.189398, + 51.607681 + ], + [ + -0.190155, + 51.606953 + ], + [ + -0.190933, + 51.606368 + ], + [ + -0.191389, + 51.606066 + ], + [ + -0.194295, + 51.60438 + ], + [ + -0.194591, + 51.604142 + ], + [ + -0.194792, + 51.603905 + ], + [ + -0.19494, + 51.603668 + ], + [ + -0.195055, + 51.603335 + ], + [ + -0.195066, + 51.602989 + ], + [ + -0.194955, + 51.60265 + ], + [ + -0.19477, + 51.602339 + ], + [ + -0.194539, + 51.602036 + ], + [ + -0.194141, + 51.601724 + ], + [ + -0.193862, + 51.601565 + ], + [ + -0.192495, + 51.600936 + ], + [ + -0.190829, + 51.600169 + ], + [ + -0.187629, + 51.598861 + ], + [ + -0.185198, + 51.597838 + ], + [ + -0.18408, + 51.597341 + ], + [ + -0.176988, + 51.594322 + ], + [ + -0.173045, + 51.592599 + ], + [ + -0.171468, + 51.591782 + ], + [ + -0.170701, + 51.591329 + ], + [ + -0.169489, + 51.590539 + ], + [ + -0.168823, + 51.590063 + ], + [ + -0.166978, + 51.588643 + ], + [ + -0.166243, + 51.588106 + ], + [ + -0.165911, + 51.587906 + ], + [ + -0.165219, + 51.587566 + ], + [ + -0.164726, + 51.58728 + ], + [ + -0.16347, + 51.58655 + ], + [ + -0.162821, + 51.586243 + ], + [ + -0.161765, + 51.585694 + ], + [ + -0.15984, + 51.584457 + ], + [ + -0.151961, + 51.580212 + ], + [ + -0.145781, + 51.577637 + ], + [ + -0.145241, + 51.577412 + ], + [ + -0.144648, + 51.577063 + ], + [ + -0.144216, + 51.576705 + ], + [ + -0.13969, + 51.572088 + ], + [ + -0.13735, + 51.569535 + ], + [ + -0.136505, + 51.568558 + ], + [ + -0.135122, + 51.566666 + ], + [ + -0.134955, + 51.56634 + ], + [ + -0.134844, + 51.566037 + ], + [ + -0.134754, + 51.565662 + ], + [ + -0.134747, + 51.565431 + ], + [ + -0.134745, + 51.565371 + ], + [ + -0.134791, + 51.565014 + ], + [ + -0.134932, + 51.564649 + ], + [ + -0.13554, + 51.563615 + ], + [ + -0.1369, + 51.561139 + ], + [ + -0.13719, + 51.560549 + ], + [ + -0.137555, + 51.559505 + ], + [ + -0.137783, + 51.558514 + ], + [ + -0.137989, + 51.557764 + ], + [ + -0.138266, + 51.557119 + ], + [ + -0.138459, + 51.556788 + ], + [ + -0.138757, + 51.55628 + ], + [ + -0.140517, + 51.553824 + ], + [ + -0.140847, + 51.553175 + ], + [ + -0.140973, + 51.552769 + ], + [ + -0.141094, + 51.552095 + ], + [ + -0.141071, + 51.551708 + ], + [ + -0.141028, + 51.551473 + ], + [ + -0.140817, + 51.550944 + ], + [ + -0.140757, + 51.550679 + ], + [ + -0.140734, + 51.550408 + ], + [ + -0.140734, + 51.550408 + ], + [ + -0.140761, + 51.549953 + ], + [ + -0.141202, + 51.54836 + ], + [ + -0.141722, + 51.546655 + ], + [ + -0.141762, + 51.546435 + ], + [ + -0.141656, + 51.545514 + ], + [ + -0.141494, + 51.54475 + ], + [ + -0.141472, + 51.54438 + ], + [ + -0.141491, + 51.544137 + ], + [ + -0.141966, + 51.542318 + ], + [ + -0.142341, + 51.539976 + ], + [ + -0.14248, + 51.539382 + ], + [ + -0.142536, + 51.539147 + ], + [ + -0.142535, + 51.53894 + ], + [ + -0.142413, + 51.538498 + ], + [ + -0.142357, + 51.53839 + ], + [ + -0.141684, + 51.537599 + ], + [ + -0.141275, + 51.537183 + ], + [ + -0.139786, + 51.535837 + ], + [ + -0.139328, + 51.535372 + ], + [ + -0.13881, + 51.534672 + ], + [ + -0.138539, + 51.534358 + ], + [ + -0.138539, + 51.534358 + ], + [ + -0.134338, + 51.530461 + ], + [ + -0.134135, + 51.530229 + ], + [ + -0.133915, + 51.529921 + ], + [ + -0.133822, + 51.529729 + ], + [ + -0.133799, + 51.529517 + ], + [ + -0.133866, + 51.529121 + ], + [ + -0.134002, + 51.52883 + ], + [ + -0.134205, + 51.528515 + ], + [ + -0.134205, + 51.528515 + ], + [ + -0.134615, + 51.528111 + ], + [ + -0.134831, + 51.527942 + ], + [ + -0.135241, + 51.527699 + ], + [ + -0.137483, + 51.526798 + ], + [ + -0.138014, + 51.526604 + ], + [ + -0.13818, + 51.526511 + ], + [ + -0.138324, + 51.526398 + ], + [ + -0.138424, + 51.526255 + ], + [ + -0.138492, + 51.526064 + ], + [ + -0.138513, + 51.525787 + ], + [ + -0.13843, + 51.525342 + ], + [ + -0.138304, + 51.525026 + ], + [ + -0.138041, + 51.524563 + ], + [ + -0.138016, + 51.524517 + ], + [ + -0.137336, + 51.523673 + ], + [ + -0.136627, + 51.52287 + ], + [ + -0.134375, + 51.520532 + ], + [ + -0.134358, + 51.520515 + ], + [ + -0.132492, + 51.518732 + ], + [ + -0.130953, + 51.51714 + ], + [ + -0.130667, + 51.516783 + ], + [ + -0.130456, + 51.516301 + ], + [ + -0.130456, + 51.516301 + ], + [ + -0.129986, + 51.514934 + ], + [ + -0.129418, + 51.51354 + ], + [ + -0.128505, + 51.512007 + ], + [ + -0.128456, + 51.511707 + ], + [ + -0.128485, + 51.511227 + ], + [ + -0.128506, + 51.510884 + ], + [ + -0.128485, + 51.510381 + ], + [ + -0.128416, + 51.510148 + ], + [ + -0.127908, + 51.50963 + ], + [ + -0.127278, + 51.5093 + ], + [ + -0.125188, + 51.508557 + ], + [ + -0.124931, + 51.508441 + ], + [ + -0.124591, + 51.508288 + ], + [ + -0.123132, + 51.507545 + ], + [ + -0.122359, + 51.507243 + ], + [ + -0.122236, + 51.507194 + ], + [ + -0.121473, + 51.506864 + ], + [ + -0.120478, + 51.506596 + ], + [ + -0.117493, + 51.505687 + ], + [ + -0.115072, + 51.504861 + ], + [ + -0.114707, + 51.504665 + ], + [ + -0.114342, + 51.504345 + ], + [ + -0.114043, + 51.504015 + ], + [ + -0.113698, + 51.503438 + ], + [ + -0.113413, + 51.502962 + ], + [ + -0.113181, + 51.501413 + ], + [ + -0.113015, + 51.499947 + ], + [ + -0.112606, + 51.498567 + ], + [ + -0.111684, + 51.496663 + ], + [ + -0.111421, + 51.496196 + ], + [ + -0.111004, + 51.49573 + ], + [ + -0.106792, + 51.492754 + ], + [ + -0.106452, + 51.492467 + ], + [ + -0.105905, + 51.491921 + ], + [ + -0.105293, + 51.490791 + ], + [ + -0.105143, + 51.490291 + ], + [ + -0.105143, + 51.489871 + ], + [ + -0.105211, + 51.489446 + ], + [ + -0.105343, + 51.489162 + ], + [ + -0.105553, + 51.488818 + ], + [ + -0.106028, + 51.488322 + ], + [ + -0.106632, + 51.487693 + ], + [ + -0.111775, + 51.482662 + ], + [ + -0.112117, + 51.482119 + ], + [ + -0.112305, + 51.481905 + ], + [ + -0.113088, + 51.481011 + ], + [ + -0.11444, + 51.479821 + ], + [ + -0.122631, + 51.472053 + ], + [ + -0.122802, + 51.47189 + ], + [ + -0.124294, + 51.470587 + ], + [ + -0.125233, + 51.469873 + ], + [ + -0.126577, + 51.468949 + ], + [ + -0.127707, + 51.467993 + ], + [ + -0.128157, + 51.467422 + ], + [ + -0.12928, + 51.465755 + ], + [ + -0.129898, + 51.465118 + ], + [ + -0.129898, + 51.465118 + ], + [ + -0.130822, + 51.464483 + ], + [ + -0.132786, + 51.463612 + ], + [ + -0.135996, + 51.462448 + ], + [ + -0.136803, + 51.462232 + ], + [ + -0.137589, + 51.461986 + ], + [ + -0.138147, + 51.461628 + ], + [ + -0.1383, + 51.46153 + ], + [ + -0.139384, + 51.460935 + ], + [ + -0.141512, + 51.459518 + ], + [ + -0.143565, + 51.457149 + ], + [ + -0.14611, + 51.45441 + ], + [ + -0.147216, + 51.453256 + ], + [ + -0.147584, + 51.452763 + ], + [ + -0.147703, + 51.452542 + ], + [ + -0.147849, + 51.452269 + ], + [ + -0.147843, + 51.451129 + ], + [ + -0.148144, + 51.448782 + ], + [ + -0.148681, + 51.44797 + ], + [ + -0.149315, + 51.446916 + ], + [ + -0.149941, + 51.446112 + ], + [ + -0.151389, + 51.445212 + ], + [ + -0.151958, + 51.444361 + ], + [ + -0.152848, + 51.443358 + ], + [ + -0.152848, + 51.443358 + ], + [ + -0.155206, + 51.440488 + ], + [ + -0.155965, + 51.43928 + ], + [ + -0.156687, + 51.437874 + ], + [ + -0.157247, + 51.437296 + ], + [ + -0.158352, + 51.436384 + ], + [ + -0.158932, + 51.436008 + ], + [ + -0.15964, + 51.435605 + ], + [ + -0.159651, + 51.435598 + ], + [ + -0.161211, + 51.434828 + ], + [ + -0.162145, + 51.434232 + ], + [ + -0.163412, + 51.433087 + ], + [ + -0.163699, + 51.432534 + ], + [ + -0.164011, + 51.431803 + ], + [ + -0.168185, + 51.427745 + ], + [ + -0.16835, + 51.427603 + ], + [ + -0.168831, + 51.427187 + ], + [ + -0.169652, + 51.426282 + ], + [ + -0.170697, + 51.42502 + ], + [ + -0.173821, + 51.422559 + ], + [ + -0.174875, + 51.421495 + ], + [ + -0.175803, + 51.420454 + ], + [ + -0.17663, + 51.419587 + ], + [ + -0.177667, + 51.418565 + ], + [ + -0.178194, + 51.418003 + ], + [ + -0.178839, + 51.417315 + ], + [ + -0.179562, + 51.416836 + ], + [ + -0.180774, + 51.416441 + ], + [ + -0.181407, + 51.416287 + ], + [ + -0.18203, + 51.416167 + ], + [ + -0.191372, + 51.415523 + ], + [ + -0.191895, + 51.415409 + ], + [ + -0.192045, + 51.415363 + ], + [ + -0.192758, + 51.415143 + ], + [ + -0.193434, + 51.414895 + ], + [ + -0.193778, + 51.414735 + ], + [ + -0.194314, + 51.414367 + ], + [ + -0.194546, + 51.414138 + ], + [ + -0.194668, + 51.413979 + ], + [ + -0.194743, + 51.413718 + ], + [ + -0.194765, + 51.413423 + ], + [ + -0.194568, + 51.408499 + ], + [ + -0.194704, + 51.408091 + ], + [ + -0.19472, + 51.407875 + ], + [ + -0.19475, + 51.403358 + ], + [ + -0.194713, + 51.403039 + ], + [ + -0.194732, + 51.4024 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.274845, + 51.613696 + ], + [ + -0.274131, + 51.613378 + ], + [ + -0.273441, + 51.613021 + ], + [ + -0.272767, + 51.612571 + ], + [ + -0.272505, + 51.612362 + ], + [ + -0.271987, + 51.611859 + ], + [ + -0.271603, + 51.611304 + ], + [ + -0.271125, + 51.609899 + ], + [ + -0.270848, + 51.609246 + ], + [ + -0.270402, + 51.608506 + ], + [ + -0.269192, + 51.606802 + ], + [ + -0.268805, + 51.606318 + ], + [ + -0.267915, + 51.605387 + ], + [ + -0.26692, + 51.604542 + ], + [ + -0.266091, + 51.603954 + ], + [ + -0.265183, + 51.603432 + ], + [ + -0.263982, + 51.602855 + ], + [ + -0.26278, + 51.602278 + ], + [ + -0.260516, + 51.60134 + ], + [ + -0.257808, + 51.600272 + ], + [ + -0.255761, + 51.599434 + ], + [ + -0.255409, + 51.599277 + ], + [ + -0.254558, + 51.598822 + ], + [ + -0.253984, + 51.598485 + ], + [ + -0.25352, + 51.598178 + ], + [ + -0.252484, + 51.597404 + ], + [ + -0.250665, + 51.59594 + ], + [ + -0.250438, + 51.595783 + ], + [ + -0.249905, + 51.595422 + ], + [ + -0.247664, + 51.593904 + ], + [ + -0.245432, + 51.592474 + ], + [ + -0.244795, + 51.59211 + ], + [ + -0.244056, + 51.591754 + ], + [ + -0.243461, + 51.591496 + ], + [ + -0.243026, + 51.591331 + ], + [ + -0.242407, + 51.591117 + ], + [ + -0.239791, + 51.590286 + ], + [ + -0.238599, + 51.589848 + ], + [ + -0.234732, + 51.588257 + ], + [ + -0.23251, + 51.587245 + ], + [ + -0.229857, + 51.585786 + ], + [ + -0.227407, + 51.584112 + ], + [ + -0.226452, + 51.583415 + ], + [ + -0.226374, + 51.583353 + ], + [ + -0.225122, + 51.582365 + ], + [ + -0.224048, + 51.581612 + ], + [ + -0.222364, + 51.580593 + ], + [ + -0.22095, + 51.579824 + ], + [ + -0.218973, + 51.578902 + ], + [ + -0.218536, + 51.578717 + ], + [ + -0.216347, + 51.577819 + ], + [ + -0.215972, + 51.577647 + ], + [ + -0.213556, + 51.576701 + ], + [ + -0.213553, + 51.5767 + ], + [ + -0.212267, + 51.57605 + ], + [ + -0.208447, + 51.574301 + ], + [ + -0.207284, + 51.573777 + ], + [ + -0.206342, + 51.573425 + ], + [ + -0.20566, + 51.573252 + ], + [ + -0.204896, + 51.573129 + ], + [ + -0.20427, + 51.573078 + ], + [ + -0.203509, + 51.573068 + ], + [ + -0.202607, + 51.573149 + ], + [ + -0.202213, + 51.573209 + ], + [ + -0.200637, + 51.573509 + ], + [ + -0.199708, + 51.57361 + ], + [ + -0.199363, + 51.573622 + ], + [ + -0.198503, + 51.573591 + ], + [ + -0.197784, + 51.573496 + ], + [ + -0.197115, + 51.573355 + ], + [ + -0.19678, + 51.573263 + ], + [ + -0.196252, + 51.57309 + ], + [ + -0.195415, + 51.572753 + ], + [ + -0.193908, + 51.572342 + ], + [ + -0.193346, + 51.572188 + ], + [ + -0.192716, + 51.572043 + ], + [ + -0.189608, + 51.571477 + ], + [ + -0.187256, + 51.570958 + ], + [ + -0.185002, + 51.570228 + ], + [ + -0.18434, + 51.569966 + ], + [ + -0.183592, + 51.569628 + ], + [ + -0.182713, + 51.569158 + ], + [ + -0.18197, + 51.568643 + ], + [ + -0.181728, + 51.568424 + ], + [ + -0.181557, + 51.568223 + ], + [ + -0.181418, + 51.568008 + ], + [ + -0.180138, + 51.565345 + ], + [ + -0.179891, + 51.564733 + ], + [ + -0.179659, + 51.563978 + ], + [ + -0.179498, + 51.563194 + ], + [ + -0.17938, + 51.56237 + ], + [ + -0.17933, + 51.561525 + ], + [ + -0.179366, + 51.560188 + ], + [ + -0.179452, + 51.559099 + ], + [ + -0.17952, + 51.558791 + ], + [ + -0.179759, + 51.55816 + ], + [ + -0.179753, + 51.557954 + ], + [ + -0.17969, + 51.557748 + ], + [ + -0.179556, + 51.557505 + ], + [ + -0.179214, + 51.557127 + ], + [ + -0.178892, + 51.556876 + ], + [ + -0.178442, + 51.556564 + ], + [ + -0.178196, + 51.556394 + ], + [ + -0.177662, + 51.556134 + ], + [ + -0.176928, + 51.555875 + ], + [ + -0.176018, + 51.555601 + ], + [ + -0.172871, + 51.554819 + ], + [ + -0.17189, + 51.554477 + ], + [ + -0.170024, + 51.553647 + ], + [ + -0.168787, + 51.553005 + ], + [ + -0.167649, + 51.552363 + ], + [ + -0.166666, + 51.551683 + ], + [ + -0.164704, + 51.550275 + ], + [ + -0.164704, + 51.550275 + ], + [ + -0.163631, + 51.549646 + ], + [ + -0.162183, + 51.548915 + ], + [ + -0.161719, + 51.548646 + ], + [ + -0.16011, + 51.547599 + ], + [ + -0.159279, + 51.547186 + ], + [ + -0.158023, + 51.546679 + ], + [ + -0.157318, + 51.546416 + ], + [ + -0.156794, + 51.546192 + ], + [ + -0.156406, + 51.545996 + ], + [ + -0.155845, + 51.545681 + ], + [ + -0.153888, + 51.54443 + ], + [ + -0.153521, + 51.54423 + ], + [ + -0.15347, + 51.544202 + ], + [ + -0.152205, + 51.543693 + ], + [ + -0.15157, + 51.543491 + ], + [ + -0.150889, + 51.543311 + ], + [ + -0.147876, + 51.542702 + ], + [ + -0.147096, + 51.542445 + ], + [ + -0.146438, + 51.542161 + ], + [ + -0.145852, + 51.54186 + ], + [ + -0.145175, + 51.541413 + ], + [ + -0.144406, + 51.540863 + ], + [ + -0.143964, + 51.540494 + ], + [ + -0.142887, + 51.539346 + ], + [ + -0.142817, + 51.539271 + ], + [ + -0.142535, + 51.53894 + ], + [ + -0.142413, + 51.538498 + ], + [ + -0.142477, + 51.538175 + ], + [ + -0.142483, + 51.537909 + ], + [ + -0.141839, + 51.533663 + ], + [ + -0.141669, + 51.532978 + ], + [ + -0.141342, + 51.532152 + ], + [ + -0.140959, + 51.531459 + ], + [ + -0.140451, + 51.530786 + ], + [ + -0.139936, + 51.530271 + ], + [ + -0.139462, + 51.529882 + ], + [ + -0.138866, + 51.529468 + ], + [ + -0.13821, + 51.529123 + ], + [ + -0.137597, + 51.528887 + ], + [ + -0.13691, + 51.528699 + ], + [ + -0.13632, + 51.52858 + ], + [ + -0.13583, + 51.528498 + ], + [ + -0.13529, + 51.528433 + ], + [ + -0.13425, + 51.528403 + ], + [ + -0.133923, + 51.528457 + ], + [ + -0.133185, + 51.528577 + ], + [ + -0.132489, + 51.528787 + ], + [ + -0.131673, + 51.529046 + ], + [ + -0.130992, + 51.529302 + ], + [ + -0.129541, + 51.529949 + ], + [ + -0.129166, + 51.530092 + ], + [ + -0.128197, + 51.530389 + ], + [ + -0.127603, + 51.530493 + ], + [ + -0.126939, + 51.530573 + ], + [ + -0.125107, + 51.530615 + ], + [ + -0.123849, + 51.530592 + ], + [ + -0.123523, + 51.530587 + ], + [ + -0.122944, + 51.530605 + ], + [ + -0.120068, + 51.530935 + ], + [ + -0.118587, + 51.531018 + ], + [ + -0.113631, + 51.531422 + ], + [ + -0.109193, + 51.531818 + ], + [ + -0.107153, + 51.53188 + ], + [ + -0.106354, + 51.531923 + ], + [ + -0.106065, + 51.531892 + ], + [ + -0.10576, + 51.53186 + ], + [ + -0.101464, + 51.530776 + ], + [ + -0.09768, + 51.529759 + ], + [ + -0.094665, + 51.529012 + ], + [ + -0.091279, + 51.52813 + ], + [ + -0.088725, + 51.527371 + ], + [ + -0.088212, + 51.527019 + ], + [ + -0.087956, + 51.526697 + ], + [ + -0.087542, + 51.525628 + ], + [ + -0.087542, + 51.525628 + ], + [ + -0.087445, + 51.524334 + ], + [ + -0.087005, + 51.522215 + ], + [ + -0.087005, + 51.521693 + ], + [ + -0.087169, + 51.520662 + ], + [ + -0.087369, + 51.519924 + ], + [ + -0.087611, + 51.51932 + ], + [ + -0.088114, + 51.518416 + ], + [ + -0.088781, + 51.517217 + ], + [ + -0.089151, + 51.516378 + ], + [ + -0.089791, + 51.514611 + ], + [ + -0.089752, + 51.514381 + ], + [ + -0.089679, + 51.514271 + ], + [ + -0.088887, + 51.513331 + ], + [ + -0.088108, + 51.512407 + ], + [ + -0.086999, + 51.511048 + ], + [ + -0.086828, + 51.510783 + ], + [ + -0.086796, + 51.510657 + ], + [ + -0.08682, + 51.510393 + ], + [ + -0.087029, + 51.509799 + ], + [ + -0.087099, + 51.509425 + ], + [ + -0.087051, + 51.509116 + ], + [ + -0.086787, + 51.508528 + ], + [ + -0.086764, + 51.508257 + ], + [ + -0.086834, + 51.507951 + ], + [ + -0.087198, + 51.506951 + ], + [ + -0.087479, + 51.505893 + ], + [ + -0.087479, + 51.505893 + ], + [ + -0.087866, + 51.505528 + ], + [ + -0.088429, + 51.505272 + ], + [ + -0.089133, + 51.505017 + ], + [ + -0.090094, + 51.504608 + ], + [ + -0.090446, + 51.504418 + ], + [ + -0.091068, + 51.503929 + ], + [ + -0.09149, + 51.503535 + ], + [ + -0.092042, + 51.502702 + ], + [ + -0.092452, + 51.501983 + ], + [ + -0.092621, + 51.501762 + ], + [ + -0.093144, + 51.501299 + ], + [ + -0.093406, + 51.501094 + ], + [ + -0.093406, + 51.501094 + ], + [ + -0.093775, + 51.500854 + ], + [ + -0.095746, + 51.499769 + ], + [ + -0.096603, + 51.499336 + ], + [ + -0.096942, + 51.499125 + ], + [ + -0.09772, + 51.498528 + ], + [ + -0.099356, + 51.497058 + ], + [ + -0.099736, + 51.496623 + ], + [ + -0.100371, + 51.495683 + ], + [ + -0.100401, + 51.495638 + ], + [ + -0.100545, + 51.495383 + ], + [ + -0.100637, + 51.495116 + ], + [ + -0.10073, + 51.494528 + ], + [ + -0.100683, + 51.493636 + ], + [ + -0.10076, + 51.493282 + ], + [ + -0.100937, + 51.492969 + ], + [ + -0.10118, + 51.492689 + ], + [ + -0.102514, + 51.491709 + ], + [ + -0.103074, + 51.491249 + ], + [ + -0.104422, + 51.489906 + ], + [ + -0.105264, + 51.489134 + ], + [ + -0.106034, + 51.488322 + ], + [ + -0.106632, + 51.487693 + ], + [ + -0.111775, + 51.482662 + ], + [ + -0.112117, + 51.482119 + ], + [ + -0.112305, + 51.481905 + ], + [ + -0.113088, + 51.481011 + ], + [ + -0.11444, + 51.479821 + ], + [ + -0.122631, + 51.472053 + ], + [ + -0.122802, + 51.47189 + ], + [ + -0.124294, + 51.470587 + ], + [ + -0.125233, + 51.469873 + ], + [ + -0.126577, + 51.468949 + ], + [ + -0.127707, + 51.467993 + ], + [ + -0.128157, + 51.467422 + ], + [ + -0.12928, + 51.465755 + ], + [ + -0.129898, + 51.465118 + ], + [ + -0.129898, + 51.465118 + ], + [ + -0.130822, + 51.464483 + ], + [ + -0.132786, + 51.463612 + ], + [ + -0.135996, + 51.462448 + ], + [ + -0.136803, + 51.462232 + ], + [ + -0.137589, + 51.461986 + ], + [ + -0.138147, + 51.461628 + ], + [ + -0.1383, + 51.46153 + ], + [ + -0.139384, + 51.460935 + ], + [ + -0.141512, + 51.459518 + ], + [ + -0.143565, + 51.457149 + ], + [ + -0.14611, + 51.45441 + ], + [ + -0.147216, + 51.453256 + ], + [ + -0.147584, + 51.452763 + ], + [ + -0.147703, + 51.452542 + ], + [ + -0.147849, + 51.452269 + ], + [ + -0.147843, + 51.451129 + ], + [ + -0.148144, + 51.448782 + ], + [ + -0.148681, + 51.44797 + ], + [ + -0.149315, + 51.446916 + ], + [ + -0.149941, + 51.446112 + ], + [ + -0.151389, + 51.445212 + ], + [ + -0.151958, + 51.444361 + ], + [ + -0.152848, + 51.443358 + ], + [ + -0.152848, + 51.443358 + ], + [ + -0.155206, + 51.440488 + ], + [ + -0.155965, + 51.43928 + ], + [ + -0.156687, + 51.437874 + ], + [ + -0.157247, + 51.437296 + ], + [ + -0.158352, + 51.436384 + ], + [ + -0.158932, + 51.436008 + ], + [ + -0.15964, + 51.435605 + ], + [ + -0.159651, + 51.435598 + ], + [ + -0.161211, + 51.434828 + ], + [ + -0.162145, + 51.434232 + ], + [ + -0.163412, + 51.433087 + ], + [ + -0.163699, + 51.432534 + ], + [ + -0.164011, + 51.431803 + ], + [ + -0.168185, + 51.427745 + ], + [ + -0.16835, + 51.427603 + ], + [ + -0.168831, + 51.427187 + ], + [ + -0.169652, + 51.426282 + ], + [ + -0.170697, + 51.42502 + ], + [ + -0.173821, + 51.422559 + ], + [ + -0.174875, + 51.421495 + ], + [ + -0.175803, + 51.420454 + ], + [ + -0.17663, + 51.419587 + ], + [ + -0.177667, + 51.418565 + ], + [ + -0.178194, + 51.418003 + ], + [ + -0.178839, + 51.417315 + ], + [ + -0.179562, + 51.416836 + ], + [ + -0.180774, + 51.416441 + ], + [ + -0.181407, + 51.416287 + ], + [ + -0.18203, + 51.416167 + ], + [ + -0.191372, + 51.415523 + ], + [ + -0.191895, + 51.415409 + ], + [ + -0.192045, + 51.415363 + ], + [ + -0.192758, + 51.415143 + ], + [ + -0.193434, + 51.414895 + ], + [ + -0.193778, + 51.414735 + ], + [ + -0.194314, + 51.414367 + ], + [ + -0.194546, + 51.414138 + ], + [ + -0.194668, + 51.413979 + ], + [ + -0.194743, + 51.413718 + ], + [ + -0.194765, + 51.413423 + ], + [ + -0.194568, + 51.408499 + ], + [ + -0.194704, + 51.408091 + ], + [ + -0.19472, + 51.407875 + ], + [ + -0.19475, + 51.403358 + ], + [ + -0.194713, + 51.403039 + ], + [ + -0.194755, + 51.402399 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.209928, + 51.608202 + ], + [ + -0.209513, + 51.608106 + ], + [ + -0.208877, + 51.607927 + ], + [ + -0.208255, + 51.607699 + ], + [ + -0.201163, + 51.604694 + ], + [ + -0.199127, + 51.603808 + ], + [ + -0.197794, + 51.603185 + ], + [ + -0.197169, + 51.602974 + ], + [ + -0.193862, + 51.601565 + ], + [ + -0.192495, + 51.600936 + ], + [ + -0.190829, + 51.600169 + ], + [ + -0.187629, + 51.598861 + ], + [ + -0.185198, + 51.597838 + ], + [ + -0.18408, + 51.597341 + ], + [ + -0.176988, + 51.594322 + ], + [ + -0.174848, + 51.593392 + ], + [ + -0.173045, + 51.592599 + ], + [ + -0.171468, + 51.591782 + ], + [ + -0.170701, + 51.591329 + ], + [ + -0.169489, + 51.590539 + ], + [ + -0.168823, + 51.590063 + ], + [ + -0.166978, + 51.588643 + ], + [ + -0.166243, + 51.588106 + ], + [ + -0.165911, + 51.587906 + ], + [ + -0.165219, + 51.587566 + ], + [ + -0.164726, + 51.58728 + ], + [ + -0.16347, + 51.58655 + ], + [ + -0.162821, + 51.586243 + ], + [ + -0.161765, + 51.585694 + ], + [ + -0.15984, + 51.584457 + ], + [ + -0.151961, + 51.580212 + ], + [ + -0.145781, + 51.577637 + ], + [ + -0.145241, + 51.577412 + ], + [ + -0.144648, + 51.577063 + ], + [ + -0.144216, + 51.576705 + ], + [ + -0.13969, + 51.572088 + ], + [ + -0.13735, + 51.569535 + ], + [ + -0.136505, + 51.568558 + ], + [ + -0.135122, + 51.566666 + ], + [ + -0.134955, + 51.56634 + ], + [ + -0.134844, + 51.566037 + ], + [ + -0.134754, + 51.565662 + ], + [ + -0.134747, + 51.565431 + ], + [ + -0.134745, + 51.565371 + ], + [ + -0.134791, + 51.565014 + ], + [ + -0.134932, + 51.564649 + ], + [ + -0.13554, + 51.563615 + ], + [ + -0.1369, + 51.561139 + ], + [ + -0.13719, + 51.560549 + ], + [ + -0.137555, + 51.559505 + ], + [ + -0.137783, + 51.558514 + ], + [ + -0.137989, + 51.557764 + ], + [ + -0.138266, + 51.557119 + ], + [ + -0.138459, + 51.556788 + ], + [ + -0.138757, + 51.55628 + ], + [ + -0.140517, + 51.553824 + ], + [ + -0.140847, + 51.553175 + ], + [ + -0.140973, + 51.552769 + ], + [ + -0.141094, + 51.552095 + ], + [ + -0.141071, + 51.551708 + ], + [ + -0.141028, + 51.551473 + ], + [ + -0.140817, + 51.550944 + ], + [ + -0.140757, + 51.550679 + ], + [ + -0.140734, + 51.550408 + ], + [ + -0.140734, + 51.550408 + ], + [ + -0.140761, + 51.549953 + ], + [ + -0.141202, + 51.54836 + ], + [ + -0.141722, + 51.546655 + ], + [ + -0.141762, + 51.546435 + ], + [ + -0.141656, + 51.545514 + ], + [ + -0.141494, + 51.54475 + ], + [ + -0.141472, + 51.54438 + ], + [ + -0.141491, + 51.544137 + ], + [ + -0.141966, + 51.542318 + ], + [ + -0.142341, + 51.539976 + ], + [ + -0.14248, + 51.539382 + ], + [ + -0.142536, + 51.539147 + ], + [ + -0.142535, + 51.53894 + ], + [ + -0.142413, + 51.538498 + ], + [ + -0.142477, + 51.538175 + ], + [ + -0.142483, + 51.537909 + ], + [ + -0.141839, + 51.533663 + ], + [ + -0.141669, + 51.532978 + ], + [ + -0.141342, + 51.532152 + ], + [ + -0.140959, + 51.531459 + ], + [ + -0.140451, + 51.530786 + ], + [ + -0.139936, + 51.530271 + ], + [ + -0.139462, + 51.529882 + ], + [ + -0.138866, + 51.529468 + ], + [ + -0.13821, + 51.529123 + ], + [ + -0.137597, + 51.528887 + ], + [ + -0.13691, + 51.528699 + ], + [ + -0.13583, + 51.528498 + ], + [ + -0.13529, + 51.528433 + ], + [ + -0.13425, + 51.528403 + ], + [ + -0.133923, + 51.528457 + ], + [ + -0.133185, + 51.528577 + ], + [ + -0.131673, + 51.529046 + ], + [ + -0.130992, + 51.529302 + ], + [ + -0.129541, + 51.529949 + ], + [ + -0.129166, + 51.530092 + ], + [ + -0.128197, + 51.530389 + ], + [ + -0.127603, + 51.530493 + ], + [ + -0.126939, + 51.530573 + ], + [ + -0.125107, + 51.530615 + ], + [ + -0.123849, + 51.530592 + ], + [ + -0.123523, + 51.530587 + ], + [ + -0.122944, + 51.530605 + ], + [ + -0.120068, + 51.530935 + ], + [ + -0.118587, + 51.531018 + ], + [ + -0.113631, + 51.531422 + ], + [ + -0.109193, + 51.531818 + ], + [ + -0.107153, + 51.53188 + ], + [ + -0.106354, + 51.531923 + ], + [ + -0.106065, + 51.531892 + ], + [ + -0.10576, + 51.53186 + ], + [ + -0.101464, + 51.530776 + ], + [ + -0.09768, + 51.529759 + ], + [ + -0.094665, + 51.529012 + ], + [ + -0.091279, + 51.52813 + ], + [ + -0.088725, + 51.527371 + ], + [ + -0.088212, + 51.527019 + ], + [ + -0.087956, + 51.526697 + ], + [ + -0.087542, + 51.525628 + ], + [ + -0.087542, + 51.525628 + ], + [ + -0.087445, + 51.524334 + ], + [ + -0.087005, + 51.522215 + ], + [ + -0.087005, + 51.521693 + ], + [ + -0.087169, + 51.520662 + ], + [ + -0.087411, + 51.519801 + ], + [ + -0.087611, + 51.51932 + ], + [ + -0.088114, + 51.518416 + ], + [ + -0.088781, + 51.517217 + ], + [ + -0.089151, + 51.516378 + ], + [ + -0.089791, + 51.514611 + ], + [ + -0.089752, + 51.514381 + ], + [ + -0.089679, + 51.514271 + ], + [ + -0.088887, + 51.513331 + ], + [ + -0.088108, + 51.512407 + ], + [ + -0.086999, + 51.511048 + ], + [ + -0.086828, + 51.510783 + ], + [ + -0.086796, + 51.510657 + ], + [ + -0.08682, + 51.510393 + ], + [ + -0.087029, + 51.509799 + ], + [ + -0.087099, + 51.509425 + ], + [ + -0.087051, + 51.509116 + ], + [ + -0.086787, + 51.508528 + ], + [ + -0.086764, + 51.508257 + ], + [ + -0.086834, + 51.507951 + ], + [ + -0.087198, + 51.506951 + ], + [ + -0.087479, + 51.505893 + ], + [ + -0.087479, + 51.505893 + ], + [ + -0.087866, + 51.505528 + ], + [ + -0.088429, + 51.505272 + ], + [ + -0.089133, + 51.505017 + ], + [ + -0.090094, + 51.504608 + ], + [ + -0.090446, + 51.504418 + ], + [ + -0.091068, + 51.503929 + ], + [ + -0.09149, + 51.503535 + ], + [ + -0.092042, + 51.502702 + ], + [ + -0.092452, + 51.501983 + ], + [ + -0.092621, + 51.501762 + ], + [ + -0.093144, + 51.501299 + ], + [ + -0.093406, + 51.501094 + ], + [ + -0.093406, + 51.501094 + ], + [ + -0.093775, + 51.500854 + ], + [ + -0.095746, + 51.499769 + ], + [ + -0.096603, + 51.499336 + ], + [ + -0.096942, + 51.499125 + ], + [ + -0.09772, + 51.498528 + ], + [ + -0.099356, + 51.497058 + ], + [ + -0.099736, + 51.496623 + ], + [ + -0.100371, + 51.495683 + ], + [ + -0.100401, + 51.495638 + ], + [ + -0.100545, + 51.495383 + ], + [ + -0.100637, + 51.495116 + ], + [ + -0.10073, + 51.494528 + ], + [ + -0.100683, + 51.493636 + ], + [ + -0.10076, + 51.493282 + ], + [ + -0.100937, + 51.492969 + ], + [ + -0.10118, + 51.492689 + ], + [ + -0.102514, + 51.491709 + ], + [ + -0.103074, + 51.491249 + ], + [ + -0.104422, + 51.489906 + ], + [ + -0.105264, + 51.489134 + ], + [ + -0.106034, + 51.488322 + ], + [ + -0.106632, + 51.487693 + ], + [ + -0.111775, + 51.482662 + ], + [ + -0.112117, + 51.482119 + ], + [ + -0.112305, + 51.481905 + ], + [ + -0.113088, + 51.481011 + ], + [ + -0.11444, + 51.479821 + ], + [ + -0.122631, + 51.472053 + ], + [ + -0.122802, + 51.47189 + ], + [ + -0.124294, + 51.470587 + ], + [ + -0.125233, + 51.469873 + ], + [ + -0.126577, + 51.468949 + ], + [ + -0.127707, + 51.467993 + ], + [ + -0.128157, + 51.467422 + ], + [ + -0.12928, + 51.465755 + ], + [ + -0.129898, + 51.465118 + ], + [ + -0.129898, + 51.465118 + ], + [ + -0.130822, + 51.464483 + ], + [ + -0.132786, + 51.463612 + ], + [ + -0.135996, + 51.462448 + ], + [ + -0.136803, + 51.462232 + ], + [ + -0.137589, + 51.461986 + ], + [ + -0.138147, + 51.461628 + ], + [ + -0.1383, + 51.46153 + ], + [ + -0.139384, + 51.460935 + ], + [ + -0.141512, + 51.459518 + ], + [ + -0.143565, + 51.457149 + ], + [ + -0.14611, + 51.45441 + ], + [ + -0.147216, + 51.453256 + ], + [ + -0.147584, + 51.452763 + ], + [ + -0.147703, + 51.452542 + ], + [ + -0.147849, + 51.452269 + ], + [ + -0.147843, + 51.451129 + ], + [ + -0.148144, + 51.448782 + ], + [ + -0.148681, + 51.44797 + ], + [ + -0.149315, + 51.446916 + ], + [ + -0.149941, + 51.446112 + ], + [ + -0.151389, + 51.445212 + ], + [ + -0.151958, + 51.444361 + ], + [ + -0.152848, + 51.443358 + ], + [ + -0.152848, + 51.443358 + ], + [ + -0.155206, + 51.440488 + ], + [ + -0.155965, + 51.43928 + ], + [ + -0.156687, + 51.437874 + ], + [ + -0.157247, + 51.437296 + ], + [ + -0.158352, + 51.436384 + ], + [ + -0.158932, + 51.436008 + ], + [ + -0.15964, + 51.435605 + ], + [ + -0.159651, + 51.435598 + ], + [ + -0.161211, + 51.434828 + ], + [ + -0.162145, + 51.434232 + ], + [ + -0.163412, + 51.433087 + ], + [ + -0.163699, + 51.432534 + ], + [ + -0.164011, + 51.431803 + ], + [ + -0.168185, + 51.427745 + ], + [ + -0.16835, + 51.427603 + ], + [ + -0.168831, + 51.427187 + ], + [ + -0.169652, + 51.426282 + ], + [ + -0.170697, + 51.42502 + ], + [ + -0.173821, + 51.422559 + ], + [ + -0.174875, + 51.421495 + ], + [ + -0.175803, + 51.420454 + ], + [ + -0.17663, + 51.419587 + ], + [ + -0.177667, + 51.418565 + ], + [ + -0.178194, + 51.418003 + ], + [ + -0.178839, + 51.417315 + ], + [ + -0.179562, + 51.416836 + ], + [ + -0.180774, + 51.416441 + ], + [ + -0.181407, + 51.416287 + ], + [ + -0.18203, + 51.416167 + ], + [ + -0.191372, + 51.415523 + ], + [ + -0.191895, + 51.415409 + ], + [ + -0.192045, + 51.415363 + ], + [ + -0.192758, + 51.415143 + ], + [ + -0.193434, + 51.414895 + ], + [ + -0.193778, + 51.414735 + ], + [ + -0.194314, + 51.414367 + ], + [ + -0.194546, + 51.414138 + ], + [ + -0.194668, + 51.413979 + ], + [ + -0.194743, + 51.413718 + ], + [ + -0.194765, + 51.413423 + ], + [ + -0.194568, + 51.408499 + ], + [ + -0.194704, + 51.408091 + ], + [ + -0.19472, + 51.407875 + ], + [ + -0.19475, + 51.403358 + ], + [ + -0.194713, + 51.403039 + ], + [ + -0.194732, + 51.4024 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.274845, + 51.613696 + ], + [ + -0.274131, + 51.613378 + ], + [ + -0.273441, + 51.613021 + ], + [ + -0.272767, + 51.612571 + ], + [ + -0.272505, + 51.612362 + ], + [ + -0.271987, + 51.611859 + ], + [ + -0.271603, + 51.611304 + ], + [ + -0.271125, + 51.609899 + ], + [ + -0.270848, + 51.609246 + ], + [ + -0.270402, + 51.608506 + ], + [ + -0.269192, + 51.606802 + ], + [ + -0.268805, + 51.606318 + ], + [ + -0.267915, + 51.605387 + ], + [ + -0.26692, + 51.604542 + ], + [ + -0.266091, + 51.603954 + ], + [ + -0.265183, + 51.603432 + ], + [ + -0.263982, + 51.602855 + ], + [ + -0.26278, + 51.602278 + ], + [ + -0.260516, + 51.60134 + ], + [ + -0.257808, + 51.600272 + ], + [ + -0.255761, + 51.599434 + ], + [ + -0.255409, + 51.599277 + ], + [ + -0.254558, + 51.598822 + ], + [ + -0.253984, + 51.598485 + ], + [ + -0.25352, + 51.598178 + ], + [ + -0.252484, + 51.597404 + ], + [ + -0.250665, + 51.59594 + ], + [ + -0.250438, + 51.595783 + ], + [ + -0.249905, + 51.595422 + ], + [ + -0.247664, + 51.593904 + ], + [ + -0.245432, + 51.592474 + ], + [ + -0.244795, + 51.59211 + ], + [ + -0.244056, + 51.591754 + ], + [ + -0.243461, + 51.591496 + ], + [ + -0.243026, + 51.591331 + ], + [ + -0.242407, + 51.591117 + ], + [ + -0.239791, + 51.590286 + ], + [ + -0.238599, + 51.589848 + ], + [ + -0.234732, + 51.588257 + ], + [ + -0.23251, + 51.587245 + ], + [ + -0.229857, + 51.585786 + ], + [ + -0.227407, + 51.584112 + ], + [ + -0.226452, + 51.583415 + ], + [ + -0.226374, + 51.583353 + ], + [ + -0.225122, + 51.582365 + ], + [ + -0.224048, + 51.581612 + ], + [ + -0.222364, + 51.580593 + ], + [ + -0.22095, + 51.579824 + ], + [ + -0.218973, + 51.578902 + ], + [ + -0.218536, + 51.578717 + ], + [ + -0.216347, + 51.577819 + ], + [ + -0.215972, + 51.577647 + ], + [ + -0.213556, + 51.576701 + ], + [ + -0.213553, + 51.5767 + ], + [ + -0.212267, + 51.57605 + ], + [ + -0.208447, + 51.574301 + ], + [ + -0.207284, + 51.573777 + ], + [ + -0.206342, + 51.573425 + ], + [ + -0.20566, + 51.573252 + ], + [ + -0.204896, + 51.573129 + ], + [ + -0.20427, + 51.573078 + ], + [ + -0.203509, + 51.573068 + ], + [ + -0.202607, + 51.573149 + ], + [ + -0.202213, + 51.573209 + ], + [ + -0.200637, + 51.573509 + ], + [ + -0.199708, + 51.57361 + ], + [ + -0.199363, + 51.573622 + ], + [ + -0.198503, + 51.573591 + ], + [ + -0.197784, + 51.573496 + ], + [ + -0.197115, + 51.573355 + ], + [ + -0.19678, + 51.573263 + ], + [ + -0.196252, + 51.57309 + ], + [ + -0.195415, + 51.572753 + ], + [ + -0.193908, + 51.572342 + ], + [ + -0.193346, + 51.572188 + ], + [ + -0.192716, + 51.572043 + ], + [ + -0.189608, + 51.571477 + ], + [ + -0.187256, + 51.570958 + ], + [ + -0.185002, + 51.570228 + ], + [ + -0.18434, + 51.569966 + ], + [ + -0.183592, + 51.569628 + ], + [ + -0.183121, + 51.56939 + ], + [ + -0.182713, + 51.569158 + ], + [ + -0.18197, + 51.568643 + ], + [ + -0.181728, + 51.568424 + ], + [ + -0.181557, + 51.568223 + ], + [ + -0.181418, + 51.568008 + ], + [ + -0.180138, + 51.565345 + ], + [ + -0.179891, + 51.564733 + ], + [ + -0.179659, + 51.563978 + ], + [ + -0.179498, + 51.563194 + ], + [ + -0.17938, + 51.56237 + ], + [ + -0.17933, + 51.561525 + ], + [ + -0.179366, + 51.560188 + ], + [ + -0.179452, + 51.559099 + ], + [ + -0.17952, + 51.558791 + ], + [ + -0.179759, + 51.55816 + ], + [ + -0.179753, + 51.557954 + ], + [ + -0.17969, + 51.557748 + ], + [ + -0.179556, + 51.557505 + ], + [ + -0.179432, + 51.557346 + ], + [ + -0.179214, + 51.557127 + ], + [ + -0.178892, + 51.556876 + ], + [ + -0.178442, + 51.556564 + ], + [ + -0.178196, + 51.556394 + ], + [ + -0.177662, + 51.556134 + ], + [ + -0.176928, + 51.555875 + ], + [ + -0.176018, + 51.555601 + ], + [ + -0.172871, + 51.554819 + ], + [ + -0.17189, + 51.554477 + ], + [ + -0.170024, + 51.553647 + ], + [ + -0.168787, + 51.553005 + ], + [ + -0.167649, + 51.552363 + ], + [ + -0.166666, + 51.551683 + ], + [ + -0.164704, + 51.550275 + ], + [ + -0.164704, + 51.550275 + ], + [ + -0.163631, + 51.549646 + ], + [ + -0.162183, + 51.548915 + ], + [ + -0.161719, + 51.548646 + ], + [ + -0.16011, + 51.547599 + ], + [ + -0.159279, + 51.547186 + ], + [ + -0.158023, + 51.546679 + ], + [ + -0.157318, + 51.546416 + ], + [ + -0.156794, + 51.546192 + ], + [ + -0.156406, + 51.545996 + ], + [ + -0.155845, + 51.545681 + ], + [ + -0.153888, + 51.54443 + ], + [ + -0.153521, + 51.54423 + ], + [ + -0.15347, + 51.544202 + ], + [ + -0.152205, + 51.543693 + ], + [ + -0.15157, + 51.543491 + ], + [ + -0.150889, + 51.543311 + ], + [ + -0.147876, + 51.542702 + ], + [ + -0.147096, + 51.542445 + ], + [ + -0.146438, + 51.542161 + ], + [ + -0.145852, + 51.54186 + ], + [ + -0.145175, + 51.541413 + ], + [ + -0.144406, + 51.540863 + ], + [ + -0.143964, + 51.540494 + ], + [ + -0.14289, + 51.539345 + ], + [ + -0.142623, + 51.539059 + ], + [ + -0.142535, + 51.53894 + ], + [ + -0.142413, + 51.538498 + ], + [ + -0.142357, + 51.53839 + ], + [ + -0.141684, + 51.537599 + ], + [ + -0.141275, + 51.537183 + ], + [ + -0.139786, + 51.535837 + ], + [ + -0.139328, + 51.535372 + ], + [ + -0.13881, + 51.534672 + ], + [ + -0.138539, + 51.534358 + ], + [ + -0.138539, + 51.534358 + ], + [ + -0.134338, + 51.530461 + ], + [ + -0.134135, + 51.530229 + ], + [ + -0.133915, + 51.529921 + ], + [ + -0.133822, + 51.529729 + ], + [ + -0.133799, + 51.529517 + ], + [ + -0.133866, + 51.529121 + ], + [ + -0.134002, + 51.52883 + ], + [ + -0.134205, + 51.528515 + ], + [ + -0.134333, + 51.528384 + ], + [ + -0.134462, + 51.528253 + ], + [ + -0.134831, + 51.527942 + ], + [ + -0.135241, + 51.527699 + ], + [ + -0.137483, + 51.526798 + ], + [ + -0.137818, + 51.526683 + ], + [ + -0.13818, + 51.526511 + ], + [ + -0.138324, + 51.526398 + ], + [ + -0.138424, + 51.526255 + ], + [ + -0.138492, + 51.526064 + ], + [ + -0.138513, + 51.525787 + ], + [ + -0.13843, + 51.525342 + ], + [ + -0.138304, + 51.525026 + ], + [ + -0.138041, + 51.524563 + ], + [ + -0.138016, + 51.524517 + ], + [ + -0.137336, + 51.523673 + ], + [ + -0.136627, + 51.52287 + ], + [ + -0.134375, + 51.520532 + ], + [ + -0.134358, + 51.520515 + ], + [ + -0.132492, + 51.518732 + ], + [ + -0.130953, + 51.51714 + ], + [ + -0.130667, + 51.516783 + ], + [ + -0.130456, + 51.516301 + ], + [ + -0.130456, + 51.516301 + ], + [ + -0.129986, + 51.514934 + ], + [ + -0.129418, + 51.51354 + ], + [ + -0.128505, + 51.512007 + ], + [ + -0.128456, + 51.511707 + ], + [ + -0.128485, + 51.511227 + ], + [ + -0.128506, + 51.510884 + ], + [ + -0.128485, + 51.510381 + ], + [ + -0.128416, + 51.510148 + ], + [ + -0.127908, + 51.50963 + ], + [ + -0.127278, + 51.5093 + ], + [ + -0.125188, + 51.508557 + ], + [ + -0.124931, + 51.508441 + ], + [ + -0.124591, + 51.508288 + ], + [ + -0.123132, + 51.507545 + ], + [ + -0.122359, + 51.507243 + ], + [ + -0.122236, + 51.507194 + ], + [ + -0.121473, + 51.506864 + ], + [ + -0.120478, + 51.506596 + ], + [ + -0.117493, + 51.505687 + ], + [ + -0.115072, + 51.504861 + ], + [ + -0.114707, + 51.504665 + ], + [ + -0.114342, + 51.504345 + ], + [ + -0.114043, + 51.504015 + ], + [ + -0.113698, + 51.503438 + ], + [ + -0.113413, + 51.502962 + ], + [ + -0.113181, + 51.501413 + ], + [ + -0.113015, + 51.499947 + ], + [ + -0.112606, + 51.498567 + ], + [ + -0.111684, + 51.496663 + ], + [ + -0.111421, + 51.496196 + ], + [ + -0.111004, + 51.49573 + ], + [ + -0.106792, + 51.492754 + ], + [ + -0.106452, + 51.492467 + ], + [ + -0.105905, + 51.491921 + ], + [ + -0.105293, + 51.490791 + ], + [ + -0.105143, + 51.490291 + ], + [ + -0.105143, + 51.489871 + ], + [ + -0.105211, + 51.489446 + ], + [ + -0.105343, + 51.489162 + ], + [ + -0.105553, + 51.488818 + ], + [ + -0.10565, + 51.488706 + ], + [ + -0.106022, + 51.488322 + ], + [ + -0.106632, + 51.487693 + ], + [ + -0.111775, + 51.482662 + ], + [ + -0.112117, + 51.482119 + ], + [ + -0.112305, + 51.481905 + ], + [ + -0.113088, + 51.481011 + ], + [ + -0.11444, + 51.479821 + ], + [ + -0.122631, + 51.472053 + ], + [ + -0.122802, + 51.47189 + ], + [ + -0.124294, + 51.470587 + ], + [ + -0.125233, + 51.469873 + ], + [ + -0.126577, + 51.468949 + ], + [ + -0.127707, + 51.467993 + ], + [ + -0.128157, + 51.467422 + ], + [ + -0.12928, + 51.465755 + ], + [ + -0.129898, + 51.465118 + ], + [ + -0.129898, + 51.465118 + ], + [ + -0.130822, + 51.464483 + ], + [ + -0.132786, + 51.463612 + ], + [ + -0.135996, + 51.462448 + ], + [ + -0.136803, + 51.462232 + ], + [ + -0.137589, + 51.461986 + ], + [ + -0.138147, + 51.461628 + ], + [ + -0.1383, + 51.46153 + ], + [ + -0.139384, + 51.460935 + ], + [ + -0.141512, + 51.459518 + ], + [ + -0.143565, + 51.457149 + ], + [ + -0.14611, + 51.45441 + ], + [ + -0.147216, + 51.453256 + ], + [ + -0.147584, + 51.452763 + ], + [ + -0.147703, + 51.452542 + ], + [ + -0.147849, + 51.452269 + ], + [ + -0.147843, + 51.451129 + ], + [ + -0.148144, + 51.448782 + ], + [ + -0.148681, + 51.44797 + ], + [ + -0.149315, + 51.446916 + ], + [ + -0.149941, + 51.446112 + ], + [ + -0.151389, + 51.445212 + ], + [ + -0.151958, + 51.444361 + ], + [ + -0.152848, + 51.443358 + ], + [ + -0.152848, + 51.443358 + ], + [ + -0.155206, + 51.440488 + ], + [ + -0.155965, + 51.43928 + ], + [ + -0.156687, + 51.437874 + ], + [ + -0.157247, + 51.437296 + ], + [ + -0.158352, + 51.436384 + ], + [ + -0.158932, + 51.436008 + ], + [ + -0.15964, + 51.435605 + ], + [ + -0.159651, + 51.435598 + ], + [ + -0.161211, + 51.434828 + ], + [ + -0.162145, + 51.434232 + ], + [ + -0.163412, + 51.433087 + ], + [ + -0.163699, + 51.432534 + ], + [ + -0.164011, + 51.431803 + ], + [ + -0.168185, + 51.427745 + ], + [ + -0.16835, + 51.427603 + ], + [ + -0.168831, + 51.427187 + ], + [ + -0.169652, + 51.426282 + ], + [ + -0.170697, + 51.42502 + ], + [ + -0.173821, + 51.422559 + ], + [ + -0.174875, + 51.421495 + ], + [ + -0.175803, + 51.420454 + ], + [ + -0.17663, + 51.419587 + ], + [ + -0.177667, + 51.418565 + ], + [ + -0.178194, + 51.418003 + ], + [ + -0.178839, + 51.417315 + ], + [ + -0.179562, + 51.416836 + ], + [ + -0.180774, + 51.416441 + ], + [ + -0.181407, + 51.416287 + ], + [ + -0.18203, + 51.416167 + ], + [ + -0.191372, + 51.415523 + ], + [ + -0.191669, + 51.415466 + ], + [ + -0.192037, + 51.415356 + ], + [ + -0.192758, + 51.415143 + ], + [ + -0.193434, + 51.414895 + ], + [ + -0.193778, + 51.414735 + ], + [ + -0.194035, + 51.414574 + ], + [ + -0.194314, + 51.414367 + ], + [ + -0.194546, + 51.414138 + ], + [ + -0.194668, + 51.413979 + ], + [ + -0.194743, + 51.413718 + ], + [ + -0.194765, + 51.413423 + ], + [ + -0.194568, + 51.408499 + ], + [ + -0.194704, + 51.408091 + ], + [ + -0.19472, + 51.407875 + ], + [ + -0.19475, + 51.403358 + ], + [ + -0.194713, + 51.403039 + ], + [ + -0.194732, + 51.4024 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.142471, + 51.479865 + ], + [ + -0.140516, + 51.480782 + ], + [ + -0.140065, + 51.480972 + ], + [ + -0.13955, + 51.481129 + ], + [ + -0.138284, + 51.481336 + ], + [ + -0.137082, + 51.481436 + ], + [ + -0.135709, + 51.481403 + ], + [ + -0.134164, + 51.481169 + ], + [ + -0.128789, + 51.480114 + ], + [ + -0.127459, + 51.479853 + ], + [ + -0.12615, + 51.479686 + ], + [ + -0.124862, + 51.479739 + ], + [ + -0.120313, + 51.480648 + ], + [ + -0.117524, + 51.481182 + ], + [ + -0.115807, + 51.481543 + ], + [ + -0.114713, + 51.481998 + ], + [ + -0.113747, + 51.482612 + ], + [ + -0.112996, + 51.483414 + ], + [ + -0.112567, + 51.484283 + ], + [ + -0.112492, + 51.4845 + ], + [ + -0.112009, + 51.485218 + ], + [ + -0.111151, + 51.48594 + ], + [ + -0.110464, + 51.486287 + ], + [ + -0.109681, + 51.486601 + ], + [ + -0.108442, + 51.486942 + ], + [ + -0.10754, + 51.487276 + ], + [ + -0.106632, + 51.487693 + ], + [ + -0.106022, + 51.488322 + ], + [ + -0.10565, + 51.488706 + ], + [ + -0.105553, + 51.488818 + ], + [ + -0.105343, + 51.489162 + ], + [ + -0.105211, + 51.489446 + ], + [ + -0.105143, + 51.489871 + ], + [ + -0.105143, + 51.490291 + ], + [ + -0.105293, + 51.490791 + ], + [ + -0.105905, + 51.491921 + ], + [ + -0.106452, + 51.492467 + ], + [ + -0.106792, + 51.492754 + ], + [ + -0.111004, + 51.49573 + ], + [ + -0.111421, + 51.496196 + ], + [ + -0.111684, + 51.496663 + ], + [ + -0.112606, + 51.498567 + ], + [ + -0.113015, + 51.499947 + ], + [ + -0.113181, + 51.501413 + ], + [ + -0.113413, + 51.502962 + ], + [ + -0.113698, + 51.503438 + ], + [ + -0.114043, + 51.504015 + ], + [ + -0.114342, + 51.504345 + ], + [ + -0.114707, + 51.504665 + ], + [ + -0.115072, + 51.504861 + ], + [ + -0.117493, + 51.505687 + ], + [ + -0.120478, + 51.506596 + ], + [ + -0.121473, + 51.506864 + ], + [ + -0.122236, + 51.507194 + ], + [ + -0.122359, + 51.507243 + ], + [ + -0.123132, + 51.507545 + ], + [ + -0.124591, + 51.508288 + ], + [ + -0.124672, + 51.508325 + ], + [ + -0.125188, + 51.508557 + ], + [ + -0.127278, + 51.5093 + ], + [ + -0.127908, + 51.50963 + ], + [ + -0.128416, + 51.510148 + ], + [ + -0.128485, + 51.510381 + ], + [ + -0.128506, + 51.510884 + ], + [ + -0.128485, + 51.511227 + ], + [ + -0.128456, + 51.511707 + ], + [ + -0.128505, + 51.512007 + ], + [ + -0.129418, + 51.51354 + ], + [ + -0.129986, + 51.514934 + ], + [ + -0.130445, + 51.516267 + ], + [ + -0.130456, + 51.516301 + ], + [ + -0.130667, + 51.516783 + ], + [ + -0.130953, + 51.51714 + ], + [ + -0.132492, + 51.518732 + ], + [ + -0.134358, + 51.520515 + ], + [ + -0.134358, + 51.520515 + ], + [ + -0.136627, + 51.52287 + ], + [ + -0.137336, + 51.523673 + ], + [ + -0.138016, + 51.524517 + ], + [ + -0.138016, + 51.524517 + ], + [ + -0.138304, + 51.525026 + ], + [ + -0.13843, + 51.525342 + ], + [ + -0.138513, + 51.525787 + ], + [ + -0.138492, + 51.526064 + ], + [ + -0.138424, + 51.526255 + ], + [ + -0.138324, + 51.526398 + ], + [ + -0.13818, + 51.526511 + ], + [ + -0.137818, + 51.526683 + ], + [ + -0.137483, + 51.526798 + ], + [ + -0.135241, + 51.527699 + ], + [ + -0.134831, + 51.527942 + ], + [ + -0.134462, + 51.528253 + ], + [ + -0.134333, + 51.528384 + ], + [ + -0.134205, + 51.528515 + ], + [ + -0.134002, + 51.52883 + ], + [ + -0.133866, + 51.529121 + ], + [ + -0.133799, + 51.529517 + ], + [ + -0.133822, + 51.529729 + ], + [ + -0.133915, + 51.529921 + ], + [ + -0.134135, + 51.530229 + ], + [ + -0.134338, + 51.530461 + ], + [ + -0.138521, + 51.534341 + ], + [ + -0.138539, + 51.534358 + ], + [ + -0.13881, + 51.534672 + ], + [ + -0.139328, + 51.535372 + ], + [ + -0.139786, + 51.535837 + ], + [ + -0.141275, + 51.537183 + ], + [ + -0.141684, + 51.537599 + ], + [ + -0.142357, + 51.53839 + ], + [ + -0.142413, + 51.538498 + ], + [ + -0.142535, + 51.53894 + ], + [ + -0.142623, + 51.539059 + ], + [ + -0.14289, + 51.539345 + ], + [ + -0.143964, + 51.540494 + ], + [ + -0.144406, + 51.540863 + ], + [ + -0.145175, + 51.541413 + ], + [ + -0.145852, + 51.54186 + ], + [ + -0.146438, + 51.542161 + ], + [ + -0.147096, + 51.542445 + ], + [ + -0.147876, + 51.542702 + ], + [ + -0.150889, + 51.543311 + ], + [ + -0.15157, + 51.543491 + ], + [ + -0.152205, + 51.543693 + ], + [ + -0.15347, + 51.544202 + ], + [ + -0.15347, + 51.544202 + ], + [ + -0.153888, + 51.54443 + ], + [ + -0.155845, + 51.545681 + ], + [ + -0.156406, + 51.545996 + ], + [ + -0.156794, + 51.546192 + ], + [ + -0.157318, + 51.546416 + ], + [ + -0.158023, + 51.546679 + ], + [ + -0.159279, + 51.547186 + ], + [ + -0.16011, + 51.547599 + ], + [ + -0.161719, + 51.548646 + ], + [ + -0.162183, + 51.548915 + ], + [ + -0.163631, + 51.549646 + ], + [ + -0.164576, + 51.5502 + ], + [ + -0.164704, + 51.550275 + ], + [ + -0.166666, + 51.551683 + ], + [ + -0.167649, + 51.552363 + ], + [ + -0.168787, + 51.553005 + ], + [ + -0.170024, + 51.553647 + ], + [ + -0.17189, + 51.554477 + ], + [ + -0.172871, + 51.554819 + ], + [ + -0.176018, + 51.555601 + ], + [ + -0.176928, + 51.555875 + ], + [ + -0.177662, + 51.556134 + ], + [ + -0.178196, + 51.556394 + ], + [ + -0.178442, + 51.556564 + ], + [ + -0.178892, + 51.556876 + ], + [ + -0.179214, + 51.557127 + ], + [ + -0.179432, + 51.557346 + ], + [ + -0.179556, + 51.557505 + ], + [ + -0.17969, + 51.557748 + ], + [ + -0.179753, + 51.557954 + ], + [ + -0.179759, + 51.55816 + ], + [ + -0.17952, + 51.558791 + ], + [ + -0.179452, + 51.559099 + ], + [ + -0.179366, + 51.560188 + ], + [ + -0.17933, + 51.561525 + ], + [ + -0.17938, + 51.56237 + ], + [ + -0.179498, + 51.563194 + ], + [ + -0.179659, + 51.563978 + ], + [ + -0.179891, + 51.564733 + ], + [ + -0.180138, + 51.565345 + ], + [ + -0.181418, + 51.568008 + ], + [ + -0.181557, + 51.568223 + ], + [ + -0.181728, + 51.568424 + ], + [ + -0.18197, + 51.568643 + ], + [ + -0.182713, + 51.569158 + ], + [ + -0.183121, + 51.56939 + ], + [ + -0.183592, + 51.569628 + ], + [ + -0.18434, + 51.569966 + ], + [ + -0.185002, + 51.570228 + ], + [ + -0.187256, + 51.570958 + ], + [ + -0.189608, + 51.571477 + ], + [ + -0.192716, + 51.572043 + ], + [ + -0.193346, + 51.572188 + ], + [ + -0.193908, + 51.572342 + ], + [ + -0.195415, + 51.572753 + ], + [ + -0.196252, + 51.57309 + ], + [ + -0.19678, + 51.573263 + ], + [ + -0.197115, + 51.573355 + ], + [ + -0.197784, + 51.573496 + ], + [ + -0.198503, + 51.573591 + ], + [ + -0.199363, + 51.573622 + ], + [ + -0.199708, + 51.57361 + ], + [ + -0.200637, + 51.573509 + ], + [ + -0.202213, + 51.573209 + ], + [ + -0.202607, + 51.573149 + ], + [ + -0.203509, + 51.573068 + ], + [ + -0.20427, + 51.573078 + ], + [ + -0.204896, + 51.573129 + ], + [ + -0.20566, + 51.573252 + ], + [ + -0.206342, + 51.573425 + ], + [ + -0.207284, + 51.573777 + ], + [ + -0.208447, + 51.574301 + ], + [ + -0.212267, + 51.57605 + ], + [ + -0.213553, + 51.5767 + ], + [ + -0.213553, + 51.5767 + ], + [ + -0.215972, + 51.577647 + ], + [ + -0.216347, + 51.577819 + ], + [ + -0.218536, + 51.578717 + ], + [ + -0.218973, + 51.578902 + ], + [ + -0.22095, + 51.579824 + ], + [ + -0.222364, + 51.580593 + ], + [ + -0.224048, + 51.581612 + ], + [ + -0.225122, + 51.582365 + ], + [ + -0.226374, + 51.583353 + ], + [ + -0.226452, + 51.583415 + ], + [ + -0.227407, + 51.584112 + ], + [ + -0.229857, + 51.585786 + ], + [ + -0.23251, + 51.587245 + ], + [ + -0.234732, + 51.588257 + ], + [ + -0.238599, + 51.589848 + ], + [ + -0.239791, + 51.590286 + ], + [ + -0.242407, + 51.591117 + ], + [ + -0.243026, + 51.591331 + ], + [ + -0.243461, + 51.591496 + ], + [ + -0.244056, + 51.591754 + ], + [ + -0.244795, + 51.59211 + ], + [ + -0.245432, + 51.592474 + ], + [ + -0.247664, + 51.593904 + ], + [ + -0.249905, + 51.595422 + ], + [ + -0.250438, + 51.595783 + ], + [ + -0.250665, + 51.59594 + ], + [ + -0.252484, + 51.597404 + ], + [ + -0.25352, + 51.598178 + ], + [ + -0.253984, + 51.598485 + ], + [ + -0.254558, + 51.598822 + ], + [ + -0.255409, + 51.599277 + ], + [ + -0.255761, + 51.599434 + ], + [ + -0.257808, + 51.600272 + ], + [ + -0.260516, + 51.60134 + ], + [ + -0.26278, + 51.602278 + ], + [ + -0.263982, + 51.602855 + ], + [ + -0.265183, + 51.603432 + ], + [ + -0.266091, + 51.603954 + ], + [ + -0.26692, + 51.604542 + ], + [ + -0.267915, + 51.605387 + ], + [ + -0.268805, + 51.606318 + ], + [ + -0.269192, + 51.606802 + ], + [ + -0.270402, + 51.608506 + ], + [ + -0.270848, + 51.609246 + ], + [ + -0.271125, + 51.609899 + ], + [ + -0.271603, + 51.611304 + ], + [ + -0.271987, + 51.611859 + ], + [ + -0.272505, + 51.612362 + ], + [ + -0.272767, + 51.612571 + ], + [ + -0.273441, + 51.613021 + ], + [ + -0.274131, + 51.613378 + ], + [ + -0.274845, + 51.613696 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.194514, + 51.650763 + ], + [ + -0.191652, + 51.649157 + ], + [ + -0.191244, + 51.648904 + ], + [ + -0.190778, + 51.648552 + ], + [ + -0.19013, + 51.647882 + ], + [ + -0.183837, + 51.639671 + ], + [ + -0.183449, + 51.639226 + ], + [ + -0.18277, + 51.638366 + ], + [ + -0.181186, + 51.636277 + ], + [ + -0.180384, + 51.635269 + ], + [ + -0.17961, + 51.634041 + ], + [ + -0.179304, + 51.633317 + ], + [ + -0.179162, + 51.632456 + ], + [ + -0.179153, + 51.630365 + ], + [ + -0.179167, + 51.630205 + ], + [ + -0.17919, + 51.629932 + ], + [ + -0.179306, + 51.62924 + ], + [ + -0.179467, + 51.628707 + ], + [ + -0.179805, + 51.627998 + ], + [ + -0.184313, + 51.620321 + ], + [ + -0.185075, + 51.618994 + ], + [ + -0.185338, + 51.618453 + ], + [ + -0.185604, + 51.617842 + ], + [ + -0.185625, + 51.617793 + ], + [ + -0.185989, + 51.61674 + ], + [ + -0.186872, + 51.613839 + ], + [ + -0.188301, + 51.609488 + ], + [ + -0.188301, + 51.609488 + ], + [ + -0.188785, + 51.608594 + ], + [ + -0.189052, + 51.608156 + ], + [ + -0.189398, + 51.607681 + ], + [ + -0.190155, + 51.606953 + ], + [ + -0.190933, + 51.606368 + ], + [ + -0.191389, + 51.606066 + ], + [ + -0.194295, + 51.60438 + ], + [ + -0.194591, + 51.604142 + ], + [ + -0.194792, + 51.603905 + ], + [ + -0.19494, + 51.603668 + ], + [ + -0.195055, + 51.603335 + ], + [ + -0.195066, + 51.602989 + ], + [ + -0.194955, + 51.60265 + ], + [ + -0.19477, + 51.602339 + ], + [ + -0.194539, + 51.602036 + ], + [ + -0.194141, + 51.601724 + ], + [ + -0.193862, + 51.601565 + ], + [ + -0.192495, + 51.600936 + ], + [ + -0.190829, + 51.600169 + ], + [ + -0.187629, + 51.598861 + ], + [ + -0.185198, + 51.597838 + ], + [ + -0.18408, + 51.597341 + ], + [ + -0.176988, + 51.594322 + ], + [ + -0.173045, + 51.592599 + ], + [ + -0.171468, + 51.591782 + ], + [ + -0.170701, + 51.591329 + ], + [ + -0.169489, + 51.590539 + ], + [ + -0.168823, + 51.590063 + ], + [ + -0.166978, + 51.588643 + ], + [ + -0.166243, + 51.588106 + ], + [ + -0.165911, + 51.587906 + ], + [ + -0.165219, + 51.587566 + ], + [ + -0.164726, + 51.58728 + ], + [ + -0.16347, + 51.58655 + ], + [ + -0.162821, + 51.586243 + ], + [ + -0.161765, + 51.585694 + ], + [ + -0.15984, + 51.584457 + ], + [ + -0.151961, + 51.580212 + ], + [ + -0.145781, + 51.577637 + ], + [ + -0.145241, + 51.577412 + ], + [ + -0.144648, + 51.577063 + ], + [ + -0.144216, + 51.576705 + ], + [ + -0.13969, + 51.572088 + ], + [ + -0.13735, + 51.569535 + ], + [ + -0.136505, + 51.568558 + ], + [ + -0.135122, + 51.566666 + ], + [ + -0.134955, + 51.56634 + ], + [ + -0.134844, + 51.566037 + ], + [ + -0.134754, + 51.565662 + ], + [ + -0.134747, + 51.565431 + ], + [ + -0.134745, + 51.565371 + ], + [ + -0.134791, + 51.565014 + ], + [ + -0.134932, + 51.564649 + ], + [ + -0.13554, + 51.563615 + ], + [ + -0.1369, + 51.561139 + ], + [ + -0.13719, + 51.560549 + ], + [ + -0.137555, + 51.559505 + ], + [ + -0.137783, + 51.558514 + ], + [ + -0.137989, + 51.557764 + ], + [ + -0.138266, + 51.557119 + ], + [ + -0.138459, + 51.556788 + ], + [ + -0.138757, + 51.55628 + ], + [ + -0.140517, + 51.553824 + ], + [ + -0.140847, + 51.553175 + ], + [ + -0.140973, + 51.552769 + ], + [ + -0.141094, + 51.552095 + ], + [ + -0.141071, + 51.551708 + ], + [ + -0.141028, + 51.551473 + ], + [ + -0.140817, + 51.550944 + ], + [ + -0.140757, + 51.550679 + ], + [ + -0.140734, + 51.550408 + ], + [ + -0.140734, + 51.550408 + ], + [ + -0.140761, + 51.549953 + ], + [ + -0.141202, + 51.54836 + ], + [ + -0.141722, + 51.546655 + ], + [ + -0.141762, + 51.546435 + ], + [ + -0.141656, + 51.545514 + ], + [ + -0.141494, + 51.54475 + ], + [ + -0.141472, + 51.54438 + ], + [ + -0.141491, + 51.544137 + ], + [ + -0.141966, + 51.542318 + ], + [ + -0.142341, + 51.539976 + ], + [ + -0.14248, + 51.539382 + ], + [ + -0.142536, + 51.539147 + ], + [ + -0.142535, + 51.53894 + ], + [ + -0.142413, + 51.538498 + ], + [ + -0.142357, + 51.53839 + ], + [ + -0.141684, + 51.537599 + ], + [ + -0.141275, + 51.537183 + ], + [ + -0.139786, + 51.535837 + ], + [ + -0.139328, + 51.535372 + ], + [ + -0.13881, + 51.534672 + ], + [ + -0.138539, + 51.534358 + ], + [ + -0.138539, + 51.534358 + ], + [ + -0.134338, + 51.530461 + ], + [ + -0.134135, + 51.530229 + ], + [ + -0.133915, + 51.529921 + ], + [ + -0.133822, + 51.529729 + ], + [ + -0.133799, + 51.529517 + ], + [ + -0.133866, + 51.529121 + ], + [ + -0.134002, + 51.52883 + ], + [ + -0.134205, + 51.528515 + ], + [ + -0.134205, + 51.528515 + ], + [ + -0.134615, + 51.528111 + ], + [ + -0.134831, + 51.527942 + ], + [ + -0.135241, + 51.527699 + ], + [ + -0.137483, + 51.526798 + ], + [ + -0.138014, + 51.526604 + ], + [ + -0.13818, + 51.526511 + ], + [ + -0.138324, + 51.526398 + ], + [ + -0.138424, + 51.526255 + ], + [ + -0.138492, + 51.526064 + ], + [ + -0.138513, + 51.525787 + ], + [ + -0.13843, + 51.525342 + ], + [ + -0.138304, + 51.525026 + ], + [ + -0.138041, + 51.524563 + ], + [ + -0.138016, + 51.524517 + ], + [ + -0.137336, + 51.523673 + ], + [ + -0.136627, + 51.52287 + ], + [ + -0.134375, + 51.520532 + ], + [ + -0.134358, + 51.520515 + ], + [ + -0.132492, + 51.518732 + ], + [ + -0.130953, + 51.51714 + ], + [ + -0.130667, + 51.516783 + ], + [ + -0.130456, + 51.516301 + ], + [ + -0.130456, + 51.516301 + ], + [ + -0.129986, + 51.514934 + ], + [ + -0.129418, + 51.51354 + ], + [ + -0.128505, + 51.512007 + ], + [ + -0.128456, + 51.511707 + ], + [ + -0.128485, + 51.511227 + ], + [ + -0.128506, + 51.510884 + ], + [ + -0.128485, + 51.510381 + ], + [ + -0.128416, + 51.510148 + ], + [ + -0.127908, + 51.50963 + ], + [ + -0.127278, + 51.5093 + ], + [ + -0.125188, + 51.508557 + ], + [ + -0.124931, + 51.508441 + ], + [ + -0.124591, + 51.508288 + ], + [ + -0.123132, + 51.507545 + ], + [ + -0.122359, + 51.507243 + ], + [ + -0.122236, + 51.507194 + ], + [ + -0.121473, + 51.506864 + ], + [ + -0.120478, + 51.506596 + ], + [ + -0.117493, + 51.505687 + ], + [ + -0.115072, + 51.504861 + ], + [ + -0.114707, + 51.504665 + ], + [ + -0.114342, + 51.504345 + ], + [ + -0.114043, + 51.504015 + ], + [ + -0.113698, + 51.503438 + ], + [ + -0.113413, + 51.502962 + ], + [ + -0.113181, + 51.501413 + ], + [ + -0.113015, + 51.499947 + ], + [ + -0.112606, + 51.498567 + ], + [ + -0.111684, + 51.496663 + ], + [ + -0.111421, + 51.496196 + ], + [ + -0.111004, + 51.49573 + ], + [ + -0.106792, + 51.492754 + ], + [ + -0.106452, + 51.492467 + ], + [ + -0.105905, + 51.491921 + ], + [ + -0.105293, + 51.490791 + ], + [ + -0.105143, + 51.490291 + ], + [ + -0.105143, + 51.489871 + ], + [ + -0.105211, + 51.489446 + ], + [ + -0.105343, + 51.489162 + ], + [ + -0.105553, + 51.488818 + ], + [ + -0.10603, + 51.488324 + ], + [ + -0.106163, + 51.488187 + ], + [ + -0.106398, + 51.48781 + ], + [ + -0.106763, + 51.487028 + ], + [ + -0.106859, + 51.486501 + ], + [ + -0.106966, + 51.485178 + ], + [ + -0.107288, + 51.484363 + ], + [ + -0.107932, + 51.483628 + ], + [ + -0.108619, + 51.483093 + ], + [ + -0.109477, + 51.482612 + ], + [ + -0.110335, + 51.482265 + ], + [ + -0.111086, + 51.482011 + ], + [ + -0.112996, + 51.48165 + ], + [ + -0.115206, + 51.481289 + ], + [ + -0.120614, + 51.480327 + ], + [ + -0.123553, + 51.479833 + ], + [ + -0.12439, + 51.479753 + ], + [ + -0.126117, + 51.479692 + ], + [ + -0.126525, + 51.479726 + ], + [ + -0.127453, + 51.479849 + ], + [ + -0.128791, + 51.480111 + ], + [ + -0.134164, + 51.481162 + ], + [ + -0.135693, + 51.4814 + ], + [ + -0.13705, + 51.481436 + ], + [ + -0.137662, + 51.481396 + ], + [ + -0.138279, + 51.481333 + ], + [ + -0.13955, + 51.481129 + ], + [ + -0.140043, + 51.480969 + ], + [ + -0.140714, + 51.480658 + ], + [ + -0.141342, + 51.480401 + ], + [ + -0.142464, + 51.479859 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.194761, + 51.402194 + ], + [ + -0.194713, + 51.403039 + ], + [ + -0.19475, + 51.403358 + ], + [ + -0.19472, + 51.407875 + ], + [ + -0.194704, + 51.408091 + ], + [ + -0.194568, + 51.408499 + ], + [ + -0.194765, + 51.413423 + ], + [ + -0.194743, + 51.413718 + ], + [ + -0.194668, + 51.413979 + ], + [ + -0.194546, + 51.414138 + ], + [ + -0.194314, + 51.414367 + ], + [ + -0.193778, + 51.414735 + ], + [ + -0.193434, + 51.414895 + ], + [ + -0.192758, + 51.415143 + ], + [ + -0.192045, + 51.415363 + ], + [ + -0.191895, + 51.415409 + ], + [ + -0.191372, + 51.415523 + ], + [ + -0.18203, + 51.416167 + ], + [ + -0.181407, + 51.416287 + ], + [ + -0.180774, + 51.416441 + ], + [ + -0.179562, + 51.416836 + ], + [ + -0.178839, + 51.417315 + ], + [ + -0.178194, + 51.418003 + ], + [ + -0.177667, + 51.418565 + ], + [ + -0.17663, + 51.419587 + ], + [ + -0.175803, + 51.420454 + ], + [ + -0.174875, + 51.421495 + ], + [ + -0.173821, + 51.422559 + ], + [ + -0.170697, + 51.42502 + ], + [ + -0.169652, + 51.426282 + ], + [ + -0.168831, + 51.427187 + ], + [ + -0.16835, + 51.427603 + ], + [ + -0.168185, + 51.427745 + ], + [ + -0.164011, + 51.431803 + ], + [ + -0.163699, + 51.432534 + ], + [ + -0.163412, + 51.433087 + ], + [ + -0.162145, + 51.434232 + ], + [ + -0.161211, + 51.434828 + ], + [ + -0.159651, + 51.435598 + ], + [ + -0.159651, + 51.435598 + ], + [ + -0.158932, + 51.436008 + ], + [ + -0.158352, + 51.436384 + ], + [ + -0.157247, + 51.437296 + ], + [ + -0.156687, + 51.437874 + ], + [ + -0.155965, + 51.43928 + ], + [ + -0.155206, + 51.440488 + ], + [ + -0.152867, + 51.443335 + ], + [ + -0.152848, + 51.443358 + ], + [ + -0.151958, + 51.444361 + ], + [ + -0.151389, + 51.445212 + ], + [ + -0.149941, + 51.446112 + ], + [ + -0.149315, + 51.446916 + ], + [ + -0.148681, + 51.44797 + ], + [ + -0.148144, + 51.448782 + ], + [ + -0.147843, + 51.451129 + ], + [ + -0.147849, + 51.452269 + ], + [ + -0.147703, + 51.452542 + ], + [ + -0.147584, + 51.452763 + ], + [ + -0.147216, + 51.453256 + ], + [ + -0.14611, + 51.45441 + ], + [ + -0.143565, + 51.457149 + ], + [ + -0.141512, + 51.459518 + ], + [ + -0.139384, + 51.460935 + ], + [ + -0.1383, + 51.46153 + ], + [ + -0.138147, + 51.461628 + ], + [ + -0.137589, + 51.461986 + ], + [ + -0.136803, + 51.462232 + ], + [ + -0.135996, + 51.462448 + ], + [ + -0.132786, + 51.463612 + ], + [ + -0.130822, + 51.464483 + ], + [ + -0.129951, + 51.465081 + ], + [ + -0.129898, + 51.465118 + ], + [ + -0.12928, + 51.465755 + ], + [ + -0.128157, + 51.467422 + ], + [ + -0.127707, + 51.467993 + ], + [ + -0.126577, + 51.468949 + ], + [ + -0.125233, + 51.469873 + ], + [ + -0.124294, + 51.470587 + ], + [ + -0.122802, + 51.47189 + ], + [ + -0.122631, + 51.472053 + ], + [ + -0.11444, + 51.479821 + ], + [ + -0.113088, + 51.481011 + ], + [ + -0.112305, + 51.481905 + ], + [ + -0.112117, + 51.482119 + ], + [ + -0.111775, + 51.482662 + ], + [ + -0.106632, + 51.487693 + ], + [ + -0.106028, + 51.488322 + ], + [ + -0.105553, + 51.488818 + ], + [ + -0.105343, + 51.489162 + ], + [ + -0.105211, + 51.489446 + ], + [ + -0.105143, + 51.489871 + ], + [ + -0.105143, + 51.490291 + ], + [ + -0.105293, + 51.490791 + ], + [ + -0.105905, + 51.491921 + ], + [ + -0.106452, + 51.492467 + ], + [ + -0.106792, + 51.492754 + ], + [ + -0.111004, + 51.49573 + ], + [ + -0.111421, + 51.496196 + ], + [ + -0.111684, + 51.496663 + ], + [ + -0.112606, + 51.498567 + ], + [ + -0.113015, + 51.499947 + ], + [ + -0.113181, + 51.501413 + ], + [ + -0.113413, + 51.502962 + ], + [ + -0.113698, + 51.503438 + ], + [ + -0.114043, + 51.504015 + ], + [ + -0.114342, + 51.504345 + ], + [ + -0.114707, + 51.504665 + ], + [ + -0.115072, + 51.504861 + ], + [ + -0.117493, + 51.505687 + ], + [ + -0.120478, + 51.506596 + ], + [ + -0.121473, + 51.506864 + ], + [ + -0.122236, + 51.507194 + ], + [ + -0.122359, + 51.507243 + ], + [ + -0.123132, + 51.507545 + ], + [ + -0.124591, + 51.508288 + ], + [ + -0.124672, + 51.508325 + ], + [ + -0.125188, + 51.508557 + ], + [ + -0.127278, + 51.5093 + ], + [ + -0.127908, + 51.50963 + ], + [ + -0.128416, + 51.510148 + ], + [ + -0.128485, + 51.510381 + ], + [ + -0.128506, + 51.510884 + ], + [ + -0.128485, + 51.511227 + ], + [ + -0.128456, + 51.511707 + ], + [ + -0.128505, + 51.512007 + ], + [ + -0.129418, + 51.51354 + ], + [ + -0.129986, + 51.514934 + ], + [ + -0.130445, + 51.516267 + ], + [ + -0.130456, + 51.516301 + ], + [ + -0.130667, + 51.516783 + ], + [ + -0.130953, + 51.51714 + ], + [ + -0.132492, + 51.518732 + ], + [ + -0.134358, + 51.520515 + ], + [ + -0.134358, + 51.520515 + ], + [ + -0.136627, + 51.52287 + ], + [ + -0.137336, + 51.523673 + ], + [ + -0.138016, + 51.524517 + ], + [ + -0.138016, + 51.524517 + ], + [ + -0.138304, + 51.525026 + ], + [ + -0.13843, + 51.525342 + ], + [ + -0.138513, + 51.525787 + ], + [ + -0.138492, + 51.526064 + ], + [ + -0.138424, + 51.526255 + ], + [ + -0.138324, + 51.526398 + ], + [ + -0.13818, + 51.526511 + ], + [ + -0.138014, + 51.526604 + ], + [ + -0.137483, + 51.526798 + ], + [ + -0.135241, + 51.527699 + ], + [ + -0.134831, + 51.527942 + ], + [ + -0.134615, + 51.528111 + ], + [ + -0.134331, + 51.528391 + ], + [ + -0.134205, + 51.528515 + ], + [ + -0.134002, + 51.52883 + ], + [ + -0.133866, + 51.529121 + ], + [ + -0.133799, + 51.529517 + ], + [ + -0.133822, + 51.529729 + ], + [ + -0.133915, + 51.529921 + ], + [ + -0.134135, + 51.530229 + ], + [ + -0.134338, + 51.530461 + ], + [ + -0.138521, + 51.534341 + ], + [ + -0.138539, + 51.534358 + ], + [ + -0.13881, + 51.534672 + ], + [ + -0.139328, + 51.535372 + ], + [ + -0.139786, + 51.535837 + ], + [ + -0.141275, + 51.537183 + ], + [ + -0.141684, + 51.537599 + ], + [ + -0.142357, + 51.53839 + ], + [ + -0.142413, + 51.538498 + ], + [ + -0.142535, + 51.53894 + ], + [ + -0.142536, + 51.539147 + ], + [ + -0.14248, + 51.539382 + ], + [ + -0.142341, + 51.539976 + ], + [ + -0.141966, + 51.542318 + ], + [ + -0.141491, + 51.544137 + ], + [ + -0.141472, + 51.54438 + ], + [ + -0.141494, + 51.54475 + ], + [ + -0.141656, + 51.545514 + ], + [ + -0.141762, + 51.546435 + ], + [ + -0.141722, + 51.546655 + ], + [ + -0.141202, + 51.54836 + ], + [ + -0.140761, + 51.549953 + ], + [ + -0.14074, + 51.55031 + ], + [ + -0.140734, + 51.550408 + ], + [ + -0.140757, + 51.550679 + ], + [ + -0.140817, + 51.550944 + ], + [ + -0.141028, + 51.551473 + ], + [ + -0.141071, + 51.551708 + ], + [ + -0.141094, + 51.552095 + ], + [ + -0.140973, + 51.552769 + ], + [ + -0.140847, + 51.553175 + ], + [ + -0.140517, + 51.553824 + ], + [ + -0.138757, + 51.55628 + ], + [ + -0.138459, + 51.556788 + ], + [ + -0.138266, + 51.557119 + ], + [ + -0.137989, + 51.557764 + ], + [ + -0.137783, + 51.558514 + ], + [ + -0.137555, + 51.559505 + ], + [ + -0.13719, + 51.560549 + ], + [ + -0.1369, + 51.561139 + ], + [ + -0.13554, + 51.563615 + ], + [ + -0.134932, + 51.564649 + ], + [ + -0.134791, + 51.565014 + ], + [ + -0.134745, + 51.565371 + ], + [ + -0.134745, + 51.565371 + ], + [ + -0.134754, + 51.565662 + ], + [ + -0.134844, + 51.566037 + ], + [ + -0.134955, + 51.56634 + ], + [ + -0.135122, + 51.566666 + ], + [ + -0.136505, + 51.568558 + ], + [ + -0.13735, + 51.569535 + ], + [ + -0.13969, + 51.572088 + ], + [ + -0.144216, + 51.576705 + ], + [ + -0.144648, + 51.577063 + ], + [ + -0.145241, + 51.577412 + ], + [ + -0.145781, + 51.577637 + ], + [ + -0.151961, + 51.580212 + ], + [ + -0.15984, + 51.584457 + ], + [ + -0.161765, + 51.585694 + ], + [ + -0.162821, + 51.586243 + ], + [ + -0.16347, + 51.58655 + ], + [ + -0.164726, + 51.58728 + ], + [ + -0.165219, + 51.587566 + ], + [ + -0.165911, + 51.587906 + ], + [ + -0.166243, + 51.588106 + ], + [ + -0.166978, + 51.588643 + ], + [ + -0.168823, + 51.590063 + ], + [ + -0.169489, + 51.590539 + ], + [ + -0.170701, + 51.591329 + ], + [ + -0.171468, + 51.591782 + ], + [ + -0.173045, + 51.592599 + ], + [ + -0.176988, + 51.594322 + ], + [ + -0.18408, + 51.597341 + ], + [ + -0.185198, + 51.597838 + ], + [ + -0.187629, + 51.598861 + ], + [ + -0.190829, + 51.600169 + ], + [ + -0.192495, + 51.600936 + ], + [ + -0.193862, + 51.601565 + ], + [ + -0.197169, + 51.602974 + ], + [ + -0.197794, + 51.603185 + ], + [ + -0.199127, + 51.603808 + ], + [ + -0.200798, + 51.604537 + ], + [ + -0.204937, + 51.606281 + ], + [ + -0.207369, + 51.607336 + ], + [ + -0.208255, + 51.607699 + ], + [ + -0.208877, + 51.607927 + ], + [ + -0.209513, + 51.608106 + ], + [ + -0.209928, + 51.608202 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.611067, + 51.70501 + ], + [ + -0.61119, + 51.704656 + ], + [ + -0.61122, + 51.704312 + ], + [ + -0.611178, + 51.703665 + ], + [ + -0.611084, + 51.703318 + ], + [ + -0.610983, + 51.703079 + ], + [ + -0.610631, + 51.702664 + ], + [ + -0.610498, + 51.702543 + ], + [ + -0.609769, + 51.702075 + ], + [ + -0.609389, + 51.701794 + ], + [ + -0.609125, + 51.701518 + ], + [ + -0.608881, + 51.70114 + ], + [ + -0.608822, + 51.700976 + ], + [ + -0.608763, + 51.70065 + ], + [ + -0.608747, + 51.700304 + ], + [ + -0.608898, + 51.699173 + ], + [ + -0.609036, + 51.697249 + ], + [ + -0.609007, + 51.696872 + ], + [ + -0.608919, + 51.696497 + ], + [ + -0.608766, + 51.696209 + ], + [ + -0.608451, + 51.695791 + ], + [ + -0.608112, + 51.695494 + ], + [ + -0.604433, + 51.693009 + ], + [ + -0.603231, + 51.692173 + ], + [ + -0.602892, + 51.691973 + ], + [ + -0.602172, + 51.691664 + ], + [ + -0.601561, + 51.691475 + ], + [ + -0.600639, + 51.691251 + ], + [ + -0.597926, + 51.690813 + ], + [ + -0.59646, + 51.690545 + ], + [ + -0.596051, + 51.69044 + ], + [ + -0.595586, + 51.690285 + ], + [ + -0.595, + 51.690018 + ], + [ + -0.594473, + 51.68971 + ], + [ + -0.593544, + 51.688995 + ], + [ + -0.591451, + 51.687272 + ], + [ + -0.591088, + 51.68678 + ], + [ + -0.590873, + 51.68631 + ], + [ + -0.590573, + 51.685546 + ], + [ + -0.590326, + 51.685112 + ], + [ + -0.589965, + 51.684717 + ], + [ + -0.589441, + 51.684281 + ], + [ + -0.588721, + 51.683881 + ], + [ + -0.587969, + 51.683613 + ], + [ + -0.587408, + 51.68347 + ], + [ + -0.585788, + 51.683164 + ], + [ + -0.585158, + 51.682991 + ], + [ + -0.584811, + 51.682859 + ], + [ + -0.583924, + 51.682379 + ], + [ + -0.583685, + 51.682224 + ], + [ + -0.583391, + 51.682006 + ], + [ + -0.583154, + 51.68178 + ], + [ + -0.582596, + 51.680993 + ], + [ + -0.582488, + 51.680573 + ], + [ + -0.582479, + 51.680223 + ], + [ + -0.582527, + 51.679567 + ], + [ + -0.582619, + 51.679322 + ], + [ + -0.582988, + 51.678865 + ], + [ + -0.583528, + 51.678259 + ], + [ + -0.584485, + 51.677377 + ], + [ + -0.584775, + 51.677083 + ], + [ + -0.584966, + 51.676824 + ], + [ + -0.585111, + 51.676573 + ], + [ + -0.585198, + 51.676352 + ], + [ + -0.585323, + 51.675819 + ], + [ + -0.585318, + 51.675499 + ], + [ + -0.585251, + 51.675166 + ], + [ + -0.585168, + 51.674949 + ], + [ + -0.584931, + 51.674491 + ], + [ + -0.584789, + 51.674277 + ], + [ + -0.583835, + 51.67337 + ], + [ + -0.583348, + 51.672995 + ], + [ + -0.582785, + 51.672652 + ], + [ + -0.582268, + 51.672405 + ], + [ + -0.581609, + 51.672137 + ], + [ + -0.580889, + 51.671923 + ], + [ + -0.577858, + 51.671217 + ], + [ + -0.572634, + 51.670199 + ], + [ + -0.567765, + 51.669341 + ], + [ + -0.560552, + 51.66799 + ], + [ + -0.559284, + 51.667753 + ], + [ + -0.556055, + 51.667183 + ], + [ + -0.554612, + 51.666979 + ], + [ + -0.55228, + 51.666864 + ], + [ + -0.548864, + 51.667002 + ], + [ + -0.545804, + 51.667167 + ], + [ + -0.542149, + 51.666904 + ], + [ + -0.539956, + 51.666473 + ], + [ + -0.537561, + 51.665739 + ], + [ + -0.535698, + 51.665072 + ], + [ + -0.533828, + 51.664121 + ], + [ + -0.523682, + 51.657503 + ], + [ + -0.518391, + 51.654203 + ], + [ + -0.518356, + 51.654181 + ], + [ + -0.516805, + 51.653366 + ], + [ + -0.515544, + 51.652786 + ], + [ + -0.513343, + 51.651969 + ], + [ + -0.511675, + 51.651507 + ], + [ + -0.5115, + 51.651422 + ], + [ + -0.510207, + 51.651082 + ], + [ + -0.507266, + 51.650557 + ], + [ + -0.501, + 51.649507 + ], + [ + -0.497034, + 51.648907 + ], + [ + -0.493904, + 51.648525 + ], + [ + -0.49251, + 51.648309 + ], + [ + -0.490291, + 51.647863 + ], + [ + -0.488475, + 51.647396 + ], + [ + -0.487483, + 51.647096 + ], + [ + -0.486816, + 51.646869 + ], + [ + -0.485567, + 51.646395 + ], + [ + -0.48491, + 51.646106 + ], + [ + -0.484192, + 51.645759 + ], + [ + -0.482864, + 51.645019 + ], + [ + -0.478761, + 51.642405 + ], + [ + -0.476855, + 51.641237 + ], + [ + -0.476008, + 51.640805 + ], + [ + -0.475468, + 51.640602 + ], + [ + -0.474821, + 51.640403 + ], + [ + -0.474239, + 51.640272 + ], + [ + -0.473737, + 51.640203 + ], + [ + -0.473583, + 51.640181 + ], + [ + -0.472662, + 51.640143 + ], + [ + -0.472015, + 51.640169 + ], + [ + -0.47129, + 51.640243 + ], + [ + -0.46928, + 51.640641 + ], + [ + -0.466086, + 51.641233 + ], + [ + -0.464597, + 51.641423 + ], + [ + -0.463643, + 51.641468 + ], + [ + -0.462882, + 51.641459 + ], + [ + -0.460873, + 51.641295 + ], + [ + -0.452608, + 51.640106 + ], + [ + -0.451498, + 51.639972 + ], + [ + -0.450459, + 51.639791 + ], + [ + -0.449832, + 51.63964 + ], + [ + -0.44849, + 51.639277 + ], + [ + -0.445721, + 51.638589 + ], + [ + -0.444096, + 51.638124 + ], + [ + -0.442719, + 51.637684 + ], + [ + -0.441617, + 51.637279 + ], + [ + -0.440399, + 51.636768 + ], + [ + -0.439508, + 51.636343 + ], + [ + -0.439013, + 51.636079 + ], + [ + -0.437788, + 51.635366 + ], + [ + -0.437136, + 51.63495 + ], + [ + -0.436386, + 51.63442 + ], + [ + -0.435715, + 51.6339 + ], + [ + -0.435194, + 51.633463 + ], + [ + -0.434671, + 51.632988 + ], + [ + -0.433886, + 51.632171 + ], + [ + -0.433146, + 51.631193 + ], + [ + -0.432265, + 51.629831 + ], + [ + -0.431565, + 51.628751 + ], + [ + -0.430053, + 51.626617 + ], + [ + -0.426634, + 51.621441 + ], + [ + -0.426145, + 51.620616 + ], + [ + -0.425852, + 51.620063 + ], + [ + -0.425365, + 51.618866 + ], + [ + -0.425158, + 51.618197 + ], + [ + -0.424985, + 51.617392 + ], + [ + -0.424908, + 51.616691 + ], + [ + -0.424857, + 51.614773 + ], + [ + -0.424787, + 51.613984 + ], + [ + -0.424681, + 51.613425 + ], + [ + -0.424456, + 51.612639 + ], + [ + -0.423875, + 51.611157 + ], + [ + -0.423729, + 51.610785 + ], + [ + -0.423178, + 51.609675 + ], + [ + -0.422738, + 51.608967 + ], + [ + -0.422285, + 51.608327 + ], + [ + -0.42204, + 51.608011 + ], + [ + -0.421483, + 51.607374 + ], + [ + -0.420837, + 51.606749 + ], + [ + -0.420536, + 51.606489 + ], + [ + -0.419878, + 51.605974 + ], + [ + -0.41921, + 51.605493 + ], + [ + -0.418279, + 51.604873 + ], + [ + -0.417265, + 51.604232 + ], + [ + -0.416267, + 51.603696 + ], + [ + -0.414579, + 51.60288 + ], + [ + -0.412594, + 51.601998 + ], + [ + -0.411853, + 51.601639 + ], + [ + -0.40929, + 51.600503 + ], + [ + -0.406734, + 51.599369 + ], + [ + -0.405771, + 51.598961 + ], + [ + -0.404677, + 51.598543 + ], + [ + -0.403439, + 51.598147 + ], + [ + -0.402066, + 51.597753 + ], + [ + -0.400851, + 51.597457 + ], + [ + -0.40023, + 51.597324 + ], + [ + -0.396307, + 51.596691 + ], + [ + -0.391389, + 51.59597 + ], + [ + -0.389306, + 51.595631 + ], + [ + -0.38836, + 51.595435 + ], + [ + -0.387324, + 51.595194 + ], + [ + -0.386367, + 51.594927 + ], + [ + -0.385594, + 51.594683 + ], + [ + -0.384223, + 51.594172 + ], + [ + -0.382353, + 51.593379 + ], + [ + -0.380995, + 51.592791 + ], + [ + -0.372034, + 51.588911 + ], + [ + -0.365057, + 51.585911 + ], + [ + -0.363759, + 51.585374 + ], + [ + -0.36226, + 51.584789 + ], + [ + -0.36226, + 51.584789 + ], + [ + -0.355942, + 51.582602 + ], + [ + -0.354544, + 51.582088 + ], + [ + -0.352948, + 51.581533 + ], + [ + -0.352245, + 51.581307 + ], + [ + -0.351383, + 51.581064 + ], + [ + -0.349928, + 51.580725 + ], + [ + -0.347945, + 51.580331 + ], + [ + -0.346457, + 51.580132 + ], + [ + -0.344951, + 51.579982 + ], + [ + -0.34385, + 51.579915 + ], + [ + -0.341057, + 51.579804 + ], + [ + -0.34034, + 51.579794 + ], + [ + -0.339444, + 51.57982 + ], + [ + -0.338822, + 51.579802 + ], + [ + -0.338502, + 51.579773 + ], + [ + -0.338193, + 51.57973 + ], + [ + -0.337558, + 51.579595 + ], + [ + -0.336948, + 51.579423 + ], + [ + -0.334511, + 51.578738 + ], + [ + -0.333768, + 51.578591 + ], + [ + -0.333164, + 51.57853 + ], + [ + -0.332687, + 51.578507 + ], + [ + -0.331442, + 51.57851 + ], + [ + -0.326821, + 51.578621 + ], + [ + -0.323753, + 51.578667 + ], + [ + -0.322225, + 51.578657 + ], + [ + -0.320185, + 51.578617 + ], + [ + -0.318706, + 51.578553 + ], + [ + -0.318219, + 51.578519 + ], + [ + -0.317777, + 51.578488 + ], + [ + -0.315844, + 51.578193 + ], + [ + -0.313468, + 51.577768 + ], + [ + -0.311436, + 51.577313 + ], + [ + -0.310424, + 51.57705 + ], + [ + -0.309275, + 51.576724 + ], + [ + -0.30768, + 51.576208 + ], + [ + -0.298725, + 51.573168 + ], + [ + -0.296132, + 51.5724 + ], + [ + -0.295207, + 51.572095 + ], + [ + -0.295144, + 51.572074 + ], + [ + -0.294147, + 51.571724 + ], + [ + -0.292753, + 51.571194 + ], + [ + -0.291136, + 51.570511 + ], + [ + -0.29009, + 51.570017 + ], + [ + -0.288369, + 51.569147 + ], + [ + -0.287664, + 51.568713 + ], + [ + -0.287168, + 51.568367 + ], + [ + -0.286778, + 51.568047 + ], + [ + -0.284868, + 51.566296 + ], + [ + -0.28422, + 51.565797 + ], + [ + -0.283672, + 51.56544 + ], + [ + -0.283043, + 51.565065 + ], + [ + -0.282239, + 51.564646 + ], + [ + -0.281617, + 51.564365 + ], + [ + -0.280634, + 51.563975 + ], + [ + -0.279086, + 51.563448 + ], + [ + -0.27821, + 51.56315 + ], + [ + -0.277691, + 51.563003 + ], + [ + -0.277078, + 51.56284 + ], + [ + -0.274079, + 51.562243 + ], + [ + -0.273272, + 51.562036 + ], + [ + -0.272405, + 51.561776 + ], + [ + -0.271384, + 51.561408 + ], + [ + -0.26911, + 51.560536 + ], + [ + -0.266863, + 51.559617 + ], + [ + -0.263422, + 51.558171 + ], + [ + -0.261238, + 51.557309 + ], + [ + -0.259145, + 51.556602 + ], + [ + -0.257028, + 51.555966 + ], + [ + -0.254117, + 51.555166 + ], + [ + -0.253251, + 51.554946 + ], + [ + -0.250373, + 51.554276 + ], + [ + -0.247262, + 51.553408 + ], + [ + -0.246496, + 51.553224 + ], + [ + -0.245504, + 51.553009 + ], + [ + -0.244185, + 51.552775 + ], + [ + -0.239229, + 51.55208 + ], + [ + -0.2355, + 51.551431 + ], + [ + -0.233002, + 51.55103 + ], + [ + -0.227678, + 51.550196 + ], + [ + -0.225863, + 51.549951 + ], + [ + -0.221855, + 51.549329 + ], + [ + -0.218046, + 51.548694 + ], + [ + -0.214619, + 51.548175 + ], + [ + -0.211204, + 51.547625 + ], + [ + -0.208465, + 51.547224 + ], + [ + -0.207115, + 51.547114 + ], + [ + -0.204383, + 51.546984 + ], + [ + -0.202856, + 51.546854 + ], + [ + -0.201601, + 51.546706 + ], + [ + -0.200508, + 51.546649 + ], + [ + -0.198662, + 51.546518 + ], + [ + -0.19632, + 51.546424 + ], + [ + -0.195029, + 51.546486 + ], + [ + -0.190798, + 51.546857 + ], + [ + -0.187059, + 51.547085 + ], + [ + -0.186287, + 51.547152 + ], + [ + -0.183187, + 51.547515 + ], + [ + -0.182721, + 51.547543 + ], + [ + -0.182186, + 51.547544 + ], + [ + -0.18159, + 51.5475 + ], + [ + -0.180884, + 51.547377 + ], + [ + -0.180371, + 51.547223 + ], + [ + -0.180255, + 51.547189 + ], + [ + -0.180008, + 51.547085 + ], + [ + -0.179405, + 51.546663 + ], + [ + -0.1791, + 51.546395 + ], + [ + -0.178758, + 51.54603 + ], + [ + -0.178312, + 51.545676 + ], + [ + -0.177892, + 51.545488 + ], + [ + -0.176412, + 51.544939 + ], + [ + -0.176049, + 51.544736 + ], + [ + -0.175796, + 51.544542 + ], + [ + -0.175665, + 51.544403 + ], + [ + -0.175427, + 51.54406 + ], + [ + -0.17525, + 51.543435 + ], + [ + -0.175175, + 51.542813 + ], + [ + -0.175259, + 51.541158 + ], + [ + -0.175618, + 51.539008 + ], + [ + -0.175873, + 51.537944 + ], + [ + -0.17596, + 51.53695 + ], + [ + -0.175937, + 51.536643 + ], + [ + -0.175876, + 51.536339 + ], + [ + -0.175715, + 51.53582 + ], + [ + -0.175606, + 51.535615 + ], + [ + -0.175242, + 51.535171 + ], + [ + -0.173372, + 51.533602 + ], + [ + -0.167999, + 51.529202 + ], + [ + -0.167573, + 51.528892 + ], + [ + -0.166649, + 51.528332 + ], + [ + -0.165452, + 51.527733 + ], + [ + -0.164724, + 51.527416 + ], + [ + -0.15856, + 51.524195 + ], + [ + -0.157996, + 51.523868 + ], + [ + -0.157028, + 51.523005 + ], + [ + -0.156984, + 51.522966 + ], + [ + -0.156803, + 51.522835 + ], + [ + -0.156519, + 51.522698 + ], + [ + -0.156071, + 51.522569 + ], + [ + -0.155807, + 51.522515 + ], + [ + -0.155512, + 51.522501 + ], + [ + -0.152393, + 51.523047 + ], + [ + -0.150532, + 51.523143 + ], + [ + -0.148966, + 51.523322 + ], + [ + -0.145933, + 51.523848 + ], + [ + -0.145521, + 51.523901 + ], + [ + -0.144955, + 51.52391 + ], + [ + -0.143934, + 51.523838 + ], + [ + -0.143921, + 51.523837 + ], + [ + -0.143406, + 51.523856 + ], + [ + -0.142908, + 51.523911 + ], + [ + -0.139386, + 51.524643 + ], + [ + -0.136795, + 51.525329 + ], + [ + -0.136115, + 51.525543 + ], + [ + -0.135863, + 51.525604 + ], + [ + -0.135534, + 51.525684 + ], + [ + -0.131281, + 51.527151 + ], + [ + -0.129743, + 51.527704 + ], + [ + -0.126584, + 51.528939 + ], + [ + -0.125825, + 51.529332 + ], + [ + -0.124682, + 51.529773 + ], + [ + -0.123701, + 51.530178 + ], + [ + -0.123701, + 51.530178 + ], + [ + -0.123445, + 51.530373 + ], + [ + -0.122944, + 51.530605 + ], + [ + -0.122353, + 51.530641 + ], + [ + -0.12161, + 51.53066 + ], + [ + -0.121235, + 51.53064 + ], + [ + -0.121015, + 51.530614 + ], + [ + -0.120533, + 51.530517 + ], + [ + -0.119751, + 51.530331 + ], + [ + -0.11901, + 51.530098 + ], + [ + -0.118823, + 51.530014 + ], + [ + -0.116127, + 51.528482 + ], + [ + -0.113493, + 51.526872 + ], + [ + -0.112677, + 51.52626 + ], + [ + -0.111469, + 51.525557 + ], + [ + -0.110634, + 51.525038 + ], + [ + -0.108462, + 51.523598 + ], + [ + -0.107871, + 51.523257 + ], + [ + -0.107084, + 51.522698 + ], + [ + -0.106658, + 51.522446 + ], + [ + -0.106537, + 51.522331 + ], + [ + -0.1063, + 51.522018 + ], + [ + -0.105598, + 51.521217 + ], + [ + -0.10531, + 51.520939 + ], + [ + -0.104955, + 51.520478 + ], + [ + -0.10491, + 51.52042 + ], + [ + -0.10455, + 51.520124 + ], + [ + -0.104349, + 51.520006 + ], + [ + -0.10399, + 51.519846 + ], + [ + -0.103753, + 51.519772 + ], + [ + -0.103203, + 51.519653 + ], + [ + -0.102815, + 51.519609 + ], + [ + -0.102366, + 51.519613 + ], + [ + -0.101987, + 51.519656 + ], + [ + -0.101511, + 51.519759 + ], + [ + -0.10076, + 51.519978 + ], + [ + -0.100127, + 51.520095 + ], + [ + -0.099545, + 51.520144 + ], + [ + -0.097718, + 51.520215 + ], + [ + -0.097627, + 51.520218 + ], + [ + -0.09725, + 51.5202 + ], + [ + -0.096773, + 51.520138 + ], + [ + -0.090565, + 51.518617 + ], + [ + -0.0887, + 51.518193 + ], + [ + -0.088465, + 51.518155 + ], + [ + -0.083872, + 51.517427 + ], + [ + -0.083213, + 51.5173 + ], + [ + -0.082696, + 51.517221 + ], + [ + -0.08182, + 51.517087 + ], + [ + -0.080904, + 51.516905 + ], + [ + -0.079209, + 51.516374 + ], + [ + -0.078699, + 51.516181 + ], + [ + -0.077182, + 51.515338 + ], + [ + -0.076481, + 51.51492 + ], + [ + -0.076123, + 51.514642 + ], + [ + -0.076038, + 51.514516 + ], + [ + -0.076, + 51.514403 + ], + [ + -0.075812, + 51.514201 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.478171, + 51.546528 + ], + [ + -0.477295, + 51.54687 + ], + [ + -0.476757, + 51.547056 + ], + [ + -0.474746, + 51.547685 + ], + [ + -0.474203, + 51.547817 + ], + [ + -0.473568, + 51.547931 + ], + [ + -0.472612, + 51.548049 + ], + [ + -0.471872, + 51.548067 + ], + [ + -0.470002, + 51.548072 + ], + [ + -0.469477, + 51.548097 + ], + [ + -0.468971, + 51.54815 + ], + [ + -0.467688, + 51.548367 + ], + [ + -0.466332, + 51.548674 + ], + [ + -0.462765, + 51.549771 + ], + [ + -0.449991, + 51.553797 + ], + [ + -0.449364, + 51.553994 + ], + [ + -0.448606, + 51.55428 + ], + [ + -0.447702, + 51.554679 + ], + [ + -0.446929, + 51.555096 + ], + [ + -0.445953, + 51.555761 + ], + [ + -0.445332, + 51.556292 + ], + [ + -0.444901, + 51.556695 + ], + [ + -0.444682, + 51.556937 + ], + [ + -0.444284, + 51.557499 + ], + [ + -0.443706, + 51.558491 + ], + [ + -0.44353, + 51.558925 + ], + [ + -0.443402, + 51.55946 + ], + [ + -0.443169, + 51.560187 + ], + [ + -0.442922, + 51.560763 + ], + [ + -0.442294, + 51.561678 + ], + [ + -0.442054, + 51.561993 + ], + [ + -0.441822, + 51.562297 + ], + [ + -0.441035, + 51.56302 + ], + [ + -0.440495, + 51.563432 + ], + [ + -0.440061, + 51.563725 + ], + [ + -0.439671, + 51.563955 + ], + [ + -0.439209, + 51.564212 + ], + [ + -0.438592, + 51.564508 + ], + [ + -0.437907, + 51.564799 + ], + [ + -0.435907, + 51.565594 + ], + [ + -0.433442, + 51.56663 + ], + [ + -0.431738, + 51.567389 + ], + [ + -0.43016, + 51.568047 + ], + [ + -0.427404, + 51.56926 + ], + [ + -0.425056, + 51.57026 + ], + [ + -0.422994, + 51.571012 + ], + [ + -0.42261, + 51.571138 + ], + [ + -0.421978, + 51.571295 + ], + [ + -0.421435, + 51.571413 + ], + [ + -0.419865, + 51.571754 + ], + [ + -0.417799, + 51.572102 + ], + [ + -0.412406, + 51.573293 + ], + [ + -0.410937, + 51.573618 + ], + [ + -0.406322, + 51.574678 + ], + [ + -0.399333, + 51.576211 + ], + [ + -0.396907, + 51.57663 + ], + [ + -0.396505, + 51.5767 + ], + [ + -0.395201, + 51.576869 + ], + [ + -0.393067, + 51.577076 + ], + [ + -0.391254, + 51.577187 + ], + [ + -0.38948, + 51.577239 + ], + [ + -0.388124, + 51.577242 + ], + [ + -0.386302, + 51.577203 + ], + [ + -0.384647, + 51.577106 + ], + [ + -0.383398, + 51.577004 + ], + [ + -0.381802, + 51.576827 + ], + [ + -0.379548, + 51.576525 + ], + [ + -0.375028, + 51.575842 + ], + [ + -0.373849, + 51.57565 + ], + [ + -0.370937, + 51.575124 + ], + [ + -0.370856, + 51.575109 + ], + [ + -0.370274, + 51.575027 + ], + [ + -0.368944, + 51.574904 + ], + [ + -0.368399, + 51.574882 + ], + [ + -0.367378, + 51.574881 + ], + [ + -0.366544, + 51.574931 + ], + [ + -0.365438, + 51.575049 + ], + [ + -0.364491, + 51.575205 + ], + [ + -0.364001, + 51.575304 + ], + [ + -0.363468, + 51.575438 + ], + [ + -0.3624, + 51.575756 + ], + [ + -0.361358, + 51.576151 + ], + [ + -0.355436, + 51.578798 + ], + [ + -0.354098, + 51.579278 + ], + [ + -0.35309, + 51.579599 + ], + [ + -0.353082, + 51.579602 + ], + [ + -0.352279, + 51.579816 + ], + [ + -0.351621, + 51.579959 + ], + [ + -0.351003, + 51.580069 + ], + [ + -0.350296, + 51.580168 + ], + [ + -0.349593, + 51.58023 + ], + [ + -0.348964, + 51.580261 + ], + [ + -0.348182, + 51.580261 + ], + [ + -0.347481, + 51.580222 + ], + [ + -0.346615, + 51.580152 + ], + [ + -0.344951, + 51.579982 + ], + [ + -0.34385, + 51.579915 + ], + [ + -0.340696, + 51.579794 + ], + [ + -0.339444, + 51.57982 + ], + [ + -0.338822, + 51.579802 + ], + [ + -0.338502, + 51.579773 + ], + [ + -0.338193, + 51.57973 + ], + [ + -0.337558, + 51.579595 + ], + [ + -0.336948, + 51.579423 + ], + [ + -0.334511, + 51.578738 + ], + [ + -0.333768, + 51.578591 + ], + [ + -0.333164, + 51.57853 + ], + [ + -0.332687, + 51.578507 + ], + [ + -0.331442, + 51.57851 + ], + [ + -0.326821, + 51.578621 + ], + [ + -0.323753, + 51.578667 + ], + [ + -0.322225, + 51.578657 + ], + [ + -0.320185, + 51.578617 + ], + [ + -0.318706, + 51.578553 + ], + [ + -0.318219, + 51.578519 + ], + [ + -0.317777, + 51.578488 + ], + [ + -0.315844, + 51.578193 + ], + [ + -0.313468, + 51.577768 + ], + [ + -0.311436, + 51.577313 + ], + [ + -0.310424, + 51.57705 + ], + [ + -0.309275, + 51.576724 + ], + [ + -0.30768, + 51.576208 + ], + [ + -0.298725, + 51.573168 + ], + [ + -0.296132, + 51.5724 + ], + [ + -0.295213, + 51.572087 + ], + [ + -0.294147, + 51.571724 + ], + [ + -0.292329, + 51.571023 + ], + [ + -0.291136, + 51.570511 + ], + [ + -0.29009, + 51.570017 + ], + [ + -0.288369, + 51.569147 + ], + [ + -0.287832, + 51.568826 + ], + [ + -0.287168, + 51.568367 + ], + [ + -0.286778, + 51.568047 + ], + [ + -0.284868, + 51.566296 + ], + [ + -0.284, + 51.565645 + ], + [ + -0.283043, + 51.565065 + ], + [ + -0.282239, + 51.564646 + ], + [ + -0.281617, + 51.564365 + ], + [ + -0.280634, + 51.563975 + ], + [ + -0.279086, + 51.563448 + ], + [ + -0.27821, + 51.56315 + ], + [ + -0.277691, + 51.563003 + ], + [ + -0.277078, + 51.56284 + ], + [ + -0.274079, + 51.562243 + ], + [ + -0.273272, + 51.562036 + ], + [ + -0.272405, + 51.561776 + ], + [ + -0.271384, + 51.561408 + ], + [ + -0.26911, + 51.560536 + ], + [ + -0.266863, + 51.559617 + ], + [ + -0.263422, + 51.558171 + ], + [ + -0.261238, + 51.557309 + ], + [ + -0.259145, + 51.556602 + ], + [ + -0.257028, + 51.555966 + ], + [ + -0.254117, + 51.555166 + ], + [ + -0.253251, + 51.554946 + ], + [ + -0.250373, + 51.554276 + ], + [ + -0.247262, + 51.553408 + ], + [ + -0.246496, + 51.553224 + ], + [ + -0.245504, + 51.553009 + ], + [ + -0.244185, + 51.552775 + ], + [ + -0.239229, + 51.55208 + ], + [ + -0.2355, + 51.551431 + ], + [ + -0.233002, + 51.55103 + ], + [ + -0.227678, + 51.550196 + ], + [ + -0.225863, + 51.549951 + ], + [ + -0.221855, + 51.549329 + ], + [ + -0.218046, + 51.548694 + ], + [ + -0.214619, + 51.548175 + ], + [ + -0.211204, + 51.547625 + ], + [ + -0.208465, + 51.547224 + ], + [ + -0.207115, + 51.547114 + ], + [ + -0.204383, + 51.546984 + ], + [ + -0.202856, + 51.546854 + ], + [ + -0.201601, + 51.546706 + ], + [ + -0.200508, + 51.546649 + ], + [ + -0.198662, + 51.546518 + ], + [ + -0.19632, + 51.546424 + ], + [ + -0.195029, + 51.546486 + ], + [ + -0.190798, + 51.546857 + ], + [ + -0.187059, + 51.547085 + ], + [ + -0.186287, + 51.547152 + ], + [ + -0.183187, + 51.547515 + ], + [ + -0.182721, + 51.547543 + ], + [ + -0.182186, + 51.547544 + ], + [ + -0.18159, + 51.5475 + ], + [ + -0.180884, + 51.547377 + ], + [ + -0.180371, + 51.547223 + ], + [ + -0.180255, + 51.547189 + ], + [ + -0.180008, + 51.547085 + ], + [ + -0.179405, + 51.546663 + ], + [ + -0.1791, + 51.546395 + ], + [ + -0.178758, + 51.54603 + ], + [ + -0.178312, + 51.545676 + ], + [ + -0.177892, + 51.545488 + ], + [ + -0.176412, + 51.544939 + ], + [ + -0.176049, + 51.544736 + ], + [ + -0.175796, + 51.544542 + ], + [ + -0.175665, + 51.544403 + ], + [ + -0.175427, + 51.54406 + ], + [ + -0.17525, + 51.543435 + ], + [ + -0.175175, + 51.542813 + ], + [ + -0.175259, + 51.541158 + ], + [ + -0.175618, + 51.539008 + ], + [ + -0.175873, + 51.537944 + ], + [ + -0.17596, + 51.53695 + ], + [ + -0.175937, + 51.536643 + ], + [ + -0.175876, + 51.536339 + ], + [ + -0.175715, + 51.53582 + ], + [ + -0.175606, + 51.535615 + ], + [ + -0.175242, + 51.535171 + ], + [ + -0.173372, + 51.533602 + ], + [ + -0.167999, + 51.529202 + ], + [ + -0.167573, + 51.528892 + ], + [ + -0.166649, + 51.528332 + ], + [ + -0.165452, + 51.527733 + ], + [ + -0.164724, + 51.527416 + ], + [ + -0.15856, + 51.524195 + ], + [ + -0.157996, + 51.523868 + ], + [ + -0.157028, + 51.523005 + ], + [ + -0.156984, + 51.522966 + ], + [ + -0.156803, + 51.522835 + ], + [ + -0.156519, + 51.522698 + ], + [ + -0.156348, + 51.522642 + ], + [ + -0.155807, + 51.522515 + ], + [ + -0.155512, + 51.522501 + ], + [ + -0.152393, + 51.523047 + ], + [ + -0.150532, + 51.523143 + ], + [ + -0.148966, + 51.523322 + ], + [ + -0.145933, + 51.523848 + ], + [ + -0.145521, + 51.523901 + ], + [ + -0.144955, + 51.52391 + ], + [ + -0.143934, + 51.523838 + ], + [ + -0.143921, + 51.523837 + ], + [ + -0.143406, + 51.523856 + ], + [ + -0.142908, + 51.523911 + ], + [ + -0.139386, + 51.524643 + ], + [ + -0.136795, + 51.525329 + ], + [ + -0.136115, + 51.525543 + ], + [ + -0.135863, + 51.525604 + ], + [ + -0.135534, + 51.525684 + ], + [ + -0.131281, + 51.527151 + ], + [ + -0.129743, + 51.527704 + ], + [ + -0.126584, + 51.528939 + ], + [ + -0.125825, + 51.529332 + ], + [ + -0.124682, + 51.529773 + ], + [ + -0.123701, + 51.530178 + ], + [ + -0.123701, + 51.530178 + ], + [ + -0.123445, + 51.530373 + ], + [ + -0.122944, + 51.530605 + ], + [ + -0.122353, + 51.530641 + ], + [ + -0.12161, + 51.53066 + ], + [ + -0.121235, + 51.53064 + ], + [ + -0.121015, + 51.530614 + ], + [ + -0.120533, + 51.530517 + ], + [ + -0.119751, + 51.530331 + ], + [ + -0.11901, + 51.530098 + ], + [ + -0.118823, + 51.530014 + ], + [ + -0.116127, + 51.528482 + ], + [ + -0.113493, + 51.526872 + ], + [ + -0.112677, + 51.52626 + ], + [ + -0.111469, + 51.525557 + ], + [ + -0.110634, + 51.525038 + ], + [ + -0.108462, + 51.523598 + ], + [ + -0.107871, + 51.523257 + ], + [ + -0.107084, + 51.522698 + ], + [ + -0.106658, + 51.522446 + ], + [ + -0.106537, + 51.522331 + ], + [ + -0.1063, + 51.522018 + ], + [ + -0.105598, + 51.521217 + ], + [ + -0.10531, + 51.520939 + ], + [ + -0.104955, + 51.520478 + ], + [ + -0.10491, + 51.52042 + ], + [ + -0.10455, + 51.520124 + ], + [ + -0.104349, + 51.520006 + ], + [ + -0.10399, + 51.519846 + ], + [ + -0.103753, + 51.519772 + ], + [ + -0.103203, + 51.519653 + ], + [ + -0.102815, + 51.519609 + ], + [ + -0.102366, + 51.519613 + ], + [ + -0.101987, + 51.519656 + ], + [ + -0.101511, + 51.519759 + ], + [ + -0.10076, + 51.519978 + ], + [ + -0.100127, + 51.520095 + ], + [ + -0.099545, + 51.520144 + ], + [ + -0.097718, + 51.520215 + ], + [ + -0.097627, + 51.520218 + ], + [ + -0.09725, + 51.5202 + ], + [ + -0.096773, + 51.520138 + ], + [ + -0.090565, + 51.518617 + ], + [ + -0.0887, + 51.518193 + ], + [ + -0.088465, + 51.518155 + ], + [ + -0.083872, + 51.517427 + ], + [ + -0.083213, + 51.5173 + ], + [ + -0.082696, + 51.517221 + ], + [ + -0.08182, + 51.517087 + ], + [ + -0.080904, + 51.516905 + ], + [ + -0.079209, + 51.516374 + ], + [ + -0.078699, + 51.516181 + ], + [ + -0.077182, + 51.515338 + ], + [ + -0.076481, + 51.51492 + ], + [ + -0.076123, + 51.514642 + ], + [ + -0.076038, + 51.514516 + ], + [ + -0.076, + 51.514403 + ], + [ + -0.075812, + 51.514201 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.417373, + 51.657372 + ], + [ + -0.420777, + 51.655899 + ], + [ + -0.421778, + 51.655506 + ], + [ + -0.423385, + 51.65483 + ], + [ + -0.425429, + 51.654133 + ], + [ + -0.427449, + 51.653469 + ], + [ + -0.43533, + 51.650941 + ], + [ + -0.436537, + 51.650521 + ], + [ + -0.437404, + 51.650145 + ], + [ + -0.438167, + 51.649753 + ], + [ + -0.43885, + 51.649344 + ], + [ + -0.43958, + 51.648817 + ], + [ + -0.440113, + 51.648366 + ], + [ + -0.441667, + 51.647149 + ], + [ + -0.441772, + 51.647083 + ], + [ + -0.442477, + 51.646637 + ], + [ + -0.443169, + 51.646257 + ], + [ + -0.443533, + 51.646088 + ], + [ + -0.443916, + 51.64594 + ], + [ + -0.444974, + 51.645574 + ], + [ + -0.448857, + 51.644359 + ], + [ + -0.449549, + 51.644064 + ], + [ + -0.449847, + 51.643889 + ], + [ + -0.450346, + 51.643546 + ], + [ + -0.450954, + 51.642938 + ], + [ + -0.451065, + 51.642769 + ], + [ + -0.451214, + 51.642389 + ], + [ + -0.451279, + 51.642121 + ], + [ + -0.451323, + 51.64182 + ], + [ + -0.451282, + 51.641532 + ], + [ + -0.451186, + 51.641225 + ], + [ + -0.451086, + 51.64101 + ], + [ + -0.45098, + 51.640824 + ], + [ + -0.450776, + 51.640549 + ], + [ + -0.450455, + 51.640198 + ], + [ + -0.450285, + 51.640057 + ], + [ + -0.449865, + 51.639783 + ], + [ + -0.449159, + 51.639474 + ], + [ + -0.448792, + 51.639358 + ], + [ + -0.445721, + 51.638589 + ], + [ + -0.444715, + 51.638312 + ], + [ + -0.443408, + 51.637906 + ], + [ + -0.442253, + 51.637522 + ], + [ + -0.441617, + 51.637279 + ], + [ + -0.440399, + 51.636768 + ], + [ + -0.439508, + 51.636343 + ], + [ + -0.439013, + 51.636079 + ], + [ + -0.437788, + 51.635366 + ], + [ + -0.437136, + 51.63495 + ], + [ + -0.436386, + 51.63442 + ], + [ + -0.435715, + 51.6339 + ], + [ + -0.434671, + 51.632988 + ], + [ + -0.433886, + 51.632171 + ], + [ + -0.433146, + 51.631193 + ], + [ + -0.432269, + 51.62983 + ], + [ + -0.431808, + 51.629113 + ], + [ + -0.431299, + 51.62836 + ], + [ + -0.43068, + 51.627524 + ], + [ + -0.430053, + 51.626617 + ], + [ + -0.426634, + 51.621441 + ], + [ + -0.426145, + 51.620616 + ], + [ + -0.425852, + 51.620063 + ], + [ + -0.425599, + 51.619484 + ], + [ + -0.425254, + 51.618534 + ], + [ + -0.424985, + 51.617392 + ], + [ + -0.42489, + 51.616349 + ], + [ + -0.424874, + 51.615197 + ], + [ + -0.424826, + 51.614307 + ], + [ + -0.424681, + 51.613425 + ], + [ + -0.424456, + 51.612639 + ], + [ + -0.423875, + 51.611157 + ], + [ + -0.423729, + 51.610785 + ], + [ + -0.423178, + 51.609675 + ], + [ + -0.422518, + 51.608645 + ], + [ + -0.421777, + 51.607701 + ], + [ + -0.421483, + 51.607374 + ], + [ + -0.420837, + 51.606749 + ], + [ + -0.419878, + 51.605974 + ], + [ + -0.418799, + 51.605212 + ], + [ + -0.417747, + 51.604528 + ], + [ + -0.417104, + 51.604139 + ], + [ + -0.415898, + 51.603505 + ], + [ + -0.414579, + 51.60288 + ], + [ + -0.412594, + 51.601998 + ], + [ + -0.411853, + 51.601639 + ], + [ + -0.40929, + 51.600503 + ], + [ + -0.406734, + 51.599369 + ], + [ + -0.405771, + 51.598961 + ], + [ + -0.404677, + 51.598543 + ], + [ + -0.403439, + 51.598147 + ], + [ + -0.402066, + 51.597753 + ], + [ + -0.400851, + 51.597457 + ], + [ + -0.40023, + 51.597324 + ], + [ + -0.396307, + 51.596691 + ], + [ + -0.391389, + 51.59597 + ], + [ + -0.389306, + 51.595631 + ], + [ + -0.38836, + 51.595435 + ], + [ + -0.387324, + 51.595194 + ], + [ + -0.386367, + 51.594927 + ], + [ + -0.385594, + 51.594683 + ], + [ + -0.384223, + 51.594172 + ], + [ + -0.382353, + 51.593379 + ], + [ + -0.380995, + 51.592791 + ], + [ + -0.372034, + 51.588911 + ], + [ + -0.365057, + 51.585911 + ], + [ + -0.363759, + 51.585374 + ], + [ + -0.36226, + 51.584789 + ], + [ + -0.36226, + 51.584789 + ], + [ + -0.355942, + 51.582602 + ], + [ + -0.354544, + 51.582088 + ], + [ + -0.352948, + 51.581533 + ], + [ + -0.351858, + 51.581193 + ], + [ + -0.35091, + 51.58095 + ], + [ + -0.349928, + 51.580725 + ], + [ + -0.347945, + 51.580331 + ], + [ + -0.34589, + 51.580071 + ], + [ + -0.344951, + 51.579982 + ], + [ + -0.34385, + 51.579915 + ], + [ + -0.340696, + 51.579794 + ], + [ + -0.339204, + 51.579817 + ], + [ + -0.338822, + 51.579802 + ], + [ + -0.338352, + 51.579753 + ], + [ + -0.337558, + 51.579595 + ], + [ + -0.336948, + 51.579423 + ], + [ + -0.334511, + 51.578738 + ], + [ + -0.333768, + 51.578591 + ], + [ + -0.333164, + 51.57853 + ], + [ + -0.332687, + 51.578507 + ], + [ + -0.331442, + 51.57851 + ], + [ + -0.326821, + 51.578621 + ], + [ + -0.323753, + 51.578667 + ], + [ + -0.322225, + 51.578657 + ], + [ + -0.320185, + 51.578617 + ], + [ + -0.318706, + 51.578553 + ], + [ + -0.318219, + 51.578519 + ], + [ + -0.317777, + 51.578488 + ], + [ + -0.315844, + 51.578193 + ], + [ + -0.313468, + 51.577768 + ], + [ + -0.311436, + 51.577313 + ], + [ + -0.310424, + 51.57705 + ], + [ + -0.309275, + 51.576724 + ], + [ + -0.30768, + 51.576208 + ], + [ + -0.298725, + 51.573168 + ], + [ + -0.296132, + 51.5724 + ], + [ + -0.295207, + 51.572095 + ], + [ + -0.295144, + 51.572074 + ], + [ + -0.294147, + 51.571724 + ], + [ + -0.292753, + 51.571194 + ], + [ + -0.291136, + 51.570511 + ], + [ + -0.29009, + 51.570017 + ], + [ + -0.288369, + 51.569147 + ], + [ + -0.287664, + 51.568713 + ], + [ + -0.287168, + 51.568367 + ], + [ + -0.286778, + 51.568047 + ], + [ + -0.284868, + 51.566296 + ], + [ + -0.28422, + 51.565797 + ], + [ + -0.283672, + 51.56544 + ], + [ + -0.283043, + 51.565065 + ], + [ + -0.282239, + 51.564646 + ], + [ + -0.281617, + 51.564365 + ], + [ + -0.280634, + 51.563975 + ], + [ + -0.279086, + 51.563448 + ], + [ + -0.27821, + 51.56315 + ], + [ + -0.277691, + 51.563003 + ], + [ + -0.277078, + 51.56284 + ], + [ + -0.274079, + 51.562243 + ], + [ + -0.273272, + 51.562036 + ], + [ + -0.272405, + 51.561776 + ], + [ + -0.271384, + 51.561408 + ], + [ + -0.26911, + 51.560536 + ], + [ + -0.266863, + 51.559617 + ], + [ + -0.263422, + 51.558171 + ], + [ + -0.261238, + 51.557309 + ], + [ + -0.259145, + 51.556602 + ], + [ + -0.257028, + 51.555966 + ], + [ + -0.254117, + 51.555166 + ], + [ + -0.253251, + 51.554946 + ], + [ + -0.250373, + 51.554276 + ], + [ + -0.247262, + 51.553408 + ], + [ + -0.246496, + 51.553224 + ], + [ + -0.245504, + 51.553009 + ], + [ + -0.244185, + 51.552775 + ], + [ + -0.239229, + 51.55208 + ], + [ + -0.2355, + 51.551431 + ], + [ + -0.233002, + 51.55103 + ], + [ + -0.227678, + 51.550196 + ], + [ + -0.225863, + 51.549951 + ], + [ + -0.221855, + 51.549329 + ], + [ + -0.218046, + 51.548694 + ], + [ + -0.214619, + 51.548175 + ], + [ + -0.211204, + 51.547625 + ], + [ + -0.208465, + 51.547224 + ], + [ + -0.207115, + 51.547114 + ], + [ + -0.204383, + 51.546984 + ], + [ + -0.202856, + 51.546854 + ], + [ + -0.201601, + 51.546706 + ], + [ + -0.200508, + 51.546649 + ], + [ + -0.198662, + 51.546518 + ], + [ + -0.19632, + 51.546424 + ], + [ + -0.195029, + 51.546486 + ], + [ + -0.190798, + 51.546857 + ], + [ + -0.187059, + 51.547085 + ], + [ + -0.186287, + 51.547152 + ], + [ + -0.183187, + 51.547515 + ], + [ + -0.182721, + 51.547543 + ], + [ + -0.182186, + 51.547544 + ], + [ + -0.18159, + 51.5475 + ], + [ + -0.180884, + 51.547377 + ], + [ + -0.180371, + 51.547223 + ], + [ + -0.180255, + 51.547189 + ], + [ + -0.180008, + 51.547085 + ], + [ + -0.179405, + 51.546663 + ], + [ + -0.1791, + 51.546395 + ], + [ + -0.178758, + 51.54603 + ], + [ + -0.178312, + 51.545676 + ], + [ + -0.177892, + 51.545488 + ], + [ + -0.176412, + 51.544939 + ], + [ + -0.176049, + 51.544736 + ], + [ + -0.175796, + 51.544542 + ], + [ + -0.175665, + 51.544403 + ], + [ + -0.175427, + 51.54406 + ], + [ + -0.17525, + 51.543435 + ], + [ + -0.175175, + 51.542813 + ], + [ + -0.175259, + 51.541158 + ], + [ + -0.175618, + 51.539008 + ], + [ + -0.175873, + 51.537944 + ], + [ + -0.17596, + 51.53695 + ], + [ + -0.175937, + 51.536643 + ], + [ + -0.175876, + 51.536339 + ], + [ + -0.175715, + 51.53582 + ], + [ + -0.175606, + 51.535615 + ], + [ + -0.175242, + 51.535171 + ], + [ + -0.173372, + 51.533602 + ], + [ + -0.167999, + 51.529202 + ], + [ + -0.167573, + 51.528892 + ], + [ + -0.166649, + 51.528332 + ], + [ + -0.165452, + 51.527733 + ], + [ + -0.164724, + 51.527416 + ], + [ + -0.15856, + 51.524195 + ], + [ + -0.157996, + 51.523868 + ], + [ + -0.157028, + 51.523005 + ], + [ + -0.156984, + 51.522966 + ], + [ + -0.156803, + 51.522835 + ], + [ + -0.156519, + 51.522698 + ], + [ + -0.156071, + 51.522569 + ], + [ + -0.155807, + 51.522515 + ], + [ + -0.155512, + 51.522501 + ], + [ + -0.152393, + 51.523047 + ], + [ + -0.150532, + 51.523143 + ], + [ + -0.148966, + 51.523322 + ], + [ + -0.145933, + 51.523848 + ], + [ + -0.145521, + 51.523901 + ], + [ + -0.144955, + 51.52391 + ], + [ + -0.143934, + 51.523838 + ], + [ + -0.143921, + 51.523837 + ], + [ + -0.143406, + 51.523856 + ], + [ + -0.142908, + 51.523911 + ], + [ + -0.139386, + 51.524643 + ], + [ + -0.136795, + 51.525329 + ], + [ + -0.136115, + 51.525543 + ], + [ + -0.135863, + 51.525604 + ], + [ + -0.135534, + 51.525684 + ], + [ + -0.131281, + 51.527151 + ], + [ + -0.129743, + 51.527704 + ], + [ + -0.126584, + 51.528939 + ], + [ + -0.125825, + 51.529332 + ], + [ + -0.124682, + 51.529773 + ], + [ + -0.123701, + 51.530178 + ], + [ + -0.123701, + 51.530178 + ], + [ + -0.123445, + 51.530373 + ], + [ + -0.122944, + 51.530605 + ], + [ + -0.122353, + 51.530641 + ], + [ + -0.12161, + 51.53066 + ], + [ + -0.121235, + 51.53064 + ], + [ + -0.121015, + 51.530614 + ], + [ + -0.120533, + 51.530517 + ], + [ + -0.119751, + 51.530331 + ], + [ + -0.11901, + 51.530098 + ], + [ + -0.118823, + 51.530014 + ], + [ + -0.116127, + 51.528482 + ], + [ + -0.113493, + 51.526872 + ], + [ + -0.112677, + 51.52626 + ], + [ + -0.111469, + 51.525557 + ], + [ + -0.110634, + 51.525038 + ], + [ + -0.108462, + 51.523598 + ], + [ + -0.107871, + 51.523257 + ], + [ + -0.107084, + 51.522698 + ], + [ + -0.106658, + 51.522446 + ], + [ + -0.106537, + 51.522331 + ], + [ + -0.1063, + 51.522018 + ], + [ + -0.105598, + 51.521217 + ], + [ + -0.10531, + 51.520939 + ], + [ + -0.104955, + 51.520478 + ], + [ + -0.10491, + 51.52042 + ], + [ + -0.10455, + 51.520124 + ], + [ + -0.104349, + 51.520006 + ], + [ + -0.10399, + 51.519846 + ], + [ + -0.103753, + 51.519772 + ], + [ + -0.103203, + 51.519653 + ], + [ + -0.102815, + 51.519609 + ], + [ + -0.102366, + 51.519613 + ], + [ + -0.101987, + 51.519656 + ], + [ + -0.101511, + 51.519759 + ], + [ + -0.10076, + 51.519978 + ], + [ + -0.100127, + 51.520095 + ], + [ + -0.099545, + 51.520144 + ], + [ + -0.097718, + 51.520215 + ], + [ + -0.097627, + 51.520218 + ], + [ + -0.09725, + 51.5202 + ], + [ + -0.096773, + 51.520138 + ], + [ + -0.090565, + 51.518617 + ], + [ + -0.0887, + 51.518193 + ], + [ + -0.088465, + 51.518155 + ], + [ + -0.083872, + 51.517427 + ], + [ + -0.083213, + 51.5173 + ], + [ + -0.082696, + 51.517221 + ], + [ + -0.08182, + 51.517087 + ], + [ + -0.080904, + 51.516905 + ], + [ + -0.079209, + 51.516374 + ], + [ + -0.078699, + 51.516181 + ], + [ + -0.077182, + 51.515338 + ], + [ + -0.076481, + 51.51492 + ], + [ + -0.076123, + 51.514642 + ], + [ + -0.076038, + 51.514516 + ], + [ + -0.076, + 51.514403 + ], + [ + -0.075812, + 51.514201 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.607512, + 51.674065 + ], + [ + -0.603162, + 51.673421 + ], + [ + -0.599471, + 51.673142 + ], + [ + -0.595011, + 51.673042 + ], + [ + -0.591524, + 51.672907 + ], + [ + -0.589077, + 51.672834 + ], + [ + -0.586569, + 51.672669 + ], + [ + -0.581394, + 51.671897 + ], + [ + -0.572634, + 51.670199 + ], + [ + -0.567765, + 51.669341 + ], + [ + -0.560552, + 51.66799 + ], + [ + -0.559284, + 51.667753 + ], + [ + -0.556055, + 51.667183 + ], + [ + -0.554612, + 51.666979 + ], + [ + -0.55228, + 51.666864 + ], + [ + -0.548864, + 51.667002 + ], + [ + -0.545804, + 51.667167 + ], + [ + -0.542149, + 51.666904 + ], + [ + -0.539956, + 51.666473 + ], + [ + -0.537561, + 51.665739 + ], + [ + -0.535698, + 51.665072 + ], + [ + -0.533828, + 51.664121 + ], + [ + -0.523682, + 51.657503 + ], + [ + -0.518391, + 51.654203 + ], + [ + -0.518356, + 51.654181 + ], + [ + -0.516805, + 51.653366 + ], + [ + -0.515544, + 51.652786 + ], + [ + -0.513343, + 51.651969 + ], + [ + -0.511675, + 51.651507 + ], + [ + -0.5115, + 51.651422 + ], + [ + -0.510207, + 51.651082 + ], + [ + -0.507266, + 51.650557 + ], + [ + -0.501, + 51.649507 + ], + [ + -0.497034, + 51.648907 + ], + [ + -0.493904, + 51.648525 + ], + [ + -0.49251, + 51.648309 + ], + [ + -0.490291, + 51.647863 + ], + [ + -0.488475, + 51.647396 + ], + [ + -0.487483, + 51.647096 + ], + [ + -0.486816, + 51.646869 + ], + [ + -0.485567, + 51.646395 + ], + [ + -0.48491, + 51.646106 + ], + [ + -0.484192, + 51.645759 + ], + [ + -0.482864, + 51.645019 + ], + [ + -0.478761, + 51.642405 + ], + [ + -0.476855, + 51.641237 + ], + [ + -0.476008, + 51.640805 + ], + [ + -0.475057, + 51.640469 + ], + [ + -0.474239, + 51.640272 + ], + [ + -0.473737, + 51.640203 + ], + [ + -0.473583, + 51.640181 + ], + [ + -0.472662, + 51.640143 + ], + [ + -0.472015, + 51.640169 + ], + [ + -0.47129, + 51.640243 + ], + [ + -0.46928, + 51.640641 + ], + [ + -0.466086, + 51.641233 + ], + [ + -0.464597, + 51.641423 + ], + [ + -0.463643, + 51.641468 + ], + [ + -0.462882, + 51.641459 + ], + [ + -0.460873, + 51.641295 + ], + [ + -0.452608, + 51.640106 + ], + [ + -0.451498, + 51.639972 + ], + [ + -0.450459, + 51.639791 + ], + [ + -0.449832, + 51.63964 + ], + [ + -0.44849, + 51.639277 + ], + [ + -0.446516, + 51.638795 + ], + [ + -0.444715, + 51.638312 + ], + [ + -0.443408, + 51.637906 + ], + [ + -0.442253, + 51.637522 + ], + [ + -0.440982, + 51.637019 + ], + [ + -0.440399, + 51.636768 + ], + [ + -0.439508, + 51.636343 + ], + [ + -0.438275, + 51.635656 + ], + [ + -0.437136, + 51.63495 + ], + [ + -0.436386, + 51.63442 + ], + [ + -0.435715, + 51.6339 + ], + [ + -0.435194, + 51.633463 + ], + [ + -0.434379, + 51.632695 + ], + [ + -0.433886, + 51.632171 + ], + [ + -0.433489, + 51.631671 + ], + [ + -0.433146, + 51.631193 + ], + [ + -0.432265, + 51.629831 + ], + [ + -0.431565, + 51.628751 + ], + [ + -0.430435, + 51.627176 + ], + [ + -0.428725, + 51.624622 + ], + [ + -0.426634, + 51.621441 + ], + [ + -0.426145, + 51.620616 + ], + [ + -0.425852, + 51.620063 + ], + [ + -0.425599, + 51.619484 + ], + [ + -0.425254, + 51.618534 + ], + [ + -0.424985, + 51.617392 + ], + [ + -0.42489, + 51.616349 + ], + [ + -0.424844, + 51.614493 + ], + [ + -0.424787, + 51.613984 + ], + [ + -0.424681, + 51.613425 + ], + [ + -0.424456, + 51.612639 + ], + [ + -0.423884, + 51.611156 + ], + [ + -0.42388, + 51.611146 + ], + [ + -0.423571, + 51.61043 + ], + [ + -0.423178, + 51.609675 + ], + [ + -0.422518, + 51.608645 + ], + [ + -0.42204, + 51.608011 + ], + [ + -0.421483, + 51.607374 + ], + [ + -0.420837, + 51.606749 + ], + [ + -0.420536, + 51.606489 + ], + [ + -0.419626, + 51.605789 + ], + [ + -0.418799, + 51.605212 + ], + [ + -0.417747, + 51.604528 + ], + [ + -0.417104, + 51.604139 + ], + [ + -0.415898, + 51.603505 + ], + [ + -0.414579, + 51.60288 + ], + [ + -0.412594, + 51.601998 + ], + [ + -0.411853, + 51.601639 + ], + [ + -0.40929, + 51.600503 + ], + [ + -0.406734, + 51.599369 + ], + [ + -0.405771, + 51.598961 + ], + [ + -0.404677, + 51.598543 + ], + [ + -0.403439, + 51.598147 + ], + [ + -0.402066, + 51.597753 + ], + [ + -0.401437, + 51.597594 + ], + [ + -0.40023, + 51.597324 + ], + [ + -0.399752, + 51.597237 + ], + [ + -0.396307, + 51.596691 + ], + [ + -0.390216, + 51.59579 + ], + [ + -0.389306, + 51.595631 + ], + [ + -0.38836, + 51.595435 + ], + [ + -0.387324, + 51.595194 + ], + [ + -0.386367, + 51.594927 + ], + [ + -0.385594, + 51.594683 + ], + [ + -0.384223, + 51.594172 + ], + [ + -0.382353, + 51.593379 + ], + [ + -0.380995, + 51.592791 + ], + [ + -0.372034, + 51.588911 + ], + [ + -0.364346, + 51.585608 + ], + [ + -0.36226, + 51.584789 + ], + [ + -0.36226, + 51.584789 + ], + [ + -0.355942, + 51.582602 + ], + [ + -0.354544, + 51.582088 + ], + [ + -0.352948, + 51.581533 + ], + [ + -0.352245, + 51.581307 + ], + [ + -0.35091, + 51.58095 + ], + [ + -0.349928, + 51.580725 + ], + [ + -0.348456, + 51.580423 + ], + [ + -0.347945, + 51.580331 + ], + [ + -0.346457, + 51.580132 + ], + [ + -0.344951, + 51.579982 + ], + [ + -0.34385, + 51.579915 + ], + [ + -0.340696, + 51.579794 + ], + [ + -0.339204, + 51.579817 + ], + [ + -0.338822, + 51.579802 + ], + [ + -0.338193, + 51.57973 + ], + [ + -0.337558, + 51.579595 + ], + [ + -0.336948, + 51.579423 + ], + [ + -0.334511, + 51.578738 + ], + [ + -0.334178, + 51.578664 + ], + [ + -0.333647, + 51.578577 + ], + [ + -0.333164, + 51.57853 + ], + [ + -0.332126, + 51.578502 + ], + [ + -0.326821, + 51.578621 + ], + [ + -0.323753, + 51.578667 + ], + [ + -0.321196, + 51.578641 + ], + [ + -0.319664, + 51.578598 + ], + [ + -0.318706, + 51.578553 + ], + [ + -0.318219, + 51.578519 + ], + [ + -0.317777, + 51.578488 + ], + [ + -0.317309, + 51.578426 + ], + [ + -0.315844, + 51.578193 + ], + [ + -0.314354, + 51.577931 + ], + [ + -0.313468, + 51.577768 + ], + [ + -0.312513, + 51.577564 + ], + [ + -0.311436, + 51.577313 + ], + [ + -0.310424, + 51.57705 + ], + [ + -0.309275, + 51.576724 + ], + [ + -0.30768, + 51.576208 + ], + [ + -0.298725, + 51.573168 + ], + [ + -0.296132, + 51.5724 + ], + [ + -0.295207, + 51.572095 + ], + [ + -0.295144, + 51.572074 + ], + [ + -0.294147, + 51.571724 + ], + [ + -0.292753, + 51.571194 + ], + [ + -0.291136, + 51.570511 + ], + [ + -0.29009, + 51.570017 + ], + [ + -0.288369, + 51.569147 + ], + [ + -0.287664, + 51.568713 + ], + [ + -0.287168, + 51.568367 + ], + [ + -0.286778, + 51.568047 + ], + [ + -0.284868, + 51.566296 + ], + [ + -0.28422, + 51.565797 + ], + [ + -0.283672, + 51.56544 + ], + [ + -0.283043, + 51.565065 + ], + [ + -0.282239, + 51.564646 + ], + [ + -0.281617, + 51.564365 + ], + [ + -0.280634, + 51.563975 + ], + [ + -0.279086, + 51.563448 + ], + [ + -0.27821, + 51.56315 + ], + [ + -0.277691, + 51.563003 + ], + [ + -0.277078, + 51.56284 + ], + [ + -0.274079, + 51.562243 + ], + [ + -0.273272, + 51.562036 + ], + [ + -0.272405, + 51.561776 + ], + [ + -0.271384, + 51.561408 + ], + [ + -0.26911, + 51.560536 + ], + [ + -0.266863, + 51.559617 + ], + [ + -0.263422, + 51.558171 + ], + [ + -0.261238, + 51.557309 + ], + [ + -0.259145, + 51.556602 + ], + [ + -0.257028, + 51.555966 + ], + [ + -0.254117, + 51.555166 + ], + [ + -0.253251, + 51.554946 + ], + [ + -0.250373, + 51.554276 + ], + [ + -0.247262, + 51.553408 + ], + [ + -0.245504, + 51.553009 + ], + [ + -0.244185, + 51.552775 + ], + [ + -0.239229, + 51.55208 + ], + [ + -0.2355, + 51.551431 + ], + [ + -0.233002, + 51.55103 + ], + [ + -0.227678, + 51.550196 + ], + [ + -0.225863, + 51.549951 + ], + [ + -0.221855, + 51.549329 + ], + [ + -0.218046, + 51.548694 + ], + [ + -0.214619, + 51.548175 + ], + [ + -0.211204, + 51.547625 + ], + [ + -0.208465, + 51.547224 + ], + [ + -0.207115, + 51.547114 + ], + [ + -0.204383, + 51.546984 + ], + [ + -0.202856, + 51.546854 + ], + [ + -0.201601, + 51.546706 + ], + [ + -0.200508, + 51.546649 + ], + [ + -0.198662, + 51.546518 + ], + [ + -0.19632, + 51.546424 + ], + [ + -0.195029, + 51.546486 + ], + [ + -0.190798, + 51.546857 + ], + [ + -0.187059, + 51.547085 + ], + [ + -0.186287, + 51.547152 + ], + [ + -0.183187, + 51.547515 + ], + [ + -0.182614, + 51.547545 + ], + [ + -0.182186, + 51.547544 + ], + [ + -0.181801, + 51.547522 + ], + [ + -0.18159, + 51.5475 + ], + [ + -0.180884, + 51.547377 + ], + [ + -0.180371, + 51.547223 + ], + [ + -0.180255, + 51.547189 + ], + [ + -0.180008, + 51.547085 + ], + [ + -0.179244, + 51.546533 + ], + [ + -0.178758, + 51.54603 + ], + [ + -0.178413, + 51.54574 + ], + [ + -0.178187, + 51.545607 + ], + [ + -0.176412, + 51.544939 + ], + [ + -0.176202, + 51.544833 + ], + [ + -0.175796, + 51.544542 + ], + [ + -0.175665, + 51.544403 + ], + [ + -0.175427, + 51.54406 + ], + [ + -0.17525, + 51.543435 + ], + [ + -0.175175, + 51.542813 + ], + [ + -0.175259, + 51.541158 + ], + [ + -0.175618, + 51.539008 + ], + [ + -0.175873, + 51.537944 + ], + [ + -0.17596, + 51.53695 + ], + [ + -0.175937, + 51.536643 + ], + [ + -0.175876, + 51.536339 + ], + [ + -0.175715, + 51.53582 + ], + [ + -0.175606, + 51.535615 + ], + [ + -0.175242, + 51.535171 + ], + [ + -0.173372, + 51.533602 + ], + [ + -0.167999, + 51.529202 + ], + [ + -0.167573, + 51.528892 + ], + [ + -0.166649, + 51.528332 + ], + [ + -0.165452, + 51.527733 + ], + [ + -0.164724, + 51.527416 + ], + [ + -0.15856, + 51.524195 + ], + [ + -0.157996, + 51.523868 + ], + [ + -0.157028, + 51.523005 + ], + [ + -0.156984, + 51.522966 + ], + [ + -0.156803, + 51.522835 + ], + [ + -0.156519, + 51.522698 + ], + [ + -0.156071, + 51.522569 + ], + [ + -0.155807, + 51.522515 + ], + [ + -0.155512, + 51.522501 + ], + [ + -0.152393, + 51.523047 + ], + [ + -0.150532, + 51.523143 + ], + [ + -0.148966, + 51.523322 + ], + [ + -0.145933, + 51.523848 + ], + [ + -0.145521, + 51.523901 + ], + [ + -0.144955, + 51.52391 + ], + [ + -0.143934, + 51.523838 + ], + [ + -0.143921, + 51.523837 + ], + [ + -0.143406, + 51.523856 + ], + [ + -0.142908, + 51.523911 + ], + [ + -0.139386, + 51.524643 + ], + [ + -0.136795, + 51.525329 + ], + [ + -0.136115, + 51.525543 + ], + [ + -0.135863, + 51.525604 + ], + [ + -0.135534, + 51.525684 + ], + [ + -0.131281, + 51.527151 + ], + [ + -0.129743, + 51.527704 + ], + [ + -0.126584, + 51.528939 + ], + [ + -0.125825, + 51.529332 + ], + [ + -0.124682, + 51.529773 + ], + [ + -0.123701, + 51.530178 + ], + [ + -0.123701, + 51.530178 + ], + [ + -0.123445, + 51.530373 + ], + [ + -0.122944, + 51.530605 + ], + [ + -0.122353, + 51.530641 + ], + [ + -0.12161, + 51.53066 + ], + [ + -0.121235, + 51.53064 + ], + [ + -0.121015, + 51.530614 + ], + [ + -0.120533, + 51.530517 + ], + [ + -0.119751, + 51.530331 + ], + [ + -0.11901, + 51.530098 + ], + [ + -0.118823, + 51.530014 + ], + [ + -0.116127, + 51.528482 + ], + [ + -0.113493, + 51.526872 + ], + [ + -0.112677, + 51.52626 + ], + [ + -0.111469, + 51.525557 + ], + [ + -0.110634, + 51.525038 + ], + [ + -0.108462, + 51.523598 + ], + [ + -0.107871, + 51.523257 + ], + [ + -0.107084, + 51.522698 + ], + [ + -0.106658, + 51.522446 + ], + [ + -0.106537, + 51.522331 + ], + [ + -0.1063, + 51.522018 + ], + [ + -0.105598, + 51.521217 + ], + [ + -0.10531, + 51.520939 + ], + [ + -0.104955, + 51.520478 + ], + [ + -0.10491, + 51.52042 + ], + [ + -0.10455, + 51.520124 + ], + [ + -0.104349, + 51.520006 + ], + [ + -0.10399, + 51.519846 + ], + [ + -0.103753, + 51.519772 + ], + [ + -0.103203, + 51.519653 + ], + [ + -0.102815, + 51.519609 + ], + [ + -0.102366, + 51.519613 + ], + [ + -0.101987, + 51.519656 + ], + [ + -0.101511, + 51.519759 + ], + [ + -0.10076, + 51.519978 + ], + [ + -0.100127, + 51.520095 + ], + [ + -0.099545, + 51.520144 + ], + [ + -0.097718, + 51.520215 + ], + [ + -0.097627, + 51.520218 + ], + [ + -0.09725, + 51.5202 + ], + [ + -0.096773, + 51.520138 + ], + [ + -0.090565, + 51.518617 + ], + [ + -0.0887, + 51.518193 + ], + [ + -0.088465, + 51.518155 + ], + [ + -0.083872, + 51.517427 + ], + [ + -0.083213, + 51.5173 + ], + [ + -0.082696, + 51.517221 + ], + [ + -0.08182, + 51.517087 + ], + [ + -0.080904, + 51.516905 + ], + [ + -0.079209, + 51.516374 + ], + [ + -0.078699, + 51.516181 + ], + [ + -0.077182, + 51.515338 + ], + [ + -0.076481, + 51.51492 + ], + [ + -0.076123, + 51.514642 + ], + [ + -0.076038, + 51.514516 + ], + [ + -0.076, + 51.514403 + ], + [ + -0.075812, + 51.514201 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.003375, + 51.540892 + ], + [ + -0.001681, + 51.538871 + ], + [ + -0.001488, + 51.538606 + ], + [ + -0.001127, + 51.538268 + ], + [ + -0.000338, + 51.537699 + ], + [ + 0.0001, + 51.53733 + ], + [ + 0.000468, + 51.536984 + ], + [ + 0.000608, + 51.536812 + ], + [ + 0.00149, + 51.535575 + ], + [ + 0.001754, + 51.535168 + ], + [ + 0.001906, + 51.534905 + ], + [ + 0.002394, + 51.533856 + ], + [ + 0.002615, + 51.533499 + ], + [ + 0.003625, + 51.532271 + ], + [ + 0.00404, + 51.5316 + ], + [ + 0.004202, + 51.531235 + ], + [ + 0.004274, + 51.530891 + ], + [ + 0.004277, + 51.530602 + ], + [ + 0.004055, + 51.529676 + ], + [ + 0.004109, + 51.529207 + ], + [ + 0.004368, + 51.528478 + ], + [ + 0.00442, + 51.528144 + ], + [ + 0.004426, + 51.52811 + ], + [ + 0.00452, + 51.52553 + ], + [ + 0.004287, + 51.522852 + ], + [ + 0.004143, + 51.521952 + ], + [ + 0.004098, + 51.521362 + ], + [ + 0.004248, + 51.519953 + ], + [ + 0.004418, + 51.519178 + ], + [ + 0.00465, + 51.518472 + ], + [ + 0.004753, + 51.518191 + ], + [ + 0.005158, + 51.51735 + ], + [ + 0.005628, + 51.516629 + ], + [ + 0.006296, + 51.515757 + ], + [ + 0.007033, + 51.515035 + ], + [ + 0.008019, + 51.514181 + ], + [ + 0.008103, + 51.514109 + ], + [ + 0.008716, + 51.513509 + ], + [ + 0.009137, + 51.51304 + ], + [ + 0.0095, + 51.512504 + ], + [ + 0.010129, + 51.511314 + ], + [ + 0.011046, + 51.509909 + ], + [ + 0.011282, + 51.509508 + ], + [ + 0.011534, + 51.508971 + ], + [ + 0.011627, + 51.508668 + ], + [ + 0.011647, + 51.508194 + ], + [ + 0.011626, + 51.50741 + ], + [ + 0.011416, + 51.506658 + ], + [ + 0.010995, + 51.505705 + ], + [ + 0.010558, + 51.504908 + ], + [ + 0.009592, + 51.503601 + ], + [ + 0.008487, + 51.502527 + ], + [ + 0.007581, + 51.50191 + ], + [ + 0.006932, + 51.501561 + ], + [ + 0.003885, + 51.500094 + ], + [ + 0.003734, + 51.500041 + ], + [ + 0.002883, + 51.499744 + ], + [ + 0.002495, + 51.499629 + ], + [ + 0.002078, + 51.499559 + ], + [ + 0.000977, + 51.499499 + ], + [ + 0.000414, + 51.499515 + ], + [ + -0.000928, + 51.499615 + ], + [ + -0.002503, + 51.499876 + ], + [ + -0.004933, + 51.500389 + ], + [ + -0.006454, + 51.500852 + ], + [ + -0.007988, + 51.501414 + ], + [ + -0.009369, + 51.501993 + ], + [ + -0.01032, + 51.5023 + ], + [ + -0.01116, + 51.502524 + ], + [ + -0.011762, + 51.502635 + ], + [ + -0.018612, + 51.503541 + ], + [ + -0.019499, + 51.503632 + ], + [ + -0.024384, + 51.504134 + ], + [ + -0.026029, + 51.504329 + ], + [ + -0.027626, + 51.504355 + ], + [ + -0.029033, + 51.50415 + ], + [ + -0.03046, + 51.503703 + ], + [ + -0.031682, + 51.503121 + ], + [ + -0.032518, + 51.502424 + ], + [ + -0.033013, + 51.502203 + ], + [ + -0.038162, + 51.500659 + ], + [ + -0.044646, + 51.498456 + ], + [ + -0.0474, + 51.497987 + ], + [ + -0.049704, + 51.498 + ], + [ + -0.050208, + 51.498002 + ], + [ + -0.05515, + 51.497923 + ], + [ + -0.063313, + 51.497756 + ], + [ + -0.063617, + 51.497737 + ], + [ + -0.063738, + 51.49773 + ], + [ + -0.065708, + 51.497459 + ], + [ + -0.066831, + 51.497405 + ], + [ + -0.069825, + 51.497875 + ], + [ + -0.072276, + 51.49817 + ], + [ + -0.073409, + 51.498569 + ], + [ + -0.075543, + 51.499703 + ], + [ + -0.077496, + 51.500834 + ], + [ + -0.079757, + 51.502203 + ], + [ + -0.081482, + 51.503096 + ], + [ + -0.083337, + 51.504116 + ], + [ + -0.084268, + 51.50449 + ], + [ + -0.08564, + 51.504887 + ], + [ + -0.086191, + 51.504975 + ], + [ + -0.086653, + 51.504999 + ], + [ + -0.086931, + 51.505001 + ], + [ + -0.089635, + 51.50502 + ], + [ + -0.09008, + 51.504974 + ], + [ + -0.090634, + 51.504874 + ], + [ + -0.092822, + 51.504236 + ], + [ + -0.093841, + 51.504068 + ], + [ + -0.098381, + 51.503887 + ], + [ + -0.105075, + 51.504079 + ], + [ + -0.105811, + 51.5041 + ], + [ + -0.107227, + 51.504075 + ], + [ + -0.109283, + 51.503925 + ], + [ + -0.111291, + 51.503654 + ], + [ + -0.113622, + 51.503205 + ], + [ + -0.114228, + 51.503088 + ], + [ + -0.116739, + 51.502462 + ], + [ + -0.119954, + 51.501629 + ], + [ + -0.120827, + 51.501434 + ], + [ + -0.121966, + 51.501219 + ], + [ + -0.123652, + 51.500987 + ], + [ + -0.124601, + 51.500901 + ], + [ + -0.124796, + 51.500892 + ], + [ + -0.125248, + 51.500872 + ], + [ + -0.126406, + 51.500881 + ], + [ + -0.127155, + 51.50095 + ], + [ + -0.128034, + 51.501092 + ], + [ + -0.129335, + 51.501392 + ], + [ + -0.130289, + 51.501738 + ], + [ + -0.131374, + 51.502226 + ], + [ + -0.132202, + 51.50271 + ], + [ + -0.132806, + 51.503216 + ], + [ + -0.133877, + 51.504311 + ], + [ + -0.134579, + 51.504885 + ], + [ + -0.135268, + 51.505288 + ], + [ + -0.135998, + 51.505582 + ], + [ + -0.136472, + 51.505729 + ], + [ + -0.136927, + 51.505823 + ], + [ + -0.137365, + 51.505903 + ], + [ + -0.138376, + 51.506047 + ], + [ + -0.142519, + 51.506476 + ], + [ + -0.143033, + 51.506546 + ], + [ + -0.143119, + 51.506557 + ], + [ + -0.144381, + 51.506561 + ], + [ + -0.14516, + 51.506535 + ], + [ + -0.145668, + 51.506547 + ], + [ + -0.146148, + 51.506625 + ], + [ + -0.146477, + 51.506744 + ], + [ + -0.146854, + 51.506915 + ], + [ + -0.147418, + 51.507306 + ], + [ + -0.147767, + 51.507612 + ], + [ + -0.147993, + 51.507903 + ], + [ + -0.148353, + 51.508513 + ], + [ + -0.148553, + 51.508946 + ], + [ + -0.148838, + 51.50965 + ], + [ + -0.149043, + 51.510661 + ], + [ + -0.149084, + 51.511388 + ], + [ + -0.149009, + 51.514092 + ], + [ + -0.148994, + 51.514287 + ], + [ + -0.148963, + 51.51467 + ], + [ + -0.148829, + 51.515357 + ], + [ + -0.148413, + 51.516259 + ], + [ + -0.147714, + 51.517184 + ], + [ + -0.14719, + 51.517803 + ], + [ + -0.146825, + 51.518485 + ], + [ + -0.146599, + 51.519163 + ], + [ + -0.146425, + 51.520482 + ], + [ + -0.146444, + 51.521156 + ], + [ + -0.146492, + 51.5215 + ], + [ + -0.146653, + 51.522177 + ], + [ + -0.146771, + 51.522456 + ], + [ + -0.146936, + 51.522712 + ], + [ + -0.147156, + 51.522957 + ], + [ + -0.147552, + 51.523308 + ], + [ + -0.148053, + 51.523658 + ], + [ + -0.148385, + 51.523834 + ], + [ + -0.148798, + 51.524015 + ], + [ + -0.149173, + 51.52408 + ], + [ + -0.149836, + 51.524096 + ], + [ + -0.151399, + 51.523818 + ], + [ + -0.152381, + 51.523564 + ], + [ + -0.152789, + 51.523415 + ], + [ + -0.153324, + 51.523253 + ], + [ + -0.154413, + 51.522854 + ], + [ + -0.155512, + 51.522501 + ], + [ + -0.156847, + 51.522456 + ], + [ + -0.15688, + 51.522455 + ], + [ + -0.159375, + 51.522795 + ], + [ + -0.160327, + 51.522808 + ], + [ + -0.161143, + 51.522747 + ], + [ + -0.161573, + 51.522684 + ], + [ + -0.162095, + 51.52264 + ], + [ + -0.162886, + 51.522658 + ], + [ + -0.16326, + 51.522691 + ], + [ + -0.163685, + 51.522765 + ], + [ + -0.164073, + 51.522868 + ], + [ + -0.164576, + 51.523064 + ], + [ + -0.164857, + 51.523234 + ], + [ + -0.165175, + 51.523488 + ], + [ + -0.165846, + 51.524127 + ], + [ + -0.166222, + 51.524543 + ], + [ + -0.166811, + 51.525359 + ], + [ + -0.167281, + 51.526169 + ], + [ + -0.167588, + 51.526885 + ], + [ + -0.167731, + 51.527282 + ], + [ + -0.168124, + 51.528588 + ], + [ + -0.168413, + 51.529146 + ], + [ + -0.168676, + 51.529559 + ], + [ + -0.168929, + 51.529822 + ], + [ + -0.169294, + 51.530123 + ], + [ + -0.170867, + 51.531339 + ], + [ + -0.173393, + 51.533381 + ], + [ + -0.173707, + 51.533709 + ], + [ + -0.173856, + 51.533945 + ], + [ + -0.174003, + 51.534344 + ], + [ + -0.174026, + 51.534571 + ], + [ + -0.174052, + 51.534831 + ], + [ + -0.174102, + 51.537431 + ], + [ + -0.174056, + 51.538412 + ], + [ + -0.173576, + 51.541152 + ], + [ + -0.173544, + 51.541493 + ], + [ + -0.173563, + 51.54172 + ], + [ + -0.173634, + 51.542016 + ], + [ + -0.173742, + 51.542248 + ], + [ + -0.174035, + 51.542647 + ], + [ + -0.174663, + 51.543336 + ], + [ + -0.174663, + 51.543336 + ], + [ + -0.175301, + 51.544093 + ], + [ + -0.175652, + 51.544456 + ], + [ + -0.176049, + 51.544736 + ], + [ + -0.176412, + 51.544939 + ], + [ + -0.177892, + 51.545488 + ], + [ + -0.178312, + 51.545676 + ], + [ + -0.178758, + 51.54603 + ], + [ + -0.1791, + 51.546395 + ], + [ + -0.179405, + 51.546663 + ], + [ + -0.180008, + 51.547085 + ], + [ + -0.180255, + 51.547189 + ], + [ + -0.180255, + 51.547189 + ], + [ + -0.180884, + 51.547377 + ], + [ + -0.18159, + 51.5475 + ], + [ + -0.182186, + 51.547544 + ], + [ + -0.182721, + 51.547543 + ], + [ + -0.183187, + 51.547515 + ], + [ + -0.186287, + 51.547152 + ], + [ + -0.187059, + 51.547085 + ], + [ + -0.190775, + 51.546858 + ], + [ + -0.190798, + 51.546857 + ], + [ + -0.195029, + 51.546486 + ], + [ + -0.19632, + 51.546424 + ], + [ + -0.198662, + 51.546518 + ], + [ + -0.200508, + 51.546649 + ], + [ + -0.201601, + 51.546706 + ], + [ + -0.202856, + 51.546854 + ], + [ + -0.204383, + 51.546984 + ], + [ + -0.204619, + 51.546995 + ], + [ + -0.207115, + 51.547114 + ], + [ + -0.208465, + 51.547224 + ], + [ + -0.211204, + 51.547625 + ], + [ + -0.214619, + 51.548175 + ], + [ + -0.218046, + 51.548694 + ], + [ + -0.221855, + 51.549329 + ], + [ + -0.22237, + 51.549409 + ], + [ + -0.225863, + 51.549951 + ], + [ + -0.227678, + 51.550196 + ], + [ + -0.233002, + 51.55103 + ], + [ + -0.2355, + 51.551431 + ], + [ + -0.238756, + 51.551997 + ], + [ + -0.239229, + 51.55208 + ], + [ + -0.243508, + 51.552676 + ], + [ + -0.244843, + 51.552882 + ], + [ + -0.246148, + 51.553146 + ], + [ + -0.247262, + 51.553408 + ], + [ + -0.249696, + 51.554087 + ], + [ + -0.250373, + 51.554276 + ], + [ + -0.253251, + 51.554946 + ], + [ + -0.254117, + 51.555166 + ], + [ + -0.257028, + 51.555966 + ], + [ + -0.259145, + 51.556602 + ], + [ + -0.261238, + 51.557309 + ], + [ + -0.263422, + 51.558171 + ], + [ + -0.266863, + 51.559617 + ], + [ + -0.26911, + 51.560536 + ], + [ + -0.271384, + 51.561408 + ], + [ + -0.272405, + 51.561776 + ], + [ + -0.273272, + 51.562036 + ], + [ + -0.274079, + 51.562243 + ], + [ + -0.277078, + 51.56284 + ], + [ + -0.277691, + 51.563003 + ], + [ + -0.27821, + 51.56315 + ], + [ + -0.279086, + 51.563448 + ], + [ + -0.280634, + 51.563975 + ], + [ + -0.281617, + 51.564365 + ], + [ + -0.282239, + 51.564646 + ], + [ + -0.283043, + 51.565065 + ], + [ + -0.284, + 51.565645 + ], + [ + -0.284868, + 51.566296 + ], + [ + -0.286778, + 51.568047 + ], + [ + -0.287168, + 51.568367 + ], + [ + -0.287919, + 51.56888 + ], + [ + -0.288382, + 51.569237 + ], + [ + -0.288786, + 51.569668 + ], + [ + -0.289537, + 51.570651 + ], + [ + -0.290188, + 51.571646 + ], + [ + -0.290402, + 51.572131 + ], + [ + -0.290454, + 51.572362 + ], + [ + -0.290475, + 51.572642 + ], + [ + -0.290442, + 51.572987 + ], + [ + -0.290281, + 51.57347 + ], + [ + -0.29004, + 51.57385 + ], + [ + -0.289741, + 51.574177 + ], + [ + -0.289398, + 51.574447 + ], + [ + -0.289139, + 51.574613 + ], + [ + -0.288571, + 51.574922 + ], + [ + -0.283351, + 51.577554 + ], + [ + -0.28236, + 51.57808 + ], + [ + -0.28176, + 51.57848 + ], + [ + -0.281187, + 51.578938 + ], + [ + -0.280898, + 51.579205 + ], + [ + -0.280423, + 51.579753 + ], + [ + -0.280153, + 51.580136 + ], + [ + -0.279895, + 51.580602 + ], + [ + -0.279693, + 51.581107 + ], + [ + -0.278745, + 51.584265 + ], + [ + -0.278395, + 51.585432 + ], + [ + -0.2783, + 51.586237 + ], + [ + -0.278445, + 51.586994 + ], + [ + -0.278678, + 51.587739 + ], + [ + -0.278836, + 51.58816 + ], + [ + -0.279053, + 51.58857 + ], + [ + -0.279572, + 51.58926 + ], + [ + -0.281901, + 51.591738 + ], + [ + -0.282591, + 51.592341 + ], + [ + -0.283388, + 51.592877 + ], + [ + -0.284401, + 51.593401 + ], + [ + -0.286189, + 51.594173 + ], + [ + -0.288133, + 51.595011 + ], + [ + -0.288849, + 51.595372 + ], + [ + -0.289669, + 51.5959 + ], + [ + -0.290108, + 51.596244 + ], + [ + -0.29051, + 51.596635 + ], + [ + -0.290971, + 51.597151 + ], + [ + -0.291234, + 51.597507 + ], + [ + -0.291479, + 51.59793 + ], + [ + -0.291838, + 51.598807 + ], + [ + -0.292989, + 51.602426 + ], + [ + -0.294734, + 51.60775 + ], + [ + -0.294987, + 51.608523 + ], + [ + -0.295297, + 51.609252 + ], + [ + -0.295593, + 51.60978 + ], + [ + -0.295968, + 51.610329 + ], + [ + -0.300248, + 51.615894 + ], + [ + -0.301858, + 51.617964 + ], + [ + -0.302475, + 51.618682 + ], + [ + -0.302643, + 51.618903 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.081196, + 51.539517 + ], + [ + 0.078939, + 51.540657 + ], + [ + 0.077788, + 51.541171 + ], + [ + 0.076482, + 51.541803 + ], + [ + 0.074725, + 51.542547 + ], + [ + 0.073603, + 51.542936 + ], + [ + 0.072557, + 51.543205 + ], + [ + 0.069987, + 51.543678 + ], + [ + 0.068925, + 51.543947 + ], + [ + 0.068188, + 51.544109 + ], + [ + 0.06699, + 51.544429 + ], + [ + 0.066339, + 51.544567 + ], + [ + 0.065737, + 51.544651 + ], + [ + 0.065021, + 51.544692 + ], + [ + 0.064358, + 51.544671 + ], + [ + 0.063569, + 51.544583 + ], + [ + 0.062688, + 51.544401 + ], + [ + 0.06223, + 51.544262 + ], + [ + 0.061834, + 51.544118 + ], + [ + 0.061444, + 51.543948 + ], + [ + 0.060928, + 51.543684 + ], + [ + 0.060257, + 51.543166 + ], + [ + 0.059489, + 51.542414 + ], + [ + 0.059157, + 51.542126 + ], + [ + 0.058511, + 51.541706 + ], + [ + 0.057968, + 51.541435 + ], + [ + 0.056684, + 51.540842 + ], + [ + 0.055524, + 51.540375 + ], + [ + 0.054505, + 51.540019 + ], + [ + 0.053323, + 51.539636 + ], + [ + 0.052011, + 51.539243 + ], + [ + 0.051374, + 51.539084 + ], + [ + 0.050159, + 51.538781 + ], + [ + 0.045229, + 51.537689 + ], + [ + 0.036701, + 51.535718 + ], + [ + 0.035183, + 51.535399 + ], + [ + 0.035085, + 51.535378 + ], + [ + 0.032587, + 51.534804 + ], + [ + 0.031123, + 51.534444 + ], + [ + 0.024891, + 51.533027 + ], + [ + 0.018528, + 51.531551 + ], + [ + 0.017718, + 51.531403 + ], + [ + 0.017634, + 51.531388 + ], + [ + 0.016571, + 51.531157 + ], + [ + 0.015138, + 51.530794 + ], + [ + 0.013802, + 51.530484 + ], + [ + 0.011576, + 51.529999 + ], + [ + 0.007501, + 51.529077 + ], + [ + 0.00493, + 51.528477 + ], + [ + 0.00493, + 51.528477 + ], + [ + 0.003577, + 51.528111 + ], + [ + 0.001871, + 51.527687 + ], + [ + -0.004799, + 51.526136 + ], + [ + -0.006144, + 51.525842 + ], + [ + -0.008101, + 51.525341 + ], + [ + -0.008818, + 51.525178 + ], + [ + -0.00975, + 51.524988 + ], + [ + -0.011585, + 51.524737 + ], + [ + -0.011585, + 51.524737 + ], + [ + -0.012424, + 51.524641 + ], + [ + -0.01423, + 51.524479 + ], + [ + -0.014946, + 51.524474 + ], + [ + -0.016196, + 51.524508 + ], + [ + -0.019272, + 51.5246 + ], + [ + -0.019739, + 51.524633 + ], + [ + -0.020222, + 51.524734 + ], + [ + -0.020623, + 51.524891 + ], + [ + -0.023582, + 51.526456 + ], + [ + -0.023991, + 51.526649 + ], + [ + -0.024315, + 51.526755 + ], + [ + -0.02461, + 51.526832 + ], + [ + -0.0248, + 51.526861 + ], + [ + -0.025131, + 51.526912 + ], + [ + -0.025712, + 51.526908 + ], + [ + -0.026527, + 51.5268 + ], + [ + -0.033445, + 51.525356 + ], + [ + -0.033445, + 51.525356 + ], + [ + -0.035338, + 51.524877 + ], + [ + -0.037412, + 51.524101 + ], + [ + -0.038754, + 51.523311 + ], + [ + -0.040956, + 51.522592 + ], + [ + -0.042294, + 51.522335 + ], + [ + -0.044046, + 51.522175 + ], + [ + -0.045445, + 51.521993 + ], + [ + -0.04639, + 51.521788 + ], + [ + -0.046728, + 51.521715 + ], + [ + -0.051392, + 51.520844 + ], + [ + -0.056634, + 51.519924 + ], + [ + -0.057864, + 51.519659 + ], + [ + -0.058193, + 51.519652 + ], + [ + -0.059318, + 51.519792 + ], + [ + -0.059767, + 51.519805 + ], + [ + -0.060055, + 51.519781 + ], + [ + -0.060314, + 51.51976 + ], + [ + -0.060593, + 51.519716 + ], + [ + -0.060984, + 51.519619 + ], + [ + -0.061636, + 51.519443 + ], + [ + -0.062047, + 51.519277 + ], + [ + -0.062589, + 51.518981 + ], + [ + -0.062838, + 51.518813 + ], + [ + -0.063119, + 51.518545 + ], + [ + -0.063372, + 51.518428 + ], + [ + -0.065037, + 51.517919 + ], + [ + -0.067805, + 51.516877 + ], + [ + -0.071877, + 51.515147 + ], + [ + -0.072135, + 51.515059 + ], + [ + -0.073644, + 51.514546 + ], + [ + -0.073918, + 51.51451 + ], + [ + -0.075057, + 51.514509 + ], + [ + -0.075519, + 51.514539 + ], + [ + -0.075869, + 51.514613 + ], + [ + -0.076222, + 51.514766 + ], + [ + -0.076881, + 51.515143 + ], + [ + -0.077182, + 51.515338 + ], + [ + -0.078699, + 51.516181 + ], + [ + -0.079209, + 51.516374 + ], + [ + -0.080904, + 51.516905 + ], + [ + -0.08182, + 51.517087 + ], + [ + -0.082696, + 51.517221 + ], + [ + -0.083213, + 51.5173 + ], + [ + -0.083872, + 51.517427 + ], + [ + -0.088465, + 51.518155 + ], + [ + -0.0887, + 51.518193 + ], + [ + -0.090565, + 51.518617 + ], + [ + -0.096773, + 51.520138 + ], + [ + -0.09725, + 51.5202 + ], + [ + -0.097627, + 51.520218 + ], + [ + -0.097627, + 51.520218 + ], + [ + -0.099545, + 51.520144 + ], + [ + -0.100127, + 51.520095 + ], + [ + -0.10076, + 51.519978 + ], + [ + -0.101511, + 51.519759 + ], + [ + -0.101987, + 51.519656 + ], + [ + -0.102366, + 51.519613 + ], + [ + -0.102815, + 51.519609 + ], + [ + -0.103203, + 51.519653 + ], + [ + -0.103753, + 51.519772 + ], + [ + -0.10399, + 51.519846 + ], + [ + -0.104349, + 51.520006 + ], + [ + -0.10455, + 51.520124 + ], + [ + -0.10491, + 51.52042 + ], + [ + -0.10491, + 51.52042 + ], + [ + -0.10531, + 51.520939 + ], + [ + -0.105598, + 51.521217 + ], + [ + -0.1063, + 51.522018 + ], + [ + -0.106537, + 51.522331 + ], + [ + -0.106658, + 51.522446 + ], + [ + -0.107084, + 51.522698 + ], + [ + -0.107871, + 51.523257 + ], + [ + -0.108462, + 51.523598 + ], + [ + -0.110634, + 51.525038 + ], + [ + -0.111469, + 51.525557 + ], + [ + -0.112677, + 51.52626 + ], + [ + -0.113493, + 51.526872 + ], + [ + -0.116127, + 51.528482 + ], + [ + -0.118823, + 51.530014 + ], + [ + -0.11901, + 51.530098 + ], + [ + -0.119751, + 51.530331 + ], + [ + -0.12079, + 51.530571 + ], + [ + -0.12138, + 51.530655 + ], + [ + -0.122095, + 51.53065 + ], + [ + -0.122944, + 51.530605 + ], + [ + -0.123445, + 51.530373 + ], + [ + -0.123592, + 51.530261 + ], + [ + -0.123701, + 51.530178 + ], + [ + -0.124682, + 51.529773 + ], + [ + -0.125825, + 51.529332 + ], + [ + -0.126584, + 51.528939 + ], + [ + -0.129743, + 51.527704 + ], + [ + -0.131281, + 51.527151 + ], + [ + -0.135534, + 51.525684 + ], + [ + -0.135863, + 51.525604 + ], + [ + -0.136115, + 51.525543 + ], + [ + -0.136795, + 51.525329 + ], + [ + -0.139386, + 51.524643 + ], + [ + -0.142908, + 51.523911 + ], + [ + -0.143406, + 51.523856 + ], + [ + -0.143921, + 51.523837 + ], + [ + -0.143921, + 51.523837 + ], + [ + -0.144955, + 51.52391 + ], + [ + -0.145521, + 51.523901 + ], + [ + -0.145933, + 51.523848 + ], + [ + -0.148966, + 51.523322 + ], + [ + -0.150532, + 51.523143 + ], + [ + -0.152393, + 51.523047 + ], + [ + -0.156563, + 51.522316 + ], + [ + -0.157492, + 51.522153 + ], + [ + -0.163689, + 51.520975 + ], + [ + -0.165003, + 51.520752 + ], + [ + -0.165603, + 51.520601 + ], + [ + -0.167288, + 51.520047 + ], + [ + -0.167652, + 51.519906 + ], + [ + -0.168382, + 51.519623 + ], + [ + -0.17075, + 51.518298 + ], + [ + -0.171232, + 51.518178 + ], + [ + -0.175535, + 51.517464 + ], + [ + -0.175684, + 51.517454 + ], + [ + -0.176079, + 51.517473 + ], + [ + -0.176671, + 51.517629 + ], + [ + -0.176891, + 51.517702 + ], + [ + -0.177273, + 51.517926 + ], + [ + -0.177616, + 51.518171 + ], + [ + -0.177785, + 51.518236 + ], + [ + -0.178062, + 51.518308 + ], + [ + -0.17879, + 51.518498 + ], + [ + -0.179219, + 51.51863 + ], + [ + -0.179533, + 51.518679 + ], + [ + -0.179868, + 51.518688 + ], + [ + -0.181052, + 51.518653 + ], + [ + -0.183819, + 51.518858 + ], + [ + -0.184716, + 51.518882 + ], + [ + -0.185658, + 51.518882 + ], + [ + -0.186877, + 51.518955 + ], + [ + -0.188216, + 51.519078 + ], + [ + -0.190247, + 51.519263 + ], + [ + -0.193524, + 51.519596 + ], + [ + -0.195206, + 51.519676 + ], + [ + -0.195868, + 51.519755 + ], + [ + -0.197529, + 51.520094 + ], + [ + -0.198576, + 51.520325 + ], + [ + -0.200317, + 51.520758 + ], + [ + -0.200906, + 51.520879 + ], + [ + -0.200963, + 51.520891 + ], + [ + -0.201508, + 51.520949 + ], + [ + -0.201871, + 51.520959 + ], + [ + -0.202282, + 51.520947 + ], + [ + -0.202724, + 51.520905 + ], + [ + -0.203208, + 51.520812 + ], + [ + -0.20392, + 51.520594 + ], + [ + -0.204515, + 51.520301 + ], + [ + -0.205138, + 51.519878 + ], + [ + -0.206086, + 51.519117 + ], + [ + -0.206653, + 51.518715 + ], + [ + -0.207367, + 51.518323 + ], + [ + -0.208001, + 51.51804 + ], + [ + -0.208523, + 51.517861 + ], + [ + -0.209327, + 51.517638 + ], + [ + -0.210916, + 51.51728 + ], + [ + -0.211743, + 51.517094 + ], + [ + -0.21236, + 51.516927 + ], + [ + -0.212857, + 51.516752 + ], + [ + -0.213283, + 51.516574 + ], + [ + -0.213859, + 51.516293 + ], + [ + -0.214317, + 51.516036 + ], + [ + -0.214708, + 51.515787 + ], + [ + -0.217742, + 51.513525 + ], + [ + -0.219815, + 51.511979 + ], + [ + -0.220503, + 51.51157 + ], + [ + -0.221105, + 51.511277 + ], + [ + -0.222643, + 51.510644 + ], + [ + -0.223396, + 51.51026 + ], + [ + -0.224147, + 51.509785 + ], + [ + -0.224242, + 51.509725 + ], + [ + -0.224869, + 51.509177 + ], + [ + -0.22517, + 51.50887 + ], + [ + -0.225441, + 51.508528 + ], + [ + -0.225736, + 51.508059 + ], + [ + -0.225952, + 51.50759 + ], + [ + -0.226047, + 51.507295 + ], + [ + -0.226421, + 51.505571 + ], + [ + -0.22673, + 51.504149 + ], + [ + -0.226811, + 51.503531 + ], + [ + -0.226826, + 51.503093 + ], + [ + -0.226794, + 51.502617 + ], + [ + -0.226739, + 51.502276 + ], + [ + -0.226674, + 51.501958 + ], + [ + -0.225083, + 51.494096 + ] + ] + }, + "properties": { + "line": "HammersmithAndCity", + "name": "Hammersmith & City", + "color": "#D799AF", + "order": 6 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.1212, + 51.491075 + ], + [ + 0.090744, + 51.490269 + ], + [ + 0.087783, + 51.490442 + ], + [ + 0.084264, + 51.49079 + ], + [ + 0.082676, + 51.491003 + ], + [ + 0.080488, + 51.491137 + ], + [ + 0.079136, + 51.491284 + ], + [ + 0.077527, + 51.491257 + ], + [ + 0.076218, + 51.491177 + ], + [ + 0.074179, + 51.491217 + ], + [ + 0.071779, + 51.491694 + ], + [ + 0.071154, + 51.491818 + ], + [ + 0.06963, + 51.492152 + ], + [ + 0.068214, + 51.492633 + ], + [ + 0.066648, + 51.493582 + ], + [ + 0.065725, + 51.494971 + ], + [ + 0.065382, + 51.49608 + ], + [ + 0.064974, + 51.497109 + ], + [ + 0.063665, + 51.498591 + ], + [ + 0.061626, + 51.49978 + ], + [ + 0.058537, + 51.500381 + ], + [ + 0.053558, + 51.501063 + ], + [ + 0.047228, + 51.501824 + ], + [ + 0.044181, + 51.502572 + ], + [ + 0.042658, + 51.503373 + ], + [ + 0.041478, + 51.504362 + ], + [ + 0.040748, + 51.505657 + ], + [ + 0.039954, + 51.506926 + ], + [ + 0.038903, + 51.507874 + ], + [ + 0.037873, + 51.508649 + ], + [ + 0.036049, + 51.50921 + ], + [ + 0.033946, + 51.509611 + ], + [ + 0.032015, + 51.509864 + ], + [ + 0.028517, + 51.509864 + ], + [ + 0.026349, + 51.50982 + ], + [ + 0.023968, + 51.509771 + ], + [ + 0.020814, + 51.509637 + ], + [ + 0.018089, + 51.50933 + ], + [ + 0.016587, + 51.509116 + ], + [ + 0.014291, + 51.50905 + ], + [ + 0.012596, + 51.50941 + ], + [ + 0.010707, + 51.510038 + ], + [ + 0.009677, + 51.510358 + ], + [ + 0.008261, + 51.510612 + ], + [ + 0.006351, + 51.510625 + ], + [ + 0.004034, + 51.510278 + ], + [ + 0.001674, + 51.509878 + ], + [ + -0.000923, + 51.509357 + ], + [ + -0.007381, + 51.506859 + ], + [ + -0.010321, + 51.505911 + ], + [ + -0.012553, + 51.505671 + ], + [ + -0.01693, + 51.506071 + ], + [ + -0.017484, + 51.50613 + ], + [ + -0.021715, + 51.506579 + ], + [ + -0.024741, + 51.506966 + ], + [ + -0.026393, + 51.507514 + ], + [ + -0.027745, + 51.508369 + ], + [ + -0.030663, + 51.510545 + ], + [ + -0.031993, + 51.511333 + ], + [ + -0.033388, + 51.511814 + ], + [ + -0.035384, + 51.512121 + ], + [ + -0.037487, + 51.512735 + ], + [ + -0.039353, + 51.513697 + ], + [ + -0.040555, + 51.514859 + ], + [ + -0.042078, + 51.516167 + ], + [ + -0.044332, + 51.517369 + ], + [ + -0.049374, + 51.519198 + ], + [ + -0.05167, + 51.519946 + ], + [ + -0.054224, + 51.52032 + ], + [ + -0.059958, + 51.51939 + ], + [ + -0.061407, + 51.519154 + ], + [ + -0.067269, + 51.519845 + ], + [ + -0.071883, + 51.519973 + ], + [ + -0.073192, + 51.519813 + ], + [ + -0.074673, + 51.519545 + ], + [ + -0.076132, + 51.519025 + ], + [ + -0.077801, + 51.518326 + ], + [ + -0.079445, + 51.517535 + ], + [ + -0.080311, + 51.517309 + ], + [ + -0.081767, + 51.517259 + ], + [ + -0.083012, + 51.517452 + ], + [ + -0.08306, + 51.51746 + ], + [ + -0.087968, + 51.5181 + ], + [ + -0.095551, + 51.519906 + ], + [ + -0.096602, + 51.520106 + ], + [ + -0.097589, + 51.520186 + ], + [ + -0.099755, + 51.520234 + ], + [ + -0.101977, + 51.520108 + ], + [ + -0.10332, + 51.519945 + ], + [ + -0.10455, + 51.51987 + ], + [ + -0.10455, + 51.51987 + ], + [ + -0.10696, + 51.519518 + ], + [ + -0.107713, + 51.519456 + ], + [ + -0.10937, + 51.519425 + ], + [ + -0.110378, + 51.519519 + ], + [ + -0.111322, + 51.519706 + ], + [ + -0.112438, + 51.519879 + ], + [ + -0.113811, + 51.520026 + ], + [ + -0.114799, + 51.519999 + ], + [ + -0.116, + 51.519813 + ], + [ + -0.117009, + 51.519545 + ], + [ + -0.117655, + 51.519449 + ], + [ + -0.118308, + 51.519236 + ], + [ + -0.119688, + 51.518684 + ], + [ + -0.121697, + 51.517793 + ], + [ + -0.121935, + 51.517667 + ], + [ + -0.122688, + 51.517391 + ], + [ + -0.125324, + 51.517002 + ], + [ + -0.127157, + 51.516788 + ], + [ + -0.130433, + 51.516261 + ], + [ + -0.130874, + 51.516225 + ], + [ + -0.134726, + 51.51591 + ], + [ + -0.138417, + 51.515546 + ], + [ + -0.140977, + 51.515169 + ], + [ + -0.144379, + 51.514592 + ], + [ + -0.148258, + 51.514278 + ], + [ + -0.149582, + 51.514104 + ], + [ + -0.152475, + 51.513726 + ], + [ + -0.160074, + 51.51156 + ], + [ + -0.161533, + 51.51132 + ], + [ + -0.162907, + 51.51112 + ], + [ + -0.164516, + 51.511066 + ], + [ + -0.166447, + 51.511093 + ], + [ + -0.168056, + 51.51128 + ], + [ + -0.16958, + 51.511654 + ], + [ + -0.171318, + 51.512201 + ], + [ + -0.172691, + 51.512789 + ], + [ + -0.174405, + 51.513977 + ], + [ + -0.177105, + 51.515894 + ], + [ + -0.179338, + 51.517479 + ], + [ + -0.182261, + 51.518744 + ], + [ + -0.18342, + 51.518998 + ], + [ + -0.184493, + 51.519132 + ], + [ + -0.18621, + 51.519118 + ], + [ + -0.189385, + 51.519319 + ], + [ + -0.193655, + 51.519772 + ], + [ + -0.198998, + 51.520961 + ], + [ + -0.202646, + 51.521668 + ], + [ + -0.209599, + 51.523805 + ], + [ + -0.214834, + 51.524819 + ], + [ + -0.217066, + 51.5253 + ], + [ + -0.221958, + 51.525887 + ], + [ + -0.225992, + 51.525994 + ], + [ + -0.22994, + 51.526047 + ], + [ + -0.23303, + 51.525941 + ], + [ + -0.237236, + 51.525513 + ], + [ + -0.241013, + 51.524926 + ], + [ + -0.244961, + 51.524178 + ], + [ + -0.248308, + 51.523377 + ], + [ + -0.254831, + 51.521028 + ], + [ + -0.260239, + 51.518891 + ], + [ + -0.266075, + 51.517182 + ], + [ + -0.272942, + 51.516007 + ], + [ + -0.278521, + 51.515313 + ], + [ + -0.290108, + 51.514992 + ], + [ + -0.300493, + 51.514885 + ], + [ + -0.301208, + 51.514833 + ], + [ + -0.315857, + 51.513764 + ], + [ + -0.328903, + 51.512856 + ], + [ + -0.344181, + 51.510933 + ], + [ + -0.367956, + 51.507621 + ], + [ + -0.377483, + 51.506018 + ], + [ + -0.378581, + 51.505871 + ], + [ + -0.395851, + 51.50356 + ], + [ + -0.401773, + 51.503059 + ], + [ + -0.405046, + 51.502899 + ], + [ + -0.410174, + 51.502732 + ], + [ + -0.42069, + 51.502998 + ], + [ + -0.421783, + 51.503026 + ], + [ + -0.428048, + 51.503547 + ], + [ + -0.432587, + 51.504061 + ], + [ + -0.436975, + 51.504689 + ], + [ + -0.442189, + 51.505631 + ], + [ + -0.446931, + 51.506551 + ], + [ + -0.449899, + 51.507067 + ], + [ + -0.453618, + 51.507786 + ], + [ + -0.460483, + 51.50885 + ], + [ + -0.466382, + 51.50943 + ], + [ + -0.472269, + 51.509607 + ], + [ + -0.482167, + 51.509906 + ], + [ + -0.495074, + 51.509777 + ], + [ + -0.515209, + 51.507841 + ], + [ + -0.536247, + 51.507583 + ], + [ + -0.541889, + 51.507892 + ], + [ + -0.555091, + 51.508616 + ], + [ + -0.578324, + 51.510294 + ], + [ + -0.59146, + 51.512027 + ], + [ + -0.59691, + 51.512746 + ], + [ + -0.619884, + 51.518425 + ], + [ + -0.644924, + 51.523459 + ], + [ + -0.646373, + 51.523517 + ], + [ + -0.670609, + 51.524491 + ], + [ + -0.681339, + 51.523439 + ], + [ + -0.690357, + 51.522555 + ], + [ + -0.712428, + 51.519974 + ], + [ + -0.722453, + 51.518209 + ], + [ + -0.730756, + 51.516747 + ], + [ + -0.749987, + 51.511972 + ], + [ + -0.771413, + 51.505131 + ], + [ + -0.792838, + 51.498161 + ], + [ + -0.814006, + 51.491191 + ], + [ + -0.840723, + 51.482673 + ], + [ + -0.858664, + 51.477252 + ], + [ + -0.86337, + 51.475618 + ], + [ + -0.87725, + 51.470798 + ], + [ + -0.896094, + 51.464732 + ], + [ + -0.916487, + 51.460731 + ], + [ + -0.933525, + 51.459182 + ], + [ + -0.947464, + 51.458149 + ], + [ + -0.956241, + 51.458666 + ], + [ + -0.964501, + 51.458537 + ], + [ + -0.972181, + 51.459257 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.121394, + 51.491067 + ], + [ + 0.090744, + 51.490269 + ], + [ + 0.087783, + 51.490442 + ], + [ + 0.084264, + 51.49079 + ], + [ + 0.082676, + 51.491003 + ], + [ + 0.080488, + 51.491137 + ], + [ + 0.079136, + 51.491284 + ], + [ + 0.077527, + 51.491257 + ], + [ + 0.076218, + 51.491177 + ], + [ + 0.074179, + 51.491217 + ], + [ + 0.071779, + 51.491694 + ], + [ + 0.071154, + 51.491818 + ], + [ + 0.06963, + 51.492152 + ], + [ + 0.068214, + 51.492633 + ], + [ + 0.066648, + 51.493582 + ], + [ + 0.065725, + 51.494971 + ], + [ + 0.065382, + 51.49608 + ], + [ + 0.064974, + 51.497109 + ], + [ + 0.063665, + 51.498591 + ], + [ + 0.061626, + 51.49978 + ], + [ + 0.058537, + 51.500381 + ], + [ + 0.053558, + 51.501063 + ], + [ + 0.047228, + 51.501824 + ], + [ + 0.044181, + 51.502572 + ], + [ + 0.042658, + 51.503373 + ], + [ + 0.041478, + 51.504362 + ], + [ + 0.040748, + 51.505657 + ], + [ + 0.039954, + 51.506926 + ], + [ + 0.038903, + 51.507874 + ], + [ + 0.037873, + 51.508649 + ], + [ + 0.036049, + 51.50921 + ], + [ + 0.033928, + 51.509503 + ], + [ + 0.03138, + 51.509759 + ], + [ + 0.028364, + 51.509821 + ], + [ + 0.02635, + 51.509788 + ], + [ + 0.024437, + 51.509756 + ], + [ + 0.020849, + 51.509496 + ], + [ + 0.016383, + 51.509069 + ], + [ + 0.014291, + 51.50905 + ], + [ + 0.012596, + 51.50941 + ], + [ + 0.010707, + 51.510038 + ], + [ + 0.009677, + 51.510358 + ], + [ + 0.008261, + 51.510612 + ], + [ + 0.006351, + 51.510625 + ], + [ + 0.004034, + 51.510278 + ], + [ + 0.002038, + 51.5098 + ], + [ + -0.000668, + 51.509293 + ], + [ + -0.004841, + 51.507629 + ], + [ + -0.008949, + 51.506188 + ], + [ + -0.010938, + 51.50566 + ], + [ + -0.013016, + 51.505765 + ], + [ + -0.016336, + 51.50606 + ], + [ + -0.017468, + 51.506187 + ], + [ + -0.021058, + 51.506593 + ], + [ + -0.022952, + 51.506786 + ], + [ + -0.026308, + 51.507347 + ], + [ + -0.02763, + 51.507974 + ], + [ + -0.029912, + 51.509658 + ], + [ + -0.03226, + 51.51122 + ], + [ + -0.03565, + 51.512072 + ], + [ + -0.038193, + 51.512904 + ], + [ + -0.039465, + 51.513594 + ], + [ + -0.040802, + 51.514751 + ], + [ + -0.043084, + 51.516556 + ], + [ + -0.048104, + 51.518605 + ], + [ + -0.052343, + 51.519904 + ], + [ + -0.054788, + 51.520188 + ], + [ + -0.059344, + 51.519577 + ], + [ + -0.059981, + 51.519447 + ], + [ + -0.061413, + 51.519154 + ], + [ + -0.067307, + 51.519823 + ], + [ + -0.071883, + 51.519973 + ], + [ + -0.073192, + 51.519813 + ], + [ + -0.074673, + 51.519545 + ], + [ + -0.077601, + 51.518391 + ], + [ + -0.079132, + 51.517674 + ], + [ + -0.080135, + 51.517379 + ], + [ + -0.081744, + 51.517269 + ], + [ + -0.083017, + 51.517438 + ], + [ + -0.087294, + 51.518005 + ], + [ + -0.091523, + 51.518924 + ], + [ + -0.095551, + 51.519906 + ], + [ + -0.096602, + 51.520106 + ], + [ + -0.097589, + 51.520186 + ], + [ + -0.099616, + 51.520212 + ], + [ + -0.101528, + 51.52012 + ], + [ + -0.102797, + 51.520028 + ], + [ + -0.104875, + 51.519844 + ], + [ + -0.104875, + 51.519844 + ], + [ + -0.106862, + 51.519568 + ], + [ + -0.108517, + 51.519402 + ], + [ + -0.109584, + 51.519476 + ], + [ + -0.11065, + 51.519605 + ], + [ + -0.111349, + 51.519789 + ], + [ + -0.112655, + 51.520009 + ], + [ + -0.113758, + 51.520028 + ], + [ + -0.114899, + 51.520083 + ], + [ + -0.115377, + 51.520028 + ], + [ + -0.117418, + 51.519513 + ], + [ + -0.119662, + 51.518685 + ], + [ + -0.120784, + 51.518097 + ], + [ + -0.122733, + 51.517398 + ], + [ + -0.125639, + 51.516975 + ], + [ + -0.127294, + 51.516754 + ], + [ + -0.129832, + 51.516349 + ], + [ + -0.130882, + 51.516256 + ], + [ + -0.136232, + 51.515779 + ], + [ + -0.139607, + 51.515393 + ], + [ + -0.144456, + 51.514579 + ], + [ + -0.14832, + 51.514264 + ], + [ + -0.149608, + 51.514137 + ], + [ + -0.150017, + 51.514097 + ], + [ + -0.152444, + 51.513729 + ], + [ + -0.15787, + 51.512239 + ], + [ + -0.159341, + 51.511788 + ], + [ + -0.161088, + 51.511457 + ], + [ + -0.16381, + 51.511099 + ], + [ + -0.165971, + 51.511136 + ], + [ + -0.167626, + 51.511301 + ], + [ + -0.169318, + 51.511651 + ], + [ + -0.171387, + 51.512331 + ], + [ + -0.173631, + 51.513416 + ], + [ + -0.176564, + 51.515559 + ], + [ + -0.177074, + 51.515912 + ], + [ + -0.179378, + 51.517508 + ], + [ + -0.182261, + 51.518744 + ], + [ + -0.18342, + 51.518998 + ], + [ + -0.184493, + 51.519132 + ], + [ + -0.18621, + 51.519118 + ], + [ + -0.189385, + 51.519319 + ], + [ + -0.193655, + 51.519772 + ], + [ + -0.198998, + 51.520961 + ], + [ + -0.202646, + 51.521668 + ], + [ + -0.209599, + 51.523805 + ], + [ + -0.214834, + 51.524819 + ], + [ + -0.217066, + 51.5253 + ], + [ + -0.221958, + 51.525887 + ], + [ + -0.225992, + 51.525994 + ], + [ + -0.22994, + 51.526047 + ], + [ + -0.23303, + 51.525941 + ], + [ + -0.237236, + 51.525513 + ], + [ + -0.241013, + 51.524926 + ], + [ + -0.244961, + 51.524178 + ], + [ + -0.248308, + 51.523377 + ], + [ + -0.254831, + 51.521028 + ], + [ + -0.260239, + 51.518891 + ], + [ + -0.266075, + 51.517182 + ], + [ + -0.26671, + 51.517074 + ], + [ + -0.272942, + 51.516007 + ], + [ + -0.278521, + 51.515313 + ], + [ + -0.290108, + 51.514992 + ], + [ + -0.300493, + 51.514885 + ], + [ + -0.301208, + 51.514833 + ], + [ + -0.315857, + 51.513764 + ], + [ + -0.320126, + 51.513467 + ], + [ + -0.328903, + 51.512856 + ], + [ + -0.338522, + 51.511645 + ], + [ + -0.344181, + 51.510933 + ], + [ + -0.367956, + 51.507621 + ], + [ + -0.377483, + 51.506018 + ], + [ + -0.378581, + 51.505871 + ], + [ + -0.395851, + 51.50356 + ], + [ + -0.401773, + 51.503059 + ], + [ + -0.405046, + 51.502899 + ], + [ + -0.410174, + 51.502732 + ], + [ + -0.42069, + 51.502998 + ], + [ + -0.421783, + 51.503026 + ], + [ + -0.428048, + 51.503547 + ], + [ + -0.432587, + 51.504061 + ], + [ + -0.436975, + 51.504689 + ], + [ + -0.442189, + 51.505631 + ], + [ + -0.443852, + 51.505958 + ], + [ + -0.445129, + 51.505965 + ], + [ + -0.445933, + 51.505878 + ], + [ + -0.446845, + 51.505644 + ], + [ + -0.447543, + 51.505337 + ], + [ + -0.448143, + 51.504896 + ], + [ + -0.448669, + 51.504382 + ], + [ + -0.450203, + 51.502044 + ], + [ + -0.450783, + 51.501002 + ], + [ + -0.451083, + 51.500348 + ], + [ + -0.451394, + 51.499567 + ], + [ + -0.451663, + 51.498197 + ], + [ + -0.451738, + 51.497008 + ], + [ + -0.451384, + 51.493522 + ], + [ + -0.45059, + 51.487175 + ], + [ + -0.450461, + 51.48596 + ], + [ + -0.450246, + 51.485124 + ], + [ + -0.449324, + 51.482946 + ], + [ + -0.447789, + 51.479572 + ], + [ + -0.447489, + 51.478704 + ], + [ + -0.447435, + 51.477975 + ], + [ + -0.447543, + 51.477046 + ], + [ + -0.447907, + 51.476111 + ], + [ + -0.448798, + 51.475002 + ], + [ + -0.450279, + 51.473886 + ], + [ + -0.453765, + 51.472181 + ], + [ + -0.454183, + 51.472004 + ], + [ + -0.457349, + 51.470658 + ], + [ + -0.460975, + 51.469007 + ], + [ + -0.462295, + 51.468258 + ], + [ + -0.462778, + 51.467844 + ], + [ + -0.463443, + 51.467202 + ], + [ + -0.46384, + 51.466628 + ], + [ + -0.464162, + 51.466046 + ], + [ + -0.464398, + 51.465277 + ], + [ + -0.464483, + 51.464736 + ], + [ + -0.464462, + 51.463974 + ], + [ + -0.464247, + 51.463159 + ], + [ + -0.463818, + 51.462163 + ], + [ + -0.46325, + 51.461274 + ], + [ + -0.462531, + 51.460458 + ], + [ + -0.461619, + 51.459602 + ], + [ + -0.460525, + 51.458834 + ], + [ + -0.458915, + 51.457978 + ], + [ + -0.457134, + 51.45741 + ], + [ + -0.455182, + 51.457122 + ], + [ + -0.453261, + 51.456942 + ], + [ + -0.45008, + 51.456953 + ], + [ + -0.447184, + 51.457717 + ], + [ + -0.446059, + 51.458553 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.121394, + 51.491067 + ], + [ + 0.090744, + 51.490269 + ], + [ + 0.087783, + 51.490442 + ], + [ + 0.084264, + 51.49079 + ], + [ + 0.082676, + 51.491003 + ], + [ + 0.080488, + 51.491137 + ], + [ + 0.079136, + 51.491284 + ], + [ + 0.077527, + 51.491257 + ], + [ + 0.076218, + 51.491177 + ], + [ + 0.074179, + 51.491217 + ], + [ + 0.071779, + 51.491694 + ], + [ + 0.071154, + 51.491818 + ], + [ + 0.06963, + 51.492152 + ], + [ + 0.068214, + 51.492633 + ], + [ + 0.066648, + 51.493582 + ], + [ + 0.065725, + 51.494971 + ], + [ + 0.065382, + 51.49608 + ], + [ + 0.064974, + 51.497109 + ], + [ + 0.063665, + 51.498591 + ], + [ + 0.061626, + 51.49978 + ], + [ + 0.058537, + 51.500381 + ], + [ + 0.053558, + 51.501063 + ], + [ + 0.047228, + 51.501824 + ], + [ + 0.044181, + 51.502572 + ], + [ + 0.042658, + 51.503373 + ], + [ + 0.041478, + 51.504362 + ], + [ + 0.040748, + 51.505657 + ], + [ + 0.039954, + 51.506926 + ], + [ + 0.038903, + 51.507874 + ], + [ + 0.037873, + 51.508649 + ], + [ + 0.036049, + 51.50921 + ], + [ + 0.033928, + 51.509503 + ], + [ + 0.03138, + 51.509759 + ], + [ + 0.028364, + 51.509821 + ], + [ + 0.02635, + 51.509788 + ], + [ + 0.024437, + 51.509756 + ], + [ + 0.020849, + 51.509496 + ], + [ + 0.016383, + 51.509069 + ], + [ + 0.014291, + 51.50905 + ], + [ + 0.012596, + 51.50941 + ], + [ + 0.010707, + 51.510038 + ], + [ + 0.009677, + 51.510358 + ], + [ + 0.008261, + 51.510612 + ], + [ + 0.006351, + 51.510625 + ], + [ + 0.004034, + 51.510278 + ], + [ + 0.002038, + 51.5098 + ], + [ + -0.000668, + 51.509293 + ], + [ + -0.004841, + 51.507629 + ], + [ + -0.008949, + 51.506188 + ], + [ + -0.010938, + 51.50566 + ], + [ + -0.013016, + 51.505765 + ], + [ + -0.016336, + 51.50606 + ], + [ + -0.017468, + 51.506187 + ], + [ + -0.021058, + 51.506593 + ], + [ + -0.022952, + 51.506786 + ], + [ + -0.026308, + 51.507347 + ], + [ + -0.02763, + 51.507974 + ], + [ + -0.029912, + 51.509658 + ], + [ + -0.03226, + 51.51122 + ], + [ + -0.03565, + 51.512072 + ], + [ + -0.038193, + 51.512904 + ], + [ + -0.039465, + 51.513594 + ], + [ + -0.040802, + 51.514751 + ], + [ + -0.043084, + 51.516556 + ], + [ + -0.048104, + 51.518605 + ], + [ + -0.052343, + 51.519904 + ], + [ + -0.054788, + 51.520188 + ], + [ + -0.059344, + 51.519577 + ], + [ + -0.059981, + 51.519447 + ], + [ + -0.061413, + 51.519154 + ], + [ + -0.067307, + 51.519823 + ], + [ + -0.071883, + 51.519973 + ], + [ + -0.073192, + 51.519813 + ], + [ + -0.074673, + 51.519545 + ], + [ + -0.077601, + 51.518391 + ], + [ + -0.079132, + 51.517674 + ], + [ + -0.080135, + 51.517379 + ], + [ + -0.081744, + 51.517269 + ], + [ + -0.083017, + 51.517438 + ], + [ + -0.087294, + 51.518005 + ], + [ + -0.091523, + 51.518924 + ], + [ + -0.095551, + 51.519906 + ], + [ + -0.096602, + 51.520106 + ], + [ + -0.097589, + 51.520186 + ], + [ + -0.099616, + 51.520212 + ], + [ + -0.101528, + 51.52012 + ], + [ + -0.102797, + 51.520028 + ], + [ + -0.104875, + 51.519844 + ], + [ + -0.104875, + 51.519844 + ], + [ + -0.106862, + 51.519568 + ], + [ + -0.108517, + 51.519402 + ], + [ + -0.109584, + 51.519476 + ], + [ + -0.11065, + 51.519605 + ], + [ + -0.111349, + 51.519789 + ], + [ + -0.112655, + 51.520009 + ], + [ + -0.113758, + 51.520028 + ], + [ + -0.114899, + 51.520083 + ], + [ + -0.115377, + 51.520028 + ], + [ + -0.117418, + 51.519513 + ], + [ + -0.119662, + 51.518685 + ], + [ + -0.120784, + 51.518097 + ], + [ + -0.122733, + 51.517398 + ], + [ + -0.125639, + 51.516975 + ], + [ + -0.127294, + 51.516754 + ], + [ + -0.129832, + 51.516349 + ], + [ + -0.130882, + 51.516256 + ], + [ + -0.136232, + 51.515779 + ], + [ + -0.139607, + 51.515393 + ], + [ + -0.144456, + 51.514579 + ], + [ + -0.14832, + 51.514264 + ], + [ + -0.149608, + 51.514137 + ], + [ + -0.150017, + 51.514097 + ], + [ + -0.152444, + 51.513729 + ], + [ + -0.15787, + 51.512239 + ], + [ + -0.159341, + 51.511788 + ], + [ + -0.161088, + 51.511457 + ], + [ + -0.16381, + 51.511099 + ], + [ + -0.165971, + 51.511136 + ], + [ + -0.167626, + 51.511301 + ], + [ + -0.169318, + 51.511651 + ], + [ + -0.171387, + 51.512331 + ], + [ + -0.173631, + 51.513416 + ], + [ + -0.176564, + 51.515559 + ], + [ + -0.177074, + 51.515912 + ], + [ + -0.179378, + 51.517508 + ], + [ + -0.182261, + 51.518744 + ], + [ + -0.18342, + 51.518998 + ], + [ + -0.184493, + 51.519132 + ], + [ + -0.18621, + 51.519118 + ], + [ + -0.189385, + 51.519319 + ], + [ + -0.193655, + 51.519772 + ], + [ + -0.198998, + 51.520961 + ], + [ + -0.202646, + 51.521668 + ], + [ + -0.209599, + 51.523805 + ], + [ + -0.214834, + 51.524819 + ], + [ + -0.217066, + 51.5253 + ], + [ + -0.221958, + 51.525887 + ], + [ + -0.225992, + 51.525994 + ], + [ + -0.22994, + 51.526047 + ], + [ + -0.23303, + 51.525941 + ], + [ + -0.237236, + 51.525513 + ], + [ + -0.241013, + 51.524926 + ], + [ + -0.244961, + 51.524178 + ], + [ + -0.248308, + 51.523377 + ], + [ + -0.254831, + 51.521028 + ], + [ + -0.260239, + 51.518891 + ], + [ + -0.266075, + 51.517182 + ], + [ + -0.26671, + 51.517074 + ], + [ + -0.272942, + 51.516007 + ], + [ + -0.278521, + 51.515313 + ], + [ + -0.290108, + 51.514992 + ], + [ + -0.300493, + 51.514885 + ], + [ + -0.301208, + 51.514833 + ], + [ + -0.315857, + 51.513764 + ], + [ + -0.320126, + 51.513467 + ], + [ + -0.328903, + 51.512856 + ], + [ + -0.338522, + 51.511645 + ], + [ + -0.344181, + 51.510933 + ], + [ + -0.367956, + 51.507621 + ], + [ + -0.377483, + 51.506018 + ], + [ + -0.378581, + 51.505871 + ], + [ + -0.395851, + 51.50356 + ], + [ + -0.401773, + 51.503059 + ], + [ + -0.405046, + 51.502899 + ], + [ + -0.410174, + 51.502732 + ], + [ + -0.42069, + 51.502998 + ], + [ + -0.421783, + 51.503026 + ], + [ + -0.428048, + 51.503547 + ], + [ + -0.432587, + 51.504061 + ], + [ + -0.436975, + 51.504689 + ], + [ + -0.442189, + 51.505631 + ], + [ + -0.443852, + 51.505958 + ], + [ + -0.445129, + 51.505965 + ], + [ + -0.445933, + 51.505878 + ], + [ + -0.446845, + 51.505644 + ], + [ + -0.447543, + 51.505337 + ], + [ + -0.448143, + 51.504896 + ], + [ + -0.448669, + 51.504382 + ], + [ + -0.450203, + 51.502044 + ], + [ + -0.450783, + 51.501002 + ], + [ + -0.451083, + 51.500348 + ], + [ + -0.451394, + 51.499567 + ], + [ + -0.451663, + 51.498197 + ], + [ + -0.451738, + 51.497008 + ], + [ + -0.45162, + 51.495773 + ], + [ + -0.451384, + 51.493522 + ], + [ + -0.45059, + 51.487175 + ], + [ + -0.450461, + 51.48596 + ], + [ + -0.450246, + 51.485124 + ], + [ + -0.449324, + 51.482946 + ], + [ + -0.447789, + 51.479572 + ], + [ + -0.447489, + 51.478704 + ], + [ + -0.447435, + 51.477975 + ], + [ + -0.447543, + 51.477046 + ], + [ + -0.447907, + 51.476111 + ], + [ + -0.448798, + 51.475002 + ], + [ + -0.450279, + 51.473886 + ], + [ + -0.453765, + 51.472181 + ], + [ + -0.454183, + 51.472004 + ], + [ + -0.457349, + 51.470658 + ], + [ + -0.460975, + 51.469007 + ], + [ + -0.462684, + 51.468696 + ], + [ + -0.463953, + 51.468549 + ], + [ + -0.465757, + 51.468585 + ], + [ + -0.467707, + 51.468806 + ], + [ + -0.469382, + 51.469045 + ], + [ + -0.470283, + 51.46934 + ], + [ + -0.471884, + 51.469763 + ], + [ + -0.472841, + 51.470094 + ], + [ + -0.474828, + 51.47072 + ], + [ + -0.47711, + 51.47153 + ], + [ + -0.478582, + 51.471898 + ], + [ + -0.479981, + 51.472155 + ], + [ + -0.48241, + 51.472339 + ], + [ + -0.484728, + 51.472266 + ], + [ + -0.487603, + 51.472348 + ], + [ + -0.487666, + 51.472349 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.330148, + 51.630751 + ], + [ + 0.330062, + 51.630672 + ], + [ + 0.329075, + 51.629393 + ], + [ + 0.327616, + 51.627422 + ], + [ + 0.326886, + 51.62521 + ], + [ + 0.326371, + 51.623079 + ], + [ + 0.325642, + 51.621294 + ], + [ + 0.32414, + 51.619349 + ], + [ + 0.321651, + 51.617031 + ], + [ + 0.31929, + 51.615778 + ], + [ + 0.315685, + 51.614339 + ], + [ + 0.31251, + 51.613566 + ], + [ + 0.308948, + 51.613247 + ], + [ + 0.305214, + 51.613193 + ], + [ + 0.301609, + 51.613433 + ], + [ + 0.299592, + 51.613627 + ], + [ + 0.298562, + 51.613726 + ], + [ + 0.293627, + 51.613673 + ], + [ + 0.288391, + 51.613193 + ], + [ + 0.283971, + 51.612367 + ], + [ + 0.277061, + 51.609862 + ], + [ + 0.254016, + 51.601013 + ], + [ + 0.234275, + 51.593229 + ], + [ + 0.233125, + 51.592767 + ], + [ + 0.223117, + 51.58875 + ], + [ + 0.210629, + 51.583977 + ], + [ + 0.206041, + 51.581838 + ], + [ + 0.20565, + 51.581657 + ], + [ + 0.195909, + 51.578456 + ], + [ + 0.183193, + 51.574888 + ], + [ + 0.178614, + 51.573602 + ], + [ + 0.171576, + 51.572082 + ], + [ + 0.165825, + 51.571255 + ], + [ + 0.157413, + 51.570428 + ], + [ + 0.151148, + 51.569761 + ], + [ + 0.138702, + 51.568748 + ], + [ + 0.132265, + 51.568374 + ], + [ + 0.128979, + 51.56797 + ], + [ + 0.128145, + 51.567867 + ], + [ + 0.111752, + 51.56568 + ], + [ + 0.110813, + 51.565558 + ], + [ + 0.107632, + 51.565146 + ], + [ + 0.102696, + 51.564399 + ], + [ + 0.097117, + 51.563946 + ], + [ + 0.096754, + 51.563922 + ], + [ + 0.091925, + 51.563599 + ], + [ + 0.088406, + 51.563092 + ], + [ + 0.084114, + 51.562238 + ], + [ + 0.072913, + 51.559811 + ], + [ + 0.06966, + 51.559153 + ], + [ + 0.067763, + 51.55877 + ], + [ + 0.064931, + 51.558103 + ], + [ + 0.062227, + 51.557356 + ], + [ + 0.055017, + 51.554821 + ], + [ + 0.049181, + 51.553113 + ], + [ + 0.046341, + 51.552477 + ], + [ + 0.042272, + 51.551566 + ], + [ + 0.03901, + 51.551165 + ], + [ + 0.033603, + 51.550845 + ], + [ + 0.030599, + 51.550552 + ], + [ + 0.024332, + 51.549478 + ], + [ + 0.023432, + 51.549324 + ], + [ + 0.020299, + 51.54871 + ], + [ + 0.008883, + 51.546655 + ], + [ + 0.005863, + 51.545995 + ], + [ + 0.00339, + 51.545454 + ], + [ + 0.001631, + 51.54468 + ], + [ + 0.000086, + 51.54404 + ], + [ + -0.003546, + 51.541451 + ], + [ + -0.003734, + 51.541317 + ], + [ + -0.007403, + 51.538808 + ], + [ + -0.013647, + 51.53419 + ], + [ + -0.015385, + 51.533269 + ], + [ + -0.01708, + 51.531988 + ], + [ + -0.018089, + 51.53088 + ], + [ + -0.018668, + 51.529438 + ], + [ + -0.019419, + 51.527236 + ], + [ + -0.020514, + 51.525473 + ], + [ + -0.023024, + 51.523498 + ], + [ + -0.029333, + 51.519599 + ], + [ + -0.032744, + 51.517823 + ], + [ + -0.034676, + 51.517209 + ], + [ + -0.038452, + 51.516648 + ], + [ + -0.040984, + 51.516755 + ], + [ + -0.043087, + 51.517022 + ], + [ + -0.045726, + 51.517836 + ], + [ + -0.049031, + 51.519078 + ], + [ + -0.050726, + 51.519692 + ], + [ + -0.052121, + 51.520066 + ], + [ + -0.053108, + 51.52028 + ], + [ + -0.054674, + 51.52036 + ], + [ + -0.05998, + 51.519444 + ], + [ + -0.0616, + 51.519164 + ], + [ + -0.070938, + 51.519945 + ], + [ + -0.072328, + 51.519884 + ], + [ + -0.073208, + 51.51981 + ], + [ + -0.074069, + 51.519638 + ], + [ + -0.075324, + 51.519281 + ], + [ + -0.077606, + 51.518389 + ], + [ + -0.07883, + 51.517774 + ], + [ + -0.079882, + 51.517423 + ], + [ + -0.08169, + 51.517263 + ], + [ + -0.083019, + 51.517433 + ], + [ + -0.085695, + 51.517774 + ], + [ + -0.088893, + 51.518321 + ], + [ + -0.095512, + 51.519902 + ], + [ + -0.097075, + 51.520173 + ], + [ + -0.098577, + 51.520213 + ], + [ + -0.100735, + 51.520179 + ], + [ + -0.103952, + 51.519927 + ], + [ + -0.104869, + 51.519816 + ], + [ + -0.108337, + 51.519398 + ], + [ + -0.109629, + 51.519496 + ], + [ + -0.112686, + 51.520019 + ], + [ + -0.11487, + 51.52008 + ], + [ + -0.115393, + 51.520013 + ], + [ + -0.1161, + 51.519853 + ], + [ + -0.11722, + 51.519545 + ], + [ + -0.118518, + 51.519109 + ], + [ + -0.119422, + 51.518776 + ], + [ + -0.120228, + 51.518377 + ], + [ + -0.122147, + 51.517608 + ], + [ + -0.122719, + 51.517399 + ], + [ + -0.125321, + 51.517029 + ], + [ + -0.128384, + 51.516562 + ], + [ + -0.130008, + 51.516341 + ], + [ + -0.130883, + 51.516263 + ], + [ + -0.13528, + 51.515873 + ], + [ + -0.140367, + 51.515264 + ], + [ + -0.14423, + 51.514612 + ], + [ + -0.146758, + 51.514397 + ], + [ + -0.149596, + 51.514101 + ], + [ + -0.150836, + 51.513972 + ], + [ + -0.152473, + 51.513726 + ], + [ + -0.156532, + 51.512594 + ], + [ + -0.159307, + 51.511789 + ], + [ + -0.160248, + 51.51161 + ], + [ + -0.162013, + 51.511327 + ], + [ + -0.163065, + 51.51118 + ], + [ + -0.164092, + 51.5111 + ], + [ + -0.165993, + 51.511149 + ], + [ + -0.167389, + 51.511266 + ], + [ + -0.168663, + 51.511493 + ], + [ + -0.169801, + 51.511782 + ], + [ + -0.170662, + 51.51209 + ], + [ + -0.172015, + 51.512631 + ], + [ + -0.173805, + 51.513542 + ], + [ + -0.177107, + 51.515892 + ], + [ + -0.179378, + 51.517508 + ], + [ + -0.182261, + 51.518744 + ], + [ + -0.18342, + 51.518998 + ], + [ + -0.184493, + 51.519132 + ], + [ + -0.18621, + 51.519118 + ], + [ + -0.189385, + 51.519319 + ], + [ + -0.193655, + 51.519772 + ], + [ + -0.198998, + 51.520961 + ], + [ + -0.202646, + 51.521668 + ], + [ + -0.209599, + 51.523805 + ], + [ + -0.214834, + 51.524819 + ], + [ + -0.217066, + 51.5253 + ], + [ + -0.221958, + 51.525887 + ], + [ + -0.225992, + 51.525994 + ], + [ + -0.22994, + 51.526047 + ], + [ + -0.23303, + 51.525941 + ], + [ + -0.237236, + 51.525513 + ], + [ + -0.241013, + 51.524926 + ], + [ + -0.244961, + 51.524178 + ], + [ + -0.248308, + 51.523377 + ], + [ + -0.254831, + 51.521028 + ], + [ + -0.260239, + 51.518891 + ], + [ + -0.266075, + 51.517182 + ], + [ + -0.272942, + 51.516007 + ], + [ + -0.278521, + 51.515313 + ], + [ + -0.290108, + 51.514992 + ], + [ + -0.300493, + 51.514885 + ], + [ + -0.301208, + 51.514833 + ], + [ + -0.315857, + 51.513764 + ], + [ + -0.320126, + 51.513467 + ], + [ + -0.328903, + 51.512856 + ], + [ + -0.344181, + 51.510933 + ], + [ + -0.367956, + 51.507621 + ], + [ + -0.377483, + 51.506018 + ], + [ + -0.395851, + 51.50356 + ], + [ + -0.401773, + 51.503059 + ], + [ + -0.405046, + 51.502899 + ], + [ + -0.410174, + 51.502732 + ], + [ + -0.42069, + 51.502998 + ], + [ + -0.421783, + 51.503026 + ], + [ + -0.428048, + 51.503547 + ], + [ + -0.432587, + 51.504061 + ], + [ + -0.436975, + 51.504689 + ], + [ + -0.442189, + 51.505631 + ], + [ + -0.443852, + 51.505958 + ], + [ + -0.445129, + 51.505965 + ], + [ + -0.445933, + 51.505878 + ], + [ + -0.446845, + 51.505644 + ], + [ + -0.447543, + 51.505337 + ], + [ + -0.448143, + 51.504896 + ], + [ + -0.448669, + 51.504382 + ], + [ + -0.450203, + 51.502044 + ], + [ + -0.450783, + 51.501002 + ], + [ + -0.451083, + 51.500348 + ], + [ + -0.451394, + 51.499567 + ], + [ + -0.451663, + 51.498197 + ], + [ + -0.451738, + 51.497008 + ], + [ + -0.45162, + 51.495773 + ], + [ + -0.451384, + 51.493522 + ], + [ + -0.45059, + 51.487175 + ], + [ + -0.450461, + 51.48596 + ], + [ + -0.450246, + 51.485124 + ], + [ + -0.449324, + 51.482946 + ], + [ + -0.447789, + 51.479572 + ], + [ + -0.447489, + 51.478704 + ], + [ + -0.447435, + 51.477975 + ], + [ + -0.447543, + 51.477046 + ], + [ + -0.447907, + 51.476111 + ], + [ + -0.448798, + 51.475002 + ], + [ + -0.450279, + 51.473886 + ], + [ + -0.453765, + 51.472181 + ], + [ + -0.454183, + 51.472004 + ], + [ + -0.457349, + 51.470658 + ], + [ + -0.460975, + 51.469007 + ], + [ + -0.462684, + 51.468696 + ], + [ + -0.463953, + 51.468549 + ], + [ + -0.465757, + 51.468585 + ], + [ + -0.467707, + 51.468806 + ], + [ + -0.469382, + 51.469045 + ], + [ + -0.470283, + 51.46934 + ], + [ + -0.471884, + 51.469763 + ], + [ + -0.472841, + 51.470094 + ], + [ + -0.474828, + 51.47072 + ], + [ + -0.47711, + 51.47153 + ], + [ + -0.478582, + 51.471898 + ], + [ + -0.479981, + 51.472155 + ], + [ + -0.48241, + 51.472339 + ], + [ + -0.484728, + 51.472266 + ], + [ + -0.487603, + 51.472348 + ], + [ + -0.487666, + 51.472349 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.167656, + 51.519911 + ], + [ + -0.168517, + 51.519549 + ], + [ + -0.169163, + 51.519234 + ], + [ + -0.170775, + 51.518284 + ], + [ + -0.171257, + 51.518028 + ], + [ + -0.171782, + 51.5175 + ], + [ + -0.172244, + 51.5172 + ], + [ + -0.173853, + 51.516299 + ], + [ + -0.174859, + 51.515768 + ], + [ + -0.175462, + 51.515449 + ], + [ + -0.176075, + 51.5151 + ], + [ + -0.177047, + 51.514775 + ], + [ + -0.178902, + 51.513774 + ], + [ + -0.1796, + 51.513438 + ], + [ + -0.180866, + 51.513016 + ], + [ + -0.181742, + 51.512842 + ], + [ + -0.182585, + 51.512717 + ], + [ + -0.183624, + 51.512611 + ], + [ + -0.185371, + 51.512468 + ], + [ + -0.186532, + 51.512392 + ], + [ + -0.187837, + 51.512333 + ], + [ + -0.188054, + 51.512317 + ], + [ + -0.189812, + 51.512191 + ], + [ + -0.191841, + 51.511941 + ], + [ + -0.192934, + 51.51174 + ], + [ + -0.193812, + 51.51154 + ], + [ + -0.194557, + 51.511263 + ], + [ + -0.194846, + 51.511108 + ], + [ + -0.195336, + 51.510761 + ], + [ + -0.195732, + 51.510271 + ], + [ + -0.195912, + 51.509959 + ], + [ + -0.19602, + 51.509607 + ], + [ + -0.196095, + 51.5092 + ], + [ + -0.19609, + 51.509071 + ], + [ + -0.196084, + 51.508939 + ], + [ + -0.196039, + 51.508721 + ], + [ + -0.195339, + 51.506758 + ], + [ + -0.194295, + 51.503994 + ], + [ + -0.193665, + 51.50246 + ], + [ + -0.193223, + 51.501639 + ], + [ + -0.19266, + 51.500941 + ], + [ + -0.192436, + 51.500697 + ], + [ + -0.192304, + 51.500554 + ], + [ + -0.190968, + 51.499262 + ], + [ + -0.189274, + 51.498091 + ], + [ + -0.188355, + 51.497138 + ], + [ + -0.18819, + 51.496785 + ], + [ + -0.188173, + 51.496367 + ], + [ + -0.188332, + 51.495919 + ], + [ + -0.188646, + 51.495543 + ], + [ + -0.189203, + 51.494959 + ], + [ + -0.190088, + 51.494227 + ], + [ + -0.190513, + 51.493825 + ], + [ + -0.193902, + 51.491652 + ], + [ + -0.194168, + 51.491482 + ], + [ + -0.195176, + 51.49086 + ], + [ + -0.196072, + 51.490007 + ], + [ + -0.196342, + 51.489506 + ], + [ + -0.19642, + 51.489192 + ], + [ + -0.196447, + 51.488948 + ], + [ + -0.196436, + 51.488732 + ], + [ + -0.196413, + 51.488474 + ], + [ + -0.196356, + 51.488236 + ], + [ + -0.196194, + 51.487868 + ], + [ + -0.1959, + 51.487394 + ], + [ + -0.195677, + 51.487197 + ], + [ + -0.195488, + 51.48703 + ], + [ + -0.194744, + 51.48659 + ], + [ + -0.194183, + 51.486203 + ], + [ + -0.193464, + 51.485641 + ], + [ + -0.193049, + 51.485262 + ], + [ + -0.191711, + 51.483854 + ], + [ + -0.191583, + 51.483317 + ], + [ + -0.191651, + 51.482973 + ], + [ + -0.191879, + 51.482643 + ], + [ + -0.192157, + 51.482421 + ], + [ + -0.194784, + 51.480609 + ], + [ + -0.194905, + 51.480506 + ], + [ + -0.195281, + 51.480184 + ], + [ + -0.195755, + 51.479625 + ], + [ + -0.195999, + 51.479149 + ], + [ + -0.196213, + 51.478589 + ], + [ + -0.196505, + 51.478059 + ], + [ + -0.196971, + 51.477561 + ], + [ + -0.197489, + 51.477133 + ], + [ + -0.198108, + 51.476769 + ], + [ + -0.199406, + 51.476118 + ], + [ + -0.201338, + 51.475177 + ], + [ + -0.203016, + 51.47436 + ], + [ + -0.204853, + 51.473441 + ], + [ + -0.205268, + 51.473103 + ], + [ + -0.205597, + 51.472721 + ], + [ + -0.205751, + 51.472402 + ], + [ + -0.205971, + 51.471524 + ], + [ + -0.20608, + 51.471285 + ], + [ + -0.206352, + 51.470951 + ], + [ + -0.206769, + 51.470634 + ], + [ + -0.207758, + 51.470129 + ], + [ + -0.208203, + 51.469805 + ], + [ + -0.20846, + 51.469555 + ], + [ + -0.208601, + 51.469322 + ], + [ + -0.208757, + 51.468733 + ], + [ + -0.208907, + 51.467897 + ], + [ + -0.209056, + 51.467063 + ], + [ + -0.21023, + 51.464803 + ], + [ + -0.210383, + 51.464347 + ], + [ + -0.21043, + 51.464036 + ], + [ + -0.210423, + 51.46367 + ], + [ + -0.210194, + 51.462753 + ], + [ + -0.21018, + 51.462259 + ], + [ + -0.210301, + 51.461727 + ], + [ + -0.210724, + 51.46072 + ], + [ + -0.21089, + 51.459529 + ], + [ + -0.211062, + 51.459069 + ], + [ + -0.211189, + 51.458846 + ], + [ + -0.211264, + 51.458714 + ], + [ + -0.212463, + 51.45722 + ], + [ + -0.212583, + 51.456993 + ], + [ + -0.212742, + 51.456388 + ], + [ + -0.212725, + 51.456051 + ], + [ + -0.212654, + 51.45577 + ], + [ + -0.212392, + 51.45527 + ], + [ + -0.212167, + 51.455009 + ], + [ + -0.211623, + 51.454475 + ], + [ + -0.210758, + 51.453703 + ], + [ + -0.209364, + 51.452268 + ], + [ + -0.208093, + 51.450628 + ], + [ + -0.207633, + 51.449746 + ], + [ + -0.207038, + 51.448025 + ], + [ + -0.20683, + 51.447094 + ], + [ + -0.206766, + 51.446515 + ], + [ + -0.206772, + 51.446053 + ], + [ + -0.206643, + 51.444926 + ], + [ + -0.206587, + 51.444438 + ], + [ + -0.206362, + 51.442974 + ], + [ + -0.206205, + 51.442223 + ], + [ + -0.206005, + 51.441553 + ], + [ + -0.205664, + 51.440758 + ], + [ + -0.205325, + 51.440078 + ], + [ + -0.20442, + 51.438746 + ], + [ + -0.20378, + 51.438021 + ], + [ + -0.202965, + 51.437232 + ], + [ + -0.202288, + 51.436685 + ], + [ + -0.201533, + 51.436139 + ], + [ + -0.20069, + 51.435484 + ], + [ + -0.199632, + 51.434459 + ], + [ + -0.199632, + 51.434459 + ], + [ + -0.198837, + 51.43362 + ], + [ + -0.198482, + 51.433082 + ], + [ + -0.198239, + 51.432649 + ], + [ + -0.198066, + 51.43223 + ], + [ + -0.197907, + 51.43148 + ], + [ + -0.197877, + 51.430872 + ], + [ + -0.197963, + 51.430159 + ], + [ + -0.198229, + 51.429329 + ], + [ + -0.198407, + 51.428978 + ], + [ + -0.198805, + 51.42834 + ], + [ + -0.201127, + 51.425286 + ], + [ + -0.201625, + 51.424756 + ], + [ + -0.202655, + 51.423851 + ], + [ + -0.203234, + 51.423479 + ], + [ + -0.203932, + 51.423088 + ], + [ + -0.20486, + 51.42251 + ], + [ + -0.206164, + 51.421636 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.167656, + 51.519911 + ], + [ + -0.168517, + 51.519549 + ], + [ + -0.169163, + 51.519234 + ], + [ + -0.170775, + 51.518284 + ], + [ + -0.171257, + 51.518028 + ], + [ + -0.171782, + 51.5175 + ], + [ + -0.172244, + 51.5172 + ], + [ + -0.173853, + 51.516299 + ], + [ + -0.174859, + 51.515768 + ], + [ + -0.175462, + 51.515449 + ], + [ + -0.176075, + 51.5151 + ], + [ + -0.177047, + 51.514775 + ], + [ + -0.178902, + 51.513774 + ], + [ + -0.1796, + 51.513438 + ], + [ + -0.180866, + 51.513016 + ], + [ + -0.181742, + 51.512842 + ], + [ + -0.182585, + 51.512717 + ], + [ + -0.183624, + 51.512611 + ], + [ + -0.185371, + 51.512468 + ], + [ + -0.186532, + 51.512392 + ], + [ + -0.187837, + 51.512333 + ], + [ + -0.188054, + 51.512317 + ], + [ + -0.189812, + 51.512191 + ], + [ + -0.191841, + 51.511941 + ], + [ + -0.192934, + 51.51174 + ], + [ + -0.193812, + 51.51154 + ], + [ + -0.194557, + 51.511263 + ], + [ + -0.194846, + 51.511108 + ], + [ + -0.195336, + 51.510761 + ], + [ + -0.195732, + 51.510271 + ], + [ + -0.195912, + 51.509959 + ], + [ + -0.19602, + 51.509607 + ], + [ + -0.196095, + 51.5092 + ], + [ + -0.19609, + 51.509071 + ], + [ + -0.196084, + 51.508939 + ], + [ + -0.196039, + 51.508721 + ], + [ + -0.195339, + 51.506758 + ], + [ + -0.194295, + 51.503994 + ], + [ + -0.193665, + 51.50246 + ], + [ + -0.193223, + 51.501639 + ], + [ + -0.19266, + 51.500941 + ], + [ + -0.192436, + 51.500697 + ], + [ + -0.192304, + 51.500554 + ], + [ + -0.190968, + 51.499262 + ], + [ + -0.189274, + 51.498091 + ], + [ + -0.188355, + 51.497138 + ], + [ + -0.18819, + 51.496785 + ], + [ + -0.188173, + 51.496367 + ], + [ + -0.188332, + 51.495919 + ], + [ + -0.188646, + 51.495543 + ], + [ + -0.189203, + 51.494959 + ], + [ + -0.190088, + 51.494227 + ], + [ + -0.190513, + 51.493825 + ], + [ + -0.193902, + 51.491652 + ], + [ + -0.194168, + 51.491482 + ], + [ + -0.195176, + 51.49086 + ], + [ + -0.196072, + 51.490007 + ], + [ + -0.196342, + 51.489506 + ], + [ + -0.19642, + 51.489192 + ], + [ + -0.196447, + 51.488948 + ], + [ + -0.196436, + 51.488732 + ], + [ + -0.196413, + 51.488474 + ], + [ + -0.196356, + 51.488236 + ], + [ + -0.196194, + 51.487868 + ], + [ + -0.1959, + 51.487394 + ], + [ + -0.195677, + 51.487197 + ], + [ + -0.195488, + 51.48703 + ], + [ + -0.194744, + 51.48659 + ], + [ + -0.194183, + 51.486203 + ], + [ + -0.193464, + 51.485641 + ], + [ + -0.193049, + 51.485262 + ], + [ + -0.191711, + 51.483854 + ], + [ + -0.191583, + 51.483317 + ], + [ + -0.191651, + 51.482973 + ], + [ + -0.191879, + 51.482643 + ], + [ + -0.192157, + 51.482421 + ], + [ + -0.194784, + 51.480609 + ], + [ + -0.194905, + 51.480506 + ], + [ + -0.195281, + 51.480184 + ], + [ + -0.195755, + 51.479625 + ], + [ + -0.195999, + 51.479149 + ], + [ + -0.196213, + 51.478589 + ], + [ + -0.196505, + 51.478059 + ], + [ + -0.196971, + 51.477561 + ], + [ + -0.197489, + 51.477133 + ], + [ + -0.198108, + 51.476769 + ], + [ + -0.199406, + 51.476118 + ], + [ + -0.201338, + 51.475177 + ], + [ + -0.203016, + 51.47436 + ], + [ + -0.204853, + 51.473441 + ], + [ + -0.205268, + 51.473103 + ], + [ + -0.205597, + 51.472721 + ], + [ + -0.205751, + 51.472402 + ], + [ + -0.205971, + 51.471524 + ], + [ + -0.20608, + 51.471285 + ], + [ + -0.206352, + 51.470951 + ], + [ + -0.206769, + 51.470634 + ], + [ + -0.207758, + 51.470129 + ], + [ + -0.208203, + 51.469805 + ], + [ + -0.20846, + 51.469555 + ], + [ + -0.208601, + 51.469322 + ], + [ + -0.208757, + 51.468733 + ], + [ + -0.208907, + 51.467897 + ], + [ + -0.209056, + 51.467063 + ], + [ + -0.21023, + 51.464803 + ], + [ + -0.210383, + 51.464347 + ], + [ + -0.21043, + 51.464036 + ], + [ + -0.210423, + 51.46367 + ], + [ + -0.210194, + 51.462753 + ], + [ + -0.21018, + 51.462259 + ], + [ + -0.210301, + 51.461727 + ], + [ + -0.210724, + 51.46072 + ], + [ + -0.21089, + 51.459529 + ], + [ + -0.211062, + 51.459069 + ], + [ + -0.211189, + 51.458846 + ], + [ + -0.211264, + 51.458714 + ], + [ + -0.212463, + 51.45722 + ], + [ + -0.212583, + 51.456993 + ], + [ + -0.212742, + 51.456388 + ], + [ + -0.212725, + 51.456051 + ], + [ + -0.212654, + 51.45577 + ], + [ + -0.212392, + 51.45527 + ], + [ + -0.212167, + 51.455009 + ], + [ + -0.211623, + 51.454475 + ], + [ + -0.210758, + 51.453703 + ], + [ + -0.209364, + 51.452268 + ], + [ + -0.208093, + 51.450628 + ], + [ + -0.207633, + 51.449746 + ], + [ + -0.207038, + 51.448025 + ], + [ + -0.20683, + 51.447094 + ], + [ + -0.206766, + 51.446515 + ], + [ + -0.206772, + 51.446053 + ], + [ + -0.206587, + 51.444438 + ], + [ + -0.206362, + 51.442974 + ], + [ + -0.206205, + 51.442223 + ], + [ + -0.206005, + 51.441553 + ], + [ + -0.205664, + 51.440758 + ], + [ + -0.205325, + 51.440078 + ], + [ + -0.20442, + 51.438746 + ], + [ + -0.20378, + 51.438021 + ], + [ + -0.202965, + 51.437232 + ], + [ + -0.202288, + 51.436685 + ], + [ + -0.201533, + 51.436139 + ], + [ + -0.20069, + 51.435484 + ], + [ + -0.199632, + 51.434459 + ], + [ + -0.199632, + 51.434459 + ], + [ + -0.198837, + 51.43362 + ], + [ + -0.198482, + 51.433082 + ], + [ + -0.198239, + 51.432649 + ], + [ + -0.198066, + 51.43223 + ], + [ + -0.197907, + 51.43148 + ], + [ + -0.197877, + 51.430872 + ], + [ + -0.197963, + 51.430159 + ], + [ + -0.198229, + 51.429329 + ], + [ + -0.198407, + 51.428978 + ], + [ + -0.198805, + 51.42834 + ], + [ + -0.201127, + 51.425286 + ], + [ + -0.201625, + 51.424756 + ], + [ + -0.202655, + 51.423851 + ], + [ + -0.203234, + 51.423479 + ], + [ + -0.203932, + 51.423088 + ], + [ + -0.20486, + 51.42251 + ], + [ + -0.206164, + 51.421636 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.192436, + 51.500697 + ], + [ + -0.192304, + 51.500554 + ], + [ + -0.190968, + 51.499262 + ], + [ + -0.189274, + 51.498091 + ], + [ + -0.188355, + 51.497138 + ], + [ + -0.18819, + 51.496785 + ], + [ + -0.188173, + 51.496367 + ], + [ + -0.188332, + 51.495919 + ], + [ + -0.188646, + 51.495543 + ], + [ + -0.189203, + 51.494959 + ], + [ + -0.190088, + 51.494227 + ], + [ + -0.190513, + 51.493825 + ], + [ + -0.193902, + 51.491652 + ], + [ + -0.194168, + 51.491482 + ], + [ + -0.195176, + 51.49086 + ], + [ + -0.195892, + 51.490372 + ], + [ + -0.196395, + 51.490151 + ], + [ + -0.196808, + 51.49004 + ], + [ + -0.197289, + 51.489954 + ], + [ + -0.197819, + 51.489906 + ], + [ + -0.198333, + 51.489896 + ], + [ + -0.198887, + 51.489922 + ], + [ + -0.199531, + 51.490025 + ], + [ + -0.20009, + 51.490185 + ], + [ + -0.200831, + 51.490527 + ], + [ + -0.203181, + 51.493141 + ], + [ + -0.203597, + 51.493536 + ], + [ + -0.204231, + 51.494018 + ], + [ + -0.204843, + 51.494402 + ], + [ + -0.205507, + 51.494753 + ], + [ + -0.206587, + 51.495273 + ], + [ + -0.20699, + 51.495499 + ], + [ + -0.207596, + 51.495917 + ], + [ + -0.209593, + 51.497534 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.251098, + 51.559061 + ], + [ + 0.249346, + 51.559105 + ], + [ + 0.246795, + 51.559133 + ], + [ + 0.242898, + 51.559255 + ], + [ + 0.241783, + 51.559259 + ], + [ + 0.240696, + 51.559216 + ], + [ + 0.23999, + 51.559168 + ], + [ + 0.238232, + 51.559005 + ], + [ + 0.237365, + 51.558876 + ], + [ + 0.23584, + 51.558603 + ], + [ + 0.235549, + 51.558551 + ], + [ + 0.234872, + 51.558385 + ], + [ + 0.234206, + 51.558192 + ], + [ + 0.233368, + 51.557915 + ], + [ + 0.231091, + 51.557053 + ], + [ + 0.23031, + 51.55678 + ], + [ + 0.22804, + 51.556079 + ], + [ + 0.226182, + 51.555597 + ], + [ + 0.221581, + 51.554595 + ], + [ + 0.218977, + 51.554089 + ], + [ + 0.218542, + 51.554005 + ], + [ + 0.215004, + 51.553241 + ], + [ + 0.203465, + 51.550679 + ], + [ + 0.201775, + 51.550324 + ], + [ + 0.201089, + 51.550209 + ], + [ + 0.19981, + 51.550044 + ], + [ + 0.199124, + 51.549926 + ], + [ + 0.196155, + 51.549411 + ], + [ + 0.194433, + 51.549063 + ], + [ + 0.191293, + 51.548506 + ], + [ + 0.187056, + 51.547792 + ], + [ + 0.169011, + 51.544687 + ], + [ + 0.166565, + 51.544312 + ], + [ + 0.165843, + 51.544191 + ], + [ + 0.16207, + 51.543559 + ], + [ + 0.159535, + 51.54311 + ], + [ + 0.158114, + 51.542805 + ], + [ + 0.155518, + 51.542349 + ], + [ + 0.154171, + 51.542159 + ], + [ + 0.153018, + 51.542022 + ], + [ + 0.151806, + 51.5419 + ], + [ + 0.150739, + 51.541814 + ], + [ + 0.1477, + 51.541672 + ], + [ + 0.1477, + 51.541672 + ], + [ + 0.145176, + 51.54152 + ], + [ + 0.141727, + 51.541225 + ], + [ + 0.140078, + 51.54111 + ], + [ + 0.133681, + 51.540685 + ], + [ + 0.127395, + 51.54032 + ], + [ + 0.126115, + 51.540245 + ], + [ + 0.122788, + 51.539969 + ], + [ + 0.118328, + 51.53967 + ], + [ + 0.105625, + 51.538665 + ], + [ + 0.101556, + 51.53839 + ], + [ + 0.099728, + 51.538267 + ], + [ + 0.096298, + 51.537939 + ], + [ + 0.095786, + 51.537912 + ], + [ + 0.094705, + 51.537919 + ], + [ + 0.0931, + 51.53797 + ], + [ + 0.092186, + 51.537973 + ], + [ + 0.091554, + 51.537937 + ], + [ + 0.088339, + 51.537682 + ], + [ + 0.087566, + 51.53767 + ], + [ + 0.087232, + 51.537682 + ], + [ + 0.086374, + 51.537775 + ], + [ + 0.085456, + 51.537936 + ], + [ + 0.084411, + 51.538171 + ], + [ + 0.083246, + 51.538538 + ], + [ + 0.082756, + 51.538733 + ], + [ + 0.081428, + 51.539408 + ], + [ + 0.079723, + 51.540275 + ], + [ + 0.078939, + 51.540657 + ], + [ + 0.077788, + 51.541171 + ], + [ + 0.076482, + 51.541803 + ], + [ + 0.074725, + 51.542547 + ], + [ + 0.073603, + 51.542936 + ], + [ + 0.072557, + 51.543205 + ], + [ + 0.069987, + 51.543678 + ], + [ + 0.068925, + 51.543947 + ], + [ + 0.068188, + 51.544109 + ], + [ + 0.06699, + 51.544429 + ], + [ + 0.066339, + 51.544567 + ], + [ + 0.065737, + 51.544651 + ], + [ + 0.065021, + 51.544692 + ], + [ + 0.064358, + 51.544671 + ], + [ + 0.063569, + 51.544583 + ], + [ + 0.062688, + 51.544401 + ], + [ + 0.06223, + 51.544262 + ], + [ + 0.061834, + 51.544118 + ], + [ + 0.061444, + 51.543948 + ], + [ + 0.060928, + 51.543684 + ], + [ + 0.060257, + 51.543166 + ], + [ + 0.059489, + 51.542414 + ], + [ + 0.059157, + 51.542126 + ], + [ + 0.058511, + 51.541706 + ], + [ + 0.057968, + 51.541435 + ], + [ + 0.056684, + 51.540842 + ], + [ + 0.055524, + 51.540375 + ], + [ + 0.054505, + 51.540019 + ], + [ + 0.053323, + 51.539636 + ], + [ + 0.052011, + 51.539243 + ], + [ + 0.051374, + 51.539084 + ], + [ + 0.050159, + 51.538781 + ], + [ + 0.045229, + 51.537689 + ], + [ + 0.036701, + 51.535718 + ], + [ + 0.035183, + 51.535399 + ], + [ + 0.035085, + 51.535378 + ], + [ + 0.032587, + 51.534804 + ], + [ + 0.031123, + 51.534444 + ], + [ + 0.024891, + 51.533027 + ], + [ + 0.018528, + 51.531551 + ], + [ + 0.017718, + 51.531403 + ], + [ + 0.017634, + 51.531388 + ], + [ + 0.016571, + 51.531157 + ], + [ + 0.015138, + 51.530794 + ], + [ + 0.013802, + 51.530484 + ], + [ + 0.011576, + 51.529999 + ], + [ + 0.007501, + 51.529077 + ], + [ + 0.00493, + 51.528477 + ], + [ + 0.00493, + 51.528477 + ], + [ + 0.003214, + 51.528018 + ], + [ + 0.001087, + 51.527501 + ], + [ + -0.004799, + 51.526136 + ], + [ + -0.006144, + 51.525842 + ], + [ + -0.00842, + 51.525265 + ], + [ + -0.00975, + 51.524988 + ], + [ + -0.011585, + 51.524737 + ], + [ + -0.011585, + 51.524737 + ], + [ + -0.012424, + 51.524641 + ], + [ + -0.01423, + 51.524479 + ], + [ + -0.014946, + 51.524474 + ], + [ + -0.016196, + 51.524508 + ], + [ + -0.019272, + 51.5246 + ], + [ + -0.019739, + 51.524633 + ], + [ + -0.020222, + 51.524734 + ], + [ + -0.020623, + 51.524891 + ], + [ + -0.021876, + 51.525568 + ], + [ + -0.023582, + 51.526456 + ], + [ + -0.023991, + 51.526649 + ], + [ + -0.024315, + 51.526755 + ], + [ + -0.024789, + 51.526861 + ], + [ + -0.024842, + 51.526873 + ], + [ + -0.025131, + 51.526912 + ], + [ + -0.025712, + 51.526908 + ], + [ + -0.026527, + 51.5268 + ], + [ + -0.033445, + 51.525356 + ], + [ + -0.033445, + 51.525356 + ], + [ + -0.035338, + 51.524877 + ], + [ + -0.037412, + 51.524101 + ], + [ + -0.038754, + 51.523311 + ], + [ + -0.040956, + 51.522592 + ], + [ + -0.042294, + 51.522335 + ], + [ + -0.044046, + 51.522175 + ], + [ + -0.045445, + 51.521993 + ], + [ + -0.04639, + 51.521788 + ], + [ + -0.046728, + 51.521715 + ], + [ + -0.051392, + 51.520844 + ], + [ + -0.056634, + 51.519924 + ], + [ + -0.057864, + 51.519659 + ], + [ + -0.058193, + 51.519652 + ], + [ + -0.058875, + 51.519744 + ], + [ + -0.059523, + 51.519806 + ], + [ + -0.060015, + 51.519789 + ], + [ + -0.060028, + 51.519788 + ], + [ + -0.060593, + 51.519716 + ], + [ + -0.061636, + 51.519443 + ], + [ + -0.062047, + 51.519277 + ], + [ + -0.062589, + 51.518981 + ], + [ + -0.062838, + 51.518813 + ], + [ + -0.063119, + 51.518545 + ], + [ + -0.063372, + 51.518428 + ], + [ + -0.065037, + 51.517919 + ], + [ + -0.067805, + 51.516877 + ], + [ + -0.071877, + 51.515147 + ], + [ + -0.072135, + 51.515059 + ], + [ + -0.073647, + 51.514546 + ], + [ + -0.074535, + 51.514264 + ], + [ + -0.07491, + 51.514102 + ], + [ + -0.075143, + 51.513904 + ], + [ + -0.075318, + 51.513663 + ], + [ + -0.075404, + 51.513474 + ], + [ + -0.075579, + 51.512857 + ], + [ + -0.075582, + 51.512374 + ], + [ + -0.075305, + 51.51111 + ], + [ + -0.075461, + 51.510697 + ], + [ + -0.076014, + 51.510134 + ], + [ + -0.076232, + 51.509994 + ], + [ + -0.076232, + 51.509994 + ], + [ + -0.076511, + 51.509893 + ], + [ + -0.076637, + 51.509872 + ], + [ + -0.07775, + 51.509812 + ], + [ + -0.077918, + 51.509777 + ], + [ + -0.078315, + 51.509614 + ], + [ + -0.078459, + 51.509585 + ], + [ + -0.079634, + 51.509646 + ], + [ + -0.080347, + 51.509657 + ], + [ + -0.080452, + 51.509678 + ], + [ + -0.082688, + 51.510446 + ], + [ + -0.083154, + 51.510558 + ], + [ + -0.083836, + 51.51063 + ], + [ + -0.08432, + 51.510633 + ], + [ + -0.085172, + 51.510581 + ], + [ + -0.085733, + 51.5106 + ], + [ + -0.086103, + 51.510651 + ], + [ + -0.086474, + 51.510732 + ], + [ + -0.086677, + 51.510777 + ], + [ + -0.086986, + 51.51092 + ], + [ + -0.08721, + 51.51099 + ], + [ + -0.08921, + 51.511376 + ], + [ + -0.089636, + 51.511409 + ], + [ + -0.090072, + 51.511398 + ], + [ + -0.090323, + 51.511391 + ], + [ + -0.09074, + 51.51142 + ], + [ + -0.092122, + 51.511664 + ], + [ + -0.093754, + 51.51191 + ], + [ + -0.094202, + 51.511945 + ], + [ + -0.094576, + 51.511974 + ], + [ + -0.096267, + 51.511856 + ], + [ + -0.097312, + 51.511841 + ], + [ + -0.098324, + 51.511882 + ], + [ + -0.101462, + 51.512074 + ], + [ + -0.10192, + 51.512068 + ], + [ + -0.10255, + 51.511946 + ], + [ + -0.103776, + 51.511597 + ], + [ + -0.104327, + 51.511439 + ], + [ + -0.105099, + 51.511268 + ], + [ + -0.105405, + 51.511231 + ], + [ + -0.106959, + 51.511209 + ], + [ + -0.110963, + 51.511202 + ], + [ + -0.112412, + 51.511165 + ], + [ + -0.113294, + 51.511111 + ], + [ + -0.113746, + 51.511062 + ], + [ + -0.114771, + 51.510917 + ], + [ + -0.114813, + 51.510911 + ], + [ + -0.11565, + 51.51075 + ], + [ + -0.11639, + 51.510549 + ], + [ + -0.118538, + 51.509893 + ], + [ + -0.118998, + 51.509728 + ], + [ + -0.120054, + 51.509183 + ], + [ + -0.120878, + 51.508638 + ], + [ + -0.121308, + 51.508398 + ], + [ + -0.121497, + 51.508252 + ], + [ + -0.12187, + 51.507835 + ], + [ + -0.122109, + 51.50762 + ], + [ + -0.122393, + 51.507252 + ], + [ + -0.122577, + 51.507014 + ], + [ + -0.122854, + 51.506394 + ], + [ + -0.123316, + 51.504856 + ], + [ + -0.123944, + 51.502549 + ], + [ + -0.124076, + 51.502186 + ], + [ + -0.12422, + 51.501947 + ], + [ + -0.124432, + 51.501734 + ], + [ + -0.124736, + 51.501501 + ], + [ + -0.125113, + 51.501278 + ], + [ + -0.125227, + 51.501211 + ], + [ + -0.125956, + 51.500878 + ], + [ + -0.127643, + 51.500167 + ], + [ + -0.12791, + 51.500064 + ], + [ + -0.128444, + 51.499921 + ], + [ + -0.129032, + 51.499823 + ], + [ + -0.129689, + 51.499766 + ], + [ + -0.130311, + 51.499749 + ], + [ + -0.132116, + 51.499769 + ], + [ + -0.132743, + 51.499734 + ], + [ + -0.133327, + 51.499652 + ], + [ + -0.133368, + 51.499646 + ], + [ + -0.134338, + 51.499413 + ], + [ + -0.135346, + 51.49904 + ], + [ + -0.137312, + 51.498049 + ], + [ + -0.137982, + 51.497748 + ], + [ + -0.138709, + 51.497516 + ], + [ + -0.139331, + 51.497368 + ], + [ + -0.14022, + 51.49709 + ], + [ + -0.140954, + 51.496819 + ], + [ + -0.141521, + 51.496673 + ], + [ + -0.142996, + 51.496387 + ], + [ + -0.14323, + 51.496358 + ], + [ + -0.143744, + 51.496334 + ], + [ + -0.143845, + 51.496334 + ], + [ + -0.144727, + 51.49634 + ], + [ + -0.145167, + 51.496285 + ], + [ + -0.145602, + 51.496173 + ], + [ + -0.145799, + 51.496104 + ], + [ + -0.146156, + 51.495933 + ], + [ + -0.146338, + 51.495815 + ], + [ + -0.146493, + 51.495671 + ], + [ + -0.147271, + 51.494756 + ], + [ + -0.148389, + 51.493346 + ], + [ + -0.1487, + 51.493069 + ], + [ + -0.149128, + 51.492832 + ], + [ + -0.149361, + 51.492742 + ], + [ + -0.150929, + 51.492202 + ], + [ + -0.151659, + 51.492023 + ], + [ + -0.152267, + 51.491959 + ], + [ + -0.154001, + 51.491882 + ], + [ + -0.154408, + 51.491907 + ], + [ + -0.155307, + 51.492052 + ], + [ + -0.156037, + 51.492193 + ], + [ + -0.156452, + 51.492329 + ], + [ + -0.159622, + 51.493367 + ], + [ + -0.161356, + 51.493634 + ], + [ + -0.170653, + 51.494033 + ], + [ + -0.17217, + 51.494013 + ], + [ + -0.173915, + 51.494077 + ], + [ + -0.174218, + 51.494088 + ], + [ + -0.174655, + 51.494085 + ], + [ + -0.17542, + 51.494043 + ], + [ + -0.179202, + 51.493723 + ], + [ + -0.179702, + 51.493739 + ], + [ + -0.180215, + 51.49379 + ], + [ + -0.182942, + 51.494333 + ], + [ + -0.183472, + 51.494438 + ], + [ + -0.185817, + 51.494939 + ], + [ + -0.18628, + 51.495013 + ], + [ + -0.186726, + 51.495029 + ], + [ + -0.187759, + 51.49499 + ], + [ + -0.188224, + 51.494916 + ], + [ + -0.188551, + 51.494822 + ], + [ + -0.188997, + 51.494675 + ], + [ + -0.189497, + 51.494453 + ], + [ + -0.189832, + 51.494266 + ], + [ + -0.193903, + 51.491652 + ], + [ + -0.194168, + 51.491482 + ], + [ + -0.195176, + 51.49086 + ], + [ + -0.196072, + 51.490007 + ], + [ + -0.196342, + 51.489506 + ], + [ + -0.19642, + 51.489192 + ], + [ + -0.196447, + 51.488948 + ], + [ + -0.196436, + 51.488732 + ], + [ + -0.196413, + 51.488474 + ], + [ + -0.196291, + 51.488049 + ], + [ + -0.1959, + 51.487394 + ], + [ + -0.195677, + 51.487197 + ], + [ + -0.195488, + 51.48703 + ], + [ + -0.194744, + 51.48659 + ], + [ + -0.194183, + 51.486203 + ], + [ + -0.193464, + 51.485641 + ], + [ + -0.193049, + 51.485262 + ], + [ + -0.191711, + 51.483854 + ], + [ + -0.191583, + 51.483317 + ], + [ + -0.191651, + 51.482973 + ], + [ + -0.191879, + 51.482643 + ], + [ + -0.192157, + 51.482421 + ], + [ + -0.194784, + 51.480609 + ], + [ + -0.194905, + 51.480506 + ], + [ + -0.195281, + 51.480184 + ], + [ + -0.195755, + 51.479625 + ], + [ + -0.195999, + 51.479149 + ], + [ + -0.196213, + 51.478589 + ], + [ + -0.196505, + 51.478059 + ], + [ + -0.196971, + 51.477561 + ], + [ + -0.197489, + 51.477133 + ], + [ + -0.198108, + 51.476769 + ], + [ + -0.199406, + 51.476118 + ], + [ + -0.201338, + 51.475177 + ], + [ + -0.203016, + 51.47436 + ], + [ + -0.204853, + 51.473441 + ], + [ + -0.205268, + 51.473103 + ], + [ + -0.205597, + 51.472721 + ], + [ + -0.205751, + 51.472402 + ], + [ + -0.205971, + 51.471524 + ], + [ + -0.20608, + 51.471285 + ], + [ + -0.206352, + 51.470951 + ], + [ + -0.206769, + 51.470634 + ], + [ + -0.207758, + 51.470129 + ], + [ + -0.208203, + 51.469805 + ], + [ + -0.20846, + 51.469555 + ], + [ + -0.208601, + 51.469322 + ], + [ + -0.208757, + 51.468733 + ], + [ + -0.208907, + 51.467897 + ], + [ + -0.209056, + 51.467063 + ], + [ + -0.21023, + 51.464803 + ], + [ + -0.210383, + 51.464347 + ], + [ + -0.21043, + 51.464036 + ], + [ + -0.210423, + 51.46367 + ], + [ + -0.210194, + 51.462753 + ], + [ + -0.21018, + 51.462259 + ], + [ + -0.210301, + 51.461727 + ], + [ + -0.210724, + 51.46072 + ], + [ + -0.21089, + 51.459529 + ], + [ + -0.211062, + 51.459069 + ], + [ + -0.211189, + 51.458846 + ], + [ + -0.211264, + 51.458714 + ], + [ + -0.212463, + 51.45722 + ], + [ + -0.212583, + 51.456993 + ], + [ + -0.212668, + 51.456728 + ], + [ + -0.212742, + 51.456388 + ], + [ + -0.212725, + 51.456051 + ], + [ + -0.212654, + 51.45577 + ], + [ + -0.212392, + 51.45527 + ], + [ + -0.212167, + 51.455009 + ], + [ + -0.211623, + 51.454475 + ], + [ + -0.210758, + 51.453703 + ], + [ + -0.209364, + 51.452268 + ], + [ + -0.208093, + 51.450628 + ], + [ + -0.207633, + 51.449746 + ], + [ + -0.207038, + 51.448025 + ], + [ + -0.20683, + 51.447094 + ], + [ + -0.206766, + 51.446515 + ], + [ + -0.206772, + 51.446053 + ], + [ + -0.206643, + 51.444926 + ], + [ + -0.206587, + 51.444438 + ], + [ + -0.206362, + 51.442974 + ], + [ + -0.206205, + 51.442223 + ], + [ + -0.206005, + 51.441553 + ], + [ + -0.205664, + 51.440758 + ], + [ + -0.205325, + 51.440078 + ], + [ + -0.20442, + 51.438746 + ], + [ + -0.20378, + 51.438021 + ], + [ + -0.202965, + 51.437232 + ], + [ + -0.202288, + 51.436685 + ], + [ + -0.201533, + 51.436139 + ], + [ + -0.20069, + 51.435484 + ], + [ + -0.199632, + 51.434459 + ], + [ + -0.199632, + 51.434459 + ], + [ + -0.198837, + 51.43362 + ], + [ + -0.198482, + 51.433082 + ], + [ + -0.198239, + 51.432649 + ], + [ + -0.198066, + 51.43223 + ], + [ + -0.197907, + 51.43148 + ], + [ + -0.197877, + 51.430872 + ], + [ + -0.197963, + 51.430159 + ], + [ + -0.198229, + 51.429329 + ], + [ + -0.198407, + 51.428978 + ], + [ + -0.198805, + 51.42834 + ], + [ + -0.201127, + 51.425286 + ], + [ + -0.201625, + 51.424756 + ], + [ + -0.202655, + 51.423851 + ], + [ + -0.203234, + 51.423479 + ], + [ + -0.203932, + 51.423088 + ], + [ + -0.20486, + 51.42251 + ], + [ + -0.206164, + 51.421636 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.251098, + 51.559061 + ], + [ + 0.249346, + 51.559105 + ], + [ + 0.246795, + 51.559133 + ], + [ + 0.242898, + 51.559255 + ], + [ + 0.241783, + 51.559259 + ], + [ + 0.240696, + 51.559216 + ], + [ + 0.23999, + 51.559168 + ], + [ + 0.238232, + 51.559005 + ], + [ + 0.237365, + 51.558876 + ], + [ + 0.23584, + 51.558603 + ], + [ + 0.235549, + 51.558551 + ], + [ + 0.234872, + 51.558385 + ], + [ + 0.234206, + 51.558192 + ], + [ + 0.233368, + 51.557915 + ], + [ + 0.231091, + 51.557053 + ], + [ + 0.23031, + 51.55678 + ], + [ + 0.22804, + 51.556079 + ], + [ + 0.226182, + 51.555597 + ], + [ + 0.221581, + 51.554595 + ], + [ + 0.218977, + 51.554089 + ], + [ + 0.218542, + 51.554005 + ], + [ + 0.215004, + 51.553241 + ], + [ + 0.203465, + 51.550679 + ], + [ + 0.201775, + 51.550324 + ], + [ + 0.201089, + 51.550209 + ], + [ + 0.19981, + 51.550044 + ], + [ + 0.199124, + 51.549926 + ], + [ + 0.196155, + 51.549411 + ], + [ + 0.194433, + 51.549063 + ], + [ + 0.191293, + 51.548506 + ], + [ + 0.187056, + 51.547792 + ], + [ + 0.169011, + 51.544687 + ], + [ + 0.166565, + 51.544312 + ], + [ + 0.165843, + 51.544191 + ], + [ + 0.16207, + 51.543559 + ], + [ + 0.159535, + 51.54311 + ], + [ + 0.158114, + 51.542805 + ], + [ + 0.155518, + 51.542349 + ], + [ + 0.154171, + 51.542159 + ], + [ + 0.153018, + 51.542022 + ], + [ + 0.151806, + 51.5419 + ], + [ + 0.150739, + 51.541814 + ], + [ + 0.1477, + 51.541672 + ], + [ + 0.1477, + 51.541672 + ], + [ + 0.145176, + 51.54152 + ], + [ + 0.141727, + 51.541225 + ], + [ + 0.140078, + 51.54111 + ], + [ + 0.133681, + 51.540685 + ], + [ + 0.127395, + 51.54032 + ], + [ + 0.126115, + 51.540245 + ], + [ + 0.122788, + 51.539969 + ], + [ + 0.118328, + 51.53967 + ], + [ + 0.105625, + 51.538665 + ], + [ + 0.101556, + 51.53839 + ], + [ + 0.099728, + 51.538267 + ], + [ + 0.096298, + 51.537939 + ], + [ + 0.095786, + 51.537912 + ], + [ + 0.094705, + 51.537919 + ], + [ + 0.0931, + 51.53797 + ], + [ + 0.092186, + 51.537973 + ], + [ + 0.091554, + 51.537937 + ], + [ + 0.088339, + 51.537682 + ], + [ + 0.087566, + 51.53767 + ], + [ + 0.087232, + 51.537682 + ], + [ + 0.086374, + 51.537775 + ], + [ + 0.085456, + 51.537936 + ], + [ + 0.084411, + 51.538171 + ], + [ + 0.083246, + 51.538538 + ], + [ + 0.082756, + 51.538733 + ], + [ + 0.081428, + 51.539408 + ], + [ + 0.079723, + 51.540275 + ], + [ + 0.078939, + 51.540657 + ], + [ + 0.077788, + 51.541171 + ], + [ + 0.076482, + 51.541803 + ], + [ + 0.074725, + 51.542547 + ], + [ + 0.073603, + 51.542936 + ], + [ + 0.072557, + 51.543205 + ], + [ + 0.069987, + 51.543678 + ], + [ + 0.068925, + 51.543947 + ], + [ + 0.068188, + 51.544109 + ], + [ + 0.06699, + 51.544429 + ], + [ + 0.066339, + 51.544567 + ], + [ + 0.065737, + 51.544651 + ], + [ + 0.065021, + 51.544692 + ], + [ + 0.064358, + 51.544671 + ], + [ + 0.063569, + 51.544583 + ], + [ + 0.062688, + 51.544401 + ], + [ + 0.06223, + 51.544262 + ], + [ + 0.061834, + 51.544118 + ], + [ + 0.061444, + 51.543948 + ], + [ + 0.060928, + 51.543684 + ], + [ + 0.060257, + 51.543166 + ], + [ + 0.059489, + 51.542414 + ], + [ + 0.059157, + 51.542126 + ], + [ + 0.058511, + 51.541706 + ], + [ + 0.057968, + 51.541435 + ], + [ + 0.056684, + 51.540842 + ], + [ + 0.055524, + 51.540375 + ], + [ + 0.054505, + 51.540019 + ], + [ + 0.053323, + 51.539636 + ], + [ + 0.052011, + 51.539243 + ], + [ + 0.051374, + 51.539084 + ], + [ + 0.050159, + 51.538781 + ], + [ + 0.045229, + 51.537689 + ], + [ + 0.036701, + 51.535718 + ], + [ + 0.035183, + 51.535399 + ], + [ + 0.035085, + 51.535378 + ], + [ + 0.032587, + 51.534804 + ], + [ + 0.031123, + 51.534444 + ], + [ + 0.024891, + 51.533027 + ], + [ + 0.018528, + 51.531551 + ], + [ + 0.017718, + 51.531403 + ], + [ + 0.017634, + 51.531388 + ], + [ + 0.016571, + 51.531157 + ], + [ + 0.015138, + 51.530794 + ], + [ + 0.013802, + 51.530484 + ], + [ + 0.011576, + 51.529999 + ], + [ + 0.007501, + 51.529077 + ], + [ + 0.00493, + 51.528477 + ], + [ + 0.00493, + 51.528477 + ], + [ + 0.003214, + 51.528018 + ], + [ + 0.001087, + 51.527501 + ], + [ + -0.004799, + 51.526136 + ], + [ + -0.006144, + 51.525842 + ], + [ + -0.00842, + 51.525265 + ], + [ + -0.00975, + 51.524988 + ], + [ + -0.011585, + 51.524737 + ], + [ + -0.011585, + 51.524737 + ], + [ + -0.012424, + 51.524641 + ], + [ + -0.01423, + 51.524479 + ], + [ + -0.014946, + 51.524474 + ], + [ + -0.016196, + 51.524508 + ], + [ + -0.019272, + 51.5246 + ], + [ + -0.019739, + 51.524633 + ], + [ + -0.020222, + 51.524734 + ], + [ + -0.020623, + 51.524891 + ], + [ + -0.021876, + 51.525568 + ], + [ + -0.023582, + 51.526456 + ], + [ + -0.023991, + 51.526649 + ], + [ + -0.024315, + 51.526755 + ], + [ + -0.024789, + 51.526861 + ], + [ + -0.024842, + 51.526873 + ], + [ + -0.025131, + 51.526912 + ], + [ + -0.025712, + 51.526908 + ], + [ + -0.026527, + 51.5268 + ], + [ + -0.033445, + 51.525356 + ], + [ + -0.033445, + 51.525356 + ], + [ + -0.035338, + 51.524877 + ], + [ + -0.037412, + 51.524101 + ], + [ + -0.038754, + 51.523311 + ], + [ + -0.040956, + 51.522592 + ], + [ + -0.042294, + 51.522335 + ], + [ + -0.044046, + 51.522175 + ], + [ + -0.045445, + 51.521993 + ], + [ + -0.04639, + 51.521788 + ], + [ + -0.046728, + 51.521715 + ], + [ + -0.051392, + 51.520844 + ], + [ + -0.056634, + 51.519924 + ], + [ + -0.057864, + 51.519659 + ], + [ + -0.058193, + 51.519652 + ], + [ + -0.058875, + 51.519744 + ], + [ + -0.059523, + 51.519806 + ], + [ + -0.060015, + 51.519789 + ], + [ + -0.060028, + 51.519788 + ], + [ + -0.060593, + 51.519716 + ], + [ + -0.061636, + 51.519443 + ], + [ + -0.062047, + 51.519277 + ], + [ + -0.062589, + 51.518981 + ], + [ + -0.062838, + 51.518813 + ], + [ + -0.063119, + 51.518545 + ], + [ + -0.063372, + 51.518428 + ], + [ + -0.065037, + 51.517919 + ], + [ + -0.067805, + 51.516877 + ], + [ + -0.071877, + 51.515147 + ], + [ + -0.072135, + 51.515059 + ], + [ + -0.073647, + 51.514546 + ], + [ + -0.074535, + 51.514264 + ], + [ + -0.07491, + 51.514102 + ], + [ + -0.075143, + 51.513904 + ], + [ + -0.075318, + 51.513663 + ], + [ + -0.075404, + 51.513474 + ], + [ + -0.075579, + 51.512857 + ], + [ + -0.075582, + 51.512374 + ], + [ + -0.075305, + 51.51111 + ], + [ + -0.075461, + 51.510697 + ], + [ + -0.076014, + 51.510134 + ], + [ + -0.076232, + 51.509994 + ], + [ + -0.076232, + 51.509994 + ], + [ + -0.076511, + 51.509893 + ], + [ + -0.076637, + 51.509872 + ], + [ + -0.07775, + 51.509812 + ], + [ + -0.077918, + 51.509777 + ], + [ + -0.078315, + 51.509614 + ], + [ + -0.078459, + 51.509585 + ], + [ + -0.079634, + 51.509646 + ], + [ + -0.080347, + 51.509657 + ], + [ + -0.080452, + 51.509678 + ], + [ + -0.082688, + 51.510446 + ], + [ + -0.083154, + 51.510558 + ], + [ + -0.083836, + 51.51063 + ], + [ + -0.08432, + 51.510633 + ], + [ + -0.085172, + 51.510581 + ], + [ + -0.085733, + 51.5106 + ], + [ + -0.086103, + 51.510651 + ], + [ + -0.086474, + 51.510732 + ], + [ + -0.086677, + 51.510777 + ], + [ + -0.086986, + 51.51092 + ], + [ + -0.08721, + 51.51099 + ], + [ + -0.08921, + 51.511376 + ], + [ + -0.089636, + 51.511409 + ], + [ + -0.090072, + 51.511398 + ], + [ + -0.090323, + 51.511391 + ], + [ + -0.09074, + 51.51142 + ], + [ + -0.092122, + 51.511664 + ], + [ + -0.093754, + 51.51191 + ], + [ + -0.094202, + 51.511945 + ], + [ + -0.094576, + 51.511974 + ], + [ + -0.096267, + 51.511856 + ], + [ + -0.097312, + 51.511841 + ], + [ + -0.098324, + 51.511882 + ], + [ + -0.101462, + 51.512074 + ], + [ + -0.10192, + 51.512068 + ], + [ + -0.10255, + 51.511946 + ], + [ + -0.103776, + 51.511597 + ], + [ + -0.104327, + 51.511439 + ], + [ + -0.105099, + 51.511268 + ], + [ + -0.105405, + 51.511231 + ], + [ + -0.106959, + 51.511209 + ], + [ + -0.110963, + 51.511202 + ], + [ + -0.112412, + 51.511165 + ], + [ + -0.113294, + 51.511111 + ], + [ + -0.113746, + 51.511062 + ], + [ + -0.114771, + 51.510917 + ], + [ + -0.114813, + 51.510911 + ], + [ + -0.11565, + 51.51075 + ], + [ + -0.11639, + 51.510549 + ], + [ + -0.118538, + 51.509893 + ], + [ + -0.118998, + 51.509728 + ], + [ + -0.120054, + 51.509183 + ], + [ + -0.120878, + 51.508638 + ], + [ + -0.121308, + 51.508398 + ], + [ + -0.121497, + 51.508252 + ], + [ + -0.12187, + 51.507835 + ], + [ + -0.122109, + 51.50762 + ], + [ + -0.122393, + 51.507252 + ], + [ + -0.122577, + 51.507014 + ], + [ + -0.122854, + 51.506394 + ], + [ + -0.123316, + 51.504856 + ], + [ + -0.123944, + 51.502549 + ], + [ + -0.124076, + 51.502186 + ], + [ + -0.12422, + 51.501947 + ], + [ + -0.124432, + 51.501734 + ], + [ + -0.124736, + 51.501501 + ], + [ + -0.125113, + 51.501278 + ], + [ + -0.125227, + 51.501211 + ], + [ + -0.125956, + 51.500878 + ], + [ + -0.127643, + 51.500167 + ], + [ + -0.12791, + 51.500064 + ], + [ + -0.128444, + 51.499921 + ], + [ + -0.129032, + 51.499823 + ], + [ + -0.129689, + 51.499766 + ], + [ + -0.130311, + 51.499749 + ], + [ + -0.132116, + 51.499769 + ], + [ + -0.132743, + 51.499734 + ], + [ + -0.133327, + 51.499652 + ], + [ + -0.133368, + 51.499646 + ], + [ + -0.134338, + 51.499413 + ], + [ + -0.135346, + 51.49904 + ], + [ + -0.137312, + 51.498049 + ], + [ + -0.137982, + 51.497748 + ], + [ + -0.138709, + 51.497516 + ], + [ + -0.139331, + 51.497368 + ], + [ + -0.14022, + 51.49709 + ], + [ + -0.140954, + 51.496819 + ], + [ + -0.141521, + 51.496673 + ], + [ + -0.142996, + 51.496387 + ], + [ + -0.14323, + 51.496358 + ], + [ + -0.143744, + 51.496334 + ], + [ + -0.143845, + 51.496334 + ], + [ + -0.144727, + 51.49634 + ], + [ + -0.145167, + 51.496285 + ], + [ + -0.145602, + 51.496173 + ], + [ + -0.145799, + 51.496104 + ], + [ + -0.146156, + 51.495933 + ], + [ + -0.146338, + 51.495815 + ], + [ + -0.146493, + 51.495671 + ], + [ + -0.147271, + 51.494756 + ], + [ + -0.148389, + 51.493346 + ], + [ + -0.1487, + 51.493069 + ], + [ + -0.149128, + 51.492832 + ], + [ + -0.150929, + 51.492202 + ], + [ + -0.151659, + 51.492023 + ], + [ + -0.152267, + 51.491959 + ], + [ + -0.154001, + 51.491882 + ], + [ + -0.154408, + 51.491907 + ], + [ + -0.155307, + 51.492052 + ], + [ + -0.156037, + 51.492193 + ], + [ + -0.156452, + 51.492329 + ], + [ + -0.159622, + 51.493367 + ], + [ + -0.161356, + 51.493634 + ], + [ + -0.170653, + 51.494033 + ], + [ + -0.17217, + 51.494013 + ], + [ + -0.173915, + 51.494077 + ], + [ + -0.174218, + 51.494088 + ], + [ + -0.174655, + 51.494085 + ], + [ + -0.17542, + 51.494043 + ], + [ + -0.179202, + 51.493723 + ], + [ + -0.179702, + 51.493739 + ], + [ + -0.180215, + 51.49379 + ], + [ + -0.182942, + 51.494333 + ], + [ + -0.183472, + 51.494438 + ], + [ + -0.185817, + 51.494939 + ], + [ + -0.18628, + 51.495013 + ], + [ + -0.186726, + 51.495029 + ], + [ + -0.187203, + 51.49502 + ], + [ + -0.187759, + 51.49499 + ], + [ + -0.188224, + 51.494916 + ], + [ + -0.188997, + 51.494675 + ], + [ + -0.189497, + 51.494453 + ], + [ + -0.189832, + 51.494266 + ], + [ + -0.193903, + 51.491652 + ], + [ + -0.194168, + 51.491482 + ], + [ + -0.195176, + 51.49086 + ], + [ + -0.195892, + 51.490372 + ], + [ + -0.196395, + 51.490151 + ], + [ + -0.196808, + 51.49004 + ], + [ + -0.197289, + 51.489954 + ], + [ + -0.197819, + 51.489906 + ], + [ + -0.198333, + 51.489896 + ], + [ + -0.198887, + 51.489922 + ], + [ + -0.199531, + 51.490025 + ], + [ + -0.20009, + 51.490185 + ], + [ + -0.201888, + 51.491035 + ], + [ + -0.202527, + 51.491221 + ], + [ + -0.202884, + 51.491278 + ], + [ + -0.20325, + 51.491296 + ], + [ + -0.203851, + 51.491255 + ], + [ + -0.204161, + 51.491215 + ], + [ + -0.204446, + 51.491153 + ], + [ + -0.206355, + 51.490581 + ], + [ + -0.207444, + 51.490255 + ], + [ + -0.208261, + 51.490087 + ], + [ + -0.209106, + 51.489987 + ], + [ + -0.209805, + 51.489946 + ], + [ + -0.210349, + 51.489939 + ], + [ + -0.210899, + 51.489959 + ], + [ + -0.211835, + 51.49004 + ], + [ + -0.213583, + 51.490241 + ], + [ + -0.213749, + 51.49026 + ], + [ + -0.214924, + 51.490297 + ], + [ + -0.216879, + 51.490229 + ], + [ + -0.218948, + 51.490126 + ], + [ + -0.219362, + 51.490134 + ], + [ + -0.219945, + 51.490191 + ], + [ + -0.220401, + 51.49027 + ], + [ + -0.221127, + 51.490464 + ], + [ + -0.221547, + 51.490642 + ], + [ + -0.222067, + 51.490942 + ], + [ + -0.222315, + 51.49114 + ], + [ + -0.223808, + 51.492591 + ], + [ + -0.224028, + 51.492804 + ], + [ + -0.224277, + 51.492953 + ], + [ + -0.224505, + 51.493077 + ], + [ + -0.22542, + 51.493353 + ], + [ + -0.225957, + 51.493499 + ], + [ + -0.226759, + 51.493645 + ], + [ + -0.227169, + 51.493662 + ], + [ + -0.228286, + 51.493601 + ], + [ + -0.22882, + 51.4936 + ], + [ + -0.229526, + 51.493622 + ], + [ + -0.232409, + 51.493811 + ], + [ + -0.233911, + 51.493982 + ], + [ + -0.23585, + 51.494125 + ], + [ + -0.236411, + 51.494166 + ], + [ + -0.23712, + 51.494255 + ], + [ + -0.239607, + 51.49466 + ], + [ + -0.240843, + 51.494794 + ], + [ + -0.241795, + 51.494875 + ], + [ + -0.242845, + 51.494921 + ], + [ + -0.244664, + 51.49489 + ], + [ + -0.24534, + 51.494904 + ], + [ + -0.245624, + 51.494926 + ], + [ + -0.246928, + 51.495025 + ], + [ + -0.248193, + 51.49508 + ], + [ + -0.250884, + 51.495146 + ], + [ + -0.25453, + 51.495143 + ], + [ + -0.25453, + 51.495143 + ], + [ + -0.257067, + 51.495065 + ], + [ + -0.258175, + 51.49505 + ], + [ + -0.260131, + 51.495061 + ], + [ + -0.26138, + 51.494959 + ], + [ + -0.265648, + 51.494496 + ], + [ + -0.266365, + 51.494462 + ], + [ + -0.267151, + 51.494476 + ], + [ + -0.267683, + 51.494533 + ], + [ + -0.268122, + 51.494579 + ], + [ + -0.269416, + 51.494799 + ], + [ + -0.270409, + 51.495129 + ], + [ + -0.271073, + 51.495435 + ], + [ + -0.271686, + 51.495799 + ], + [ + -0.272691, + 51.49667 + ], + [ + -0.273218, + 51.497034 + ], + [ + -0.273703, + 51.497319 + ], + [ + -0.274451, + 51.497669 + ], + [ + -0.276341, + 51.498465 + ], + [ + -0.276851, + 51.498726 + ], + [ + -0.277155, + 51.498911 + ], + [ + -0.277665, + 51.499282 + ], + [ + -0.277896, + 51.49949 + ], + [ + -0.278123, + 51.499726 + ], + [ + -0.278311, + 51.499979 + ], + [ + -0.278632, + 51.500501 + ], + [ + -0.278729, + 51.50072 + ], + [ + -0.278832, + 51.501096 + ], + [ + -0.279269, + 51.501875 + ], + [ + -0.279569, + 51.502266 + ], + [ + -0.279917, + 51.502644 + ], + [ + -0.280137, + 51.502809 + ], + [ + -0.280414, + 51.503017 + ], + [ + -0.281248, + 51.503539 + ], + [ + -0.282142, + 51.504015 + ], + [ + -0.283634, + 51.504908 + ], + [ + -0.285611, + 51.505945 + ], + [ + -0.286145, + 51.506293 + ], + [ + -0.286698, + 51.506766 + ], + [ + -0.28701, + 51.507098 + ], + [ + -0.287249, + 51.507416 + ], + [ + -0.287456, + 51.507728 + ], + [ + -0.287612, + 51.508027 + ], + [ + -0.287714, + 51.508264 + ], + [ + -0.288075, + 51.509391 + ], + [ + -0.288181, + 51.509907 + ], + [ + -0.288185, + 51.510218 + ], + [ + -0.288189, + 51.510503 + ], + [ + -0.288068, + 51.511017 + ], + [ + -0.287987, + 51.511939 + ], + [ + -0.287868, + 51.512505 + ], + [ + -0.287657, + 51.513255 + ], + [ + -0.287645, + 51.513539 + ], + [ + -0.287691, + 51.513935 + ], + [ + -0.287795, + 51.514202 + ], + [ + -0.288063, + 51.514586 + ], + [ + -0.288566, + 51.515061 + ], + [ + -0.289125, + 51.515432 + ], + [ + -0.289541, + 51.515621 + ], + [ + -0.289954, + 51.51575 + ], + [ + -0.290554, + 51.515848 + ], + [ + -0.291049, + 51.51588 + ], + [ + -0.291601, + 51.515888 + ], + [ + -0.292126, + 51.51585 + ], + [ + -0.292696, + 51.515757 + ], + [ + -0.2943, + 51.51532 + ], + [ + -0.294857, + 51.515222 + ], + [ + -0.296195, + 51.515038 + ], + [ + -0.298564, + 51.514984 + ], + [ + -0.300401, + 51.514994 + ], + [ + -0.301197, + 51.514848 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.251098, + 51.559061 + ], + [ + 0.249346, + 51.559105 + ], + [ + 0.246795, + 51.559133 + ], + [ + 0.242898, + 51.559255 + ], + [ + 0.241783, + 51.559259 + ], + [ + 0.240696, + 51.559216 + ], + [ + 0.23999, + 51.559168 + ], + [ + 0.238232, + 51.559005 + ], + [ + 0.237365, + 51.558876 + ], + [ + 0.23584, + 51.558603 + ], + [ + 0.235549, + 51.558551 + ], + [ + 0.234872, + 51.558385 + ], + [ + 0.234206, + 51.558192 + ], + [ + 0.233368, + 51.557915 + ], + [ + 0.231091, + 51.557053 + ], + [ + 0.23031, + 51.55678 + ], + [ + 0.22804, + 51.556079 + ], + [ + 0.226182, + 51.555597 + ], + [ + 0.221581, + 51.554595 + ], + [ + 0.218977, + 51.554089 + ], + [ + 0.218542, + 51.554005 + ], + [ + 0.215004, + 51.553241 + ], + [ + 0.203465, + 51.550679 + ], + [ + 0.201775, + 51.550324 + ], + [ + 0.201089, + 51.550209 + ], + [ + 0.19981, + 51.550044 + ], + [ + 0.199124, + 51.549926 + ], + [ + 0.196155, + 51.549411 + ], + [ + 0.194433, + 51.549063 + ], + [ + 0.191293, + 51.548506 + ], + [ + 0.187056, + 51.547792 + ], + [ + 0.169011, + 51.544687 + ], + [ + 0.166565, + 51.544312 + ], + [ + 0.165843, + 51.544191 + ], + [ + 0.16207, + 51.543559 + ], + [ + 0.159535, + 51.54311 + ], + [ + 0.158114, + 51.542805 + ], + [ + 0.155518, + 51.542349 + ], + [ + 0.154171, + 51.542159 + ], + [ + 0.153018, + 51.542022 + ], + [ + 0.151806, + 51.5419 + ], + [ + 0.150739, + 51.541814 + ], + [ + 0.1477, + 51.541672 + ], + [ + 0.1477, + 51.541672 + ], + [ + 0.145176, + 51.54152 + ], + [ + 0.141727, + 51.541225 + ], + [ + 0.140078, + 51.54111 + ], + [ + 0.133681, + 51.540685 + ], + [ + 0.127395, + 51.54032 + ], + [ + 0.126115, + 51.540245 + ], + [ + 0.122788, + 51.539969 + ], + [ + 0.118328, + 51.53967 + ], + [ + 0.105625, + 51.538665 + ], + [ + 0.101556, + 51.53839 + ], + [ + 0.099728, + 51.538267 + ], + [ + 0.096298, + 51.537939 + ], + [ + 0.095786, + 51.537912 + ], + [ + 0.094705, + 51.537919 + ], + [ + 0.0931, + 51.53797 + ], + [ + 0.092186, + 51.537973 + ], + [ + 0.091554, + 51.537937 + ], + [ + 0.088339, + 51.537682 + ], + [ + 0.087566, + 51.53767 + ], + [ + 0.087232, + 51.537682 + ], + [ + 0.086374, + 51.537775 + ], + [ + 0.085456, + 51.537936 + ], + [ + 0.084411, + 51.538171 + ], + [ + 0.083246, + 51.538538 + ], + [ + 0.082756, + 51.538733 + ], + [ + 0.081428, + 51.539408 + ], + [ + 0.079723, + 51.540275 + ], + [ + 0.078939, + 51.540657 + ], + [ + 0.077788, + 51.541171 + ], + [ + 0.076482, + 51.541803 + ], + [ + 0.074725, + 51.542547 + ], + [ + 0.073603, + 51.542936 + ], + [ + 0.072557, + 51.543205 + ], + [ + 0.069987, + 51.543678 + ], + [ + 0.068925, + 51.543947 + ], + [ + 0.068188, + 51.544109 + ], + [ + 0.06699, + 51.544429 + ], + [ + 0.066339, + 51.544567 + ], + [ + 0.065737, + 51.544651 + ], + [ + 0.065021, + 51.544692 + ], + [ + 0.064358, + 51.544671 + ], + [ + 0.063569, + 51.544583 + ], + [ + 0.062688, + 51.544401 + ], + [ + 0.06223, + 51.544262 + ], + [ + 0.061834, + 51.544118 + ], + [ + 0.061444, + 51.543948 + ], + [ + 0.060928, + 51.543684 + ], + [ + 0.060257, + 51.543166 + ], + [ + 0.059489, + 51.542414 + ], + [ + 0.059157, + 51.542126 + ], + [ + 0.058511, + 51.541706 + ], + [ + 0.057968, + 51.541435 + ], + [ + 0.056684, + 51.540842 + ], + [ + 0.055524, + 51.540375 + ], + [ + 0.054505, + 51.540019 + ], + [ + 0.053323, + 51.539636 + ], + [ + 0.052011, + 51.539243 + ], + [ + 0.051374, + 51.539084 + ], + [ + 0.050159, + 51.538781 + ], + [ + 0.045229, + 51.537689 + ], + [ + 0.036701, + 51.535718 + ], + [ + 0.035183, + 51.535399 + ], + [ + 0.035085, + 51.535378 + ], + [ + 0.032587, + 51.534804 + ], + [ + 0.031123, + 51.534444 + ], + [ + 0.024891, + 51.533027 + ], + [ + 0.018528, + 51.531551 + ], + [ + 0.017718, + 51.531403 + ], + [ + 0.017634, + 51.531388 + ], + [ + 0.016571, + 51.531157 + ], + [ + 0.015138, + 51.530794 + ], + [ + 0.013802, + 51.530484 + ], + [ + 0.011576, + 51.529999 + ], + [ + 0.007501, + 51.529077 + ], + [ + 0.00493, + 51.528477 + ], + [ + 0.00493, + 51.528477 + ], + [ + 0.003214, + 51.528018 + ], + [ + 0.001087, + 51.527501 + ], + [ + -0.004799, + 51.526136 + ], + [ + -0.006144, + 51.525842 + ], + [ + -0.00842, + 51.525265 + ], + [ + -0.00975, + 51.524988 + ], + [ + -0.011585, + 51.524737 + ], + [ + -0.011585, + 51.524737 + ], + [ + -0.012424, + 51.524641 + ], + [ + -0.01423, + 51.524479 + ], + [ + -0.014946, + 51.524474 + ], + [ + -0.016196, + 51.524508 + ], + [ + -0.019272, + 51.5246 + ], + [ + -0.019739, + 51.524633 + ], + [ + -0.020222, + 51.524734 + ], + [ + -0.020623, + 51.524891 + ], + [ + -0.021876, + 51.525568 + ], + [ + -0.023582, + 51.526456 + ], + [ + -0.023991, + 51.526649 + ], + [ + -0.024315, + 51.526755 + ], + [ + -0.024789, + 51.526861 + ], + [ + -0.024842, + 51.526873 + ], + [ + -0.025131, + 51.526912 + ], + [ + -0.025712, + 51.526908 + ], + [ + -0.026527, + 51.5268 + ], + [ + -0.033445, + 51.525356 + ], + [ + -0.033445, + 51.525356 + ], + [ + -0.035338, + 51.524877 + ], + [ + -0.037412, + 51.524101 + ], + [ + -0.038754, + 51.523311 + ], + [ + -0.040956, + 51.522592 + ], + [ + -0.042294, + 51.522335 + ], + [ + -0.044046, + 51.522175 + ], + [ + -0.045445, + 51.521993 + ], + [ + -0.04639, + 51.521788 + ], + [ + -0.046728, + 51.521715 + ], + [ + -0.051392, + 51.520844 + ], + [ + -0.056634, + 51.519924 + ], + [ + -0.057864, + 51.519659 + ], + [ + -0.058193, + 51.519652 + ], + [ + -0.058875, + 51.519744 + ], + [ + -0.059523, + 51.519806 + ], + [ + -0.060015, + 51.519789 + ], + [ + -0.060028, + 51.519788 + ], + [ + -0.060593, + 51.519716 + ], + [ + -0.061636, + 51.519443 + ], + [ + -0.062047, + 51.519277 + ], + [ + -0.062589, + 51.518981 + ], + [ + -0.062838, + 51.518813 + ], + [ + -0.063119, + 51.518545 + ], + [ + -0.063372, + 51.518428 + ], + [ + -0.065037, + 51.517919 + ], + [ + -0.067805, + 51.516877 + ], + [ + -0.071877, + 51.515147 + ], + [ + -0.072135, + 51.515059 + ], + [ + -0.073647, + 51.514546 + ], + [ + -0.074535, + 51.514264 + ], + [ + -0.07491, + 51.514102 + ], + [ + -0.075143, + 51.513904 + ], + [ + -0.075318, + 51.513663 + ], + [ + -0.075404, + 51.513474 + ], + [ + -0.075579, + 51.512857 + ], + [ + -0.075582, + 51.512374 + ], + [ + -0.075305, + 51.51111 + ], + [ + -0.075461, + 51.510697 + ], + [ + -0.076014, + 51.510134 + ], + [ + -0.076232, + 51.509994 + ], + [ + -0.076232, + 51.509994 + ], + [ + -0.076511, + 51.509893 + ], + [ + -0.076637, + 51.509872 + ], + [ + -0.07775, + 51.509812 + ], + [ + -0.077918, + 51.509777 + ], + [ + -0.078315, + 51.509614 + ], + [ + -0.078459, + 51.509585 + ], + [ + -0.079634, + 51.509646 + ], + [ + -0.080347, + 51.509657 + ], + [ + -0.080452, + 51.509678 + ], + [ + -0.082688, + 51.510446 + ], + [ + -0.083154, + 51.510558 + ], + [ + -0.083836, + 51.51063 + ], + [ + -0.08432, + 51.510633 + ], + [ + -0.085172, + 51.510581 + ], + [ + -0.085733, + 51.5106 + ], + [ + -0.086103, + 51.510651 + ], + [ + -0.086474, + 51.510732 + ], + [ + -0.086677, + 51.510777 + ], + [ + -0.086986, + 51.51092 + ], + [ + -0.08721, + 51.51099 + ], + [ + -0.08921, + 51.511376 + ], + [ + -0.089636, + 51.511409 + ], + [ + -0.090072, + 51.511398 + ], + [ + -0.090323, + 51.511391 + ], + [ + -0.09074, + 51.51142 + ], + [ + -0.092122, + 51.511664 + ], + [ + -0.093754, + 51.51191 + ], + [ + -0.094202, + 51.511945 + ], + [ + -0.094576, + 51.511974 + ], + [ + -0.096267, + 51.511856 + ], + [ + -0.097312, + 51.511841 + ], + [ + -0.098324, + 51.511882 + ], + [ + -0.101462, + 51.512074 + ], + [ + -0.10192, + 51.512068 + ], + [ + -0.10255, + 51.511946 + ], + [ + -0.103776, + 51.511597 + ], + [ + -0.104327, + 51.511439 + ], + [ + -0.105099, + 51.511268 + ], + [ + -0.105405, + 51.511231 + ], + [ + -0.106959, + 51.511209 + ], + [ + -0.110963, + 51.511202 + ], + [ + -0.112412, + 51.511165 + ], + [ + -0.113294, + 51.511111 + ], + [ + -0.113746, + 51.511062 + ], + [ + -0.114771, + 51.510917 + ], + [ + -0.114813, + 51.510911 + ], + [ + -0.11565, + 51.51075 + ], + [ + -0.11639, + 51.510549 + ], + [ + -0.118538, + 51.509893 + ], + [ + -0.118998, + 51.509728 + ], + [ + -0.120054, + 51.509183 + ], + [ + -0.120878, + 51.508638 + ], + [ + -0.121308, + 51.508398 + ], + [ + -0.121497, + 51.508252 + ], + [ + -0.12187, + 51.507835 + ], + [ + -0.122109, + 51.50762 + ], + [ + -0.122393, + 51.507252 + ], + [ + -0.122577, + 51.507014 + ], + [ + -0.122854, + 51.506394 + ], + [ + -0.123316, + 51.504856 + ], + [ + -0.123944, + 51.502549 + ], + [ + -0.124076, + 51.502186 + ], + [ + -0.12422, + 51.501947 + ], + [ + -0.124432, + 51.501734 + ], + [ + -0.124736, + 51.501501 + ], + [ + -0.125113, + 51.501278 + ], + [ + -0.125227, + 51.501211 + ], + [ + -0.125956, + 51.500878 + ], + [ + -0.127643, + 51.500167 + ], + [ + -0.12791, + 51.500064 + ], + [ + -0.128444, + 51.499921 + ], + [ + -0.129032, + 51.499823 + ], + [ + -0.129689, + 51.499766 + ], + [ + -0.130311, + 51.499749 + ], + [ + -0.132116, + 51.499769 + ], + [ + -0.132743, + 51.499734 + ], + [ + -0.133327, + 51.499652 + ], + [ + -0.133368, + 51.499646 + ], + [ + -0.134338, + 51.499413 + ], + [ + -0.135346, + 51.49904 + ], + [ + -0.137312, + 51.498049 + ], + [ + -0.137982, + 51.497748 + ], + [ + -0.138709, + 51.497516 + ], + [ + -0.139331, + 51.497368 + ], + [ + -0.14022, + 51.49709 + ], + [ + -0.140954, + 51.496819 + ], + [ + -0.141521, + 51.496673 + ], + [ + -0.142996, + 51.496387 + ], + [ + -0.14323, + 51.496358 + ], + [ + -0.143744, + 51.496334 + ], + [ + -0.143845, + 51.496334 + ], + [ + -0.144727, + 51.49634 + ], + [ + -0.145167, + 51.496285 + ], + [ + -0.145602, + 51.496173 + ], + [ + -0.145799, + 51.496104 + ], + [ + -0.146156, + 51.495933 + ], + [ + -0.146338, + 51.495815 + ], + [ + -0.146493, + 51.495671 + ], + [ + -0.147271, + 51.494756 + ], + [ + -0.148389, + 51.493346 + ], + [ + -0.1487, + 51.493069 + ], + [ + -0.149128, + 51.492832 + ], + [ + -0.150929, + 51.492202 + ], + [ + -0.151399, + 51.492076 + ], + [ + -0.151947, + 51.491986 + ], + [ + -0.152267, + 51.491959 + ], + [ + -0.154001, + 51.491882 + ], + [ + -0.154408, + 51.491907 + ], + [ + -0.155307, + 51.492052 + ], + [ + -0.156037, + 51.492193 + ], + [ + -0.156452, + 51.492329 + ], + [ + -0.159622, + 51.493367 + ], + [ + -0.161356, + 51.493634 + ], + [ + -0.170653, + 51.494033 + ], + [ + -0.17217, + 51.494013 + ], + [ + -0.173915, + 51.494077 + ], + [ + -0.174218, + 51.494088 + ], + [ + -0.174655, + 51.494085 + ], + [ + -0.17542, + 51.494043 + ], + [ + -0.179202, + 51.493723 + ], + [ + -0.179702, + 51.493739 + ], + [ + -0.180215, + 51.49379 + ], + [ + -0.182942, + 51.494333 + ], + [ + -0.183472, + 51.494438 + ], + [ + -0.185817, + 51.494939 + ], + [ + -0.18628, + 51.495013 + ], + [ + -0.186726, + 51.495029 + ], + [ + -0.187203, + 51.49502 + ], + [ + -0.187759, + 51.49499 + ], + [ + -0.188224, + 51.494916 + ], + [ + -0.188997, + 51.494675 + ], + [ + -0.189497, + 51.494453 + ], + [ + -0.189832, + 51.494266 + ], + [ + -0.193903, + 51.491652 + ], + [ + -0.194168, + 51.491482 + ], + [ + -0.195176, + 51.49086 + ], + [ + -0.195892, + 51.490372 + ], + [ + -0.196395, + 51.490151 + ], + [ + -0.196808, + 51.49004 + ], + [ + -0.197289, + 51.489954 + ], + [ + -0.197819, + 51.489906 + ], + [ + -0.198333, + 51.489896 + ], + [ + -0.198887, + 51.489922 + ], + [ + -0.199531, + 51.490025 + ], + [ + -0.20009, + 51.490185 + ], + [ + -0.201888, + 51.491035 + ], + [ + -0.202527, + 51.491221 + ], + [ + -0.202884, + 51.491278 + ], + [ + -0.20325, + 51.491296 + ], + [ + -0.203851, + 51.491255 + ], + [ + -0.204161, + 51.491215 + ], + [ + -0.204446, + 51.491153 + ], + [ + -0.206355, + 51.490581 + ], + [ + -0.207444, + 51.490255 + ], + [ + -0.207846, + 51.490163 + ], + [ + -0.208261, + 51.490087 + ], + [ + -0.209106, + 51.489987 + ], + [ + -0.209805, + 51.489946 + ], + [ + -0.210349, + 51.489939 + ], + [ + -0.210899, + 51.489959 + ], + [ + -0.211835, + 51.49004 + ], + [ + -0.213586, + 51.490233 + ], + [ + -0.213926, + 51.49027 + ], + [ + -0.214924, + 51.490297 + ], + [ + -0.216879, + 51.490229 + ], + [ + -0.218948, + 51.490126 + ], + [ + -0.219362, + 51.490134 + ], + [ + -0.22016, + 51.49022 + ], + [ + -0.221127, + 51.490464 + ], + [ + -0.221547, + 51.490642 + ], + [ + -0.222067, + 51.490942 + ], + [ + -0.222315, + 51.49114 + ], + [ + -0.22263, + 51.491438 + ], + [ + -0.223809, + 51.49259 + ], + [ + -0.224028, + 51.492804 + ], + [ + -0.224277, + 51.492953 + ], + [ + -0.224505, + 51.493077 + ], + [ + -0.224688, + 51.493138 + ], + [ + -0.225957, + 51.493499 + ], + [ + -0.226523, + 51.493609 + ], + [ + -0.226902, + 51.493658 + ], + [ + -0.227169, + 51.493662 + ], + [ + -0.228286, + 51.493601 + ], + [ + -0.22882, + 51.4936 + ], + [ + -0.229526, + 51.493622 + ], + [ + -0.232409, + 51.493811 + ], + [ + -0.233911, + 51.493982 + ], + [ + -0.23585, + 51.494125 + ], + [ + -0.236411, + 51.494166 + ], + [ + -0.23712, + 51.494255 + ], + [ + -0.239607, + 51.49466 + ], + [ + -0.240843, + 51.494794 + ], + [ + -0.241795, + 51.494875 + ], + [ + -0.242845, + 51.494921 + ], + [ + -0.244664, + 51.49489 + ], + [ + -0.24534, + 51.494904 + ], + [ + -0.245624, + 51.494926 + ], + [ + -0.246928, + 51.495025 + ], + [ + -0.248193, + 51.49508 + ], + [ + -0.250884, + 51.495146 + ], + [ + -0.25453, + 51.495143 + ], + [ + -0.25453, + 51.495143 + ], + [ + -0.257067, + 51.495065 + ], + [ + -0.258175, + 51.49505 + ], + [ + -0.260131, + 51.495061 + ], + [ + -0.26138, + 51.494959 + ], + [ + -0.265641, + 51.494505 + ], + [ + -0.267178, + 51.49413 + ], + [ + -0.268063, + 51.494012 + ], + [ + -0.268976, + 51.493924 + ], + [ + -0.269856, + 51.493814 + ], + [ + -0.27064, + 51.493692 + ], + [ + -0.271673, + 51.493439 + ], + [ + -0.27236, + 51.493202 + ], + [ + -0.273007, + 51.492936 + ], + [ + -0.273822, + 51.492566 + ], + [ + -0.274233, + 51.492298 + ], + [ + -0.274984, + 51.491909 + ], + [ + -0.275156, + 51.491783 + ], + [ + -0.275325, + 51.49166 + ], + [ + -0.275566, + 51.491452 + ], + [ + -0.275817, + 51.491191 + ], + [ + -0.276229, + 51.490655 + ], + [ + -0.276387, + 51.49037 + ], + [ + -0.276548, + 51.489987 + ], + [ + -0.27671, + 51.489441 + ], + [ + -0.276771, + 51.488974 + ], + [ + -0.276791, + 51.48842 + ], + [ + -0.276971, + 51.487367 + ], + [ + -0.277272, + 51.486536 + ], + [ + -0.277883, + 51.485524 + ], + [ + -0.278229, + 51.485122 + ], + [ + -0.281788, + 51.481633 + ], + [ + -0.282969, + 51.480403 + ], + [ + -0.283789, + 51.479365 + ], + [ + -0.284292, + 51.478571 + ], + [ + -0.284909, + 51.477342 + ], + [ + -0.285034, + 51.476999 + ], + [ + -0.285282, + 51.476316 + ], + [ + -0.28718, + 51.469621 + ], + [ + -0.287384, + 51.469128 + ], + [ + -0.287643, + 51.468603 + ], + [ + -0.288072, + 51.46787 + ], + [ + -0.288694, + 51.467038 + ], + [ + -0.289423, + 51.46624 + ], + [ + -0.289875, + 51.465809 + ], + [ + -0.290222, + 51.465515 + ], + [ + -0.290764, + 51.46513 + ], + [ + -0.291173, + 51.46491 + ], + [ + -0.291528, + 51.464757 + ], + [ + -0.291951, + 51.464616 + ], + [ + -0.292235, + 51.464543 + ], + [ + -0.292742, + 51.464435 + ], + [ + -0.296008, + 51.463895 + ], + [ + -0.297791, + 51.463567 + ], + [ + -0.298561, + 51.46347 + ], + [ + -0.299594, + 51.463461 + ], + [ + -0.301184, + 51.463331 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.088897, + 51.513327 + ], + [ + -0.087355, + 51.511292 + ], + [ + -0.08703, + 51.5108 + ], + [ + -0.086909, + 51.510701 + ], + [ + -0.086635, + 51.510624 + ], + [ + -0.086274, + 51.510574 + ], + [ + -0.084317, + 51.51061 + ], + [ + -0.083304, + 51.510503 + ], + [ + -0.082557, + 51.5103 + ], + [ + -0.080464, + 51.509582 + ], + [ + -0.078757, + 51.509423 + ], + [ + -0.077651, + 51.509349 + ], + [ + -0.076635, + 51.509382 + ], + [ + -0.075107, + 51.509646 + ], + [ + -0.073757, + 51.509973 + ], + [ + -0.072238, + 51.510421 + ], + [ + -0.071714, + 51.510537 + ], + [ + -0.070852, + 51.510627 + ], + [ + -0.069512, + 51.510838 + ], + [ + -0.068742, + 51.510891 + ], + [ + -0.067289, + 51.511062 + ], + [ + -0.066866, + 51.511095 + ], + [ + -0.064768, + 51.511242 + ], + [ + -0.062384, + 51.511358 + ], + [ + -0.06052, + 51.511531 + ], + [ + -0.057223, + 51.511672 + ], + [ + -0.055817, + 51.511761 + ], + [ + -0.054742, + 51.511828 + ], + [ + -0.053338, + 51.511889 + ], + [ + -0.05236, + 51.511906 + ], + [ + -0.050867, + 51.511963 + ], + [ + -0.048992, + 51.512052 + ], + [ + -0.046063, + 51.512136 + ], + [ + -0.043148, + 51.512253 + ], + [ + -0.042198, + 51.512206 + ], + [ + -0.041065, + 51.512257 + ], + [ + -0.040186, + 51.512379 + ], + [ + -0.039718, + 51.512373 + ], + [ + -0.039687, + 51.512372 + ], + [ + -0.038507, + 51.512322 + ], + [ + -0.036595, + 51.51216 + ], + [ + -0.035267, + 51.511978 + ], + [ + -0.03441, + 51.51184 + ], + [ + -0.033548, + 51.511684 + ], + [ + -0.032581, + 51.511478 + ], + [ + -0.031369, + 51.511162 + ], + [ + -0.029677, + 51.510637 + ], + [ + -0.028752, + 51.510291 + ], + [ + -0.026736, + 51.509451 + ], + [ + -0.026736, + 51.509451 + ], + [ + -0.025256, + 51.508924 + ], + [ + -0.023881, + 51.508521 + ], + [ + -0.023306, + 51.508371 + ], + [ + -0.022673, + 51.508224 + ], + [ + -0.021021, + 51.507895 + ], + [ + -0.020591, + 51.507775 + ], + [ + -0.020431, + 51.507691 + ], + [ + -0.020299, + 51.507544 + ], + [ + -0.020275, + 51.507368 + ], + [ + -0.020329, + 51.507165 + ], + [ + -0.020634, + 51.506003 + ], + [ + -0.021007, + 51.504784 + ], + [ + -0.021069, + 51.504582 + ], + [ + -0.021405, + 51.503351 + ], + [ + -0.021872, + 51.501642 + ], + [ + -0.021879, + 51.501493 + ], + [ + -0.021807, + 51.501316 + ], + [ + -0.021667, + 51.501194 + ], + [ + -0.021535, + 51.501123 + ], + [ + -0.021264, + 51.501047 + ], + [ + -0.019446, + 51.500644 + ], + [ + -0.018504, + 51.500539 + ], + [ + -0.018279, + 51.500493 + ], + [ + -0.017745, + 51.500223 + ], + [ + -0.017564, + 51.500173 + ], + [ + -0.016308, + 51.500026 + ], + [ + -0.014446, + 51.499808 + ], + [ + -0.014187, + 51.499748 + ], + [ + -0.01407, + 51.499701 + ], + [ + -0.013897, + 51.499575 + ], + [ + -0.013789, + 51.499409 + ], + [ + -0.013769, + 51.499265 + ], + [ + -0.014005, + 51.497736 + ], + [ + -0.014097, + 51.497441 + ], + [ + -0.014355, + 51.49682 + ], + [ + -0.014397, + 51.496624 + ], + [ + -0.014481, + 51.495821 + ], + [ + -0.014801, + 51.492753 + ], + [ + -0.014945, + 51.492122 + ], + [ + -0.014954, + 51.491698 + ], + [ + -0.014954, + 51.491698 + ], + [ + -0.014918, + 51.491044 + ], + [ + -0.014844, + 51.490797 + ], + [ + -0.01477, + 51.490676 + ], + [ + -0.014624, + 51.490524 + ], + [ + -0.013841, + 51.489933 + ], + [ + -0.010971, + 51.488335 + ], + [ + -0.010294, + 51.487916 + ], + [ + -0.010294, + 51.487916 + ], + [ + -0.010003, + 51.48771 + ], + [ + -0.009407, + 51.487505 + ], + [ + -0.008746, + 51.487162 + ], + [ + -0.008286, + 51.486704 + ], + [ + -0.008079, + 51.486007 + ], + [ + -0.008392, + 51.4852 + ], + [ + -0.009227, + 51.483969 + ], + [ + -0.010215, + 51.482936 + ], + [ + -0.0107, + 51.482057 + ], + [ + -0.010721, + 51.481741 + ], + [ + -0.010721, + 51.481741 + ], + [ + -0.010563, + 51.480811 + ], + [ + -0.010555, + 51.480343 + ], + [ + -0.010784, + 51.479646 + ], + [ + -0.011198, + 51.479186 + ], + [ + -0.011705, + 51.478822 + ], + [ + -0.012533, + 51.478394 + ], + [ + -0.013339, + 51.478188 + ], + [ + -0.013976, + 51.478089 + ], + [ + -0.01414, + 51.478071 + ], + [ + -0.01414, + 51.478071 + ], + [ + -0.016071, + 51.478028 + ], + [ + -0.017518, + 51.477955 + ], + [ + -0.017886, + 51.477915 + ], + [ + -0.018291, + 51.477829 + ], + [ + -0.018706, + 51.477688 + ], + [ + -0.019159, + 51.477453 + ], + [ + -0.019408, + 51.477281 + ], + [ + -0.019883, + 51.476867 + ], + [ + -0.020169, + 51.476684 + ], + [ + -0.020329, + 51.476607 + ], + [ + -0.020834, + 51.47643 + ], + [ + -0.021807, + 51.476245 + ], + [ + -0.022072, + 51.476172 + ], + [ + -0.022394, + 51.476032 + ], + [ + -0.022666, + 51.475831 + ], + [ + -0.022826, + 51.475602 + ], + [ + -0.022849, + 51.475533 + ], + [ + -0.022871, + 51.475341 + ], + [ + -0.022827, + 51.475074 + ], + [ + -0.02242, + 51.474168 + ], + [ + -0.021968, + 51.473161 + ], + [ + -0.021809, + 51.472254 + ], + [ + -0.021619, + 51.471887 + ], + [ + -0.021466, + 51.471702 + ], + [ + -0.021179, + 51.471445 + ], + [ + -0.019945, + 51.470624 + ], + [ + -0.019314, + 51.470074 + ], + [ + -0.018908, + 51.469809 + ], + [ + -0.018702, + 51.46971 + ], + [ + -0.018217, + 51.469542 + ], + [ + -0.017374, + 51.469371 + ], + [ + -0.017195, + 51.469316 + ], + [ + -0.017195, + 51.469316 + ], + [ + -0.01694, + 51.4692 + ], + [ + -0.016786, + 51.469096 + ], + [ + -0.016078, + 51.468335 + ], + [ + -0.015765, + 51.467947 + ], + [ + -0.01534, + 51.467492 + ], + [ + -0.014471, + 51.466854 + ], + [ + -0.014249, + 51.466631 + ], + [ + -0.01291, + 51.464714 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.088897, + 51.513327 + ], + [ + -0.087355, + 51.511292 + ], + [ + -0.08703, + 51.5108 + ], + [ + -0.086909, + 51.510701 + ], + [ + -0.086635, + 51.510624 + ], + [ + -0.086274, + 51.510574 + ], + [ + -0.084317, + 51.51061 + ], + [ + -0.083304, + 51.510503 + ], + [ + -0.082557, + 51.5103 + ], + [ + -0.080464, + 51.509582 + ], + [ + -0.078757, + 51.509423 + ], + [ + -0.077651, + 51.509349 + ], + [ + -0.076635, + 51.509382 + ], + [ + -0.075107, + 51.509646 + ], + [ + -0.073757, + 51.509973 + ], + [ + -0.072238, + 51.510421 + ], + [ + -0.071714, + 51.510537 + ], + [ + -0.070852, + 51.510627 + ], + [ + -0.069512, + 51.510838 + ], + [ + -0.068742, + 51.510891 + ], + [ + -0.067289, + 51.511062 + ], + [ + -0.066866, + 51.511095 + ], + [ + -0.064768, + 51.511242 + ], + [ + -0.062384, + 51.511358 + ], + [ + -0.06052, + 51.511531 + ], + [ + -0.057223, + 51.511672 + ], + [ + -0.055817, + 51.511761 + ], + [ + -0.054742, + 51.511828 + ], + [ + -0.053338, + 51.511889 + ], + [ + -0.05236, + 51.511906 + ], + [ + -0.050867, + 51.511963 + ], + [ + -0.048992, + 51.512052 + ], + [ + -0.046063, + 51.512136 + ], + [ + -0.043148, + 51.512253 + ], + [ + -0.042198, + 51.512206 + ], + [ + -0.041065, + 51.512257 + ], + [ + -0.040186, + 51.512379 + ], + [ + -0.039718, + 51.512373 + ], + [ + -0.039687, + 51.512372 + ], + [ + -0.038507, + 51.512322 + ], + [ + -0.036595, + 51.51216 + ], + [ + -0.035267, + 51.511978 + ], + [ + -0.03441, + 51.51184 + ], + [ + -0.033548, + 51.511684 + ], + [ + -0.032581, + 51.511478 + ], + [ + -0.031369, + 51.511162 + ], + [ + -0.029677, + 51.510637 + ], + [ + -0.028752, + 51.510291 + ], + [ + -0.026736, + 51.509451 + ], + [ + -0.026736, + 51.509451 + ], + [ + -0.025424, + 51.508979 + ], + [ + -0.023881, + 51.508521 + ], + [ + -0.023306, + 51.508371 + ], + [ + -0.023045, + 51.508321 + ], + [ + -0.022523, + 51.508281 + ], + [ + -0.021368, + 51.508385 + ], + [ + -0.020859, + 51.508386 + ], + [ + -0.02048, + 51.50832 + ], + [ + -0.019722, + 51.508126 + ], + [ + -0.019144, + 51.508022 + ], + [ + -0.017889, + 51.507881 + ], + [ + -0.01671, + 51.507749 + ], + [ + -0.015698, + 51.507581 + ], + [ + -0.015262, + 51.50753 + ], + [ + -0.014191, + 51.507495 + ], + [ + -0.011582, + 51.507516 + ], + [ + -0.009788, + 51.507672 + ], + [ + -0.008471, + 51.507764 + ], + [ + -0.008129, + 51.507804 + ], + [ + -0.007206, + 51.507952 + ], + [ + -0.006076, + 51.508133 + ], + [ + -0.005808, + 51.508192 + ], + [ + -0.005269, + 51.508384 + ], + [ + -0.004156, + 51.508941 + ], + [ + -0.003631, + 51.509116 + ], + [ + -0.003302, + 51.509194 + ], + [ + -0.002861, + 51.509276 + ], + [ + 0.000656, + 51.509925 + ], + [ + 0.001019, + 51.509999 + ], + [ + 0.001524, + 51.510151 + ], + [ + 0.001763, + 51.510248 + ], + [ + 0.002204, + 51.510493 + ], + [ + 0.002534, + 51.510728 + ], + [ + 0.002908, + 51.51109 + ], + [ + 0.00351, + 51.511848 + ], + [ + 0.003617, + 51.512027 + ], + [ + 0.003714, + 51.512198 + ], + [ + 0.003781, + 51.512397 + ], + [ + 0.004052, + 51.51332 + ], + [ + 0.00429, + 51.513668 + ], + [ + 0.004516, + 51.513864 + ], + [ + 0.005024, + 51.514223 + ], + [ + 0.00534, + 51.514415 + ], + [ + 0.005971, + 51.514726 + ], + [ + 0.006161, + 51.514785 + ], + [ + 0.006444, + 51.514833 + ], + [ + 0.006659, + 51.514843 + ], + [ + 0.006927, + 51.514821 + ], + [ + 0.007157, + 51.514765 + ], + [ + 0.007349, + 51.514693 + ], + [ + 0.007723, + 51.514443 + ], + [ + 0.008005, + 51.514186 + ], + [ + 0.008346, + 51.513874 + ], + [ + 0.008759, + 51.51342 + ], + [ + 0.008892, + 51.513188 + ], + [ + 0.00913, + 51.512649 + ], + [ + 0.009224, + 51.512376 + ], + [ + 0.009275, + 51.512049 + ], + [ + 0.009599, + 51.511247 + ], + [ + 0.009847, + 51.510825 + ], + [ + 0.010349, + 51.510272 + ], + [ + 0.010904, + 51.508855 + ], + [ + 0.011134, + 51.508532 + ], + [ + 0.011382, + 51.508244 + ], + [ + 0.011859, + 51.507599 + ], + [ + 0.012583, + 51.506687 + ], + [ + 0.01291, + 51.506384 + ], + [ + 0.013276, + 51.506187 + ], + [ + 0.013488, + 51.506099 + ], + [ + 0.013929, + 51.505965 + ], + [ + 0.01434, + 51.505887 + ], + [ + 0.015214, + 51.505759 + ], + [ + 0.015696, + 51.505621 + ], + [ + 0.01622, + 51.505383 + ], + [ + 0.017674, + 51.504609 + ], + [ + 0.01828, + 51.504313 + ], + [ + 0.018995, + 51.504005 + ], + [ + 0.01986, + 51.503675 + ], + [ + 0.021093, + 51.503245 + ], + [ + 0.021635, + 51.50307 + ], + [ + 0.022298, + 51.502877 + ], + [ + 0.023262, + 51.502597 + ], + [ + 0.024137, + 51.50248 + ], + [ + 0.024797, + 51.502347 + ], + [ + 0.025837, + 51.502186 + ], + [ + 0.026968, + 51.502085 + ], + [ + 0.028055, + 51.502044 + ], + [ + 0.029378, + 51.502059 + ], + [ + 0.033312, + 51.50224 + ], + [ + 0.03408, + 51.502276 + ], + [ + 0.035575, + 51.502398 + ], + [ + 0.036354, + 51.502419 + ], + [ + 0.037327, + 51.502372 + ], + [ + 0.037966, + 51.502377 + ], + [ + 0.038406, + 51.502445 + ], + [ + 0.038818, + 51.502539 + ], + [ + 0.039236, + 51.502695 + ], + [ + 0.039532, + 51.502852 + ], + [ + 0.040888, + 51.503693 + ], + [ + 0.04111, + 51.503796 + ], + [ + 0.041355, + 51.50387 + ], + [ + 0.041709, + 51.503929 + ], + [ + 0.042059, + 51.503934 + ], + [ + 0.042616, + 51.503864 + ], + [ + 0.043173, + 51.503854 + ], + [ + 0.043493, + 51.503903 + ], + [ + 0.044224, + 51.504078 + ], + [ + 0.044396, + 51.504095 + ], + [ + 0.046005, + 51.504069 + ], + [ + 0.046853, + 51.504026 + ], + [ + 0.047191, + 51.503956 + ], + [ + 0.047448, + 51.503874 + ], + [ + 0.048376, + 51.503556 + ], + [ + 0.048783, + 51.503416 + ], + [ + 0.049186, + 51.50322 + ], + [ + 0.049782, + 51.502824 + ], + [ + 0.050019, + 51.502694 + ], + [ + 0.050311, + 51.502598 + ], + [ + 0.050627, + 51.502545 + ], + [ + 0.051033, + 51.502513 + ], + [ + 0.05314, + 51.502434 + ], + [ + 0.056667, + 51.502165 + ], + [ + 0.059563, + 51.502056 + ], + [ + 0.060421, + 51.502071 + ], + [ + 0.060858, + 51.502046 + ], + [ + 0.061314, + 51.501992 + ], + [ + 0.062158, + 51.501952 + ], + [ + 0.062776, + 51.501936 + ], + [ + 0.06358, + 51.501916 + ], + [ + 0.064116, + 51.501924 + ], + [ + 0.066044, + 51.501804 + ], + [ + 0.067603, + 51.501669 + ], + [ + 0.069626, + 51.501543 + ], + [ + 0.070128, + 51.501467 + ], + [ + 0.070638, + 51.501356 + ], + [ + 0.07128, + 51.501113 + ], + [ + 0.071985, + 51.500725 + ], + [ + 0.072734, + 51.500278 + ], + [ + 0.073692, + 51.499493 + ], + [ + 0.074796, + 51.498483 + ], + [ + 0.075404, + 51.497675 + ], + [ + 0.075929, + 51.496714 + ], + [ + 0.076453, + 51.495317 + ], + [ + 0.076748, + 51.493921 + ], + [ + 0.076805, + 51.493205 + ], + [ + 0.076785, + 51.492743 + ], + [ + 0.076672, + 51.492139 + ], + [ + 0.076389, + 51.491466 + ], + [ + 0.075905, + 51.490996 + ], + [ + 0.075008, + 51.490352 + ], + [ + 0.074199, + 51.489989 + ], + [ + 0.073419, + 51.48982 + ], + [ + 0.072619, + 51.489695 + ], + [ + 0.071628, + 51.489651 + ], + [ + 0.070796, + 51.48967 + ], + [ + 0.070355, + 51.489734 + ], + [ + 0.070117, + 51.489812 + ], + [ + 0.070021, + 51.489856 + ], + [ + 0.06945, + 51.490252 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.008861, + 51.545763 + ], + [ + -0.010126, + 51.545778 + ], + [ + -0.010492, + 51.54573 + ], + [ + -0.010617, + 51.545699 + ], + [ + -0.011166, + 51.545467 + ], + [ + -0.012011, + 51.545102 + ], + [ + -0.012212, + 51.544991 + ], + [ + -0.012488, + 51.544795 + ], + [ + -0.012811, + 51.544518 + ], + [ + -0.013096, + 51.544228 + ], + [ + -0.013165, + 51.54412 + ], + [ + -0.013298, + 51.543781 + ], + [ + -0.013352, + 51.543513 + ], + [ + -0.013319, + 51.543211 + ], + [ + -0.01325, + 51.543016 + ], + [ + -0.013027, + 51.54267 + ], + [ + -0.012863, + 51.542491 + ], + [ + -0.012561, + 51.542267 + ], + [ + -0.01233, + 51.542144 + ], + [ + -0.012056, + 51.542018 + ], + [ + -0.011541, + 51.541847 + ], + [ + -0.010948, + 51.541722 + ], + [ + -0.010653, + 51.541684 + ], + [ + -0.010057, + 51.541657 + ], + [ + -0.00967, + 51.541658 + ], + [ + -0.009353, + 51.541691 + ], + [ + -0.009026, + 51.541776 + ], + [ + -0.007418, + 51.542309 + ], + [ + -0.007108, + 51.54236 + ], + [ + -0.006797, + 51.542385 + ], + [ + -0.006372, + 51.542394 + ], + [ + -0.005747, + 51.542347 + ], + [ + -0.00519, + 51.542253 + ], + [ + -0.004676, + 51.542091 + ], + [ + -0.0044, + 51.541962 + ], + [ + -0.004201, + 51.541822 + ], + [ + -0.004195, + 51.541818 + ], + [ + -0.003675, + 51.541275 + ], + [ + -0.002981, + 51.540408 + ], + [ + -0.001681, + 51.538871 + ], + [ + -0.001488, + 51.538606 + ], + [ + -0.001127, + 51.538268 + ], + [ + -0.00061, + 51.537895 + ], + [ + -0.000338, + 51.537699 + ], + [ + 0.0001, + 51.53733 + ], + [ + 0.000468, + 51.536984 + ], + [ + 0.000746, + 51.536631 + ], + [ + 0.001754, + 51.535168 + ], + [ + 0.001906, + 51.534905 + ], + [ + 0.002394, + 51.533856 + ], + [ + 0.002615, + 51.533499 + ], + [ + 0.00353, + 51.532394 + ], + [ + 0.003728, + 51.532115 + ], + [ + 0.003823, + 51.531959 + ], + [ + 0.00404, + 51.5316 + ], + [ + 0.004245, + 51.531088 + ], + [ + 0.004277, + 51.530602 + ], + [ + 0.004055, + 51.529676 + ], + [ + 0.004109, + 51.529207 + ], + [ + 0.004368, + 51.528478 + ], + [ + 0.00442, + 51.528144 + ], + [ + 0.004426, + 51.52811 + ], + [ + 0.00452, + 51.52553 + ], + [ + 0.004287, + 51.522852 + ], + [ + 0.004143, + 51.521952 + ], + [ + 0.004098, + 51.521362 + ], + [ + 0.004168, + 51.520699 + ], + [ + 0.004248, + 51.519953 + ], + [ + 0.004333, + 51.519525 + ], + [ + 0.004418, + 51.519178 + ], + [ + 0.004753, + 51.518191 + ], + [ + 0.005158, + 51.51735 + ], + [ + 0.005304, + 51.517115 + ], + [ + 0.005628, + 51.516629 + ], + [ + 0.006296, + 51.515757 + ], + [ + 0.007033, + 51.515035 + ], + [ + 0.008014, + 51.51418 + ], + [ + 0.008173, + 51.514041 + ], + [ + 0.008593, + 51.513623 + ], + [ + 0.008759, + 51.51342 + ], + [ + 0.008892, + 51.513188 + ], + [ + 0.00913, + 51.512649 + ], + [ + 0.009224, + 51.512376 + ], + [ + 0.009275, + 51.512049 + ], + [ + 0.009599, + 51.511247 + ], + [ + 0.009847, + 51.510825 + ], + [ + 0.010349, + 51.510272 + ], + [ + 0.010904, + 51.508855 + ], + [ + 0.011134, + 51.508532 + ], + [ + 0.011382, + 51.508244 + ], + [ + 0.011859, + 51.507599 + ], + [ + 0.012583, + 51.506687 + ], + [ + 0.01291, + 51.506384 + ], + [ + 0.013276, + 51.506187 + ], + [ + 0.013488, + 51.506099 + ], + [ + 0.013929, + 51.505965 + ], + [ + 0.01434, + 51.505887 + ], + [ + 0.015214, + 51.505759 + ], + [ + 0.015696, + 51.505621 + ], + [ + 0.01622, + 51.505383 + ], + [ + 0.017674, + 51.504609 + ], + [ + 0.01828, + 51.504313 + ], + [ + 0.018995, + 51.504005 + ], + [ + 0.020103, + 51.503588 + ], + [ + 0.021635, + 51.50307 + ], + [ + 0.022298, + 51.502877 + ], + [ + 0.023262, + 51.502597 + ], + [ + 0.024137, + 51.50248 + ], + [ + 0.02539, + 51.502245 + ], + [ + 0.025837, + 51.502186 + ], + [ + 0.026968, + 51.502085 + ], + [ + 0.028055, + 51.502044 + ], + [ + 0.029378, + 51.502059 + ], + [ + 0.033312, + 51.50224 + ], + [ + 0.03408, + 51.502276 + ], + [ + 0.035575, + 51.502398 + ], + [ + 0.036354, + 51.502419 + ], + [ + 0.037327, + 51.502372 + ], + [ + 0.037966, + 51.502377 + ], + [ + 0.038406, + 51.502445 + ], + [ + 0.038818, + 51.502539 + ], + [ + 0.039236, + 51.502695 + ], + [ + 0.039532, + 51.502852 + ], + [ + 0.040888, + 51.503693 + ], + [ + 0.04111, + 51.503796 + ], + [ + 0.041355, + 51.50387 + ], + [ + 0.041709, + 51.503929 + ], + [ + 0.042059, + 51.503934 + ], + [ + 0.042616, + 51.503864 + ], + [ + 0.043173, + 51.503854 + ], + [ + 0.043493, + 51.503903 + ], + [ + 0.044224, + 51.504078 + ], + [ + 0.044598, + 51.5041 + ], + [ + 0.046636, + 51.504046 + ], + [ + 0.046853, + 51.504026 + ], + [ + 0.047191, + 51.503956 + ], + [ + 0.048374, + 51.503555 + ], + [ + 0.048783, + 51.503416 + ], + [ + 0.049186, + 51.50322 + ], + [ + 0.049782, + 51.502824 + ], + [ + 0.050019, + 51.502694 + ], + [ + 0.050311, + 51.502598 + ], + [ + 0.050627, + 51.502545 + ], + [ + 0.051033, + 51.502513 + ], + [ + 0.05314, + 51.502434 + ], + [ + 0.056667, + 51.502165 + ], + [ + 0.059563, + 51.502056 + ], + [ + 0.060421, + 51.502071 + ], + [ + 0.060858, + 51.502046 + ], + [ + 0.061314, + 51.501992 + ], + [ + 0.062158, + 51.501952 + ], + [ + 0.062776, + 51.501936 + ], + [ + 0.06358, + 51.501916 + ], + [ + 0.064116, + 51.501924 + ], + [ + 0.065133, + 51.501864 + ], + [ + 0.066044, + 51.501804 + ], + [ + 0.067603, + 51.501669 + ], + [ + 0.069626, + 51.501543 + ], + [ + 0.070128, + 51.501467 + ], + [ + 0.070638, + 51.501356 + ], + [ + 0.07128, + 51.501113 + ], + [ + 0.071985, + 51.500725 + ], + [ + 0.072734, + 51.500278 + ], + [ + 0.073692, + 51.499493 + ], + [ + 0.074796, + 51.498483 + ], + [ + 0.075404, + 51.497675 + ], + [ + 0.075929, + 51.496714 + ], + [ + 0.076453, + 51.495317 + ], + [ + 0.076748, + 51.493921 + ], + [ + 0.076805, + 51.493205 + ], + [ + 0.076785, + 51.492743 + ], + [ + 0.076672, + 51.492139 + ], + [ + 0.076389, + 51.491466 + ], + [ + 0.075905, + 51.490996 + ], + [ + 0.075008, + 51.490352 + ], + [ + 0.074199, + 51.489989 + ], + [ + 0.073419, + 51.48982 + ], + [ + 0.072619, + 51.489695 + ], + [ + 0.071628, + 51.489651 + ], + [ + 0.070796, + 51.48967 + ], + [ + 0.070355, + 51.489734 + ], + [ + 0.070117, + 51.489812 + ], + [ + 0.070021, + 51.489856 + ], + [ + 0.06945, + 51.490252 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.003884, + 51.541494 + ], + [ + -0.004213, + 51.540847 + ], + [ + -0.00477, + 51.540317 + ], + [ + -0.00514, + 51.540107 + ], + [ + -0.005727, + 51.539819 + ], + [ + -0.006022, + 51.539637 + ], + [ + -0.00646, + 51.539289 + ], + [ + -0.007331, + 51.538452 + ], + [ + -0.00879, + 51.537233 + ], + [ + -0.009649, + 51.536602 + ], + [ + -0.010903, + 51.535785 + ], + [ + -0.011214, + 51.535552 + ], + [ + -0.011418, + 51.535392 + ], + [ + -0.012412, + 51.534473 + ], + [ + -0.013515, + 51.533844 + ], + [ + -0.01371, + 51.533746 + ], + [ + -0.014902, + 51.533146 + ], + [ + -0.016152, + 51.532793 + ], + [ + -0.017667, + 51.532184 + ], + [ + -0.01894, + 51.531553 + ], + [ + -0.020347, + 51.530977 + ], + [ + -0.021, + 51.530666 + ], + [ + -0.021182, + 51.530599 + ], + [ + -0.021555, + 51.530374 + ], + [ + -0.02194, + 51.530035 + ], + [ + -0.02214, + 51.529765 + ], + [ + -0.022208, + 51.529526 + ], + [ + -0.02221, + 51.52943 + ], + [ + -0.022111, + 51.529214 + ], + [ + -0.020911, + 51.527729 + ], + [ + -0.020755, + 51.527493 + ], + [ + -0.019136, + 51.525031 + ], + [ + -0.017592, + 51.522625 + ], + [ + -0.015945, + 51.52006 + ], + [ + -0.015361, + 51.51898 + ], + [ + -0.015182, + 51.518565 + ], + [ + -0.014922, + 51.51782 + ], + [ + -0.014113, + 51.515139 + ], + [ + -0.014072, + 51.514992 + ], + [ + -0.013516, + 51.513014 + ], + [ + -0.013368, + 51.512361 + ], + [ + -0.013261, + 51.511485 + ], + [ + -0.013161, + 51.511082 + ], + [ + -0.012949, + 51.510228 + ], + [ + -0.012809, + 51.509819 + ], + [ + -0.012547, + 51.509212 + ], + [ + -0.011822, + 51.508166 + ], + [ + -0.011776, + 51.507963 + ], + [ + -0.011826, + 51.507806 + ], + [ + -0.011943, + 51.507674 + ], + [ + -0.012142, + 51.507572 + ], + [ + -0.012408, + 51.507529 + ], + [ + -0.014191, + 51.507495 + ], + [ + -0.015262, + 51.50753 + ], + [ + -0.015698, + 51.507581 + ], + [ + -0.01671, + 51.507749 + ], + [ + -0.017598, + 51.507852 + ], + [ + -0.017932, + 51.507849 + ], + [ + -0.018451, + 51.507844 + ], + [ + -0.018802, + 51.507801 + ], + [ + -0.019641, + 51.507599 + ], + [ + -0.020132, + 51.507451 + ], + [ + -0.02021, + 51.507407 + ], + [ + -0.020306, + 51.507256 + ], + [ + -0.02033, + 51.507165 + ], + [ + -0.020634, + 51.506003 + ], + [ + -0.021007, + 51.504784 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.074414, + 51.510623 + ], + [ + -0.072686, + 51.510638 + ], + [ + -0.070692, + 51.510806 + ], + [ + -0.068742, + 51.510891 + ], + [ + -0.067289, + 51.511062 + ], + [ + -0.06545, + 51.511199 + ], + [ + -0.06217, + 51.511373 + ], + [ + -0.061456, + 51.511454 + ], + [ + -0.06052, + 51.511531 + ], + [ + -0.057223, + 51.511672 + ], + [ + -0.055817, + 51.511761 + ], + [ + -0.054742, + 51.511828 + ], + [ + -0.053338, + 51.511889 + ], + [ + -0.05236, + 51.511906 + ], + [ + -0.050867, + 51.511963 + ], + [ + -0.048992, + 51.512052 + ], + [ + -0.046063, + 51.512136 + ], + [ + -0.043148, + 51.512253 + ], + [ + -0.042198, + 51.512206 + ], + [ + -0.041319, + 51.51224 + ], + [ + -0.041065, + 51.512257 + ], + [ + -0.040186, + 51.512379 + ], + [ + -0.039725, + 51.512364 + ], + [ + -0.038507, + 51.512322 + ], + [ + -0.036595, + 51.51216 + ], + [ + -0.035011, + 51.51194 + ], + [ + -0.033548, + 51.511684 + ], + [ + -0.032581, + 51.511478 + ], + [ + -0.031776, + 51.511274 + ], + [ + -0.030277, + 51.510833 + ], + [ + -0.029677, + 51.510637 + ], + [ + -0.028752, + 51.510291 + ], + [ + -0.026736, + 51.509451 + ], + [ + -0.026736, + 51.509451 + ], + [ + -0.025424, + 51.508979 + ], + [ + -0.023881, + 51.508521 + ], + [ + -0.023306, + 51.508371 + ], + [ + -0.023045, + 51.508321 + ], + [ + -0.022523, + 51.508281 + ], + [ + -0.021368, + 51.508385 + ], + [ + -0.020859, + 51.508386 + ], + [ + -0.02048, + 51.50832 + ], + [ + -0.019722, + 51.508126 + ], + [ + -0.019144, + 51.508022 + ], + [ + -0.017889, + 51.507881 + ], + [ + -0.01671, + 51.507749 + ], + [ + -0.015698, + 51.507581 + ], + [ + -0.015262, + 51.50753 + ], + [ + -0.014191, + 51.507495 + ], + [ + -0.011582, + 51.507516 + ], + [ + -0.009788, + 51.507672 + ], + [ + -0.008471, + 51.507764 + ], + [ + -0.008129, + 51.507804 + ], + [ + -0.007206, + 51.507952 + ], + [ + -0.006076, + 51.508133 + ], + [ + -0.005808, + 51.508192 + ], + [ + -0.005269, + 51.508384 + ], + [ + -0.004156, + 51.508941 + ], + [ + -0.003631, + 51.509116 + ], + [ + -0.003302, + 51.509194 + ], + [ + -0.002861, + 51.509276 + ], + [ + 0.000656, + 51.509925 + ], + [ + 0.001019, + 51.509999 + ], + [ + 0.001524, + 51.510151 + ], + [ + 0.001763, + 51.510248 + ], + [ + 0.00199, + 51.51037 + ], + [ + 0.002204, + 51.510493 + ], + [ + 0.002534, + 51.510728 + ], + [ + 0.002908, + 51.51109 + ], + [ + 0.003243, + 51.511505 + ], + [ + 0.00351, + 51.511848 + ], + [ + 0.003714, + 51.512198 + ], + [ + 0.004052, + 51.51332 + ], + [ + 0.00429, + 51.513668 + ], + [ + 0.004516, + 51.513864 + ], + [ + 0.005024, + 51.514223 + ], + [ + 0.005749, + 51.514631 + ], + [ + 0.006161, + 51.514785 + ], + [ + 0.006369, + 51.514825 + ], + [ + 0.006659, + 51.514843 + ], + [ + 0.006927, + 51.514821 + ], + [ + 0.007157, + 51.514765 + ], + [ + 0.007475, + 51.514625 + ], + [ + 0.008021, + 51.514186 + ], + [ + 0.008021, + 51.514186 + ], + [ + 0.008712, + 51.513484 + ], + [ + 0.008892, + 51.513188 + ], + [ + 0.00913, + 51.512649 + ], + [ + 0.009224, + 51.512376 + ], + [ + 0.009275, + 51.512049 + ], + [ + 0.009599, + 51.511247 + ], + [ + 0.009847, + 51.510825 + ], + [ + 0.010083, + 51.510596 + ], + [ + 0.010358, + 51.51045 + ], + [ + 0.01094, + 51.510255 + ], + [ + 0.011194, + 51.51015 + ], + [ + 0.011421, + 51.510025 + ], + [ + 0.011932, + 51.509686 + ], + [ + 0.012459, + 51.509454 + ], + [ + 0.013085, + 51.509256 + ], + [ + 0.013677, + 51.50912 + ], + [ + 0.014098, + 51.509049 + ], + [ + 0.014819, + 51.509002 + ], + [ + 0.016084, + 51.508984 + ], + [ + 0.016679, + 51.508998 + ], + [ + 0.016994, + 51.50903 + ], + [ + 0.017854, + 51.509156 + ], + [ + 0.019073, + 51.509335 + ], + [ + 0.020204, + 51.509462 + ], + [ + 0.021705, + 51.509565 + ], + [ + 0.023644, + 51.509652 + ], + [ + 0.024663, + 51.509685 + ], + [ + 0.026346, + 51.509683 + ], + [ + 0.027381, + 51.509682 + ], + [ + 0.029589, + 51.509744 + ], + [ + 0.030281, + 51.509741 + ], + [ + 0.032074, + 51.509663 + ], + [ + 0.033675, + 51.509478 + ], + [ + 0.034108, + 51.509428 + ], + [ + 0.034401, + 51.509379 + ], + [ + 0.034825, + 51.509272 + ], + [ + 0.035221, + 51.509132 + ], + [ + 0.036115, + 51.508672 + ], + [ + 0.036516, + 51.508499 + ], + [ + 0.036739, + 51.508424 + ], + [ + 0.03721, + 51.508287 + ], + [ + 0.037515, + 51.508221 + ], + [ + 0.0383, + 51.508124 + ], + [ + 0.04251, + 51.507986 + ], + [ + 0.044326, + 51.507976 + ], + [ + 0.044711, + 51.508034 + ], + [ + 0.045005, + 51.508108 + ], + [ + 0.045984, + 51.508453 + ], + [ + 0.046839, + 51.508753 + ], + [ + 0.047225, + 51.508872 + ], + [ + 0.047462, + 51.508922 + ], + [ + 0.048104, + 51.508945 + ], + [ + 0.054915, + 51.508728 + ], + [ + 0.06395, + 51.508441 + ], + [ + 0.064953, + 51.508409 + ], + [ + 0.065485, + 51.508345 + ], + [ + 0.06572, + 51.508293 + ], + [ + 0.065916, + 51.508219 + ], + [ + 0.067377, + 51.507413 + ], + [ + 0.067698, + 51.50728 + ], + [ + 0.068143, + 51.507149 + ], + [ + 0.068456, + 51.507097 + ], + [ + 0.068902, + 51.507052 + ], + [ + 0.069998, + 51.507052 + ], + [ + 0.070289, + 51.50709 + ], + [ + 0.070774, + 51.507212 + ], + [ + 0.07108, + 51.507366 + ], + [ + 0.071456, + 51.507652 + ], + [ + 0.071606, + 51.50782 + ], + [ + 0.071766, + 51.50811 + ], + [ + 0.071814, + 51.508373 + ], + [ + 0.071802, + 51.50853 + ], + [ + 0.071491, + 51.512684 + ], + [ + 0.071374, + 51.513004 + ], + [ + 0.071278, + 51.51316 + ], + [ + 0.071001, + 51.513473 + ], + [ + 0.070777, + 51.513629 + ], + [ + 0.070294, + 51.513906 + ], + [ + 0.070011, + 51.514043 + ], + [ + 0.069378, + 51.514219 + ], + [ + 0.068937, + 51.51428 + ], + [ + 0.065513, + 51.514419 + ], + [ + 0.063832, + 51.51447 + ], + [ + 0.063383, + 51.514444 + ], + [ + 0.062765, + 51.514436 + ], + [ + 0.061053, + 51.514279 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.225083, + 51.494096 + ], + [ + -0.226674, + 51.501958 + ], + [ + -0.226739, + 51.502276 + ], + [ + -0.226794, + 51.502617 + ], + [ + -0.226826, + 51.503093 + ], + [ + -0.226811, + 51.503531 + ], + [ + -0.22673, + 51.504149 + ], + [ + -0.226421, + 51.505571 + ], + [ + -0.226047, + 51.507295 + ], + [ + -0.225952, + 51.50759 + ], + [ + -0.225736, + 51.508059 + ], + [ + -0.225569, + 51.508339 + ], + [ + -0.225303, + 51.508707 + ], + [ + -0.224869, + 51.509177 + ], + [ + -0.224242, + 51.509725 + ], + [ + -0.224242, + 51.509725 + ], + [ + -0.223712, + 51.510074 + ], + [ + -0.223064, + 51.510441 + ], + [ + -0.222643, + 51.510644 + ], + [ + -0.221446, + 51.511127 + ], + [ + -0.220503, + 51.51157 + ], + [ + -0.219815, + 51.511979 + ], + [ + -0.217742, + 51.513525 + ], + [ + -0.214708, + 51.515787 + ], + [ + -0.21407, + 51.516179 + ], + [ + -0.213283, + 51.516574 + ], + [ + -0.212857, + 51.516752 + ], + [ + -0.21236, + 51.516927 + ], + [ + -0.211743, + 51.517094 + ], + [ + -0.210916, + 51.51728 + ], + [ + -0.209327, + 51.517638 + ], + [ + -0.208523, + 51.517861 + ], + [ + -0.208138, + 51.517988 + ], + [ + -0.207744, + 51.518146 + ], + [ + -0.207221, + 51.518396 + ], + [ + -0.206653, + 51.518715 + ], + [ + -0.206086, + 51.519117 + ], + [ + -0.205138, + 51.519878 + ], + [ + -0.204698, + 51.520181 + ], + [ + -0.204515, + 51.520301 + ], + [ + -0.20392, + 51.520594 + ], + [ + -0.203208, + 51.520812 + ], + [ + -0.202724, + 51.520905 + ], + [ + -0.202108, + 51.520954 + ], + [ + -0.201508, + 51.520949 + ], + [ + -0.200963, + 51.520891 + ], + [ + -0.200963, + 51.520891 + ], + [ + -0.200317, + 51.520758 + ], + [ + -0.198576, + 51.520325 + ], + [ + -0.197529, + 51.520094 + ], + [ + -0.195609, + 51.519715 + ], + [ + -0.195206, + 51.519676 + ], + [ + -0.193524, + 51.519596 + ], + [ + -0.190247, + 51.519263 + ], + [ + -0.188216, + 51.519078 + ], + [ + -0.186877, + 51.518955 + ], + [ + -0.185658, + 51.518882 + ], + [ + -0.184716, + 51.518882 + ], + [ + -0.183819, + 51.518858 + ], + [ + -0.181052, + 51.518653 + ], + [ + -0.179868, + 51.518688 + ], + [ + -0.179533, + 51.518679 + ], + [ + -0.179219, + 51.51863 + ], + [ + -0.17879, + 51.518498 + ], + [ + -0.178062, + 51.518308 + ], + [ + -0.177785, + 51.518236 + ], + [ + -0.177616, + 51.518171 + ], + [ + -0.177273, + 51.517926 + ], + [ + -0.176891, + 51.517702 + ], + [ + -0.176671, + 51.517629 + ], + [ + -0.176079, + 51.517473 + ], + [ + -0.175684, + 51.517454 + ], + [ + -0.175535, + 51.517464 + ], + [ + -0.171232, + 51.518178 + ], + [ + -0.17075, + 51.518298 + ], + [ + -0.168382, + 51.519623 + ], + [ + -0.167652, + 51.519906 + ], + [ + -0.167288, + 51.520047 + ], + [ + -0.165603, + 51.520601 + ], + [ + -0.165003, + 51.520752 + ], + [ + -0.163689, + 51.520975 + ], + [ + -0.157492, + 51.522153 + ], + [ + -0.156563, + 51.522316 + ], + [ + -0.152393, + 51.523047 + ], + [ + -0.150532, + 51.523143 + ], + [ + -0.148966, + 51.523322 + ], + [ + -0.145933, + 51.523848 + ], + [ + -0.145521, + 51.523901 + ], + [ + -0.144955, + 51.52391 + ], + [ + -0.143934, + 51.523838 + ], + [ + -0.143921, + 51.523837 + ], + [ + -0.143406, + 51.523856 + ], + [ + -0.142908, + 51.523911 + ], + [ + -0.139386, + 51.524643 + ], + [ + -0.136795, + 51.525329 + ], + [ + -0.136115, + 51.525543 + ], + [ + -0.135863, + 51.525604 + ], + [ + -0.135534, + 51.525684 + ], + [ + -0.131281, + 51.527151 + ], + [ + -0.129743, + 51.527704 + ], + [ + -0.126584, + 51.528939 + ], + [ + -0.125825, + 51.529332 + ], + [ + -0.124682, + 51.529773 + ], + [ + -0.123701, + 51.530178 + ], + [ + -0.123701, + 51.530178 + ], + [ + -0.123445, + 51.530373 + ], + [ + -0.122944, + 51.530605 + ], + [ + -0.122353, + 51.530641 + ], + [ + -0.12161, + 51.53066 + ], + [ + -0.12138, + 51.530655 + ], + [ + -0.121015, + 51.530614 + ], + [ + -0.120533, + 51.530517 + ], + [ + -0.11961, + 51.530292 + ], + [ + -0.11901, + 51.530098 + ], + [ + -0.118509, + 51.529848 + ], + [ + -0.116127, + 51.528482 + ], + [ + -0.113493, + 51.526872 + ], + [ + -0.112677, + 51.52626 + ], + [ + -0.111469, + 51.525557 + ], + [ + -0.110634, + 51.525038 + ], + [ + -0.108462, + 51.523598 + ], + [ + -0.107871, + 51.523257 + ], + [ + -0.107084, + 51.522698 + ], + [ + -0.106658, + 51.522446 + ], + [ + -0.106537, + 51.522331 + ], + [ + -0.1063, + 51.522018 + ], + [ + -0.105598, + 51.521217 + ], + [ + -0.10531, + 51.520939 + ], + [ + -0.104955, + 51.520478 + ], + [ + -0.10491, + 51.52042 + ], + [ + -0.10455, + 51.520124 + ], + [ + -0.104349, + 51.520006 + ], + [ + -0.10399, + 51.519846 + ], + [ + -0.103753, + 51.519772 + ], + [ + -0.103203, + 51.519653 + ], + [ + -0.102815, + 51.519609 + ], + [ + -0.102366, + 51.519613 + ], + [ + -0.101987, + 51.519656 + ], + [ + -0.101511, + 51.519759 + ], + [ + -0.10076, + 51.519978 + ], + [ + -0.100127, + 51.520095 + ], + [ + -0.099545, + 51.520144 + ], + [ + -0.097718, + 51.520215 + ], + [ + -0.097627, + 51.520218 + ], + [ + -0.09725, + 51.5202 + ], + [ + -0.096773, + 51.520138 + ], + [ + -0.090565, + 51.518617 + ], + [ + -0.0887, + 51.518193 + ], + [ + -0.0887, + 51.518193 + ], + [ + -0.083872, + 51.517427 + ], + [ + -0.083213, + 51.5173 + ], + [ + -0.082721, + 51.517225 + ], + [ + -0.08182, + 51.517087 + ], + [ + -0.080904, + 51.516905 + ], + [ + -0.079209, + 51.516374 + ], + [ + -0.078699, + 51.516181 + ], + [ + -0.077182, + 51.515338 + ], + [ + -0.076481, + 51.51492 + ], + [ + -0.076123, + 51.514642 + ], + [ + -0.076038, + 51.514516 + ], + [ + -0.076, + 51.514403 + ], + [ + -0.075816, + 51.514201 + ], + [ + -0.075632, + 51.514 + ], + [ + -0.075489, + 51.513807 + ], + [ + -0.075417, + 51.513675 + ], + [ + -0.075405, + 51.513572 + ], + [ + -0.075432, + 51.513386 + ], + [ + -0.075579, + 51.512857 + ], + [ + -0.075582, + 51.512374 + ], + [ + -0.075305, + 51.51111 + ], + [ + -0.075461, + 51.510697 + ], + [ + -0.075873, + 51.51026 + ], + [ + -0.076132, + 51.510044 + ], + [ + -0.076132, + 51.510044 + ], + [ + -0.076232, + 51.509994 + ], + [ + -0.076393, + 51.509927 + ], + [ + -0.076637, + 51.509872 + ], + [ + -0.07775, + 51.509812 + ], + [ + -0.077918, + 51.509777 + ], + [ + -0.078315, + 51.509614 + ], + [ + -0.078459, + 51.509585 + ], + [ + -0.079634, + 51.509646 + ], + [ + -0.080401, + 51.509664 + ], + [ + -0.082688, + 51.510446 + ], + [ + -0.083154, + 51.510558 + ], + [ + -0.083836, + 51.51063 + ], + [ + -0.08432, + 51.510633 + ], + [ + -0.085172, + 51.510581 + ], + [ + -0.085733, + 51.5106 + ], + [ + -0.086103, + 51.510651 + ], + [ + -0.086474, + 51.510732 + ], + [ + -0.086677, + 51.510777 + ], + [ + -0.086986, + 51.51092 + ], + [ + -0.08721, + 51.51099 + ], + [ + -0.08921, + 51.511376 + ], + [ + -0.089636, + 51.511409 + ], + [ + -0.090072, + 51.511398 + ], + [ + -0.090323, + 51.511391 + ], + [ + -0.09074, + 51.51142 + ], + [ + -0.092122, + 51.511664 + ], + [ + -0.093754, + 51.51191 + ], + [ + -0.094202, + 51.511945 + ], + [ + -0.094576, + 51.511974 + ], + [ + -0.096267, + 51.511856 + ], + [ + -0.097312, + 51.511841 + ], + [ + -0.098324, + 51.511882 + ], + [ + -0.101462, + 51.512074 + ], + [ + -0.10192, + 51.512068 + ], + [ + -0.10255, + 51.511946 + ], + [ + -0.103776, + 51.511597 + ], + [ + -0.104327, + 51.511439 + ], + [ + -0.105099, + 51.511268 + ], + [ + -0.105405, + 51.511231 + ], + [ + -0.106959, + 51.511209 + ], + [ + -0.110963, + 51.511202 + ], + [ + -0.112412, + 51.511165 + ], + [ + -0.113294, + 51.511111 + ], + [ + -0.113746, + 51.511062 + ], + [ + -0.114771, + 51.510917 + ], + [ + -0.114813, + 51.510911 + ], + [ + -0.11565, + 51.51075 + ], + [ + -0.11639, + 51.510549 + ], + [ + -0.118538, + 51.509893 + ], + [ + -0.118998, + 51.509728 + ], + [ + -0.120054, + 51.509183 + ], + [ + -0.120878, + 51.508638 + ], + [ + -0.121308, + 51.508398 + ], + [ + -0.121497, + 51.508252 + ], + [ + -0.12187, + 51.507835 + ], + [ + -0.122109, + 51.50762 + ], + [ + -0.122393, + 51.507252 + ], + [ + -0.122577, + 51.507014 + ], + [ + -0.122854, + 51.506394 + ], + [ + -0.123316, + 51.504856 + ], + [ + -0.123944, + 51.502549 + ], + [ + -0.124076, + 51.502186 + ], + [ + -0.12422, + 51.501947 + ], + [ + -0.124432, + 51.501734 + ], + [ + -0.124736, + 51.501501 + ], + [ + -0.125113, + 51.501278 + ], + [ + -0.125227, + 51.501211 + ], + [ + -0.125956, + 51.500878 + ], + [ + -0.127643, + 51.500167 + ], + [ + -0.12791, + 51.500064 + ], + [ + -0.128444, + 51.499921 + ], + [ + -0.129032, + 51.499823 + ], + [ + -0.129689, + 51.499766 + ], + [ + -0.130311, + 51.499749 + ], + [ + -0.132116, + 51.499769 + ], + [ + -0.132743, + 51.499734 + ], + [ + -0.133327, + 51.499652 + ], + [ + -0.133368, + 51.499646 + ], + [ + -0.134338, + 51.499413 + ], + [ + -0.135346, + 51.49904 + ], + [ + -0.137312, + 51.498049 + ], + [ + -0.137982, + 51.497748 + ], + [ + -0.138709, + 51.497516 + ], + [ + -0.139331, + 51.497368 + ], + [ + -0.14022, + 51.49709 + ], + [ + -0.140954, + 51.496819 + ], + [ + -0.141521, + 51.496673 + ], + [ + -0.142996, + 51.496387 + ], + [ + -0.14323, + 51.496358 + ], + [ + -0.143744, + 51.496334 + ], + [ + -0.143744, + 51.496334 + ], + [ + -0.144727, + 51.49634 + ], + [ + -0.145167, + 51.496285 + ], + [ + -0.145602, + 51.496173 + ], + [ + -0.145799, + 51.496104 + ], + [ + -0.146156, + 51.495933 + ], + [ + -0.146338, + 51.495815 + ], + [ + -0.146493, + 51.495671 + ], + [ + -0.147271, + 51.494756 + ], + [ + -0.148389, + 51.493346 + ], + [ + -0.1487, + 51.493069 + ], + [ + -0.149128, + 51.492832 + ], + [ + -0.149361, + 51.492742 + ], + [ + -0.150929, + 51.492202 + ], + [ + -0.151659, + 51.492023 + ], + [ + -0.152267, + 51.491959 + ], + [ + -0.154001, + 51.491882 + ], + [ + -0.154408, + 51.491907 + ], + [ + -0.155307, + 51.492052 + ], + [ + -0.156037, + 51.492193 + ], + [ + -0.156452, + 51.492329 + ], + [ + -0.159622, + 51.493367 + ], + [ + -0.161356, + 51.493634 + ], + [ + -0.170653, + 51.494033 + ], + [ + -0.17217, + 51.494013 + ], + [ + -0.173915, + 51.494077 + ], + [ + -0.174218, + 51.494088 + ], + [ + -0.174655, + 51.494085 + ], + [ + -0.17542, + 51.494043 + ], + [ + -0.179202, + 51.493723 + ], + [ + -0.179702, + 51.493739 + ], + [ + -0.180215, + 51.49379 + ], + [ + -0.182942, + 51.494333 + ], + [ + -0.183472, + 51.494438 + ], + [ + -0.185823, + 51.49494 + ], + [ + -0.186239, + 51.495078 + ], + [ + -0.186471, + 51.495196 + ], + [ + -0.186973, + 51.495503 + ], + [ + -0.187592, + 51.496102 + ], + [ + -0.18796, + 51.496573 + ], + [ + -0.188355, + 51.497138 + ], + [ + -0.189274, + 51.498091 + ], + [ + -0.190968, + 51.499262 + ], + [ + -0.192304, + 51.500554 + ], + [ + -0.192436, + 51.500697 + ], + [ + -0.19266, + 51.500941 + ], + [ + -0.193223, + 51.501639 + ], + [ + -0.193665, + 51.50246 + ], + [ + -0.194295, + 51.503994 + ], + [ + -0.195339, + 51.506758 + ], + [ + -0.196068, + 51.508813 + ], + [ + -0.196086, + 51.509076 + ], + [ + -0.196095, + 51.5092 + ], + [ + -0.195965, + 51.509807 + ], + [ + -0.195828, + 51.510126 + ], + [ + -0.195566, + 51.510493 + ], + [ + -0.195336, + 51.510761 + ], + [ + -0.194846, + 51.511108 + ], + [ + -0.194557, + 51.511263 + ], + [ + -0.193812, + 51.51154 + ], + [ + -0.192471, + 51.511832 + ], + [ + -0.191841, + 51.511941 + ], + [ + -0.189812, + 51.512191 + ], + [ + -0.188054, + 51.512317 + ], + [ + -0.187837, + 51.512333 + ], + [ + -0.186532, + 51.512392 + ], + [ + -0.185371, + 51.512468 + ], + [ + -0.18303, + 51.512666 + ], + [ + -0.182144, + 51.512778 + ], + [ + -0.181449, + 51.512895 + ], + [ + -0.180866, + 51.513016 + ], + [ + -0.180304, + 51.513202 + ], + [ + -0.1796, + 51.513438 + ], + [ + -0.178902, + 51.513774 + ], + [ + -0.177047, + 51.514775 + ], + [ + -0.176075, + 51.5151 + ], + [ + -0.175462, + 51.515449 + ], + [ + -0.174859, + 51.515768 + ], + [ + -0.173853, + 51.516299 + ], + [ + -0.172244, + 51.5172 + ], + [ + -0.171782, + 51.5175 + ], + [ + -0.171257, + 51.518028 + ], + [ + -0.170912, + 51.51821 + ], + [ + -0.170743, + 51.51827 + ], + [ + -0.169455, + 51.518957 + ], + [ + -0.168831, + 51.519326 + ], + [ + -0.168276, + 51.519587 + ], + [ + -0.167594, + 51.519847 + ] + ] + }, + "properties": { + "line": "Circle", + "name": "Circle", + "color": "#FFCE00", + "order": 2 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.093459, + 51.603687 + ], + [ + 0.094929, + 51.608461 + ], + [ + 0.095052, + 51.608958 + ], + [ + 0.095083, + 51.609427 + ], + [ + 0.094988, + 51.60995 + ], + [ + 0.094858, + 51.610328 + ], + [ + 0.094592, + 51.61076 + ], + [ + 0.093862, + 51.61176 + ], + [ + 0.09339, + 51.612359 + ], + [ + 0.092956, + 51.612786 + ], + [ + 0.092516, + 51.613121 + ], + [ + 0.092121, + 51.613332 + ], + [ + 0.091545, + 51.613639 + ], + [ + 0.088946, + 51.614447 + ], + [ + 0.08633, + 51.615159 + ], + [ + 0.084016, + 51.615864 + ], + [ + 0.082211, + 51.616317 + ], + [ + 0.074748, + 51.617826 + ], + [ + 0.074523, + 51.617863 + ], + [ + 0.072696, + 51.618158 + ], + [ + 0.066725, + 51.619049 + ], + [ + 0.064485, + 51.61932 + ], + [ + 0.06261, + 51.619422 + ], + [ + 0.061513, + 51.619449 + ], + [ + 0.059979, + 51.619427 + ], + [ + 0.058604, + 51.619355 + ], + [ + 0.056389, + 51.619118 + ], + [ + 0.053709, + 51.6187 + ], + [ + 0.043934, + 51.617114 + ], + [ + 0.04388, + 51.617106 + ], + [ + 0.043399, + 51.617006 + ], + [ + 0.042492, + 51.616753 + ], + [ + 0.042046, + 51.61658 + ], + [ + 0.041368, + 51.616227 + ], + [ + 0.040813, + 51.615844 + ], + [ + 0.035769, + 51.609524 + ], + [ + 0.034878, + 51.608293 + ], + [ + 0.034352, + 51.607479 + ], + [ + 0.03408, + 51.607023 + ], + [ + 0.033859, + 51.606655 + ], + [ + 0.029667, + 51.599037 + ], + [ + 0.028805, + 51.597215 + ], + [ + 0.028248, + 51.595719 + ], + [ + 0.02795, + 51.594654 + ], + [ + 0.027342, + 51.591724 + ], + [ + 0.027221, + 51.591139 + ], + [ + 0.026941, + 51.590144 + ], + [ + 0.026569, + 51.589128 + ], + [ + 0.026066, + 51.588034 + ], + [ + 0.025506, + 51.587005 + ], + [ + 0.025006, + 51.58619 + ], + [ + 0.024, + 51.584686 + ], + [ + 0.022859, + 51.582856 + ], + [ + 0.022259, + 51.581815 + ], + [ + 0.021851, + 51.581189 + ], + [ + 0.021566, + 51.580805 + ], + [ + 0.016844, + 51.574429 + ], + [ + 0.016148, + 51.573724 + ], + [ + 0.015717, + 51.573408 + ], + [ + 0.015336, + 51.57318 + ], + [ + 0.012291, + 51.571603 + ], + [ + 0.011713, + 51.571269 + ], + [ + 0.011171, + 51.570925 + ], + [ + 0.010224, + 51.570258 + ], + [ + 0.00937, + 51.569577 + ], + [ + 0.0086, + 51.568811 + ], + [ + 0.008103, + 51.568222 + ], + [ + 0.007945, + 51.568035 + ], + [ + 0.00608, + 51.56531 + ], + [ + 0.005372, + 51.564441 + ], + [ + 0.004634, + 51.563636 + ], + [ + 0.001794, + 51.561243 + ], + [ + 0.000181, + 51.560184 + ], + [ + -0.005677, + 51.556468 + ], + [ + -0.005979, + 51.556277 + ], + [ + -0.006517, + 51.555862 + ], + [ + -0.007278, + 51.555117 + ], + [ + -0.007716, + 51.554483 + ], + [ + -0.007932, + 51.553799 + ], + [ + -0.007957, + 51.553425 + ], + [ + -0.007921, + 51.553039 + ], + [ + -0.00773, + 51.552467 + ], + [ + -0.007267, + 51.551702 + ], + [ + -0.007075, + 51.551485 + ], + [ + -0.006712, + 51.551159 + ], + [ + -0.006041, + 51.550704 + ], + [ + -0.005518, + 51.550391 + ], + [ + -0.004996, + 51.550109 + ], + [ + -0.00438, + 51.54985 + ], + [ + -0.002995, + 51.549361 + ], + [ + -0.002174, + 51.549037 + ], + [ + -0.001046, + 51.548473 + ], + [ + -0.000563, + 51.548152 + ], + [ + -0.000214, + 51.547849 + ], + [ + 0.000383, + 51.547102 + ], + [ + 0.000587, + 51.54674 + ], + [ + 0.000734, + 51.546387 + ], + [ + 0.000833, + 51.546062 + ], + [ + 0.000873, + 51.545777 + ], + [ + 0.000857, + 51.545409 + ], + [ + 0.000767, + 51.545134 + ], + [ + 0.000543, + 51.544772 + ], + [ + -0.000059, + 51.544145 + ], + [ + -0.000369, + 51.543892 + ], + [ + -0.001382, + 51.543149 + ], + [ + -0.002526, + 51.542371 + ], + [ + -0.003748, + 51.541582 + ], + [ + -0.003884, + 51.541494 + ], + [ + -0.004699, + 51.540876 + ], + [ + -0.005643, + 51.540356 + ], + [ + -0.006231, + 51.539866 + ], + [ + -0.007626, + 51.538539 + ], + [ + -0.009314, + 51.537096 + ], + [ + -0.011629, + 51.535687 + ], + [ + -0.015015, + 51.533804 + ], + [ + -0.016716, + 51.532792 + ], + [ + -0.018219, + 51.531772 + ], + [ + -0.021992, + 51.52898 + ], + [ + -0.02338, + 51.528287 + ], + [ + -0.025048, + 51.527586 + ], + [ + -0.02618, + 51.527185 + ], + [ + -0.028159, + 51.526643 + ], + [ + -0.032049, + 51.525784 + ], + [ + -0.032616, + 51.525633 + ], + [ + -0.032892, + 51.525522 + ], + [ + -0.033445, + 51.525356 + ], + [ + -0.033445, + 51.525356 + ], + [ + -0.034718, + 51.525158 + ], + [ + -0.035568, + 51.524933 + ], + [ + -0.03721, + 51.52438 + ], + [ + -0.037838, + 51.524222 + ], + [ + -0.038744, + 51.524053 + ], + [ + -0.039257, + 51.523997 + ], + [ + -0.040627, + 51.52394 + ], + [ + -0.042103, + 51.523957 + ], + [ + -0.043435, + 51.524023 + ], + [ + -0.044725, + 51.524138 + ], + [ + -0.045463, + 51.524242 + ], + [ + -0.046134, + 51.524399 + ], + [ + -0.047322, + 51.524778 + ], + [ + -0.054381, + 51.527187 + ], + [ + -0.055281, + 51.52742 + ], + [ + -0.055488, + 51.527473 + ], + [ + -0.056628, + 51.527636 + ], + [ + -0.057214, + 51.527662 + ], + [ + -0.057875, + 51.527655 + ], + [ + -0.058703, + 51.527604 + ], + [ + -0.061698, + 51.52731 + ], + [ + -0.065996, + 51.526925 + ], + [ + -0.06676, + 51.526795 + ], + [ + -0.067371, + 51.52665 + ], + [ + -0.067966, + 51.526462 + ], + [ + -0.070148, + 51.52564 + ], + [ + -0.071927, + 51.524812 + ], + [ + -0.075582, + 51.523181 + ], + [ + -0.076187, + 51.522832 + ], + [ + -0.077728, + 51.521871 + ], + [ + -0.082074, + 51.518669 + ], + [ + -0.08258, + 51.518172 + ], + [ + -0.083027, + 51.517664 + ], + [ + -0.083126, + 51.51747 + ], + [ + -0.083213, + 51.5173 + ], + [ + -0.083542, + 51.516461 + ], + [ + -0.083679, + 51.516213 + ], + [ + -0.084239, + 51.515537 + ], + [ + -0.084556, + 51.515245 + ], + [ + -0.08496, + 51.514988 + ], + [ + -0.085448, + 51.514796 + ], + [ + -0.085587, + 51.514706 + ], + [ + -0.086194, + 51.514173 + ], + [ + -0.086362, + 51.514104 + ], + [ + -0.086518, + 51.514053 + ], + [ + -0.087846, + 51.51377 + ], + [ + -0.089012, + 51.513447 + ], + [ + -0.089063, + 51.513432 + ], + [ + -0.08945, + 51.513402 + ], + [ + -0.089825, + 51.513428 + ], + [ + -0.095909, + 51.514454 + ], + [ + -0.096318, + 51.514561 + ], + [ + -0.097476, + 51.514923 + ], + [ + -0.098127, + 51.515127 + ], + [ + -0.100283, + 51.515763 + ], + [ + -0.105159, + 51.517374 + ], + [ + -0.106516, + 51.517716 + ], + [ + -0.111685, + 51.518081 + ], + [ + -0.112121, + 51.518112 + ], + [ + -0.113408, + 51.518097 + ], + [ + -0.116287, + 51.518028 + ], + [ + -0.117911, + 51.517815 + ], + [ + -0.119723, + 51.517661 + ], + [ + -0.120058, + 51.517627 + ], + [ + -0.122274, + 51.517402 + ], + [ + -0.125258, + 51.517142 + ], + [ + -0.127916, + 51.516821 + ], + [ + -0.129849, + 51.516506 + ], + [ + -0.130909, + 51.516439 + ], + [ + -0.13262, + 51.516331 + ], + [ + -0.13455, + 51.516142 + ], + [ + -0.137914, + 51.515721 + ], + [ + -0.140234, + 51.515528 + ], + [ + -0.141835, + 51.515337 + ], + [ + -0.14208, + 51.515308 + ], + [ + -0.145925, + 51.514736 + ], + [ + -0.148986, + 51.514325 + ], + [ + -0.14964, + 51.514263 + ], + [ + -0.153801, + 51.513868 + ], + [ + -0.156154, + 51.513734 + ], + [ + -0.158412, + 51.51346 + ], + [ + -0.15904, + 51.513384 + ], + [ + -0.164147, + 51.512942 + ], + [ + -0.175145, + 51.511871 + ], + [ + -0.175434, + 51.511837 + ], + [ + -0.180981, + 51.51117 + ], + [ + -0.18723, + 51.5105 + ], + [ + -0.18745, + 51.510487 + ], + [ + -0.189449, + 51.510369 + ], + [ + -0.190981, + 51.510229 + ], + [ + -0.191942, + 51.510093 + ], + [ + -0.196095, + 51.5092 + ], + [ + -0.196561, + 51.509112 + ], + [ + -0.196844, + 51.509059 + ], + [ + -0.200569, + 51.508595 + ], + [ + -0.202025, + 51.50828 + ], + [ + -0.205675, + 51.507259 + ], + [ + -0.209138, + 51.50629 + ], + [ + -0.217394, + 51.50454 + ], + [ + -0.21786, + 51.504462 + ], + [ + -0.218258, + 51.504432 + ], + [ + -0.21845, + 51.504418 + ], + [ + -0.218946, + 51.504416 + ], + [ + -0.219552, + 51.504464 + ], + [ + -0.220003, + 51.504474 + ], + [ + -0.223419, + 51.504967 + ], + [ + -0.223788, + 51.505042 + ], + [ + -0.22411, + 51.505133 + ], + [ + -0.22429, + 51.505218 + ], + [ + -0.224426, + 51.50532 + ], + [ + -0.224523, + 51.505438 + ], + [ + -0.224627, + 51.50575 + ], + [ + -0.224632, + 51.506129 + ], + [ + -0.224563, + 51.506542 + ], + [ + -0.224382, + 51.507192 + ], + [ + -0.224329, + 51.507617 + ], + [ + -0.22438, + 51.511977 + ], + [ + -0.224385, + 51.512456 + ], + [ + -0.224409, + 51.512704 + ], + [ + -0.224483, + 51.513046 + ], + [ + -0.225067, + 51.514496 + ], + [ + -0.225262, + 51.51474 + ], + [ + -0.22559, + 51.514982 + ], + [ + -0.22593, + 51.51516 + ], + [ + -0.226291, + 51.515289 + ], + [ + -0.227192, + 51.51554 + ], + [ + -0.227654, + 51.515655 + ], + [ + -0.228621, + 51.515847 + ], + [ + -0.229225, + 51.515933 + ], + [ + -0.22984, + 51.515997 + ], + [ + -0.230809, + 51.51606 + ], + [ + -0.232066, + 51.516044 + ], + [ + -0.232892, + 51.515964 + ], + [ + -0.23436, + 51.515758 + ], + [ + -0.236265, + 51.515683 + ], + [ + -0.239735, + 51.515386 + ], + [ + -0.241813, + 51.515249 + ], + [ + -0.242176, + 51.515242 + ], + [ + -0.243256, + 51.515303 + ], + [ + -0.243954, + 51.515397 + ], + [ + -0.244717, + 51.515546 + ], + [ + -0.245422, + 51.515762 + ], + [ + -0.246048, + 51.51601 + ], + [ + -0.246572, + 51.516247 + ], + [ + -0.247052, + 51.516528 + ], + [ + -0.247314, + 51.516699 + ], + [ + -0.247572, + 51.516869 + ], + [ + -0.247926, + 51.517165 + ], + [ + -0.249336, + 51.51853 + ], + [ + -0.250399, + 51.519608 + ], + [ + -0.251839, + 51.520961 + ], + [ + -0.252485, + 51.521488 + ], + [ + -0.253245, + 51.521927 + ], + [ + -0.25381, + 51.52217 + ], + [ + -0.254488, + 51.522425 + ], + [ + -0.25542, + 51.52266 + ], + [ + -0.257084, + 51.523004 + ], + [ + -0.258479, + 51.523345 + ], + [ + -0.259619, + 51.523584 + ], + [ + -0.266762, + 51.525084 + ], + [ + -0.267334, + 51.525153 + ], + [ + -0.267881, + 51.525189 + ], + [ + -0.268633, + 51.525176 + ], + [ + -0.269278, + 51.525125 + ], + [ + -0.269767, + 51.525053 + ], + [ + -0.270594, + 51.524852 + ], + [ + -0.271622, + 51.524507 + ], + [ + -0.272675, + 51.523882 + ], + [ + -0.273948, + 51.523003 + ], + [ + -0.275267, + 51.522025 + ], + [ + -0.27674, + 51.520996 + ], + [ + -0.279026, + 51.519316 + ], + [ + -0.281039, + 51.517886 + ], + [ + -0.28302, + 51.516478 + ], + [ + -0.283724, + 51.516022 + ], + [ + -0.284236, + 51.515755 + ], + [ + -0.284814, + 51.515511 + ], + [ + -0.285314, + 51.515354 + ], + [ + -0.285853, + 51.51522 + ], + [ + -0.286403, + 51.515117 + ], + [ + -0.28709, + 51.515052 + ], + [ + -0.287719, + 51.515025 + ], + [ + -0.289848, + 51.515018 + ], + [ + -0.292152, + 51.515059 + ], + [ + -0.294294, + 51.515073 + ], + [ + -0.298564, + 51.514984 + ], + [ + -0.300086, + 51.515002 + ], + [ + -0.300401, + 51.514994 + ], + [ + -0.301197, + 51.514848 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.093459, + 51.603687 + ], + [ + 0.092569, + 51.600797 + ], + [ + 0.09221, + 51.599474 + ], + [ + 0.091677, + 51.597712 + ], + [ + 0.091029, + 51.595669 + ], + [ + 0.090909, + 51.595291 + ], + [ + 0.089323, + 51.590034 + ], + [ + 0.088828, + 51.587343 + ], + [ + 0.088597, + 51.585781 + ], + [ + 0.088577, + 51.58565 + ], + [ + 0.088361, + 51.584412 + ], + [ + 0.088192, + 51.583175 + ], + [ + 0.088196, + 51.582468 + ], + [ + 0.088262, + 51.581679 + ], + [ + 0.088437, + 51.580882 + ], + [ + 0.088886, + 51.579458 + ], + [ + 0.089069, + 51.578786 + ], + [ + 0.089522, + 51.577623 + ], + [ + 0.089785, + 51.576687 + ], + [ + 0.089887, + 51.576221 + ], + [ + 0.089947, + 51.575598 + ], + [ + 0.089947, + 51.575598 + ], + [ + 0.08996, + 51.575123 + ], + [ + 0.089912, + 51.574532 + ], + [ + 0.089725, + 51.573464 + ], + [ + 0.089651, + 51.573133 + ], + [ + 0.089421, + 51.572421 + ], + [ + 0.089129, + 51.571711 + ], + [ + 0.088793, + 51.571131 + ], + [ + 0.088467, + 51.570791 + ], + [ + 0.088151, + 51.570535 + ], + [ + 0.087644, + 51.570259 + ], + [ + 0.08708, + 51.570059 + ], + [ + 0.086732, + 51.569976 + ], + [ + 0.08632, + 51.569914 + ], + [ + 0.085941, + 51.569875 + ], + [ + 0.08544, + 51.56985 + ], + [ + 0.084775, + 51.569842 + ], + [ + 0.083447, + 51.569937 + ], + [ + 0.082324, + 51.570122 + ], + [ + 0.081847, + 51.570245 + ], + [ + 0.08141, + 51.570386 + ], + [ + 0.080804, + 51.570624 + ], + [ + 0.070653, + 51.575652 + ], + [ + 0.06899, + 51.576219 + ], + [ + 0.068189, + 51.576415 + ], + [ + 0.06742, + 51.57654 + ], + [ + 0.066768, + 51.576597 + ], + [ + 0.066453, + 51.576606 + ], + [ + 0.066351, + 51.576609 + ], + [ + 0.064118, + 51.576638 + ], + [ + 0.06209, + 51.576613 + ], + [ + 0.055593, + 51.576397 + ], + [ + 0.047247, + 51.576338 + ], + [ + 0.045425, + 51.576363 + ], + [ + 0.045411, + 51.576363 + ], + [ + 0.043598, + 51.576426 + ], + [ + 0.038241, + 51.576694 + ], + [ + 0.037131, + 51.576718 + ], + [ + 0.035155, + 51.576651 + ], + [ + 0.034097, + 51.576574 + ], + [ + 0.032086, + 51.576343 + ], + [ + 0.030518, + 51.576113 + ], + [ + 0.028653, + 51.575673 + ], + [ + 0.028621, + 51.575666 + ], + [ + 0.021148, + 51.573324 + ], + [ + 0.01997, + 51.572932 + ], + [ + 0.018983, + 51.572637 + ], + [ + 0.018197, + 51.572471 + ], + [ + 0.016586, + 51.572196 + ], + [ + 0.01535, + 51.572057 + ], + [ + 0.013723, + 51.571942 + ], + [ + 0.012991, + 51.571814 + ], + [ + 0.012291, + 51.571603 + ], + [ + 0.011713, + 51.571269 + ], + [ + 0.011171, + 51.570925 + ], + [ + 0.010224, + 51.570258 + ], + [ + 0.00937, + 51.569577 + ], + [ + 0.0086, + 51.568811 + ], + [ + 0.008103, + 51.568222 + ], + [ + 0.007945, + 51.568035 + ], + [ + 0.00608, + 51.56531 + ], + [ + 0.005372, + 51.564441 + ], + [ + 0.004634, + 51.563636 + ], + [ + 0.001794, + 51.561243 + ], + [ + 0.000181, + 51.560184 + ], + [ + -0.005677, + 51.556468 + ], + [ + -0.005979, + 51.556277 + ], + [ + -0.006517, + 51.555862 + ], + [ + -0.007278, + 51.555117 + ], + [ + -0.007716, + 51.554483 + ], + [ + -0.007932, + 51.553799 + ], + [ + -0.007957, + 51.553425 + ], + [ + -0.007921, + 51.553039 + ], + [ + -0.00773, + 51.552467 + ], + [ + -0.007267, + 51.551702 + ], + [ + -0.007075, + 51.551485 + ], + [ + -0.006712, + 51.551159 + ], + [ + -0.006041, + 51.550704 + ], + [ + -0.005518, + 51.550391 + ], + [ + -0.004996, + 51.550109 + ], + [ + -0.00438, + 51.54985 + ], + [ + -0.002995, + 51.549361 + ], + [ + -0.002174, + 51.549037 + ], + [ + -0.001046, + 51.548473 + ], + [ + -0.000563, + 51.548152 + ], + [ + -0.000214, + 51.547849 + ], + [ + 0.000383, + 51.547102 + ], + [ + 0.000587, + 51.54674 + ], + [ + 0.000734, + 51.546387 + ], + [ + 0.000833, + 51.546062 + ], + [ + 0.000873, + 51.545777 + ], + [ + 0.000857, + 51.545409 + ], + [ + 0.000767, + 51.545134 + ], + [ + 0.000543, + 51.544772 + ], + [ + -0.000059, + 51.544145 + ], + [ + -0.000369, + 51.543892 + ], + [ + -0.001382, + 51.543149 + ], + [ + -0.002526, + 51.542371 + ], + [ + -0.003748, + 51.541582 + ], + [ + -0.003884, + 51.541494 + ], + [ + -0.004699, + 51.540876 + ], + [ + -0.005643, + 51.540356 + ], + [ + -0.006231, + 51.539866 + ], + [ + -0.007626, + 51.538539 + ], + [ + -0.009314, + 51.537096 + ], + [ + -0.011629, + 51.535687 + ], + [ + -0.015015, + 51.533804 + ], + [ + -0.016716, + 51.532792 + ], + [ + -0.018219, + 51.531772 + ], + [ + -0.021992, + 51.52898 + ], + [ + -0.02338, + 51.528287 + ], + [ + -0.025048, + 51.527586 + ], + [ + -0.02618, + 51.527185 + ], + [ + -0.028159, + 51.526643 + ], + [ + -0.032049, + 51.525784 + ], + [ + -0.032616, + 51.525633 + ], + [ + -0.032892, + 51.525522 + ], + [ + -0.033445, + 51.525356 + ], + [ + -0.033445, + 51.525356 + ], + [ + -0.034718, + 51.525158 + ], + [ + -0.035568, + 51.524933 + ], + [ + -0.03721, + 51.52438 + ], + [ + -0.037838, + 51.524222 + ], + [ + -0.038744, + 51.524053 + ], + [ + -0.039257, + 51.523997 + ], + [ + -0.040627, + 51.52394 + ], + [ + -0.042103, + 51.523957 + ], + [ + -0.043435, + 51.524023 + ], + [ + -0.044725, + 51.524138 + ], + [ + -0.045463, + 51.524242 + ], + [ + -0.046134, + 51.524399 + ], + [ + -0.047322, + 51.524778 + ], + [ + -0.054381, + 51.527187 + ], + [ + -0.055281, + 51.52742 + ], + [ + -0.055488, + 51.527473 + ], + [ + -0.056628, + 51.527636 + ], + [ + -0.057214, + 51.527662 + ], + [ + -0.057875, + 51.527655 + ], + [ + -0.058703, + 51.527604 + ], + [ + -0.061698, + 51.52731 + ], + [ + -0.065996, + 51.526925 + ], + [ + -0.06676, + 51.526795 + ], + [ + -0.067371, + 51.52665 + ], + [ + -0.067966, + 51.526462 + ], + [ + -0.070148, + 51.52564 + ], + [ + -0.071927, + 51.524812 + ], + [ + -0.075582, + 51.523181 + ], + [ + -0.076187, + 51.522832 + ], + [ + -0.077728, + 51.521871 + ], + [ + -0.082074, + 51.518669 + ], + [ + -0.08258, + 51.518172 + ], + [ + -0.083027, + 51.517664 + ], + [ + -0.083126, + 51.51747 + ], + [ + -0.083213, + 51.5173 + ], + [ + -0.083542, + 51.516461 + ], + [ + -0.083679, + 51.516213 + ], + [ + -0.084239, + 51.515537 + ], + [ + -0.084556, + 51.515245 + ], + [ + -0.08496, + 51.514988 + ], + [ + -0.085448, + 51.514796 + ], + [ + -0.085587, + 51.514706 + ], + [ + -0.086194, + 51.514173 + ], + [ + -0.086362, + 51.514104 + ], + [ + -0.086518, + 51.514053 + ], + [ + -0.087846, + 51.51377 + ], + [ + -0.089012, + 51.513447 + ], + [ + -0.089063, + 51.513432 + ], + [ + -0.08945, + 51.513402 + ], + [ + -0.089825, + 51.513428 + ], + [ + -0.095909, + 51.514454 + ], + [ + -0.096318, + 51.514561 + ], + [ + -0.097476, + 51.514923 + ], + [ + -0.098127, + 51.515127 + ], + [ + -0.100283, + 51.515763 + ], + [ + -0.105159, + 51.517374 + ], + [ + -0.106516, + 51.517716 + ], + [ + -0.111685, + 51.518081 + ], + [ + -0.112121, + 51.518112 + ], + [ + -0.113408, + 51.518097 + ], + [ + -0.116287, + 51.518028 + ], + [ + -0.117911, + 51.517815 + ], + [ + -0.119723, + 51.517661 + ], + [ + -0.120058, + 51.517627 + ], + [ + -0.122274, + 51.517402 + ], + [ + -0.125258, + 51.517142 + ], + [ + -0.127916, + 51.516821 + ], + [ + -0.129849, + 51.516506 + ], + [ + -0.130909, + 51.516439 + ], + [ + -0.13262, + 51.516331 + ], + [ + -0.13455, + 51.516142 + ], + [ + -0.137914, + 51.515721 + ], + [ + -0.140234, + 51.515528 + ], + [ + -0.141835, + 51.515337 + ], + [ + -0.14208, + 51.515308 + ], + [ + -0.145925, + 51.514736 + ], + [ + -0.148986, + 51.514325 + ], + [ + -0.14964, + 51.514263 + ], + [ + -0.153801, + 51.513868 + ], + [ + -0.156154, + 51.513734 + ], + [ + -0.158412, + 51.51346 + ], + [ + -0.15904, + 51.513384 + ], + [ + -0.164147, + 51.512942 + ], + [ + -0.175145, + 51.511871 + ], + [ + -0.175434, + 51.511837 + ], + [ + -0.180981, + 51.51117 + ], + [ + -0.18723, + 51.5105 + ], + [ + -0.18745, + 51.510487 + ], + [ + -0.189449, + 51.510369 + ], + [ + -0.190981, + 51.510229 + ], + [ + -0.191942, + 51.510093 + ], + [ + -0.196095, + 51.5092 + ], + [ + -0.196561, + 51.509112 + ], + [ + -0.196844, + 51.509059 + ], + [ + -0.200569, + 51.508595 + ], + [ + -0.202025, + 51.50828 + ], + [ + -0.205675, + 51.507259 + ], + [ + -0.209138, + 51.50629 + ], + [ + -0.217394, + 51.50454 + ], + [ + -0.21786, + 51.504462 + ], + [ + -0.218258, + 51.504432 + ], + [ + -0.21845, + 51.504418 + ], + [ + -0.218946, + 51.504416 + ], + [ + -0.219552, + 51.504464 + ], + [ + -0.220003, + 51.504474 + ], + [ + -0.223419, + 51.504967 + ], + [ + -0.223788, + 51.505042 + ], + [ + -0.22411, + 51.505133 + ], + [ + -0.22429, + 51.505218 + ], + [ + -0.224426, + 51.50532 + ], + [ + -0.224523, + 51.505438 + ], + [ + -0.224627, + 51.50575 + ], + [ + -0.224632, + 51.506129 + ], + [ + -0.224563, + 51.506542 + ], + [ + -0.224382, + 51.507192 + ], + [ + -0.224329, + 51.507617 + ], + [ + -0.22438, + 51.511977 + ], + [ + -0.224385, + 51.512456 + ], + [ + -0.224409, + 51.512704 + ], + [ + -0.224483, + 51.513046 + ], + [ + -0.225067, + 51.514496 + ], + [ + -0.225262, + 51.51474 + ], + [ + -0.22559, + 51.514982 + ], + [ + -0.22593, + 51.51516 + ], + [ + -0.226291, + 51.515289 + ], + [ + -0.227192, + 51.51554 + ], + [ + -0.227654, + 51.515655 + ], + [ + -0.228621, + 51.515847 + ], + [ + -0.229225, + 51.515933 + ], + [ + -0.22984, + 51.515997 + ], + [ + -0.230809, + 51.51606 + ], + [ + -0.232066, + 51.516044 + ], + [ + -0.232892, + 51.515964 + ], + [ + -0.23436, + 51.515758 + ], + [ + -0.236265, + 51.515683 + ], + [ + -0.239735, + 51.515386 + ], + [ + -0.241813, + 51.515249 + ], + [ + -0.242176, + 51.515242 + ], + [ + -0.243256, + 51.515303 + ], + [ + -0.243954, + 51.515397 + ], + [ + -0.244717, + 51.515546 + ], + [ + -0.245422, + 51.515762 + ], + [ + -0.246048, + 51.51601 + ], + [ + -0.246572, + 51.516247 + ], + [ + -0.247052, + 51.516528 + ], + [ + -0.247314, + 51.516699 + ], + [ + -0.247572, + 51.516869 + ], + [ + -0.247926, + 51.517165 + ], + [ + -0.249336, + 51.51853 + ], + [ + -0.250399, + 51.519608 + ], + [ + -0.251839, + 51.520961 + ], + [ + -0.252485, + 51.521488 + ], + [ + -0.253245, + 51.521927 + ], + [ + -0.25381, + 51.52217 + ], + [ + -0.254488, + 51.522425 + ], + [ + -0.25542, + 51.52266 + ], + [ + -0.257084, + 51.523004 + ], + [ + -0.258479, + 51.523345 + ], + [ + -0.259619, + 51.523584 + ], + [ + -0.266762, + 51.525084 + ], + [ + -0.267334, + 51.525153 + ], + [ + -0.267881, + 51.525189 + ], + [ + -0.268633, + 51.525176 + ], + [ + -0.269278, + 51.525125 + ], + [ + -0.269767, + 51.525053 + ], + [ + -0.270594, + 51.524852 + ], + [ + -0.271622, + 51.524507 + ], + [ + -0.272675, + 51.523882 + ], + [ + -0.273948, + 51.523003 + ], + [ + -0.275267, + 51.522025 + ], + [ + -0.27674, + 51.520996 + ], + [ + -0.279026, + 51.519316 + ], + [ + -0.281039, + 51.517886 + ], + [ + -0.28302, + 51.516478 + ], + [ + -0.283724, + 51.516022 + ], + [ + -0.284236, + 51.515755 + ], + [ + -0.284814, + 51.515511 + ], + [ + -0.285314, + 51.515354 + ], + [ + -0.285853, + 51.51522 + ], + [ + -0.286403, + 51.515117 + ], + [ + -0.28709, + 51.515052 + ], + [ + -0.287719, + 51.515025 + ], + [ + -0.289848, + 51.515018 + ], + [ + -0.292152, + 51.515059 + ], + [ + -0.294294, + 51.515073 + ], + [ + -0.298564, + 51.514984 + ], + [ + -0.300086, + 51.515002 + ], + [ + -0.300401, + 51.514994 + ], + [ + -0.301197, + 51.514848 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.113891, + 51.693616 + ], + [ + 0.113543, + 51.693282 + ], + [ + 0.112691, + 51.69227 + ], + [ + 0.112094, + 51.691415 + ], + [ + 0.111611, + 51.690598 + ], + [ + 0.11139, + 51.690142 + ], + [ + 0.107605, + 51.681634 + ], + [ + 0.106699, + 51.679723 + ], + [ + 0.103196, + 51.671699 + ], + [ + 0.101737, + 51.668356 + ], + [ + 0.101477, + 51.667535 + ], + [ + 0.101351, + 51.666986 + ], + [ + 0.101063, + 51.665221 + ], + [ + 0.100838, + 51.664358 + ], + [ + 0.100499, + 51.663477 + ], + [ + 0.099936, + 51.662353 + ], + [ + 0.099413, + 51.661519 + ], + [ + 0.098763, + 51.660677 + ], + [ + 0.097181, + 51.658734 + ], + [ + 0.096333, + 51.657513 + ], + [ + 0.09448, + 51.654283 + ], + [ + 0.093586, + 51.652972 + ], + [ + 0.091994, + 51.651155 + ], + [ + 0.091006, + 51.650176 + ], + [ + 0.089868, + 51.649177 + ], + [ + 0.088426, + 51.648129 + ], + [ + 0.085117, + 51.646041 + ], + [ + 0.084358, + 51.645648 + ], + [ + 0.083854, + 51.64542 + ], + [ + 0.083573, + 51.645293 + ], + [ + 0.082255, + 51.644759 + ], + [ + 0.081393, + 51.644461 + ], + [ + 0.080268, + 51.644111 + ], + [ + 0.079095, + 51.643783 + ], + [ + 0.076512, + 51.643172 + ], + [ + 0.074176, + 51.642733 + ], + [ + 0.07264, + 51.642504 + ], + [ + 0.070794, + 51.642281 + ], + [ + 0.069497, + 51.642174 + ], + [ + 0.067525, + 51.642069 + ], + [ + 0.065176, + 51.642011 + ], + [ + 0.062746, + 51.642083 + ], + [ + 0.059501, + 51.642217 + ], + [ + 0.059046, + 51.642217 + ], + [ + 0.058364, + 51.642172 + ], + [ + 0.057656, + 51.642078 + ], + [ + 0.05637, + 51.641817 + ], + [ + 0.055984, + 51.641698 + ], + [ + 0.055619, + 51.641542 + ], + [ + 0.055418, + 51.641436 + ], + [ + 0.054945, + 51.641184 + ], + [ + 0.054676, + 51.641 + ], + [ + 0.054469, + 51.640825 + ], + [ + 0.054062, + 51.640377 + ], + [ + 0.053818, + 51.63993 + ], + [ + 0.053625, + 51.639463 + ], + [ + 0.053193, + 51.638052 + ], + [ + 0.052839, + 51.637231 + ], + [ + 0.052504, + 51.636553 + ], + [ + 0.051943, + 51.635627 + ], + [ + 0.049938, + 51.632964 + ], + [ + 0.049315, + 51.632045 + ], + [ + 0.048594, + 51.630846 + ], + [ + 0.048002, + 51.62961 + ], + [ + 0.047517, + 51.628393 + ], + [ + 0.047353, + 51.627926 + ], + [ + 0.04694, + 51.626495 + ], + [ + 0.046603, + 51.625328 + ], + [ + 0.046053, + 51.623841 + ], + [ + 0.045441, + 51.622468 + ], + [ + 0.044566, + 51.620879 + ], + [ + 0.043903, + 51.619869 + ], + [ + 0.043008, + 51.618629 + ], + [ + 0.035769, + 51.609524 + ], + [ + 0.034878, + 51.608293 + ], + [ + 0.034352, + 51.607479 + ], + [ + 0.03408, + 51.607023 + ], + [ + 0.033859, + 51.606655 + ], + [ + 0.029667, + 51.599037 + ], + [ + 0.028805, + 51.597215 + ], + [ + 0.028248, + 51.595719 + ], + [ + 0.02795, + 51.594654 + ], + [ + 0.027342, + 51.591724 + ], + [ + 0.027221, + 51.591139 + ], + [ + 0.026941, + 51.590144 + ], + [ + 0.026569, + 51.589128 + ], + [ + 0.026066, + 51.588034 + ], + [ + 0.025506, + 51.587005 + ], + [ + 0.025006, + 51.58619 + ], + [ + 0.024, + 51.584686 + ], + [ + 0.022859, + 51.582856 + ], + [ + 0.022259, + 51.581815 + ], + [ + 0.021851, + 51.581189 + ], + [ + 0.021566, + 51.580805 + ], + [ + 0.016844, + 51.574429 + ], + [ + 0.016148, + 51.573724 + ], + [ + 0.015717, + 51.573408 + ], + [ + 0.015336, + 51.57318 + ], + [ + 0.012291, + 51.571603 + ], + [ + 0.011713, + 51.571269 + ], + [ + 0.011171, + 51.570925 + ], + [ + 0.010224, + 51.570258 + ], + [ + 0.00937, + 51.569577 + ], + [ + 0.0086, + 51.568811 + ], + [ + 0.008103, + 51.568222 + ], + [ + 0.007945, + 51.568035 + ], + [ + 0.00608, + 51.56531 + ], + [ + 0.005372, + 51.564441 + ], + [ + 0.004634, + 51.563636 + ], + [ + 0.001794, + 51.561243 + ], + [ + 0.000181, + 51.560184 + ], + [ + -0.005677, + 51.556468 + ], + [ + -0.005979, + 51.556277 + ], + [ + -0.006517, + 51.555862 + ], + [ + -0.007278, + 51.555117 + ], + [ + -0.007716, + 51.554483 + ], + [ + -0.007932, + 51.553799 + ], + [ + -0.007957, + 51.553425 + ], + [ + -0.007921, + 51.553039 + ], + [ + -0.00773, + 51.552467 + ], + [ + -0.007267, + 51.551702 + ], + [ + -0.007075, + 51.551485 + ], + [ + -0.006712, + 51.551159 + ], + [ + -0.006041, + 51.550704 + ], + [ + -0.005518, + 51.550391 + ], + [ + -0.004996, + 51.550109 + ], + [ + -0.00438, + 51.54985 + ], + [ + -0.002995, + 51.549361 + ], + [ + -0.002174, + 51.549037 + ], + [ + -0.001046, + 51.548473 + ], + [ + -0.000563, + 51.548152 + ], + [ + -0.000214, + 51.547849 + ], + [ + 0.000383, + 51.547102 + ], + [ + 0.000587, + 51.54674 + ], + [ + 0.000734, + 51.546387 + ], + [ + 0.000833, + 51.546062 + ], + [ + 0.000873, + 51.545777 + ], + [ + 0.000857, + 51.545409 + ], + [ + 0.000767, + 51.545134 + ], + [ + 0.000543, + 51.544772 + ], + [ + -0.000059, + 51.544145 + ], + [ + -0.000369, + 51.543892 + ], + [ + -0.001382, + 51.543149 + ], + [ + -0.002526, + 51.542371 + ], + [ + -0.003748, + 51.541582 + ], + [ + -0.003884, + 51.541494 + ], + [ + -0.004699, + 51.540876 + ], + [ + -0.005643, + 51.540356 + ], + [ + -0.006231, + 51.539866 + ], + [ + -0.007626, + 51.538539 + ], + [ + -0.009314, + 51.537096 + ], + [ + -0.011629, + 51.535687 + ], + [ + -0.015015, + 51.533804 + ], + [ + -0.016716, + 51.532792 + ], + [ + -0.018219, + 51.531772 + ], + [ + -0.021992, + 51.52898 + ], + [ + -0.02338, + 51.528287 + ], + [ + -0.025048, + 51.527586 + ], + [ + -0.02618, + 51.527185 + ], + [ + -0.028159, + 51.526643 + ], + [ + -0.032049, + 51.525784 + ], + [ + -0.032616, + 51.525633 + ], + [ + -0.032892, + 51.525522 + ], + [ + -0.033445, + 51.525356 + ], + [ + -0.033445, + 51.525356 + ], + [ + -0.034718, + 51.525158 + ], + [ + -0.035568, + 51.524933 + ], + [ + -0.03721, + 51.52438 + ], + [ + -0.037838, + 51.524222 + ], + [ + -0.038744, + 51.524053 + ], + [ + -0.039257, + 51.523997 + ], + [ + -0.040627, + 51.52394 + ], + [ + -0.042103, + 51.523957 + ], + [ + -0.043435, + 51.524023 + ], + [ + -0.044725, + 51.524138 + ], + [ + -0.045463, + 51.524242 + ], + [ + -0.046134, + 51.524399 + ], + [ + -0.047322, + 51.524778 + ], + [ + -0.054381, + 51.527187 + ], + [ + -0.055281, + 51.52742 + ], + [ + -0.055488, + 51.527473 + ], + [ + -0.056628, + 51.527636 + ], + [ + -0.057214, + 51.527662 + ], + [ + -0.057875, + 51.527655 + ], + [ + -0.058703, + 51.527604 + ], + [ + -0.061698, + 51.52731 + ], + [ + -0.065996, + 51.526925 + ], + [ + -0.06676, + 51.526795 + ], + [ + -0.067371, + 51.52665 + ], + [ + -0.067966, + 51.526462 + ], + [ + -0.070148, + 51.52564 + ], + [ + -0.071927, + 51.524812 + ], + [ + -0.075582, + 51.523181 + ], + [ + -0.076187, + 51.522832 + ], + [ + -0.077728, + 51.521871 + ], + [ + -0.082074, + 51.518669 + ], + [ + -0.08258, + 51.518172 + ], + [ + -0.083027, + 51.517664 + ], + [ + -0.083126, + 51.51747 + ], + [ + -0.083213, + 51.5173 + ], + [ + -0.083542, + 51.516461 + ], + [ + -0.083679, + 51.516213 + ], + [ + -0.084239, + 51.515537 + ], + [ + -0.084556, + 51.515245 + ], + [ + -0.08496, + 51.514988 + ], + [ + -0.085448, + 51.514796 + ], + [ + -0.085587, + 51.514706 + ], + [ + -0.086194, + 51.514173 + ], + [ + -0.086362, + 51.514104 + ], + [ + -0.086518, + 51.514053 + ], + [ + -0.087846, + 51.51377 + ], + [ + -0.089012, + 51.513447 + ], + [ + -0.089063, + 51.513432 + ], + [ + -0.08945, + 51.513402 + ], + [ + -0.089825, + 51.513428 + ], + [ + -0.095909, + 51.514454 + ], + [ + -0.096318, + 51.514561 + ], + [ + -0.097476, + 51.514923 + ], + [ + -0.098127, + 51.515127 + ], + [ + -0.100283, + 51.515763 + ], + [ + -0.105159, + 51.517374 + ], + [ + -0.106516, + 51.517716 + ], + [ + -0.111685, + 51.518081 + ], + [ + -0.112121, + 51.518112 + ], + [ + -0.113408, + 51.518097 + ], + [ + -0.116287, + 51.518028 + ], + [ + -0.117911, + 51.517815 + ], + [ + -0.119723, + 51.517661 + ], + [ + -0.120058, + 51.517627 + ], + [ + -0.122274, + 51.517402 + ], + [ + -0.125258, + 51.517142 + ], + [ + -0.127916, + 51.516821 + ], + [ + -0.129849, + 51.516506 + ], + [ + -0.130909, + 51.516439 + ], + [ + -0.13262, + 51.516331 + ], + [ + -0.13455, + 51.516142 + ], + [ + -0.137914, + 51.515721 + ], + [ + -0.140234, + 51.515528 + ], + [ + -0.141835, + 51.515337 + ], + [ + -0.14208, + 51.515308 + ], + [ + -0.145925, + 51.514736 + ], + [ + -0.148986, + 51.514325 + ], + [ + -0.14964, + 51.514263 + ], + [ + -0.153801, + 51.513868 + ], + [ + -0.156154, + 51.513734 + ], + [ + -0.158412, + 51.51346 + ], + [ + -0.15904, + 51.513384 + ], + [ + -0.164147, + 51.512942 + ], + [ + -0.175145, + 51.511871 + ], + [ + -0.175434, + 51.511837 + ], + [ + -0.180981, + 51.51117 + ], + [ + -0.18723, + 51.5105 + ], + [ + -0.18745, + 51.510487 + ], + [ + -0.189449, + 51.510369 + ], + [ + -0.190981, + 51.510229 + ], + [ + -0.191942, + 51.510093 + ], + [ + -0.196095, + 51.5092 + ], + [ + -0.196561, + 51.509112 + ], + [ + -0.196844, + 51.509059 + ], + [ + -0.200569, + 51.508595 + ], + [ + -0.202025, + 51.50828 + ], + [ + -0.205675, + 51.507259 + ], + [ + -0.209138, + 51.50629 + ], + [ + -0.217394, + 51.50454 + ], + [ + -0.21786, + 51.504462 + ], + [ + -0.218258, + 51.504432 + ], + [ + -0.21845, + 51.504418 + ], + [ + -0.218946, + 51.504416 + ], + [ + -0.219552, + 51.504464 + ], + [ + -0.220003, + 51.504474 + ], + [ + -0.223419, + 51.504967 + ], + [ + -0.223788, + 51.505042 + ], + [ + -0.22411, + 51.505133 + ], + [ + -0.22429, + 51.505218 + ], + [ + -0.224426, + 51.50532 + ], + [ + -0.224523, + 51.505438 + ], + [ + -0.224627, + 51.50575 + ], + [ + -0.224632, + 51.506129 + ], + [ + -0.224563, + 51.506542 + ], + [ + -0.224382, + 51.507192 + ], + [ + -0.224329, + 51.507617 + ], + [ + -0.22438, + 51.511977 + ], + [ + -0.224385, + 51.512456 + ], + [ + -0.224409, + 51.512704 + ], + [ + -0.224483, + 51.513046 + ], + [ + -0.225067, + 51.514496 + ], + [ + -0.225262, + 51.51474 + ], + [ + -0.22559, + 51.514982 + ], + [ + -0.22593, + 51.51516 + ], + [ + -0.226291, + 51.515289 + ], + [ + -0.227654, + 51.515655 + ], + [ + -0.228621, + 51.515847 + ], + [ + -0.229225, + 51.515933 + ], + [ + -0.22984, + 51.515997 + ], + [ + -0.230809, + 51.51606 + ], + [ + -0.232066, + 51.516044 + ], + [ + -0.232892, + 51.515964 + ], + [ + -0.23436, + 51.515758 + ], + [ + -0.236265, + 51.515683 + ], + [ + -0.239735, + 51.515386 + ], + [ + -0.241813, + 51.515249 + ], + [ + -0.242176, + 51.515242 + ], + [ + -0.243256, + 51.515303 + ], + [ + -0.243954, + 51.515397 + ], + [ + -0.244717, + 51.515546 + ], + [ + -0.245422, + 51.515762 + ], + [ + -0.246048, + 51.51601 + ], + [ + -0.246572, + 51.516247 + ], + [ + -0.247052, + 51.516528 + ], + [ + -0.247314, + 51.516699 + ], + [ + -0.247572, + 51.516869 + ], + [ + -0.247926, + 51.517165 + ], + [ + -0.249336, + 51.51853 + ], + [ + -0.250399, + 51.519608 + ], + [ + -0.251839, + 51.520961 + ], + [ + -0.252485, + 51.521488 + ], + [ + -0.253245, + 51.521927 + ], + [ + -0.25381, + 51.52217 + ], + [ + -0.254488, + 51.522425 + ], + [ + -0.25542, + 51.52266 + ], + [ + -0.257084, + 51.523004 + ], + [ + -0.258479, + 51.523345 + ], + [ + -0.259619, + 51.523584 + ], + [ + -0.266762, + 51.525084 + ], + [ + -0.267228, + 51.525175 + ], + [ + -0.267699, + 51.52523 + ], + [ + -0.26881, + 51.525306 + ], + [ + -0.269545, + 51.525439 + ], + [ + -0.270152, + 51.525581 + ], + [ + -0.27088, + 51.525824 + ], + [ + -0.271793, + 51.526047 + ], + [ + -0.278322, + 51.527347 + ], + [ + -0.286252, + 51.528882 + ], + [ + -0.291437, + 51.529944 + ], + [ + -0.2929, + 51.530224 + ], + [ + -0.293287, + 51.530298 + ], + [ + -0.29544, + 51.530638 + ], + [ + -0.298575, + 51.531069 + ], + [ + -0.300473, + 51.531285 + ], + [ + -0.301379, + 51.531408 + ], + [ + -0.303702, + 51.53179 + ], + [ + -0.305257, + 51.532095 + ], + [ + -0.306386, + 51.532365 + ], + [ + -0.308099, + 51.532815 + ], + [ + -0.310076, + 51.533301 + ], + [ + -0.323734, + 51.536774 + ], + [ + -0.324062, + 51.536857 + ], + [ + -0.328635, + 51.538039 + ], + [ + -0.332693, + 51.539018 + ], + [ + -0.335253, + 51.539579 + ], + [ + -0.338485, + 51.540434 + ], + [ + -0.33942, + 51.540725 + ], + [ + -0.340863, + 51.54111 + ], + [ + -0.3431, + 51.541742 + ], + [ + -0.344816, + 51.542188 + ], + [ + -0.346291, + 51.542545 + ], + [ + -0.35095, + 51.543675 + ], + [ + -0.352218, + 51.544003 + ], + [ + -0.356156, + 51.545078 + ], + [ + -0.360863, + 51.546307 + ], + [ + -0.368413, + 51.548221 + ], + [ + -0.38352, + 51.552052 + ], + [ + -0.384524, + 51.552276 + ], + [ + -0.385075, + 51.552374 + ], + [ + -0.387482, + 51.552729 + ], + [ + -0.38817, + 51.552865 + ], + [ + -0.388742, + 51.553 + ], + [ + -0.389402, + 51.553183 + ], + [ + -0.390427, + 51.553542 + ], + [ + -0.397229, + 51.556283 + ], + [ + -0.398095, + 51.556621 + ], + [ + -0.398454, + 51.556746 + ], + [ + -0.399288, + 51.557035 + ], + [ + -0.40279, + 51.558142 + ], + [ + -0.407142, + 51.559645 + ], + [ + -0.409993, + 51.560541 + ], + [ + -0.410839, + 51.560822 + ], + [ + -0.41135, + 51.560991 + ], + [ + -0.412731, + 51.561479 + ], + [ + -0.41502, + 51.562231 + ], + [ + -0.417777, + 51.563093 + ], + [ + -0.424407, + 51.56527 + ], + [ + -0.425968, + 51.565833 + ], + [ + -0.427586, + 51.56637 + ], + [ + -0.431359, + 51.567593 + ], + [ + -0.434792, + 51.568679 + ], + [ + -0.437662, + 51.569632 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1 + } + }, + { + "type": "Feature", + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.100891, + 51.495702 + ], + [ + -0.101374, + 51.496102 + ], + [ + -0.104063, + 51.498165 + ], + [ + -0.10456, + 51.498443 + ], + [ + -0.105035, + 51.498559 + ], + [ + -0.105528, + 51.498604 + ], + [ + -0.105979, + 51.498594 + ], + [ + -0.109878, + 51.498343 + ], + [ + -0.110612, + 51.498372 + ], + [ + -0.111137, + 51.498467 + ], + [ + -0.11158, + 51.498609 + ], + [ + -0.112034, + 51.498787 + ], + [ + -0.112287, + 51.498886 + ], + [ + -0.112889, + 51.499142 + ], + [ + -0.114904, + 51.500062 + ], + [ + -0.115044, + 51.500241 + ], + [ + -0.115092, + 51.500375 + ], + [ + -0.115151, + 51.50089 + ], + [ + -0.114066, + 51.502576 + ], + [ + -0.114034, + 51.503083 + ], + [ + -0.114138, + 51.503374 + ], + [ + -0.11432, + 51.503886 + ], + [ + -0.115127, + 51.50445 + ], + [ + -0.115996, + 51.504948 + ], + [ + -0.116248, + 51.505016 + ], + [ + -0.116586, + 51.505138 + ], + [ + -0.117489, + 51.505522 + ], + [ + -0.118354, + 51.505764 + ], + [ + -0.119476, + 51.506044 + ], + [ + -0.121577, + 51.5068 + ], + [ + -0.122448, + 51.50716 + ], + [ + -0.122971, + 51.507376 + ], + [ + -0.124727, + 51.508365 + ], + [ + -0.124918, + 51.508449 + ], + [ + -0.125257, + 51.508598 + ], + [ + -0.125505, + 51.508551 + ], + [ + -0.126271, + 51.508079 + ], + [ + -0.127074, + 51.507625 + ], + [ + -0.127929, + 51.507352 + ], + [ + -0.129348, + 51.507457 + ], + [ + -0.130807, + 51.507648 + ], + [ + -0.131008, + 51.507716 + ], + [ + -0.131254, + 51.507854 + ], + [ + -0.131469, + 51.508045 + ], + [ + -0.132378, + 51.509202 + ], + [ + -0.132917, + 51.509748 + ], + [ + -0.133057, + 51.50984 + ], + [ + -0.133242, + 51.509917 + ], + [ + -0.133442, + 51.509959 + ], + [ + -0.133694, + 51.509975 + ], + [ + -0.134002, + 51.509967 + ], + [ + -0.13443, + 51.509955 + ], + [ + -0.135902, + 51.50988 + ], + [ + -0.136757, + 51.509868 + ], + [ + -0.137266, + 51.509922 + ], + [ + -0.137544, + 51.509986 + ], + [ + -0.138001, + 51.510192 + ], + [ + -0.138163, + 51.510329 + ], + [ + -0.141065, + 51.513637 + ], + [ + -0.141648, + 51.514488 + ], + [ + -0.14177, + 51.514802 + ], + [ + -0.141859, + 51.515114 + ], + [ + -0.142013, + 51.515658 + ], + [ + -0.142676, + 51.517289 + ], + [ + -0.142807, + 51.517504 + ], + [ + -0.143098, + 51.517807 + ], + [ + -0.143939, + 51.518214 + ], + [ + -0.144048, + 51.518276 + ], + [ + -0.144124, + 51.518359 + ], + [ + -0.146225, + 51.522958 + ], + [ + -0.146561, + 51.52357 + ], + [ + -0.146771, + 51.523955 + ], + [ + -0.147038, + 51.524316 + ], + [ + -0.14719, + 51.524445 + ], + [ + -0.14745, + 51.524606 + ], + [ + -0.14765, + 51.524699 + ], + [ + -0.147899, + 51.524763 + ], + [ + -0.148168, + 51.524789 + ], + [ + -0.148834, + 51.524763 + ], + [ + -0.149168, + 51.524719 + ], + [ + -0.154169, + 51.523893 + ], + [ + -0.155725, + 51.523557 + ], + [ + -0.157017, + 51.523252 + ], + [ + -0.158137, + 51.522987 + ], + [ + -0.161606, + 51.522419 + ], + [ + -0.162143, + 51.522358 + ], + [ + -0.162607, + 51.52232 + ], + [ + -0.163597, + 51.52224 + ], + [ + -0.164872, + 51.522217 + ], + [ + -0.165228, + 51.52216 + ], + [ + -0.168391, + 51.521194 + ], + [ + -0.170075, + 51.520593 + ], + [ + -0.170339, + 51.520483 + ], + [ + -0.170339, + 51.520483 + ], + [ + -0.170518, + 51.520372 + ], + [ + -0.170657, + 51.520248 + ], + [ + -0.170847, + 51.519983 + ], + [ + -0.170975, + 51.519708 + ], + [ + -0.171383, + 51.518575 + ], + [ + -0.171543, + 51.518217 + ], + [ + -0.171724, + 51.51794 + ], + [ + -0.172017, + 51.517573 + ], + [ + -0.172634, + 51.516886 + ], + [ + -0.173002, + 51.516569 + ], + [ + -0.173247, + 51.516396 + ], + [ + -0.173504, + 51.516262 + ], + [ + -0.173986, + 51.516065 + ], + [ + -0.174267, + 51.515986 + ], + [ + -0.174593, + 51.515954 + ], + [ + -0.175066, + 51.515975 + ], + [ + -0.175137, + 51.515996 + ], + [ + -0.175373, + 51.516067 + ], + [ + -0.175881, + 51.516381 + ], + [ + -0.176613, + 51.517041 + ], + [ + -0.177407, + 51.517943 + ], + [ + -0.177643, + 51.518409 + ], + [ + -0.178061, + 51.519062 + ], + [ + -0.178361, + 51.519443 + ], + [ + -0.178664, + 51.519729 + ], + [ + -0.1793, + 51.520171 + ], + [ + -0.180959, + 51.521124 + ], + [ + -0.182253, + 51.521925 + ], + [ + -0.183548, + 51.522785 + ], + [ + -0.183877, + 51.523103 + ], + [ + -0.183945, + 51.523204 + ], + [ + -0.18401, + 51.5233 + ], + [ + -0.184109, + 51.524056 + ], + [ + -0.184139, + 51.524591 + ], + [ + -0.184098, + 51.525265 + ], + [ + -0.183833, + 51.526069 + ], + [ + -0.183509, + 51.526645 + ], + [ + -0.183323, + 51.527032 + ], + [ + -0.183293, + 51.527333 + ], + [ + -0.183402, + 51.527597 + ], + [ + -0.184018, + 51.528377 + ], + [ + -0.185687, + 51.529731 + ], + [ + -0.185775, + 51.529803 + ], + [ + -0.187495, + 51.531393 + ], + [ + -0.188889, + 51.532582 + ], + [ + -0.190221, + 51.533498 + ], + [ + -0.191221, + 51.534069 + ], + [ + -0.192262, + 51.534516 + ], + [ + -0.193329, + 51.534817 + ], + [ + -0.194018, + 51.534988 + ], + [ + -0.194584, + 51.535128 + ], + [ + -0.194869, + 51.535163 + ], + [ + -0.196327, + 51.535264 + ], + [ + -0.196738, + 51.535264 + ], + [ + -0.197458, + 51.535212 + ], + [ + -0.19927, + 51.535017 + ], + [ + -0.200843, + 51.534795 + ], + [ + -0.202015, + 51.534561 + ], + [ + -0.203201, + 51.534357 + ], + [ + -0.204098, + 51.534246 + ], + [ + -0.204721, + 51.534141 + ], + [ + -0.204778, + 51.534132 + ], + [ + -0.206313, + 51.53385 + ], + [ + -0.207266, + 51.533634 + ], + [ + -0.209668, + 51.533208 + ], + [ + -0.211249, + 51.532997 + ], + [ + -0.211843, + 51.532897 + ], + [ + -0.215518, + 51.532117 + ], + [ + -0.219774, + 51.531164 + ], + [ + -0.220914, + 51.530957 + ], + [ + -0.222398, + 51.530752 + ], + [ + -0.223992, + 51.530625 + ], + [ + -0.228591, + 51.530258 + ], + [ + -0.230232, + 51.530177 + ], + [ + -0.232441, + 51.530121 + ], + [ + -0.233413, + 51.530135 + ], + [ + -0.235127, + 51.530238 + ], + [ + -0.235841, + 51.5303 + ], + [ + -0.236157, + 51.53035 + ], + [ + -0.2366, + 51.530448 + ], + [ + -0.236943, + 51.530555 + ], + [ + -0.237543, + 51.530819 + ], + [ + -0.238494, + 51.531372 + ], + [ + -0.238853, + 51.531543 + ], + [ + -0.23923, + 51.531686 + ], + [ + -0.240053, + 51.531904 + ], + [ + -0.240578, + 51.531981 + ], + [ + -0.242759, + 51.532192 + ], + [ + -0.244068, + 51.532253 + ], + [ + -0.244272, + 51.53227 + ], + [ + -0.244595, + 51.532298 + ], + [ + -0.246084, + 51.532524 + ], + [ + -0.24771, + 51.532682 + ], + [ + -0.248762, + 51.53293 + ], + [ + -0.249556, + 51.533147 + ], + [ + -0.25099, + 51.533595 + ], + [ + -0.252049, + 51.533988 + ], + [ + -0.25321, + 51.534512 + ], + [ + -0.257446, + 51.536172 + ], + [ + -0.2575, + 51.536196 + ], + [ + -0.258205, + 51.536507 + ], + [ + -0.259929, + 51.537319 + ], + [ + -0.261157, + 51.537846 + ], + [ + -0.262602, + 51.538525 + ], + [ + -0.267201, + 51.540521 + ], + [ + -0.269826, + 51.541633 + ], + [ + -0.275517, + 51.543779 + ], + [ + -0.275517, + 51.543779 + ], + [ + -0.278292, + 51.544796 + ], + [ + -0.282311, + 51.546232 + ], + [ + -0.282709, + 51.546354 + ], + [ + -0.283574, + 51.546582 + ], + [ + -0.284227, + 51.546728 + ], + [ + -0.28516, + 51.546884 + ], + [ + -0.286525, + 51.547027 + ], + [ + -0.290007, + 51.547254 + ], + [ + -0.290524, + 51.547306 + ], + [ + -0.290798, + 51.547355 + ], + [ + -0.291397, + 51.547505 + ], + [ + -0.291888, + 51.547693 + ], + [ + -0.292453, + 51.548009 + ], + [ + -0.292819, + 51.548284 + ], + [ + -0.293496, + 51.548956 + ], + [ + -0.294419, + 51.54993 + ], + [ + -0.295531, + 51.550978 + ], + [ + -0.296901, + 51.552313 + ], + [ + -0.29717, + 51.552576 + ], + [ + -0.298686, + 51.554287 + ], + [ + -0.299487, + 51.555326 + ], + [ + -0.300114, + 51.556222 + ], + [ + -0.300813, + 51.557309 + ], + [ + -0.302248, + 51.559722 + ], + [ + -0.303943, + 51.562432 + ], + [ + -0.303996, + 51.562525 + ], + [ + -0.306314, + 51.566645 + ], + [ + -0.307602, + 51.568785 + ], + [ + -0.308297, + 51.569787 + ], + [ + -0.308539, + 51.570184 + ], + [ + -0.308581, + 51.570252 + ], + [ + -0.309451, + 51.571937 + ], + [ + -0.311434, + 51.575318 + ], + [ + -0.312278, + 51.576651 + ], + [ + -0.312815, + 51.577418 + ], + [ + -0.313393, + 51.578181 + ], + [ + -0.313917, + 51.578805 + ], + [ + -0.315249, + 51.580216 + ], + [ + -0.316508, + 51.581388 + ], + [ + -0.31723, + 51.582061 + ], + [ + -0.318356, + 51.583003 + ], + [ + -0.320446, + 51.584514 + ], + [ + -0.321286, + 51.585079 + ], + [ + -0.3237, + 51.586573 + ], + [ + -0.325145, + 51.587385 + ], + [ + -0.327034, + 51.588325 + ], + [ + -0.329947, + 51.589738 + ], + [ + -0.335247, + 51.592195 + ] + ] + }, + "properties": { + "line": "Bakerloo", + "name": "Bakerloo", + "color": "#894E24", + "order": 0 + } + } + ] +} \ No newline at end of file diff --git a/src/app/(game)/london/data/source.json b/src/app/(game)/london/data/source.json index 7fc1608..afd84ec 100644 --- a/src/app/(game)/london/data/source.json +++ b/src/app/(game)/london/data/source.json @@ -13144,188 +13144,106 @@ "aliases": ["northern"] }, { - "name": "Overground", - "color": "#E86A10", + "name": "Liberty", + "color": "#5D6061", "text_color": "#FFFFFF", - "icon_name": "uk-london-overground", + "icon_name": "uk-london-liberty", "icon_contains_name": false, - "live_line_code": "Overground", - "brand": "Overground", + "live_line_code": "Liberty", + "brand": "Liberty", "mode": "metro", "supports_routeinfo": true, "url": "https://citymapper.com/london/l/overground", "patterns": [ { - "name": "Dalston Junction \u00B7 New Cross", + "name": "Romford \u00B7 Upminster", "path": [ - [51.546147, -0.074925], - [51.545946, -0.074858], - [51.545726, -0.07485], - [51.544661, -0.074885], - [51.544008, -0.074958], - [51.543001, -0.075168], - [51.538706, -0.075542], - [51.53665, -0.075721], - [51.534769, -0.075728], - [51.532401, -0.075644], - [51.53152, -0.075635], - [51.531137, -0.075631], - [51.530872, -0.075676], - [51.53058, -0.075765], - [51.530325, -0.07588], - [51.53001, -0.076084], - [51.529537, -0.076524], - [51.528748, -0.077507], - [51.528334, -0.077955], - [51.527948, -0.078247], - [51.527432, -0.07852], - [51.526951, -0.078666], - [51.526273, -0.078735], - [51.524859, -0.078728], - [51.524587, -0.078682], - [51.524377, -0.078587], - [51.52416, -0.078417], - [51.523896, -0.078137], - [51.52363, -0.07771], - [51.523508, -0.077413], - [51.523423, -0.077121], - [51.523323, -0.076617], - [51.523289, -0.076071], - [51.523277, -0.075244], - [51.523236, -0.072519], - [51.523141, -0.071626], - [51.522492, -0.067069], - [51.522278, -0.064867], - [51.522215, -0.064444], - [51.522157, -0.064203], - [51.521949, -0.063514], - [51.521824, -0.063203], - [51.521493, -0.062607], - [51.521188, -0.062156], - [51.520734, -0.061577], - [51.520268, -0.060935], - [51.519564, -0.059809], - [51.519559, -0.0598], - [51.51845, -0.058095], - [51.518362, -0.057999], - [51.517768, -0.057462], - [51.517426, -0.057239], - [51.517173, -0.057133], - [51.516913, -0.057069], - [51.516022, -0.056939], - [51.515246, -0.056871], - [51.51187, -0.056902], - [51.511279, -0.056868], - [51.511228, -0.05687], - [51.510594, -0.056896], - [51.509923, -0.056875], - [51.505702, -0.05653], - [51.505205, -0.056409], - [51.504728, -0.056203], - [51.504383, -0.055945], - [51.504322, -0.0559], - [51.501029, -0.052122], - [51.500849, -0.051958], - [51.500681, -0.051806], - [51.500188, -0.051417], - [51.499236, -0.050774], - [51.497816, -0.050114], - [51.497678, -0.05005], - [51.495836, -0.049071], - [51.494781, -0.048662], - [51.494175, -0.048355], - [51.493718, -0.048013], - [51.493186, -0.047551], - [51.492916, -0.047316], - [51.492247, -0.046834], - [51.492029, -0.046701], - [51.491469, -0.046441], - [51.490848, -0.046185], - [51.489469, -0.045686], - [51.489153, -0.045521], - [51.488657, -0.04518], - [51.487643, -0.044313], - [51.486944, -0.043892], - [51.486484, -0.043736], - [51.486087, -0.043684], - [51.485071, -0.043722], - [51.484776, -0.043689], - [51.484513, -0.043603], - [51.483997, -0.043356], - [51.483706, -0.043154], - [51.483411, -0.042832], - [51.483233, -0.042542], - [51.482746, -0.041475], - [51.482574, -0.040971], - [51.482459, -0.040506], - [51.482365, -0.03993], - [51.482226, -0.038123], - [51.482117, -0.037361], - [51.482019, -0.036981], - [51.48181, -0.036376], - [51.481636, -0.035996], - [51.481453, -0.035682], - [51.481268, -0.035417], - [51.48099, -0.035087], - [51.480817, -0.034917], - [51.480486, -0.034686], - [51.480015, -0.034512], - [51.479132, -0.034379], - [51.47898, -0.034313], - [51.47879, -0.034183], - [51.477242, -0.032963], - [51.476954, -0.032707], - [51.476631, -0.032341] + [51.574988, 0.184155], + [51.576086, 0.18792], + [51.576316, 0.188532], + [51.577377, 0.192194], + [51.577525, 0.19278], + [51.577568, 0.19304], + [51.577615, 0.19353], + [51.577635, 0.194113], + [51.577631, 0.19462], + [51.577519, 0.195653], + [51.577436, 0.196085], + [51.577336, 0.196486], + [51.577113, 0.197164], + [51.576848, 0.197778], + [51.576703, 0.198047], + [51.576321, 0.198634], + [51.575125, 0.200307], + [51.574617, 0.20107], + [51.574148, 0.20186], + [51.573723, 0.202642], + [51.573348, 0.203413], + [51.57275, 0.204796], + [51.572364, 0.205793], + [51.572117, 0.206495], + [51.571673, 0.207941], + [51.571384, 0.209064], + [51.568984, 0.218964], + [51.568647, 0.220118], + [51.568551, 0.220448], + [51.56824, 0.221332], + [51.567853, 0.222283], + [51.567574, 0.222891], + [51.563309, 0.231734], + [51.562462, 0.233392], + [51.561013, 0.236401], + [51.560473, 0.237803], + [51.559925, 0.239523], + [51.559591, 0.240941], + [51.559483, 0.241554], + [51.559348, 0.2427], + [51.559267, 0.243898], + [51.559223, 0.245392], + [51.559207, 0.247357], + [51.559238, 0.24979], + [51.559196, 0.251112] ], "stop_points": [ { - "id": "DalstonJunction", + "id": "Romford", "path_index": 0 }, { - "id": "Haggerston", - "path_index": 6 - }, - { - "id": "Hoxton", - "path_index": 10 - }, - { - "id": "ShoreditchHighStreet", - "path_index": 33 - }, - { - "id": "Whitechapel", - "path_index": 46 - }, - { - "id": "Shadwell", - "path_index": 58 - }, - { - "id": "Wapping", - "path_index": 64 - }, - { - "id": "Rotherhithe", - "path_index": 67 - }, - { - "id": "CanadaWater", - "path_index": 71 - }, - { - "id": "SurreyQuays", - "path_index": 77 + "id": "EmersonPark", + "path_index": 27 }, { - "id": "NewCross", - "path_index": 117 + "id": "Upminster", + "path_index": 44 } ], - "id": "Nationalrail_Lo_0_25__Stations", + "id": "Nationalrail_Lo_0_64__Stations", "pattern_type": "multidirectional" - }, + } + ] + , + "live_availability": 0, + "ui_color": "#5D6061", + "long_name": "Liberty", + "status": { + "level": 0, + "summary": "Good Service" + }, + "aliases": ["liberty"] + }, + { + "name": "Lioness", + "color": "#FAA61A", + "text_color": "#FFFFFF", + "icon_name": "uk-london-lioness", + "icon_contains_name": false, + "live_line_code": "Lioness", + "brand": "Lioness", + "mode": "metro", + "supports_routeinfo": true, + "url": "https://citymapper.com/london/l/overground", + "patterns": [ { "name": "Euston \u00B7 Watford Junction", "path": [ @@ -13648,1998 +13566,32 @@ ], "id": "Nationalrail_Lo_0_31__Stations", "pattern_type": "multidirectional" - }, + } + ] + , + "live_availability": 0, + "ui_color": "#FAA61A", + "long_name": "Lioness", + "status": { + "level": 0, + "summary": "Good Service" + }, + "aliases": ["lioness"] + }, + { + "name": "Mildmay", + "color": "#0077AD", + "text_color": "#FFFFFF", + "icon_name": "uk-london-mildmay", + "icon_contains_name": false, + "live_line_code": "Mildmay", + "brand": "Mildmay", + "mode": "metro", + "supports_routeinfo": true, + "url": "https://citymapper.com/london/l/overground", + "patterns": [ { - "name": "Gospel Oak \u00B7 Barking Riverside", - "path": [ - [51.555494, -0.150679], - [51.555308, -0.149871], - [51.555255, -0.149539], - [51.555228, -0.148787], - [51.555241, -0.148412], - [51.555281, -0.148079], - [51.555348, -0.147779], - [51.556242, -0.144839], - [51.557209, -0.142061], - [51.55947, -0.135838], - [51.560044, -0.134658], - [51.560778, -0.133359], - [51.561678, -0.132018], - [51.563627, -0.129483], - [51.56632, -0.125978], - [51.567254, -0.124712], - [51.567801, -0.123929], - [51.568014, -0.123585], - [51.569701, -0.120302], - [51.571304, -0.117132], - [51.571935, -0.115882], - [51.572522, -0.114605], - [51.573116, -0.112964], - [51.573549, -0.111483], - [51.574062, -0.109499], - [51.574296, -0.108758], - [51.575723, -0.103791], - [51.576163, -0.101945], - [51.577203, -0.098149], - [51.577256, -0.097954], - [51.57799, -0.095165], - [51.578376, -0.093255], - [51.578616, -0.09186], - [51.578763, -0.090508], - [51.57891, -0.088727], - [51.57911, -0.085573], - [51.57963, -0.079157], - [51.579976, -0.075703], - [51.580373, -0.072098], - [51.58043, -0.071583], - [51.580617, -0.070446], - [51.581643, -0.066626], - [51.58223, -0.064802], - [51.582643, -0.063815], - [51.583297, -0.062613], - [51.583883, -0.061476], - [51.584297, -0.060511], - [51.58471, -0.059438], - [51.584963, -0.058665], - [51.585043, -0.058215], - [51.585243, -0.057378], - [51.58539, -0.05667], - [51.585777, -0.053515], - [51.586097, -0.049932], - [51.586576, -0.045383], - [51.586696, -0.041628], - [51.586683, -0.041011], - [51.586656, -0.039804], - [51.58655, -0.038066], - [51.586443, -0.0368], - [51.58631, -0.035748], - [51.58615, -0.034869], - [51.585723, -0.03298], - [51.585057, -0.030856], - [51.584403, -0.029118], - [51.58351, -0.027316], - [51.581549, -0.023784], - [51.580377, -0.021672], - [51.58007, -0.021179], - [51.579736, -0.020835], - [51.577643, -0.018711], - [51.574269, -0.01545], - [51.573509, -0.014634], - [51.572335, -0.013196], - [51.571148, -0.011137], - [51.570428, -0.009592], - [51.569812, -0.00796], - [51.569295, -0.006588], - [51.567947, -0.002553], - [51.56584, 0.003455], - [51.564853, 0.005579], - [51.563679, 0.008368], - [51.563619, 0.008493], - [51.563146, 0.009484], - [51.562639, 0.010386], - [51.562198, 0.010836], - [51.561371, 0.011759], - [51.560211, 0.012896], - [51.559784, 0.013433], - [51.559064, 0.014269], - [51.557956, 0.016115], - [51.557369, 0.016952], - [51.555608, 0.018797], - [51.554061, 0.020514], - [51.553394, 0.021393], - [51.552753, 0.022423], - [51.552406, 0.023367], - [51.552073, 0.024569], - [51.551726, 0.026114], - [51.551721, 0.026222], - [51.551672, 0.027294], - [51.551659, 0.028839], - [51.551712, 0.030062], - [51.551819, 0.031328], - [51.551819, 0.032208], - [51.551779, 0.033131], - [51.551592, 0.033796], - [51.550912, 0.035684], - [51.550485, 0.037143], - [51.550298, 0.037937], - [51.550245, 0.038474], - [51.550205, 0.039396], - [51.550125, 0.04019], - [51.549965, 0.041285], - [51.549804, 0.0421], - [51.549236, 0.044408], - [51.548937, 0.045619], - [51.548657, 0.046971], - [51.548297, 0.048516], - [51.547109, 0.054116], - [51.545601, 0.060875], - [51.545321, 0.062013], - [51.545094, 0.063043], - [51.544921, 0.063965], - [51.54464, 0.06639], - [51.5444, 0.067527], - [51.543359, 0.07184], - [51.542946, 0.07345], - [51.542732, 0.074158], - [51.542518, 0.074759], - [51.541157, 0.07772], - [51.539489, 0.080915], - [51.535445, 0.088663], - [51.53403, 0.092053], - [51.532402, 0.096946], - [51.53128, 0.10201], - [51.530052, 0.113597], - [51.529438, 0.119863], - [51.529385, 0.120935], - [51.529251, 0.121536], - [51.528771, 0.122395], - [51.528397, 0.12291], - [51.527916, 0.12321], - [51.527569, 0.123253], - [51.527276, 0.123253], - [51.526955, 0.123167], - [51.526528, 0.122952], - [51.526208, 0.122695], - [51.525914, 0.122523], - [51.525166, 0.121708], - [51.524926, 0.12115], - [51.524259, 0.119863], - [51.523991, 0.119262], - [51.523351, 0.118403], - [51.52255, 0.117416], - [51.522122, 0.11703], - [51.521695, 0.116773], - [51.520841, 0.116429], - [51.51939, 0.115956] - ], - "stop_points": [ - { - "id": "GospelOak", - "path_index": 0 - }, - { - "id": "UpperHolloway", - "path_index": 13 - }, - { - "id": "CrouchHill", - "path_index": 19 - }, - { - "id": "HarringayGreenLanes", - "path_index": 28 - }, - { - "id": "SouthTottenham", - "path_index": 38 - }, - { - "id": "BlackhorseRoad", - "path_index": 56 - }, - { - "id": "WalthamstowQueensRoad", - "path_index": 66 - }, - { - "id": "LeytonMidlandRoad", - "path_index": 76 - }, - { - "id": "LeytonstoneHighRoad", - "path_index": 82 - }, - { - "id": "WansteadPark", - "path_index": 99 - }, - { - "id": "WoodgrangePark", - "path_index": 115 - }, - { - "id": "Barking", - "path_index": 131 - }, - { - "id": "BarkingRiverside", - "path_index": 158 - } - ], - "id": "Nationalrail_Lo_0_33__Stations", - "pattern_type": "multidirectional" - }, - { - "name": "Highbury & Islington \u00B7 Crystal Palace", - "path": [ - [51.546193, -0.103947], - [51.546239, -0.103706], - [51.54636, -0.102923], - [51.54652, -0.102113], - [51.547278, -0.09867], - [51.547637, -0.097144], - [51.548341, -0.094389], - [51.54858, -0.093269], - [51.5487, -0.092534], - [51.548739, -0.09219], - [51.548854, -0.091182], - [51.548948, -0.090032], - [51.549, -0.089104], - [51.549033, -0.088029], - [51.54903, -0.086984], - [51.548988, -0.085823], - [51.548933, -0.084992], - [51.548816, -0.083866], - [51.548763, -0.082787], - [51.548536, -0.080158], - [51.548267, -0.077947], - [51.548118, -0.077326], - [51.548032, -0.07706], - [51.547907, -0.076723], - [51.547677, -0.076283], - [51.547564, -0.076096], - [51.547348, -0.075837], - [51.546943, -0.075415], - [51.546708, -0.075224], - [51.546291, -0.074974], - [51.546147, -0.074925], - [51.545946, -0.074858], - [51.545726, -0.07485], - [51.544661, -0.074885], - [51.544008, -0.074958], - [51.543001, -0.075168], - [51.538706, -0.075542], - [51.53665, -0.075721], - [51.534769, -0.075728], - [51.532401, -0.075644], - [51.53152, -0.075635], - [51.531137, -0.075631], - [51.530872, -0.075676], - [51.53058, -0.075765], - [51.530325, -0.07588], - [51.53001, -0.076084], - [51.529537, -0.076524], - [51.528748, -0.077507], - [51.528334, -0.077955], - [51.527948, -0.078247], - [51.527432, -0.07852], - [51.526951, -0.078666], - [51.526273, -0.078735], - [51.524859, -0.078728], - [51.524492, -0.078648], - [51.524377, -0.078587], - [51.524016, -0.078277], - [51.523896, -0.078137], - [51.523701, -0.077839], - [51.523508, -0.077413], - [51.523423, -0.077121], - [51.523323, -0.076617], - [51.523289, -0.076071], - [51.523279, -0.075243], - [51.523251, -0.072828], - [51.523202, -0.072169], - [51.523141, -0.071626], - [51.522492, -0.067069], - [51.522246, -0.064642], - [51.522157, -0.064203], - [51.521949, -0.063514], - [51.521824, -0.063203], - [51.521332, -0.062355], - [51.520268, -0.060935], - [51.519564, -0.059809], - [51.519559, -0.0598], - [51.51845, -0.058095], - [51.517768, -0.057462], - [51.517426, -0.057239], - [51.517173, -0.057133], - [51.516913, -0.057069], - [51.516022, -0.056939], - [51.515246, -0.056871], - [51.51187, -0.056902], - [51.511279, -0.056868], - [51.511228, -0.05687], - [51.510594, -0.056896], - [51.509923, -0.056875], - [51.505702, -0.05653], - [51.505205, -0.056409], - [51.504893, -0.056284], - [51.504728, -0.056203], - [51.504383, -0.055945], - [51.504322, -0.0559], - [51.501125, -0.052221], - [51.500848, -0.051963], - [51.500681, -0.051806], - [51.500188, -0.051417], - [51.499236, -0.050774], - [51.497816, -0.050114], - [51.497678, -0.05005], - [51.495836, -0.049071], - [51.494781, -0.048662], - [51.494175, -0.048355], - [51.493718, -0.048013], - [51.493186, -0.047551], - [51.492916, -0.047316], - [51.492564, -0.047049], - [51.492029, -0.046701], - [51.490848, -0.046185], - [51.489469, -0.045686], - [51.489153, -0.045521], - [51.488657, -0.04518], - [51.487643, -0.044313], - [51.486944, -0.043892], - [51.486484, -0.043736], - [51.486087, -0.043684], - [51.485071, -0.043722], - [51.484776, -0.043689], - [51.484513, -0.043603], - [51.483077, -0.042897], - [51.482682, -0.042778], - [51.482311, -0.042734], - [51.479972, -0.042618], - [51.479716, -0.042596], - [51.479479, -0.042533], - [51.478898, -0.042254], - [51.478589, -0.042029], - [51.477577, -0.041445], - [51.476653, -0.040838], - [51.475778, -0.040418], - [51.475173, -0.040148], - [51.473031, -0.039192], - [51.472475, -0.038988], - [51.47065, -0.038155], - [51.469876, -0.037898], - [51.469239, -0.037725], - [51.467945, -0.037518], - [51.466585, -0.037394], - [51.465882, -0.037389], - [51.464845, -0.037448], - [51.464647, -0.037478], - [51.463859, -0.037599], - [51.463115, -0.037781], - [51.46238, -0.037999], - [51.460843, -0.038546], - [51.458953, -0.039285], - [51.455907, -0.040529], - [51.455315, -0.040839], - [51.454069, -0.041645], - [51.453315, -0.042236], - [51.452475, -0.042977], - [51.450842, -0.044573], - [51.449955, -0.045405], - [51.449527, -0.045806], - [51.444273, -0.049903], - [51.442535, -0.051298], - [51.441533, -0.051969], - [51.440709, -0.05242], - [51.440141, -0.052693], - [51.439306, -0.052974], - [51.439306, -0.052974], - [51.438371, -0.053209], - [51.437367, -0.053376], - [51.436776, -0.05341], - [51.436318, -0.053406], - [51.435551, -0.053337], - [51.433874, -0.053028], - [51.4331, -0.052923], - [51.432117, -0.052907], - [51.431435, -0.052946], - [51.430891, -0.052997], - [51.430299, -0.053112], - [51.429695, -0.053288], - [51.42922, -0.053462], - [51.42727, -0.054354], - [51.425664, -0.055088], - [51.423849, -0.055871], - [51.422997, -0.056266], - [51.42176, -0.056961], - [51.420517, -0.05781], - [51.419644, -0.058862], - [51.418292, -0.061062], - [51.418061, -0.061536], - [51.417822, -0.061966], - [51.41759, -0.062437], - [51.417421, -0.062852], - [51.417183, -0.063534], - [51.417049, -0.064039], - [51.416917, -0.06465], - [51.416792, -0.065567], - [51.416711, -0.066917], - [51.416767, -0.067953], - [51.416838, -0.068553], - [51.416892, -0.068851], - [51.417218, -0.070182], - [51.417379, -0.070681], - [51.417945, -0.072205] - ], - "stop_points": [ - { - "id": "HighburyAndIslington", - "path_index": 0 - }, - { - "id": "Canonbury", - "path_index": 9 - }, - { - "id": "DalstonJunction", - "path_index": 30 - }, - { - "id": "Haggerston", - "path_index": 36 - }, - { - "id": "Hoxton", - "path_index": 40 - }, - { - "id": "ShoreditchHighStreet", - "path_index": 63 - }, - { - "id": "Whitechapel", - "path_index": 74 - }, - { - "id": "Shadwell", - "path_index": 85 - }, - { - "id": "Wapping", - "path_index": 92 - }, - { - "id": "Rotherhithe", - "path_index": 95 - }, - { - "id": "CanadaWater", - "path_index": 99 - }, - { - "id": "SurreyQuays", - "path_index": 105 - }, - { - "id": "NewCrossGate", - "path_index": 131 - }, - { - "id": "Brockley", - "path_index": 141 - }, - { - "id": "HonorOakPark", - "path_index": 153 - }, - { - "id": "ForestHill", - "path_index": 160 - }, - { - "id": "Sydenham", - "path_index": 175 - }, - { - "id": "CrystalPalace", - "path_index": 197 - } - ], - "id": "Nationalrail_Lo_0_37__Stations", - "pattern_type": "multidirectional" - }, - { - "name": "Highbury & Islington \u00B7 West Croydon", - "path": [ - [51.546193, -0.103947], - [51.546239, -0.103706], - [51.54636, -0.102923], - [51.54652, -0.102113], - [51.547278, -0.09867], - [51.547637, -0.097144], - [51.548341, -0.094389], - [51.54858, -0.093269], - [51.5487, -0.092534], - [51.548739, -0.09219], - [51.548854, -0.091182], - [51.548948, -0.090032], - [51.549, -0.089104], - [51.549033, -0.088029], - [51.54903, -0.086984], - [51.548988, -0.085823], - [51.548933, -0.084992], - [51.548816, -0.083866], - [51.548763, -0.082787], - [51.548536, -0.080158], - [51.548267, -0.077947], - [51.548118, -0.077326], - [51.548032, -0.07706], - [51.547907, -0.076723], - [51.547677, -0.076283], - [51.547564, -0.076096], - [51.547348, -0.075837], - [51.546943, -0.075415], - [51.546708, -0.075224], - [51.546291, -0.074974], - [51.546147, -0.074925], - [51.545946, -0.074858], - [51.545726, -0.07485], - [51.544661, -0.074885], - [51.544008, -0.074958], - [51.543001, -0.075168], - [51.538706, -0.075542], - [51.53665, -0.075721], - [51.534769, -0.075728], - [51.532401, -0.075644], - [51.53152, -0.075635], - [51.531137, -0.075631], - [51.530872, -0.075676], - [51.53058, -0.075765], - [51.530325, -0.07588], - [51.53001, -0.076084], - [51.529537, -0.076524], - [51.528748, -0.077507], - [51.528334, -0.077955], - [51.527948, -0.078247], - [51.527432, -0.07852], - [51.526951, -0.078666], - [51.526273, -0.078735], - [51.524859, -0.078728], - [51.524492, -0.078648], - [51.524377, -0.078587], - [51.524016, -0.078277], - [51.523896, -0.078137], - [51.523701, -0.077839], - [51.523508, -0.077413], - [51.523423, -0.077121], - [51.523323, -0.076617], - [51.523289, -0.076071], - [51.523279, -0.075243], - [51.523251, -0.072828], - [51.523202, -0.072169], - [51.523141, -0.071626], - [51.522492, -0.067069], - [51.522246, -0.064642], - [51.522157, -0.064203], - [51.521949, -0.063514], - [51.521824, -0.063203], - [51.521332, -0.062355], - [51.520268, -0.060935], - [51.519564, -0.059809], - [51.519559, -0.0598], - [51.51845, -0.058095], - [51.518115, -0.057766], - [51.517618, -0.057354], - [51.517426, -0.057239], - [51.517173, -0.057133], - [51.516913, -0.057069], - [51.516022, -0.056939], - [51.515246, -0.056871], - [51.51187, -0.056902], - [51.511279, -0.056868], - [51.511228, -0.05687], - [51.510594, -0.056896], - [51.509923, -0.056875], - [51.505702, -0.05653], - [51.505205, -0.056409], - [51.504728, -0.056203], - [51.504383, -0.055945], - [51.504322, -0.0559], - [51.501125, -0.052221], - [51.500848, -0.051963], - [51.500681, -0.051806], - [51.500188, -0.051417], - [51.499236, -0.050774], - [51.497816, -0.050114], - [51.497678, -0.05005], - [51.495836, -0.049071], - [51.494781, -0.048662], - [51.494175, -0.048355], - [51.493718, -0.048013], - [51.493186, -0.047551], - [51.492916, -0.047316], - [51.492564, -0.047049], - [51.492029, -0.046701], - [51.490848, -0.046185], - [51.489469, -0.045686], - [51.489153, -0.045521], - [51.488657, -0.04518], - [51.487643, -0.044313], - [51.486944, -0.043892], - [51.486484, -0.043736], - [51.486087, -0.043684], - [51.485071, -0.043722], - [51.484776, -0.043689], - [51.484513, -0.043603], - [51.483077, -0.042897], - [51.482682, -0.042778], - [51.482311, -0.042734], - [51.479972, -0.042618], - [51.479584, -0.042567], - [51.478898, -0.042254], - [51.478589, -0.042029], - [51.477577, -0.041445], - [51.476653, -0.040838], - [51.475778, -0.040418], - [51.475173, -0.040148], - [51.473031, -0.039192], - [51.472475, -0.038988], - [51.47065, -0.038155], - [51.469876, -0.037898], - [51.469239, -0.037725], - [51.467945, -0.037518], - [51.466585, -0.037394], - [51.465278, -0.037417], - [51.464648, -0.03748], - [51.464325, -0.037512], - [51.463115, -0.037781], - [51.46238, -0.037999], - [51.460843, -0.038546], - [51.458953, -0.039285], - [51.455907, -0.040529], - [51.455315, -0.040839], - [51.454069, -0.041645], - [51.453315, -0.042236], - [51.452475, -0.042977], - [51.450842, -0.044573], - [51.449955, -0.045405], - [51.449527, -0.045806], - [51.444273, -0.049903], - [51.442996, -0.050941], - [51.442535, -0.051298], - [51.441533, -0.051969], - [51.440709, -0.05242], - [51.440141, -0.052693], - [51.439306, -0.052974], - [51.439306, -0.052974], - [51.438371, -0.053209], - [51.437367, -0.053376], - [51.436776, -0.05341], - [51.436318, -0.053406], - [51.435551, -0.053337], - [51.433874, -0.053028], - [51.4331, -0.052923], - [51.432117, -0.052907], - [51.431435, -0.052946], - [51.430891, -0.052997], - [51.430299, -0.053112], - [51.429695, -0.053288], - [51.42922, -0.053462], - [51.42727, -0.054354], - [51.425664, -0.055088], - [51.423849, -0.055871], - [51.422997, -0.056266], - [51.422526, -0.056519], - [51.42176, -0.056961], - [51.421087, -0.057422], - [51.420391, -0.057942], - [51.41935, -0.058822], - [51.418514, -0.059604], - [51.417483, -0.060632], - [51.413375, -0.064724], - [51.412264, -0.065798], - [51.412152, -0.065888], - [51.411378, -0.066508], - [51.410318, -0.067185], - [51.404741, -0.070322], - [51.400044, -0.073069], - [51.399521, -0.073366], - [51.39891, -0.07367], - [51.398529, -0.073909], - [51.397671, -0.074329], - [51.396918, -0.07476], - [51.395578, -0.075527], - [51.394893, -0.075947], - [51.393678, -0.076799], - [51.393494, -0.076873], - [51.39213, -0.077848], - [51.391785, -0.078113], - [51.391251, -0.078616], - [51.390578, -0.079419], - [51.390219, -0.079895], - [51.389678, -0.080709], - [51.389437, -0.081112], - [51.389086, -0.08172], - [51.388772, -0.082368], - [51.388604, -0.082923], - [51.388325, -0.084239], - [51.388237, -0.084583], - [51.387965, -0.085399], - [51.387809, -0.085754], - [51.387382, -0.086494], - [51.387081, -0.086932], - [51.386687, -0.087414], - [51.386461, -0.087757], - [51.38619, -0.088312], - [51.385288, -0.090954], - [51.384581, -0.093143], - [51.383043, -0.097771], - [51.382831, -0.098319], - [51.38253, -0.098919], - [51.382252, -0.099366], - [51.382028, -0.099651], - [51.381495, -0.10022], - [51.381187, -0.10051], - [51.380773, -0.100832], - [51.379089, -0.101824] - ], - "stop_points": [ - { - "id": "HighburyAndIslington", - "path_index": 0 - }, - { - "id": "Canonbury", - "path_index": 9 - }, - { - "id": "DalstonJunction", - "path_index": 30 - }, - { - "id": "Haggerston", - "path_index": 36 - }, - { - "id": "Hoxton", - "path_index": 40 - }, - { - "id": "ShoreditchHighStreet", - "path_index": 63 - }, - { - "id": "Whitechapel", - "path_index": 74 - }, - { - "id": "Shadwell", - "path_index": 86 - }, - { - "id": "Wapping", - "path_index": 92 - }, - { - "id": "Rotherhithe", - "path_index": 95 - }, - { - "id": "CanadaWater", - "path_index": 99 - }, - { - "id": "SurreyQuays", - "path_index": 105 - }, - { - "id": "NewCrossGate", - "path_index": 130 - }, - { - "id": "Brockley", - "path_index": 139 - }, - { - "id": "HonorOakPark", - "path_index": 151 - }, - { - "id": "ForestHill", - "path_index": 159 - }, - { - "id": "Sydenham", - "path_index": 174 - }, - { - "id": "PengeWest", - "path_index": 184 - }, - { - "id": "Anerley", - "path_index": 187 - }, - { - "id": "NorwoodJunction", - "path_index": 196 - }, - { - "id": "WestCroydon", - "path_index": 230 - } - ], - "id": "Nationalrail_Lo_0_38__Stations", - "pattern_type": "multidirectional" - }, - { - "name": "Highbury & Islington \u00B7 Clapham Junction", - "path": [ - [51.546193, -0.103947], - [51.546239, -0.103706], - [51.54636, -0.102923], - [51.54652, -0.102113], - [51.547278, -0.09867], - [51.547637, -0.097144], - [51.548341, -0.094389], - [51.54858, -0.093269], - [51.5487, -0.092534], - [51.548739, -0.09219], - [51.548854, -0.091182], - [51.548948, -0.090032], - [51.549, -0.089104], - [51.549033, -0.088029], - [51.54903, -0.086984], - [51.548988, -0.085823], - [51.548933, -0.084992], - [51.548816, -0.083866], - [51.548763, -0.082787], - [51.548536, -0.080158], - [51.548267, -0.077947], - [51.548118, -0.077326], - [51.548032, -0.07706], - [51.547907, -0.076723], - [51.547677, -0.076283], - [51.547564, -0.076096], - [51.547348, -0.075837], - [51.546943, -0.075415], - [51.546708, -0.075224], - [51.546291, -0.074974], - [51.546147, -0.074925], - [51.545946, -0.074858], - [51.545726, -0.07485], - [51.544661, -0.074885], - [51.544008, -0.074958], - [51.543001, -0.075168], - [51.538706, -0.075542], - [51.53665, -0.075721], - [51.534769, -0.075728], - [51.532401, -0.075644], - [51.53152, -0.075635], - [51.531137, -0.075631], - [51.530872, -0.075676], - [51.53058, -0.075765], - [51.530325, -0.07588], - [51.53001, -0.076084], - [51.529537, -0.076524], - [51.528748, -0.077507], - [51.528334, -0.077955], - [51.527948, -0.078247], - [51.527432, -0.07852], - [51.526951, -0.078666], - [51.526273, -0.078735], - [51.524859, -0.078728], - [51.524492, -0.078648], - [51.524377, -0.078587], - [51.524016, -0.078277], - [51.523896, -0.078137], - [51.523701, -0.077839], - [51.523508, -0.077413], - [51.523423, -0.077121], - [51.523323, -0.076617], - [51.523289, -0.076071], - [51.523279, -0.075243], - [51.523251, -0.072828], - [51.523202, -0.072169], - [51.523141, -0.071626], - [51.522492, -0.067069], - [51.522246, -0.064642], - [51.522157, -0.064203], - [51.521949, -0.063514], - [51.521824, -0.063203], - [51.521332, -0.062355], - [51.520268, -0.060935], - [51.519564, -0.059809], - [51.519559, -0.0598], - [51.51845, -0.058095], - [51.518115, -0.057766], - [51.517618, -0.057354], - [51.517426, -0.057239], - [51.517173, -0.057133], - [51.516913, -0.057069], - [51.516022, -0.056939], - [51.515246, -0.056871], - [51.51187, -0.056902], - [51.511279, -0.056868], - [51.511228, -0.05687], - [51.510594, -0.056896], - [51.509923, -0.056875], - [51.505702, -0.05653], - [51.505205, -0.056409], - [51.504893, -0.056284], - [51.504728, -0.056203], - [51.504383, -0.055945], - [51.504322, -0.0559], - [51.501125, -0.052221], - [51.500848, -0.051963], - [51.500681, -0.051806], - [51.500188, -0.051417], - [51.499236, -0.050774], - [51.497816, -0.050114], - [51.497678, -0.05005], - [51.495836, -0.049071], - [51.494781, -0.048662], - [51.494175, -0.048355], - [51.493718, -0.048013], - [51.493186, -0.047551], - [51.492916, -0.047316], - [51.492564, -0.047049], - [51.492029, -0.046701], - [51.490848, -0.046185], - [51.489934, -0.045923], - [51.489304, -0.045878], - [51.488863, -0.045955], - [51.488472, -0.04611], - [51.488059, -0.046351], - [51.487567, -0.046764], - [51.487217, -0.047112], - [51.486074, -0.04836], - [51.485697, -0.048734], - [51.485517, -0.048902], - [51.485178, -0.049137], - [51.4848, -0.049279], - [51.484501, -0.049323], - [51.482694, -0.049419], - [51.48247, -0.049461], - [51.482145, -0.0496], - [51.481832, -0.049817], - [51.48155, -0.050096], - [51.481219, -0.050574], - [51.480938, -0.051146], - [51.48057, -0.052116], - [51.480371, -0.052538], - [51.48015, -0.052909], - [51.480016, -0.053084], - [51.479686, -0.053433], - [51.479146, -0.05384], - [51.478292, -0.054336], - [51.47607, -0.055766], - [51.473764, -0.057185], - [51.473576, -0.057329], - [51.473399, -0.057463], - [51.472929, -0.057917], - [51.47262, -0.058256], - [51.472225, -0.058762], - [51.472039, -0.05901], - [51.471737, -0.059488], - [51.471404, -0.060109], - [51.47122, -0.060507], - [51.471036, -0.060961], - [51.470834, -0.061568], - [51.470473, -0.063181], - [51.470356, -0.06396], - [51.47029, -0.064704], - [51.470213, -0.066615], - [51.470092, -0.067765], - [51.469976, -0.068392], - [51.469779, -0.069257], - [51.469768, -0.069307], - [51.46945, -0.070386], - [51.469241, -0.071208], - [51.469133, -0.071773], - [51.46897, -0.073209], - [51.468926, -0.073939], - [51.46894, -0.075343], - [51.46903, -0.076832], - [51.469409, -0.079362], - [51.469497, -0.08029], - [51.469542, -0.081288], - [51.469513, -0.082497], - [51.469427, -0.083491], - [51.46935, -0.084095], - [51.469114, -0.085449], - [51.468751, -0.087007], - [51.468113, -0.089174], - [51.467367, -0.091707], - [51.467113, -0.092448], - [51.466571, -0.094246], - [51.465912, -0.096512], - [51.465669, -0.097462], - [51.465468, -0.09839], - [51.465235, -0.099706], - [51.46513, -0.100438], - [51.464863, -0.102695], - [51.464794, -0.103075], - [51.464494, -0.104258], - [51.463978, -0.105724], - [51.463703, -0.106605], - [51.46345, -0.107831], - [51.463196, -0.109637], - [51.463073, -0.110292], - [51.462898, -0.110995], - [51.462783, -0.111645], - [51.462737, -0.111987], - [51.46271, -0.11238], - [51.462706, -0.112925], - [51.462729, -0.113559], - [51.462817, -0.114319], - [51.463014, -0.115214], - [51.46315, -0.115658], - [51.463395, -0.116324], - [51.463501, -0.116696], - [51.463673, -0.117546], - [51.463739, -0.117982], - [51.463765, -0.118318], - [51.463782, -0.118998], - [51.46375, -0.119637], - [51.463611, -0.120741], - [51.463302, -0.123657], - [51.463224, -0.124823], - [51.463246, -0.125834], - [51.463316, -0.126754], - [51.463508, -0.127842], - [51.463712, -0.128644], - [51.464055, -0.129613], - [51.464207, -0.129975], - [51.465536, -0.132442], - [51.465717, -0.132778], - [51.466106, -0.133569], - [51.466536, -0.134333], - [51.467137, -0.135242], - [51.467976, -0.13637], - [51.468469, -0.136962], - [51.469075, -0.137603], - [51.469323, -0.137819], - [51.470166, -0.13866], - [51.471641, -0.140132], - [51.471927, -0.140481], - [51.472051, -0.140669], - [51.473096, -0.142779], - [51.473354, -0.143394], - [51.473484, -0.143796], - [51.473588, -0.144197], - [51.473713, -0.144999], - [51.47374, -0.145357], - [51.473748, -0.146078], - [51.473724, -0.146717], - [51.473699, -0.147166], - [51.473641, -0.14762], - [51.47348, -0.148372], - [51.473275, -0.149189], - [51.473112, -0.149704], - [51.472947, -0.150079], - [51.472809, -0.15033], - [51.472633, -0.150613], - [51.471787, -0.15179], - [51.470888, -0.15334], - [51.470561, -0.153972], - [51.470295, -0.154564], - [51.470027, -0.155261], - [51.469833, -0.155884], - [51.469719, -0.156351], - [51.469637, -0.15679], - [51.469566, -0.157535], - [51.469545, -0.158205], - [51.469591, -0.159268], - [51.469597, -0.159903], - [51.469575, -0.160193], - [51.46952, -0.160573], - [51.469423, -0.161041], - [51.469266, -0.161603], - [51.469047, -0.162171], - [51.468774, -0.162705], - [51.468548, -0.163037], - [51.467966, -0.163797], - [51.467661, -0.164308], - [51.467407, -0.164843], - [51.466154, -0.167721], - [51.465812, -0.168521], - [51.465567, -0.169187], - [51.465283, -0.170129], - [51.465047, -0.17103] - ], - "stop_points": [ - { - "id": "HighburyAndIslington", - "path_index": 0 - }, - { - "id": "Canonbury", - "path_index": 9 - }, - { - "id": "DalstonJunction", - "path_index": 30 - }, - { - "id": "Haggerston", - "path_index": 36 - }, - { - "id": "Hoxton", - "path_index": 40 - }, - { - "id": "ShoreditchHighStreet", - "path_index": 63 - }, - { - "id": "Whitechapel", - "path_index": 74 - }, - { - "id": "Shadwell", - "path_index": 86 - }, - { - "id": "Wapping", - "path_index": 93 - }, - { - "id": "Rotherhithe", - "path_index": 96 - }, - { - "id": "CanadaWater", - "path_index": 100 - }, - { - "id": "SurreyQuays", - "path_index": 106 - }, - { - "id": "QueensRoadPeckham", - "path_index": 140 - }, - { - "id": "PeckhamRye", - "path_index": 157 - }, - { - "id": "DenmarkHill", - "path_index": 174 - }, - { - "id": "ClaphamHighStreet", - "path_index": 216 - }, - { - "id": "WandsworthRoad", - "path_index": 225 - }, - { - "id": "ClaphamJunction", - "path_index": 271 - } - ], - "id": "Nationalrail_Lo_0_42__Stations", - "pattern_type": "multidirectional" - }, - { - "name": "Liverpool Street \u00B7 Enfield Town", - "path": [ - [51.518215, -0.082329], - [51.519696, -0.081503], - [51.520027, -0.081214], - [51.520285, -0.080939], - [51.521893, -0.078607], - [51.52214, -0.07809], - [51.522363, -0.077346], - [51.522466, -0.076904], - [51.522547, -0.076306], - [51.522597, -0.075687], - [51.52275, -0.072551], - [51.522795, -0.071961], - [51.522865, -0.07146], - [51.523143, -0.070205], - [51.523295, -0.069259], - [51.523366, -0.067733], - [51.523655, -0.06321], - [51.523795, -0.060545], - [51.52388, -0.05956], - [51.523959, -0.058661], - [51.524029, -0.058262], - [51.524186, -0.057724], - [51.524436, -0.057195], - [51.52466, -0.056872], - [51.524874, -0.056652], - [51.525288, -0.056407], - [51.525488, -0.05634], - [51.525655, -0.056323], - [51.527335, -0.056269], - [51.528011, -0.056312], - [51.529483, -0.056568], - [51.531046, -0.057015], - [51.531954, -0.057387], - [51.532411, -0.057574], - [51.533219, -0.057802], - [51.53447, -0.057991], - [51.535387, -0.058089], - [51.53861, -0.058273], - [51.539013, -0.058255], - [51.539767, -0.058147], - [51.540955, -0.057842], - [51.541155, -0.057799], - [51.541674, -0.057688], - [51.542161, -0.057648], - [51.5425, -0.057665], - [51.542984, -0.057763], - [51.543702, -0.058012], - [51.54558, -0.058868], - [51.545759, -0.058928], - [51.546412, -0.059278], - [51.547038, -0.05966], - [51.548753, -0.06083], - [51.549138, -0.061093], - [51.549345, -0.061192], - [51.549982, -0.061417], - [51.550583, -0.061866], - [51.550682, -0.061995], - [51.55181, -0.063788], - [51.552098, -0.064205], - [51.552755, -0.064938], - [51.553207, -0.065326], - [51.553454, -0.065503], - [51.554069, -0.065886], - [51.558492, -0.068311], - [51.561062, -0.069721], - [51.562753, -0.070621], - [51.56353, -0.071069], - [51.563788, -0.071272], - [51.564385, -0.071801], - [51.564834, -0.07233], - [51.565134, -0.072738], - [51.56523, -0.072888], - [51.567123, -0.075834], - [51.567526, -0.076412], - [51.567993, -0.076968], - [51.568537, -0.077483], - [51.568981, -0.077805], - [51.569496, -0.078081], - [51.57025, -0.078337], - [51.570822, -0.078411], - [51.571481, -0.07838], - [51.572118, -0.078233], - [51.572674, -0.078012], - [51.57298, -0.077832], - [51.573375, -0.077549], - [51.574445, -0.076619], - [51.575389, -0.075799], - [51.575681, -0.0756], - [51.575976, -0.075448], - [51.576262, -0.075327], - [51.576646, -0.075213], - [51.577193, -0.075145], - [51.577515, -0.07516], - [51.577993, -0.075244], - [51.579626, -0.075633], - [51.580608, -0.075658], - [51.581466, -0.075498], - [51.582192, -0.075282], - [51.582692, -0.075133], - [51.583311, -0.075014], - [51.584096, -0.074982], - [51.585933, -0.074976], - [51.586942, -0.074986], - [51.58726, -0.075027], - [51.588323, -0.075026], - [51.588627, -0.075005], - [51.589067, -0.074904], - [51.589458, -0.074733], - [51.589825, -0.074515], - [51.59, -0.074384], - [51.590505, -0.073914], - [51.590809, -0.073543], - [51.590995, -0.073277], - [51.592266, -0.071328], - [51.592617, -0.070864], - [51.592763, -0.070704], - [51.593112, -0.070392], - [51.593458, -0.070158], - [51.593896, -0.069948], - [51.593964, -0.069925], - [51.594103, -0.06988], - [51.594505, -0.069812], - [51.594887, -0.069816], - [51.59525, -0.069881], - [51.596448, -0.070276], - [51.597098, -0.070387], - [51.597976, -0.070402], - [51.599668, -0.070321], - [51.600528, -0.070342], - [51.601126, -0.070408], - [51.605031, -0.070985], - [51.60532, -0.071027], - [51.605673, -0.071057], - [51.606233, -0.071059], - [51.606692, -0.07102], - [51.607593, -0.070834], - [51.608173, -0.070623], - [51.608767, -0.070339], - [51.613892, -0.06773], - [51.614531, -0.067317], - [51.614684, -0.067226], - [51.616367, -0.066218], - [51.624347, -0.061493], - [51.624945, -0.061209], - [51.624964, -0.0612], - [51.62524, -0.06113], - [51.625559, -0.061102], - [51.626119, -0.061153], - [51.626416, -0.061234], - [51.626709, -0.061356], - [51.628269, -0.062257], - [51.629481, -0.062866], - [51.631453, -0.064077], - [51.632252, -0.064462], - [51.632774, -0.064647], - [51.633603, -0.064858], - [51.634419, -0.064956], - [51.635294, -0.065022], - [51.635849, -0.065137], - [51.636434, -0.065343], - [51.636807, -0.065513], - [51.637413, -0.065871], - [51.638067, -0.066363], - [51.639772, -0.067803], - [51.640291, -0.068199], - [51.641515, -0.069229], - [51.642553, -0.070102], - [51.642915, -0.070442], - [51.64424, -0.071519], - [51.648761, -0.075311], - [51.649371, -0.075866], - [51.649717, -0.076192], - [51.650038, -0.076534], - [51.650895, -0.077563], - [51.651159, -0.077921], - [51.652055, -0.079262] - ], - "stop_points": [ - { - "id": "LiverpoolStreet", - "path_index": 0 - }, - { - "id": "BethnalGreenRail", - "path_index": 18 - }, - { - "id": "CambridgeHeath", - "path_index": 32 - }, - { - "id": "LondonFields", - "path_index": 41 - }, - { - "id": "HackneyDowns", - "path_index": 51 - }, - { - "id": "RectoryRoad", - "path_index": 63 - }, - { - "id": "StokeNewington", - "path_index": 71 - }, - { - "id": "StamfordHill", - "path_index": 85 - }, - { - "id": "SevenSisters", - "path_index": 97 - }, - { - "id": "BruceGrove", - "path_index": 119 - }, - { - "id": "WhiteHartLane", - "path_index": 130 - }, - { - "id": "SilverStreet", - "path_index": 140 - }, - { - "id": "EdmontonGreen", - "path_index": 143 - }, - { - "id": "BushHillPark", - "path_index": 165 - }, - { - "id": "EnfieldTown", - "path_index": 175 - } - ], - "id": "Nationalrail_Lo_0_44__Stations", - "pattern_type": "multidirectional" - }, - { - "name": "Liverpool Street \u00B7 Cheshunt", - "path": [ - [51.518215, -0.082329], - [51.519696, -0.081503], - [51.520027, -0.081214], - [51.520285, -0.080939], - [51.521893, -0.078607], - [51.52214, -0.07809], - [51.522363, -0.077346], - [51.522466, -0.076904], - [51.522547, -0.076306], - [51.522597, -0.075687], - [51.52275, -0.072551], - [51.522795, -0.071961], - [51.522865, -0.07146], - [51.523143, -0.070205], - [51.523295, -0.069259], - [51.523433, -0.066582], - [51.523655, -0.06321], - [51.523755, -0.061139], - [51.523874, -0.05956], - [51.523884, -0.059429], - [51.523959, -0.058661], - [51.524029, -0.058262], - [51.524131, -0.057885], - [51.524262, -0.057539], - [51.524436, -0.057195], - [51.52466, -0.056872], - [51.524874, -0.056652], - [51.525145, -0.056479], - [51.525398, -0.056362], - [51.525902, -0.056307], - [51.527517, -0.05627], - [51.528011, -0.056312], - [51.529026, -0.056472], - [51.529483, -0.056568], - [51.531046, -0.057015], - [51.531952, -0.057395], - [51.532121, -0.057465], - [51.532931, -0.057732], - [51.53355, -0.05786], - [51.535387, -0.058089], - [51.53861, -0.058273], - [51.539013, -0.058255], - [51.539767, -0.058147], - [51.540955, -0.057842], - [51.541155, -0.057799], - [51.541674, -0.057688], - [51.542161, -0.057648], - [51.5425, -0.057665], - [51.542984, -0.057763], - [51.543702, -0.058012], - [51.54558, -0.058868], - [51.545759, -0.058928], - [51.546412, -0.059278], - [51.547038, -0.05966], - [51.548753, -0.06083], - [51.549138, -0.061093], - [51.549345, -0.061192], - [51.549982, -0.061417], - [51.550583, -0.061866], - [51.550682, -0.061995], - [51.55181, -0.063788], - [51.552098, -0.064205], - [51.552755, -0.064938], - [51.553207, -0.065326], - [51.553454, -0.065503], - [51.554069, -0.065886], - [51.558492, -0.068311], - [51.561062, -0.069721], - [51.562753, -0.070621], - [51.56353, -0.071069], - [51.563788, -0.071272], - [51.564385, -0.071801], - [51.564834, -0.07233], - [51.565134, -0.072738], - [51.56523, -0.072888], - [51.567123, -0.075834], - [51.567526, -0.076412], - [51.567993, -0.076968], - [51.568315, -0.07729], - [51.568778, -0.077664], - [51.568981, -0.077805], - [51.569496, -0.078081], - [51.57025, -0.078337], - [51.570607, -0.078394], - [51.571034, -0.078416], - [51.571708, -0.078342], - [51.572118, -0.078233], - [51.57251, -0.078086], - [51.57298, -0.077832], - [51.573589, -0.07737], - [51.574446, -0.076622], - [51.575389, -0.075799], - [51.575681, -0.0756], - [51.575976, -0.075448], - [51.576262, -0.075327], - [51.576646, -0.075213], - [51.577193, -0.075145], - [51.577515, -0.07516], - [51.577993, -0.075244], - [51.579626, -0.075633], - [51.580608, -0.075658], - [51.581466, -0.075498], - [51.582192, -0.075282], - [51.582692, -0.075133], - [51.583311, -0.075014], - [51.584096, -0.074982], - [51.585933, -0.074976], - [51.586942, -0.074986], - [51.58726, -0.075027], - [51.588323, -0.075026], - [51.588627, -0.075005], - [51.589067, -0.074904], - [51.589458, -0.074733], - [51.589825, -0.074515], - [51.59, -0.074384], - [51.590505, -0.073914], - [51.590809, -0.073543], - [51.590995, -0.073277], - [51.592266, -0.071328], - [51.592617, -0.070864], - [51.592763, -0.070704], - [51.593112, -0.070392], - [51.593458, -0.070158], - [51.593896, -0.069948], - [51.593964, -0.069925], - [51.594103, -0.06988], - [51.594505, -0.069812], - [51.594887, -0.069816], - [51.59525, -0.069881], - [51.596448, -0.070276], - [51.597098, -0.070387], - [51.597976, -0.070402], - [51.599668, -0.070321], - [51.600528, -0.070342], - [51.601126, -0.070408], - [51.605031, -0.070985], - [51.60532, -0.071027], - [51.605673, -0.071057], - [51.606233, -0.071059], - [51.606692, -0.07102], - [51.607593, -0.070834], - [51.608173, -0.070623], - [51.608767, -0.070339], - [51.613892, -0.06773], - [51.614531, -0.067317], - [51.614684, -0.067226], - [51.615694, -0.06662], - [51.623348, -0.062077], - [51.624553, -0.061378], - [51.624944, -0.06122], - [51.625093, -0.06116], - [51.625409, -0.061109], - [51.625947, -0.061122], - [51.626288, -0.061194], - [51.626581, -0.061297], - [51.627065, -0.061548], - [51.628269, -0.062257], - [51.629481, -0.062866], - [51.631453, -0.064077], - [51.632252, -0.064462], - [51.632774, -0.064647], - [51.633603, -0.064858], - [51.634419, -0.064956], - [51.634888, -0.064931], - [51.635395, -0.064818], - [51.635789, -0.064677], - [51.636489, -0.064307], - [51.637073, -0.063858], - [51.637532, -0.063409], - [51.638042, -0.062817], - [51.638783, -0.061676], - [51.64144, -0.057016], - [51.641834, -0.056376], - [51.64223, -0.055809], - [51.642441, -0.055549], - [51.643037, -0.054905], - [51.643563, -0.05444], - [51.643849, -0.054219], - [51.644298, -0.053923], - [51.644816, -0.05366], - [51.645189, -0.053504], - [51.64564, -0.053355], - [51.648429, -0.052528], - [51.648704, -0.052449], - [51.656995, -0.050047], - [51.658568, -0.049616], - [51.659557, -0.049444], - [51.660155, -0.0494], - [51.663547, -0.049343], - [51.664552, -0.049279], - [51.666062, -0.049075], - [51.667619, -0.048729], - [51.672138, -0.047348], - [51.672623, -0.047196], - [51.680059, -0.04486], - [51.681659, -0.044185], - [51.682548, -0.043772], - [51.683125, -0.043479], - [51.685115, -0.042348], - [51.686396, -0.04144], - [51.687139, -0.040862], - [51.689404, -0.038884], - [51.690449, -0.037871], - [51.690873, -0.03738], - [51.691136, -0.037029], - [51.69171, -0.036118], - [51.692208, -0.035134], - [51.692361, -0.034736], - [51.693214, -0.032521], - [51.693616, -0.031528], - [51.694115, -0.030464], - [51.694487, -0.029762], - [51.695017, -0.028895], - [51.695557, -0.028115], - [51.696003, -0.02754], - [51.696677, -0.026787], - [51.698481, -0.024985], - [51.698654, -0.024841], - [51.699177, -0.024518], - [51.700005, -0.02434], - [51.700993, -0.024203], - [51.701447, -0.02419], - [51.702871, -0.023975] - ], - "stop_points": [ - { - "id": "LiverpoolStreet", - "path_index": 0 - }, - { - "id": "BethnalGreenRail", - "path_index": 18 - }, - { - "id": "CambridgeHeath", - "path_index": 35 - }, - { - "id": "LondonFields", - "path_index": 44 - }, - { - "id": "HackneyDowns", - "path_index": 54 - }, - { - "id": "RectoryRoad", - "path_index": 66 - }, - { - "id": "StokeNewington", - "path_index": 74 - }, - { - "id": "StamfordHill", - "path_index": 90 - }, - { - "id": "SevenSisters", - "path_index": 102 - }, - { - "id": "BruceGrove", - "path_index": 124 - }, - { - "id": "WhiteHartLane", - "path_index": 135 - }, - { - "id": "SilverStreet", - "path_index": 145 - }, - { - "id": "EdmontonGreen", - "path_index": 149 - }, - { - "id": "Southbury", - "path_index": 183 - }, - { - "id": "TurkeyStreet", - "path_index": 193 - }, - { - "id": "TheobaldsGrove", - "path_index": 207 - }, - { - "id": "Cheshunt", - "path_index": 222 - } - ], - "id": "Nationalrail_Lo_0_45__Stations", - "pattern_type": "multidirectional" - }, - { - "name": "Liverpool Street \u00B7 Chingford", - "path": [ - [51.518215, -0.082329], - [51.519696, -0.081503], - [51.520027, -0.081214], - [51.520285, -0.080939], - [51.521893, -0.078607], - [51.52214, -0.07809], - [51.522363, -0.077346], - [51.522466, -0.076904], - [51.522547, -0.076306], - [51.522597, -0.075687], - [51.52275, -0.072551], - [51.522795, -0.071961], - [51.522865, -0.07146], - [51.523143, -0.070205], - [51.523295, -0.069259], - [51.523433, -0.066582], - [51.523655, -0.06321], - [51.523755, -0.061139], - [51.523874, -0.05956], - [51.523884, -0.059429], - [51.523959, -0.058661], - [51.524084, -0.058037], - [51.524186, -0.057724], - [51.524329, -0.057403], - [51.524436, -0.057195], - [51.52466, -0.056872], - [51.524874, -0.056652], - [51.525002, -0.056558], - [51.525398, -0.056362], - [51.525573, -0.05633], - [51.527335, -0.056269], - [51.528011, -0.056312], - [51.529256, -0.056516], - [51.530557, -0.056869], - [51.531229, -0.057082], - [51.532411, -0.057574], - [51.533219, -0.057802], - [51.53447, -0.057991], - [51.535629, -0.058105], - [51.53861, -0.058273], - [51.53882, -0.058265], - [51.539309, -0.058227], - [51.539767, -0.058147], - [51.540955, -0.057842], - [51.541674, -0.057688], - [51.542341, -0.057652], - [51.542783, -0.057717], - [51.543192, -0.057825], - [51.543702, -0.058012], - [51.545978, -0.059042], - [51.547038, -0.05966], - [51.548754, -0.060825], - [51.549206, -0.061132], - [51.549982, -0.061417], - [51.55028, -0.061423], - [51.550759, -0.061353], - [51.551026, -0.061258], - [51.551445, -0.061006], - [51.551656, -0.060838], - [51.552226, -0.060267], - [51.552614, -0.059934], - [51.553235, -0.059514], - [51.553869, -0.059149], - [51.554408, -0.058935], - [51.555006, -0.058774], - [51.555675, -0.058757], - [51.558152, -0.05916], - [51.558606, -0.059155], - [51.559065, -0.059085], - [51.559785, -0.058782], - [51.559994, -0.058653], - [51.560393, -0.058326], - [51.560602, -0.058106], - [51.561594, -0.056921], - [51.563294, -0.054891], - [51.563625, -0.054543], - [51.565025, -0.053202], - [51.565965, -0.052413], - [51.566848, -0.051741], - [51.570195, -0.049494], - [51.570768, -0.049092], - [51.571224, -0.048737], - [51.571717, -0.048321], - [51.572521, -0.047571], - [51.573249, -0.04677], - [51.573612, -0.046325], - [51.57433, -0.045323], - [51.574957, -0.044335], - [51.575572, -0.043273], - [51.577318, -0.040031], - [51.577978, -0.038863], - [51.580022, -0.035031], - [51.580404, -0.034256], - [51.580688, -0.033595], - [51.580945, -0.032886], - [51.581174, -0.032254], - [51.581433, -0.031345], - [51.58163, -0.030522], - [51.581852, -0.029366], - [51.581996, -0.028312], - [51.582917, -0.019908], - [51.583765, -0.012171], - [51.583826, -0.011705], - [51.584046, -0.010404], - [51.584261, -0.009541], - [51.584448, -0.008997], - [51.584995, -0.007875], - [51.585171, -0.007459], - [51.585327, -0.006994], - [51.585534, -0.006156], - [51.585861, -0.004381], - [51.586004, -0.003849], - [51.586237, -0.003199], - [51.586595, -0.002425], - [51.586632, -0.002346], - [51.586985, -0.00182], - [51.587332, -0.001405], - [51.587739, -0.00103], - [51.587934, -0.000888], - [51.588241, -0.000718], - [51.588851, -0.000502], - [51.589313, -0.000451], - [51.589838, -0.000512], - [51.59175, -0.001025], - [51.592618, -0.001322], - [51.593349, -0.00177], - [51.593852, -0.002124], - [51.59454, -0.00256], - [51.595162, -0.002872], - [51.595358, -0.002918], - [51.595947, -0.003142], - [51.596962, -0.003394], - [51.597504, -0.003468], - [51.598051, -0.003508], - [51.599147, -0.003473], - [51.600158, -0.003319], - [51.600483, -0.003248], - [51.601147, -0.003046], - [51.602246, -0.002613], - [51.60603, -0.001005], - [51.607233, -0.000587], - [51.608356, -0.000299], - [51.614972, 0.001403], - [51.615821, 0.001557], - [51.616694, 0.001612], - [51.617255, 0.0016], - [51.62018, 0.001389], - [51.620684, 0.001394], - [51.621235, 0.001442], - [51.622001, 0.001585], - [51.622732, 0.0018], - [51.623592, 0.002167], - [51.626219, 0.003475], - [51.626831, 0.003844], - [51.627099, 0.004057], - [51.627502, 0.004441], - [51.633057, 0.00997] - ], - "stop_points": [ - { - "id": "LiverpoolStreet", - "path_index": 0 - }, - { - "id": "BethnalGreenRail", - "path_index": 18 - }, - { - "id": "HackneyDowns", - "path_index": 51 - }, - { - "id": "Clapton", - "path_index": 73 - }, - { - "id": "StJamesStreet", - "path_index": 94 - }, - { - "id": "WalthamstowCentral", - "path_index": 100 - }, - { - "id": "WoodStreet", - "path_index": 113 - }, - { - "id": "HighamsPark", - "path_index": 141 - }, - { - "id": "Chingford", - "path_index": 156 - } - ], - "id": "Nationalrail_Lo_0_46__Stations", - "pattern_type": "multidirectional" - }, - { - "name": "Romford \u00B7 Upminster", - "path": [ - [51.574988, 0.184155], - [51.576086, 0.18792], - [51.576316, 0.188532], - [51.577377, 0.192194], - [51.577525, 0.19278], - [51.577568, 0.19304], - [51.577615, 0.19353], - [51.577635, 0.194113], - [51.577631, 0.19462], - [51.577519, 0.195653], - [51.577436, 0.196085], - [51.577336, 0.196486], - [51.577113, 0.197164], - [51.576848, 0.197778], - [51.576703, 0.198047], - [51.576321, 0.198634], - [51.575125, 0.200307], - [51.574617, 0.20107], - [51.574148, 0.20186], - [51.573723, 0.202642], - [51.573348, 0.203413], - [51.57275, 0.204796], - [51.572364, 0.205793], - [51.572117, 0.206495], - [51.571673, 0.207941], - [51.571384, 0.209064], - [51.568984, 0.218964], - [51.568647, 0.220118], - [51.568551, 0.220448], - [51.56824, 0.221332], - [51.567853, 0.222283], - [51.567574, 0.222891], - [51.563309, 0.231734], - [51.562462, 0.233392], - [51.561013, 0.236401], - [51.560473, 0.237803], - [51.559925, 0.239523], - [51.559591, 0.240941], - [51.559483, 0.241554], - [51.559348, 0.2427], - [51.559267, 0.243898], - [51.559223, 0.245392], - [51.559207, 0.247357], - [51.559238, 0.24979], - [51.559196, 0.251112] - ], - "stop_points": [ - { - "id": "Romford", - "path_index": 0 - }, - { - "id": "EmersonPark", - "path_index": 27 - }, - { - "id": "Upminster", - "path_index": 44 - } - ], - "id": "Nationalrail_Lo_0_64__Stations", - "pattern_type": "multidirectional" - }, - { - "name": "Stratford \u00B7 Richmond", + "name": "Stratford \u00B7 Richmond", "path": [ [51.541473, -0.004068], [51.541433, -0.004432], @@ -16351,115 +14303,2279 @@ [51.466661, -0.16655], [51.465753, -0.168669], [51.465567, -0.169187], - [51.465355, -0.169876], - [51.465049, -0.171031] + [51.465355, -0.169876], + [51.465049, -0.171031] + ], + "stop_points": [ + { + "id": "Stratford", + "path_index": 0 + }, + { + "id": "HackneyWick", + "path_index": 28 + }, + { + "id": "Homerton", + "path_index": 47 + }, + { + "id": "HackneyCentral", + "path_index": 57 + }, + { + "id": "DalstonKingsland", + "path_index": 61 + }, + { + "id": "Canonbury", + "path_index": 72 + }, + { + "id": "HighburyAndIslington", + "path_index": 80 + }, + { + "id": "CaledonianRoadAndBarnsbury", + "path_index": 89 + }, + { + "id": "CamdenRoad", + "path_index": 101 + }, + { + "id": "KentishTownWest", + "path_index": 118 + }, + { + "id": "GospelOak", + "path_index": 129 + }, + { + "id": "HampsteadHeath", + "path_index": 141 + }, + { + "id": "FinchleyRoadAndFrognal", + "path_index": 145 + }, + { + "id": "WestHampsteadOverground", + "path_index": 152 + }, + { + "id": "Brondesbury", + "path_index": 159 + }, + { + "id": "BrondesburyPark", + "path_index": 168 + }, + { + "id": "KensalRise", + "path_index": 176 + }, + { + "id": "WillesdenJunction", + "path_index": 195 + }, + { + "id": "ShepherdsBushRail", + "path_index": 242 + }, + { + "id": "KensingtonOlympia", + "path_index": 249 + }, + { + "id": "WestBrompton", + "path_index": 264 + }, + { + "id": "ImperialWharf", + "path_index": 284 + }, + { + "id": "ClaphamJunction", + "path_index": 314 + } + ], + "id": "Nationalrail_Lo_0_69__Stations", + "pattern_type": "multidirectional" + } + ] + , + "live_availability": 0, + "ui_color": "#0077AD", + "long_name": "Mildmay", + "status": { + "level": 0, + "summary": "Good Service" + }, + "aliases": ["mildmay"] + }, + { + "name": "Suffragette", + "color": "#5BBD72", + "text_color": "#FFFFFF", + "icon_name": "uk-london-suffragette", + "icon_contains_name": false, + "live_line_code": "Suffragette", + "brand": "Suffragette", + "mode": "metro", + "supports_routeinfo": true, + "url": "https://citymapper.com/london/l/overground", + "patterns": [ + { + "name": "Gospel Oak \u00B7 Barking Riverside", + "path": [ + [51.555494, -0.150679], + [51.555308, -0.149871], + [51.555255, -0.149539], + [51.555228, -0.148787], + [51.555241, -0.148412], + [51.555281, -0.148079], + [51.555348, -0.147779], + [51.556242, -0.144839], + [51.557209, -0.142061], + [51.55947, -0.135838], + [51.560044, -0.134658], + [51.560778, -0.133359], + [51.561678, -0.132018], + [51.563627, -0.129483], + [51.56632, -0.125978], + [51.567254, -0.124712], + [51.567801, -0.123929], + [51.568014, -0.123585], + [51.569701, -0.120302], + [51.571304, -0.117132], + [51.571935, -0.115882], + [51.572522, -0.114605], + [51.573116, -0.112964], + [51.573549, -0.111483], + [51.574062, -0.109499], + [51.574296, -0.108758], + [51.575723, -0.103791], + [51.576163, -0.101945], + [51.577203, -0.098149], + [51.577256, -0.097954], + [51.57799, -0.095165], + [51.578376, -0.093255], + [51.578616, -0.09186], + [51.578763, -0.090508], + [51.57891, -0.088727], + [51.57911, -0.085573], + [51.57963, -0.079157], + [51.579976, -0.075703], + [51.580373, -0.072098], + [51.58043, -0.071583], + [51.580617, -0.070446], + [51.581643, -0.066626], + [51.58223, -0.064802], + [51.582643, -0.063815], + [51.583297, -0.062613], + [51.583883, -0.061476], + [51.584297, -0.060511], + [51.58471, -0.059438], + [51.584963, -0.058665], + [51.585043, -0.058215], + [51.585243, -0.057378], + [51.58539, -0.05667], + [51.585777, -0.053515], + [51.586097, -0.049932], + [51.586576, -0.045383], + [51.586696, -0.041628], + [51.586683, -0.041011], + [51.586656, -0.039804], + [51.58655, -0.038066], + [51.586443, -0.0368], + [51.58631, -0.035748], + [51.58615, -0.034869], + [51.585723, -0.03298], + [51.585057, -0.030856], + [51.584403, -0.029118], + [51.58351, -0.027316], + [51.581549, -0.023784], + [51.580377, -0.021672], + [51.58007, -0.021179], + [51.579736, -0.020835], + [51.577643, -0.018711], + [51.574269, -0.01545], + [51.573509, -0.014634], + [51.572335, -0.013196], + [51.571148, -0.011137], + [51.570428, -0.009592], + [51.569812, -0.00796], + [51.569295, -0.006588], + [51.567947, -0.002553], + [51.56584, 0.003455], + [51.564853, 0.005579], + [51.563679, 0.008368], + [51.563619, 0.008493], + [51.563146, 0.009484], + [51.562639, 0.010386], + [51.562198, 0.010836], + [51.561371, 0.011759], + [51.560211, 0.012896], + [51.559784, 0.013433], + [51.559064, 0.014269], + [51.557956, 0.016115], + [51.557369, 0.016952], + [51.555608, 0.018797], + [51.554061, 0.020514], + [51.553394, 0.021393], + [51.552753, 0.022423], + [51.552406, 0.023367], + [51.552073, 0.024569], + [51.551726, 0.026114], + [51.551721, 0.026222], + [51.551672, 0.027294], + [51.551659, 0.028839], + [51.551712, 0.030062], + [51.551819, 0.031328], + [51.551819, 0.032208], + [51.551779, 0.033131], + [51.551592, 0.033796], + [51.550912, 0.035684], + [51.550485, 0.037143], + [51.550298, 0.037937], + [51.550245, 0.038474], + [51.550205, 0.039396], + [51.550125, 0.04019], + [51.549965, 0.041285], + [51.549804, 0.0421], + [51.549236, 0.044408], + [51.548937, 0.045619], + [51.548657, 0.046971], + [51.548297, 0.048516], + [51.547109, 0.054116], + [51.545601, 0.060875], + [51.545321, 0.062013], + [51.545094, 0.063043], + [51.544921, 0.063965], + [51.54464, 0.06639], + [51.5444, 0.067527], + [51.543359, 0.07184], + [51.542946, 0.07345], + [51.542732, 0.074158], + [51.542518, 0.074759], + [51.541157, 0.07772], + [51.539489, 0.080915], + [51.535445, 0.088663], + [51.53403, 0.092053], + [51.532402, 0.096946], + [51.53128, 0.10201], + [51.530052, 0.113597], + [51.529438, 0.119863], + [51.529385, 0.120935], + [51.529251, 0.121536], + [51.528771, 0.122395], + [51.528397, 0.12291], + [51.527916, 0.12321], + [51.527569, 0.123253], + [51.527276, 0.123253], + [51.526955, 0.123167], + [51.526528, 0.122952], + [51.526208, 0.122695], + [51.525914, 0.122523], + [51.525166, 0.121708], + [51.524926, 0.12115], + [51.524259, 0.119863], + [51.523991, 0.119262], + [51.523351, 0.118403], + [51.52255, 0.117416], + [51.522122, 0.11703], + [51.521695, 0.116773], + [51.520841, 0.116429], + [51.51939, 0.115956] + ], + "stop_points": [ + { + "id": "GospelOak", + "path_index": 0 + }, + { + "id": "UpperHolloway", + "path_index": 13 + }, + { + "id": "CrouchHill", + "path_index": 19 + }, + { + "id": "HarringayGreenLanes", + "path_index": 28 + }, + { + "id": "SouthTottenham", + "path_index": 38 + }, + { + "id": "BlackhorseRoad", + "path_index": 56 + }, + { + "id": "WalthamstowQueensRoad", + "path_index": 66 + }, + { + "id": "LeytonMidlandRoad", + "path_index": 76 + }, + { + "id": "LeytonstoneHighRoad", + "path_index": 82 + }, + { + "id": "WansteadPark", + "path_index": 99 + }, + { + "id": "WoodgrangePark", + "path_index": 115 + }, + { + "id": "Barking", + "path_index": 131 + }, + { + "id": "BarkingRiverside", + "path_index": 158 + } + ], + "id": "Nationalrail_Lo_0_33__Stations", + "pattern_type": "multidirectional" + } + ] + , + "live_availability": 0, + "ui_color": "#5BBD72", + "long_name": "Suffragette", + "status": { + "level": 0, + "summary": "Good Service" + }, + "aliases": ["suffragette"] + }, + { + "name": "Weaver", + "color": "#823A62", + "text_color": "#FFFFFF", + "icon_name": "uk-london-weaver", + "icon_contains_name": false, + "live_line_code": "Weaver", + "brand": "Weaver", + "mode": "metro", + "supports_routeinfo": true, + "url": "https://citymapper.com/london/l/overground", + "patterns": [ + { + "name": "Liverpool Street \u00B7 Enfield Town", + "path": [ + [51.518215, -0.082329], + [51.519696, -0.081503], + [51.520027, -0.081214], + [51.520285, -0.080939], + [51.521893, -0.078607], + [51.52214, -0.07809], + [51.522363, -0.077346], + [51.522466, -0.076904], + [51.522547, -0.076306], + [51.522597, -0.075687], + [51.52275, -0.072551], + [51.522795, -0.071961], + [51.522865, -0.07146], + [51.523143, -0.070205], + [51.523295, -0.069259], + [51.523366, -0.067733], + [51.523655, -0.06321], + [51.523795, -0.060545], + [51.52388, -0.05956], + [51.523959, -0.058661], + [51.524029, -0.058262], + [51.524186, -0.057724], + [51.524436, -0.057195], + [51.52466, -0.056872], + [51.524874, -0.056652], + [51.525288, -0.056407], + [51.525488, -0.05634], + [51.525655, -0.056323], + [51.527335, -0.056269], + [51.528011, -0.056312], + [51.529483, -0.056568], + [51.531046, -0.057015], + [51.531954, -0.057387], + [51.532411, -0.057574], + [51.533219, -0.057802], + [51.53447, -0.057991], + [51.535387, -0.058089], + [51.53861, -0.058273], + [51.539013, -0.058255], + [51.539767, -0.058147], + [51.540955, -0.057842], + [51.541155, -0.057799], + [51.541674, -0.057688], + [51.542161, -0.057648], + [51.5425, -0.057665], + [51.542984, -0.057763], + [51.543702, -0.058012], + [51.54558, -0.058868], + [51.545759, -0.058928], + [51.546412, -0.059278], + [51.547038, -0.05966], + [51.548753, -0.06083], + [51.549138, -0.061093], + [51.549345, -0.061192], + [51.549982, -0.061417], + [51.550583, -0.061866], + [51.550682, -0.061995], + [51.55181, -0.063788], + [51.552098, -0.064205], + [51.552755, -0.064938], + [51.553207, -0.065326], + [51.553454, -0.065503], + [51.554069, -0.065886], + [51.558492, -0.068311], + [51.561062, -0.069721], + [51.562753, -0.070621], + [51.56353, -0.071069], + [51.563788, -0.071272], + [51.564385, -0.071801], + [51.564834, -0.07233], + [51.565134, -0.072738], + [51.56523, -0.072888], + [51.567123, -0.075834], + [51.567526, -0.076412], + [51.567993, -0.076968], + [51.568537, -0.077483], + [51.568981, -0.077805], + [51.569496, -0.078081], + [51.57025, -0.078337], + [51.570822, -0.078411], + [51.571481, -0.07838], + [51.572118, -0.078233], + [51.572674, -0.078012], + [51.57298, -0.077832], + [51.573375, -0.077549], + [51.574445, -0.076619], + [51.575389, -0.075799], + [51.575681, -0.0756], + [51.575976, -0.075448], + [51.576262, -0.075327], + [51.576646, -0.075213], + [51.577193, -0.075145], + [51.577515, -0.07516], + [51.577993, -0.075244], + [51.579626, -0.075633], + [51.580608, -0.075658], + [51.581466, -0.075498], + [51.582192, -0.075282], + [51.582692, -0.075133], + [51.583311, -0.075014], + [51.584096, -0.074982], + [51.585933, -0.074976], + [51.586942, -0.074986], + [51.58726, -0.075027], + [51.588323, -0.075026], + [51.588627, -0.075005], + [51.589067, -0.074904], + [51.589458, -0.074733], + [51.589825, -0.074515], + [51.59, -0.074384], + [51.590505, -0.073914], + [51.590809, -0.073543], + [51.590995, -0.073277], + [51.592266, -0.071328], + [51.592617, -0.070864], + [51.592763, -0.070704], + [51.593112, -0.070392], + [51.593458, -0.070158], + [51.593896, -0.069948], + [51.593964, -0.069925], + [51.594103, -0.06988], + [51.594505, -0.069812], + [51.594887, -0.069816], + [51.59525, -0.069881], + [51.596448, -0.070276], + [51.597098, -0.070387], + [51.597976, -0.070402], + [51.599668, -0.070321], + [51.600528, -0.070342], + [51.601126, -0.070408], + [51.605031, -0.070985], + [51.60532, -0.071027], + [51.605673, -0.071057], + [51.606233, -0.071059], + [51.606692, -0.07102], + [51.607593, -0.070834], + [51.608173, -0.070623], + [51.608767, -0.070339], + [51.613892, -0.06773], + [51.614531, -0.067317], + [51.614684, -0.067226], + [51.616367, -0.066218], + [51.624347, -0.061493], + [51.624945, -0.061209], + [51.624964, -0.0612], + [51.62524, -0.06113], + [51.625559, -0.061102], + [51.626119, -0.061153], + [51.626416, -0.061234], + [51.626709, -0.061356], + [51.628269, -0.062257], + [51.629481, -0.062866], + [51.631453, -0.064077], + [51.632252, -0.064462], + [51.632774, -0.064647], + [51.633603, -0.064858], + [51.634419, -0.064956], + [51.635294, -0.065022], + [51.635849, -0.065137], + [51.636434, -0.065343], + [51.636807, -0.065513], + [51.637413, -0.065871], + [51.638067, -0.066363], + [51.639772, -0.067803], + [51.640291, -0.068199], + [51.641515, -0.069229], + [51.642553, -0.070102], + [51.642915, -0.070442], + [51.64424, -0.071519], + [51.648761, -0.075311], + [51.649371, -0.075866], + [51.649717, -0.076192], + [51.650038, -0.076534], + [51.650895, -0.077563], + [51.651159, -0.077921], + [51.652055, -0.079262] + ], + "stop_points": [ + { + "id": "LiverpoolStreet", + "path_index": 0 + }, + { + "id": "BethnalGreenRail", + "path_index": 18 + }, + { + "id": "CambridgeHeath", + "path_index": 32 + }, + { + "id": "LondonFields", + "path_index": 41 + }, + { + "id": "HackneyDowns", + "path_index": 51 + }, + { + "id": "RectoryRoad", + "path_index": 63 + }, + { + "id": "StokeNewington", + "path_index": 71 + }, + { + "id": "StamfordHill", + "path_index": 85 + }, + { + "id": "SevenSisters", + "path_index": 97 + }, + { + "id": "BruceGrove", + "path_index": 119 + }, + { + "id": "WhiteHartLane", + "path_index": 130 + }, + { + "id": "SilverStreet", + "path_index": 140 + }, + { + "id": "EdmontonGreen", + "path_index": 143 + }, + { + "id": "BushHillPark", + "path_index": 165 + }, + { + "id": "EnfieldTown", + "path_index": 175 + } + ], + "id": "Nationalrail_Lo_0_44__Stations", + "pattern_type": "multidirectional" + }, + { + "name": "Liverpool Street \u00B7 Cheshunt", + "path": [ + [51.518215, -0.082329], + [51.519696, -0.081503], + [51.520027, -0.081214], + [51.520285, -0.080939], + [51.521893, -0.078607], + [51.52214, -0.07809], + [51.522363, -0.077346], + [51.522466, -0.076904], + [51.522547, -0.076306], + [51.522597, -0.075687], + [51.52275, -0.072551], + [51.522795, -0.071961], + [51.522865, -0.07146], + [51.523143, -0.070205], + [51.523295, -0.069259], + [51.523433, -0.066582], + [51.523655, -0.06321], + [51.523755, -0.061139], + [51.523874, -0.05956], + [51.523884, -0.059429], + [51.523959, -0.058661], + [51.524029, -0.058262], + [51.524131, -0.057885], + [51.524262, -0.057539], + [51.524436, -0.057195], + [51.52466, -0.056872], + [51.524874, -0.056652], + [51.525145, -0.056479], + [51.525398, -0.056362], + [51.525902, -0.056307], + [51.527517, -0.05627], + [51.528011, -0.056312], + [51.529026, -0.056472], + [51.529483, -0.056568], + [51.531046, -0.057015], + [51.531952, -0.057395], + [51.532121, -0.057465], + [51.532931, -0.057732], + [51.53355, -0.05786], + [51.535387, -0.058089], + [51.53861, -0.058273], + [51.539013, -0.058255], + [51.539767, -0.058147], + [51.540955, -0.057842], + [51.541155, -0.057799], + [51.541674, -0.057688], + [51.542161, -0.057648], + [51.5425, -0.057665], + [51.542984, -0.057763], + [51.543702, -0.058012], + [51.54558, -0.058868], + [51.545759, -0.058928], + [51.546412, -0.059278], + [51.547038, -0.05966], + [51.548753, -0.06083], + [51.549138, -0.061093], + [51.549345, -0.061192], + [51.549982, -0.061417], + [51.550583, -0.061866], + [51.550682, -0.061995], + [51.55181, -0.063788], + [51.552098, -0.064205], + [51.552755, -0.064938], + [51.553207, -0.065326], + [51.553454, -0.065503], + [51.554069, -0.065886], + [51.558492, -0.068311], + [51.561062, -0.069721], + [51.562753, -0.070621], + [51.56353, -0.071069], + [51.563788, -0.071272], + [51.564385, -0.071801], + [51.564834, -0.07233], + [51.565134, -0.072738], + [51.56523, -0.072888], + [51.567123, -0.075834], + [51.567526, -0.076412], + [51.567993, -0.076968], + [51.568315, -0.07729], + [51.568778, -0.077664], + [51.568981, -0.077805], + [51.569496, -0.078081], + [51.57025, -0.078337], + [51.570607, -0.078394], + [51.571034, -0.078416], + [51.571708, -0.078342], + [51.572118, -0.078233], + [51.57251, -0.078086], + [51.57298, -0.077832], + [51.573589, -0.07737], + [51.574446, -0.076622], + [51.575389, -0.075799], + [51.575681, -0.0756], + [51.575976, -0.075448], + [51.576262, -0.075327], + [51.576646, -0.075213], + [51.577193, -0.075145], + [51.577515, -0.07516], + [51.577993, -0.075244], + [51.579626, -0.075633], + [51.580608, -0.075658], + [51.581466, -0.075498], + [51.582192, -0.075282], + [51.582692, -0.075133], + [51.583311, -0.075014], + [51.584096, -0.074982], + [51.585933, -0.074976], + [51.586942, -0.074986], + [51.58726, -0.075027], + [51.588323, -0.075026], + [51.588627, -0.075005], + [51.589067, -0.074904], + [51.589458, -0.074733], + [51.589825, -0.074515], + [51.59, -0.074384], + [51.590505, -0.073914], + [51.590809, -0.073543], + [51.590995, -0.073277], + [51.592266, -0.071328], + [51.592617, -0.070864], + [51.592763, -0.070704], + [51.593112, -0.070392], + [51.593458, -0.070158], + [51.593896, -0.069948], + [51.593964, -0.069925], + [51.594103, -0.06988], + [51.594505, -0.069812], + [51.594887, -0.069816], + [51.59525, -0.069881], + [51.596448, -0.070276], + [51.597098, -0.070387], + [51.597976, -0.070402], + [51.599668, -0.070321], + [51.600528, -0.070342], + [51.601126, -0.070408], + [51.605031, -0.070985], + [51.60532, -0.071027], + [51.605673, -0.071057], + [51.606233, -0.071059], + [51.606692, -0.07102], + [51.607593, -0.070834], + [51.608173, -0.070623], + [51.608767, -0.070339], + [51.613892, -0.06773], + [51.614531, -0.067317], + [51.614684, -0.067226], + [51.615694, -0.06662], + [51.623348, -0.062077], + [51.624553, -0.061378], + [51.624944, -0.06122], + [51.625093, -0.06116], + [51.625409, -0.061109], + [51.625947, -0.061122], + [51.626288, -0.061194], + [51.626581, -0.061297], + [51.627065, -0.061548], + [51.628269, -0.062257], + [51.629481, -0.062866], + [51.631453, -0.064077], + [51.632252, -0.064462], + [51.632774, -0.064647], + [51.633603, -0.064858], + [51.634419, -0.064956], + [51.634888, -0.064931], + [51.635395, -0.064818], + [51.635789, -0.064677], + [51.636489, -0.064307], + [51.637073, -0.063858], + [51.637532, -0.063409], + [51.638042, -0.062817], + [51.638783, -0.061676], + [51.64144, -0.057016], + [51.641834, -0.056376], + [51.64223, -0.055809], + [51.642441, -0.055549], + [51.643037, -0.054905], + [51.643563, -0.05444], + [51.643849, -0.054219], + [51.644298, -0.053923], + [51.644816, -0.05366], + [51.645189, -0.053504], + [51.64564, -0.053355], + [51.648429, -0.052528], + [51.648704, -0.052449], + [51.656995, -0.050047], + [51.658568, -0.049616], + [51.659557, -0.049444], + [51.660155, -0.0494], + [51.663547, -0.049343], + [51.664552, -0.049279], + [51.666062, -0.049075], + [51.667619, -0.048729], + [51.672138, -0.047348], + [51.672623, -0.047196], + [51.680059, -0.04486], + [51.681659, -0.044185], + [51.682548, -0.043772], + [51.683125, -0.043479], + [51.685115, -0.042348], + [51.686396, -0.04144], + [51.687139, -0.040862], + [51.689404, -0.038884], + [51.690449, -0.037871], + [51.690873, -0.03738], + [51.691136, -0.037029], + [51.69171, -0.036118], + [51.692208, -0.035134], + [51.692361, -0.034736], + [51.693214, -0.032521], + [51.693616, -0.031528], + [51.694115, -0.030464], + [51.694487, -0.029762], + [51.695017, -0.028895], + [51.695557, -0.028115], + [51.696003, -0.02754], + [51.696677, -0.026787], + [51.698481, -0.024985], + [51.698654, -0.024841], + [51.699177, -0.024518], + [51.700005, -0.02434], + [51.700993, -0.024203], + [51.701447, -0.02419], + [51.702871, -0.023975] + ], + "stop_points": [ + { + "id": "LiverpoolStreet", + "path_index": 0 + }, + { + "id": "BethnalGreenRail", + "path_index": 18 + }, + { + "id": "CambridgeHeath", + "path_index": 35 + }, + { + "id": "LondonFields", + "path_index": 44 + }, + { + "id": "HackneyDowns", + "path_index": 54 + }, + { + "id": "RectoryRoad", + "path_index": 66 + }, + { + "id": "StokeNewington", + "path_index": 74 + }, + { + "id": "StamfordHill", + "path_index": 90 + }, + { + "id": "SevenSisters", + "path_index": 102 + }, + { + "id": "BruceGrove", + "path_index": 124 + }, + { + "id": "WhiteHartLane", + "path_index": 135 + }, + { + "id": "SilverStreet", + "path_index": 145 + }, + { + "id": "EdmontonGreen", + "path_index": 149 + }, + { + "id": "Southbury", + "path_index": 183 + }, + { + "id": "TurkeyStreet", + "path_index": 193 + }, + { + "id": "TheobaldsGrove", + "path_index": 207 + }, + { + "id": "Cheshunt", + "path_index": 222 + } + ], + "id": "Nationalrail_Lo_0_45__Stations", + "pattern_type": "multidirectional" + }, + { + "name": "Liverpool Street \u00B7 Chingford", + "path": [ + [51.518215, -0.082329], + [51.519696, -0.081503], + [51.520027, -0.081214], + [51.520285, -0.080939], + [51.521893, -0.078607], + [51.52214, -0.07809], + [51.522363, -0.077346], + [51.522466, -0.076904], + [51.522547, -0.076306], + [51.522597, -0.075687], + [51.52275, -0.072551], + [51.522795, -0.071961], + [51.522865, -0.07146], + [51.523143, -0.070205], + [51.523295, -0.069259], + [51.523433, -0.066582], + [51.523655, -0.06321], + [51.523755, -0.061139], + [51.523874, -0.05956], + [51.523884, -0.059429], + [51.523959, -0.058661], + [51.524084, -0.058037], + [51.524186, -0.057724], + [51.524329, -0.057403], + [51.524436, -0.057195], + [51.52466, -0.056872], + [51.524874, -0.056652], + [51.525002, -0.056558], + [51.525398, -0.056362], + [51.525573, -0.05633], + [51.527335, -0.056269], + [51.528011, -0.056312], + [51.529256, -0.056516], + [51.530557, -0.056869], + [51.531229, -0.057082], + [51.532411, -0.057574], + [51.533219, -0.057802], + [51.53447, -0.057991], + [51.535629, -0.058105], + [51.53861, -0.058273], + [51.53882, -0.058265], + [51.539309, -0.058227], + [51.539767, -0.058147], + [51.540955, -0.057842], + [51.541674, -0.057688], + [51.542341, -0.057652], + [51.542783, -0.057717], + [51.543192, -0.057825], + [51.543702, -0.058012], + [51.545978, -0.059042], + [51.547038, -0.05966], + [51.548754, -0.060825], + [51.549206, -0.061132], + [51.549982, -0.061417], + [51.55028, -0.061423], + [51.550759, -0.061353], + [51.551026, -0.061258], + [51.551445, -0.061006], + [51.551656, -0.060838], + [51.552226, -0.060267], + [51.552614, -0.059934], + [51.553235, -0.059514], + [51.553869, -0.059149], + [51.554408, -0.058935], + [51.555006, -0.058774], + [51.555675, -0.058757], + [51.558152, -0.05916], + [51.558606, -0.059155], + [51.559065, -0.059085], + [51.559785, -0.058782], + [51.559994, -0.058653], + [51.560393, -0.058326], + [51.560602, -0.058106], + [51.561594, -0.056921], + [51.563294, -0.054891], + [51.563625, -0.054543], + [51.565025, -0.053202], + [51.565965, -0.052413], + [51.566848, -0.051741], + [51.570195, -0.049494], + [51.570768, -0.049092], + [51.571224, -0.048737], + [51.571717, -0.048321], + [51.572521, -0.047571], + [51.573249, -0.04677], + [51.573612, -0.046325], + [51.57433, -0.045323], + [51.574957, -0.044335], + [51.575572, -0.043273], + [51.577318, -0.040031], + [51.577978, -0.038863], + [51.580022, -0.035031], + [51.580404, -0.034256], + [51.580688, -0.033595], + [51.580945, -0.032886], + [51.581174, -0.032254], + [51.581433, -0.031345], + [51.58163, -0.030522], + [51.581852, -0.029366], + [51.581996, -0.028312], + [51.582917, -0.019908], + [51.583765, -0.012171], + [51.583826, -0.011705], + [51.584046, -0.010404], + [51.584261, -0.009541], + [51.584448, -0.008997], + [51.584995, -0.007875], + [51.585171, -0.007459], + [51.585327, -0.006994], + [51.585534, -0.006156], + [51.585861, -0.004381], + [51.586004, -0.003849], + [51.586237, -0.003199], + [51.586595, -0.002425], + [51.586632, -0.002346], + [51.586985, -0.00182], + [51.587332, -0.001405], + [51.587739, -0.00103], + [51.587934, -0.000888], + [51.588241, -0.000718], + [51.588851, -0.000502], + [51.589313, -0.000451], + [51.589838, -0.000512], + [51.59175, -0.001025], + [51.592618, -0.001322], + [51.593349, -0.00177], + [51.593852, -0.002124], + [51.59454, -0.00256], + [51.595162, -0.002872], + [51.595358, -0.002918], + [51.595947, -0.003142], + [51.596962, -0.003394], + [51.597504, -0.003468], + [51.598051, -0.003508], + [51.599147, -0.003473], + [51.600158, -0.003319], + [51.600483, -0.003248], + [51.601147, -0.003046], + [51.602246, -0.002613], + [51.60603, -0.001005], + [51.607233, -0.000587], + [51.608356, -0.000299], + [51.614972, 0.001403], + [51.615821, 0.001557], + [51.616694, 0.001612], + [51.617255, 0.0016], + [51.62018, 0.001389], + [51.620684, 0.001394], + [51.621235, 0.001442], + [51.622001, 0.001585], + [51.622732, 0.0018], + [51.623592, 0.002167], + [51.626219, 0.003475], + [51.626831, 0.003844], + [51.627099, 0.004057], + [51.627502, 0.004441], + [51.633057, 0.00997] + ], + "stop_points": [ + { + "id": "LiverpoolStreet", + "path_index": 0 + }, + { + "id": "BethnalGreenRail", + "path_index": 18 + }, + { + "id": "HackneyDowns", + "path_index": 51 + }, + { + "id": "Clapton", + "path_index": 73 + }, + { + "id": "StJamesStreet", + "path_index": 94 + }, + { + "id": "WalthamstowCentral", + "path_index": 100 + }, + { + "id": "WoodStreet", + "path_index": 113 + }, + { + "id": "HighamsPark", + "path_index": 141 + }, + { + "id": "Chingford", + "path_index": 156 + } + ], + "id": "Nationalrail_Lo_0_46__Stations", + "pattern_type": "multidirectional" + } + ] + , + "live_availability": 0, + "ui_color": "#823A62", + "long_name": "Weaver", + "status": { + "level": 0, + "summary": "Good Service" + }, + "aliases": ["weaver"] + }, + { + "name": "Windrush", + "color": "#ED1B00", + "text_color": "#FFFFFF", + "icon_name": "uk-london-windrush", + "icon_contains_name": false, + "live_line_code": "Windrush", + "brand": "Windrush", + "mode": "metro", + "supports_routeinfo": true, + "url": "https://citymapper.com/london/l/overground", + "patterns": [ + { + "name": "Dalston Junction \u00B7 New Cross", + "path": [ + [51.546147, -0.074925], + [51.545946, -0.074858], + [51.545726, -0.07485], + [51.544661, -0.074885], + [51.544008, -0.074958], + [51.543001, -0.075168], + [51.538706, -0.075542], + [51.53665, -0.075721], + [51.534769, -0.075728], + [51.532401, -0.075644], + [51.53152, -0.075635], + [51.531137, -0.075631], + [51.530872, -0.075676], + [51.53058, -0.075765], + [51.530325, -0.07588], + [51.53001, -0.076084], + [51.529537, -0.076524], + [51.528748, -0.077507], + [51.528334, -0.077955], + [51.527948, -0.078247], + [51.527432, -0.07852], + [51.526951, -0.078666], + [51.526273, -0.078735], + [51.524859, -0.078728], + [51.524587, -0.078682], + [51.524377, -0.078587], + [51.52416, -0.078417], + [51.523896, -0.078137], + [51.52363, -0.07771], + [51.523508, -0.077413], + [51.523423, -0.077121], + [51.523323, -0.076617], + [51.523289, -0.076071], + [51.523277, -0.075244], + [51.523236, -0.072519], + [51.523141, -0.071626], + [51.522492, -0.067069], + [51.522278, -0.064867], + [51.522215, -0.064444], + [51.522157, -0.064203], + [51.521949, -0.063514], + [51.521824, -0.063203], + [51.521493, -0.062607], + [51.521188, -0.062156], + [51.520734, -0.061577], + [51.520268, -0.060935], + [51.519564, -0.059809], + [51.519559, -0.0598], + [51.51845, -0.058095], + [51.518362, -0.057999], + [51.517768, -0.057462], + [51.517426, -0.057239], + [51.517173, -0.057133], + [51.516913, -0.057069], + [51.516022, -0.056939], + [51.515246, -0.056871], + [51.51187, -0.056902], + [51.511279, -0.056868], + [51.511228, -0.05687], + [51.510594, -0.056896], + [51.509923, -0.056875], + [51.505702, -0.05653], + [51.505205, -0.056409], + [51.504728, -0.056203], + [51.504383, -0.055945], + [51.504322, -0.0559], + [51.501029, -0.052122], + [51.500849, -0.051958], + [51.500681, -0.051806], + [51.500188, -0.051417], + [51.499236, -0.050774], + [51.497816, -0.050114], + [51.497678, -0.05005], + [51.495836, -0.049071], + [51.494781, -0.048662], + [51.494175, -0.048355], + [51.493718, -0.048013], + [51.493186, -0.047551], + [51.492916, -0.047316], + [51.492247, -0.046834], + [51.492029, -0.046701], + [51.491469, -0.046441], + [51.490848, -0.046185], + [51.489469, -0.045686], + [51.489153, -0.045521], + [51.488657, -0.04518], + [51.487643, -0.044313], + [51.486944, -0.043892], + [51.486484, -0.043736], + [51.486087, -0.043684], + [51.485071, -0.043722], + [51.484776, -0.043689], + [51.484513, -0.043603], + [51.483997, -0.043356], + [51.483706, -0.043154], + [51.483411, -0.042832], + [51.483233, -0.042542], + [51.482746, -0.041475], + [51.482574, -0.040971], + [51.482459, -0.040506], + [51.482365, -0.03993], + [51.482226, -0.038123], + [51.482117, -0.037361], + [51.482019, -0.036981], + [51.48181, -0.036376], + [51.481636, -0.035996], + [51.481453, -0.035682], + [51.481268, -0.035417], + [51.48099, -0.035087], + [51.480817, -0.034917], + [51.480486, -0.034686], + [51.480015, -0.034512], + [51.479132, -0.034379], + [51.47898, -0.034313], + [51.47879, -0.034183], + [51.477242, -0.032963], + [51.476954, -0.032707], + [51.476631, -0.032341] + ], + "stop_points": [ + { + "id": "DalstonJunction", + "path_index": 0 + }, + { + "id": "Haggerston", + "path_index": 6 + }, + { + "id": "Hoxton", + "path_index": 10 + }, + { + "id": "ShoreditchHighStreet", + "path_index": 33 + }, + { + "id": "Whitechapel", + "path_index": 46 + }, + { + "id": "Shadwell", + "path_index": 58 + }, + { + "id": "Wapping", + "path_index": 64 + }, + { + "id": "Rotherhithe", + "path_index": 67 + }, + { + "id": "CanadaWater", + "path_index": 71 + }, + { + "id": "SurreyQuays", + "path_index": 77 + }, + { + "id": "NewCross", + "path_index": 117 + } + ], + "id": "Nationalrail_Lo_0_25__Stations", + "pattern_type": "multidirectional" + }, + { + "name": "Highbury & Islington \u00B7 Crystal Palace", + "path": [ + [51.546193, -0.103947], + [51.546239, -0.103706], + [51.54636, -0.102923], + [51.54652, -0.102113], + [51.547278, -0.09867], + [51.547637, -0.097144], + [51.548341, -0.094389], + [51.54858, -0.093269], + [51.5487, -0.092534], + [51.548739, -0.09219], + [51.548854, -0.091182], + [51.548948, -0.090032], + [51.549, -0.089104], + [51.549033, -0.088029], + [51.54903, -0.086984], + [51.548988, -0.085823], + [51.548933, -0.084992], + [51.548816, -0.083866], + [51.548763, -0.082787], + [51.548536, -0.080158], + [51.548267, -0.077947], + [51.548118, -0.077326], + [51.548032, -0.07706], + [51.547907, -0.076723], + [51.547677, -0.076283], + [51.547564, -0.076096], + [51.547348, -0.075837], + [51.546943, -0.075415], + [51.546708, -0.075224], + [51.546291, -0.074974], + [51.546147, -0.074925], + [51.545946, -0.074858], + [51.545726, -0.07485], + [51.544661, -0.074885], + [51.544008, -0.074958], + [51.543001, -0.075168], + [51.538706, -0.075542], + [51.53665, -0.075721], + [51.534769, -0.075728], + [51.532401, -0.075644], + [51.53152, -0.075635], + [51.531137, -0.075631], + [51.530872, -0.075676], + [51.53058, -0.075765], + [51.530325, -0.07588], + [51.53001, -0.076084], + [51.529537, -0.076524], + [51.528748, -0.077507], + [51.528334, -0.077955], + [51.527948, -0.078247], + [51.527432, -0.07852], + [51.526951, -0.078666], + [51.526273, -0.078735], + [51.524859, -0.078728], + [51.524492, -0.078648], + [51.524377, -0.078587], + [51.524016, -0.078277], + [51.523896, -0.078137], + [51.523701, -0.077839], + [51.523508, -0.077413], + [51.523423, -0.077121], + [51.523323, -0.076617], + [51.523289, -0.076071], + [51.523279, -0.075243], + [51.523251, -0.072828], + [51.523202, -0.072169], + [51.523141, -0.071626], + [51.522492, -0.067069], + [51.522246, -0.064642], + [51.522157, -0.064203], + [51.521949, -0.063514], + [51.521824, -0.063203], + [51.521332, -0.062355], + [51.520268, -0.060935], + [51.519564, -0.059809], + [51.519559, -0.0598], + [51.51845, -0.058095], + [51.517768, -0.057462], + [51.517426, -0.057239], + [51.517173, -0.057133], + [51.516913, -0.057069], + [51.516022, -0.056939], + [51.515246, -0.056871], + [51.51187, -0.056902], + [51.511279, -0.056868], + [51.511228, -0.05687], + [51.510594, -0.056896], + [51.509923, -0.056875], + [51.505702, -0.05653], + [51.505205, -0.056409], + [51.504893, -0.056284], + [51.504728, -0.056203], + [51.504383, -0.055945], + [51.504322, -0.0559], + [51.501125, -0.052221], + [51.500848, -0.051963], + [51.500681, -0.051806], + [51.500188, -0.051417], + [51.499236, -0.050774], + [51.497816, -0.050114], + [51.497678, -0.05005], + [51.495836, -0.049071], + [51.494781, -0.048662], + [51.494175, -0.048355], + [51.493718, -0.048013], + [51.493186, -0.047551], + [51.492916, -0.047316], + [51.492564, -0.047049], + [51.492029, -0.046701], + [51.490848, -0.046185], + [51.489469, -0.045686], + [51.489153, -0.045521], + [51.488657, -0.04518], + [51.487643, -0.044313], + [51.486944, -0.043892], + [51.486484, -0.043736], + [51.486087, -0.043684], + [51.485071, -0.043722], + [51.484776, -0.043689], + [51.484513, -0.043603], + [51.483077, -0.042897], + [51.482682, -0.042778], + [51.482311, -0.042734], + [51.479972, -0.042618], + [51.479716, -0.042596], + [51.479479, -0.042533], + [51.478898, -0.042254], + [51.478589, -0.042029], + [51.477577, -0.041445], + [51.476653, -0.040838], + [51.475778, -0.040418], + [51.475173, -0.040148], + [51.473031, -0.039192], + [51.472475, -0.038988], + [51.47065, -0.038155], + [51.469876, -0.037898], + [51.469239, -0.037725], + [51.467945, -0.037518], + [51.466585, -0.037394], + [51.465882, -0.037389], + [51.464845, -0.037448], + [51.464647, -0.037478], + [51.463859, -0.037599], + [51.463115, -0.037781], + [51.46238, -0.037999], + [51.460843, -0.038546], + [51.458953, -0.039285], + [51.455907, -0.040529], + [51.455315, -0.040839], + [51.454069, -0.041645], + [51.453315, -0.042236], + [51.452475, -0.042977], + [51.450842, -0.044573], + [51.449955, -0.045405], + [51.449527, -0.045806], + [51.444273, -0.049903], + [51.442535, -0.051298], + [51.441533, -0.051969], + [51.440709, -0.05242], + [51.440141, -0.052693], + [51.439306, -0.052974], + [51.439306, -0.052974], + [51.438371, -0.053209], + [51.437367, -0.053376], + [51.436776, -0.05341], + [51.436318, -0.053406], + [51.435551, -0.053337], + [51.433874, -0.053028], + [51.4331, -0.052923], + [51.432117, -0.052907], + [51.431435, -0.052946], + [51.430891, -0.052997], + [51.430299, -0.053112], + [51.429695, -0.053288], + [51.42922, -0.053462], + [51.42727, -0.054354], + [51.425664, -0.055088], + [51.423849, -0.055871], + [51.422997, -0.056266], + [51.42176, -0.056961], + [51.420517, -0.05781], + [51.419644, -0.058862], + [51.418292, -0.061062], + [51.418061, -0.061536], + [51.417822, -0.061966], + [51.41759, -0.062437], + [51.417421, -0.062852], + [51.417183, -0.063534], + [51.417049, -0.064039], + [51.416917, -0.06465], + [51.416792, -0.065567], + [51.416711, -0.066917], + [51.416767, -0.067953], + [51.416838, -0.068553], + [51.416892, -0.068851], + [51.417218, -0.070182], + [51.417379, -0.070681], + [51.417945, -0.072205] + ], + "stop_points": [ + { + "id": "HighburyAndIslington", + "path_index": 0 + }, + { + "id": "Canonbury", + "path_index": 9 + }, + { + "id": "DalstonJunction", + "path_index": 30 + }, + { + "id": "Haggerston", + "path_index": 36 + }, + { + "id": "Hoxton", + "path_index": 40 + }, + { + "id": "ShoreditchHighStreet", + "path_index": 63 + }, + { + "id": "Whitechapel", + "path_index": 74 + }, + { + "id": "Shadwell", + "path_index": 85 + }, + { + "id": "Wapping", + "path_index": 92 + }, + { + "id": "Rotherhithe", + "path_index": 95 + }, + { + "id": "CanadaWater", + "path_index": 99 + }, + { + "id": "SurreyQuays", + "path_index": 105 + }, + { + "id": "NewCrossGate", + "path_index": 131 + }, + { + "id": "Brockley", + "path_index": 141 + }, + { + "id": "HonorOakPark", + "path_index": 153 + }, + { + "id": "ForestHill", + "path_index": 160 + }, + { + "id": "Sydenham", + "path_index": 175 + }, + { + "id": "CrystalPalace", + "path_index": 197 + } + ], + "id": "Nationalrail_Lo_0_37__Stations", + "pattern_type": "multidirectional" + }, + { + "name": "Highbury & Islington \u00B7 West Croydon", + "path": [ + [51.546193, -0.103947], + [51.546239, -0.103706], + [51.54636, -0.102923], + [51.54652, -0.102113], + [51.547278, -0.09867], + [51.547637, -0.097144], + [51.548341, -0.094389], + [51.54858, -0.093269], + [51.5487, -0.092534], + [51.548739, -0.09219], + [51.548854, -0.091182], + [51.548948, -0.090032], + [51.549, -0.089104], + [51.549033, -0.088029], + [51.54903, -0.086984], + [51.548988, -0.085823], + [51.548933, -0.084992], + [51.548816, -0.083866], + [51.548763, -0.082787], + [51.548536, -0.080158], + [51.548267, -0.077947], + [51.548118, -0.077326], + [51.548032, -0.07706], + [51.547907, -0.076723], + [51.547677, -0.076283], + [51.547564, -0.076096], + [51.547348, -0.075837], + [51.546943, -0.075415], + [51.546708, -0.075224], + [51.546291, -0.074974], + [51.546147, -0.074925], + [51.545946, -0.074858], + [51.545726, -0.07485], + [51.544661, -0.074885], + [51.544008, -0.074958], + [51.543001, -0.075168], + [51.538706, -0.075542], + [51.53665, -0.075721], + [51.534769, -0.075728], + [51.532401, -0.075644], + [51.53152, -0.075635], + [51.531137, -0.075631], + [51.530872, -0.075676], + [51.53058, -0.075765], + [51.530325, -0.07588], + [51.53001, -0.076084], + [51.529537, -0.076524], + [51.528748, -0.077507], + [51.528334, -0.077955], + [51.527948, -0.078247], + [51.527432, -0.07852], + [51.526951, -0.078666], + [51.526273, -0.078735], + [51.524859, -0.078728], + [51.524492, -0.078648], + [51.524377, -0.078587], + [51.524016, -0.078277], + [51.523896, -0.078137], + [51.523701, -0.077839], + [51.523508, -0.077413], + [51.523423, -0.077121], + [51.523323, -0.076617], + [51.523289, -0.076071], + [51.523279, -0.075243], + [51.523251, -0.072828], + [51.523202, -0.072169], + [51.523141, -0.071626], + [51.522492, -0.067069], + [51.522246, -0.064642], + [51.522157, -0.064203], + [51.521949, -0.063514], + [51.521824, -0.063203], + [51.521332, -0.062355], + [51.520268, -0.060935], + [51.519564, -0.059809], + [51.519559, -0.0598], + [51.51845, -0.058095], + [51.518115, -0.057766], + [51.517618, -0.057354], + [51.517426, -0.057239], + [51.517173, -0.057133], + [51.516913, -0.057069], + [51.516022, -0.056939], + [51.515246, -0.056871], + [51.51187, -0.056902], + [51.511279, -0.056868], + [51.511228, -0.05687], + [51.510594, -0.056896], + [51.509923, -0.056875], + [51.505702, -0.05653], + [51.505205, -0.056409], + [51.504728, -0.056203], + [51.504383, -0.055945], + [51.504322, -0.0559], + [51.501125, -0.052221], + [51.500848, -0.051963], + [51.500681, -0.051806], + [51.500188, -0.051417], + [51.499236, -0.050774], + [51.497816, -0.050114], + [51.497678, -0.05005], + [51.495836, -0.049071], + [51.494781, -0.048662], + [51.494175, -0.048355], + [51.493718, -0.048013], + [51.493186, -0.047551], + [51.492916, -0.047316], + [51.492564, -0.047049], + [51.492029, -0.046701], + [51.490848, -0.046185], + [51.489469, -0.045686], + [51.489153, -0.045521], + [51.488657, -0.04518], + [51.487643, -0.044313], + [51.486944, -0.043892], + [51.486484, -0.043736], + [51.486087, -0.043684], + [51.485071, -0.043722], + [51.484776, -0.043689], + [51.484513, -0.043603], + [51.483077, -0.042897], + [51.482682, -0.042778], + [51.482311, -0.042734], + [51.479972, -0.042618], + [51.479584, -0.042567], + [51.478898, -0.042254], + [51.478589, -0.042029], + [51.477577, -0.041445], + [51.476653, -0.040838], + [51.475778, -0.040418], + [51.475173, -0.040148], + [51.473031, -0.039192], + [51.472475, -0.038988], + [51.47065, -0.038155], + [51.469876, -0.037898], + [51.469239, -0.037725], + [51.467945, -0.037518], + [51.466585, -0.037394], + [51.465278, -0.037417], + [51.464648, -0.03748], + [51.464325, -0.037512], + [51.463115, -0.037781], + [51.46238, -0.037999], + [51.460843, -0.038546], + [51.458953, -0.039285], + [51.455907, -0.040529], + [51.455315, -0.040839], + [51.454069, -0.041645], + [51.453315, -0.042236], + [51.452475, -0.042977], + [51.450842, -0.044573], + [51.449955, -0.045405], + [51.449527, -0.045806], + [51.444273, -0.049903], + [51.442996, -0.050941], + [51.442535, -0.051298], + [51.441533, -0.051969], + [51.440709, -0.05242], + [51.440141, -0.052693], + [51.439306, -0.052974], + [51.439306, -0.052974], + [51.438371, -0.053209], + [51.437367, -0.053376], + [51.436776, -0.05341], + [51.436318, -0.053406], + [51.435551, -0.053337], + [51.433874, -0.053028], + [51.4331, -0.052923], + [51.432117, -0.052907], + [51.431435, -0.052946], + [51.430891, -0.052997], + [51.430299, -0.053112], + [51.429695, -0.053288], + [51.42922, -0.053462], + [51.42727, -0.054354], + [51.425664, -0.055088], + [51.423849, -0.055871], + [51.422997, -0.056266], + [51.422526, -0.056519], + [51.42176, -0.056961], + [51.421087, -0.057422], + [51.420391, -0.057942], + [51.41935, -0.058822], + [51.418514, -0.059604], + [51.417483, -0.060632], + [51.413375, -0.064724], + [51.412264, -0.065798], + [51.412152, -0.065888], + [51.411378, -0.066508], + [51.410318, -0.067185], + [51.404741, -0.070322], + [51.400044, -0.073069], + [51.399521, -0.073366], + [51.39891, -0.07367], + [51.398529, -0.073909], + [51.397671, -0.074329], + [51.396918, -0.07476], + [51.395578, -0.075527], + [51.394893, -0.075947], + [51.393678, -0.076799], + [51.393494, -0.076873], + [51.39213, -0.077848], + [51.391785, -0.078113], + [51.391251, -0.078616], + [51.390578, -0.079419], + [51.390219, -0.079895], + [51.389678, -0.080709], + [51.389437, -0.081112], + [51.389086, -0.08172], + [51.388772, -0.082368], + [51.388604, -0.082923], + [51.388325, -0.084239], + [51.388237, -0.084583], + [51.387965, -0.085399], + [51.387809, -0.085754], + [51.387382, -0.086494], + [51.387081, -0.086932], + [51.386687, -0.087414], + [51.386461, -0.087757], + [51.38619, -0.088312], + [51.385288, -0.090954], + [51.384581, -0.093143], + [51.383043, -0.097771], + [51.382831, -0.098319], + [51.38253, -0.098919], + [51.382252, -0.099366], + [51.382028, -0.099651], + [51.381495, -0.10022], + [51.381187, -0.10051], + [51.380773, -0.100832], + [51.379089, -0.101824] + ], + "stop_points": [ + { + "id": "HighburyAndIslington", + "path_index": 0 + }, + { + "id": "Canonbury", + "path_index": 9 + }, + { + "id": "DalstonJunction", + "path_index": 30 + }, + { + "id": "Haggerston", + "path_index": 36 + }, + { + "id": "Hoxton", + "path_index": 40 + }, + { + "id": "ShoreditchHighStreet", + "path_index": 63 + }, + { + "id": "Whitechapel", + "path_index": 74 + }, + { + "id": "Shadwell", + "path_index": 86 + }, + { + "id": "Wapping", + "path_index": 92 + }, + { + "id": "Rotherhithe", + "path_index": 95 + }, + { + "id": "CanadaWater", + "path_index": 99 + }, + { + "id": "SurreyQuays", + "path_index": 105 + }, + { + "id": "NewCrossGate", + "path_index": 130 + }, + { + "id": "Brockley", + "path_index": 139 + }, + { + "id": "HonorOakPark", + "path_index": 151 + }, + { + "id": "ForestHill", + "path_index": 159 + }, + { + "id": "Sydenham", + "path_index": 174 + }, + { + "id": "PengeWest", + "path_index": 184 + }, + { + "id": "Anerley", + "path_index": 187 + }, + { + "id": "NorwoodJunction", + "path_index": 196 + }, + { + "id": "WestCroydon", + "path_index": 230 + } + ], + "id": "Nationalrail_Lo_0_38__Stations", + "pattern_type": "multidirectional" + }, + { + "name": "Highbury & Islington \u00B7 Clapham Junction", + "path": [ + [51.546193, -0.103947], + [51.546239, -0.103706], + [51.54636, -0.102923], + [51.54652, -0.102113], + [51.547278, -0.09867], + [51.547637, -0.097144], + [51.548341, -0.094389], + [51.54858, -0.093269], + [51.5487, -0.092534], + [51.548739, -0.09219], + [51.548854, -0.091182], + [51.548948, -0.090032], + [51.549, -0.089104], + [51.549033, -0.088029], + [51.54903, -0.086984], + [51.548988, -0.085823], + [51.548933, -0.084992], + [51.548816, -0.083866], + [51.548763, -0.082787], + [51.548536, -0.080158], + [51.548267, -0.077947], + [51.548118, -0.077326], + [51.548032, -0.07706], + [51.547907, -0.076723], + [51.547677, -0.076283], + [51.547564, -0.076096], + [51.547348, -0.075837], + [51.546943, -0.075415], + [51.546708, -0.075224], + [51.546291, -0.074974], + [51.546147, -0.074925], + [51.545946, -0.074858], + [51.545726, -0.07485], + [51.544661, -0.074885], + [51.544008, -0.074958], + [51.543001, -0.075168], + [51.538706, -0.075542], + [51.53665, -0.075721], + [51.534769, -0.075728], + [51.532401, -0.075644], + [51.53152, -0.075635], + [51.531137, -0.075631], + [51.530872, -0.075676], + [51.53058, -0.075765], + [51.530325, -0.07588], + [51.53001, -0.076084], + [51.529537, -0.076524], + [51.528748, -0.077507], + [51.528334, -0.077955], + [51.527948, -0.078247], + [51.527432, -0.07852], + [51.526951, -0.078666], + [51.526273, -0.078735], + [51.524859, -0.078728], + [51.524492, -0.078648], + [51.524377, -0.078587], + [51.524016, -0.078277], + [51.523896, -0.078137], + [51.523701, -0.077839], + [51.523508, -0.077413], + [51.523423, -0.077121], + [51.523323, -0.076617], + [51.523289, -0.076071], + [51.523279, -0.075243], + [51.523251, -0.072828], + [51.523202, -0.072169], + [51.523141, -0.071626], + [51.522492, -0.067069], + [51.522246, -0.064642], + [51.522157, -0.064203], + [51.521949, -0.063514], + [51.521824, -0.063203], + [51.521332, -0.062355], + [51.520268, -0.060935], + [51.519564, -0.059809], + [51.519559, -0.0598], + [51.51845, -0.058095], + [51.518115, -0.057766], + [51.517618, -0.057354], + [51.517426, -0.057239], + [51.517173, -0.057133], + [51.516913, -0.057069], + [51.516022, -0.056939], + [51.515246, -0.056871], + [51.51187, -0.056902], + [51.511279, -0.056868], + [51.511228, -0.05687], + [51.510594, -0.056896], + [51.509923, -0.056875], + [51.505702, -0.05653], + [51.505205, -0.056409], + [51.504893, -0.056284], + [51.504728, -0.056203], + [51.504383, -0.055945], + [51.504322, -0.0559], + [51.501125, -0.052221], + [51.500848, -0.051963], + [51.500681, -0.051806], + [51.500188, -0.051417], + [51.499236, -0.050774], + [51.497816, -0.050114], + [51.497678, -0.05005], + [51.495836, -0.049071], + [51.494781, -0.048662], + [51.494175, -0.048355], + [51.493718, -0.048013], + [51.493186, -0.047551], + [51.492916, -0.047316], + [51.492564, -0.047049], + [51.492029, -0.046701], + [51.490848, -0.046185], + [51.489934, -0.045923], + [51.489304, -0.045878], + [51.488863, -0.045955], + [51.488472, -0.04611], + [51.488059, -0.046351], + [51.487567, -0.046764], + [51.487217, -0.047112], + [51.486074, -0.04836], + [51.485697, -0.048734], + [51.485517, -0.048902], + [51.485178, -0.049137], + [51.4848, -0.049279], + [51.484501, -0.049323], + [51.482694, -0.049419], + [51.48247, -0.049461], + [51.482145, -0.0496], + [51.481832, -0.049817], + [51.48155, -0.050096], + [51.481219, -0.050574], + [51.480938, -0.051146], + [51.48057, -0.052116], + [51.480371, -0.052538], + [51.48015, -0.052909], + [51.480016, -0.053084], + [51.479686, -0.053433], + [51.479146, -0.05384], + [51.478292, -0.054336], + [51.47607, -0.055766], + [51.473764, -0.057185], + [51.473576, -0.057329], + [51.473399, -0.057463], + [51.472929, -0.057917], + [51.47262, -0.058256], + [51.472225, -0.058762], + [51.472039, -0.05901], + [51.471737, -0.059488], + [51.471404, -0.060109], + [51.47122, -0.060507], + [51.471036, -0.060961], + [51.470834, -0.061568], + [51.470473, -0.063181], + [51.470356, -0.06396], + [51.47029, -0.064704], + [51.470213, -0.066615], + [51.470092, -0.067765], + [51.469976, -0.068392], + [51.469779, -0.069257], + [51.469768, -0.069307], + [51.46945, -0.070386], + [51.469241, -0.071208], + [51.469133, -0.071773], + [51.46897, -0.073209], + [51.468926, -0.073939], + [51.46894, -0.075343], + [51.46903, -0.076832], + [51.469409, -0.079362], + [51.469497, -0.08029], + [51.469542, -0.081288], + [51.469513, -0.082497], + [51.469427, -0.083491], + [51.46935, -0.084095], + [51.469114, -0.085449], + [51.468751, -0.087007], + [51.468113, -0.089174], + [51.467367, -0.091707], + [51.467113, -0.092448], + [51.466571, -0.094246], + [51.465912, -0.096512], + [51.465669, -0.097462], + [51.465468, -0.09839], + [51.465235, -0.099706], + [51.46513, -0.100438], + [51.464863, -0.102695], + [51.464794, -0.103075], + [51.464494, -0.104258], + [51.463978, -0.105724], + [51.463703, -0.106605], + [51.46345, -0.107831], + [51.463196, -0.109637], + [51.463073, -0.110292], + [51.462898, -0.110995], + [51.462783, -0.111645], + [51.462737, -0.111987], + [51.46271, -0.11238], + [51.462706, -0.112925], + [51.462729, -0.113559], + [51.462817, -0.114319], + [51.463014, -0.115214], + [51.46315, -0.115658], + [51.463395, -0.116324], + [51.463501, -0.116696], + [51.463673, -0.117546], + [51.463739, -0.117982], + [51.463765, -0.118318], + [51.463782, -0.118998], + [51.46375, -0.119637], + [51.463611, -0.120741], + [51.463302, -0.123657], + [51.463224, -0.124823], + [51.463246, -0.125834], + [51.463316, -0.126754], + [51.463508, -0.127842], + [51.463712, -0.128644], + [51.464055, -0.129613], + [51.464207, -0.129975], + [51.465536, -0.132442], + [51.465717, -0.132778], + [51.466106, -0.133569], + [51.466536, -0.134333], + [51.467137, -0.135242], + [51.467976, -0.13637], + [51.468469, -0.136962], + [51.469075, -0.137603], + [51.469323, -0.137819], + [51.470166, -0.13866], + [51.471641, -0.140132], + [51.471927, -0.140481], + [51.472051, -0.140669], + [51.473096, -0.142779], + [51.473354, -0.143394], + [51.473484, -0.143796], + [51.473588, -0.144197], + [51.473713, -0.144999], + [51.47374, -0.145357], + [51.473748, -0.146078], + [51.473724, -0.146717], + [51.473699, -0.147166], + [51.473641, -0.14762], + [51.47348, -0.148372], + [51.473275, -0.149189], + [51.473112, -0.149704], + [51.472947, -0.150079], + [51.472809, -0.15033], + [51.472633, -0.150613], + [51.471787, -0.15179], + [51.470888, -0.15334], + [51.470561, -0.153972], + [51.470295, -0.154564], + [51.470027, -0.155261], + [51.469833, -0.155884], + [51.469719, -0.156351], + [51.469637, -0.15679], + [51.469566, -0.157535], + [51.469545, -0.158205], + [51.469591, -0.159268], + [51.469597, -0.159903], + [51.469575, -0.160193], + [51.46952, -0.160573], + [51.469423, -0.161041], + [51.469266, -0.161603], + [51.469047, -0.162171], + [51.468774, -0.162705], + [51.468548, -0.163037], + [51.467966, -0.163797], + [51.467661, -0.164308], + [51.467407, -0.164843], + [51.466154, -0.167721], + [51.465812, -0.168521], + [51.465567, -0.169187], + [51.465283, -0.170129], + [51.465047, -0.17103] ], "stop_points": [ { - "id": "Stratford", + "id": "HighburyAndIslington", "path_index": 0 }, - { - "id": "HackneyWick", - "path_index": 28 - }, - { - "id": "Homerton", - "path_index": 47 - }, - { - "id": "HackneyCentral", - "path_index": 57 - }, - { - "id": "DalstonKingsland", - "path_index": 61 - }, { "id": "Canonbury", - "path_index": 72 - }, - { - "id": "HighburyAndIslington", - "path_index": 80 + "path_index": 9 }, { - "id": "CaledonianRoadAndBarnsbury", - "path_index": 89 + "id": "DalstonJunction", + "path_index": 30 }, { - "id": "CamdenRoad", - "path_index": 101 + "id": "Haggerston", + "path_index": 36 }, { - "id": "KentishTownWest", - "path_index": 118 + "id": "Hoxton", + "path_index": 40 }, { - "id": "GospelOak", - "path_index": 129 + "id": "ShoreditchHighStreet", + "path_index": 63 }, { - "id": "HampsteadHeath", - "path_index": 141 + "id": "Whitechapel", + "path_index": 74 }, { - "id": "FinchleyRoadAndFrognal", - "path_index": 145 + "id": "Shadwell", + "path_index": 86 }, { - "id": "WestHampsteadOverground", - "path_index": 152 + "id": "Wapping", + "path_index": 93 }, { - "id": "Brondesbury", - "path_index": 159 + "id": "Rotherhithe", + "path_index": 96 }, { - "id": "BrondesburyPark", - "path_index": 168 + "id": "CanadaWater", + "path_index": 100 }, { - "id": "KensalRise", - "path_index": 176 + "id": "SurreyQuays", + "path_index": 106 }, { - "id": "WillesdenJunction", - "path_index": 195 + "id": "QueensRoadPeckham", + "path_index": 140 }, { - "id": "ShepherdsBushRail", - "path_index": 242 + "id": "PeckhamRye", + "path_index": 157 }, { - "id": "KensingtonOlympia", - "path_index": 249 + "id": "DenmarkHill", + "path_index": 174 }, { - "id": "WestBrompton", - "path_index": 264 + "id": "ClaphamHighStreet", + "path_index": 216 }, { - "id": "ImperialWharf", - "path_index": 284 + "id": "WandsworthRoad", + "path_index": 225 }, { "id": "ClaphamJunction", - "path_index": 314 + "path_index": 271 } ], - "id": "Nationalrail_Lo_0_69__Stations", + "id": "Nationalrail_Lo_0_42__Stations", "pattern_type": "multidirectional" } - ], + ] + , "live_availability": 0, - "ui_color": "#E86A10", - "long_name": "Overground", + "ui_color": "#ED1B00", + "long_name": "Windrush", "status": { "level": 0, "summary": "Good Service" }, - "aliases": ["overground"] + "aliases": ["windrush"] }, { "name": "Piccadilly", From d5d5ea5dab2416ca251d8eb83de9eca32bd3aea0 Mon Sep 17 00:00:00 2001 From: Tom Gray Date: Thu, 8 Jan 2026 16:11:29 +0000 Subject: [PATCH 2/3] Adding MAP_FROM_DATA setting to London --- src/app/(game)/london/config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/(game)/london/config.ts b/src/app/(game)/london/config.ts index 3fa1a0a..144f2cd 100644 --- a/src/app/(game)/london/config.ts +++ b/src/app/(game)/london/config.ts @@ -180,8 +180,11 @@ export const LOCALE = 'en' export const GAUGE_COLORS = 'inverted' +export const MAP_FROM_DATA = true + const config: Config = { GAUGE_COLORS, + MAP_FROM_DATA, LOCALE, STRIPE_LINK, CITY_NAME, From 6572da23431157a59b60475e077918fe0ec502a8 Mon Sep 17 00:00:00 2001 From: Tom Gray Date: Thu, 21 May 2026 03:14:29 +0100 Subject: [PATCH 3/3] Adjusted London route data to offset overlapping lines --- src/app/(game)/london/data/routes.json | 62070 ++++++++--------------- 1 file changed, 22299 insertions(+), 39771 deletions(-) diff --git a/src/app/(game)/london/data/routes.json b/src/app/(game)/london/data/routes.json index 2ef5228..a09f595 100644 --- a/src/app/(game)/london/data/routes.json +++ b/src/app/(game)/london/data/routes.json @@ -3,6 +3,7 @@ "features": [ { "type": "Feature", + "id": 0, "geometry": { "type": "LineString", "coordinates": [ @@ -50,10 +51,59 @@ -0.10359, 51.512011 ], + [ + -0.103836, + 51.511932 + ] + ] + }, + "properties": { + "line": "WaterlooAndCity", + "name": "Waterloo & City", + "color": "#76D0BD", + "order": 18, + "segmentName": "WA_Ci_0", + "segmentType": "overlap", + "overlapSectionId": "section_1", + "overlapOffsetPx": 3 + } + }, + { + "type": "Feature", + "id": 1, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.103836, 51.511932 ], + [ + -0.104152, + 51.511777 + ], + [ + -0.104152, + 51.511777 + ] + ] + }, + "properties": { + "line": "WaterlooAndCity", + "name": "Waterloo & City", + "color": "#76D0BD", + "order": 18, + "segmentName": "WA0_a", + "segmentType": "solo", + "overlapOffsetPx": 3 + } + }, + { + "type": "Feature", + "id": 2, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.104152, 51.511777 @@ -138,6 +188,28 @@ -0.114096, 51.504309 ], + [ + -0.114192, + 51.504066 + ] + ] + }, + "properties": { + "line": "WaterlooAndCity", + "name": "Waterloo & City", + "color": "#76D0BD", + "order": 18, + "segmentName": "WA0_b", + "segmentType": "solo", + "overlapOffsetPx": 3 + } + }, + { + "type": "Feature", + "id": 3, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.114192, 51.504066 @@ -156,11 +228,16 @@ "line": "WaterlooAndCity", "name": "Waterloo & City", "color": "#76D0BD", - "order": 18 + "order": 18, + "segmentName": "WA_Ba_0", + "segmentType": "overlap", + "overlapSectionId": "section_3", + "overlapOffsetPx": 3 } }, { "type": "Feature", + "id": 4, "geometry": { "type": "LineString", "coordinates": [ @@ -180,6 +257,29 @@ -0.040462, 51.586492 ], + [ + -0.041143, + 51.586604 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi_Su_0", + "segmentType": "overlap", + "overlapSectionId": "section_6", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 5, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.041143, 51.586604 @@ -192,6 +292,28 @@ -0.041842, 51.58676 ], + [ + -0.042498, + 51.586883 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi0", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 6, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.042498, 51.586883 @@ -212,6 +334,29 @@ -0.048916, 51.586554 ], + [ + -0.050066, + 51.586545 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi_Su_1", + "segmentType": "overlap", + "overlapSectionId": "section_7", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 7, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.050066, 51.586545 @@ -256,6 +401,32 @@ -0.059714, 51.588478 ], + [ + -0.060444, + 51.58829 + ], + [ + -0.060444, + 51.58829 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi1_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 8, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.060444, 51.58829 @@ -288,6 +459,32 @@ -0.070914, 51.584258 ], + [ + -0.07393266605658158, + 51.582969452661274 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi1_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 9, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.07393266605658158, + 51.582969452661274 + ], [ -0.074503, 51.582726 @@ -344,6 +541,32 @@ -0.09564, 51.570928 ], + [ + -0.09574802991657658, + 51.57090119198525 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi1_c", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 10, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.09574802991657658, + 51.57090119198525 + ], [ -0.096994, 51.570592 @@ -364,6 +587,28 @@ -0.104636, 51.569099 ], + [ + -0.105111, + 51.568824 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi1_d", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 11, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.105111, 51.568824 @@ -412,6 +657,29 @@ -0.107048, 51.562261 ], + [ + -0.107714, + 51.560376 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi_Pi_0", + "segmentType": "overlap", + "overlapSectionId": "section_4", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 12, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.107714, 51.560376 @@ -440,6 +708,32 @@ -0.103698, 51.546794 ], + [ + -0.103525, + 51.546287 + ], + [ + -0.103525, + 51.546287 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi2_a", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 13, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.103525, 51.546287 @@ -508,6 +802,32 @@ -0.123721, 51.530405 ], + [ + -0.123849, + 51.53038 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi2_b", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 14, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.123849, + 51.53038 + ], [ -0.123849, 51.53038 @@ -536,6 +856,28 @@ -0.131429, 51.529047 ], + [ + -0.131994, + 51.528992 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi2_c", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 15, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.131994, 51.528992 @@ -560,6 +902,29 @@ -0.135062, 51.528115 ], + [ + -0.13557, + 51.527827 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi_No_0", + "segmentType": "overlap", + "overlapSectionId": "section_8", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 16, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.13557, 51.527827 @@ -588,6 +953,32 @@ -0.138099, 51.524653 ], + [ + -0.138316, + 51.524546 + ], + [ + -0.138316, + 51.524546 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi3_a", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 17, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.138316, 51.524546 @@ -624,6 +1015,28 @@ -0.142422, 51.519954 ], + [ + -0.142623, + 51.517654 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi3_b", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 18, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.142623, 51.517654 @@ -644,6 +1057,29 @@ -0.142054, 51.51511 ], + [ + -0.141955, + 51.514357 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi_Ba_0", + "segmentType": "overlap", + "overlapSectionId": "section_13", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 19, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.141955, 51.514357 @@ -680,6 +1116,32 @@ -0.143614, 51.507241 ], + [ + -0.143262, + 51.506756 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi4_a", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 20, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.143262, + 51.506756 + ], [ -0.143262, 51.506756 @@ -740,6 +1202,32 @@ -0.14323, 51.496358 ], + [ + -0.143812, + 51.495127 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi4_b", + "segmentType": "solo", + "overlapOffsetPx": 0.6666666666666667 + } + }, + { + "type": "Feature", + "id": 21, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.143812, + 51.495127 + ], [ -0.143812, 51.495127 @@ -800,6 +1288,32 @@ -0.136238, 51.489084 ], + [ + -0.133788, + 51.48894 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi4_c", + "segmentType": "solo", + "overlapOffsetPx": 0.33333333333333337 + } + }, + { + "type": "Feature", + "id": 22, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.133788, + 51.48894 + ], [ -0.133788, 51.48894 @@ -876,6 +1390,28 @@ -0.120092, 51.475621 ], + [ + -0.120307, + 51.475121 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi4_d", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 23, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.120307, 51.475121 @@ -888,6 +1424,29 @@ -0.12165, 51.473467 ], + [ + -0.122215, + 51.472972 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi_No_1", + "segmentType": "overlap", + "overlapSectionId": "section_9", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 24, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.122215, 51.472972 @@ -896,6 +1455,28 @@ -0.122336, 51.472722 ], + [ + -0.122361, + 51.472403 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi5", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 25, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.122361, 51.472403 @@ -908,10 +1489,55 @@ -0.122702, 51.472047 ], + [ + -0.123056, + 51.471811 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi_No_2", + "segmentType": "overlap", + "overlapSectionId": "section_10", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 26, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.123056, 51.471811 ], + [ + -0.123638, + 51.471602 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi6", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 27, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.123638, 51.471602 @@ -924,6 +1550,29 @@ -0.124739, 51.470761 ], + [ + -0.125264, + 51.470223 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi_No_3", + "segmentType": "overlap", + "overlapSectionId": "section_11", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 28, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.125264, 51.470223 @@ -964,6 +1613,28 @@ -0.123477, 51.464579 ], + [ + -0.122339, + 51.464138 + ] + ] + }, + "properties": { + "line": "Victoria", + "name": "Victoria", + "color": "#00A0E2", + "order": 17, + "segmentName": "Vi7", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 29, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.122339, 51.464138 @@ -982,11 +1653,16 @@ "line": "Victoria", "name": "Victoria", "color": "#00A0E2", - "order": 17 + "order": 17, + "segmentName": "Vi_Wi_0", + "segmentType": "overlap", + "overlapSectionId": "section_5", + "overlapOffsetPx": 0 } }, { "type": "Feature", + "id": 30, "geometry": { "type": "LineString", "coordinates": [ @@ -1054,6 +1730,32 @@ -0.131904, 51.64756 ], + [ + -0.13186142610108537, + 51.64754083840723 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi0_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 31, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.13186142610108537, + 51.64754083840723 + ], [ -0.129991, 51.646699 @@ -1122,6 +1824,32 @@ -0.126406, 51.63331 ], + [ + -0.127798, + 51.632342 + ], + [ + -0.127798, + 51.632342 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi0_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 32, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.127798, 51.632342 @@ -1206,6 +1934,32 @@ -0.133386, 51.617112 ], + [ + -0.133265, + 51.616355 + ], + [ + -0.133265, + 51.616355 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi0_c", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 33, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.133265, 51.616355 @@ -1262,6 +2016,32 @@ -0.125715, 51.607676 ], + [ + -0.124214, + 51.607096 + ], + [ + -0.124214, + 51.607096 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi0_d", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 34, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.124214, 51.607096 @@ -1330,6 +2110,32 @@ -0.111005, 51.598389 ], + [ + -0.109755, + 51.597419 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi0_e", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 35, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.109755, + 51.597419 + ], [ -0.109755, 51.597419 @@ -1354,6 +2160,32 @@ -0.103404, 51.591518 ], + [ + -0.102833, + 51.59029 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi0_f", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 36, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.102833, + 51.59029 + ], [ -0.102833, 51.59029 @@ -1386,6 +2218,32 @@ -0.098655, 51.57733 ], + [ + -0.09849072985304487, + 51.577009971112666 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi0_g", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 37, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.09849072985304487, + 51.577009971112666 + ], [ -0.098462, 51.576954 @@ -1430,6 +2288,32 @@ -0.095534, 51.571047 ], + [ + -0.095819, + 51.570804 + ], + [ + -0.095819, + 51.570804 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi0_h", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 38, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.095819, 51.570804 @@ -1482,6 +2366,28 @@ -0.104094, 51.568626 ], + [ + -0.104641, + 51.56839 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi0_i", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 39, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.104641, 51.56839 @@ -1518,6 +2424,29 @@ -0.106731, 51.562197 ], + [ + -0.106998, + 51.558725 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi_Vi_0", + "segmentType": "overlap", + "overlapSectionId": "section_4", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 40, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.106998, 51.558725 @@ -1542,6 +2471,32 @@ -0.111845, 51.553641 ], + [ + -0.11296, + 51.552768 + ], + [ + -0.11296, + 51.552768 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi1_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 41, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.11296, 51.552768 @@ -1558,6 +2513,32 @@ -0.117756, 51.54921 ], + [ + -0.118317, + 51.548422 + ], + [ + -0.118317, + 51.548422 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi1_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 42, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.118317, 51.548422 @@ -1646,6 +2627,32 @@ -0.124203, 51.523145 ], + [ + -0.124218, + 51.522911 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi1_c", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 43, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.124218, + 51.522911 + ], [ -0.124218, 51.522911 @@ -1690,6 +2697,32 @@ -0.12037, 51.518004 ], + [ + -0.120072, + 51.517426 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi1_d", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 44, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.120072, + 51.517426 + ], [ -0.120072, 51.517426 @@ -1742,6 +2775,32 @@ -0.124196, 51.51306 ], + [ + -0.12423066669015226, + 51.51304104063757 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi1_e", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 45, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.12423066669015226, + 51.51304104063757 + ], [ -0.125262, 51.512477 @@ -1750,6 +2809,32 @@ -0.126018, 51.512128 ], + [ + -0.128302, + 51.511291 + ], + [ + -0.128302, + 51.511291 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi1_f", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 46, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.128302, 51.511291 @@ -1770,6 +2855,32 @@ -0.132873, 51.510097 ], + [ + -0.133898, + 51.509852 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi1_g", + "segmentType": "solo", + "overlapOffsetPx": -0.5 + } + }, + { + "type": "Feature", + "id": 47, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.133898, + 51.509852 + ], [ -0.133898, 51.509852 @@ -1802,6 +2913,32 @@ -0.141665, 51.507276 ], + [ + -0.142783, + 51.506735 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi1_h", + "segmentType": "solo", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 48, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.142783, + 51.506735 + ], [ -0.142783, 51.506735 @@ -1834,6 +2971,32 @@ -0.150127, 51.503375 ], + [ + -0.152817, + 51.502915 + ], + [ + -0.152817, + 51.502915 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi1_i", + "segmentType": "solo", + "overlapOffsetPx": -1.5 + } + }, + { + "type": "Feature", + "id": 49, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.152817, 51.502915 @@ -1862,6 +3025,32 @@ -0.159719, 51.501866 ], + [ + -0.160557, + 51.501616 + ], + [ + -0.160557, + 51.501616 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi1_j", + "segmentType": "solo", + "overlapOffsetPx": -2 + } + }, + { + "type": "Feature", + "id": 50, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.160557, 51.501616 @@ -1942,6 +3131,28 @@ -0.171673, 51.494188 ], + [ + -0.171955, + 51.494062 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi1_k", + "segmentType": "solo", + "overlapOffsetPx": -2.5 + } + }, + { + "type": "Feature", + "id": 51, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.171955, 51.494062 @@ -2510,6 +3721,29 @@ -0.288874, 51.515321 ], + [ + -0.289201, + 51.515628 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi_Di_3", + "segmentType": "overlap", + "overlapSectionId": "section_18", + "overlapOffsetPx": -3 + } + }, + { + "type": "Feature", + "id": 52, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.289201, 51.515628 @@ -2538,6 +3772,32 @@ -0.289016, 51.517177 ], + [ + -0.288755, + 51.517469 + ], + [ + -0.288755, + 51.517469 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi2_a", + "segmentType": "solo", + "overlapOffsetPx": -3 + } + }, + { + "type": "Feature", + "id": 53, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.288755, 51.517469 @@ -2602,6 +3862,32 @@ -0.284083, 51.526818 ], + [ + -0.284136, + 51.52692 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi2_b", + "segmentType": "solo", + "overlapOffsetPx": -3 + } + }, + { + "type": "Feature", + "id": 54, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.284136, + 51.52692 + ], [ -0.284136, 51.52692 @@ -2670,6 +3956,32 @@ -0.298341, 51.540143 ], + [ + -0.299575, + 51.540604 + ], + [ + -0.299575, + 51.540604 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi2_c", + "segmentType": "solo", + "overlapOffsetPx": -3 + } + }, + { + "type": "Feature", + "id": 55, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.299575, 51.540604 @@ -2726,6 +4038,32 @@ -0.309232, 51.547816 ], + [ + -0.315546, + 51.550729 + ], + [ + -0.315546, + 51.550729 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi2_d", + "segmentType": "solo", + "overlapOffsetPx": -3 + } + }, + { + "type": "Feature", + "id": 56, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.315546, 51.550729 @@ -2782,6 +4120,32 @@ -0.334218, 51.55646 ], + [ + -0.336269, + 51.5569 + ], + [ + -0.336269, + 51.5569 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi2_e", + "segmentType": "solo", + "overlapOffsetPx": -3 + } + }, + { + "type": "Feature", + "id": 57, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.336269, 51.5569 @@ -2850,6 +4214,32 @@ -0.351584, 51.564192 ], + [ + -0.352228, + 51.56467 + ], + [ + -0.352228, + 51.56467 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi2_f", + "segmentType": "solo", + "overlapOffsetPx": -3 + } + }, + { + "type": "Feature", + "id": 58, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.352228, 51.56467 @@ -2910,6 +4300,28 @@ -0.366299, 51.573881 ], + [ + -0.36775, + 51.574388 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi2_g", + "segmentType": "solo", + "overlapOffsetPx": -3 + } + }, + { + "type": "Feature", + "id": 59, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.36775, 51.574388 @@ -3208,47119 +4620,26154 @@ "line": "Piccadilly", "name": "Piccadilly", "color": "#0019A8", - "order": 16 + "order": 16, + "segmentName": "Pi_Me_0", + "segmentType": "overlap", + "overlapSectionId": "section_14", + "overlapOffsetPx": -3 } }, { "type": "Feature", + "id": 60, "geometry": { "type": "LineString", "coordinates": [ [ - -0.14935, - 51.651605 + -0.280414, + 51.503017 ], [ - -0.147727, - 51.651086 + -0.280664, + 51.503169 ], [ - -0.146815, - 51.650821 + -0.282503, + 51.5041 ], [ - -0.144688, - 51.650388 + -0.284352, + 51.50508 ], [ - -0.142978, - 51.650143 - ], + -0.285175, + 51.505441 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi_Di_4", + "segmentType": "overlap", + "overlapSectionId": "section_21", + "overlapOffsetPx": -2 + } + }, + { + "type": "Feature", + "id": 61, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.142227, - 51.650084 + -0.285175, + 51.505441 ], [ - -0.140745, - 51.650011 + -0.285791, + 51.505618 ], [ - -0.139204, - 51.649872 + -0.286335, + 51.505718 ], [ - -0.138758, - 51.649803 + -0.286898, + 51.505775 ], [ - -0.136719, - 51.649413 + -0.287482, + 51.505778 ], [ - -0.135572, - 51.649108 + -0.288129, + 51.505732 ], [ - -0.135183, - 51.64899 + -0.28872, + 51.505627 ], [ - -0.133872, - 51.64848 + -0.289345, + 51.505441 ], [ - -0.132616, - 51.647918 + -0.29136, + 51.504646 ], [ - -0.131904, - 51.64756 + -0.292273, + 51.504399 ], [ - -0.131904, - 51.64756 + -0.293302, + 51.504176 ], [ - -0.129991, - 51.646699 + -0.300206, + 51.503214 ], [ - -0.129206, - 51.646278 + -0.301726, + 51.502952 ], [ - -0.128602, - 51.645794 + -0.302632, + 51.502715 ], [ - -0.12822, - 51.645391 + -0.303626, + 51.502354 ], [ - -0.127904, - 51.64488 - ], + -0.306792, + 51.501139 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi3_a", + "segmentType": "solo", + "overlapOffsetPx": -2 + } + }, + { + "type": "Feature", + "id": 62, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.127538, - 51.643885 + -0.306792, + 51.501139 ], [ - -0.127236, - 51.643155 + -0.306792, + 51.501139 ], [ - -0.125059, - 51.637105 + -0.306847, + 51.501118 ], [ - -0.124941, - 51.636478 + -0.307871, + 51.500793 ], [ - -0.124909, - 51.635686 + -0.30861, + 51.500601 ], [ - -0.124955, - 51.635234 + -0.312875, + 51.499664 ], [ - -0.125063, - 51.634879 + -0.314224, + 51.49942 ], [ - -0.125183, - 51.634603 - ], + -0.314224, + 51.49942 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi3_b", + "segmentType": "solo", + "overlapOffsetPx": -1.7142857142857144 + } + }, + { + "type": "Feature", + "id": 63, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.125333, - 51.634358 + -0.314224, + 51.49942 ], [ - -0.125621, - 51.633992 + -0.314618, + 51.499348 ], [ - -0.125973, - 51.633642 + -0.316938, + 51.49889 ], [ - -0.126406, - 51.63331 + -0.318627, + 51.498507 ], [ - -0.127798, - 51.632342 + -0.319795, + 51.498169 ], [ - -0.127811, - 51.632334 + -0.320606, + 51.497895 ], [ - -0.128981, - 51.631465 + -0.321102, + 51.497703 ], [ - -0.13059, - 51.630198 + -0.323084, + 51.496844 ], [ - -0.132833, - 51.628681 + -0.323703, + 51.496474 ], [ - -0.133375, - 51.628252 + -0.324733, + 51.495748 ], [ - -0.134443, - 51.627309 + -0.32479, + 51.495712 ], [ - -0.134906, - 51.626757 - ], + -0.32479, + 51.495712 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi3_c", + "segmentType": "solo", + "overlapOffsetPx": -1.4285714285714286 + } + }, + { + "type": "Feature", + "id": 64, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.135176, - 51.62636 + -0.32479, + 51.495712 ], [ - -0.135494, - 51.625754 + -0.327134, + 51.494195 ], [ - -0.135734, - 51.625039 + -0.32801, + 51.4936 ], [ - -0.135832, - 51.624449 + -0.334578, + 51.490355 ], [ - -0.135845, - 51.623902 + -0.335337, + 51.489935 ], [ - -0.135808, - 51.623537 + -0.336036, + 51.489479 ], [ - -0.135391, - 51.620689 + -0.341814, + 51.484929 ], [ - -0.135288, - 51.620161 + -0.342197, + 51.484674 ], [ - -0.135113, - 51.619736 + -0.342927, + 51.484271 ], [ - -0.134915, - 51.619401 + -0.343843, + 51.483931 ], [ - -0.133879, - 51.618165 + -0.344747, + 51.483683 ], [ - -0.133574, - 51.617626 + -0.345581, + 51.483503 ], [ - -0.133386, - 51.617112 + -0.347395, + 51.483193 ], [ - -0.133265, - 51.616355 + -0.348547, + 51.482972 ], [ - -0.132963, - 51.614472 + -0.349319, + 51.482771 ], [ - -0.132949, - 51.612404 + -0.350153, + 51.48248 ], [ - -0.132901, - 51.612019 + -0.350942, + 51.482108 ], [ - -0.132773, - 51.611597 + -0.351683, + 51.481652 ], [ - -0.132484, - 51.611078 + -0.352296, + 51.481124 ], [ - -0.132061, - 51.610538 + -0.352296, + 51.481124 ], [ - -0.131847, - 51.61033 - ], + -0.352296, + 51.481124 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi3_d", + "segmentType": "solo", + "overlapOffsetPx": -1.1428571428571428 + } + }, + { + "type": "Feature", + "id": 65, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.131442, - 51.610014 + -0.352296, + 51.481124 ], [ - -0.130813, - 51.609661 + -0.352752, + 51.480641 ], [ - -0.130223, - 51.609404 + -0.353127, + 51.48005 ], [ - -0.128338, - 51.608792 - ], - [ - -0.127011, - 51.608258 - ], - [ - -0.125715, - 51.607676 + -0.353335, + 51.479494 ], [ - -0.124214, - 51.607096 + -0.35346, + 51.478861 ], [ - -0.124134, - 51.607066 + -0.353402, + 51.477809 ], [ - -0.123209, - 51.606671 + -0.353379, + 51.476702 ], [ - -0.122825, - 51.606408 + -0.353516, + 51.475887 ], [ - -0.12238, - 51.606009 + -0.353665, + 51.475539 ], [ - -0.122023, - 51.60558 + -0.354058, + 51.474918 ], [ - -0.121617, - 51.605011 + -0.354673, + 51.474255 ], [ - -0.120971, - 51.603887 + -0.354984, + 51.473987 ], [ - -0.12041, - 51.603161 + -0.355401, + 51.473701 ], [ - -0.119722, - 51.60254 + -0.355991, + 51.473366 ], [ - -0.119113, - 51.602152 + -0.356525, + 51.473143 ], [ - -0.118708, - 51.601942 - ], + -0.356641, + 51.473105 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi3_e", + "segmentType": "solo", + "overlapOffsetPx": -0.8571428571428572 + } + }, + { + "type": "Feature", + "id": 66, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.114527, - 51.600273 + -0.356641, + 51.473105 ], [ - -0.113176, - 51.599599 + -0.356641, + 51.473105 ], [ - -0.112278, - 51.599191 + -0.357763, + 51.472745 ], [ - -0.111702, - 51.598868 + -0.359707, + 51.47219 ], [ - -0.111005, - 51.598389 + -0.36093, + 51.471851 ], [ - -0.109755, - 51.597419 + -0.362293, + 51.471515 ], [ - -0.109755, - 51.597419 + -0.363463, + 51.471369 ], [ - -0.107629, - 51.595571 + -0.36411, + 51.471331 ], [ - -0.103928, - 51.592227 + -0.365781, + 51.471333 ], [ - -0.103608, - 51.591825 + -0.366413, + 51.471306 ], [ - -0.103404, - 51.591518 + -0.36696, + 51.471261 ], [ - -0.102833, - 51.59029 - ], + -0.36696, + 51.471261 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi3_f", + "segmentType": "solo", + "overlapOffsetPx": -0.5714285714285714 + } + }, + { + "type": "Feature", + "id": 67, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.102271, - 51.589082 + -0.36696, + 51.471261 ], [ - -0.101818, - 51.588393 + -0.367292, + 51.471233 ], [ - -0.100637, - 51.586429 + -0.368319, + 51.471187 ], [ - -0.100121, - 51.585138 + -0.370049, + 51.471155 ], [ - -0.099605, - 51.582893 + -0.370489, + 51.471171 ], [ - -0.098741, - 51.57765 + -0.371046, + 51.471228 ], [ - -0.098655, - 51.57733 + -0.372284, + 51.471394 ], [ - -0.098462, - 51.576954 + -0.373293, + 51.471613 ], [ - -0.098187, - 51.576584 + -0.373903, + 51.471781 ], [ - -0.096783, - 51.574838 + -0.37488, + 51.472124 ], [ - -0.095673, - 51.573406 + -0.377637, + 51.47328 ], [ - -0.095479, - 51.573102 + -0.378129, + 51.473453 ], [ - -0.09528, - 51.572699 + -0.378834, + 51.473653 ], [ - -0.095163, - 51.572296 + -0.379668, + 51.473819 ], [ - -0.095148, - 51.571913 + -0.381383, + 51.474015 ], [ - -0.095202, - 51.57162 + -0.381721, + 51.474035 ], [ - -0.095334, - 51.571323 + -0.382592, + 51.474038 ], [ - -0.095534, - 51.571047 + -0.383202, + 51.473995 ], [ - -0.095819, - 51.570804 + -0.383904, + 51.473905 ], [ - -0.096384, - 51.570321 + -0.384566, + 51.473789 ], [ - -0.096956, - 51.569867 + -0.385941, + 51.473587 ], [ - -0.097399, - 51.5696 + -0.386205, + 51.473548 ], [ - -0.097839, - 51.569368 + -0.386747, + 51.47351 ], [ - -0.098308, - 51.569187 + -0.387292, + 51.473529 ], [ - -0.098891, - 51.569072 + -0.387947, + 51.473653 ], [ - -0.099529, - 51.568998 + -0.39161, + 51.474661 ], [ - -0.100328, - 51.568958 + -0.392361, + 51.474851 ], [ - -0.101852, - 51.568938 + -0.39294, + 51.474968 ], [ - -0.10275, - 51.568889 + -0.39356, + 51.475066 ], [ - -0.103429, - 51.568797 + -0.394359, + 51.475136 ], [ - -0.104094, - 51.568626 + -0.394939, + 51.47516 ], [ - -0.104641, - 51.56839 + -0.395465, + 51.47515 ], [ - -0.105086, - 51.568094 + -0.396455, + 51.475047 ], [ - -0.105515, - 51.567634 + -0.397066, + 51.474929 ], [ - -0.10586, - 51.567087 + -0.397659, + 51.474783 ], [ - -0.106123, - 51.566218 + -0.398308, + 51.474592 ], [ - -0.106239, - 51.56558 + -0.399694, + 51.474161 ], [ - -0.106363, - 51.564396 + -0.406683, + 51.471905 ], [ - -0.106445, - 51.563611 + -0.414113, + 51.469373 ], [ - -0.106731, - 51.562197 + -0.421877, + 51.466972 ], [ - -0.106998, - 51.558725 + -0.422551, + 51.466805 ], [ - -0.106998, - 51.558725 + -0.423117, + 51.466721 ], [ - -0.107715, - 51.557712 + -0.42343, + 51.466684 ], [ - -0.108732, - 51.556893 - ], + -0.42343, + 51.466684 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi3_g", + "segmentType": "solo", + "overlapOffsetPx": -0.2857142857142858 + } + }, + { + "type": "Feature", + "id": 68, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.110054, - 51.555447 + -0.42343, + 51.466684 ], [ - -0.111845, - 51.553641 + -0.424846, + 51.466518 ], [ - -0.11296, - 51.552768 + -0.425835, + 51.466298 ], [ - -0.113009, - 51.55273 + -0.426241, + 51.466251 ], [ - -0.116383, - 51.55048 + -0.426899, + 51.466223 ], [ - -0.117756, - 51.54921 + -0.42768, + 51.466235 ], [ - -0.118317, - 51.548422 + -0.434118, + 51.466488 ], [ - -0.120113, - 51.545902 + -0.438914, + 51.466711 ], [ - -0.121063, - 51.544107 + -0.440085, + 51.466839 ], [ - -0.12183, - 51.542543 + -0.441178, + 51.467047 ], [ - -0.122152, - 51.541595 + -0.441911, + 51.467239 ], [ - -0.122414, - 51.540588 + -0.443457, + 51.467694 ], [ - -0.122458, - 51.539252 + -0.444584, + 51.468075 ], [ - -0.122528, - 51.538368 + -0.447041, + 51.469038 ], [ - -0.122542, - 51.533203 + -0.452196, + 51.47128 ], [ - -0.122615, - 51.53186 - ], + -0.45237539503475005, + 51.471360588545544 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi3_h", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 69, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.122665, - 51.531536 + -0.45237539503475005, + 51.471360588545544 ], [ - -0.122879, - 51.53076 + -0.454451, + 51.472293 ], [ - -0.122944, - 51.530605 + -0.455001, + 51.472505 ], [ - -0.123154, - 51.53024 + -0.455804, + 51.472708 ], [ - -0.123846, - 51.529041 + -0.457084, + 51.472899 ], [ - -0.125164, - 51.526522 + -0.458157, + 51.472998 ], [ - -0.125337, - 51.526138 + -0.459037, + 51.473121 ], [ - -0.125402, - 51.525795 + -0.460526, + 51.473152 ], [ - -0.125371, - 51.52548 + -0.463194, + 51.473269 ], [ - -0.125318, - 51.525341 + -0.464449, + 51.473271 ], [ - -0.1244, - 51.523733 + -0.465743, + 51.473196 ], [ - -0.124232, - 51.523353 + -0.46719, + 51.472972 ], [ - -0.124203, - 51.523145 + -0.468067, + 51.472741 ], [ - -0.124218, - 51.522911 + -0.468918, + 51.472438 ], [ - -0.124274, - 51.522006 + -0.469494, + 51.472103 ], [ - -0.124235, - 51.52184 + -0.469913, + 51.471773 ], [ - -0.124156, - 51.521677 + -0.470288, + 51.47141 ], [ - -0.123912, - 51.521365 + -0.470704, + 51.470883 ], [ - -0.123767, - 51.52122 + -0.47121, + 51.470155 ], [ - -0.122554, - 51.520193 + -0.471876, + 51.468855 ], [ - -0.121303, - 51.519198 + -0.472106, + 51.468062 ], [ - -0.121084, - 51.518978 + -0.472147, + 51.467149 ], [ - -0.120703, - 51.518494 + -0.471985, + 51.466262 ], [ - -0.12037, - 51.518004 + -0.471646, + 51.465594 ], [ - -0.120072, - 51.517426 + -0.470955, + 51.46479 ], [ - -0.119758, - 51.516821 + -0.47004, + 51.464059 ], [ - -0.119711, - 51.516684 + -0.460062, + 51.457771 ], [ - -0.119699, - 51.516413 + -0.458254, + 51.456799 ], [ - -0.119755, - 51.51629 + -0.456516, + 51.456183 ], [ - -0.119857, - 51.516188 + -0.455236, + 51.455999 ], [ - -0.120005, - 51.516082 - ], + -0.451931, + 51.456026 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi3_i", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 70, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.120357, - 51.515882 + -0.451931, + 51.456026 ], [ - -0.121599, - 51.51501 + -0.44952, + 51.456431 ], [ - -0.121738, - 51.514875 + -0.447836, + 51.4571 ], [ - -0.122005, - 51.514495 + -0.446453, + 51.457952 ], [ - -0.122191, - 51.514321 - ], + -0.445799, + 51.458408 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi_EL_0", + "segmentType": "overlap", + "overlapSectionId": "section_20", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 71, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.124196, - 51.51306 + -0.459037, + 51.473121 ], [ - -0.124196, - 51.51306 + -0.461193, + 51.473529 ], [ - -0.125262, - 51.512477 + -0.462717, + 51.473684 ], [ - -0.126018, - 51.512128 + -0.464319, + 51.473668 ], [ - -0.128302, - 51.511291 + -0.466196, + 51.473516 ], [ - -0.12849, - 51.511223 + -0.469137, + 51.472926 ], [ - -0.129941, - 51.510783 + -0.470602, + 51.472735 ], [ - -0.130663, - 51.5106 + -0.472212, + 51.472625 ], [ - -0.131933, - 51.510287 + -0.473843, + 51.472583 ], [ - -0.132873, - 51.510097 - ], + -0.47689, + 51.472546 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi4", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 72, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.133898, - 51.509852 + -0.47689, + 51.472546 ], [ - -0.13467, - 51.509667 + -0.48032, + 51.47269 ], [ - -0.135798, - 51.50932 + -0.482714, + 51.472704 ], [ - -0.137975, - 51.5086 + -0.483736, + 51.472666 ], [ - -0.139257, - 51.508223 + -0.484645, + 51.47261 ], [ - -0.139753, - 51.508058 - ], + -0.487814, + 51.472588 + ] + ] + }, + "properties": { + "line": "Piccadilly", + "name": "Piccadilly", + "color": "#0019A8", + "order": 16, + "segmentName": "Pi_EL_1", + "segmentType": "overlap", + "overlapSectionId": "section_22", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 73, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.141175, - 51.507496 + -0.074925, + 51.546147 ], [ - -0.142784, - 51.506733 + -0.074858, + 51.545946 ], [ - -0.142835, - 51.506709 + -0.07485, + 51.545726 ], [ - -0.143922, - 51.506131 + -0.074885, + 51.544661 ], [ - -0.147655, - 51.504234 + -0.074958, + 51.544008 ], [ - -0.148106, - 51.504019 + -0.075168, + 51.543001 ], [ - -0.148539, - 51.503842 + -0.075542, + 51.538706 ], [ - -0.149319, - 51.50357 + -0.075721, + 51.53665 ], [ - -0.149738, - 51.503457 + -0.075728, + 51.534769 ], [ - -0.150127, - 51.503375 + -0.075644, + 51.532401 ], [ - -0.152817, - 51.502915 + -0.075635, + 51.53152 ], [ - -0.155811, - 51.502402 + -0.075631, + 51.531137 ], [ - -0.156617, - 51.502291 + -0.075676, + 51.530872 ], [ - -0.158026, - 51.502206 + -0.075765, + 51.53058 ], [ - -0.158555, - 51.502149 + -0.07588, + 51.530325 ], [ - -0.158836, - 51.502096 + -0.076084, + 51.53001 ], [ - -0.159719, - 51.501866 + -0.076524, + 51.529537 ], [ - -0.160557, - 51.501616 + -0.077507, + 51.528748 ], [ - -0.160592, - 51.501606 + -0.077955, + 51.528334 ], [ - -0.161074, - 51.501392 + -0.078247, + 51.527948 ], [ - -0.161448, - 51.501184 + -0.07852, + 51.527432 ], [ - -0.161857, - 51.50089 + -0.078666, + 51.526951 ], [ - -0.162556, - 51.500277 + -0.078735, + 51.526273 ], [ - -0.162875, - 51.500046 + -0.078728, + 51.524859 ], [ - -0.16364, - 51.499561 + -0.078682, + 51.524587 ], [ - -0.168675, - 51.496764 + -0.078587, + 51.524377 ], [ - -0.169027, - 51.496448 + -0.078417, + 51.52416 ], [ - -0.169179, - 51.496184 + -0.078137, + 51.523896 ], [ - -0.169373, - 51.495682 + -0.07771, + 51.52363 ], [ - -0.169544, - 51.495462 + -0.077413, + 51.523508 ], [ - -0.16967, - 51.495352 + -0.077121, + 51.523423 ], [ - -0.169938, - 51.495166 + -0.076617, + 51.523323 ], [ - -0.170116, - 51.495086 + -0.076071, + 51.523289 ], [ - -0.170731, - 51.494916 + -0.075244, + 51.523277 ], [ - -0.171053, - 51.494768 + -0.072519, + 51.523236 ], [ - -0.171519, - 51.494285 + -0.071626, + 51.523141 ], [ - -0.171673, - 51.494188 + -0.067069, + 51.522492 ], [ - -0.171955, - 51.494062 + -0.064867, + 51.522278 ], [ - -0.17217, - 51.494013 + -0.064444, + 51.522215 ], [ - -0.173915, - 51.494077 + -0.064203, + 51.522157 ], [ - -0.174218, - 51.494088 + -0.063514, + 51.521949 ], [ - -0.174655, - 51.494085 + -0.063203, + 51.521824 ], [ - -0.17542, - 51.494043 + -0.062607, + 51.521493 ], [ - -0.179202, - 51.493723 + -0.062156, + 51.521188 ], [ - -0.179702, - 51.493739 + -0.061577, + 51.520734 ], [ - -0.180215, - 51.49379 + -0.060935, + 51.520268 ], [ - -0.182942, - 51.494333 + -0.059809, + 51.519564 ], [ - -0.183472, - 51.494438 + -0.0598, + 51.519559 ], [ - -0.185817, - 51.494939 + -0.058095, + 51.51845 ], [ - -0.18628, - 51.495013 + -0.057999, + 51.518362 ], [ - -0.186726, - 51.495029 + -0.057462, + 51.517768 ], [ - -0.187203, - 51.49502 + -0.057239, + 51.517426 ], [ - -0.187759, - 51.49499 + -0.057133, + 51.517173 ], [ - -0.188224, - 51.494916 + -0.057069, + 51.516913 ], [ - -0.188997, - 51.494675 + -0.056939, + 51.516022 ], [ - -0.189497, - 51.494453 + -0.056871, + 51.515246 ], [ - -0.189832, - 51.494266 + -0.056902, + 51.51187 ], [ - -0.193087, - 51.49219 + -0.056868, + 51.511279 ], [ - -0.193903, - 51.491652 + -0.05687, + 51.511228 ], [ - -0.19519, - 51.490803 + -0.056896, + 51.510594 ], [ - -0.195892, - 51.490372 + -0.056875, + 51.509923 ], [ - -0.196395, - 51.490151 + -0.05653, + 51.505702 ], [ - -0.196808, - 51.49004 + -0.056409, + 51.505205 ], [ - -0.197289, - 51.489954 + -0.056203, + 51.504728 ], [ - -0.197819, - 51.489906 + -0.055945, + 51.504383 ], [ - -0.198333, - 51.489896 + -0.0559, + 51.504322 ], [ - -0.198887, - 51.489922 + -0.052122, + 51.501029 ], [ - -0.199531, - 51.490025 + -0.051958, + 51.500849 ], [ - -0.20009, - 51.490185 + -0.051806, + 51.500681 ], [ - -0.201888, - 51.491035 + -0.051417, + 51.500188 ], [ - -0.202527, - 51.491221 + -0.050774, + 51.499236 ], [ - -0.202884, - 51.491278 + -0.050114, + 51.497816 ], [ - -0.20325, - 51.491296 + -0.05005, + 51.497678 ], [ - -0.203851, - 51.491255 + -0.049071, + 51.495836 ], [ - -0.204161, - 51.491215 + -0.048662, + 51.494781 ], [ - -0.204446, - 51.491153 + -0.048355, + 51.494175 ], [ - -0.207444, - 51.490255 + -0.048013, + 51.493718 ], [ - -0.208261, - 51.490087 + -0.047551, + 51.493186 ], [ - -0.209106, - 51.489987 + -0.047316, + 51.492916 ], [ - -0.209805, - 51.489946 + -0.046834, + 51.492247 ], [ - -0.210349, - 51.489939 + -0.046701, + 51.492029 ], [ - -0.210899, - 51.489959 + -0.046441, + 51.491469 ], [ - -0.211835, - 51.49004 + -0.046185, + 51.490848 ], [ - -0.213583, - 51.490241 + -0.045686, + 51.489469 ], [ - -0.213749, - 51.49026 + -0.045521, + 51.489153 ], [ - -0.214924, - 51.490297 + -0.04518, + 51.488657 ], [ - -0.216879, - 51.490229 + -0.044313, + 51.487643 ], [ - -0.218948, - 51.490126 + -0.043892, + 51.486944 ], [ - -0.219362, - 51.490134 + -0.043736, + 51.486484 ], [ - -0.219945, - 51.490191 + -0.043684, + 51.486087 ], [ - -0.220401, - 51.49027 + -0.043722, + 51.485071 ], [ - -0.221127, - 51.490464 + -0.043689, + 51.484776 ], [ - -0.221547, - 51.490642 + -0.043603, + 51.484513 ], [ - -0.221893, - 51.49083 - ], - [ - -0.222315, - 51.49114 + -0.043356, + 51.483997 ], [ - -0.223808, - 51.492591 + -0.043154, + 51.483706 ], [ - -0.224028, - 51.492804 + -0.042832, + 51.483411 ], [ - -0.224505, - 51.493077 + -0.042542, + 51.483233 ], [ - -0.225957, - 51.493499 + -0.041475, + 51.482746 ], [ - -0.226523, - 51.493609 + -0.040971, + 51.482574 ], [ - -0.226902, - 51.493658 + -0.040506, + 51.482459 ], [ - -0.227169, - 51.493662 + -0.03993, + 51.482365 ], [ - -0.228286, - 51.493601 + -0.038123, + 51.482226 ], [ - -0.22882, - 51.4936 + -0.037361, + 51.482117 ], [ - -0.229526, - 51.493622 + -0.036981, + 51.482019 ], [ - -0.232409, - 51.493811 + -0.036376, + 51.48181 ], [ - -0.233911, - 51.493982 + -0.035996, + 51.481636 ], [ - -0.236411, - 51.494166 + -0.035682, + 51.481453 ], [ - -0.23712, - 51.494255 + -0.035417, + 51.481268 ], [ - -0.239607, - 51.49466 + -0.035087, + 51.48099 ], [ - -0.240843, - 51.494794 + -0.034917, + 51.480817 ], [ - -0.241795, - 51.494875 + -0.034686, + 51.480486 ], [ - -0.242845, - 51.494921 + -0.034512, + 51.480015 ], [ - -0.244664, - 51.49489 + -0.034379, + 51.479132 ], [ - -0.24534, - 51.494904 + -0.034313, + 51.47898 ], [ - -0.246928, - 51.495025 + -0.034183, + 51.47879 ], [ - -0.248193, - 51.49508 + -0.032963, + 51.477242 ], [ - -0.250884, - 51.495146 + -0.032707, + 51.476954 ], [ - -0.25453, - 51.495143 - ], + -0.032341, + 51.476631 + ] + ] + }, + "properties": { + "line": "Windrush", + "name": "Windrush", + "color": "#ED1B00", + "order": 15, + "segmentName": "Wi0", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 74, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.25453, - 51.495143 + -0.103947, + 51.546193 ], [ - -0.257067, - 51.495065 + -0.103706, + 51.546239 ], [ - -0.258175, - 51.49505 + -0.102923, + 51.54636 ], [ - -0.260131, - 51.495061 + -0.102113, + 51.54652 ], [ - -0.26138, - 51.494959 + -0.09867, + 51.547278 ], [ - -0.265648, - 51.494496 + -0.097144, + 51.547637 ], [ - -0.266584, - 51.494461 + -0.094389, + 51.548341 ], [ - -0.267151, - 51.494476 + -0.093269, + 51.54858 ], [ - -0.267609, - 51.494516 + -0.092534, + 51.5487 ], [ - -0.268122, - 51.494579 + -0.09219, + 51.548739 ], [ - -0.269416, - 51.494799 + -0.091182, + 51.548854 ], [ - -0.270409, - 51.495129 + -0.090032, + 51.548948 ], [ - -0.271073, - 51.495435 + -0.089104, + 51.549 ], [ - -0.271686, - 51.495799 + -0.088029, + 51.549033 ], [ - -0.272691, - 51.49667 + -0.086984, + 51.54903 ], [ - -0.273218, - 51.497034 + -0.085823, + 51.548988 ], [ - -0.273703, - 51.497319 + -0.084992, + 51.548933 ], [ - -0.274451, - 51.497669 + -0.083866, + 51.548816 ], [ - -0.276341, - 51.498465 + -0.082787, + 51.548763 ], [ - -0.276851, - 51.498726 + -0.080158, + 51.548536 ], [ - -0.277399, - 51.499081 - ], + -0.077947, + 51.548267 + ] + ] + }, + "properties": { + "line": "Windrush", + "name": "Windrush", + "color": "#ED1B00", + "order": 15, + "segmentName": "Wi_Mi_0", + "segmentType": "overlap", + "overlapSectionId": "section_23", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 75, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.277665, - 51.499282 + -0.077947, + 51.548267 ], [ - -0.27801, - 51.499603 + -0.077326, + 51.548118 ], [ - -0.2784, - 51.500106 + -0.07706, + 51.548032 ], [ - -0.278632, - 51.500501 + -0.076723, + 51.547907 ], [ - -0.278729, - 51.50072 + -0.076283, + 51.547677 ], [ - -0.278832, - 51.501096 + -0.076096, + 51.547564 ], [ - -0.27901, - 51.501428 + -0.075837, + 51.547348 ], [ - -0.279269, - 51.501875 + -0.075415, + 51.546943 ], [ - -0.279569, - 51.502266 + -0.075224, + 51.546708 ], [ - -0.279917, - 51.502644 - ], + -0.07495914377836517, + 51.5462110624069 + ] + ] + }, + "properties": { + "line": "Windrush", + "name": "Windrush", + "color": "#ED1B00", + "order": 15, + "segmentName": "Wi1_a", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 76, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.280137, - 51.502809 + -0.07495914377836517, + 51.5462110624069 ], [ - -0.280414, - 51.503017 - ], + -0.074925, + 51.546147 + ] + ] + }, + "properties": { + "line": "Windrush", + "name": "Windrush", + "color": "#ED1B00", + "order": 15, + "segmentName": "Wi1_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 77, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.280664, - 51.503169 + -0.043603, + 51.484513 ], [ - -0.282503, - 51.5041 + -0.042897, + 51.483077 ], [ - -0.284352, - 51.50508 + -0.042778, + 51.482682 ], [ - -0.285175, - 51.505441 + -0.042734, + 51.482311 ], [ - -0.285791, - 51.505618 + -0.042618, + 51.479972 ], [ - -0.286335, - 51.505718 + -0.042596, + 51.479716 ], [ - -0.286898, - 51.505775 + -0.042533, + 51.479479 ], [ - -0.287482, - 51.505778 + -0.042254, + 51.478898 ], [ - -0.288129, - 51.505732 + -0.042029, + 51.478589 ], [ - -0.28872, - 51.505627 + -0.041445, + 51.477577 ], [ - -0.289345, - 51.505441 + -0.040838, + 51.476653 ], [ - -0.29136, - 51.504646 + -0.040418, + 51.475778 ], [ - -0.292273, - 51.504399 + -0.040148, + 51.475173 ], [ - -0.293302, - 51.504176 + -0.039192, + 51.473031 ], [ - -0.300206, - 51.503214 + -0.038988, + 51.472475 ], [ - -0.301726, - 51.502952 + -0.038155, + 51.47065 ], [ - -0.302632, - 51.502715 + -0.037898, + 51.469876 ], [ - -0.303626, - 51.502354 + -0.037725, + 51.469239 ], [ - -0.306792, - 51.501139 + -0.037518, + 51.467945 ], [ - -0.306847, - 51.501118 + -0.037394, + 51.466585 ], [ - -0.307871, - 51.500793 + -0.037389, + 51.465882 ], [ - -0.30861, - 51.500601 + -0.037448, + 51.464845 ], [ - -0.312875, - 51.499664 + -0.037478, + 51.464647 ], [ - -0.314224, - 51.49942 + -0.037599, + 51.463859 ], [ - -0.314618, - 51.499348 + -0.037781, + 51.463115 ], [ - -0.316938, - 51.49889 + -0.037999, + 51.46238 ], [ - -0.318627, - 51.498507 + -0.038546, + 51.460843 ], [ - -0.319795, - 51.498169 + -0.039285, + 51.458953 ], [ - -0.320606, - 51.497895 + -0.040529, + 51.455907 ], [ - -0.321102, - 51.497703 + -0.040839, + 51.455315 ], [ - -0.323084, - 51.496844 + -0.041645, + 51.454069 ], [ - -0.323703, - 51.496474 + -0.042236, + 51.453315 ], [ - -0.324733, - 51.495748 + -0.042977, + 51.452475 ], [ - -0.32479, - 51.495712 + -0.044573, + 51.450842 ], [ - -0.327134, - 51.494195 + -0.045405, + 51.449955 ], [ - -0.32801, - 51.4936 + -0.045806, + 51.449527 ], [ - -0.334578, - 51.490355 + -0.049903, + 51.444273 ], [ - -0.335337, - 51.489935 + -0.051298, + 51.442535 ], [ - -0.336036, - 51.489479 + -0.051969, + 51.441533 ], [ - -0.341814, - 51.484929 + -0.05242, + 51.440709 ], [ - -0.342197, - 51.484674 + -0.052693, + 51.440141 ], [ - -0.342927, - 51.484271 + -0.052974, + 51.439306 ], [ - -0.343843, - 51.483931 + -0.052974, + 51.439306 ], [ - -0.344747, - 51.483683 + -0.053209, + 51.438371 ], [ - -0.345581, - 51.483503 + -0.053376, + 51.437367 ], [ - -0.347395, - 51.483193 + -0.05341, + 51.436776 ], [ - -0.348547, - 51.482972 + -0.053406, + 51.436318 ], [ - -0.349319, - 51.482771 + -0.053337, + 51.435551 ], [ - -0.350153, - 51.48248 + -0.053028, + 51.433874 ], [ - -0.350942, - 51.482108 + -0.052923, + 51.4331 ], [ - -0.351683, - 51.481652 + -0.052907, + 51.432117 ], [ - -0.352296, - 51.481124 + -0.052946, + 51.431435 ], [ - -0.352296, - 51.481124 + -0.052997, + 51.430891 ], [ - -0.352752, - 51.480641 + -0.053112, + 51.430299 ], [ - -0.353127, - 51.48005 + -0.053288, + 51.429695 ], [ - -0.353335, - 51.479494 + -0.053462, + 51.42922 ], [ - -0.35346, - 51.478861 + -0.054354, + 51.42727 ], [ - -0.353402, - 51.477809 - ], - [ - -0.353379, - 51.476702 - ], - [ - -0.353516, - 51.475887 - ], - [ - -0.353665, - 51.475539 - ], - [ - -0.354058, - 51.474918 - ], - [ - -0.354673, - 51.474255 - ], - [ - -0.354984, - 51.473987 + -0.055088, + 51.425664 ], [ - -0.355401, - 51.473701 + -0.055871, + 51.423849 ], [ - -0.355991, - 51.473366 + -0.056266, + 51.422997 ], [ - -0.356525, - 51.473143 + -0.056961, + 51.42176 ], [ - -0.356641, - 51.473105 + -0.05781, + 51.420517 ], [ - -0.357763, - 51.472745 + -0.058862, + 51.419644 ], [ - -0.359707, - 51.47219 + -0.061062, + 51.418292 ], [ - -0.36093, - 51.471851 + -0.061536, + 51.418061 ], [ - -0.362293, - 51.471515 + -0.061966, + 51.417822 ], [ - -0.363463, - 51.471369 + -0.062437, + 51.41759 ], [ - -0.36411, - 51.471331 + -0.062852, + 51.417421 ], [ - -0.365781, - 51.471333 + -0.063534, + 51.417183 ], [ - -0.366413, - 51.471306 + -0.064039, + 51.417049 ], [ - -0.36696, - 51.471261 + -0.06465, + 51.416917 ], [ - -0.367292, - 51.471233 + -0.065567, + 51.416792 ], [ - -0.368319, - 51.471187 + -0.066917, + 51.416711 ], [ - -0.370049, - 51.471155 + -0.067953, + 51.416767 ], [ - -0.370489, - 51.471171 + -0.068553, + 51.416838 ], [ - -0.371046, - 51.471228 + -0.068851, + 51.416892 ], [ - -0.372284, - 51.471394 + -0.070182, + 51.417218 ], [ - -0.373293, - 51.471613 + -0.070681, + 51.417379 ], [ - -0.373903, - 51.471781 - ], + -0.072205, + 51.417945 + ] + ] + }, + "properties": { + "line": "Windrush", + "name": "Windrush", + "color": "#ED1B00", + "order": 15, + "segmentName": "Wi2", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 78, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.37488, - 51.472124 + -0.05781, + 51.420517 ], [ - -0.377637, - 51.47328 + -0.058822, + 51.41935 ], [ - -0.378129, - 51.473453 + -0.059604, + 51.418514 ], [ - -0.378834, - 51.473653 + -0.060632, + 51.417483 ], [ - -0.379668, - 51.473819 + -0.064724, + 51.413375 ], [ - -0.381383, - 51.474015 + -0.065798, + 51.412264 ], [ - -0.381721, - 51.474035 + -0.065888, + 51.412152 ], [ - -0.382592, - 51.474038 + -0.066508, + 51.411378 ], [ - -0.383202, - 51.473995 + -0.067185, + 51.410318 ], [ - -0.383904, - 51.473905 + -0.070322, + 51.404741 ], [ - -0.384566, - 51.473789 + -0.073069, + 51.400044 ], [ - -0.385941, - 51.473587 + -0.073366, + 51.399521 ], [ - -0.386205, - 51.473548 + -0.07367, + 51.39891 ], [ - -0.386747, - 51.47351 + -0.073909, + 51.398529 ], [ - -0.387292, - 51.473529 + -0.074329, + 51.397671 ], [ - -0.387947, - 51.473653 + -0.07476, + 51.396918 ], [ - -0.39161, - 51.474661 + -0.075527, + 51.395578 ], [ - -0.392361, - 51.474851 + -0.075947, + 51.394893 ], [ - -0.39294, - 51.474968 + -0.076799, + 51.393678 ], [ - -0.39356, - 51.475066 + -0.076873, + 51.393494 ], [ - -0.394359, - 51.475136 + -0.077848, + 51.39213 ], [ - -0.394939, - 51.47516 + -0.078113, + 51.391785 ], [ - -0.395465, - 51.47515 + -0.078616, + 51.391251 ], [ - -0.396455, - 51.475047 + -0.079419, + 51.390578 ], [ - -0.397066, - 51.474929 + -0.079895, + 51.390219 ], [ - -0.397659, - 51.474783 + -0.080709, + 51.389678 ], [ - -0.398308, - 51.474592 + -0.081112, + 51.389437 ], [ - -0.399694, - 51.474161 + -0.08172, + 51.389086 ], [ - -0.406683, - 51.471905 + -0.082368, + 51.388772 ], [ - -0.414113, - 51.469373 + -0.082923, + 51.388604 ], [ - -0.421877, - 51.466972 + -0.084239, + 51.388325 ], [ - -0.422551, - 51.466805 + -0.084583, + 51.388237 ], [ - -0.423117, - 51.466721 + -0.085399, + 51.387965 ], [ - -0.42343, - 51.466684 + -0.085754, + 51.387809 ], [ - -0.424846, - 51.466518 + -0.086494, + 51.387382 ], [ - -0.425835, - 51.466298 + -0.086932, + 51.387081 ], [ - -0.426241, - 51.466251 + -0.087414, + 51.386687 ], [ - -0.426899, - 51.466223 + -0.087757, + 51.386461 ], [ - -0.42768, - 51.466235 + -0.088312, + 51.38619 ], [ - -0.434118, - 51.466488 + -0.090954, + 51.385288 ], [ - -0.438914, - 51.466711 + -0.093143, + 51.384581 ], [ - -0.440085, - 51.466839 + -0.097771, + 51.383043 ], [ - -0.441178, - 51.467047 + -0.098319, + 51.382831 ], [ - -0.441911, - 51.467239 + -0.098919, + 51.38253 ], [ - -0.443457, - 51.467694 + -0.099366, + 51.382252 ], [ - -0.444584, - 51.468075 + -0.099651, + 51.382028 ], [ - -0.447041, - 51.469038 + -0.10022, + 51.381495 ], [ - -0.452196, - 51.47128 + -0.10051, + 51.381187 ], [ - -0.454451, - 51.472293 + -0.100832, + 51.380773 ], [ - -0.455001, - 51.472505 - ], + -0.101824, + 51.379089 + ] + ] + }, + "properties": { + "line": "Windrush", + "name": "Windrush", + "color": "#ED1B00", + "order": 15, + "segmentName": "Wi3", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 79, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.455804, - 51.472708 + -0.046185, + 51.490848 ], [ - -0.457084, - 51.472899 + -0.045923, + 51.489934 ], [ - -0.458157, - 51.472998 + -0.045878, + 51.489304 ], [ - -0.459037, - 51.473121 + -0.045955, + 51.488863 ], [ - -0.460526, - 51.473152 + -0.04611, + 51.488472 ], [ - -0.463194, - 51.473269 + -0.046351, + 51.488059 ], [ - -0.464449, - 51.473271 + -0.046764, + 51.487567 ], [ - -0.465743, - 51.473196 + -0.047112, + 51.487217 ], [ - -0.46719, - 51.472972 + -0.04836, + 51.486074 ], [ - -0.468067, - 51.472741 + -0.048734, + 51.485697 ], [ - -0.468918, - 51.472438 + -0.048902, + 51.485517 ], [ - -0.469494, - 51.472103 + -0.049137, + 51.485178 ], [ - -0.469913, - 51.471773 + -0.049279, + 51.4848 ], [ - -0.470288, - 51.47141 + -0.049323, + 51.484501 ], [ - -0.470704, - 51.470883 + -0.049419, + 51.482694 ], [ - -0.47121, - 51.470155 + -0.049461, + 51.48247 ], [ - -0.471876, - 51.468855 + -0.0496, + 51.482145 ], [ - -0.472106, - 51.468062 + -0.049817, + 51.481832 ], [ - -0.472147, - 51.467149 + -0.050096, + 51.48155 ], [ - -0.471985, - 51.466262 + -0.050574, + 51.481219 ], [ - -0.471646, - 51.465594 + -0.051146, + 51.480938 ], [ - -0.470955, - 51.46479 + -0.052116, + 51.48057 ], [ - -0.47004, - 51.464059 + -0.052538, + 51.480371 ], [ - -0.460062, - 51.457771 + -0.052909, + 51.48015 ], [ - -0.458254, - 51.456799 + -0.053084, + 51.480016 ], [ - -0.456516, - 51.456183 + -0.053433, + 51.479686 ], [ - -0.455236, - 51.455999 + -0.05384, + 51.479146 ], [ - -0.451931, - 51.456026 + -0.054336, + 51.478292 ], [ - -0.44952, - 51.456431 + -0.055766, + 51.47607 ], [ - -0.447836, - 51.4571 + -0.057185, + 51.473764 ], [ - -0.446453, - 51.457952 + -0.057329, + 51.473576 ], [ - -0.445799, - 51.458408 + -0.057329, + 51.473576 ] ] }, "properties": { - "line": "Piccadilly", - "name": "Piccadilly", - "color": "#0019A8", - "order": 16 + "line": "Windrush", + "name": "Windrush", + "color": "#ED1B00", + "order": 15, + "segmentName": "Wi4_a", + "segmentType": "solo", + "overlapOffsetPx": 0 } }, { "type": "Feature", + "id": 80, "geometry": { "type": "LineString", "coordinates": [ [ - -0.14935, - 51.651605 + -0.057329, + 51.473576 ], [ - -0.147727, - 51.651086 + -0.057463, + 51.473399 ], [ - -0.146815, - 51.650821 + -0.057917, + 51.472929 ], [ - -0.144688, - 51.650388 + -0.058256, + 51.47262 ], [ - -0.142978, - 51.650143 + -0.058762, + 51.472225 ], [ - -0.142227, - 51.650084 + -0.05901, + 51.472039 ], [ - -0.140745, - 51.650011 + -0.059488, + 51.471737 ], [ - -0.139204, - 51.649872 + -0.060109, + 51.471404 ], [ - -0.138758, - 51.649803 + -0.060507, + 51.47122 ], [ - -0.136719, - 51.649413 + -0.060961, + 51.471036 ], [ - -0.135572, - 51.649108 + -0.061568, + 51.470834 ], [ - -0.135183, - 51.64899 + -0.063181, + 51.470473 ], [ - -0.133872, - 51.64848 + -0.06396, + 51.470356 ], [ - -0.132616, - 51.647918 + -0.064704, + 51.47029 ], [ - -0.131904, - 51.64756 + -0.066615, + 51.470213 ], [ - -0.131904, - 51.64756 + -0.067765, + 51.470092 ], [ - -0.129991, - 51.646699 + -0.068392, + 51.469976 ], [ - -0.129206, - 51.646278 - ], + -0.069257, + 51.469779 + ] + ] + }, + "properties": { + "line": "Windrush", + "name": "Windrush", + "color": "#ED1B00", + "order": 15, + "segmentName": "Wi4_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 81, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.128602, - 51.645794 + -0.069257, + 51.469779 ], [ - -0.12822, - 51.645391 + -0.069257, + 51.469779 ], [ - -0.127904, - 51.64488 + -0.069307, + 51.469768 ], [ - -0.127538, - 51.643885 + -0.070386, + 51.46945 ], [ - -0.127236, - 51.643155 + -0.071208, + 51.469241 ], [ - -0.125059, - 51.637105 + -0.071773, + 51.469133 ], [ - -0.124941, - 51.636478 + -0.073209, + 51.46897 ], [ - -0.124909, - 51.635686 + -0.073939, + 51.468926 ], [ - -0.124955, - 51.635234 + -0.075343, + 51.46894 ], [ - -0.125063, - 51.634879 + -0.076832, + 51.46903 ], [ - -0.125183, - 51.634603 + -0.079362, + 51.469409 ], [ - -0.125333, - 51.634358 + -0.08029, + 51.469497 ], [ - -0.125621, - 51.633992 + -0.081288, + 51.469542 ], [ - -0.125973, - 51.633642 + -0.082497, + 51.469513 ], [ - -0.126406, - 51.63331 + -0.083491, + 51.469427 ], [ - -0.127798, - 51.632342 + -0.084095, + 51.46935 ], [ - -0.127811, - 51.632334 + -0.085449, + 51.469114 ], [ - -0.128981, - 51.631465 + -0.087007, + 51.468751 ], [ - -0.13059, - 51.630198 + -0.089174, + 51.468113 ], [ - -0.132833, - 51.628681 - ], + -0.0893188668909262, + 51.46807033489908 + ] + ] + }, + "properties": { + "line": "Windrush", + "name": "Windrush", + "color": "#ED1B00", + "order": 15, + "segmentName": "Wi4_c", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 82, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.133375, - 51.628252 + -0.0893188668909262, + 51.46807033489908 ], [ - -0.134443, - 51.627309 + -0.091707, + 51.467367 ], [ - -0.134906, - 51.626757 + -0.092448, + 51.467113 ], [ - -0.135176, - 51.62636 + -0.094246, + 51.466571 ], [ - -0.135494, - 51.625754 + -0.096512, + 51.465912 ], [ - -0.135734, - 51.625039 + -0.097462, + 51.465669 ], [ - -0.135832, - 51.624449 + -0.09839, + 51.465468 ], [ - -0.135845, - 51.623902 + -0.099706, + 51.465235 ], [ - -0.135808, - 51.623537 + -0.100438, + 51.46513 ], [ - -0.135391, - 51.620689 + -0.102695, + 51.464863 ], [ - -0.135288, - 51.620161 + -0.103075, + 51.464794 ], [ - -0.135113, - 51.619736 + -0.104258, + 51.464494 ], [ - -0.134915, - 51.619401 + -0.105724, + 51.463978 ], [ - -0.133879, - 51.618165 + -0.106605, + 51.463703 ], [ - -0.133574, - 51.617626 + -0.107831, + 51.46345 ], [ - -0.133386, - 51.617112 + -0.109637, + 51.463196 ], [ - -0.133265, - 51.616355 + -0.110292, + 51.463073 ], [ - -0.132963, - 51.614472 + -0.110995, + 51.462898 ], [ - -0.132949, - 51.612404 + -0.111645, + 51.462783 ], [ - -0.132901, - 51.612019 + -0.111987, + 51.462737 ], [ - -0.132773, - 51.611597 + -0.11238, + 51.46271 ], [ - -0.132484, - 51.611078 - ], + -0.112925, + 51.462706 + ] + ] + }, + "properties": { + "line": "Windrush", + "name": "Windrush", + "color": "#ED1B00", + "order": 15, + "segmentName": "Wi4_d", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 83, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.132061, - 51.610538 + -0.112925, + 51.462706 ], [ - -0.131847, - 51.61033 + -0.113559, + 51.462729 ], [ - -0.131442, - 51.610014 + -0.114319, + 51.462817 ], [ - -0.130813, - 51.609661 + -0.115214, + 51.463014 ], [ - -0.130223, - 51.609404 - ], + -0.115658, + 51.46315 + ] + ] + }, + "properties": { + "line": "Windrush", + "name": "Windrush", + "color": "#ED1B00", + "order": 15, + "segmentName": "Wi_Vi_0", + "segmentType": "overlap", + "overlapSectionId": "section_5", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 84, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.128338, - 51.608792 + -0.115658, + 51.46315 ], [ - -0.127011, - 51.608258 + -0.116324, + 51.463395 ], [ - -0.125715, - 51.607676 + -0.116696, + 51.463501 ], [ - -0.124214, - 51.607096 + -0.117546, + 51.463673 ], [ - -0.124134, - 51.607066 + -0.117982, + 51.463739 ], [ - -0.123209, - 51.606671 + -0.118318, + 51.463765 ], [ - -0.122825, - 51.606408 + -0.118998, + 51.463782 ], [ - -0.12238, - 51.606009 + -0.119637, + 51.46375 ], [ - -0.122023, - 51.60558 + -0.120741, + 51.463611 ], [ - -0.121617, - 51.605011 + -0.123657, + 51.463302 ], [ - -0.120971, - 51.603887 + -0.124823, + 51.463224 ], [ - -0.12041, - 51.603161 + -0.125834, + 51.463246 ], [ - -0.119722, - 51.60254 + -0.126754, + 51.463316 ], [ - -0.119113, - 51.602152 + -0.127842, + 51.463508 ], [ - -0.118708, - 51.601942 + -0.128644, + 51.463712 ], [ - -0.114527, - 51.600273 + -0.129613, + 51.464055 ], [ - -0.113176, - 51.599599 + -0.129975, + 51.464207 ], [ - -0.112278, - 51.599191 - ], + -0.132442, + 51.465536 + ] + ] + }, + "properties": { + "line": "Windrush", + "name": "Windrush", + "color": "#ED1B00", + "order": 15, + "segmentName": "Wi5_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 85, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.111702, - 51.598868 + -0.132442, + 51.465536 ], [ - -0.111005, - 51.598389 + -0.132442, + 51.465536 ], [ - -0.109755, - 51.597419 + -0.132778, + 51.465717 ], [ - -0.109755, - 51.597419 + -0.133569, + 51.466106 ], [ - -0.107629, - 51.595571 + -0.134333, + 51.466536 ], [ - -0.103928, - 51.592227 + -0.135242, + 51.467137 ], [ - -0.103608, - 51.591825 + -0.13637, + 51.467976 ], [ - -0.103404, - 51.591518 + -0.136962, + 51.468469 ], [ - -0.102833, - 51.59029 + -0.137603, + 51.469075 ], [ - -0.102271, - 51.589082 + -0.137819, + 51.469323 ], [ - -0.101818, - 51.588393 + -0.13866, + 51.470166 ], [ - -0.100637, - 51.586429 + -0.13866, + 51.470166 + ] + ] + }, + "properties": { + "line": "Windrush", + "name": "Windrush", + "color": "#ED1B00", + "order": 15, + "segmentName": "Wi5_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 86, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.13866, + 51.470166 ], [ - -0.100121, - 51.585138 + -0.140132, + 51.471641 ], [ - -0.099605, - 51.582893 + -0.140481, + 51.471927 ], [ - -0.098741, - 51.57765 + -0.140669, + 51.472051 ], [ - -0.098655, - 51.57733 + -0.142779, + 51.473096 ], [ - -0.098462, - 51.576954 + -0.143394, + 51.473354 ], [ - -0.098187, - 51.576584 + -0.143796, + 51.473484 ], [ - -0.096783, - 51.574838 + -0.144197, + 51.473588 ], [ - -0.095673, - 51.573406 + -0.144999, + 51.473713 ], [ - -0.095479, - 51.573102 + -0.145357, + 51.47374 ], [ - -0.09528, - 51.572699 + -0.146078, + 51.473748 ], [ - -0.095163, - 51.572296 + -0.146717, + 51.473724 ], [ - -0.095148, - 51.571913 + -0.147166, + 51.473699 ], [ - -0.095202, - 51.57162 + -0.14762, + 51.473641 ], [ - -0.095334, - 51.571323 + -0.148372, + 51.47348 ], [ - -0.095534, - 51.571047 + -0.149189, + 51.473275 ], [ - -0.095819, - 51.570804 + -0.149704, + 51.473112 ], [ - -0.096384, - 51.570321 + -0.150079, + 51.472947 ], [ - -0.096956, - 51.569867 + -0.15033, + 51.472809 ], [ - -0.097399, - 51.5696 + -0.150613, + 51.472633 ], [ - -0.097839, - 51.569368 + -0.15179, + 51.471787 ], [ - -0.098308, - 51.569187 + -0.15334, + 51.470888 ], [ - -0.098891, - 51.569072 + -0.153972, + 51.470561 ], [ - -0.099529, - 51.568998 + -0.154564, + 51.470295 ], [ - -0.100328, - 51.568958 + -0.155261, + 51.470027 ], [ - -0.101852, - 51.568938 + -0.155884, + 51.469833 ], [ - -0.10275, - 51.568889 + -0.156351, + 51.469719 ], [ - -0.103429, - 51.568797 + -0.15679, + 51.469637 ], [ - -0.104094, - 51.568626 + -0.157535, + 51.469566 ], [ - -0.104641, - 51.56839 + -0.158205, + 51.469545 ], [ - -0.105086, - 51.568094 + -0.159268, + 51.469591 ], [ - -0.105515, - 51.567634 + -0.159903, + 51.469597 ], [ - -0.10586, - 51.567087 + -0.160193, + 51.469575 ], [ - -0.106123, - 51.566218 + -0.160573, + 51.46952 ], [ - -0.106239, - 51.56558 + -0.161041, + 51.469423 ], [ - -0.106363, - 51.564396 + -0.161603, + 51.469266 ], [ - -0.106445, - 51.563611 + -0.162171, + 51.469047 ], [ - -0.106731, - 51.562197 + -0.162705, + 51.468774 ], [ - -0.106998, - 51.558725 + -0.163037, + 51.468548 ], [ - -0.106998, - 51.558725 + -0.163797, + 51.467966 ], [ - -0.107715, - 51.557712 - ], + -0.164308, + 51.467661 + ] + ] + }, + "properties": { + "line": "Windrush", + "name": "Windrush", + "color": "#ED1B00", + "order": 15, + "segmentName": "Wi5_c", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 87, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.108732, - 51.556893 + -0.164308, + 51.467661 ], [ - -0.110054, - 51.555447 + -0.164843, + 51.467407 ], [ - -0.111845, - 51.553641 + -0.167721, + 51.466154 ], [ - -0.11296, - 51.552768 + -0.168521, + 51.465812 ], [ - -0.113009, - 51.55273 + -0.169187, + 51.465567 ], [ - -0.116383, - 51.55048 + -0.170129, + 51.465283 ], [ - -0.117756, - 51.54921 - ], + -0.17103, + 51.465047 + ] + ] + }, + "properties": { + "line": "Windrush", + "name": "Windrush", + "color": "#ED1B00", + "order": 15, + "segmentName": "Wi_Mi_1", + "segmentType": "overlap", + "overlapSectionId": "section_24", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 88, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.118317, - 51.548422 + -0.082329, + 51.518215 ], [ - -0.120113, - 51.545902 - ], + -0.081503, + 51.519696 + ] + ] + }, + "properties": { + "line": "Weaver", + "name": "Weaver", + "color": "#823A62", + "order": 14, + "segmentName": "We_Ce_0", + "segmentType": "overlap", + "overlapSectionId": "section_25", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 89, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.121063, - 51.544107 + -0.081503, + 51.519696 ], [ - -0.12183, - 51.542543 + -0.081214, + 51.520027 ], [ - -0.122152, - 51.541595 - ], + -0.080939, + 51.520285 + ] + ] + }, + "properties": { + "line": "Weaver", + "name": "Weaver", + "color": "#823A62", + "order": 14, + "segmentName": "We0", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 90, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.122414, - 51.540588 + -0.080939, + 51.520285 ], [ - -0.122458, - 51.539252 + -0.078607, + 51.521893 ], [ - -0.122528, - 51.538368 - ], + -0.07809, + 51.52214 + ] + ] + }, + "properties": { + "line": "Weaver", + "name": "Weaver", + "color": "#823A62", + "order": 14, + "segmentName": "We_Ce_1", + "segmentType": "overlap", + "overlapSectionId": "section_26", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 91, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.122542, - 51.533203 + -0.07809, + 51.52214 ], [ - -0.122615, - 51.53186 + -0.077346, + 51.522363 ], [ - -0.122665, - 51.531536 + -0.076904, + 51.522466 ], [ - -0.122879, - 51.53076 + -0.076306, + 51.522547 ], [ - -0.122944, - 51.530605 + -0.075687, + 51.522597 ], [ - -0.123154, - 51.53024 + -0.072551, + 51.52275 ], [ - -0.123846, - 51.529041 + -0.071961, + 51.522795 ], [ - -0.125264, - 51.526324 + -0.07146, + 51.522865 ], [ - -0.125388, - 51.525926 + -0.070205, + 51.523143 ], [ - -0.125397, - 51.525653 + -0.069259, + 51.523295 ], [ - -0.125318, - 51.525341 + -0.067733, + 51.523366 ], [ - -0.1244, - 51.523733 + -0.06321, + 51.523655 ], [ - -0.124232, - 51.523353 + -0.060545, + 51.523795 ], [ - -0.124203, - 51.523145 + -0.05956, + 51.52388 ], [ - -0.124218, - 51.522911 - ], + -0.05956, + 51.52388 + ] + ] + }, + "properties": { + "line": "Weaver", + "name": "Weaver", + "color": "#823A62", + "order": 14, + "segmentName": "We1_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 92, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.124274, - 51.522006 + -0.05956, + 51.52388 ], [ - -0.124235, - 51.52184 + -0.058661, + 51.523959 ], [ - -0.124156, - 51.521677 + -0.058262, + 51.524029 ], [ - -0.123912, - 51.521365 + -0.057724, + 51.524186 ], [ - -0.123767, - 51.52122 + -0.057195, + 51.524436 ], [ - -0.122554, - 51.520193 + -0.056872, + 51.52466 ], [ - -0.121303, - 51.519198 + -0.056652, + 51.524874 ], [ - -0.121084, - 51.518978 + -0.056407, + 51.525288 ], [ - -0.120703, - 51.518494 + -0.05634, + 51.525488 ], [ - -0.12037, - 51.518004 + -0.056323, + 51.525655 ], [ - -0.120072, - 51.517426 + -0.056269, + 51.527335 ], [ - -0.119758, - 51.516821 + -0.056312, + 51.528011 ], [ - -0.119711, - 51.516684 + -0.056568, + 51.529483 ], [ - -0.119699, - 51.516413 + -0.057015, + 51.531046 ], [ - -0.119755, - 51.51629 + -0.057387, + 51.531954 ], [ - -0.119857, - 51.516188 - ], + -0.057387, + 51.531954 + ] + ] + }, + "properties": { + "line": "Weaver", + "name": "Weaver", + "color": "#823A62", + "order": 14, + "segmentName": "We1_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 93, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.120005, - 51.516082 + -0.057387, + 51.531954 ], [ - -0.120357, - 51.515882 + -0.057574, + 51.532411 ], [ - -0.121599, - 51.51501 + -0.057802, + 51.533219 ], [ - -0.121738, - 51.514875 + -0.057991, + 51.53447 ], [ - -0.122005, - 51.514495 + -0.058089, + 51.535387 ], [ - -0.122191, - 51.514321 + -0.058273, + 51.53861 ], [ - -0.124196, - 51.51306 + -0.058255, + 51.539013 ], [ - -0.124196, - 51.51306 + -0.058147, + 51.539767 ], [ - -0.125262, - 51.512477 + -0.057842, + 51.540955 ], [ - -0.126018, - 51.512128 - ], + -0.057799, + 51.541155 + ] + ] + }, + "properties": { + "line": "Weaver", + "name": "Weaver", + "color": "#823A62", + "order": 14, + "segmentName": "We1_c", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 94, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.128302, - 51.511291 + -0.057799, + 51.541155 ], [ - -0.12849, - 51.511223 + -0.057799, + 51.541155 ], [ - -0.129941, - 51.510783 + -0.057688, + 51.541674 ], [ - -0.130663, - 51.5106 + -0.057648, + 51.542161 ], [ - -0.131933, - 51.510287 + -0.057665, + 51.5425 ], [ - -0.132873, - 51.510097 + -0.057763, + 51.542984 ], [ - -0.133898, - 51.509852 + -0.058012, + 51.543702 ], [ - -0.13467, - 51.509667 + -0.058868, + 51.54558 ], [ - -0.135798, - 51.50932 + -0.058928, + 51.545759 ], [ - -0.137975, - 51.5086 + -0.059278, + 51.546412 ], [ - -0.139257, - 51.508223 + -0.05966, + 51.547038 ], [ - -0.139753, - 51.508058 + -0.06064703603723801, + 51.54848480923407 + ] + ] + }, + "properties": { + "line": "Weaver", + "name": "Weaver", + "color": "#823A62", + "order": 14, + "segmentName": "We1_d", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 95, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.06064703603723801, + 51.54848480923407 ], [ - -0.141175, - 51.507496 + -0.06083, + 51.548753 ], [ - -0.141665, - 51.507276 + -0.061093, + 51.549138 ], [ - -0.142783, - 51.506735 + -0.061192, + 51.549345 ], [ - -0.142835, - 51.506709 + -0.061417, + 51.549982 ], [ - -0.143922, - 51.506131 + -0.061866, + 51.550583 ], [ - -0.148106, - 51.504019 + -0.061995, + 51.550682 ], [ - -0.148539, - 51.503842 + -0.063788, + 51.55181 ], [ - -0.149319, - 51.50357 + -0.064205, + 51.552098 ], [ - -0.149738, - 51.503457 + -0.064938, + 51.552755 ], [ - -0.150127, - 51.503375 + -0.065326, + 51.553207 ], [ - -0.152817, - 51.502915 + -0.065503, + 51.553454 ], [ - -0.155811, - 51.502402 + -0.065886, + 51.554069 ], [ - -0.156617, - 51.502291 + -0.068311, + 51.558492 ], [ - -0.158026, - 51.502206 - ], + -0.068311, + 51.558492 + ] + ] + }, + "properties": { + "line": "Weaver", + "name": "Weaver", + "color": "#823A62", + "order": 14, + "segmentName": "We1_e", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 96, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.158555, - 51.502149 + -0.068311, + 51.558492 ], [ - -0.158836, - 51.502096 + -0.069721, + 51.561062 ], [ - -0.159719, - 51.501866 + -0.070621, + 51.562753 ], [ - -0.160557, - 51.501616 + -0.071069, + 51.56353 ], [ - -0.160592, - 51.501606 + -0.071272, + 51.563788 ], [ - -0.161074, - 51.501392 + -0.071801, + 51.564385 ], [ - -0.161448, - 51.501184 + -0.07233, + 51.564834 ], [ - -0.161857, - 51.50089 + -0.072738, + 51.565134 ], [ - -0.162556, - 51.500277 + -0.072888, + 51.56523 ], [ - -0.162875, - 51.500046 - ], + -0.072888, + 51.56523 + ] + ] + }, + "properties": { + "line": "Weaver", + "name": "Weaver", + "color": "#823A62", + "order": 14, + "segmentName": "We1_f", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 97, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.16364, - 51.499561 + -0.072888, + 51.56523 ], [ - -0.168675, - 51.496764 + -0.075834, + 51.567123 ], [ - -0.169027, - 51.496448 + -0.076412, + 51.567526 ], [ - -0.169179, - 51.496184 + -0.076968, + 51.567993 ], [ - -0.169373, - 51.495682 + -0.077483, + 51.568537 ], [ - -0.169544, - 51.495462 + -0.077805, + 51.568981 ], [ - -0.16967, - 51.495352 + -0.078081, + 51.569496 ], [ - -0.169938, - 51.495166 + -0.078337, + 51.57025 ], [ - -0.170116, - 51.495086 + -0.078411, + 51.570822 ], [ - -0.170731, - 51.494916 + -0.07838, + 51.571481 ], [ - -0.171053, - 51.494768 + -0.078233, + 51.572118 ], [ - -0.171519, - 51.494285 + -0.078012, + 51.572674 ], [ - -0.171673, - 51.494188 + -0.077832, + 51.57298 ], [ - -0.171955, - 51.494062 + -0.077549, + 51.573375 ], [ - -0.17217, - 51.494013 + -0.076619, + 51.574445 ], [ - -0.173915, - 51.494077 - ], + -0.076619, + 51.574445 + ] + ] + }, + "properties": { + "line": "Weaver", + "name": "Weaver", + "color": "#823A62", + "order": 14, + "segmentName": "We1_g", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 98, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.174218, - 51.494088 + -0.076619, + 51.574445 ], [ - -0.174655, - 51.494085 + -0.075799, + 51.575389 ], [ - -0.17542, - 51.494043 + -0.0756, + 51.575681 ], [ - -0.179202, - 51.493723 + -0.075448, + 51.575976 ], [ - -0.179702, - 51.493739 + -0.075327, + 51.576262 ], [ - -0.180215, - 51.49379 + -0.075213, + 51.576646 ], [ - -0.182942, - 51.494333 + -0.075145, + 51.577193 ], [ - -0.183472, - 51.494438 + -0.07516, + 51.577515 ], [ - -0.185817, - 51.494939 + -0.075244, + 51.577993 ], [ - -0.18628, - 51.495013 + -0.075633, + 51.579626 ], [ - -0.186726, - 51.495029 + -0.075658, + 51.580608 ], [ - -0.187203, - 51.49502 + -0.075498, + 51.581466 ], [ - -0.187759, - 51.49499 + -0.075282, + 51.582192 ], [ - -0.188224, - 51.494916 + -0.075133, + 51.582692 ], [ - -0.188997, - 51.494675 + -0.075014, + 51.583311 ], [ - -0.189497, - 51.494453 + -0.074982, + 51.584096 ], [ - -0.189832, - 51.494266 + -0.074976, + 51.585933 ], [ - -0.193087, - 51.49219 + -0.074986, + 51.586942 ], [ - -0.193903, - 51.491652 + -0.075027, + 51.58726 ], [ - -0.19519, - 51.490803 + -0.075026, + 51.588323 ], [ - -0.195892, - 51.490372 + -0.075005, + 51.588627 ], [ - -0.196395, - 51.490151 + -0.074904, + 51.589067 ], [ - -0.196808, - 51.49004 + -0.074733, + 51.589458 ], [ - -0.197289, - 51.489954 + -0.074515, + 51.589825 ], [ - -0.197819, - 51.489906 + -0.074384, + 51.59 ], [ - -0.198333, - 51.489896 + -0.073914, + 51.590505 ], [ - -0.198887, - 51.489922 + -0.073543, + 51.590809 ], [ - -0.199531, - 51.490025 + -0.073277, + 51.590995 ], [ - -0.20009, - 51.490185 + -0.071328, + 51.592266 ], [ - -0.201888, - 51.491035 + -0.070864, + 51.592617 ], [ - -0.202527, - 51.491221 + -0.070704, + 51.592763 ], [ - -0.202884, - 51.491278 + -0.070392, + 51.593112 ], [ - -0.20325, - 51.491296 + -0.070158, + 51.593458 ], [ - -0.203851, - 51.491255 + -0.069948, + 51.593896 ], [ - -0.204161, - 51.491215 - ], + -0.069925, + 51.593964 + ] + ] + }, + "properties": { + "line": "Weaver", + "name": "Weaver", + "color": "#823A62", + "order": 14, + "segmentName": "We1_h", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 99, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.204446, - 51.491153 + -0.069925, + 51.593964 ], [ - -0.207444, - 51.490255 + -0.069925, + 51.593964 ], [ - -0.208261, - 51.490087 + -0.06988, + 51.594103 ], [ - -0.209106, - 51.489987 + -0.069812, + 51.594505 ], [ - -0.209805, - 51.489946 + -0.069816, + 51.594887 ], [ - -0.210349, - 51.489939 + -0.069881, + 51.59525 ], [ - -0.210899, - 51.489959 + -0.070276, + 51.596448 ], [ - -0.211835, - 51.49004 + -0.070387, + 51.597098 ], [ - -0.213583, - 51.490241 + -0.070402, + 51.597976 ], [ - -0.213749, - 51.49026 + -0.070321, + 51.599668 ], [ - -0.214924, - 51.490297 + -0.070342, + 51.600528 ], [ - -0.216879, - 51.490229 + -0.070408, + 51.601126 ], [ - -0.218948, - 51.490126 + -0.070985, + 51.605031 ], [ - -0.219362, - 51.490134 - ], + -0.070985, + 51.605031 + ] + ] + }, + "properties": { + "line": "Weaver", + "name": "Weaver", + "color": "#823A62", + "order": 14, + "segmentName": "We1_i", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 100, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.219945, - 51.490191 + -0.070985, + 51.605031 ], [ - -0.220401, - 51.49027 + -0.071027, + 51.60532 ], [ - -0.221127, - 51.490464 + -0.071057, + 51.605673 ], [ - -0.221547, - 51.490642 + -0.071059, + 51.606233 ], [ - -0.221893, - 51.49083 + -0.07102, + 51.606692 ], [ - -0.222315, - 51.49114 + -0.070834, + 51.607593 ], [ - -0.223808, - 51.492591 + -0.070623, + 51.608173 ], [ - -0.224028, - 51.492804 + -0.070339, + 51.608767 ], [ - -0.224505, - 51.493077 + -0.06773, + 51.613892 ], [ - -0.225957, - 51.493499 + -0.067317, + 51.614531 ], [ - -0.226523, - 51.493609 + -0.067226, + 51.614684 ], [ - -0.226902, - 51.493658 - ], + -0.067226, + 51.614684 + ] + ] + }, + "properties": { + "line": "Weaver", + "name": "Weaver", + "color": "#823A62", + "order": 14, + "segmentName": "We1_j", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 101, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.227169, - 51.493662 + -0.067226, + 51.614684 ], [ - -0.228286, - 51.493601 + -0.066218, + 51.616367 ], [ - -0.22882, - 51.4936 + -0.061493, + 51.624347 ], [ - -0.229526, - 51.493622 - ], + -0.061209, + 51.624945 + ] + ] + }, + "properties": { + "line": "Weaver", + "name": "Weaver", + "color": "#823A62", + "order": 14, + "segmentName": "We1_k", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 102, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.232409, - 51.493811 + -0.061209, + 51.624945 ], [ - -0.233911, - 51.493982 + -0.061209, + 51.624945 ], [ - -0.236411, - 51.494166 + -0.0612, + 51.624964 ], [ - -0.23712, - 51.494255 + -0.06113, + 51.62524 ], [ - -0.239607, - 51.49466 + -0.061102, + 51.625559 ], [ - -0.240843, - 51.494794 + -0.061153, + 51.626119 ], [ - -0.241795, - 51.494875 + -0.061234, + 51.626416 ], [ - -0.242845, - 51.494921 + -0.061356, + 51.626709 ], [ - -0.244664, - 51.49489 + -0.062257, + 51.628269 ], [ - -0.24534, - 51.494904 + -0.062866, + 51.629481 ], [ - -0.246928, - 51.495025 + -0.064077, + 51.631453 ], [ - -0.248193, - 51.49508 + -0.064462, + 51.632252 ], [ - -0.250884, - 51.495146 + -0.064647, + 51.632774 ], [ - -0.25453, - 51.495143 + -0.064858, + 51.633603 ], [ - -0.25453, - 51.495143 + -0.064956, + 51.634419 ], [ - -0.257067, - 51.495065 + -0.065022, + 51.635294 ], [ - -0.258175, - 51.49505 + -0.065137, + 51.635849 ], [ - -0.260131, - 51.495061 + -0.065343, + 51.636434 ], [ - -0.26138, - 51.494959 + -0.065513, + 51.636807 ], [ - -0.265648, - 51.494496 + -0.065871, + 51.637413 ], [ - -0.266584, - 51.494461 + -0.066363, + 51.638067 ], [ - -0.267151, - 51.494476 + -0.067803, + 51.639772 ], [ - -0.267609, - 51.494516 + -0.068199, + 51.640291 ], [ - -0.268122, - 51.494579 + -0.069229, + 51.641515 ], [ - -0.269416, - 51.494799 - ], + -0.069229, + 51.641515 + ] + ] + }, + "properties": { + "line": "Weaver", + "name": "Weaver", + "color": "#823A62", + "order": 14, + "segmentName": "We1_l", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 103, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.270409, - 51.495129 + -0.069229, + 51.641515 ], [ - -0.271073, - 51.495435 + -0.070102, + 51.642553 ], [ - -0.271686, - 51.495799 + -0.070442, + 51.642915 ], [ - -0.272691, - 51.49667 + -0.071519, + 51.64424 ], [ - -0.273218, - 51.497034 + -0.075311, + 51.648761 ], [ - -0.273703, - 51.497319 + -0.075866, + 51.649371 ], [ - -0.274451, - 51.497669 + -0.076192, + 51.649717 ], [ - -0.276341, - 51.498465 + -0.076534, + 51.650038 ], [ - -0.276851, - 51.498726 + -0.077563, + 51.650895 ], [ - -0.277399, - 51.499081 + -0.077921, + 51.651159 ], [ - -0.277665, - 51.499282 - ], + -0.079262, + 51.652055 + ] + ] + }, + "properties": { + "line": "Weaver", + "name": "Weaver", + "color": "#823A62", + "order": 14, + "segmentName": "We1_m", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 104, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.27801, - 51.499603 + -0.064956, + 51.634419 ], [ - -0.2784, - 51.500106 + -0.064931, + 51.634888 ], [ - -0.278632, - 51.500501 + -0.064818, + 51.635395 ], [ - -0.278729, - 51.50072 + -0.064677, + 51.635789 ], [ - -0.278832, - 51.501096 + -0.064307, + 51.636489 ], [ - -0.27901, - 51.501428 + -0.063858, + 51.637073 ], [ - -0.279269, - 51.501875 + -0.063409, + 51.637532 ], [ - -0.279569, - 51.502266 + -0.062817, + 51.638042 ], [ - -0.279917, - 51.502644 + -0.061676, + 51.638783 ], [ - -0.280137, - 51.502809 + -0.057016, + 51.64144 ], [ - -0.280414, - 51.503017 + -0.056376, + 51.641834 ], [ - -0.280664, - 51.503169 + -0.055809, + 51.64223 ], [ - -0.282503, - 51.5041 + -0.055549, + 51.642441 ], [ - -0.284352, - 51.50508 + -0.054905, + 51.643037 ], [ - -0.285175, - 51.505441 + -0.05444, + 51.643563 ], [ - -0.285791, - 51.505618 + -0.054219, + 51.643849 ], [ - -0.286335, - 51.505718 + -0.053923, + 51.644298 ], [ - -0.286898, - 51.505775 + -0.05366, + 51.644816 ], [ - -0.287482, - 51.505778 + -0.053504, + 51.645189 ], [ - -0.288129, - 51.505732 + -0.053355, + 51.64564 ], [ - -0.28872, - 51.505627 + -0.052528, + 51.648429 ], [ - -0.289345, - 51.505441 + -0.052449, + 51.648704 ], [ - -0.29136, - 51.504646 + -0.050047, + 51.656995 ], [ - -0.292273, - 51.504399 + -0.049616, + 51.658568 ], [ - -0.293302, - 51.504176 + -0.049444, + 51.659557 ], [ - -0.300206, - 51.503214 + -0.0494, + 51.660155 ], [ - -0.301726, - 51.502952 + -0.049343, + 51.663547 ], [ - -0.302632, - 51.502715 + -0.049279, + 51.664552 ], [ - -0.303626, - 51.502354 + -0.049075, + 51.666062 ], [ - -0.306792, - 51.501139 + -0.048729, + 51.667619 ], [ - -0.306847, - 51.501118 + -0.047348, + 51.672138 ], [ - -0.307871, - 51.500793 + -0.047196, + 51.672623 ], [ - -0.30861, - 51.500601 + -0.04486, + 51.680059 ], [ - -0.312875, - 51.499664 + -0.044185, + 51.681659 ], [ - -0.314224, - 51.49942 + -0.043772, + 51.682548 ], [ - -0.314618, - 51.499348 + -0.043479, + 51.683125 ], [ - -0.316938, - 51.49889 + -0.042348, + 51.685115 ], [ - -0.318627, - 51.498507 + -0.04144, + 51.686396 ], [ - -0.319795, - 51.498169 + -0.040862, + 51.687139 ], [ - -0.320606, - 51.497895 + -0.038884, + 51.689404 ], [ - -0.321102, - 51.497703 + -0.037871, + 51.690449 ], [ - -0.323084, - 51.496844 + -0.03738, + 51.690873 ], [ - -0.323703, - 51.496474 + -0.037029, + 51.691136 ], [ - -0.324733, - 51.495748 + -0.036118, + 51.69171 ], [ - -0.32479, - 51.495712 + -0.035134, + 51.692208 ], [ - -0.327134, - 51.494195 + -0.034736, + 51.692361 ], [ - -0.32801, - 51.4936 + -0.032521, + 51.693214 ], [ - -0.334578, - 51.490355 + -0.031528, + 51.693616 ], [ - -0.335337, - 51.489935 + -0.030464, + 51.694115 ], [ - -0.336036, - 51.489479 + -0.029762, + 51.694487 ], [ - -0.341814, - 51.484929 + -0.028895, + 51.695017 ], [ - -0.342197, - 51.484674 + -0.028115, + 51.695557 ], [ - -0.342927, - 51.484271 + -0.02754, + 51.696003 ], [ - -0.343843, - 51.483931 + -0.026787, + 51.696677 ], [ - -0.344747, - 51.483683 + -0.024985, + 51.698481 ], [ - -0.345581, - 51.483503 + -0.024841, + 51.698654 ], [ - -0.347395, - 51.483193 + -0.024518, + 51.699177 ], [ - -0.348547, - 51.482972 + -0.02434, + 51.700005 ], [ - -0.349319, - 51.482771 + -0.024203, + 51.700993 ], [ - -0.350153, - 51.48248 + -0.02419, + 51.701447 ], [ - -0.350942, - 51.482108 + -0.023975, + 51.702871 + ] + ] + }, + "properties": { + "line": "Weaver", + "name": "Weaver", + "color": "#823A62", + "order": 14, + "segmentName": "We2", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 105, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.061417, + 51.549982 ], [ - -0.351683, - 51.481652 + -0.061423, + 51.55028 ], [ - -0.352296, - 51.481124 + -0.061353, + 51.550759 ], [ - -0.352296, - 51.481124 + -0.061258, + 51.551026 ], [ - -0.352752, - 51.480641 + -0.061006, + 51.551445 ], [ - -0.353127, - 51.48005 + -0.060838, + 51.551656 ], [ - -0.353335, - 51.479494 + -0.060267, + 51.552226 ], [ - -0.35346, - 51.478861 + -0.059934, + 51.552614 ], [ - -0.353402, - 51.477809 + -0.059514, + 51.553235 ], [ - -0.353379, - 51.476702 + -0.059149, + 51.553869 ], [ - -0.353516, - 51.475887 + -0.058935, + 51.554408 ], [ - -0.353665, - 51.475539 + -0.058774, + 51.555006 ], [ - -0.354058, - 51.474918 + -0.058757, + 51.555675 ], [ - -0.354673, - 51.474255 + -0.05916, + 51.558152 ], [ - -0.354984, - 51.473987 + -0.059155, + 51.558606 ], [ - -0.355704, - 51.473522 + -0.059085, + 51.559065 ], [ - -0.355991, - 51.473366 + -0.058782, + 51.559785 ], [ - -0.356525, - 51.473143 + -0.058653, + 51.559994 ], [ - -0.356634, - 51.473104 + -0.058326, + 51.560393 ], [ - -0.356865, - 51.473022 + -0.058106, + 51.560602 ], [ - -0.358243, - 51.472606 + -0.056921, + 51.561594 ], [ - -0.36093, - 51.471851 + -0.054891, + 51.563294 ], [ - -0.362293, - 51.471515 + -0.054543, + 51.563625 ], [ - -0.363463, - 51.471369 + -0.053202, + 51.565025 ], [ - -0.36411, - 51.471331 + -0.052413, + 51.565965 ], [ - -0.365781, - 51.471333 + -0.051741, + 51.566848 ], [ - -0.366413, - 51.471306 + -0.049494, + 51.570195 ], [ - -0.366959, - 51.471262 + -0.049092, + 51.570768 ], [ - -0.36741, - 51.471226 + -0.048737, + 51.571224 ], [ - -0.369446, - 51.471156 + -0.048321, + 51.571717 ], [ - -0.370489, - 51.471171 + -0.047571, + 51.572521 ], [ - -0.371046, - 51.471228 + -0.04677, + 51.573249 ], [ - -0.372284, - 51.471394 + -0.046325, + 51.573612 ], [ - -0.373293, - 51.471613 + -0.045323, + 51.57433 ], [ - -0.373903, - 51.471781 + -0.044335, + 51.574957 ], [ - -0.37488, - 51.472124 + -0.043273, + 51.575572 ], [ - -0.377637, - 51.47328 + -0.040031, + 51.577318 ], [ - -0.378129, - 51.473453 + -0.038863, + 51.577978 ], [ - -0.378834, - 51.473653 + -0.035031, + 51.580022 ], [ - -0.379668, - 51.473819 + -0.034256, + 51.580404 ], [ - -0.381383, - 51.474015 + -0.033595, + 51.580688 ], [ - -0.381721, - 51.474035 + -0.032886, + 51.580945 ], [ - -0.382592, - 51.474038 + -0.032254, + 51.581174 ], [ - -0.383202, - 51.473995 + -0.031345, + 51.581433 ], [ - -0.383904, - 51.473905 + -0.030522, + 51.58163 ], [ - -0.384566, - 51.473789 + -0.029366, + 51.581852 ], [ - -0.385941, - 51.473587 + -0.028312, + 51.581996 ], [ - -0.386205, - 51.473548 + -0.019908, + 51.582917 ], [ - -0.386747, - 51.47351 + -0.012171, + 51.583765 ], [ - -0.387292, - 51.473529 + -0.011705, + 51.583826 ], [ - -0.387947, - 51.473653 + -0.010404, + 51.584046 ], [ - -0.39161, - 51.474661 + -0.009541, + 51.584261 ], [ - -0.392361, - 51.474851 + -0.008997, + 51.584448 ], [ - -0.39294, - 51.474968 + -0.007875, + 51.584995 ], [ - -0.39356, - 51.475066 + -0.007459, + 51.585171 ], [ - -0.394359, - 51.475136 + -0.006994, + 51.585327 ], [ - -0.394939, - 51.47516 + -0.006156, + 51.585534 ], [ - -0.395465, - 51.47515 + -0.004381, + 51.585861 ], [ - -0.396455, - 51.475047 + -0.003849, + 51.586004 ], [ - -0.397066, - 51.474929 + -0.003199, + 51.586237 ], [ - -0.397659, - 51.474783 + -0.002425, + 51.586595 ], [ - -0.398308, - 51.474592 + -0.002346, + 51.586632 ], [ - -0.399694, - 51.474161 + -0.00182, + 51.586985 ], [ - -0.406683, - 51.471905 + -0.001405, + 51.587332 ], [ - -0.414113, - 51.469373 + -0.00103, + 51.587739 ], [ - -0.421877, - 51.466972 + -0.000888, + 51.587934 ], [ - -0.422551, - 51.466805 + -0.000718, + 51.588241 ], [ - -0.423117, - 51.466721 + -0.000502, + 51.588851 ], [ - -0.42343, - 51.466684 + -0.000451, + 51.589313 ], [ - -0.424846, - 51.466518 + -0.000512, + 51.589838 ], [ - -0.425835, - 51.466298 + -0.001025, + 51.59175 ], [ - -0.426241, - 51.466251 + -0.001322, + 51.592618 ], [ - -0.426899, - 51.466223 + -0.00177, + 51.593349 ], [ - -0.42768, - 51.466235 + -0.002124, + 51.593852 ], [ - -0.434118, - 51.466488 + -0.00256, + 51.59454 ], [ - -0.438914, - 51.466711 + -0.002872, + 51.595162 ], [ - -0.440085, - 51.466839 + -0.002918, + 51.595358 ], [ - -0.441178, - 51.467047 + -0.003142, + 51.595947 ], [ - -0.441911, - 51.467239 + -0.003394, + 51.596962 ], [ - -0.443457, - 51.467694 + -0.003468, + 51.597504 ], [ - -0.444584, - 51.468075 + -0.003508, + 51.598051 ], [ - -0.447041, - 51.469038 + -0.003473, + 51.599147 ], [ - -0.452196, - 51.47128 + -0.003319, + 51.600158 ], [ - -0.452196, - 51.47128 + -0.003248, + 51.600483 ], [ - -0.454451, - 51.472293 + -0.003046, + 51.601147 ], [ - -0.455001, - 51.472505 + -0.002613, + 51.602246 ], [ - -0.455804, - 51.472708 + -0.001005, + 51.60603 ], [ - -0.457084, - 51.472899 + -0.000587, + 51.607233 ], [ - -0.458157, - 51.472998 + -0.000299, + 51.608356 ], [ - -0.459037, - 51.473121 + 0.001403, + 51.614972 ], [ - -0.461193, - 51.473529 + 0.001557, + 51.615821 ], [ - -0.462717, - 51.473684 + 0.001612, + 51.616694 ], [ - -0.464319, - 51.473668 + 0.0016, + 51.617255 ], [ - -0.466196, - 51.473516 + 0.001389, + 51.62018 ], [ - -0.469137, - 51.472926 + 0.001394, + 51.620684 ], [ - -0.470602, - 51.472735 + 0.001442, + 51.621235 ], [ - -0.472212, - 51.472625 + 0.001585, + 51.622001 ], [ - -0.473843, - 51.472583 + 0.0018, + 51.622732 ], [ - -0.47689, - 51.472546 + 0.002167, + 51.623592 ], [ - -0.48032, - 51.47269 + 0.003475, + 51.626219 ], [ - -0.482714, - 51.472704 + 0.003844, + 51.626831 ], [ - -0.483736, - 51.472666 + 0.004057, + 51.627099 ], [ - -0.484645, - 51.47261 + 0.004441, + 51.627502 ], [ - -0.487814, - 51.472588 + 0.00997, + 51.633057 ] ] }, "properties": { - "line": "Piccadilly", - "name": "Piccadilly", - "color": "#0019A8", - "order": 16 + "line": "Weaver", + "name": "Weaver", + "color": "#823A62", + "order": 14, + "segmentName": "We3", + "segmentType": "solo", + "overlapOffsetPx": 0 } }, { "type": "Feature", + "id": 106, "geometry": { "type": "LineString", "coordinates": [ [ - -0.445799, - 51.458408 + -0.150679, + 51.555494 ], [ - -0.446453, - 51.457952 + -0.149871, + 51.555308 ], [ - -0.447836, - 51.4571 + -0.149539, + 51.555255 ], [ - -0.44952, - 51.456431 + -0.148787, + 51.555228 ], [ - -0.451931, - 51.456026 + -0.148412, + 51.555241 ], [ - -0.455236, - 51.455999 + -0.148079, + 51.555281 ], [ - -0.456516, - 51.456183 + -0.147779, + 51.555348 ], [ - -0.458254, - 51.456799 + -0.144839, + 51.556242 ], [ - -0.460062, - 51.457771 + -0.142061, + 51.557209 ], [ - -0.47004, - 51.464059 + -0.135838, + 51.55947 ], [ - -0.470955, - 51.46479 + -0.134658, + 51.560044 ], [ - -0.471646, - 51.465594 + -0.133359, + 51.560778 ], [ - -0.471985, - 51.466262 + -0.132018, + 51.561678 ], [ - -0.472147, - 51.467149 + -0.129483, + 51.563627 ], [ - -0.472106, - 51.468062 - ], + -0.129483, + 51.563627 + ] + ] + }, + "properties": { + "line": "Suffragette", + "name": "Suffragette", + "color": "#5BBD72", + "order": 13, + "segmentName": "Su0_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 107, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.471876, - 51.468855 + -0.129483, + 51.563627 ], [ - -0.47121, - 51.470155 + -0.125978, + 51.56632 ], [ - -0.470704, - 51.470883 + -0.124712, + 51.567254 ], [ - -0.470288, - 51.47141 + -0.123929, + 51.567801 ], [ - -0.469913, - 51.471773 + -0.123585, + 51.568014 ], [ - -0.469494, - 51.472103 + -0.120302, + 51.569701 ], [ - -0.468918, - 51.472438 + -0.117132, + 51.571304 ], [ - -0.468067, - 51.472741 - ], + -0.117132, + 51.571304 + ] + ] + }, + "properties": { + "line": "Suffragette", + "name": "Suffragette", + "color": "#5BBD72", + "order": 13, + "segmentName": "Su0_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 108, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.46719, - 51.472972 + -0.117132, + 51.571304 ], [ - -0.465743, - 51.473196 + -0.115882, + 51.571935 ], [ - -0.464449, - 51.473271 + -0.114605, + 51.572522 ], [ - -0.463194, - 51.473269 + -0.112964, + 51.573116 ], [ - -0.460526, - 51.473152 + -0.111483, + 51.573549 ], [ - -0.459037, - 51.473121 + -0.109499, + 51.574062 ], [ - -0.458157, - 51.472998 + -0.108758, + 51.574296 ], [ - -0.457084, - 51.472899 + -0.103791, + 51.575723 ], [ - -0.455804, - 51.472708 + -0.101945, + 51.576163 ], [ - -0.455001, - 51.472505 + -0.098149, + 51.577203 + ] + ] + }, + "properties": { + "line": "Suffragette", + "name": "Suffragette", + "color": "#5BBD72", + "order": 13, + "segmentName": "Su0_c", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 109, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.098149, + 51.577203 ], [ - -0.454451, - 51.472293 + -0.098149, + 51.577203 ], [ - -0.452309, - 51.471331 + -0.097954, + 51.577256 ], [ - -0.452196, - 51.47128 + -0.095165, + 51.57799 ], [ - -0.447041, - 51.469038 + -0.093255, + 51.578376 ], [ - -0.444584, - 51.468075 + -0.09186, + 51.578616 ], [ - -0.443457, - 51.467694 + -0.090508, + 51.578763 ], [ - -0.441911, - 51.467239 + -0.088727, + 51.57891 ], [ - -0.441178, - 51.467047 + -0.085573, + 51.57911 ], [ - -0.440085, - 51.466839 + -0.079157, + 51.57963 ], [ - -0.438914, - 51.466711 + -0.075703, + 51.579976 ], [ - -0.434118, - 51.466488 + -0.072098, + 51.580373 ], [ - -0.42768, - 51.466235 - ], + -0.072098, + 51.580373 + ] + ] + }, + "properties": { + "line": "Suffragette", + "name": "Suffragette", + "color": "#5BBD72", + "order": 13, + "segmentName": "Su0_d", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 110, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.426899, - 51.466223 + -0.072098, + 51.580373 ], [ - -0.426241, - 51.466251 + -0.071583, + 51.58043 ], [ - -0.425835, - 51.466298 + -0.070446, + 51.580617 ], [ - -0.424846, - 51.466518 + -0.066626, + 51.581643 ], [ - -0.42343, - 51.466684 + -0.064802, + 51.58223 ], [ - -0.423117, - 51.466721 + -0.063815, + 51.582643 ], [ - -0.422551, - 51.466805 + -0.062613, + 51.583297 ], [ - -0.421877, - 51.466972 + -0.061476, + 51.583883 ], [ - -0.414113, - 51.469373 + -0.060511, + 51.584297 ], [ - -0.406683, - 51.471905 + -0.059438, + 51.58471 ], [ - -0.399694, - 51.474161 + -0.058665, + 51.584963 ], [ - -0.398308, - 51.474592 + -0.058215, + 51.585043 ], [ - -0.397659, - 51.474783 + -0.057378, + 51.585243 ], [ - -0.397066, - 51.474929 - ], + -0.05667, + 51.58539 + ] + ] + }, + "properties": { + "line": "Suffragette", + "name": "Suffragette", + "color": "#5BBD72", + "order": 13, + "segmentName": "Su0_e", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 111, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.396455, - 51.475047 + -0.05667, + 51.58539 ], [ - -0.395465, - 51.47515 + -0.053515, + 51.585777 ], [ - -0.394939, - 51.47516 + -0.049932, + 51.586097 ], [ - -0.394359, - 51.475136 + -0.045383, + 51.586576 ], [ - -0.39356, - 51.475066 + -0.041628, + 51.586696 ], [ - -0.39294, - 51.474968 + -0.041011, + 51.586683 ], [ - -0.392361, - 51.474851 + -0.039804, + 51.586656 ], [ - -0.39161, - 51.474661 + -0.038066, + 51.58655 ], [ - -0.387947, - 51.473653 + -0.0368, + 51.586443 ], [ - -0.387292, - 51.473529 + -0.035748, + 51.58631 ], [ - -0.386747, - 51.47351 + -0.034869, + 51.58615 ], [ - -0.386205, - 51.473548 + -0.03298, + 51.585723 ], [ - -0.386205, - 51.473548 - ], + -0.030856, + 51.585057 + ] + ] + }, + "properties": { + "line": "Suffragette", + "name": "Suffragette", + "color": "#5BBD72", + "order": 13, + "segmentName": "Su_Vi_0", + "segmentType": "overlap", + "overlapSectionId": "section_6", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 112, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.384566, - 51.473789 + -0.030856, + 51.585057 ], [ - -0.383904, - 51.473905 + -0.029118, + 51.584403 ], [ - -0.383202, - 51.473995 + -0.027316, + 51.58351 ], [ - -0.382592, - 51.474038 + -0.023784, + 51.581549 ], [ - -0.381721, - 51.474035 - ], + -0.023784, + 51.581549 + ] + ] + }, + "properties": { + "line": "Suffragette", + "name": "Suffragette", + "color": "#5BBD72", + "order": 13, + "segmentName": "Su1_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 113, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.381383, - 51.474015 + -0.023784, + 51.581549 ], [ - -0.379668, - 51.473819 + -0.021672, + 51.580377 ], [ - -0.378834, - 51.473653 + -0.021179, + 51.58007 ], [ - -0.378129, - 51.473453 + -0.020835, + 51.579736 ], [ - -0.377637, - 51.47328 + -0.018711, + 51.577643 ], [ - -0.37488, - 51.472124 + -0.01545, + 51.574269 ], [ - -0.373903, - 51.471781 + -0.014634, + 51.573509 ], [ - -0.373293, - 51.471613 + -0.013196, + 51.572335 ], [ - -0.372284, - 51.471394 + -0.011137, + 51.571148 ], [ - -0.371046, - 51.471228 + -0.009592, + 51.570428 ], [ - -0.370489, - 51.471171 + -0.00796, + 51.569812 ], [ - -0.370049, - 51.471155 - ], + -0.00796, + 51.569812 + ] + ] + }, + "properties": { + "line": "Suffragette", + "name": "Suffragette", + "color": "#5BBD72", + "order": 13, + "segmentName": "Su1_b", + "segmentType": "solo", + "overlapOffsetPx": -0.6000000000000001 + } + }, + { + "type": "Feature", + "id": 114, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.368319, - 51.471187 + -0.00796, + 51.569812 ], [ - -0.367292, - 51.471233 + -0.006588, + 51.569295 ], [ - -0.36696, - 51.471261 + -0.002553, + 51.567947 ], [ - -0.366413, - 51.471306 + 0.003455, + 51.56584 ], [ - -0.365781, - 51.471333 + 0.005579, + 51.564853 ], [ - -0.36411, - 51.471331 + 0.008368, + 51.563679 ], [ - -0.363463, - 51.471369 + 0.008493, + 51.563619 ], [ - -0.362293, - 51.471515 - ], + 0.008493, + 51.563619 + ] + ] + }, + "properties": { + "line": "Suffragette", + "name": "Suffragette", + "color": "#5BBD72", + "order": 13, + "segmentName": "Su1_c", + "segmentType": "solo", + "overlapOffsetPx": -1.2000000000000002 + } + }, + { + "type": "Feature", + "id": 115, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.36093, - 51.471851 + 0.008493, + 51.563619 ], [ - -0.359707, - 51.47219 + 0.009484, + 51.563146 ], [ - -0.357763, - 51.472745 + 0.010386, + 51.562639 ], [ - -0.356641, - 51.473105 + 0.010836, + 51.562198 ], [ - -0.356525, - 51.473143 + 0.011759, + 51.561371 ], [ - -0.355991, - 51.473366 + 0.012896, + 51.560211 ], [ - -0.355401, - 51.473701 + 0.013433, + 51.559784 ], [ - -0.354984, - 51.473987 + 0.014269, + 51.559064 ], [ - -0.354673, - 51.474255 + 0.016115, + 51.557956 ], [ - -0.354058, - 51.474918 + 0.016952, + 51.557369 ], [ - -0.353665, - 51.475539 + 0.018797, + 51.555608 ], [ - -0.353516, - 51.475887 + 0.020514, + 51.554061 ], [ - -0.353379, - 51.476702 + 0.021393, + 51.553394 ], [ - -0.353402, - 51.477809 + 0.022423, + 51.552753 ], [ - -0.35346, - 51.478861 + 0.023367, + 51.552406 ], [ - -0.353335, - 51.479494 + 0.024569, + 51.552073 ], [ - -0.353127, - 51.48005 + 0.026114, + 51.551726 ], [ - -0.352752, - 51.480641 + 0.026222, + 51.551721 ], [ - -0.352356, - 51.481061 - ], + 0.026222, + 51.551721 + ] + ] + }, + "properties": { + "line": "Suffragette", + "name": "Suffragette", + "color": "#5BBD72", + "order": 13, + "segmentName": "Su1_d", + "segmentType": "solo", + "overlapOffsetPx": -1.7999999999999998 + } + }, + { + "type": "Feature", + "id": 116, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.352296, - 51.481124 + 0.026222, + 51.551721 ], [ - -0.351683, - 51.481652 + 0.027294, + 51.551672 ], [ - -0.350942, - 51.482108 + 0.028839, + 51.551659 ], [ - -0.350153, - 51.48248 + 0.030062, + 51.551712 ], [ - -0.349319, - 51.482771 + 0.031328, + 51.551819 ], [ - -0.348547, - 51.482972 + 0.032208, + 51.551819 ], [ - -0.347395, - 51.483193 + 0.033131, + 51.551779 ], [ - -0.345581, - 51.483503 + 0.033796, + 51.551592 ], [ - -0.344747, - 51.483683 + 0.035684, + 51.550912 ], [ - -0.343843, - 51.483931 + 0.037143, + 51.550485 ], [ - -0.342927, - 51.484271 + 0.037937, + 51.550298 ], [ - -0.342197, - 51.484674 + 0.038474, + 51.550245 ], [ - -0.341814, - 51.484929 + 0.039396, + 51.550205 ], [ - -0.336036, - 51.489479 + 0.04019, + 51.550125 ], [ - -0.335337, - 51.489935 + 0.041285, + 51.549965 ], [ - -0.334578, - 51.490355 + 0.0421, + 51.549804 ], [ - -0.32801, - 51.4936 - ], + 0.044408, + 51.549236 + ] + ] + }, + "properties": { + "line": "Suffragette", + "name": "Suffragette", + "color": "#5BBD72", + "order": 13, + "segmentName": "Su1_e", + "segmentType": "solo", + "overlapOffsetPx": -2.4000000000000004 + } + }, + { + "type": "Feature", + "id": 117, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.327134, - 51.494195 + 0.044408, + 51.549236 ], [ - -0.32479, - 51.495712 + 0.044408, + 51.549236 ], [ - -0.324733, - 51.495748 + 0.045619, + 51.548937 ], [ - -0.323703, - 51.496474 + 0.046971, + 51.548657 ], [ - -0.323084, - 51.496844 + 0.048516, + 51.548297 ], [ - -0.321102, - 51.497703 + 0.054116, + 51.547109 ], [ - -0.320606, - 51.497895 + 0.060875, + 51.545601 ], [ - -0.319795, - 51.498169 + 0.062013, + 51.545321 ], [ - -0.318627, - 51.498507 - ], + 0.063043, + 51.545094 + ] + ] + }, + "properties": { + "line": "Suffragette", + "name": "Suffragette", + "color": "#5BBD72", + "order": 13, + "segmentName": "Su1_f", + "segmentType": "solo", + "overlapOffsetPx": -3 + } + }, + { + "type": "Feature", + "id": 118, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.316938, - 51.49889 + 0.063043, + 51.545094 ], [ - -0.314618, - 51.499348 + 0.063965, + 51.544921 ], [ - -0.314224, - 51.49942 + 0.06639, + 51.54464 ], [ - -0.312875, - 51.499664 + 0.067527, + 51.5444 ], [ - -0.30861, - 51.500601 + 0.07184, + 51.543359 ], [ - -0.307871, - 51.500793 + 0.07345, + 51.542946 ], [ - -0.306847, - 51.501118 + 0.074158, + 51.542732 ], [ - -0.306847, - 51.501118 + 0.074759, + 51.542518 ], [ - -0.303626, - 51.502354 + 0.07772, + 51.541157 ], [ - -0.302632, - 51.502715 + 0.080915, + 51.539489 ], [ - -0.301726, - 51.502952 - ], + 0.088663, + 51.535445 + ] + ] + }, + "properties": { + "line": "Suffragette", + "name": "Suffragette", + "color": "#5BBD72", + "order": 13, + "segmentName": "Su_Di_0", + "segmentType": "overlap", + "overlapSectionId": "section_28", + "overlapOffsetPx": -3 + } + }, + { + "type": "Feature", + "id": 119, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.300206, - 51.503214 + 0.088663, + 51.535445 ], [ - -0.293302, - 51.504176 + 0.092053, + 51.53403 ], [ - -0.292273, - 51.504399 + 0.096946, + 51.532402 ], [ - -0.29136, - 51.504646 + 0.10201, + 51.53128 ], [ - -0.289345, - 51.505441 + 0.113597, + 51.530052 ], [ - -0.28872, - 51.505627 + 0.119863, + 51.529438 ], [ - -0.288129, - 51.505732 + 0.120935, + 51.529385 ], [ - -0.287482, - 51.505778 + 0.121536, + 51.529251 ], [ - -0.286898, - 51.505775 + 0.122395, + 51.528771 ], [ - -0.286335, - 51.505718 + 0.12291, + 51.528397 ], [ - -0.285791, - 51.505618 + 0.12321, + 51.527916 ], [ - -0.285175, - 51.505441 + 0.123253, + 51.527569 ], [ - -0.284352, - 51.50508 + 0.123253, + 51.527276 ], [ - -0.282503, - 51.5041 + 0.123167, + 51.526955 ], [ - -0.280664, - 51.503169 + 0.122952, + 51.526528 ], [ - -0.280414, - 51.503017 + 0.122695, + 51.526208 ], [ - -0.280137, - 51.502809 + 0.122523, + 51.525914 ], [ - -0.279917, - 51.502644 + 0.121708, + 51.525166 ], [ - -0.279569, - 51.502266 + 0.12115, + 51.524926 ], [ - -0.279269, - 51.501875 + 0.119863, + 51.524259 ], [ - -0.27901, - 51.501428 + 0.119262, + 51.523991 ], [ - -0.278832, - 51.501096 + 0.118403, + 51.523351 ], [ - -0.278729, - 51.50072 + 0.117416, + 51.52255 ], [ - -0.278632, - 51.500501 + 0.11703, + 51.522122 ], [ - -0.2784, - 51.500106 + 0.116773, + 51.521695 ], [ - -0.27801, - 51.499603 + 0.116429, + 51.520841 ], [ - -0.277665, - 51.499282 - ], + 0.115956, + 51.51939 + ] + ] + }, + "properties": { + "line": "Suffragette", + "name": "Suffragette", + "color": "#5BBD72", + "order": 13, + "segmentName": "Su2", + "segmentType": "solo", + "overlapOffsetPx": -3 + } + }, + { + "type": "Feature", + "id": 120, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.277399, - 51.499081 + -0.004068, + 51.541473 ], [ - -0.276851, - 51.498726 + -0.004432, + 51.541433 ], [ - -0.276341, - 51.498465 - ], + -0.004772, + 51.541359 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi0", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 121, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.274451, - 51.497669 + -0.004772, + 51.541359 ], [ - -0.273703, - 51.497319 + -0.005021, + 51.54126 ], [ - -0.273218, - 51.497034 + -0.005448, + 51.540987 ], [ - -0.272691, - 51.49667 - ], + -0.005827, + 51.540816 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi_Ce_0", + "segmentType": "overlap", + "overlapSectionId": "section_33", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 122, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.271686, - 51.495799 + -0.005827, + 51.540816 ], [ - -0.271073, - 51.495435 + -0.006122, + 51.540727 ], [ - -0.270409, - 51.495129 + -0.006658, + 51.540615 ], [ - -0.269416, - 51.494799 + -0.007016, + 51.54058 ], [ - -0.268122, - 51.494579 + -0.007428, + 51.540586 ], [ - -0.267609, - 51.494516 + -0.007897, + 51.540633 ], [ - -0.267151, - 51.494476 + -0.008265, + 51.540692 ], [ - -0.266584, - 51.494461 + -0.008788, + 51.540803 ], [ - -0.265648, - 51.494496 + -0.00931, + 51.540952 ], [ - -0.26138, - 51.494959 - ], + -0.010056, + 51.541228 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi1", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 123, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.260131, - 51.495061 + -0.010056, + 51.541228 ], [ - -0.258175, - 51.49505 + -0.010705, + 51.541517 ], [ - -0.257067, - 51.495065 + -0.010965, + 51.541612 ], [ - -0.254536, - 51.495143 + -0.011691, + 51.541794 ], [ - -0.25453, - 51.495143 + -0.012097, + 51.541931 ], [ - -0.250884, - 51.495146 - ], + -0.013344, + 51.542498 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi_DL_0", + "segmentType": "overlap", + "overlapSectionId": "section_32", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 124, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.248193, - 51.49508 + -0.013344, + 51.542498 ], [ - -0.246928, - 51.495025 + -0.014261, + 51.542824 ], [ - -0.24534, - 51.494904 + -0.014658, + 51.542949 ], [ - -0.244664, - 51.49489 + -0.015367, + 51.543137 ], [ - -0.242845, - 51.494921 + -0.016139, + 51.543305 ], [ - -0.241795, - 51.494875 + -0.016774, + 51.543411 ], [ - -0.240843, - 51.494794 + -0.018303, + 51.543538 ], [ - -0.239607, - 51.49466 + -0.01917, + 51.543577 ], [ - -0.23712, - 51.494255 + -0.021601, + 51.543557 ], [ - -0.236411, - 51.494166 - ], + -0.024909, + 51.543414 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi2_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 125, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.233911, - 51.493982 + -0.024909, + 51.543414 ], [ - -0.232409, - 51.493811 + -0.024909, + 51.543414 ], [ - -0.229526, - 51.493622 + -0.026175, + 51.543359 ], [ - -0.22882, - 51.4936 + -0.027032, + 51.543401 ], [ - -0.228286, - 51.493601 + -0.027564, + 51.54347 ], [ - -0.227169, - 51.493662 + -0.028019, + 51.543553 ], [ - -0.226902, - 51.493658 + -0.02849, + 51.54367 ], [ - -0.226523, - 51.493609 + -0.028993, + 51.54382 ], [ - -0.225957, - 51.493499 + -0.029454, + 51.544 ], [ - -0.224505, - 51.493077 + -0.029861, + 51.54419 ], [ - -0.224291, - 51.492955 + -0.030084, + 51.544317 ], [ - -0.224028, - 51.492804 + -0.031184, + 51.545009 ], [ - -0.222315, - 51.49114 + -0.03186, + 51.545373 ], [ - -0.221893, - 51.49083 + -0.03259, + 51.545707 ], [ - -0.221547, - 51.490642 + -0.033601, + 51.546093 ], [ - -0.221127, - 51.490464 + -0.034616, + 51.546408 ], [ - -0.220401, - 51.49027 + -0.03532, + 51.546574 ], [ - -0.219945, - 51.490191 + -0.036043, + 51.546711 ], [ - -0.219362, - 51.490134 + -0.03712, + 51.54685 ], [ - -0.218948, - 51.490126 + -0.03857, + 51.546936 ], [ - -0.216879, - 51.490229 + -0.042346, + 51.547067 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi2_b", + "segmentType": "solo", + "overlapOffsetPx": 0.3333333333333333 + } + }, + { + "type": "Feature", + "id": 126, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.042346, + 51.547067 ], [ - -0.214924, - 51.490297 + -0.042346, + 51.547067 ], [ - -0.213749, - 51.49026 + -0.044155, + 51.54713 ], [ - -0.213583, - 51.490241 + -0.045699, + 51.547138 ], [ - -0.211835, - 51.49004 + -0.046459, + 51.547162 ], [ - -0.210899, - 51.489959 + -0.048656, + 51.547241 ], [ - -0.210349, - 51.489939 + -0.04943, + 51.547311 ], [ - -0.209805, - 51.489946 + -0.05031, + 51.547334 ], [ - -0.209106, - 51.489987 + -0.052304, + 51.547308 ], [ - -0.208261, - 51.490087 + -0.054784, + 51.54713 ], [ - -0.207444, - 51.490255 + -0.05583, + 51.547075 ], [ - -0.204446, - 51.491153 + -0.056049, + 51.547073 ], [ - -0.204161, - 51.491215 - ], + -0.05717711122416231, + 51.54706410322378 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi2_c", + "segmentType": "solo", + "overlapOffsetPx": 0.6666666666666666 + } + }, + { + "type": "Feature", + "id": 127, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.203851, - 51.491255 + -0.05717711122416231, + 51.54706410322378 ], [ - -0.20325, - 51.491296 + -0.057317, + 51.547063 ], [ - -0.202884, - 51.491278 + -0.058106, + 51.547082 ], [ - -0.202527, - 51.491221 - ], + -0.068564, + 51.547636 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi2_d", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 128, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.201888, - 51.491035 + -0.068564, + 51.547636 ], [ - -0.20009, - 51.490185 + -0.075687, + 51.548165 ], [ - -0.199531, - 51.490025 + -0.077244, + 51.54828 ], [ - -0.198887, - 51.489922 + -0.082787, + 51.548763 ], [ - -0.198333, - 51.489896 + -0.083866, + 51.548816 ], [ - -0.197819, - 51.489906 + -0.084992, + 51.548933 ], [ - -0.197289, - 51.489954 + -0.085823, + 51.548988 ], [ - -0.196808, - 51.49004 + -0.086984, + 51.54903 ], [ - -0.196395, - 51.490151 + -0.088029, + 51.549033 ], [ - -0.195892, - 51.490372 + -0.089104, + 51.549 ], [ - -0.19519, - 51.490803 + -0.090032, + 51.548948 ], [ - -0.193903, - 51.491652 + -0.091182, + 51.548854 ], [ - -0.193087, - 51.49219 + -0.092189, + 51.548737 ], [ - -0.189832, - 51.494266 + -0.092683, + 51.54868 ], [ - -0.189497, - 51.494453 + -0.093586, + 51.548515 ], [ - -0.188997, - 51.494675 + -0.094389, + 51.548341 ], [ - -0.188224, - 51.494916 + -0.097144, + 51.547637 ], [ - -0.187759, - 51.49499 + -0.09867, + 51.547278 ], [ - -0.187203, - 51.49502 + -0.102113, + 51.54652 ], [ - -0.186726, - 51.495029 + -0.102923, + 51.54636 ], [ - -0.18628, - 51.495013 + -0.103948, + 51.546192 ], [ - -0.185817, - 51.494939 + -0.104171, + 51.546156 ], [ - -0.183472, - 51.494438 - ], + -0.104971, + 51.54599 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi_Wi_0", + "segmentType": "overlap", + "overlapSectionId": "section_23", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 129, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.182942, - 51.494333 + -0.104971, + 51.54599 ], [ - -0.180215, - 51.49379 + -0.106426, + 51.545588 ], [ - -0.179702, - 51.493739 + -0.109052, + 51.544974 ], [ - -0.179202, - 51.493723 + -0.110938, + 51.54448 ], [ - -0.17542, - 51.494043 + -0.112818, + 51.544014 ], [ - -0.174655, - 51.494085 + -0.113937, + 51.543819 ], [ - -0.174218, - 51.494088 + -0.114988, + 51.543607 ], [ - -0.173915, - 51.494077 + -0.11677, + 51.543121 ], [ - -0.17217, - 51.494013 - ], + -0.11677, + 51.543121 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi3_a", + "segmentType": "solo", + "overlapOffsetPx": 0.8 + } + }, + { + "type": "Feature", + "id": 130, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.171955, - 51.494062 + -0.11677, + 51.543121 ], [ - -0.171673, - 51.494188 + -0.119792, + 51.542296 ], [ - -0.171519, - 51.494285 + -0.123766, + 51.541329 ], [ - -0.171053, - 51.494768 + -0.125507, + 51.541129 ], [ - -0.170731, - 51.494916 + -0.125969, + 51.541098 ], [ - -0.170116, - 51.495086 + -0.126851, + 51.541074 ], [ - -0.169938, - 51.495166 + -0.130079, + 51.54115 ], [ - -0.16967, - 51.495352 + -0.131904, + 51.54116 ], [ - -0.169544, - 51.495462 + -0.133477, + 51.541244 ], [ - -0.169373, - 51.495682 + -0.135224, + 51.541415 ], [ - -0.169179, - 51.496184 + -0.138561, + 51.541843 ], [ - -0.169027, - 51.496448 - ], + -0.138683, + 51.541857 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi3_b", + "segmentType": "solo", + "overlapOffsetPx": 0.6 + } + }, + { + "type": "Feature", + "id": 131, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.168675, - 51.496764 + -0.138683, + 51.541857 ], [ - -0.16364, - 51.499561 + -0.138683, + 51.541857 ], [ - -0.162875, - 51.500046 + -0.139927, + 51.541997 ], [ - -0.162556, - 51.500277 + -0.141032, + 51.542075 ], [ - -0.161857, - 51.50089 + -0.142106, + 51.542097 ], [ - -0.161448, - 51.501184 + -0.142644, + 51.542132 ], [ - -0.161074, - 51.501392 + -0.14304, + 51.542187 ], [ - -0.160592, - 51.501606 + -0.143303, + 51.542236 ], [ - -0.160592, - 51.501606 + -0.143819, + 51.542369 ], [ - -0.159719, - 51.501866 + -0.144397, + 51.542598 ], [ - -0.158836, - 51.502096 + -0.144835, + 51.54284 ], [ - -0.158555, - 51.502149 + -0.145252, + 51.543136 ], [ - -0.158026, - 51.502206 + -0.145464, + 51.543331 ], [ - -0.156617, - 51.502291 + -0.145815, + 51.543814 ], [ - -0.155811, - 51.502402 + -0.145933, + 51.54406 ], [ - -0.152817, - 51.502915 + -0.146461, + 51.545644 ], [ - -0.150127, - 51.503375 - ], + -0.14665, + 51.54655 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi3_c", + "segmentType": "solo", + "overlapOffsetPx": 0.4 + } + }, + { + "type": "Feature", + "id": 132, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.149738, - 51.503457 + -0.14665, + 51.54655 ], [ - -0.149319, - 51.50357 + -0.14665, + 51.54655 ], [ - -0.148539, - 51.503842 + -0.147072, + 51.548573 ], [ - -0.148106, - 51.504019 + -0.147243, + 51.549608 ], [ - -0.147655, - 51.504234 + -0.14733, + 51.551361 ], [ - -0.143922, - 51.506131 + -0.147612, + 51.552346 ], [ - -0.142835, - 51.506709 + -0.147783, + 51.552666 ], [ - -0.142835, - 51.506709 + -0.148213, + 51.553294 ], [ - -0.141175, - 51.507496 + -0.148845, + 51.553916 ], [ - -0.139753, - 51.508058 + -0.149447, + 51.554428 ], [ - -0.139257, - 51.508223 + -0.150064, + 51.554796 ], [ - -0.137975, - 51.5086 + -0.150934, + 51.555205 ], [ - -0.135798, - 51.50932 - ], + -0.150934, + 51.555205 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi3_d", + "segmentType": "solo", + "overlapOffsetPx": 0.19999999999999996 + } + }, + { + "type": "Feature", + "id": 133, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.13467, - 51.509667 + -0.150934, + 51.555205 ], [ - -0.133898, - 51.509852 + -0.151202, + 51.555331 ], [ - -0.132873, - 51.510097 + -0.151835, + 51.555573 ], [ - -0.131933, - 51.510287 + -0.15269, + 51.555831 ], [ - -0.130663, - 51.5106 + -0.153467, + 51.556013 ], [ - -0.129941, - 51.510783 + -0.153778, + 51.556068 ], [ - -0.12849, - 51.511223 + -0.154506, + 51.556173 ], [ - -0.128302, - 51.511291 + -0.15517, + 51.556225 ], [ - -0.126018, - 51.512128 + -0.156778, + 51.556217 ], [ - -0.125262, - 51.512477 + -0.161807, + 51.555844 ], [ - -0.124295, - 51.513006 + -0.162812, + 51.555726 ], [ - -0.124196, - 51.51306 + -0.164606, + 51.555406 ], [ - -0.122191, - 51.514321 + -0.165668, + 51.555165 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi3_e", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 134, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.165668, + 51.555165 ], [ - -0.122005, - 51.514495 + -0.165668, + 51.555165 ], [ - -0.121738, - 51.514875 + -0.166159, + 51.555054 ], [ - -0.121599, - 51.51501 - ], - [ - -0.120357, - 51.515882 - ], - [ - -0.120005, - 51.516082 - ], - [ - -0.119857, - 51.516188 - ], - [ - -0.119755, - 51.51629 + -0.167804, + 51.554576 ], [ - -0.119699, - 51.516413 + -0.181746, + 51.550677 ], [ - -0.119711, - 51.516684 - ], + -0.183134, + 51.550262 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi3_f", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 135, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.119758, - 51.516821 + -0.183134, + 51.550262 ], [ - -0.120072, - 51.517426 + -0.183134, + 51.550262 ], [ - -0.12037, - 51.518004 + -0.183255, + 51.550226 ], [ - -0.120703, - 51.518494 + -0.184727, + 51.549707 ], [ - -0.121084, - 51.518978 + -0.187544, + 51.548592 ], [ - -0.121303, - 51.519198 + -0.189041, + 51.548082 ], [ - -0.122554, - 51.520193 + -0.189798, + 51.547877 ], [ - -0.123767, - 51.52122 + -0.190643, + 51.54762 ], [ - -0.123912, - 51.521365 + -0.1912, + 51.547491 ], [ - -0.124156, - 51.521677 - ], + -0.19149635932280784, + 51.547422027957815 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi3_g", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 136, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.124235, - 51.52184 + -0.19149635932280784, + 51.547422027957815 ], [ - -0.124274, - 51.522006 - ], + -0.192141, + 51.547272 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi3_h", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 137, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.124218, - 51.522911 + -0.192141, + 51.547272 ], [ - -0.124203, - 51.523145 + -0.192834, + 51.547141 ], [ - -0.124232, - 51.523353 - ], + -0.196296, + 51.546628 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi_Ju_0", + "segmentType": "overlap", + "overlapSectionId": "section_30", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 138, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.1244, - 51.523733 + -0.196296, + 51.546628 ], [ - -0.125318, - 51.525341 + -0.198399, + 51.546226 ], [ - -0.125371, - 51.52548 + -0.200064, + 51.545814 ], [ - -0.125402, - 51.525795 + -0.200881, + 51.545591 ], [ - -0.125337, - 51.526138 - ], + -0.202282, + 51.545136 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi4_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 139, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.125164, - 51.526522 + -0.202282, + 51.545136 ], [ - -0.123846, - 51.529041 + -0.202282, + 51.545136 ], [ - -0.123154, - 51.53024 + -0.202324, + 51.545123 ], [ - -0.122944, - 51.530605 + -0.203251, + 51.544784 ], [ - -0.122879, - 51.53076 + -0.204182, + 51.544401 ], [ - -0.122665, - 51.531536 + -0.205504, + 51.543785 ], [ - -0.122615, - 51.53186 + -0.206573, + 51.543217 ], [ - -0.122542, - 51.533203 + -0.207834, + 51.542481 ], [ - -0.122528, - 51.538368 + -0.208357, + 51.542125 ], [ - -0.122458, - 51.539252 + -0.209265, + 51.541444 ], [ - -0.122414, - 51.540588 + -0.210135, + 51.540702 ], [ - -0.122152, - 51.541595 - ], + -0.210135, + 51.540702 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi4_b", + "segmentType": "solo", + "overlapOffsetPx": 0.5 + } + }, + { + "type": "Feature", + "id": 140, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.12183, - 51.542543 + -0.210135, + 51.540702 ], [ - -0.121063, - 51.544107 + -0.211321, + 51.539689 ], [ - -0.120113, - 51.545902 + -0.212734, + 51.538591 ], [ - -0.118317, - 51.548422 + -0.21436, + 51.537467 ], [ - -0.117756, - 51.54921 + -0.215617, + 51.536655 ], [ - -0.116383, - 51.55048 + -0.217031, + 51.535838 ], [ - -0.113009, - 51.55273 + -0.218103, + 51.535288 ], [ - -0.11296, - 51.552768 + -0.219041, + 51.53487 ], [ - -0.111845, - 51.553641 - ], + -0.219925, + 51.534525 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi4_c", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 141, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.110054, - 51.555447 + -0.219925, + 51.534525 ], [ - -0.108732, - 51.556893 + -0.219925, + 51.534525 ], [ - -0.107715, - 51.557712 + -0.220226, + 51.534408 ], [ - -0.106998, - 51.558725 + -0.221516, + 51.534015 ], [ - -0.106998, - 51.558725 + -0.222616, + 51.533738 ], [ - -0.106731, - 51.562197 + -0.223193, + 51.53361 ], [ - -0.106445, - 51.563611 + -0.224148, + 51.533433 ], [ - -0.106363, - 51.564396 + -0.225288, + 51.53327 ], [ - -0.106239, - 51.56558 + -0.225848, + 51.533223 ], [ - -0.106123, - 51.566218 + -0.227095, + 51.533158 ], [ - -0.10586, - 51.567087 + -0.233775, + 51.532894 ], [ - -0.105515, - 51.567634 + -0.234499, + 51.532872 ], [ - -0.105086, - 51.568094 + -0.236985, + 51.532847 ], [ - -0.104641, - 51.56839 + -0.239989, + 51.532739 ], [ - -0.104094, - 51.568626 + -0.241572, + 51.532642 ], [ - -0.103429, - 51.568797 + -0.2423, + 51.532538 ], [ - -0.10275, - 51.568889 + -0.242694, + 51.532435 ], [ - -0.101852, - 51.568938 + -0.24318, + 51.532249 ], [ - -0.100328, - 51.568958 - ], + -0.243645, + 51.531996 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi4_d", + "segmentType": "solo", + "overlapOffsetPx": 1.5 + } + }, + { + "type": "Feature", + "id": 142, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.099529, - 51.568998 + -0.243645, + 51.531996 ], [ - -0.098891, - 51.569072 + -0.243645, + 51.531996 ], [ - -0.098308, - 51.569187 + -0.243645, + 51.531996 ], [ - -0.097839, - 51.569368 + -0.24399, + 51.531727 ], [ - -0.097399, - 51.5696 + -0.244299, + 51.531342 ], [ - -0.096956, - 51.569867 + -0.244388, + 51.531169 ], [ - -0.096384, - 51.570321 + -0.244468, + 51.530917 ], [ - -0.095819, - 51.570804 + -0.244592, + 51.530322 ], [ - -0.095534, - 51.571047 + -0.244712, + 51.530056 ], [ - -0.095334, - 51.571323 + -0.244846, + 51.529841 ], [ - -0.095202, - 51.57162 + -0.245056, + 51.529598 ], [ - -0.095148, - 51.571913 + -0.245315, + 51.529361 ], [ - -0.095163, - 51.572296 + -0.245565, + 51.529181 ], [ - -0.09528, - 51.572699 + -0.245907, + 51.528987 ], [ - -0.095479, - 51.573102 + -0.246433, + 51.528771 ], [ - -0.095673, - 51.573406 + -0.247824, + 51.528466 ], [ - -0.096783, - 51.574838 + -0.249302, + 51.528076 ], [ - -0.098187, - 51.576584 + -0.249668, + 51.52793 ], [ - -0.098462, - 51.576954 + -0.250178, + 51.527672 ], [ - -0.098655, - 51.57733 + -0.250593, + 51.527407 ], [ - -0.098741, - 51.57765 + -0.251097, + 51.526998 ], [ - -0.099605, - 51.582893 + -0.251893, + 51.526224 ], [ - -0.100121, - 51.585138 + -0.252943, + 51.525101 ], [ - -0.100637, - 51.586429 + -0.254202, + 51.523666 ], [ - -0.101818, - 51.588393 + -0.254907, + 51.522672 ], [ - -0.102271, - 51.589082 + -0.255539, + 51.521717 ], [ - -0.102833, - 51.59029 + -0.256057, + 51.520827 ], [ - -0.103404, - 51.591518 + -0.256591, + 51.51975 ], [ - -0.103608, - 51.591825 + -0.257217, + 51.518687 ], [ - -0.103928, - 51.592227 + -0.25771, + 51.517981 ], [ - -0.107629, - 51.595571 + -0.259955, + 51.514951 ], [ - -0.109755, - 51.597419 + -0.260509, + 51.514125 ], [ - -0.109755, - 51.597419 + -0.261291, + 51.51275 ], [ - -0.111005, - 51.598389 + -0.261785, + 51.511719 ], [ - -0.111702, - 51.598868 + -0.262254, + 51.51047 ], [ - -0.112278, - 51.599191 - ], - [ - -0.113176, - 51.599599 - ], - [ - -0.114527, - 51.600273 - ], - [ - -0.118708, - 51.601942 - ], - [ - -0.119113, - 51.602152 - ], - [ - -0.119722, - 51.60254 - ], + -0.262832, + 51.508702 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi4_e", + "segmentType": "solo", + "overlapOffsetPx": 2 + } + }, + { + "type": "Feature", + "id": 143, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.12041, - 51.603161 + -0.262832, + 51.508702 ], [ - -0.120971, - 51.603887 + -0.262832, + 51.508702 ], [ - -0.121617, - 51.605011 + -0.263127, + 51.507798 ], [ - -0.122023, - 51.60558 + -0.263616, + 51.50666 ], [ - -0.12238, - 51.606009 + -0.263796, + 51.506374 ], [ - -0.122825, - 51.606408 + -0.264239, + 51.505549 ], [ - -0.123209, - 51.606671 + -0.264761, + 51.504749 ], [ - -0.124134, - 51.607066 + -0.26525, + 51.504074 ], [ - -0.124214, - 51.607096 + -0.265832, + 51.503367 ], [ - -0.125715, - 51.607676 + -0.266475, + 51.502644 ], [ - -0.127011, - 51.608258 + -0.267109, + 51.502001 ], [ - -0.128338, - 51.608792 + -0.267649, + 51.501497 ], [ - -0.130223, - 51.609404 + -0.268925, + 51.500439 ], [ - -0.130813, - 51.609661 + -0.269707, + 51.499844 ], [ - -0.131442, - 51.610014 - ], + -0.270032, + 51.499626 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi4_f", + "segmentType": "solo", + "overlapOffsetPx": 1.5 + } + }, + { + "type": "Feature", + "id": 144, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.131847, - 51.61033 + -0.270032, + 51.499626 ], [ - -0.132061, - 51.610538 + -0.270032, + 51.499626 ], [ - -0.132484, - 51.611078 + -0.27051, + 51.499304 ], [ - -0.132773, - 51.611597 + -0.271068, + 51.498979 ], [ - -0.132901, - 51.612019 + -0.2715, + 51.498585 ], [ - -0.132949, - 51.612404 + -0.271913, + 51.498124 ], [ - -0.132963, - 51.614472 + -0.272103, + 51.497815 ], [ - -0.133265, - 51.616355 + -0.272298, + 51.497422 ], [ - -0.133386, - 51.617112 + -0.272361, + 51.497227 ], [ - -0.133574, - 51.617626 + -0.272453, + 51.496642 ], [ - -0.133879, - 51.618165 + -0.272405, + 51.496196 ], [ - -0.134915, - 51.619401 + -0.272194, + 51.49526 ], [ - -0.135113, - 51.619736 + -0.272237, + 51.494629 ], [ - -0.135288, - 51.620161 + -0.272432, + 51.493959 ], [ - -0.135391, - 51.620689 + -0.272651, + 51.493618 ], [ - -0.135808, - 51.623537 - ], + -0.272861, + 51.493347 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi4_g", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 145, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.135845, - 51.623902 + -0.272861, + 51.493347 ], [ - -0.135832, - 51.624449 + -0.273324, + 51.492913 ], [ - -0.135734, - 51.625039 + -0.274233, + 51.492298 ], [ - -0.135494, - 51.625754 + -0.274984, + 51.491909 ], [ - -0.135176, - 51.62636 + -0.275156, + 51.491783 ], [ - -0.134906, - 51.626757 + -0.275325, + 51.49166 ], [ - -0.134443, - 51.627309 + -0.275566, + 51.491452 ], [ - -0.133375, - 51.628252 + -0.275817, + 51.491191 ], [ - -0.132833, - 51.628681 + -0.276229, + 51.490655 ], [ - -0.13059, - 51.630198 + -0.276387, + 51.49037 ], [ - -0.128981, - 51.631465 + -0.276548, + 51.489987 ], [ - -0.127811, - 51.632334 + -0.27671, + 51.489441 ], [ - -0.127811, - 51.632334 + -0.276771, + 51.488974 ], [ - -0.126406, - 51.63331 + -0.276791, + 51.48842 ], [ - -0.125973, - 51.633642 + -0.276971, + 51.487367 ], [ - -0.125621, - 51.633992 + -0.277272, + 51.486536 ], [ - -0.125333, - 51.634358 + -0.277883, + 51.485524 ], [ - -0.125183, - 51.634603 + -0.278229, + 51.485122 ], [ - -0.125063, - 51.634879 + -0.281788, + 51.481633 ], [ - -0.124955, - 51.635234 + -0.282969, + 51.480403 ], [ - -0.124909, - 51.635686 + -0.283789, + 51.479365 ], [ - -0.124941, - 51.636478 + -0.283959, + 51.479103 ], [ - -0.125059, - 51.637105 + -0.284292, + 51.478571 ], [ - -0.127236, - 51.643155 + -0.284608, + 51.477975 ], [ - -0.127538, - 51.643885 + -0.284909, + 51.477342 ], [ - -0.127904, - 51.64488 + -0.285044, + 51.476998 ], [ - -0.12822, - 51.645391 + -0.285104, + 51.476847 ], [ - -0.128602, - 51.645794 + -0.285282, + 51.476316 ], [ - -0.129206, - 51.646278 + -0.28718, + 51.469621 ], [ - -0.129991, - 51.646699 + -0.287384, + 51.469128 ], [ - -0.131882, - 51.64755 + -0.287907, + 51.468131 ], [ - -0.131904, - 51.64756 + -0.288514, + 51.467263 ], [ - -0.132616, - 51.647918 + -0.289246, + 51.466419 ], [ - -0.133872, - 51.64848 + -0.289761, + 51.465914 ], [ - -0.135183, - 51.64899 + -0.290222, + 51.465515 ], [ - -0.135572, - 51.649108 + -0.290544, + 51.465273 ], [ - -0.136719, - 51.649413 + -0.290892, + 51.465055 ], [ - -0.138758, - 51.649803 + -0.291329, + 51.464838 ], [ - -0.139204, - 51.649872 + -0.291702, + 51.464693 ], [ - -0.140745, - 51.650011 + -0.292235, + 51.464543 ], [ - -0.142227, - 51.650084 + -0.292742, + 51.464435 ], [ - -0.142978, - 51.650143 + -0.296008, + 51.463895 ], [ - -0.144688, - 51.650388 + -0.297791, + 51.463567 ], [ - -0.146815, - 51.650821 + -0.298561, + 51.46347 ], [ - -0.147727, - 51.651086 + -0.299594, + 51.463461 ], [ - -0.14935, - 51.651605 + -0.301184, + 51.463331 ] ] }, "properties": { - "line": "Piccadilly", - "name": "Piccadilly", - "color": "#0019A8", - "order": 16 + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi_Di_0", + "segmentType": "overlap", + "overlapSectionId": "section_31", + "overlapOffsetPx": 1 } }, { "type": "Feature", + "id": 146, "geometry": { "type": "LineString", "coordinates": [ [ - -0.074925, - 51.546147 + -0.244592, + 51.530322 ], [ - -0.074858, - 51.545946 + -0.244304, + 51.529802 ], [ - -0.07485, - 51.545726 + -0.243931, + 51.529275 ], [ - -0.074885, - 51.544661 + -0.243641, + 51.528965 ], [ - -0.074958, - 51.544008 + -0.243298, + 51.528693 ], [ - -0.075168, - 51.543001 + -0.242895, + 51.528454 ], [ - -0.075542, - 51.538706 + -0.242477, + 51.528265 ], [ - -0.075721, - 51.53665 + -0.242014, + 51.52811 ], [ - -0.075728, - 51.534769 + -0.241259, + 51.527971 ], [ - -0.075644, - 51.532401 + -0.238563, + 51.527742 ], [ - -0.075635, - 51.53152 + -0.237964, + 51.52767 ], [ - -0.075631, - 51.531137 + -0.237367, + 51.527535 ], [ - -0.075676, - 51.530872 + -0.237037, + 51.527424 ], [ - -0.075765, - 51.53058 + -0.236736, + 51.527299 ], [ - -0.07588, - 51.530325 + -0.23623, + 51.527032 ], [ - -0.076084, - 51.53001 + -0.236005, + 51.526872 ], [ - -0.076524, - 51.529537 + -0.235662, + 51.526557 ], [ - -0.077507, - 51.528748 + -0.234361, + 51.52512 ], [ - -0.077955, - 51.528334 + -0.233763, + 51.52461 ], [ - -0.078247, - 51.527948 + -0.233369, + 51.52432 ], [ - -0.07852, - 51.527432 + -0.232312, + 51.523711 ], [ - -0.078666, - 51.526951 + -0.231866, + 51.52342 ], [ - -0.078735, - 51.526273 + -0.231231, + 51.523051 ], [ - -0.078728, - 51.524859 + -0.230504, + 51.52255 ], [ - -0.078682, - 51.524587 + -0.229166, + 51.521486 ], [ - -0.078587, - 51.524377 + -0.228393, + 51.520923 ], [ - -0.078417, - 51.52416 + -0.226759, + 51.519573 ], [ - -0.078137, - 51.523896 + -0.225634, + 51.518588 ], [ - -0.07771, - 51.52363 + -0.224463, + 51.51743 ], [ - -0.077413, - 51.523508 + -0.223814, + 51.516711 ], [ - -0.077121, - 51.523423 + -0.223133, + 51.515895 ], [ - -0.076617, - 51.523323 + -0.222961, + 51.51563 ], [ - -0.076071, - 51.523289 - ], - [ - -0.075244, - 51.523277 + -0.222315, + 51.514792 ], [ - -0.072519, - 51.523236 + -0.221493, + 51.513589 ], [ - -0.071626, - 51.523141 + -0.220669, + 51.5122 ], [ - -0.067069, - 51.522492 + -0.220008, + 51.510888 ], [ - -0.064867, - 51.522278 + -0.219471, + 51.509603 ], [ - -0.064444, - 51.522215 + -0.218932, + 51.507939 ], [ - -0.064203, - 51.522157 + -0.218687, + 51.507319 ], [ - -0.063514, - 51.521949 + -0.218351, + 51.506593 ], [ - -0.063203, - 51.521824 + -0.217791, + 51.50557 ], [ - -0.062607, - 51.521493 + -0.217604, + 51.505296 ], [ - -0.062156, - 51.521188 - ], + -0.217604, + 51.505296 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi5_a", + "segmentType": "solo", + "overlapOffsetPx": 2 + } + }, + { + "type": "Feature", + "id": 147, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.061577, - 51.520734 + -0.217604, + 51.505296 ], [ - -0.060935, - 51.520268 + -0.217128, + 51.504598 ], [ - -0.059809, - 51.519564 + -0.216448, + 51.503689 ], [ - -0.0598, - 51.519559 + -0.21569, + 51.502862 ], [ - -0.058095, - 51.51845 + -0.215113, + 51.502272 ], [ - -0.057999, - 51.518362 + -0.213818, + 51.501026 ], [ - -0.057462, - 51.517768 + -0.212793, + 51.500129 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi5_b", + "segmentType": "solo", + "overlapOffsetPx": 3 + } + }, + { + "type": "Feature", + "id": 148, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.212793, + 51.500129 ], [ - -0.057239, - 51.517426 + -0.210098, + 51.497945 ], [ - -0.057133, - 51.517173 + -0.207596, + 51.495917 ], [ - -0.057069, - 51.516913 + -0.20679, + 51.49538 ], [ - -0.056939, - 51.516022 + -0.205224, + 51.49461 ], [ - -0.056871, - 51.515246 + -0.204641, + 51.494285 ], [ - -0.056902, - 51.51187 + -0.204231, + 51.494018 ], [ - -0.056868, - 51.511279 + -0.203597, + 51.493536 ], [ - -0.05687, - 51.511228 + -0.203181, + 51.493141 ], [ - -0.056896, - 51.510594 + -0.200581, + 51.490254 ], [ - -0.056875, - 51.509923 + -0.20008, + 51.489744 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi_Di_2", + "segmentType": "overlap", + "overlapSectionId": "section_35", + "overlapOffsetPx": 3 + } + }, + { + "type": "Feature", + "id": 149, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.20008, + 51.489744 ], [ - -0.05653, - 51.505702 + -0.199519, + 51.489262 ], [ - -0.056409, - 51.505205 + -0.198329, + 51.488448 ], [ - -0.056203, - 51.504728 + -0.197464, + 51.487943 ], [ - -0.055945, - 51.504383 + -0.196818, + 51.48765 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi6", + "segmentType": "solo", + "overlapOffsetPx": 2.75 + } + }, + { + "type": "Feature", + "id": 150, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.196818, + 51.48765 ], [ - -0.0559, - 51.504322 + -0.19611, + 51.48737 ], [ - -0.052122, - 51.501029 + -0.195699, + 51.487145 ], [ - -0.051958, - 51.500849 + -0.195331, + 51.486943 ], [ - -0.051806, - 51.500681 + -0.194744, + 51.48659 ], [ - -0.051417, - 51.500188 + -0.194183, + 51.486203 ], [ - -0.050774, - 51.499236 + -0.193464, + 51.485641 ], [ - -0.050114, - 51.497816 + -0.193049, + 51.485262 ], [ - -0.05005, - 51.497678 + -0.191649, + 51.483781 ], [ - -0.049071, - 51.495836 + -0.190914, + 51.483086 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi_Di_1", + "segmentType": "overlap", + "overlapSectionId": "section_34", + "overlapOffsetPx": 2.5 + } + }, + { + "type": "Feature", + "id": 151, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.190914, + 51.483086 ], [ - -0.048662, - 51.494781 + -0.188798, + 51.481243 ], [ - -0.048355, - 51.494175 + -0.188154, + 51.480729 ], [ - -0.048013, - 51.493718 + -0.187104, + 51.47999 ], [ - -0.047551, - 51.493186 + -0.186547, + 51.479553 ], [ - -0.047316, - 51.492916 + -0.186184, + 51.479237 ], [ - -0.046834, - 51.492247 + -0.185704, + 51.478769 ], [ - -0.046701, - 51.492029 + -0.184788, + 51.477716 ], [ - -0.046441, - 51.491469 + -0.184372, + 51.477129 ], [ - -0.046185, - 51.490848 + -0.1838, + 51.476177 ], [ - -0.045686, - 51.489469 + -0.183499, + 51.475728 ], [ - -0.045521, - 51.489153 + -0.183292, + 51.475465 ], [ - -0.04518, - 51.488657 + -0.182874, + 51.475017 ], [ - -0.044313, - 51.487643 + -0.182801, + 51.474959 ], [ - -0.043892, - 51.486944 + -0.182801, + 51.474959 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi7_a", + "segmentType": "solo", + "overlapOffsetPx": 2.25 + } + }, + { + "type": "Feature", + "id": 152, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.182801, + 51.474959 ], [ - -0.043736, - 51.486484 + -0.182429, + 51.474667 ], [ - -0.043684, - 51.486087 + -0.182082, + 51.474441 ], [ - -0.043722, - 51.485071 + -0.181531, + 51.474109 ], [ - -0.043689, - 51.484776 + -0.181028, + 51.473839 ], [ - -0.043603, - 51.484513 + -0.180575, + 51.47365 ], [ - -0.043356, - 51.483997 + -0.17713, + 51.472393 ], [ - -0.043154, - 51.483706 + -0.176398, + 51.472178 ], [ - -0.042832, - 51.483411 + -0.175539, + 51.471973 ], [ - -0.042542, - 51.483233 + -0.174401, + 51.471771 ], [ - -0.041475, - 51.482746 + -0.168588, + 51.470981 ], [ - -0.040971, - 51.482574 + -0.16793, + 51.470847 ], [ - -0.040506, - 51.482459 + -0.167615, + 51.470764 ], [ - -0.03993, - 51.482365 + -0.167269, + 51.470644 ], [ - -0.038123, - 51.482226 + -0.166781, + 51.47042 ], [ - -0.037361, - 51.482117 + -0.166328, + 51.470149 ], [ - -0.036981, - 51.482019 + -0.165857, + 51.469758 ], [ - -0.036376, - 51.48181 + -0.165601, + 51.469466 ], [ - -0.035996, - 51.481636 + -0.165367, + 51.469085 ], [ - -0.035682, - 51.481453 + -0.165236, + 51.468715 ], [ - -0.035417, - 51.481268 + -0.165202, + 51.468389 ], [ - -0.035087, - 51.48099 + -0.165235, + 51.468066 ], [ - -0.034917, - 51.480817 + -0.165325, + 51.467766 ], [ - -0.034686, - 51.480486 + -0.165556, + 51.467393 ], [ - -0.034512, - 51.480015 + -0.165866, + 51.467086 + ] + ] + }, + "properties": { + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi7_b", + "segmentType": "solo", + "overlapOffsetPx": 2 + } + }, + { + "type": "Feature", + "id": 153, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.165866, + 51.467086 ], [ - -0.034379, - 51.479132 + -0.166205, + 51.466845 ], [ - -0.034313, - 51.47898 + -0.16655, + 51.466661 ], [ - -0.034183, - 51.47879 + -0.168669, + 51.465753 ], [ - -0.032963, - 51.477242 + -0.169187, + 51.465567 ], [ - -0.032707, - 51.476954 + -0.169876, + 51.465355 ], [ - -0.032341, - 51.476631 + -0.171031, + 51.465049 ] ] }, "properties": { - "line": "Windrush", - "name": "Windrush", - "color": "#ED1B00", - "order": 15 + "line": "Mildmay", + "name": "Mildmay", + "color": "#0077AD", + "order": 12, + "segmentName": "Mi_Wi_1", + "segmentType": "overlap", + "overlapSectionId": "section_24", + "overlapOffsetPx": 2 } }, { "type": "Feature", + "id": 154, "geometry": { "type": "LineString", "coordinates": [ [ - -0.103947, - 51.546193 + -0.134286, + 51.528432 ], [ - -0.103706, - 51.546239 + -0.134382, + 51.528674 ], [ - -0.102923, - 51.54636 + -0.1347, + 51.529071 ], [ - -0.102113, - 51.54652 + -0.135106, + 51.529371 ], [ - -0.09867, - 51.547278 + -0.135672, + 51.529734 ], [ - -0.097144, - 51.547637 + -0.136106, + 51.529978 ], [ - -0.094389, - 51.548341 + -0.138282, + 51.531112 ], [ - -0.093269, - 51.54858 + -0.140268, + 51.531987 ], [ - -0.092534, - 51.5487 + -0.140646, + 51.532175 ], [ - -0.09219, - 51.548739 + -0.141233, + 51.532511 ], [ - -0.091182, - 51.548854 + -0.141745, + 51.532865 ], [ - -0.090032, - 51.548948 + -0.142194, + 51.533213 ], [ - -0.089104, - 51.549 + -0.142952, + 51.533873 ], [ - -0.088029, - 51.549033 + -0.145509, + 51.536254 ], [ - -0.086984, - 51.54903 + -0.146754, + 51.537338 ], [ - -0.085823, - 51.548988 + -0.150081, + 51.54037 ], [ - -0.084992, - 51.548933 + -0.150645, + 51.540863 ], [ - -0.083866, - 51.548816 + -0.151154, + 51.541255 ], [ - -0.082787, - 51.548763 + -0.151787, + 51.541656 ], [ - -0.080158, - 51.548536 + -0.152179, + 51.541856 ], [ - -0.077947, - 51.548267 + -0.152806, + 51.542149 ], [ - -0.077326, - 51.548118 + -0.153555, + 51.542432 ], [ - -0.07706, - 51.548032 + -0.15416, + 51.542619 ], [ - -0.076723, - 51.547907 + -0.154673, + 51.542749 ], [ - -0.076283, - 51.547677 + -0.155345, + 51.542879 ], [ - -0.076096, - 51.547564 + -0.155873, + 51.542955 ], [ - -0.075837, - 51.547348 + -0.156863, + 51.543021 ], [ - -0.075415, - 51.546943 + -0.159262, + 51.542968 ], [ - -0.075224, - 51.546708 + -0.160397, + 51.54298 ], [ - -0.074974, - 51.546291 + -0.160923, + 51.54302 ], [ - -0.074925, - 51.546147 + -0.161976, + 51.543175 ], [ - -0.074858, - 51.545946 + -0.162802, + 51.543262 ], [ - -0.07485, - 51.545726 + -0.163725, + 51.543262 ], [ - -0.074885, - 51.544661 + -0.164733, + 51.543215 ], [ - -0.074958, - 51.544008 + -0.175098, + 51.541872 ], [ - -0.075168, - 51.543001 - ], + -0.178833, + 51.541339 + ] + ] + }, + "properties": { + "line": "Lioness", + "name": "Lioness", + "color": "#FAA61A", + "order": 11, + "segmentName": "Li0_a", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 155, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.075542, - 51.538706 + -0.178833, + 51.541339 ], [ - -0.075721, - 51.53665 + -0.178833, + 51.541339 ], [ - -0.075728, - 51.534769 + -0.180404, + 51.541115 ], [ - -0.075644, - 51.532401 + -0.181578, + 51.540897 ], [ - -0.075635, - 51.53152 + -0.182604, + 51.540677 ], [ - -0.075631, - 51.531137 + -0.184336, + 51.540225 ], [ - -0.075676, - 51.530872 + -0.186177, + 51.539684 ], [ - -0.075765, - 51.53058 + -0.186863, + 51.539462 ], [ - -0.07588, - 51.530325 + -0.188054, + 51.539037 ], [ - -0.076084, - 51.53001 + -0.192304, + 51.537352 ], [ - -0.076524, - 51.529537 - ], + -0.192304, + 51.537352 + ] + ] + }, + "properties": { + "line": "Lioness", + "name": "Lioness", + "color": "#FAA61A", + "order": 11, + "segmentName": "Li0_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 156, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.077507, - 51.528748 + -0.192304, + 51.537352 ], [ - -0.077955, - 51.528334 + -0.192321, + 51.537345 ], [ - -0.078247, - 51.527948 + -0.193473, + 51.536873 ], [ - -0.07852, - 51.527432 + -0.193702, + 51.53675 ], [ - -0.078666, - 51.526951 + -0.194583, + 51.536432 ], [ - -0.078735, - 51.526273 + -0.195953, + 51.536018 ], [ - -0.078728, - 51.524859 - ], + -0.197943, + 51.53548 + ] + ] + }, + "properties": { + "line": "Lioness", + "name": "Lioness", + "color": "#FAA61A", + "order": 11, + "segmentName": "Li0_c", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 157, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.078648, - 51.524492 + -0.197943, + 51.53548 ], [ - -0.078587, - 51.524377 + -0.198516, + 51.535335 ], [ - -0.078277, - 51.524016 + -0.200185, + 51.534991 ], [ - -0.078137, - 51.523896 + -0.202214, + 51.534647 ], [ - -0.077839, - 51.523701 + -0.203832, + 51.53432 ], [ - -0.077413, - 51.523508 + -0.204221, + 51.534212 ], [ - -0.077121, - 51.523423 + -0.204715, + 51.534126 ], [ - -0.076617, - 51.523323 + -0.206419, + 51.533829 ], [ - -0.076071, - 51.523289 + -0.207102, + 51.533743 ], [ - -0.075243, - 51.523279 + -0.208851, + 51.533428 ], [ - -0.072828, - 51.523251 + -0.209925, + 51.533272 ], [ - -0.072169, - 51.523202 + -0.211911, + 51.532875 ], [ - -0.071626, - 51.523141 + -0.215898, + 51.532026 ], [ - -0.067069, - 51.522492 + -0.218413, + 51.531441 ], [ - -0.064642, - 51.522246 + -0.219789, + 51.531142 ], [ - -0.064203, - 51.522157 + -0.22063, + 51.530983 ], [ - -0.063514, - 51.521949 + -0.222, + 51.530773 ], [ - -0.063203, - 51.521824 + -0.222544, + 51.530711 ], [ - -0.062355, - 51.521332 + -0.223964, + 51.530605 ], [ - -0.060935, - 51.520268 + -0.223964, + 51.530605 ], [ - -0.059809, - 51.519564 + -0.231146, + 51.530188 ], [ - -0.0598, - 51.519559 + -0.232552, + 51.530147 ], [ - -0.058095, - 51.51845 + -0.233653, + 51.530166 ], [ - -0.057462, - 51.517768 + -0.235016, + 51.530254 ], [ - -0.057239, - 51.517426 + -0.235877, + 51.530333 ], [ - -0.057133, - 51.517173 + -0.236343, + 51.530419 ], [ - -0.057069, - 51.516913 + -0.236768, + 51.530533 ], [ - -0.056939, - 51.516022 + -0.237137, + 51.530658 ], [ - -0.056871, - 51.515246 + -0.237672, + 51.530933 ], [ - -0.056902, - 51.51187 + -0.238485, + 51.531398 ], [ - -0.056868, - 51.511279 + -0.238889, + 51.53159 ], [ - -0.05687, - 51.511228 + -0.239351, + 51.531749 ], [ - -0.056896, - 51.510594 + -0.239832, + 51.53186 ], [ - -0.056875, - 51.509923 + -0.240351, + 51.531936 ], [ - -0.05653, - 51.505702 + -0.242007, + 51.5321 ], [ - -0.056409, - 51.505205 + -0.24299, + 51.532216 ], [ - -0.056284, - 51.504893 + -0.243833, + 51.53238 ], [ - -0.056203, - 51.504728 + -0.2442, + 51.532432 ], [ - -0.055945, - 51.504383 + -0.244369, + 51.532456 ], [ - -0.0559, - 51.504322 + -0.244706, + 51.532483 ], [ - -0.052221, - 51.501125 + -0.245748, + 51.532492 ], [ - -0.051963, - 51.500848 + -0.246171, + 51.532513 ], [ - -0.051806, - 51.500681 + -0.247353, + 51.532652 ], [ - -0.051417, - 51.500188 + -0.248319, + 51.532851 ], [ - -0.050774, - 51.499236 + -0.249285, + 51.53311 ], [ - -0.050114, - 51.497816 + -0.250196, + 51.533379 ], [ - -0.05005, - 51.497678 + -0.252023, + 51.533979 ], [ - -0.049071, - 51.495836 + -0.253114, + 51.534462 ], [ - -0.048662, - 51.494781 + -0.257515, + 51.536181 ], [ - -0.048355, - 51.494175 + -0.257542, + 51.536192 ], [ - -0.048013, - 51.493718 + -0.258376, + 51.536566 ], [ - -0.047551, - 51.493186 + -0.262818, + 51.538657 ], [ - -0.047316, - 51.492916 + -0.26652, + 51.540261 ], [ - -0.047049, - 51.492564 + -0.269554, + 51.541553 ], [ - -0.046701, - 51.492029 + -0.270504, + 51.541936 ], [ - -0.046185, - 51.490848 + -0.275514, + 51.543814 ], [ - -0.045686, - 51.489469 + -0.276399, + 51.544146 ], [ - -0.045521, - 51.489153 + -0.282009, + 51.546158 ], [ - -0.04518, - 51.488657 + -0.282409, + 51.546292 ], [ - -0.044313, - 51.487643 + -0.283317, + 51.546552 ], [ - -0.043892, - 51.486944 + -0.284477, + 51.546803 ], [ - -0.043736, - 51.486484 + -0.285182, + 51.546911 ], [ - -0.043684, - 51.486087 + -0.285988, + 51.547004 ], [ - -0.043722, - 51.485071 + -0.290506, + 51.547348 ], [ - -0.043689, - 51.484776 + -0.291038, + 51.547452 ], [ - -0.043603, - 51.484513 + -0.291484, + 51.547577 ], [ - -0.042897, - 51.483077 + -0.291688, + 51.54765 ], [ - -0.042778, - 51.482682 + -0.29207, + 51.547829 ], [ - -0.042734, - 51.482311 + -0.292521, + 51.54811 ], [ - -0.042618, - 51.479972 + -0.292933, + 51.548453 ], [ - -0.042596, - 51.479716 + -0.294661, + 51.550213 ], [ - -0.042533, - 51.479479 + -0.29681, + 51.552281 ], [ - -0.042254, - 51.478898 + -0.296856, + 51.552331 ], [ - -0.042029, - 51.478589 + -0.298535, + 51.554165 ], [ - -0.041445, - 51.477577 + -0.299065, + 51.554831 ], [ - -0.040838, - 51.476653 + -0.300189, + 51.556415 ], [ - -0.040418, - 51.475778 + -0.300708, + 51.557211 ], [ - -0.040148, - 51.475173 + -0.302412, + 51.560065 ], [ - -0.039192, - 51.473031 + -0.303687, + 51.562083 ], [ - -0.038988, - 51.472475 + -0.303942, + 51.562537 ], [ - -0.038155, - 51.47065 + -0.305392, + 51.565119 ], [ - -0.037898, - 51.469876 + -0.306494, + 51.567012 ], [ - -0.037725, - 51.469239 + -0.308386, + 51.570218 ], [ - -0.037518, - 51.467945 + -0.311412, + 51.575348 ], [ - -0.037394, - 51.466585 + -0.312046, + 51.576408 ], [ - -0.037389, - 51.465882 + -0.312504, + 51.577113 ], [ - -0.037448, - 51.464845 + -0.313321, + 51.578204 ], [ - -0.037478, - 51.464647 + -0.314209, + 51.579233 ], [ - -0.037599, - 51.463859 + -0.315215, + 51.580233 ], [ - -0.037781, - 51.463115 + -0.31647, + 51.581404 ], [ - -0.037999, - 51.46238 + -0.31719, + 51.582076 ], [ - -0.038546, - 51.460843 + -0.318317, + 51.583021 ], [ - -0.039285, - 51.458953 + -0.320271, + 51.584433 ], [ - -0.040529, - 51.455907 + -0.321705, + 51.585392 ], [ - -0.040839, - 51.455315 + -0.323576, + 51.586557 ], [ - -0.041645, - 51.454069 + -0.325124, + 51.587417 ], [ - -0.042236, - 51.453315 + -0.328118, + 51.5889 ], [ - -0.042977, - 51.452475 + -0.330403, + 51.58999 ], [ - -0.044573, - 51.450842 + -0.334945, + 51.592084 ], [ - -0.045405, - 51.449955 + -0.33521, + 51.592224 ], [ - -0.045806, - 51.449527 + -0.336336, + 51.592819 + ] + ] + }, + "properties": { + "line": "Lioness", + "name": "Lioness", + "color": "#FAA61A", + "order": 11, + "segmentName": "Li_Ba_0", + "segmentType": "overlap", + "overlapSectionId": "section_36", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 158, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.336336, + 51.592819 ], [ - -0.049903, - 51.444273 + -0.337753, + 51.593516 ], [ - -0.051298, - 51.442535 + -0.34192, + 51.595501 ], [ - -0.051969, - 51.441533 + -0.347791, + 51.598272 ], [ - -0.05242, - 51.440709 + -0.3519, + 51.600242 ], [ - -0.052693, - 51.440141 + -0.353961, + 51.601211 ], [ - -0.052974, - 51.439306 + -0.357183, + 51.602681 + ] + ] + }, + "properties": { + "line": "Lioness", + "name": "Lioness", + "color": "#FAA61A", + "order": 11, + "segmentName": "Li1_a", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 159, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.357183, + 51.602681 ], [ - -0.052974, - 51.439306 + -0.357183, + 51.602681 ], [ - -0.053209, - 51.438371 + -0.357189, + 51.602684 ], [ - -0.053376, - 51.437367 + -0.357689, + 51.602964 ], [ - -0.05341, - 51.436776 + -0.360181, + 51.604263 ], [ - -0.053406, - 51.436318 + -0.362686, + 51.605676 ], [ - -0.053337, - 51.435551 + -0.364896, + 51.606982 ], [ - -0.053028, - 51.433874 + -0.366269, + 51.607865 ], [ - -0.052923, - 51.4331 + -0.368572, + 51.609436 + ] + ] + }, + "properties": { + "line": "Lioness", + "name": "Lioness", + "color": "#FAA61A", + "order": 11, + "segmentName": "Li1_b", + "segmentType": "solo", + "overlapOffsetPx": 0.6666666666666667 + } + }, + { + "type": "Feature", + "id": 160, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.368572, + 51.609436 ], [ - -0.052907, - 51.432117 + -0.368572, + 51.609436 ], [ - -0.052946, - 51.431435 + -0.368613, + 51.609464 ], [ - -0.052997, - 51.430891 + -0.369273, + 51.609974 ], [ - -0.053112, - 51.430299 + -0.374176, + 51.613928 ], [ - -0.053288, - 51.429695 + -0.376268, + 51.61564 ], [ - -0.053462, - 51.42922 + -0.377363, + 51.616579 ], [ - -0.054354, - 51.42727 + -0.378688, + 51.617878 ], [ - -0.055088, - 51.425664 + -0.379691, + 51.618924 ], [ - -0.055871, - 51.423849 + -0.380436, + 51.619764 ], [ - -0.056266, - 51.422997 + -0.381246, + 51.620756 ], [ - -0.056961, - 51.42176 + -0.38211, + 51.621905 ], [ - -0.05781, - 51.420517 + -0.382885, + 51.623091 ], [ - -0.058862, - 51.419644 + -0.383706, + 51.624454 ], [ - -0.061062, - 51.418292 + -0.384339, + 51.6256 ], [ - -0.061536, - 51.418061 + -0.385671, + 51.628399 + ] + ] + }, + "properties": { + "line": "Lioness", + "name": "Lioness", + "color": "#FAA61A", + "order": 11, + "segmentName": "Li1_c", + "segmentType": "solo", + "overlapOffsetPx": 0.33333333333333337 + } + }, + { + "type": "Feature", + "id": 161, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.385671, + 51.628399 ], [ - -0.061966, - 51.417822 + -0.385671, + 51.628399 ], [ - -0.062437, - 51.41759 + -0.385674, + 51.628407 ], [ - -0.062852, - 51.417421 + -0.3862, + 51.629662 ], [ - -0.063534, - 51.417183 + -0.386549, + 51.630638 ], [ - -0.064039, - 51.417049 + -0.386887, + 51.631843 ], [ - -0.06465, - 51.416917 + -0.387118, + 51.633016 ], [ - -0.065567, - 51.416792 + -0.387262, + 51.634021 ], [ - -0.066917, - 51.416711 + -0.387337, + 51.635073 ], [ - -0.067953, - 51.416767 + -0.38737, + 51.635929 ], [ - -0.068553, - 51.416838 + -0.387294, + 51.637623 ], [ - -0.068851, - 51.416892 + -0.38715, + 51.638869 ], [ - -0.070182, - 51.417218 + -0.386613, + 51.640903 ], [ - -0.070681, - 51.417379 + -0.385581, + 51.643797 ], [ - -0.072205, - 51.417945 + -0.385151, + 51.645106 + ], + [ + -0.385154, + 51.645579 + ], + [ + -0.385154, + 51.64558 ] ] }, "properties": { - "line": "Windrush", - "name": "Windrush", - "color": "#ED1B00", - "order": 15 + "line": "Lioness", + "name": "Lioness", + "color": "#FAA61A", + "order": 11, + "segmentName": "Li1_d", + "segmentType": "solo", + "overlapOffsetPx": 0 } }, { "type": "Feature", + "id": 162, "geometry": { "type": "LineString", "coordinates": [ [ - -0.103947, - 51.546193 + -0.385154, + 51.64558 ], [ - -0.103706, - 51.546239 + -0.385154, + 51.645581 ], [ - -0.102923, - 51.54636 + -0.385197, + 51.645749 ], [ - -0.102113, - 51.54652 + -0.385345, + 51.646082 ], [ - -0.09867, - 51.547278 + -0.385653, + 51.646505 ], [ - -0.097144, - 51.547637 + -0.385874, + 51.646705 ], [ - -0.094389, - 51.548341 + -0.386341, + 51.647027 ], [ - -0.093269, - 51.54858 + -0.386902, + 51.647269 ], [ - -0.092534, - 51.5487 + -0.387499, + 51.647424 ], [ - -0.09219, - 51.548739 + -0.387831, + 51.647479 ], [ - -0.091182, - 51.548854 + -0.388876, + 51.647553 ], [ - -0.090032, - 51.548948 + -0.391047, + 51.647524 ], [ - -0.089104, - 51.549 + -0.392191, + 51.647557 ], [ - -0.088029, - 51.549033 + -0.393024, + 51.64766 ], [ - -0.086984, - 51.54903 + -0.393599, + 51.647812 ], [ - -0.085823, - 51.548988 + -0.394089, + 51.648014 ], [ - -0.084992, - 51.548933 + -0.394592, + 51.648336 ], [ - -0.083866, - 51.548816 + -0.394914, + 51.648662 ], [ - -0.082787, - 51.548763 + -0.395043, + 51.648848 ], [ - -0.080158, - 51.548536 + -0.395173, + 51.649119 ], [ - -0.077947, - 51.548267 + -0.395222, + 51.649332 ], [ - -0.077326, - 51.548118 + -0.395234, + 51.649607 ], [ - -0.07706, - 51.548032 + -0.395159, + 51.65004 ], [ - -0.076723, - 51.547907 + -0.394958, + 51.650445 ], [ - -0.076283, - 51.547677 + -0.394676, + 51.650803 ], [ - -0.076096, - 51.547564 + -0.394405, + 51.651076 ], [ - -0.075837, - 51.547348 + -0.393982, + 51.651388 ], [ - -0.075415, - 51.546943 + -0.393397, + 51.651712 ], [ - -0.075224, - 51.546708 + -0.391602, + 51.652573 ], [ - -0.074974, - 51.546291 - ], + -0.391602, + 51.652573 + ] + ] + }, + "properties": { + "line": "Lioness", + "name": "Lioness", + "color": "#FAA61A", + "order": 11, + "segmentName": "Li1_e", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 163, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.074925, - 51.546147 + -0.391602, + 51.652573 ], [ - -0.074858, - 51.545946 + -0.391561, + 51.652592 ], [ - -0.07485, - 51.545726 + -0.390876, + 51.653168 ], [ - -0.074885, - 51.544661 + -0.390616, + 51.653426 ], [ - -0.074958, - 51.544008 + -0.390403, + 51.653694 ], [ - -0.075168, - 51.543001 + -0.390159, + 51.654072 ], [ - -0.075542, - 51.538706 + -0.389963, + 51.654605 ], [ - -0.075721, - 51.53665 + -0.389905, + 51.654873 ], [ - -0.075728, - 51.534769 + -0.389881, + 51.655237 ], [ - -0.075644, - 51.532401 + -0.389946, + 51.655719 ], [ - -0.075635, - 51.53152 + -0.390032, + 51.656005 ], [ - -0.075631, - 51.531137 + -0.39062, + 51.657477 ], [ - -0.075676, - 51.530872 + -0.391345, + 51.659208 ], [ - -0.075765, - 51.53058 + -0.391679, + 51.659834 ], [ - -0.07588, - 51.530325 + -0.391868, + 51.660101 ], [ - -0.076084, - 51.53001 + -0.392266, + 51.66058 ], [ - -0.076524, - 51.529537 + -0.393187, + 51.6614 ], [ - -0.077507, - 51.528748 + -0.394232, + 51.662162 ], [ - -0.077955, - 51.528334 + -0.39505, + 51.662799 ], [ - -0.078247, - 51.527948 - ], + -0.395966, + 51.663459 + ] + ] + }, + "properties": { + "line": "Lioness", + "name": "Lioness", + "color": "#FAA61A", + "order": 11, + "segmentName": "Li1_f", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 164, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.07852, - 51.527432 + 0.184155, + 51.574988 ], [ - -0.078666, - 51.526951 + 0.18792, + 51.576086 ], [ - -0.078735, - 51.526273 + 0.188532, + 51.576316 ], [ - -0.078728, - 51.524859 + 0.192194, + 51.577377 ], [ - -0.078648, - 51.524492 + 0.19278, + 51.577525 ], [ - -0.078587, - 51.524377 - ], + 0.19304, + 51.577568 + ] + ] + }, + "properties": { + "line": "Liberty", + "name": "Liberty", + "color": "#5D6061", + "order": 10, + "segmentName": "Li_EL_0", + "segmentType": "overlap", + "overlapSectionId": "section_37", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 165, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.078277, - 51.524016 + 0.19304, + 51.577568 ], [ - -0.078137, - 51.523896 + 0.19353, + 51.577615 ], [ - -0.077839, - 51.523701 + 0.194113, + 51.577635 ], [ - -0.077413, - 51.523508 + 0.19462, + 51.577631 ], [ - -0.077121, - 51.523423 + 0.195653, + 51.577519 ], [ - -0.076617, - 51.523323 + 0.196085, + 51.577436 ], [ - -0.076071, - 51.523289 + 0.196486, + 51.577336 ], [ - -0.075243, - 51.523279 + 0.197164, + 51.577113 ], [ - -0.072828, - 51.523251 + 0.197778, + 51.576848 ], [ - -0.072169, - 51.523202 + 0.198047, + 51.576703 ], [ - -0.071626, - 51.523141 + 0.198634, + 51.576321 ], [ - -0.067069, - 51.522492 + 0.200307, + 51.575125 ], [ - -0.064642, - 51.522246 + 0.20107, + 51.574617 ], [ - -0.064203, - 51.522157 + 0.20186, + 51.574148 ], [ - -0.063514, - 51.521949 + 0.202642, + 51.573723 ], [ - -0.063203, - 51.521824 + 0.203413, + 51.573348 ], [ - -0.062355, - 51.521332 + 0.204796, + 51.57275 ], [ - -0.060935, - 51.520268 + 0.205793, + 51.572364 ], [ - -0.059809, - 51.519564 + 0.206495, + 51.572117 ], [ - -0.0598, - 51.519559 + 0.207941, + 51.571673 ], [ - -0.058095, - 51.51845 + 0.209064, + 51.571384 ], [ - -0.057766, - 51.518115 + 0.218964, + 51.568984 ], [ - -0.057354, - 51.517618 + 0.220118, + 51.568647 ], [ - -0.057239, - 51.517426 - ], + 0.220118, + 51.568647 + ] + ] + }, + "properties": { + "line": "Liberty", + "name": "Liberty", + "color": "#5D6061", + "order": 10, + "segmentName": "Li0_a", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 166, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.057133, - 51.517173 + 0.220118, + 51.568647 ], [ - -0.057069, - 51.516913 + 0.220448, + 51.568551 ], [ - -0.056939, - 51.516022 + 0.221332, + 51.56824 ], [ - -0.056871, - 51.515246 + 0.222283, + 51.567853 ], [ - -0.056902, - 51.51187 + 0.222891, + 51.567574 ], [ - -0.056868, - 51.511279 + 0.231734, + 51.563309 ], [ - -0.05687, - 51.511228 + 0.233392, + 51.562462 ], [ - -0.056896, - 51.510594 + 0.236401, + 51.561013 ], [ - -0.056875, - 51.509923 + 0.237803, + 51.560473 ], [ - -0.05653, - 51.505702 + 0.239523, + 51.559925 ], [ - -0.056409, - 51.505205 - ], + 0.240941, + 51.559591 + ] + ] + }, + "properties": { + "line": "Liberty", + "name": "Liberty", + "color": "#5D6061", + "order": 10, + "segmentName": "Li0_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 167, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.056203, - 51.504728 + 0.240941, + 51.559591 ], [ - -0.055945, - 51.504383 + 0.241554, + 51.559483 ], [ - -0.0559, - 51.504322 + 0.2427, + 51.559348 ], [ - -0.052221, - 51.501125 + 0.243898, + 51.559267 ], [ - -0.051963, - 51.500848 + 0.245392, + 51.559223 ], [ - -0.051806, - 51.500681 + 0.247357, + 51.559207 ], [ - -0.051417, - 51.500188 + 0.24979, + 51.559238 ], [ - -0.050774, - 51.499236 - ], + 0.251112, + 51.559196 + ] + ] + }, + "properties": { + "line": "Liberty", + "name": "Liberty", + "color": "#5D6061", + "order": 10, + "segmentName": "Li_Di_0", + "segmentType": "overlap", + "overlapSectionId": "section_38", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 168, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.050114, - 51.497816 + -0.194514, + 51.650763 ], [ - -0.05005, - 51.497678 + -0.191652, + 51.649157 ], [ - -0.049071, - 51.495836 + -0.191244, + 51.648904 ], [ - -0.048662, - 51.494781 + -0.190778, + 51.648552 ], [ - -0.048355, - 51.494175 + -0.19013, + 51.647882 ], [ - -0.048013, - 51.493718 + -0.183837, + 51.639671 ], [ - -0.047551, - 51.493186 + -0.183449, + 51.639226 ], [ - -0.047316, - 51.492916 + -0.18277, + 51.638366 ], [ - -0.047049, - 51.492564 + -0.181186, + 51.636277 ], [ - -0.046701, - 51.492029 + -0.180384, + 51.635269 ], [ - -0.046185, - 51.490848 + -0.17961, + 51.634041 ], [ - -0.045686, - 51.489469 + -0.179304, + 51.633317 ], [ - -0.045521, - 51.489153 + -0.179162, + 51.632456 ], [ - -0.04518, - 51.488657 + -0.179153, + 51.630365 ], [ - -0.044313, - 51.487643 - ], + -0.179167, + 51.630205 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No0_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 169, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.043892, - 51.486944 + -0.179167, + 51.630205 ], [ - -0.043736, - 51.486484 + -0.179167, + 51.630205 ], [ - -0.043684, - 51.486087 + -0.17919, + 51.629932 ], [ - -0.043722, - 51.485071 + -0.179306, + 51.62924 ], [ - -0.043689, - 51.484776 + -0.179467, + 51.628707 ], [ - -0.043603, - 51.484513 + -0.179805, + 51.627998 ], [ - -0.042897, - 51.483077 + -0.184313, + 51.620321 ], [ - -0.042778, - 51.482682 + -0.185075, + 51.618994 ], [ - -0.042734, - 51.482311 + -0.185338, + 51.618453 ], [ - -0.042618, - 51.479972 + -0.185604, + 51.617842 ], [ - -0.042567, - 51.479584 - ], + -0.185604, + 51.617842 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No0_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 170, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.042254, - 51.478898 + -0.185604, + 51.617842 ], [ - -0.042029, - 51.478589 + -0.185625, + 51.617793 ], [ - -0.041445, - 51.477577 + -0.185989, + 51.61674 ], [ - -0.040838, - 51.476653 + -0.186872, + 51.613839 ], [ - -0.040418, - 51.475778 + -0.188301, + 51.609488 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No0_c", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 171, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.188301, + 51.609488 ], [ - -0.040148, - 51.475173 + -0.188301, + 51.609488 ], [ - -0.039192, - 51.473031 + -0.188301, + 51.609488 ], [ - -0.038988, - 51.472475 + -0.188785, + 51.608594 ], [ - -0.038155, - 51.47065 + -0.189052, + 51.608156 ], [ - -0.037898, - 51.469876 + -0.189398, + 51.607681 ], [ - -0.037725, - 51.469239 + -0.190155, + 51.606953 ], [ - -0.037518, - 51.467945 + -0.190933, + 51.606368 ], [ - -0.037394, - 51.466585 + -0.191389, + 51.606066 ], [ - -0.037417, - 51.465278 + -0.194295, + 51.60438 ], [ - -0.03748, - 51.464648 + -0.194591, + 51.604142 ], [ - -0.037512, - 51.464325 + -0.194792, + 51.603905 ], [ - -0.037781, - 51.463115 + -0.19494, + 51.603668 ], [ - -0.037999, - 51.46238 + -0.195055, + 51.603335 ], [ - -0.038546, - 51.460843 + -0.195066, + 51.602989 ], [ - -0.039285, - 51.458953 + -0.194955, + 51.60265 ], [ - -0.040529, - 51.455907 + -0.19477, + 51.602339 ], [ - -0.040839, - 51.455315 + -0.194539, + 51.602036 ], [ - -0.041645, - 51.454069 + -0.194141, + 51.601724 ], [ - -0.042236, - 51.453315 - ], - [ - -0.042977, - 51.452475 - ], - [ - -0.044573, - 51.450842 - ], - [ - -0.045405, - 51.449955 - ], - [ - -0.045806, - 51.449527 + -0.193862, + 51.601565 ], [ - -0.049903, - 51.444273 - ], + -0.192495, + 51.600936 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No0_d", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 172, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.050941, - 51.442996 + -0.192495, + 51.600936 ], [ - -0.051298, - 51.442535 + -0.192495, + 51.600936 ], [ - -0.051969, - 51.441533 + -0.190829, + 51.600169 ], [ - -0.05242, - 51.440709 + -0.187629, + 51.598861 ], [ - -0.052693, - 51.440141 + -0.185198, + 51.597838 ], [ - -0.052974, - 51.439306 + -0.18408, + 51.597341 ], [ - -0.052974, - 51.439306 + -0.176988, + 51.594322 ], [ - -0.053209, - 51.438371 + -0.173045, + 51.592599 ], [ - -0.053376, - 51.437367 + -0.171468, + 51.591782 ], [ - -0.05341, - 51.436776 + -0.170701, + 51.591329 ], [ - -0.053406, - 51.436318 + -0.169489, + 51.590539 ], [ - -0.053337, - 51.435551 + -0.168823, + 51.590063 ], [ - -0.053028, - 51.433874 + -0.166978, + 51.588643 ], [ - -0.052923, - 51.4331 + -0.166243, + 51.588106 ], [ - -0.052907, - 51.432117 + -0.165911, + 51.587906 ], [ - -0.052946, - 51.431435 + -0.165219, + 51.587566 ], [ - -0.052997, - 51.430891 + -0.164726, + 51.58728 ], [ - -0.053112, - 51.430299 - ], + -0.164726, + 51.58728 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No0_e", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 173, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.053288, - 51.429695 + -0.164726, + 51.58728 ], [ - -0.053462, - 51.42922 + -0.16347, + 51.58655 ], [ - -0.054354, - 51.42727 + -0.162821, + 51.586243 ], [ - -0.055088, - 51.425664 + -0.161765, + 51.585694 ], [ - -0.055871, - 51.423849 + -0.15984, + 51.584457 ], [ - -0.056266, - 51.422997 + -0.151961, + 51.580212 ], [ - -0.056519, - 51.422526 - ], + -0.145781, + 51.577637 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No0_f", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 174, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.056961, - 51.42176 + -0.145781, + 51.577637 ], [ - -0.057422, - 51.421087 + -0.145781, + 51.577637 ], [ - -0.057942, - 51.420391 + -0.145241, + 51.577412 ], [ - -0.058822, - 51.41935 + -0.144648, + 51.577063 ], [ - -0.059604, - 51.418514 + -0.144216, + 51.576705 ], [ - -0.060632, - 51.417483 + -0.13969, + 51.572088 ], [ - -0.064724, - 51.413375 + -0.13735, + 51.569535 ], [ - -0.065798, - 51.412264 + -0.136505, + 51.568558 ], [ - -0.065888, - 51.412152 + -0.135122, + 51.566666 ], [ - -0.066508, - 51.411378 + -0.134955, + 51.56634 ], [ - -0.067185, - 51.410318 + -0.134844, + 51.566037 ], [ - -0.070322, - 51.404741 + -0.134754, + 51.565662 ], [ - -0.073069, - 51.400044 + -0.134747, + 51.565431 ], [ - -0.073366, - 51.399521 - ], + -0.134747, + 51.565431 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No0_g", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 175, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.07367, - 51.39891 + -0.134747, + 51.565431 ], [ - -0.073909, - 51.398529 + -0.134745, + 51.565371 ], [ - -0.074329, - 51.397671 + -0.134791, + 51.565014 ], [ - -0.07476, - 51.396918 + -0.134932, + 51.564649 ], [ - -0.075527, - 51.395578 + -0.13554, + 51.563615 ], [ - -0.075947, - 51.394893 + -0.1369, + 51.561139 ], [ - -0.076799, - 51.393678 + -0.13719, + 51.560549 ], [ - -0.076873, - 51.393494 + -0.137555, + 51.559505 ], [ - -0.077848, - 51.39213 + -0.137783, + 51.558514 ], [ - -0.078113, - 51.391785 + -0.137989, + 51.557764 ], [ - -0.078616, - 51.391251 + -0.138266, + 51.557119 ], [ - -0.079419, - 51.390578 + -0.138459, + 51.556788 ], [ - -0.079895, - 51.390219 - ], + -0.138459, + 51.556788 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No0_h", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 176, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.080709, - 51.389678 + -0.138459, + 51.556788 ], [ - -0.081112, - 51.389437 + -0.138757, + 51.55628 ], [ - -0.08172, - 51.389086 + -0.140517, + 51.553824 ], [ - -0.082368, - 51.388772 + -0.140847, + 51.553175 ], [ - -0.082923, - 51.388604 + -0.140973, + 51.552769 ], [ - -0.084239, - 51.388325 + -0.141094, + 51.552095 ], [ - -0.084583, - 51.388237 + -0.141071, + 51.551708 ], [ - -0.085399, - 51.387965 + -0.141028, + 51.551473 ], [ - -0.085754, - 51.387809 + -0.140817, + 51.550944 ], [ - -0.086494, - 51.387382 + -0.140757, + 51.550679 ], [ - -0.086932, - 51.387081 + -0.140734, + 51.550408 ], [ - -0.087414, - 51.386687 + -0.140734, + 51.550408 ], [ - -0.087757, - 51.386461 - ], + -0.14073920235470802, + 51.550320330689175 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No0_i", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 177, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.088312, - 51.38619 + -0.14073920235470802, + 51.550320330689175 ], [ - -0.090954, - 51.385288 + -0.140761, + 51.549953 ], [ - -0.093143, - 51.384581 + -0.141202, + 51.54836 ], [ - -0.097771, - 51.383043 + -0.141722, + 51.546655 ], [ - -0.098319, - 51.382831 + -0.141762, + 51.546435 ], [ - -0.098919, - 51.38253 + -0.141656, + 51.545514 ], [ - -0.099366, - 51.382252 + -0.141494, + 51.54475 ], [ - -0.099651, - 51.382028 + -0.141472, + 51.54438 ], [ - -0.10022, - 51.381495 + -0.141491, + 51.544137 ], [ - -0.10051, - 51.381187 + -0.141966, + 51.542318 ], [ - -0.100832, - 51.380773 + -0.142341, + 51.539976 ], [ - -0.101824, - 51.379089 + -0.14248, + 51.539382 ] ] }, "properties": { - "line": "Windrush", - "name": "Windrush", - "color": "#ED1B00", - "order": 15 + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No0_j", + "segmentType": "solo", + "overlapOffsetPx": 0 } }, { "type": "Feature", + "id": 178, "geometry": { "type": "LineString", "coordinates": [ [ - -0.103947, - 51.546193 + -0.14248, + 51.539382 ], [ - -0.103706, - 51.546239 + -0.14248, + 51.539382 ], [ - -0.102923, - 51.54636 + -0.142536, + 51.539147 ], [ - -0.102113, - 51.54652 + -0.142535, + 51.53894 ], [ - -0.09867, - 51.547278 + -0.142413, + 51.538498 ], [ - -0.097144, - 51.547637 + -0.142477, + 51.538175 ], [ - -0.094389, - 51.548341 + -0.142483, + 51.537909 ], [ - -0.093269, - 51.54858 + -0.141839, + 51.533663 ], [ - -0.092534, - 51.5487 + -0.141669, + 51.532978 ], [ - -0.09219, - 51.548739 + -0.141342, + 51.532152 ], [ - -0.091182, - 51.548854 + -0.140959, + 51.531459 ], [ - -0.090032, - 51.548948 + -0.140451, + 51.530786 ], [ - -0.089104, - 51.549 + -0.139936, + 51.530271 ], [ - -0.088029, - 51.549033 + -0.139462, + 51.529882 ], [ - -0.086984, - 51.54903 + -0.138866, + 51.529468 ], [ - -0.085823, - 51.548988 + -0.13821, + 51.529123 ], [ - -0.084992, - 51.548933 + -0.137597, + 51.528887 ], [ - -0.083866, - 51.548816 + -0.13691, + 51.528699 ], [ - -0.082787, - 51.548763 + -0.13583, + 51.528498 ], [ - -0.080158, - 51.548536 - ], + -0.13529, + 51.528433 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No0_k", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 179, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.077947, - 51.548267 + -0.13529, + 51.528433 ], [ - -0.077326, - 51.548118 + -0.13425, + 51.528403 ], [ - -0.07706, - 51.548032 + -0.133923, + 51.528457 ], [ - -0.076723, - 51.547907 + -0.133185, + 51.528577 ], [ - -0.076283, - 51.547677 + -0.132489, + 51.528787 ], [ - -0.076096, - 51.547564 - ], + -0.131673, + 51.529046 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No_Vi_0", + "segmentType": "overlap", + "overlapSectionId": "section_8", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 180, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.075837, - 51.547348 + -0.131673, + 51.529046 ], [ - -0.075415, - 51.546943 + -0.130992, + 51.529302 ], [ - -0.075224, - 51.546708 + -0.129541, + 51.529949 ], [ - -0.074974, - 51.546291 + -0.129166, + 51.530092 ], [ - -0.074925, - 51.546147 + -0.128197, + 51.530389 ], [ - -0.074858, - 51.545946 + -0.127603, + 51.530493 ], [ - -0.07485, - 51.545726 + -0.126939, + 51.530573 ], [ - -0.074885, - 51.544661 - ], + -0.125107, + 51.530615 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No1", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 181, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.074958, - 51.544008 + -0.125107, + 51.530615 ], [ - -0.075168, - 51.543001 + -0.123849, + 51.530592 ], [ - -0.075542, - 51.538706 + -0.123523, + 51.530587 ], [ - -0.075721, - 51.53665 + -0.122944, + 51.530605 ], [ - -0.075728, - 51.534769 - ], + -0.120068, + 51.530935 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No_Ci_0", + "segmentType": "overlap", + "overlapSectionId": "section_43", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 182, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.075644, - 51.532401 + -0.120068, + 51.530935 ], [ - -0.075635, - 51.53152 + -0.118587, + 51.531018 ], [ - -0.075631, - 51.531137 + -0.113631, + 51.531422 ], [ - -0.075676, - 51.530872 + -0.109193, + 51.531818 ], [ - -0.075765, - 51.53058 + -0.107153, + 51.53188 ], [ - -0.07588, - 51.530325 + -0.106354, + 51.531923 ], [ - -0.076084, - 51.53001 + -0.106065, + 51.531892 ], [ - -0.076524, - 51.529537 + -0.10576, + 51.53186 ], [ - -0.077507, - 51.528748 + -0.101464, + 51.530776 ], [ - -0.077955, - 51.528334 + -0.09768, + 51.529759 ], [ - -0.078247, - 51.527948 + -0.094665, + 51.529012 ], [ - -0.07852, - 51.527432 + -0.091279, + 51.52813 ], [ - -0.078666, - 51.526951 + -0.088725, + 51.527371 ], [ - -0.078735, - 51.526273 + -0.088212, + 51.527019 ], [ - -0.078728, - 51.524859 + -0.087956, + 51.526697 ], [ - -0.078648, - 51.524492 + -0.087542, + 51.525628 ], [ - -0.078587, - 51.524377 + -0.087542, + 51.525628 ], [ - -0.078277, - 51.524016 - ], + -0.08754003205520729, + 51.5256017472107 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No2_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 183, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.078137, - 51.523896 + -0.08754003205520729, + 51.5256017472107 ], [ - -0.077839, - 51.523701 + -0.087445, + 51.524334 ], [ - -0.077413, - 51.523508 + -0.087005, + 51.522215 ], [ - -0.077121, - 51.523423 + -0.087005, + 51.521693 ], [ - -0.076617, - 51.523323 + -0.087169, + 51.520662 ], [ - -0.076071, - 51.523289 + -0.087411, + 51.519801 ], [ - -0.075243, - 51.523279 + -0.087611, + 51.51932 ], [ - -0.072828, - 51.523251 - ], + -0.088114, + 51.518416 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No2_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 184, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.072169, - 51.523202 + -0.088114, + 51.518416 ], [ - -0.071626, - 51.523141 + -0.088114, + 51.518416 ], [ - -0.067069, - 51.522492 + -0.088781, + 51.517217 ], [ - -0.064642, - 51.522246 + -0.089151, + 51.516378 ], [ - -0.064203, - 51.522157 + -0.089769, + 51.51471 ], [ - -0.063514, - 51.521949 - ], + -0.089787, + 51.514491 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No2_c", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 185, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.063203, - 51.521824 + -0.089787, + 51.514491 ], [ - -0.062355, - 51.521332 + -0.089679, + 51.514271 ], [ - -0.060935, - 51.520268 + -0.088887, + 51.513331 ], [ - -0.059809, - 51.519564 + -0.088108, + 51.512407 ], [ - -0.0598, - 51.519559 + -0.086999, + 51.511048 ], [ - -0.058095, - 51.51845 - ], + -0.086828, + 51.510783 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No_DL_0", + "segmentType": "overlap", + "overlapSectionId": "section_42", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 186, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.057766, - 51.518115 + -0.086828, + 51.510783 ], [ - -0.057354, - 51.517618 - ], + -0.086796, + 51.510657 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No3_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 187, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.057239, - 51.517426 + -0.086796, + 51.510657 ], [ - -0.057133, - 51.517173 + -0.086796, + 51.510657 ], [ - -0.057069, - 51.516913 + -0.08682, + 51.510393 ], [ - -0.056939, - 51.516022 + -0.087029, + 51.509799 ], [ - -0.056871, - 51.515246 + -0.087099, + 51.509425 ], [ - -0.056902, - 51.51187 + -0.087051, + 51.509116 ], [ - -0.056868, - 51.511279 + -0.086787, + 51.508528 ], [ - -0.05687, - 51.511228 + -0.086764, + 51.508257 ], [ - -0.056896, - 51.510594 + -0.086834, + 51.507951 ], [ - -0.056875, - 51.509923 + -0.087198, + 51.506951 ], [ - -0.05653, - 51.505702 + -0.087479, + 51.505893 ], [ - -0.056409, - 51.505205 + -0.087479, + 51.505893 ], [ - -0.056284, - 51.504893 + -0.087866, + 51.505528 ], [ - -0.056203, - 51.504728 - ], + -0.088429, + 51.505272 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No3_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 188, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.055945, - 51.504383 + -0.088429, + 51.505272 ], [ - -0.0559, - 51.504322 + -0.089133, + 51.505017 ], [ - -0.052221, - 51.501125 - ], + -0.090094, + 51.504608 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No_Ju_0", + "segmentType": "overlap", + "overlapSectionId": "section_40", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 189, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.051963, - 51.500848 + -0.090094, + 51.504608 ], [ - -0.051806, - 51.500681 + -0.090446, + 51.504418 ], [ - -0.051417, - 51.500188 + -0.091068, + 51.503929 ], [ - -0.050774, - 51.499236 + -0.09149, + 51.503535 ], [ - -0.050114, - 51.497816 + -0.092042, + 51.502702 ], [ - -0.05005, - 51.497678 + -0.092452, + 51.501983 ], [ - -0.049071, - 51.495836 + -0.092621, + 51.501762 ], [ - -0.048662, - 51.494781 + -0.093144, + 51.501299 ], [ - -0.048355, - 51.494175 - ], + -0.093406, + 51.501094 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No4_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 190, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.048013, - 51.493718 + -0.093406, + 51.501094 ], [ - -0.047551, - 51.493186 + -0.093406, + 51.501094 ], [ - -0.047316, - 51.492916 + -0.093406, + 51.501094 ], [ - -0.047049, - 51.492564 + -0.093775, + 51.500854 ], [ - -0.046701, - 51.492029 + -0.095746, + 51.499769 ], [ - -0.046185, - 51.490848 + -0.096603, + 51.499336 ], [ - -0.045923, - 51.489934 + -0.096942, + 51.499125 ], [ - -0.045878, - 51.489304 + -0.09772, + 51.498528 ], [ - -0.045955, - 51.488863 + -0.099356, + 51.497058 ], [ - -0.04611, - 51.488472 + -0.099736, + 51.496623 ], [ - -0.046351, - 51.488059 - ], - [ - -0.046764, - 51.487567 - ], - [ - -0.047112, - 51.487217 - ], - [ - -0.04836, - 51.486074 - ], - [ - -0.048734, - 51.485697 - ], + -0.100371, + 51.495683 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No4_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 191, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.048902, - 51.485517 + -0.100371, + 51.495683 ], [ - -0.049137, - 51.485178 + -0.100371, + 51.495683 ], [ - -0.049279, - 51.4848 + -0.100401, + 51.495638 ], [ - -0.049323, - 51.484501 + -0.100545, + 51.495383 ], [ - -0.049419, - 51.482694 + -0.100637, + 51.495116 ], [ - -0.049461, - 51.48247 + -0.10073, + 51.494528 ], [ - -0.0496, - 51.482145 + -0.100683, + 51.493636 ], [ - -0.049817, - 51.481832 + -0.10076, + 51.493282 ], [ - -0.050096, - 51.48155 + -0.100937, + 51.492969 ], [ - -0.050574, - 51.481219 + -0.10118, + 51.492689 ], [ - -0.051146, - 51.480938 + -0.102514, + 51.491709 ], [ - -0.052116, - 51.48057 + -0.103074, + 51.491249 ], [ - -0.052538, - 51.480371 + -0.104422, + 51.489906 ], [ - -0.052909, - 51.48015 + -0.105264, + 51.489134 ], [ - -0.053084, - 51.480016 + -0.106034, + 51.488322 ], [ - -0.053433, - 51.479686 - ], + -0.106034, + 51.488322 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No4_c", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 192, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.05384, - 51.479146 + -0.106034, + 51.488322 ], [ - -0.054336, - 51.478292 + -0.106632, + 51.487693 ], [ - -0.055766, - 51.47607 + -0.111775, + 51.482662 ], [ - -0.057185, - 51.473764 + -0.112117, + 51.482119 ], [ - -0.057329, - 51.473576 - ], + -0.112305, + 51.481905 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No4_d", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 193, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.057463, - 51.473399 + -0.112305, + 51.481905 ], [ - -0.057917, - 51.472929 + -0.112305, + 51.481905 ], [ - -0.058256, - 51.47262 - ], + -0.113088, + 51.481011 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No4_e", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 194, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.058762, - 51.472225 + -0.113088, + 51.481011 ], [ - -0.05901, - 51.472039 + -0.11444, + 51.479821 ], [ - -0.059488, - 51.471737 + -0.122631, + 51.472053 ], [ - -0.060109, - 51.471404 + -0.122802, + 51.47189 ], [ - -0.060507, - 51.47122 + -0.124294, + 51.470587 ], [ - -0.060961, - 51.471036 - ], + -0.125233, + 51.469873 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No_Vi_1", + "segmentType": "overlap", + "overlapSectionId": "section_9", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 195, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.061568, - 51.470834 + -0.125233, + 51.469873 ], [ - -0.063181, - 51.470473 + -0.126577, + 51.468949 ], [ - -0.06396, - 51.470356 + -0.127707, + 51.467993 ], [ - -0.064704, - 51.47029 + -0.128157, + 51.467422 ], [ - -0.066615, - 51.470213 + -0.12928, + 51.465755 ], [ - -0.067765, - 51.470092 + -0.129898, + 51.465118 ], [ - -0.068392, - 51.469976 + -0.129898, + 51.465118 ], [ - -0.069257, - 51.469779 - ], + -0.129898, + 51.465118 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No5_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 196, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.069307, - 51.469768 + -0.129898, + 51.465118 ], [ - -0.070386, - 51.46945 + -0.130822, + 51.464483 ], [ - -0.071208, - 51.469241 + -0.132786, + 51.463612 ], [ - -0.071773, - 51.469133 + -0.135996, + 51.462448 ], [ - -0.073209, - 51.46897 + -0.136803, + 51.462232 ], [ - -0.073939, - 51.468926 + -0.137589, + 51.461986 ], [ - -0.075343, - 51.46894 - ], + -0.138147, + 51.461628 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No5_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 197, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.076832, - 51.46903 + -0.138147, + 51.461628 ], [ - -0.079362, - 51.469409 + -0.138147, + 51.461628 ], [ - -0.08029, - 51.469497 + -0.1383, + 51.46153 ], [ - -0.081288, - 51.469542 + -0.139384, + 51.460935 ], [ - -0.082497, - 51.469513 + -0.141512, + 51.459518 ], [ - -0.083491, - 51.469427 + -0.143565, + 51.457149 ], [ - -0.084095, - 51.46935 + -0.14611, + 51.45441 ], [ - -0.085449, - 51.469114 + -0.147216, + 51.453256 ], [ - -0.087007, - 51.468751 + -0.147584, + 51.452763 ], [ - -0.089174, - 51.468113 - ], + -0.147703, + 51.452542 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No5_c", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 198, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.091707, - 51.467367 + -0.147703, + 51.452542 ], [ - -0.092448, - 51.467113 + -0.147703, + 51.452542 ], [ - -0.094246, - 51.466571 + -0.147849, + 51.452269 ], [ - -0.096512, - 51.465912 + -0.147843, + 51.451129 ], [ - -0.097462, - 51.465669 + -0.148144, + 51.448782 ], [ - -0.09839, - 51.465468 + -0.148681, + 51.44797 ], [ - -0.099706, - 51.465235 + -0.149315, + 51.446916 ], [ - -0.100438, - 51.46513 + -0.149941, + 51.446112 ], [ - -0.102695, - 51.464863 + -0.151389, + 51.445212 ], [ - -0.103075, - 51.464794 + -0.151958, + 51.444361 ], [ - -0.104258, - 51.464494 + -0.152848, + 51.443358 ], [ - -0.105724, - 51.463978 + -0.152848, + 51.443358 ], [ - -0.106605, - 51.463703 - ], + -0.152848, + 51.443358 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No5_d", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 199, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.107831, - 51.46345 + -0.152848, + 51.443358 ], [ - -0.109637, - 51.463196 + -0.155206, + 51.440488 ], [ - -0.110292, - 51.463073 + -0.155965, + 51.43928 ], [ - -0.110995, - 51.462898 + -0.156687, + 51.437874 ], [ - -0.111645, - 51.462783 + -0.157247, + 51.437296 ], [ - -0.111987, - 51.462737 + -0.158352, + 51.436384 ], [ - -0.11238, - 51.46271 + -0.158932, + 51.436008 ], [ - -0.112925, - 51.462706 - ], + -0.15964, + 51.435605 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No5_e", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 200, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.113559, - 51.462729 + -0.15964, + 51.435605 ], [ - -0.114319, - 51.462817 + -0.15964, + 51.435605 ], [ - -0.115214, - 51.463014 + -0.159651, + 51.435598 ], [ - -0.115658, - 51.46315 + -0.161211, + 51.434828 ], [ - -0.116324, - 51.463395 + -0.162145, + 51.434232 ], [ - -0.116696, - 51.463501 + -0.163412, + 51.433087 ], [ - -0.117546, - 51.463673 + -0.163699, + 51.432534 ], [ - -0.117982, - 51.463739 + -0.164011, + 51.431803 ], [ - -0.118318, - 51.463765 + -0.168185, + 51.427745 ], [ - -0.118998, - 51.463782 + -0.16835, + 51.427603 ], [ - -0.119637, - 51.46375 - ], + -0.16835, + 51.427603 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No5_f", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 201, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.120741, - 51.463611 + -0.16835, + 51.427603 ], [ - -0.123657, - 51.463302 + -0.168831, + 51.427187 ], [ - -0.124823, - 51.463224 + -0.169652, + 51.426282 ], [ - -0.125834, - 51.463246 + -0.170697, + 51.42502 ], [ - -0.126754, - 51.463316 + -0.173821, + 51.422559 ], [ - -0.127842, - 51.463508 + -0.174875, + 51.421495 ], [ - -0.128644, - 51.463712 + -0.175803, + 51.420454 ], [ - -0.129613, - 51.464055 + -0.17663, + 51.419587 ], [ - -0.129975, - 51.464207 + -0.177667, + 51.418565 ], [ - -0.132442, - 51.465536 + -0.178194, + 51.418003 ], [ - -0.132778, - 51.465717 - ], + -0.178194, + 51.418003 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No5_g", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 202, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.133569, - 51.466106 + -0.178194, + 51.418003 ], [ - -0.134333, - 51.466536 + -0.178839, + 51.417315 ], [ - -0.135242, - 51.467137 + -0.179562, + 51.416836 ], [ - -0.13637, - 51.467976 + -0.180774, + 51.416441 ], [ - -0.136962, - 51.468469 + -0.181407, + 51.416287 ], [ - -0.137603, - 51.469075 + -0.18203, + 51.416167 ], [ - -0.137819, - 51.469323 + -0.191372, + 51.415523 ], [ - -0.13866, - 51.470166 + -0.191895, + 51.415409 ], [ - -0.140132, - 51.471641 + -0.192045, + 51.415363 ], [ - -0.140481, - 51.471927 + -0.192045, + 51.415363 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No5_h", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 203, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.192045, + 51.415363 ], [ - -0.140669, - 51.472051 + -0.192758, + 51.415143 ], [ - -0.142779, - 51.473096 + -0.193434, + 51.414895 ], [ - -0.143394, - 51.473354 + -0.193778, + 51.414735 ], [ - -0.143796, - 51.473484 + -0.194314, + 51.414367 ], [ - -0.144197, - 51.473588 + -0.194546, + 51.414138 ], [ - -0.144999, - 51.473713 + -0.194668, + 51.413979 ], [ - -0.145357, - 51.47374 + -0.194743, + 51.413718 ], [ - -0.146078, - 51.473748 + -0.194765, + 51.413423 ], [ - -0.146717, - 51.473724 + -0.194568, + 51.408499 ], [ - -0.147166, - 51.473699 + -0.194704, + 51.408091 ], [ - -0.14762, - 51.473641 + -0.19472, + 51.407875 ], [ - -0.148372, - 51.47348 + -0.19475, + 51.403358 ], [ - -0.149189, - 51.473275 + -0.194713, + 51.403039 ], [ - -0.149704, - 51.473112 + -0.194732, + 51.4024 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No5_i", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 204, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.142413, + 51.538498 ], [ - -0.150079, - 51.472947 + -0.141684, + 51.537599 ], [ - -0.15033, - 51.472809 + -0.141275, + 51.537183 ], [ - -0.150613, - 51.472633 + -0.139786, + 51.535837 ], [ - -0.15179, - 51.471787 + -0.139328, + 51.535372 ], [ - -0.15334, - 51.470888 + -0.13881, + 51.534672 ], [ - -0.153972, - 51.470561 + -0.138539, + 51.534358 ], [ - -0.154564, - 51.470295 + -0.138539, + 51.534358 ], [ - -0.155261, - 51.470027 + -0.138539, + 51.534358 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No6_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 205, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.138539, + 51.534358 ], [ - -0.155884, - 51.469833 + -0.134338, + 51.530461 ], [ - -0.156351, - 51.469719 + -0.134135, + 51.530229 ], [ - -0.15679, - 51.469637 + -0.133915, + 51.529921 ], [ - -0.157535, - 51.469566 + -0.133822, + 51.529729 ], [ - -0.158205, - 51.469545 + -0.133799, + 51.529517 ], [ - -0.159268, - 51.469591 + -0.133866, + 51.529121 ], [ - -0.159903, - 51.469597 + -0.134002, + 51.52883 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No6_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 206, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.134002, + 51.52883 ], [ - -0.160193, - 51.469575 + -0.13425, + 51.528403 ], [ - -0.160573, - 51.46952 + -0.134615, + 51.528111 ], [ - -0.161041, - 51.469423 + -0.134831, + 51.527942 ], [ - -0.161603, - 51.469266 + -0.135241, + 51.527699 ], [ - -0.162171, - 51.469047 + -0.137483, + 51.526798 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No_Vi_4", + "segmentType": "overlap", + "overlapSectionId": "section_12", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 207, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.137483, + 51.526798 ], [ - -0.162705, - 51.468774 + -0.138014, + 51.526604 ], [ - -0.163037, - 51.468548 + -0.13818, + 51.526511 ], [ - -0.163797, - 51.467966 + -0.138324, + 51.526398 ], [ - -0.164308, - 51.467661 + -0.138424, + 51.526255 ], [ - -0.164843, - 51.467407 + -0.138492, + 51.526064 ], [ - -0.167721, - 51.466154 + -0.138513, + 51.525787 ], [ - -0.168521, - 51.465812 + -0.13843, + 51.525342 ], [ - -0.169187, - 51.465567 + -0.138304, + 51.525026 ], [ - -0.170129, - 51.465283 + -0.138041, + 51.524563 ], [ - -0.17103, - 51.465047 + -0.138041, + 51.524563 ] ] }, "properties": { - "line": "Windrush", - "name": "Windrush", - "color": "#ED1B00", - "order": 15 + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No7_a", + "segmentType": "solo", + "overlapOffsetPx": 0 } }, { "type": "Feature", + "id": 208, "geometry": { "type": "LineString", "coordinates": [ [ - -0.082329, - 51.518215 - ], - [ - -0.081503, - 51.519696 - ], - [ - -0.081214, - 51.520027 - ], - [ - -0.080939, - 51.520285 - ], - [ - -0.078607, - 51.521893 + -0.138041, + 51.524563 ], [ - -0.07809, - 51.52214 + -0.138016, + 51.524517 ], [ - -0.077346, - 51.522363 + -0.137336, + 51.523673 ], [ - -0.076904, - 51.522466 + -0.136627, + 51.52287 ], [ - -0.076306, - 51.522547 + -0.134375, + 51.520532 ], [ - -0.075687, - 51.522597 - ], + -0.134375, + 51.520532 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No7_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 209, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.072551, - 51.52275 + -0.134375, + 51.520532 ], [ - -0.071961, - 51.522795 + -0.134358, + 51.520515 ], [ - -0.07146, - 51.522865 + -0.132492, + 51.518732 ], [ - -0.070205, - 51.523143 + -0.130953, + 51.51714 ], [ - -0.069259, - 51.523295 + -0.130667, + 51.516783 ], [ - -0.067733, - 51.523366 + -0.130456, + 51.516301 ], [ - -0.06321, - 51.523655 + -0.130456, + 51.516301 ], [ - -0.060545, - 51.523795 - ], + -0.130456, + 51.516301 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No7_c", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 210, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.05956, - 51.52388 + -0.130456, + 51.516301 ], [ - -0.058661, - 51.523959 + -0.129986, + 51.514934 ], [ - -0.058262, - 51.524029 + -0.129418, + 51.51354 ], [ - -0.057724, - 51.524186 + -0.128505, + 51.512007 ], [ - -0.057195, - 51.524436 + -0.128456, + 51.511707 ], [ - -0.056872, - 51.52466 + -0.128485, + 51.511227 ], [ - -0.056652, - 51.524874 - ], + -0.128485, + 51.511227 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No7_d", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 211, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.056407, - 51.525288 + -0.128485, + 51.511227 ], [ - -0.05634, - 51.525488 + -0.128506, + 51.510884 ], [ - -0.056323, - 51.525655 + -0.128485, + 51.510381 ], [ - -0.056269, - 51.527335 + -0.128416, + 51.510148 ], [ - -0.056312, - 51.528011 - ], + -0.127908, + 51.50963 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No7_e", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 212, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.056568, - 51.529483 + -0.127908, + 51.50963 ], [ - -0.057015, - 51.531046 + -0.127278, + 51.5093 ], [ - -0.057387, - 51.531954 + -0.125188, + 51.508557 ], [ - -0.057574, - 51.532411 + -0.124931, + 51.508441 ], [ - -0.057802, - 51.533219 + -0.124591, + 51.508288 ], [ - -0.057991, - 51.53447 + -0.123132, + 51.507545 ], [ - -0.058089, - 51.535387 + -0.122359, + 51.507243 ], [ - -0.058273, - 51.53861 + -0.122236, + 51.507194 ], [ - -0.058255, - 51.539013 + -0.121473, + 51.506864 ], [ - -0.058147, - 51.539767 + -0.120478, + 51.506596 ], [ - -0.057842, - 51.540955 + -0.117493, + 51.505687 ], [ - -0.057799, - 51.541155 + -0.115072, + 51.504861 ], [ - -0.057688, - 51.541674 + -0.114707, + 51.504665 ], [ - -0.057648, - 51.542161 + -0.114342, + 51.504345 ], [ - -0.057665, - 51.5425 + -0.114043, + 51.504015 ], [ - -0.057763, - 51.542984 + -0.113698, + 51.503438 ], [ - -0.058012, - 51.543702 + -0.113413, + 51.502962 ], [ - -0.058868, - 51.54558 - ], + -0.113181, + 51.501413 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No_Ba_0", + "segmentType": "overlap", + "overlapSectionId": "section_44", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 213, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.058928, - 51.545759 + -0.113181, + 51.501413 ], [ - -0.059278, - 51.546412 + -0.113015, + 51.499947 ], [ - -0.05966, - 51.547038 + -0.112606, + 51.498567 ], [ - -0.06083, - 51.548753 + -0.111684, + 51.496663 ], [ - -0.061093, - 51.549138 + -0.111421, + 51.496196 ], [ - -0.061192, - 51.549345 + -0.111004, + 51.49573 ], [ - -0.061417, - 51.549982 + -0.106792, + 51.492754 ], [ - -0.061866, - 51.550583 + -0.106452, + 51.492467 ], [ - -0.061995, - 51.550682 + -0.105905, + 51.491921 ], [ - -0.063788, - 51.55181 + -0.105293, + 51.490791 ], [ - -0.064205, - 51.552098 + -0.105143, + 51.490291 ], [ - -0.064938, - 51.552755 + -0.105143, + 51.489871 ], [ - -0.065326, - 51.553207 + -0.105211, + 51.489446 ], [ - -0.065503, - 51.553454 - ], + -0.105264, + 51.489134 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No8", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 214, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.065886, - 51.554069 + -0.274845, + 51.613696 ], [ - -0.068311, - 51.558492 + -0.274131, + 51.613378 ], [ - -0.069721, - 51.561062 + -0.273441, + 51.613021 ], [ - -0.070621, - 51.562753 + -0.272767, + 51.612571 ], [ - -0.071069, - 51.56353 + -0.272505, + 51.612362 ], [ - -0.071272, - 51.563788 + -0.271987, + 51.611859 ], [ - -0.071801, - 51.564385 + -0.271603, + 51.611304 ], [ - -0.07233, - 51.564834 + -0.271125, + 51.609899 ], [ - -0.072738, - 51.565134 + -0.270848, + 51.609246 ], [ - -0.072888, - 51.56523 + -0.270402, + 51.608506 ], [ - -0.075834, - 51.567123 + -0.269192, + 51.606802 ], [ - -0.076412, - 51.567526 + -0.268805, + 51.606318 ], [ - -0.076968, - 51.567993 + -0.267915, + 51.605387 ], [ - -0.077483, - 51.568537 + -0.26692, + 51.604542 ], [ - -0.077805, - 51.568981 + -0.266091, + 51.603954 ], [ - -0.078081, - 51.569496 + -0.265183, + 51.603432 ], [ - -0.078337, - 51.57025 + -0.263982, + 51.602855 ], [ - -0.078411, - 51.570822 + -0.26278, + 51.602278 ], [ - -0.07838, - 51.571481 + -0.260516, + 51.60134 ], [ - -0.078233, - 51.572118 + -0.257808, + 51.600272 ], [ - -0.078012, - 51.572674 + -0.255761, + 51.599434 ], [ - -0.077832, - 51.57298 + -0.255409, + 51.599277 ], [ - -0.077549, - 51.573375 + -0.254558, + 51.598822 ], [ - -0.076619, - 51.574445 + -0.253984, + 51.598485 ], [ - -0.075799, - 51.575389 + -0.25352, + 51.598178 ], [ - -0.0756, - 51.575681 + -0.252484, + 51.597404 ], [ - -0.075448, - 51.575976 + -0.250665, + 51.59594 ], [ - -0.075327, - 51.576262 + -0.250438, + 51.595783 ], [ - -0.075213, - 51.576646 + -0.249905, + 51.595422 ], [ - -0.075145, - 51.577193 + -0.247664, + 51.593904 ], [ - -0.07516, - 51.577515 + -0.245432, + 51.592474 ], [ - -0.075244, - 51.577993 + -0.244795, + 51.59211 ], [ - -0.075633, - 51.579626 + -0.244056, + 51.591754 ], [ - -0.075658, - 51.580608 + -0.243461, + 51.591496 ], [ - -0.075498, - 51.581466 + -0.243026, + 51.591331 ], [ - -0.075282, - 51.582192 + -0.242407, + 51.591117 ], [ - -0.075133, - 51.582692 + -0.239791, + 51.590286 ], [ - -0.075014, - 51.583311 + -0.238599, + 51.589848 ], [ - -0.074982, - 51.584096 + -0.234732, + 51.588257 ], [ - -0.074976, - 51.585933 + -0.23251, + 51.587245 ], [ - -0.074986, - 51.586942 + -0.229857, + 51.585786 ], [ - -0.075027, - 51.58726 + -0.227407, + 51.584112 ], [ - -0.075026, - 51.588323 + -0.226452, + 51.583415 ], [ - -0.075005, - 51.588627 + -0.226374, + 51.583353 ], [ - -0.074904, - 51.589067 + -0.225122, + 51.582365 ], [ - -0.074733, - 51.589458 + -0.224048, + 51.581612 ], [ - -0.074515, - 51.589825 + -0.222364, + 51.580593 ], [ - -0.074384, - 51.59 + -0.22095, + 51.579824 ], [ - -0.073914, - 51.590505 + -0.218973, + 51.578902 ], [ - -0.073543, - 51.590809 + -0.218536, + 51.578717 ], [ - -0.073277, - 51.590995 + -0.216347, + 51.577819 ], [ - -0.071328, - 51.592266 + -0.215972, + 51.577647 ], [ - -0.070864, - 51.592617 + -0.213556, + 51.576701 ], [ - -0.070704, - 51.592763 + -0.213553, + 51.5767 ], [ - -0.070392, - 51.593112 + -0.212267, + 51.57605 ], [ - -0.070158, - 51.593458 + -0.208447, + 51.574301 ], [ - -0.069948, - 51.593896 + -0.207284, + 51.573777 ], [ - -0.069925, - 51.593964 + -0.206342, + 51.573425 ], [ - -0.06988, - 51.594103 + -0.20566, + 51.573252 ], [ - -0.069812, - 51.594505 + -0.204896, + 51.573129 ], [ - -0.069816, - 51.594887 + -0.20427, + 51.573078 ], [ - -0.069881, - 51.59525 + -0.203509, + 51.573068 ], [ - -0.070276, - 51.596448 + -0.202607, + 51.573149 ], [ - -0.070387, - 51.597098 + -0.202213, + 51.573209 ], [ - -0.070402, - 51.597976 + -0.200637, + 51.573509 ], [ - -0.070321, - 51.599668 + -0.199708, + 51.57361 ], [ - -0.070342, - 51.600528 + -0.199363, + 51.573622 ], [ - -0.070408, - 51.601126 + -0.198503, + 51.573591 ], [ - -0.070985, - 51.605031 + -0.197784, + 51.573496 ], [ - -0.071027, - 51.60532 + -0.197115, + 51.573355 ], [ - -0.071057, - 51.605673 + -0.19678, + 51.573263 ], [ - -0.071059, - 51.606233 + -0.196252, + 51.57309 ], [ - -0.07102, - 51.606692 + -0.195415, + 51.572753 ], [ - -0.070834, - 51.607593 + -0.193908, + 51.572342 ], [ - -0.070623, - 51.608173 + -0.193346, + 51.572188 ], [ - -0.070339, - 51.608767 - ], - [ - -0.06773, - 51.613892 - ], - [ - -0.067317, - 51.614531 - ], - [ - -0.067226, - 51.614684 - ], - [ - -0.066218, - 51.616367 + -0.192716, + 51.572043 ], [ - -0.061493, - 51.624347 + -0.189608, + 51.571477 ], [ - -0.061209, - 51.624945 + -0.187256, + 51.570958 ], [ - -0.0612, - 51.624964 + -0.185002, + 51.570228 ], [ - -0.06113, - 51.62524 + -0.18434, + 51.569966 ], [ - -0.061102, - 51.625559 + -0.183592, + 51.569628 ], [ - -0.061153, - 51.626119 + -0.182713, + 51.569158 ], [ - -0.061234, - 51.626416 + -0.18197, + 51.568643 ], [ - -0.061356, - 51.626709 + -0.181728, + 51.568424 ], [ - -0.062257, - 51.628269 + -0.181557, + 51.568223 ], [ - -0.062866, - 51.629481 + -0.181418, + 51.568008 ], [ - -0.064077, - 51.631453 + -0.180138, + 51.565345 ], [ - -0.064462, - 51.632252 + -0.179891, + 51.564733 ], [ - -0.064647, - 51.632774 + -0.179659, + 51.563978 ], [ - -0.064858, - 51.633603 + -0.179498, + 51.563194 ], [ - -0.064956, - 51.634419 + -0.17938, + 51.56237 ], [ - -0.065022, - 51.635294 + -0.17933, + 51.561525 ], [ - -0.065137, - 51.635849 + -0.179366, + 51.560188 ], [ - -0.065343, - 51.636434 + -0.179452, + 51.559099 ], [ - -0.065513, - 51.636807 + -0.17952, + 51.558791 ], [ - -0.065871, - 51.637413 + -0.179759, + 51.55816 ], [ - -0.066363, - 51.638067 + -0.179753, + 51.557954 ], [ - -0.067803, - 51.639772 + -0.17969, + 51.557748 ], [ - -0.068199, - 51.640291 + -0.179556, + 51.557505 ], [ - -0.069229, - 51.641515 + -0.179214, + 51.557127 ], [ - -0.070102, - 51.642553 + -0.178892, + 51.556876 ], [ - -0.070442, - 51.642915 + -0.178442, + 51.556564 ], [ - -0.071519, - 51.64424 + -0.178196, + 51.556394 ], [ - -0.075311, - 51.648761 + -0.177662, + 51.556134 ], [ - -0.075866, - 51.649371 + -0.176928, + 51.555875 ], [ - -0.076192, - 51.649717 + -0.176018, + 51.555601 ], [ - -0.076534, - 51.650038 + -0.172871, + 51.554819 ], [ - -0.077563, - 51.650895 + -0.17189, + 51.554477 ], [ - -0.077921, - 51.651159 + -0.170024, + 51.553647 ], [ - -0.079262, - 51.652055 - ] - ] - }, - "properties": { - "line": "Weaver", - "name": "Weaver", - "color": "#823A62", - "order": 14 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -0.082329, - 51.518215 + -0.168787, + 51.553005 ], [ - -0.081503, - 51.519696 + -0.167649, + 51.552363 ], [ - -0.081214, - 51.520027 + -0.166666, + 51.551683 ], [ - -0.080939, - 51.520285 + -0.164704, + 51.550275 ], [ - -0.078607, - 51.521893 + -0.164704, + 51.550275 ], [ - -0.07809, - 51.52214 + -0.163631, + 51.549646 ], [ - -0.077346, - 51.522363 + -0.162183, + 51.548915 ], [ - -0.076904, - 51.522466 + -0.161719, + 51.548646 ], [ - -0.076306, - 51.522547 + -0.16011, + 51.547599 ], [ - -0.075687, - 51.522597 + -0.159279, + 51.547186 ], [ - -0.072551, - 51.52275 + -0.158023, + 51.546679 ], [ - -0.071961, - 51.522795 + -0.157318, + 51.546416 ], [ - -0.07146, - 51.522865 + -0.156794, + 51.546192 ], [ - -0.070205, - 51.523143 + -0.156406, + 51.545996 ], [ - -0.069259, - 51.523295 + -0.155845, + 51.545681 ], [ - -0.066582, - 51.523433 + -0.153888, + 51.54443 ], [ - -0.06321, - 51.523655 + -0.153521, + 51.54423 ], [ - -0.061139, - 51.523755 + -0.15347, + 51.544202 ], [ - -0.05956, - 51.523874 + -0.152205, + 51.543693 ], [ - -0.059429, - 51.523884 + -0.15157, + 51.543491 ], [ - -0.058661, - 51.523959 + -0.150889, + 51.543311 ], [ - -0.058262, - 51.524029 + -0.147876, + 51.542702 ], [ - -0.057885, - 51.524131 + -0.147096, + 51.542445 ], [ - -0.057539, - 51.524262 + -0.146438, + 51.542161 ], [ - -0.057195, - 51.524436 + -0.145852, + 51.54186 ], [ - -0.056872, - 51.52466 + -0.145175, + 51.541413 ], [ - -0.056652, - 51.524874 + -0.144406, + 51.540863 ], [ - -0.056479, - 51.525145 + -0.143964, + 51.540494 ], [ - -0.056362, - 51.525398 + -0.142887, + 51.539346 ], [ - -0.056307, - 51.525902 + -0.142817, + 51.539271 ], [ - -0.05627, - 51.527517 - ], + -0.142535, + 51.53894 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No9", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 215, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.056312, - 51.528011 + -0.209928, + 51.608202 ], [ - -0.056472, - 51.529026 + -0.209513, + 51.608106 ], [ - -0.056568, - 51.529483 + -0.208877, + 51.607927 ], [ - -0.057015, - 51.531046 + -0.208255, + 51.607699 ], [ - -0.057395, - 51.531952 + -0.201163, + 51.604694 ], [ - -0.057465, - 51.532121 + -0.199127, + 51.603808 ], [ - -0.057732, - 51.532931 + -0.197794, + 51.603185 ], [ - -0.05786, - 51.53355 + -0.197169, + 51.602974 ], [ - -0.058089, - 51.535387 - ], + -0.193862, + 51.601565 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No10", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 216, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.058273, - 51.53861 + -0.142471, + 51.479865 ], [ - -0.058255, - 51.539013 + -0.140516, + 51.480782 ], [ - -0.058147, - 51.539767 + -0.140065, + 51.480972 ], [ - -0.057842, - 51.540955 + -0.13955, + 51.481129 ], [ - -0.057799, - 51.541155 + -0.138284, + 51.481336 ], [ - -0.057688, - 51.541674 + -0.137082, + 51.481436 ], [ - -0.057648, - 51.542161 + -0.135709, + 51.481403 ], [ - -0.057665, - 51.5425 + -0.134164, + 51.481169 ], [ - -0.057763, - 51.542984 + -0.128789, + 51.480114 ], [ - -0.058012, - 51.543702 + -0.127459, + 51.479853 ], [ - -0.058868, - 51.54558 + -0.12615, + 51.479686 ], [ - -0.058928, - 51.545759 + -0.124862, + 51.479739 ], [ - -0.059278, - 51.546412 + -0.120313, + 51.480648 ], [ - -0.05966, - 51.547038 + -0.117524, + 51.481182 ], [ - -0.06083, - 51.548753 + -0.115807, + 51.481543 ], [ - -0.061093, - 51.549138 + -0.114713, + 51.481998 ], [ - -0.061192, - 51.549345 + -0.113747, + 51.482612 ], [ - -0.061417, - 51.549982 + -0.112996, + 51.483414 ], [ - -0.061866, - 51.550583 + -0.112567, + 51.484283 ], [ - -0.061995, - 51.550682 + -0.112492, + 51.4845 ], [ - -0.063788, - 51.55181 + -0.112009, + 51.485218 ], [ - -0.064205, - 51.552098 + -0.111151, + 51.48594 ], [ - -0.064938, - 51.552755 + -0.110464, + 51.486287 ], [ - -0.065326, - 51.553207 + -0.109681, + 51.486601 ], [ - -0.065503, - 51.553454 + -0.108442, + 51.486942 ], [ - -0.065886, - 51.554069 + -0.10754, + 51.487276 ], [ - -0.068311, - 51.558492 - ], + -0.106632, + 51.487693 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No11", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 217, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.069721, - 51.561062 + -0.106034, + 51.488322 ], [ - -0.070621, - 51.562753 + -0.106398, + 51.48781 ], [ - -0.071069, - 51.56353 + -0.106763, + 51.487028 ], [ - -0.071272, - 51.563788 + -0.106859, + 51.486501 ], [ - -0.071801, - 51.564385 + -0.106966, + 51.485178 ], [ - -0.07233, - 51.564834 + -0.107288, + 51.484363 ], [ - -0.072738, - 51.565134 + -0.107932, + 51.483628 ], [ - -0.072888, - 51.56523 + -0.108619, + 51.483093 ], [ - -0.075834, - 51.567123 + -0.109477, + 51.482612 ], [ - -0.076412, - 51.567526 + -0.110335, + 51.482265 ], [ - -0.076968, - 51.567993 + -0.111086, + 51.482011 ], [ - -0.07729, - 51.568315 + -0.112996, + 51.48165 ], [ - -0.077664, - 51.568778 + -0.115206, + 51.481289 ], [ - -0.077805, - 51.568981 + -0.120614, + 51.480327 ], [ - -0.078081, - 51.569496 + -0.123553, + 51.479833 ], [ - -0.078337, - 51.57025 + -0.12439, + 51.479753 ], [ - -0.078394, - 51.570607 - ], + -0.12615, + 51.479686 + ] + ] + }, + "properties": { + "line": "Northern", + "name": "Northern", + "color": "#000000", + "order": 9, + "segmentName": "No12", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 218, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.078416, - 51.571034 + -0.611067, + 51.70501 ], [ - -0.078342, - 51.571708 - ], + -0.6110771731496317, + 51.70498072117911 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8, + "segmentName": "Me0_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 219, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.078233, - 51.572118 + -0.6110771731496317, + 51.70498072117911 ], [ - -0.078086, - 51.57251 + -0.61119, + 51.704656 ], [ - -0.077832, - 51.57298 + -0.61122, + 51.704312 ], [ - -0.07737, - 51.573589 + -0.611178, + 51.703665 ], [ - -0.076622, - 51.574446 + -0.611084, + 51.703318 ], [ - -0.075799, - 51.575389 + -0.610983, + 51.703079 ], [ - -0.0756, - 51.575681 + -0.610631, + 51.702664 ], [ - -0.075448, - 51.575976 + -0.610498, + 51.702543 ], [ - -0.075327, - 51.576262 + -0.609769, + 51.702075 ], [ - -0.075213, - 51.576646 + -0.609389, + 51.701794 ], [ - -0.075145, - 51.577193 + -0.609125, + 51.701518 ], [ - -0.07516, - 51.577515 + -0.608881, + 51.70114 ], [ - -0.075244, - 51.577993 + -0.608822, + 51.700976 ], [ - -0.075633, - 51.579626 + -0.608763, + 51.70065 ], [ - -0.075658, - 51.580608 + -0.608747, + 51.700304 ], [ - -0.075498, - 51.581466 + -0.608898, + 51.699173 ], [ - -0.075282, - 51.582192 + -0.609036, + 51.697249 ], [ - -0.075133, - 51.582692 + -0.609007, + 51.696872 ], [ - -0.075014, - 51.583311 + -0.608919, + 51.696497 ], [ - -0.074982, - 51.584096 + -0.608766, + 51.696209 ], [ - -0.074976, - 51.585933 + -0.608451, + 51.695791 ], [ - -0.074986, - 51.586942 + -0.608112, + 51.695494 ], [ - -0.075027, - 51.58726 + -0.604433, + 51.693009 ], [ - -0.075026, - 51.588323 + -0.603231, + 51.692173 ], [ - -0.075005, - 51.588627 + -0.602892, + 51.691973 ], [ - -0.074904, - 51.589067 + -0.602172, + 51.691664 ], [ - -0.074733, - 51.589458 + -0.601561, + 51.691475 ], [ - -0.074515, - 51.589825 + -0.600639, + 51.691251 ], [ - -0.074384, - 51.59 + -0.597926, + 51.690813 ], [ - -0.073914, - 51.590505 + -0.59646, + 51.690545 ], [ - -0.073543, - 51.590809 + -0.596051, + 51.69044 ], [ - -0.073277, - 51.590995 + -0.595586, + 51.690285 ], [ - -0.071328, - 51.592266 + -0.595, + 51.690018 ], [ - -0.070864, - 51.592617 + -0.594473, + 51.68971 ], [ - -0.070704, - 51.592763 + -0.593544, + 51.688995 ], [ - -0.070392, - 51.593112 + -0.591451, + 51.687272 ], [ - -0.070158, - 51.593458 + -0.591088, + 51.68678 ], [ - -0.069948, - 51.593896 + -0.590873, + 51.68631 ], [ - -0.069925, - 51.593964 + -0.590573, + 51.685546 ], [ - -0.06988, - 51.594103 + -0.590326, + 51.685112 ], [ - -0.069812, - 51.594505 + -0.589965, + 51.684717 ], [ - -0.069816, - 51.594887 + -0.589441, + 51.684281 ], [ - -0.069881, - 51.59525 + -0.588721, + 51.683881 ], [ - -0.070276, - 51.596448 + -0.587969, + 51.683613 ], [ - -0.070387, - 51.597098 + -0.587408, + 51.68347 ], [ - -0.070402, - 51.597976 + -0.585788, + 51.683164 ], [ - -0.070321, - 51.599668 + -0.585158, + 51.682991 ], [ - -0.070342, - 51.600528 + -0.584811, + 51.682859 ], [ - -0.070408, - 51.601126 + -0.583924, + 51.682379 ], [ - -0.070985, - 51.605031 + -0.583685, + 51.682224 ], [ - -0.071027, - 51.60532 + -0.583391, + 51.682006 ], [ - -0.071057, - 51.605673 + -0.583154, + 51.68178 ], [ - -0.071059, - 51.606233 + -0.582596, + 51.680993 ], [ - -0.07102, - 51.606692 + -0.582488, + 51.680573 ], [ - -0.070834, - 51.607593 + -0.582479, + 51.680223 ], [ - -0.070623, - 51.608173 + -0.582527, + 51.679567 ], [ - -0.070339, - 51.608767 + -0.582619, + 51.679322 ], [ - -0.06773, - 51.613892 + -0.582988, + 51.678865 ], [ - -0.067317, - 51.614531 + -0.583528, + 51.678259 ], [ - -0.067226, - 51.614684 + -0.584485, + 51.677377 ], [ - -0.06662, - 51.615694 + -0.584775, + 51.677083 ], [ - -0.062077, - 51.623348 + -0.584966, + 51.676824 ], [ - -0.061378, - 51.624553 + -0.585111, + 51.676573 ], [ - -0.06122, - 51.624944 + -0.585198, + 51.676352 ], [ - -0.06116, - 51.625093 + -0.585323, + 51.675819 ], [ - -0.061109, - 51.625409 + -0.585318, + 51.675499 ], [ - -0.061122, - 51.625947 + -0.585251, + 51.675166 ], [ - -0.061194, - 51.626288 + -0.585168, + 51.674949 ], [ - -0.061297, - 51.626581 + -0.584931, + 51.674491 ], [ - -0.061548, - 51.627065 + -0.584789, + 51.674277 ], [ - -0.062257, - 51.628269 + -0.583835, + 51.67337 ], [ - -0.062866, - 51.629481 + -0.583348, + 51.672995 ], [ - -0.064077, - 51.631453 + -0.582785, + 51.672652 ], [ - -0.064462, - 51.632252 + -0.582268, + 51.672405 ], [ - -0.064647, - 51.632774 + -0.581609, + 51.672137 ], [ - -0.064858, - 51.633603 + -0.580889, + 51.671923 ], [ - -0.064956, - 51.634419 + -0.577858, + 51.671217 ], [ - -0.064931, - 51.634888 + -0.572634, + 51.670199 ], [ - -0.064818, - 51.635395 + -0.567765, + 51.669341 ], [ - -0.064677, - 51.635789 - ], + -0.560552, + 51.66799 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8, + "segmentName": "Me0_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 220, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.064307, - 51.636489 + -0.560552, + 51.66799 ], [ - -0.063858, - 51.637073 + -0.560552, + 51.66799 ], [ - -0.063409, - 51.637532 + -0.559284, + 51.667753 ], [ - -0.062817, - 51.638042 + -0.556055, + 51.667183 ], [ - -0.061676, - 51.638783 + -0.554612, + 51.666979 ], [ - -0.057016, - 51.64144 + -0.55228, + 51.666864 ], [ - -0.056376, - 51.641834 + -0.548864, + 51.667002 ], [ - -0.055809, - 51.64223 + -0.545804, + 51.667167 ], [ - -0.055549, - 51.642441 + -0.542149, + 51.666904 ], [ - -0.054905, - 51.643037 + -0.539956, + 51.666473 ], [ - -0.05444, - 51.643563 + -0.537561, + 51.665739 ], [ - -0.054219, - 51.643849 + -0.535698, + 51.665072 ], [ - -0.053923, - 51.644298 + -0.533828, + 51.664121 ], [ - -0.05366, - 51.644816 + -0.523682, + 51.657503 ], [ - -0.053504, - 51.645189 - ], + -0.518391, + 51.654203 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8, + "segmentName": "Me0_c", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 221, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.053355, - 51.64564 + -0.518391, + 51.654203 ], [ - -0.052528, - 51.648429 + -0.518391, + 51.654203 ], [ - -0.052449, - 51.648704 + -0.518356, + 51.654181 ], [ - -0.050047, - 51.656995 + -0.516805, + 51.653366 ], [ - -0.049616, - 51.658568 + -0.515544, + 51.652786 ], [ - -0.049444, - 51.659557 + -0.513343, + 51.651969 ], [ - -0.0494, - 51.660155 + -0.511675, + 51.651507 ], [ - -0.049343, - 51.663547 + -0.5115, + 51.651422 ], [ - -0.049279, - 51.664552 + -0.510207, + 51.651082 ], [ - -0.049075, - 51.666062 + -0.507266, + 51.650557 ], [ - -0.048729, - 51.667619 + -0.501, + 51.649507 ], [ - -0.047348, - 51.672138 + -0.497034, + 51.648907 ], [ - -0.047196, - 51.672623 + -0.493904, + 51.648525 ], [ - -0.04486, - 51.680059 + -0.49251, + 51.648309 ], [ - -0.044185, - 51.681659 + -0.490291, + 51.647863 ], [ - -0.043772, - 51.682548 + -0.488475, + 51.647396 ], [ - -0.043479, - 51.683125 + -0.487483, + 51.647096 ], [ - -0.042348, - 51.685115 + -0.486816, + 51.646869 ], [ - -0.04144, - 51.686396 + -0.485567, + 51.646395 ], [ - -0.040862, - 51.687139 + -0.48491, + 51.646106 ], [ - -0.038884, - 51.689404 + -0.484192, + 51.645759 ], [ - -0.037871, - 51.690449 + -0.482864, + 51.645019 ], [ - -0.03738, - 51.690873 + -0.478761, + 51.642405 ], [ - -0.037029, - 51.691136 + -0.476855, + 51.641237 ], [ - -0.036118, - 51.69171 + -0.476008, + 51.640805 ], [ - -0.035134, - 51.692208 + -0.475468, + 51.640602 ], [ - -0.034736, - 51.692361 + -0.474821, + 51.640403 ], [ - -0.032521, - 51.693214 + -0.474239, + 51.640272 ], [ - -0.031528, - 51.693616 - ], + -0.473737, + 51.640203 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8, + "segmentName": "Me0_d", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 222, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.030464, - 51.694115 + -0.473737, + 51.640203 ], [ - -0.029762, - 51.694487 + -0.473737, + 51.640203 ], [ - -0.028895, - 51.695017 + -0.473583, + 51.640181 ], [ - -0.028115, - 51.695557 + -0.472662, + 51.640143 ], [ - -0.02754, - 51.696003 + -0.472015, + 51.640169 ], [ - -0.026787, - 51.696677 + -0.47129, + 51.640243 ], [ - -0.024985, - 51.698481 + -0.46928, + 51.640641 ], [ - -0.024841, - 51.698654 + -0.466086, + 51.641233 ], [ - -0.024518, - 51.699177 + -0.464597, + 51.641423 ], [ - -0.02434, - 51.700005 + -0.463643, + 51.641468 ], [ - -0.024203, - 51.700993 + -0.462882, + 51.641459 ], [ - -0.02419, - 51.701447 + -0.460873, + 51.641295 ], [ - -0.023975, - 51.702871 - ] - ] - }, - "properties": { - "line": "Weaver", - "name": "Weaver", - "color": "#823A62", - "order": 14 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -0.082329, - 51.518215 + -0.452608, + 51.640106 ], [ - -0.081503, - 51.519696 + -0.451498, + 51.639972 ], [ - -0.081214, - 51.520027 + -0.450459, + 51.639791 ], [ - -0.080939, - 51.520285 + -0.449832, + 51.63964 ], [ - -0.078607, - 51.521893 + -0.44849, + 51.639277 ], [ - -0.07809, - 51.52214 + -0.445721, + 51.638589 ], [ - -0.077346, - 51.522363 + -0.444096, + 51.638124 ], [ - -0.076904, - 51.522466 + -0.442719, + 51.637684 ], [ - -0.076306, - 51.522547 + -0.441617, + 51.637279 ], [ - -0.075687, - 51.522597 + -0.440399, + 51.636768 ], [ - -0.072551, - 51.52275 + -0.439508, + 51.636343 ], [ - -0.071961, - 51.522795 + -0.439013, + 51.636079 ], [ - -0.07146, - 51.522865 + -0.437788, + 51.635366 ], [ - -0.070205, - 51.523143 + -0.437136, + 51.63495 ], [ - -0.069259, - 51.523295 + -0.436386, + 51.63442 ], [ - -0.066582, - 51.523433 + -0.435715, + 51.6339 ], [ - -0.06321, - 51.523655 + -0.435194, + 51.633463 ], [ - -0.061139, - 51.523755 + -0.434671, + 51.632988 ], [ - -0.05956, - 51.523874 + -0.433886, + 51.632171 ], [ - -0.059429, - 51.523884 + -0.433146, + 51.631193 ], [ - -0.058661, - 51.523959 + -0.432265, + 51.629831 ], [ - -0.058037, - 51.524084 - ], + -0.432265, + 51.629831 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8, + "segmentName": "Me0_e", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 223, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.057724, - 51.524186 + -0.432265, + 51.629831 ], [ - -0.057403, - 51.524329 + -0.431565, + 51.628751 ], [ - -0.057195, - 51.524436 + -0.430053, + 51.626617 ], [ - -0.056872, - 51.52466 + -0.426634, + 51.621441 ], [ - -0.056652, - 51.524874 + -0.426145, + 51.620616 ], [ - -0.056558, - 51.525002 + -0.425852, + 51.620063 ], [ - -0.056362, - 51.525398 + -0.425365, + 51.618866 ], [ - -0.05633, - 51.525573 + -0.425158, + 51.618197 ], [ - -0.056269, - 51.527335 + -0.424985, + 51.617392 ], [ - -0.056312, - 51.528011 + -0.424908, + 51.616691 ], [ - -0.056516, - 51.529256 + -0.424857, + 51.614773 ], [ - -0.056869, - 51.530557 + -0.424787, + 51.613984 ], [ - -0.057082, - 51.531229 + -0.424681, + 51.613425 ], [ - -0.057574, - 51.532411 + -0.424456, + 51.612639 ], [ - -0.057802, - 51.533219 - ], + -0.423875, + 51.611157 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8, + "segmentName": "Me0_f", + "segmentType": "solo", + "overlapOffsetPx": 0.2 + } + }, + { + "type": "Feature", + "id": 224, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.057991, - 51.53447 + -0.423875, + 51.611157 ], [ - -0.058105, - 51.535629 + -0.423875, + 51.611157 ], [ - -0.058273, - 51.53861 + -0.423729, + 51.610785 ], [ - -0.058265, - 51.53882 + -0.423178, + 51.609675 ], [ - -0.058227, - 51.539309 + -0.422738, + 51.608967 ], [ - -0.058147, - 51.539767 + -0.422285, + 51.608327 ], [ - -0.057842, - 51.540955 + -0.42204, + 51.608011 ], [ - -0.057688, - 51.541674 + -0.421483, + 51.607374 ], [ - -0.057652, - 51.542341 + -0.420837, + 51.606749 ], [ - -0.057717, - 51.542783 + -0.420536, + 51.606489 ], [ - -0.057825, - 51.543192 + -0.419878, + 51.605974 ], [ - -0.058012, - 51.543702 + -0.41921, + 51.605493 ], [ - -0.059042, - 51.545978 + -0.418279, + 51.604873 ], [ - -0.05966, - 51.547038 + -0.417265, + 51.604232 ], [ - -0.060825, - 51.548754 + -0.416267, + 51.603696 ], [ - -0.061132, - 51.549206 + -0.414579, + 51.60288 ], [ - -0.061417, - 51.549982 + -0.412594, + 51.601998 ], [ - -0.061423, - 51.55028 + -0.411853, + 51.601639 ], [ - -0.061353, - 51.550759 + -0.40929, + 51.600503 ], [ - -0.061258, - 51.551026 - ], + -0.40929, + 51.600503 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8, + "segmentName": "Me0_g", + "segmentType": "solo", + "overlapOffsetPx": 0.4 + } + }, + { + "type": "Feature", + "id": 225, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.061006, - 51.551445 + -0.40929, + 51.600503 ], [ - -0.060838, - 51.551656 + -0.406734, + 51.599369 ], [ - -0.060267, - 51.552226 + -0.405771, + 51.598961 ], [ - -0.059934, - 51.552614 + -0.404677, + 51.598543 ], [ - -0.059514, - 51.553235 + -0.403439, + 51.598147 ], [ - -0.059149, - 51.553869 + -0.402066, + 51.597753 ], [ - -0.058935, - 51.554408 + -0.400851, + 51.597457 ], [ - -0.058774, - 51.555006 + -0.40023, + 51.597324 ], [ - -0.058757, - 51.555675 + -0.396307, + 51.596691 ], [ - -0.05916, - 51.558152 + -0.391389, + 51.59597 ], [ - -0.059155, - 51.558606 + -0.389306, + 51.595631 ], [ - -0.059085, - 51.559065 + -0.38836, + 51.595435 ], [ - -0.058782, - 51.559785 + -0.387324, + 51.595194 ], [ - -0.058653, - 51.559994 + -0.386367, + 51.594927 ], [ - -0.058326, - 51.560393 + -0.385594, + 51.594683 ], [ - -0.058106, - 51.560602 + -0.384223, + 51.594172 ], [ - -0.056921, - 51.561594 + -0.382353, + 51.593379 ], [ - -0.054891, - 51.563294 - ], + -0.380995, + 51.592791 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8, + "segmentName": "Me0_h", + "segmentType": "solo", + "overlapOffsetPx": 0.6 + } + }, + { + "type": "Feature", + "id": 226, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.054543, - 51.563625 + -0.380995, + 51.592791 ], [ - -0.053202, - 51.565025 + -0.380995, + 51.592791 ], [ - -0.052413, - 51.565965 + -0.372034, + 51.588911 ], [ - -0.051741, - 51.566848 + -0.365057, + 51.585911 ], [ - -0.049494, - 51.570195 + -0.363759, + 51.585374 ], [ - -0.049092, - 51.570768 + -0.36226, + 51.584789 ], [ - -0.048737, - 51.571224 + -0.36226, + 51.584789 ], [ - -0.048321, - 51.571717 + -0.362228779392338, + 51.58477819286658 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8, + "segmentName": "Me0_i", + "segmentType": "solo", + "overlapOffsetPx": 0.8 + } + }, + { + "type": "Feature", + "id": 227, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.362228779392338, + 51.58477819286658 ], [ - -0.047571, - 51.572521 + -0.355942, + 51.582602 ], [ - -0.04677, - 51.573249 + -0.354544, + 51.582088 ], [ - -0.046325, - 51.573612 + -0.352948, + 51.581533 ], [ - -0.045323, - 51.57433 + -0.352245, + 51.581307 ], [ - -0.044335, - 51.574957 + -0.351383, + 51.581064 ], [ - -0.043273, - 51.575572 + -0.349928, + 51.580725 ], [ - -0.040031, - 51.577318 + -0.347945, + 51.580331 ], [ - -0.038863, - 51.577978 + -0.346457, + 51.580132 ], [ - -0.035031, - 51.580022 + -0.344951, + 51.579982 ], [ - -0.034256, - 51.580404 + -0.34385, + 51.579915 ], [ - -0.033595, - 51.580688 + -0.341057, + 51.579804 ], [ - -0.032886, - 51.580945 + -0.34034, + 51.579794 ], [ - -0.032254, - 51.581174 + -0.339444, + 51.57982 ], [ - -0.031345, - 51.581433 + -0.338822, + 51.579802 ], [ - -0.030522, - 51.58163 + -0.338502, + 51.579773 ], [ - -0.029366, - 51.581852 + -0.338193, + 51.57973 ], [ - -0.028312, - 51.581996 + -0.337558, + 51.579595 ], [ - -0.019908, - 51.582917 + -0.336948, + 51.579423 ], [ - -0.012171, - 51.583765 - ], + -0.336948, + 51.579423 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8, + "segmentName": "Me0_j", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 228, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.011705, - 51.583826 + -0.336948, + 51.579423 ], [ - -0.010404, - 51.584046 + -0.334511, + 51.578738 ], [ - -0.009541, - 51.584261 + -0.333768, + 51.578591 ], [ - -0.008997, - 51.584448 + -0.333164, + 51.57853 ], [ - -0.007875, - 51.584995 + -0.332687, + 51.578507 ], [ - -0.007459, - 51.585171 + -0.331442, + 51.57851 ], [ - -0.006994, - 51.585327 + -0.326821, + 51.578621 ], [ - -0.006156, - 51.585534 + -0.323753, + 51.578667 ], [ - -0.004381, - 51.585861 + -0.322225, + 51.578657 ], [ - -0.003849, - 51.586004 + -0.320185, + 51.578617 ], [ - -0.003199, - 51.586237 + -0.318706, + 51.578553 ], [ - -0.002425, - 51.586595 + -0.318219, + 51.578519 ], [ - -0.002346, - 51.586632 + -0.317777, + 51.578488 ], [ - -0.00182, - 51.586985 - ], + -0.31766491927164353, + 51.57847089507767 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8, + "segmentName": "Me0_k", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 229, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.001405, - 51.587332 + -0.31766491927164353, + 51.57847089507767 ], [ - -0.00103, - 51.587739 + -0.315844, + 51.578193 ], [ - -0.000888, - 51.587934 + -0.313468, + 51.577768 ], [ - -0.000718, - 51.588241 + -0.311436, + 51.577313 ], [ - -0.000502, - 51.588851 + -0.310424, + 51.57705 ], [ - -0.000451, - 51.589313 + -0.309275, + 51.576724 ], [ - -0.000512, - 51.589838 + -0.30768, + 51.576208 ], [ - -0.001025, - 51.59175 + -0.298725, + 51.573168 ], [ - -0.001322, - 51.592618 + -0.296132, + 51.5724 ], [ - -0.00177, - 51.593349 + -0.295207, + 51.572095 ], [ - -0.002124, - 51.593852 - ], + -0.295207, + 51.572095 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8, + "segmentName": "Me0_l", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 230, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.00256, - 51.59454 + -0.295207, + 51.572095 ], [ - -0.002872, - 51.595162 + -0.295144, + 51.572074 ], [ - -0.002918, - 51.595358 + -0.294147, + 51.571724 ], [ - -0.003142, - 51.595947 + -0.292753, + 51.571194 ], [ - -0.003394, - 51.596962 - ], + -0.291136, + 51.570511 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8, + "segmentName": "Me0_m", + "segmentType": "solo", + "overlapOffsetPx": 2 + } + }, + { + "type": "Feature", + "id": 231, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.003468, - 51.597504 + -0.291136, + 51.570511 ], [ - -0.003508, - 51.598051 + -0.29009, + 51.570017 ], [ - -0.003473, - 51.599147 + -0.288369, + 51.569147 ], [ - -0.003319, - 51.600158 + -0.287664, + 51.568713 ], [ - -0.003248, - 51.600483 + -0.287168, + 51.568367 ], [ - -0.003046, - 51.601147 + -0.286778, + 51.568047 ], [ - -0.002613, - 51.602246 + -0.284868, + 51.566296 ], [ - -0.001005, - 51.60603 + -0.28422, + 51.565797 ], [ - -0.000587, - 51.607233 + -0.283672, + 51.56544 ], [ - -0.000299, - 51.608356 + -0.283043, + 51.565065 ], [ - 0.001403, - 51.614972 + -0.282239, + 51.564646 ], [ - 0.001557, - 51.615821 + -0.281617, + 51.564365 ], [ - 0.001612, - 51.616694 + -0.280634, + 51.563975 ], [ - 0.0016, - 51.617255 + -0.279086, + 51.563448 ], [ - 0.001389, - 51.62018 + -0.27821, + 51.56315 ], [ - 0.001394, - 51.620684 + -0.277691, + 51.563003 ], [ - 0.001442, - 51.621235 + -0.277078, + 51.56284 ], [ - 0.001585, - 51.622001 + -0.274079, + 51.562243 ], [ - 0.0018, - 51.622732 + -0.273272, + 51.562036 ], [ - 0.002167, - 51.623592 + -0.272405, + 51.561776 ], [ - 0.003475, - 51.626219 + -0.271384, + 51.561408 ], [ - 0.003844, - 51.626831 + -0.26911, + 51.560536 ], [ - 0.004057, - 51.627099 + -0.266863, + 51.559617 ], [ - 0.004441, - 51.627502 + -0.263422, + 51.558171 ], [ - 0.00997, - 51.633057 - ] - ] - }, - "properties": { - "line": "Weaver", - "name": "Weaver", - "color": "#823A62", - "order": 14 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ + -0.261238, + 51.557309 + ], [ - -0.150679, - 51.555494 + -0.259145, + 51.556602 ], [ - -0.149871, - 51.555308 + -0.257028, + 51.555966 ], [ - -0.149539, - 51.555255 + -0.254117, + 51.555166 ], [ - -0.148787, - 51.555228 + -0.253251, + 51.554946 ], [ - -0.148412, - 51.555241 + -0.250373, + 51.554276 ], [ - -0.148079, - 51.555281 + -0.247262, + 51.553408 ], [ - -0.147779, - 51.555348 + -0.246496, + 51.553224 ], [ - -0.144839, - 51.556242 + -0.245504, + 51.553009 ], [ - -0.142061, - 51.557209 + -0.244185, + 51.552775 ], [ - -0.135838, - 51.55947 + -0.239229, + 51.55208 ], [ - -0.134658, - 51.560044 + -0.2355, + 51.551431 ], [ - -0.133359, - 51.560778 + -0.233002, + 51.55103 ], [ - -0.132018, - 51.561678 + -0.227678, + 51.550196 ], [ - -0.129483, - 51.563627 + -0.225863, + 51.549951 ], [ - -0.125978, - 51.56632 + -0.221855, + 51.549329 ], [ - -0.124712, - 51.567254 + -0.218046, + 51.548694 ], [ - -0.123929, - 51.567801 + -0.214619, + 51.548175 ], [ - -0.123585, - 51.568014 + -0.211204, + 51.547625 ], [ - -0.120302, - 51.569701 + -0.208465, + 51.547224 ], [ - -0.117132, - 51.571304 + -0.207115, + 51.547114 ], [ - -0.115882, - 51.571935 + -0.204383, + 51.546984 ], [ - -0.114605, - 51.572522 + -0.202856, + 51.546854 ], [ - -0.112964, - 51.573116 + -0.201601, + 51.546706 ], [ - -0.111483, - 51.573549 + -0.200508, + 51.546649 ], [ - -0.109499, - 51.574062 + -0.198662, + 51.546518 ], [ - -0.108758, - 51.574296 + -0.19632, + 51.546424 ], [ - -0.103791, - 51.575723 + -0.195029, + 51.546486 ], [ - -0.101945, - 51.576163 + -0.190798, + 51.546857 ], [ - -0.098149, - 51.577203 + -0.187059, + 51.547085 ], [ - -0.097954, - 51.577256 + -0.186287, + 51.547152 ], [ - -0.095165, - 51.57799 + -0.183187, + 51.547515 ], [ - -0.093255, - 51.578376 + -0.182721, + 51.547543 ], [ - -0.09186, - 51.578616 + -0.182186, + 51.547544 ], [ - -0.090508, - 51.578763 + -0.18159, + 51.5475 ], [ - -0.088727, - 51.57891 + -0.180884, + 51.547377 ], [ - -0.085573, - 51.57911 + -0.180371, + 51.547223 ], [ - -0.079157, - 51.57963 + -0.180255, + 51.547189 ], [ - -0.075703, - 51.579976 + -0.180008, + 51.547085 ], [ - -0.072098, - 51.580373 + -0.179405, + 51.546663 ], [ - -0.071583, - 51.58043 + -0.1791, + 51.546395 ], [ - -0.070446, - 51.580617 + -0.178758, + 51.54603 ], [ - -0.066626, - 51.581643 + -0.178312, + 51.545676 ], [ - -0.064802, - 51.58223 + -0.177892, + 51.545488 ], [ - -0.063815, - 51.582643 + -0.176412, + 51.544939 ], [ - -0.062613, - 51.583297 + -0.176049, + 51.544736 ], [ - -0.061476, - 51.583883 + -0.175796, + 51.544542 ], [ - -0.060511, - 51.584297 + -0.175665, + 51.544403 ], [ - -0.059438, - 51.58471 + -0.175427, + 51.54406 ], [ - -0.058665, - 51.584963 + -0.17525, + 51.543435 ], [ - -0.058215, - 51.585043 - ], + -0.175175, + 51.542813 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8, + "segmentName": "Me_Ju_0", + "segmentType": "overlap", + "overlapSectionId": "section_45", + "overlapOffsetPx": 2 + } + }, + { + "type": "Feature", + "id": 232, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.057378, - 51.585243 + -0.175175, + 51.542813 ], [ - -0.05667, - 51.58539 + -0.175259, + 51.541158 ], [ - -0.053515, - 51.585777 + -0.175618, + 51.539008 ], [ - -0.049932, - 51.586097 + -0.175873, + 51.537944 ], [ - -0.045383, - 51.586576 + -0.17596, + 51.53695 ], [ - -0.041628, - 51.586696 + -0.175937, + 51.536643 ], [ - -0.041011, - 51.586683 + -0.175876, + 51.536339 ], [ - -0.039804, - 51.586656 + -0.175715, + 51.53582 ], [ - -0.038066, - 51.58655 - ], + -0.175606, + 51.535615 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8, + "segmentName": "Me1", + "segmentType": "solo", + "overlapOffsetPx": 2 + } + }, + { + "type": "Feature", + "id": 233, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.0368, - 51.586443 + -0.175606, + 51.535615 ], [ - -0.035748, - 51.58631 + -0.175242, + 51.535171 ], [ - -0.034869, - 51.58615 + -0.173372, + 51.533602 ], [ - -0.03298, - 51.585723 - ], + -0.167999, + 51.529202 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8, + "segmentName": "Me_Ju_1", + "segmentType": "overlap", + "overlapSectionId": "section_46", + "overlapOffsetPx": 2 + } + }, + { + "type": "Feature", + "id": 234, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.030856, - 51.585057 + -0.167999, + 51.529202 ], [ - -0.029118, - 51.584403 + -0.167573, + 51.528892 ], [ - -0.027316, - 51.58351 + -0.166649, + 51.528332 ], [ - -0.023784, - 51.581549 + -0.165452, + 51.527733 ], [ - -0.021672, - 51.580377 + -0.164724, + 51.527416 ], [ - -0.021179, - 51.58007 + -0.15856, + 51.524195 ], [ - -0.020835, - 51.579736 + -0.157996, + 51.523868 ], [ - -0.018711, - 51.577643 - ], + -0.157028, + 51.523005 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8, + "segmentName": "Me2_a", + "segmentType": "solo", + "overlapOffsetPx": 2.5 + } + }, + { + "type": "Feature", + "id": 235, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.01545, - 51.574269 + -0.157028, + 51.523005 ], [ - -0.014634, - 51.573509 + -0.157028, + 51.523005 ], [ - -0.013196, - 51.572335 + -0.156984, + 51.522966 ], [ - -0.011137, - 51.571148 + -0.156803, + 51.522835 ], [ - -0.009592, - 51.570428 + -0.156519, + 51.522698 ], [ - -0.00796, - 51.569812 + -0.156071, + 51.522569 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8, + "segmentName": "Me2_b", + "segmentType": "solo", + "overlapOffsetPx": 3 + } + }, + { + "type": "Feature", + "id": 236, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.156071, + 51.522569 ], [ - -0.006588, - 51.569295 + -0.155807, + 51.522515 ], [ - -0.002553, - 51.567947 + -0.155512, + 51.522501 ], [ - 0.003455, - 51.56584 + -0.152393, + 51.523047 ], [ - 0.005579, - 51.564853 + -0.150532, + 51.523143 ], [ - 0.008368, - 51.563679 + -0.148966, + 51.523322 ], [ - 0.008493, - 51.563619 + -0.145933, + 51.523848 ], [ - 0.009484, - 51.563146 + -0.145521, + 51.523901 ], [ - 0.010386, - 51.562639 + -0.144955, + 51.52391 ], [ - 0.010836, - 51.562198 + -0.143934, + 51.523838 ], [ - 0.011759, - 51.561371 + -0.143921, + 51.523837 ], [ - 0.012896, - 51.560211 + -0.143406, + 51.523856 ], [ - 0.013433, - 51.559784 + -0.142908, + 51.523911 ], [ - 0.014269, - 51.559064 + -0.139386, + 51.524643 ], [ - 0.016115, - 51.557956 + -0.136795, + 51.525329 ], [ - 0.016952, - 51.557369 + -0.136115, + 51.525543 ], [ - 0.018797, - 51.555608 + -0.135863, + 51.525604 ], [ - 0.020514, - 51.554061 + -0.135534, + 51.525684 ], [ - 0.021393, - 51.553394 + -0.131281, + 51.527151 ], [ - 0.022423, - 51.552753 + -0.129743, + 51.527704 ], [ - 0.023367, - 51.552406 + -0.126584, + 51.528939 ], [ - 0.024569, - 51.552073 + -0.125825, + 51.529332 ], [ - 0.026114, - 51.551726 + -0.124682, + 51.529773 ], [ - 0.026222, - 51.551721 + -0.123701, + 51.530178 ], [ - 0.027294, - 51.551672 + -0.123701, + 51.530178 ], [ - 0.028839, - 51.551659 + -0.123445, + 51.530373 ], [ - 0.030062, - 51.551712 + -0.122944, + 51.530605 ], [ - 0.031328, - 51.551819 + -0.122353, + 51.530641 ], [ - 0.032208, - 51.551819 + -0.12161, + 51.53066 ], [ - 0.033131, - 51.551779 + -0.121235, + 51.53064 ], [ - 0.033796, - 51.551592 + -0.121015, + 51.530614 ], [ - 0.035684, - 51.550912 + -0.120533, + 51.530517 ], [ - 0.037143, - 51.550485 + -0.119751, + 51.530331 ], [ - 0.037937, - 51.550298 + -0.11901, + 51.530098 ], [ - 0.038474, - 51.550245 + -0.118823, + 51.530014 ], [ - 0.039396, - 51.550205 + -0.116127, + 51.528482 ], [ - 0.04019, - 51.550125 + -0.113493, + 51.526872 ], [ - 0.041285, - 51.549965 + -0.112677, + 51.52626 ], [ - 0.0421, - 51.549804 + -0.111469, + 51.525557 ], [ - 0.044408, - 51.549236 + -0.110634, + 51.525038 ], [ - 0.045619, - 51.548937 + -0.108462, + 51.523598 ], [ - 0.046971, - 51.548657 + -0.107871, + 51.523257 ], [ - 0.048516, - 51.548297 + -0.107084, + 51.522698 ], [ - 0.054116, - 51.547109 + -0.106658, + 51.522446 ], [ - 0.060875, - 51.545601 + -0.106537, + 51.522331 ], [ - 0.062013, - 51.545321 + -0.1063, + 51.522018 ], [ - 0.063043, - 51.545094 + -0.105598, + 51.521217 ], [ - 0.063965, - 51.544921 + -0.10531, + 51.520939 ], [ - 0.06639, - 51.54464 + -0.104955, + 51.520478 ], [ - 0.067527, - 51.5444 + -0.10491, + 51.52042 ], [ - 0.07184, - 51.543359 + -0.10455, + 51.520124 ], [ - 0.07345, - 51.542946 + -0.104349, + 51.520006 ], [ - 0.074158, - 51.542732 + -0.10399, + 51.519846 ], [ - 0.074759, - 51.542518 + -0.103753, + 51.519772 ], [ - 0.07772, - 51.541157 + -0.103203, + 51.519653 ], [ - 0.080915, - 51.539489 + -0.102815, + 51.519609 ], [ - 0.088663, - 51.535445 + -0.102366, + 51.519613 ], [ - 0.092053, - 51.53403 + -0.101987, + 51.519656 ], [ - 0.096946, - 51.532402 + -0.101511, + 51.519759 ], [ - 0.10201, - 51.53128 + -0.10076, + 51.519978 ], [ - 0.113597, - 51.530052 + -0.100127, + 51.520095 ], [ - 0.119863, - 51.529438 + -0.099545, + 51.520144 ], [ - 0.120935, - 51.529385 + -0.097718, + 51.520215 ], [ - 0.121536, - 51.529251 + -0.097627, + 51.520218 ], [ - 0.122395, - 51.528771 + -0.09725, + 51.5202 ], [ - 0.12291, - 51.528397 + -0.096773, + 51.520138 ], [ - 0.12321, - 51.527916 + -0.090565, + 51.518617 ], [ - 0.123253, - 51.527569 + -0.0887, + 51.518193 ], [ - 0.123253, - 51.527276 + -0.088465, + 51.518155 ], [ - 0.123167, - 51.526955 + -0.083872, + 51.517427 ], [ - 0.122952, - 51.526528 + -0.083213, + 51.5173 ], [ - 0.122695, - 51.526208 + -0.082696, + 51.517221 ], [ - 0.122523, - 51.525914 + -0.08182, + 51.517087 ], [ - 0.121708, - 51.525166 + -0.080904, + 51.516905 ], [ - 0.12115, - 51.524926 + -0.079209, + 51.516374 ], [ - 0.119863, - 51.524259 + -0.078699, + 51.516181 ], [ - 0.119262, - 51.523991 + -0.077182, + 51.515338 ], [ - 0.118403, - 51.523351 + -0.076481, + 51.51492 ], [ - 0.117416, - 51.52255 + -0.076123, + 51.514642 ], [ - 0.11703, - 51.522122 + -0.076038, + 51.514516 ], [ - 0.116773, - 51.521695 + -0.076, + 51.514403 ], [ - 0.116429, - 51.520841 - ], - [ - 0.115956, - 51.51939 + -0.075812, + 51.514201 ] ] }, "properties": { - "line": "Suffragette", - "name": "Suffragette", - "color": "#5BBD72", - "order": 13 + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8, + "segmentName": "Me_Ci_0", + "segmentType": "overlap", + "overlapSectionId": "section_51", + "overlapOffsetPx": 3 } }, { "type": "Feature", + "id": 237, "geometry": { "type": "LineString", "coordinates": [ [ - -0.004068, - 51.541473 + -0.478171, + 51.546528 ], [ - -0.004432, - 51.541433 + -0.477295, + 51.54687 ], [ - -0.004772, - 51.541359 + -0.476757, + 51.547056 ], [ - -0.005021, - 51.54126 + -0.474746, + 51.547685 ], [ - -0.005448, - 51.540987 + -0.474203, + 51.547817 ], [ - -0.005827, - 51.540816 + -0.473568, + 51.547931 ], [ - -0.006122, - 51.540727 + -0.472612, + 51.548049 ], [ - -0.006658, - 51.540615 + -0.471872, + 51.548067 ], [ - -0.007016, - 51.54058 + -0.470002, + 51.548072 ], [ - -0.007428, - 51.540586 + -0.469477, + 51.548097 ], [ - -0.007897, - 51.540633 + -0.468971, + 51.54815 ], [ - -0.008265, - 51.540692 + -0.467688, + 51.548367 ], [ - -0.008788, - 51.540803 + -0.466332, + 51.548674 ], [ - -0.00931, - 51.540952 + -0.462765, + 51.549771 ], [ - -0.010056, - 51.541228 + -0.449991, + 51.553797 ], [ - -0.010705, - 51.541517 + -0.449364, + 51.553994 ], [ - -0.010965, - 51.541612 + -0.448606, + 51.55428 ], [ - -0.011691, - 51.541794 + -0.447702, + 51.554679 ], [ - -0.012097, - 51.541931 + -0.446929, + 51.555096 ], [ - -0.013344, - 51.542498 + -0.445953, + 51.555761 ], [ - -0.014261, - 51.542824 + -0.445332, + 51.556292 ], [ - -0.014658, - 51.542949 + -0.444901, + 51.556695 ], [ - -0.015367, - 51.543137 + -0.444682, + 51.556937 ], [ - -0.016139, - 51.543305 + -0.444284, + 51.557499 ], [ - -0.016774, - 51.543411 + -0.443706, + 51.558491 ], [ - -0.018303, - 51.543538 + -0.44353, + 51.558925 ], [ - -0.01917, - 51.543577 + -0.443402, + 51.55946 ], [ - -0.021601, - 51.543557 + -0.443169, + 51.560187 ], [ - -0.024909, - 51.543414 + -0.442922, + 51.560763 ], [ - -0.026175, - 51.543359 + -0.442294, + 51.561678 ], [ - -0.027032, - 51.543401 + -0.442054, + 51.561993 ], [ - -0.027564, - 51.54347 + -0.441822, + 51.562297 ], [ - -0.028019, - 51.543553 + -0.441035, + 51.56302 ], [ - -0.02849, - 51.54367 + -0.440495, + 51.563432 ], [ - -0.028993, - 51.54382 + -0.440061, + 51.563725 ], [ - -0.029454, - 51.544 + -0.439671, + 51.563955 ], [ - -0.029861, - 51.54419 + -0.439209, + 51.564212 ], [ - -0.030084, - 51.544317 + -0.438592, + 51.564508 ], [ - -0.031184, - 51.545009 + -0.437907, + 51.564799 ], [ - -0.03186, - 51.545373 + -0.435907, + 51.565594 ], [ - -0.03259, - 51.545707 + -0.433442, + 51.56663 ], [ - -0.033601, - 51.546093 + -0.431738, + 51.567389 ], [ - -0.034616, - 51.546408 + -0.43016, + 51.568047 ], [ - -0.03532, - 51.546574 + -0.427404, + 51.56926 ], [ - -0.036043, - 51.546711 + -0.425056, + 51.57026 ], [ - -0.03712, - 51.54685 + -0.422994, + 51.571012 ], [ - -0.03857, - 51.546936 + -0.42261, + 51.571138 ], [ - -0.042346, - 51.547067 + -0.421978, + 51.571295 ], [ - -0.044155, - 51.54713 + -0.421435, + 51.571413 ], [ - -0.045699, - 51.547138 + -0.419865, + 51.571754 ], [ - -0.046459, - 51.547162 + -0.417799, + 51.572102 ], [ - -0.048656, - 51.547241 + -0.412406, + 51.573293 ], [ - -0.04943, - 51.547311 + -0.410937, + 51.573618 ], [ - -0.05031, - 51.547334 + -0.406322, + 51.574678 ], [ - -0.052304, - 51.547308 + -0.399333, + 51.576211 ], [ - -0.054784, - 51.54713 + -0.396907, + 51.57663 ], [ - -0.05583, - 51.547075 + -0.396505, + 51.5767 ], [ - -0.056049, - 51.547073 + -0.395201, + 51.576869 ], [ - -0.057317, - 51.547063 + -0.393067, + 51.577076 ], [ - -0.058106, - 51.547082 + -0.391254, + 51.577187 ], [ - -0.068564, - 51.547636 + -0.38948, + 51.577239 ], [ - -0.075687, - 51.548165 + -0.388124, + 51.577242 ], [ - -0.077244, - 51.54828 + -0.386302, + 51.577203 ], [ - -0.082787, - 51.548763 + -0.384647, + 51.577106 ], [ - -0.083866, - 51.548816 + -0.383398, + 51.577004 ], [ - -0.084992, - 51.548933 + -0.381802, + 51.576827 ], [ - -0.085823, - 51.548988 + -0.379548, + 51.576525 ], [ - -0.086984, - 51.54903 + -0.375028, + 51.575842 ], [ - -0.088029, - 51.549033 + -0.373849, + 51.57565 ], [ - -0.089104, - 51.549 + -0.370937, + 51.575124 ], [ - -0.090032, - 51.548948 + -0.370856, + 51.575109 ], [ - -0.091182, - 51.548854 + -0.370274, + 51.575027 ], [ - -0.092189, - 51.548737 - ], + -0.368944, + 51.574904 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8, + "segmentName": "Me_Pi_0", + "segmentType": "overlap", + "overlapSectionId": "section_14", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 238, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.092683, - 51.54868 + -0.368944, + 51.574904 ], [ - -0.093586, - 51.548515 + -0.368399, + 51.574882 ], [ - -0.094389, - 51.548341 + -0.367378, + 51.574881 ], [ - -0.097144, - 51.547637 + -0.366544, + 51.574931 ], [ - -0.09867, - 51.547278 + -0.365438, + 51.575049 ], [ - -0.102113, - 51.54652 + -0.364491, + 51.575205 ], [ - -0.102923, - 51.54636 + -0.364001, + 51.575304 ], [ - -0.103948, - 51.546192 + -0.363468, + 51.575438 ], [ - -0.104171, - 51.546156 + -0.3624, + 51.575756 ], [ - -0.104971, - 51.54599 + -0.361358, + 51.576151 ], [ - -0.106426, - 51.545588 + -0.355436, + 51.578798 ], [ - -0.109052, - 51.544974 + -0.354098, + 51.579278 ], [ - -0.110938, - 51.54448 - ], + -0.35309, + 51.579599 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8, + "segmentName": "Me3_a", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 239, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.112818, - 51.544014 + -0.35309, + 51.579599 ], [ - -0.113937, - 51.543819 + -0.35309, + 51.579599 ], [ - -0.114988, - 51.543607 + -0.353082, + 51.579602 ], [ - -0.11677, - 51.543121 + -0.352279, + 51.579816 ], [ - -0.119792, - 51.542296 + -0.351621, + 51.579959 ], [ - -0.123766, - 51.541329 + -0.351003, + 51.580069 ], [ - -0.125507, - 51.541129 + -0.350296, + 51.580168 ], [ - -0.125969, - 51.541098 + -0.349593, + 51.58023 ], [ - -0.126851, - 51.541074 + -0.348964, + 51.580261 ], [ - -0.130079, - 51.54115 - ], + -0.347945, + 51.580331 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8, + "segmentName": "Me3_b", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 240, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.131904, - 51.54116 + -0.417373, + 51.657372 ], [ - -0.133477, - 51.541244 + -0.420777, + 51.655899 ], [ - -0.135224, - 51.541415 + -0.421778, + 51.655506 ], [ - -0.138561, - 51.541843 + -0.423385, + 51.65483 ], [ - -0.138683, - 51.541857 + -0.425429, + 51.654133 ], [ - -0.139927, - 51.541997 + -0.427449, + 51.653469 ], [ - -0.141032, - 51.542075 + -0.43533, + 51.650941 ], [ - -0.142106, - 51.542097 + -0.436537, + 51.650521 ], [ - -0.142644, - 51.542132 + -0.437404, + 51.650145 ], [ - -0.14304, - 51.542187 + -0.438167, + 51.649753 ], [ - -0.143303, - 51.542236 + -0.43885, + 51.649344 ], [ - -0.143819, - 51.542369 + -0.43958, + 51.648817 ], [ - -0.144397, - 51.542598 + -0.440113, + 51.648366 ], [ - -0.144835, - 51.54284 + -0.441667, + 51.647149 ], [ - -0.145252, - 51.543136 + -0.441772, + 51.647083 ], [ - -0.145464, - 51.543331 + -0.442477, + 51.646637 ], [ - -0.145815, - 51.543814 + -0.443169, + 51.646257 ], [ - -0.145933, - 51.54406 + -0.443533, + 51.646088 ], [ - -0.146461, - 51.545644 + -0.443916, + 51.64594 ], [ - -0.14665, - 51.54655 + -0.444974, + 51.645574 ], [ - -0.147072, - 51.548573 + -0.448857, + 51.644359 ], [ - -0.147243, - 51.549608 + -0.449549, + 51.644064 ], [ - -0.14733, - 51.551361 + -0.449847, + 51.643889 ], [ - -0.147612, - 51.552346 + -0.450346, + 51.643546 ], [ - -0.147783, - 51.552666 + -0.450954, + 51.642938 ], [ - -0.148213, - 51.553294 + -0.451065, + 51.642769 ], [ - -0.148845, - 51.553916 + -0.451214, + 51.642389 ], [ - -0.149447, - 51.554428 + -0.451279, + 51.642121 ], [ - -0.150064, - 51.554796 + -0.451323, + 51.64182 ], [ - -0.150934, - 51.555205 + -0.451282, + 51.641532 ], [ - -0.151202, - 51.555331 + -0.451186, + 51.641225 ], [ - -0.151835, - 51.555573 + -0.451086, + 51.64101 ], [ - -0.15269, - 51.555831 + -0.45098, + 51.640824 ], [ - -0.153467, - 51.556013 + -0.450776, + 51.640549 ], [ - -0.153778, - 51.556068 + -0.450455, + 51.640198 ], [ - -0.154506, - 51.556173 + -0.450285, + 51.640057 ], [ - -0.15517, - 51.556225 - ], + -0.449832, + 51.63964 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8, + "segmentName": "Me4", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 241, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.156778, - 51.556217 + -0.607512, + 51.674065 ], [ - -0.161807, - 51.555844 + -0.603162, + 51.673421 ], [ - -0.162812, - 51.555726 + -0.599471, + 51.673142 ], [ - -0.164606, - 51.555406 + -0.595011, + 51.673042 ], [ - -0.165668, - 51.555165 + -0.591524, + 51.672907 ], [ - -0.166159, - 51.555054 + -0.589077, + 51.672834 ], [ - -0.167804, - 51.554576 + -0.586569, + 51.672669 ], [ - -0.181746, - 51.550677 + -0.581394, + 51.671897 ], [ - -0.183134, - 51.550262 - ], + -0.572634, + 51.670199 + ] + ] + }, + "properties": { + "line": "Metropolitan", + "name": "Metropolitan", + "color": "#751056", + "order": 8, + "segmentName": "Me5", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 242, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.183255, - 51.550226 + -0.003375, + 51.540892 ], [ - -0.184727, - 51.549707 + -0.001681, + 51.538871 ], [ - -0.187544, - 51.548592 + -0.001488, + 51.538606 ], [ - -0.189041, - 51.548082 + -0.001127, + 51.538268 ], [ - -0.189798, - 51.547877 + -0.000338, + 51.537699 ], [ - -0.190643, - 51.54762 + 0.0001, + 51.53733 ], [ - -0.1912, - 51.547491 + 0.000468, + 51.536984 ], [ - -0.192141, - 51.547272 + 0.000608, + 51.536812 ], [ - -0.192834, - 51.547141 + 0.00149, + 51.535575 ], [ - -0.196296, - 51.546628 + 0.001754, + 51.535168 ], [ - -0.198399, - 51.546226 + 0.001906, + 51.534905 ], [ - -0.200064, - 51.545814 + 0.002394, + 51.533856 ], [ - -0.200881, - 51.545591 + 0.002615, + 51.533499 ], [ - -0.202282, - 51.545136 + 0.003625, + 51.532271 ], [ - -0.202324, - 51.545123 + 0.00404, + 51.5316 ], [ - -0.203251, - 51.544784 + 0.004202, + 51.531235 ], [ - -0.204182, - 51.544401 + 0.004274, + 51.530891 ], [ - -0.205504, - 51.543785 + 0.004277, + 51.530602 ], [ - -0.206573, - 51.543217 + 0.004055, + 51.529676 ], [ - -0.207834, - 51.542481 + 0.004109, + 51.529207 ], [ - -0.208357, - 51.542125 + 0.004368, + 51.528478 ], [ - -0.209265, - 51.541444 + 0.00442, + 51.528144 ], [ - -0.210135, - 51.540702 + 0.004426, + 51.52811 ], [ - -0.211321, - 51.539689 + 0.00452, + 51.52553 ], [ - -0.212734, - 51.538591 + 0.004287, + 51.522852 ], [ - -0.21436, - 51.537467 + 0.004143, + 51.521952 ], [ - -0.215617, - 51.536655 + 0.004098, + 51.521362 ], [ - -0.217031, - 51.535838 + 0.004248, + 51.519953 ], [ - -0.218103, - 51.535288 + 0.004418, + 51.519178 ], [ - -0.219041, - 51.53487 + 0.00465, + 51.518472 ], [ - -0.219925, - 51.534525 + 0.004753, + 51.518191 ], [ - -0.220226, - 51.534408 + 0.005158, + 51.51735 ], [ - -0.221516, - 51.534015 + 0.005628, + 51.516629 ], [ - -0.222616, - 51.533738 + 0.006296, + 51.515757 ], [ - -0.223193, - 51.53361 + 0.007033, + 51.515035 ], [ - -0.224148, - 51.533433 + 0.008019, + 51.514181 ], [ - -0.225288, - 51.53327 + 0.008103, + 51.514109 ], [ - -0.225848, - 51.533223 + 0.008716, + 51.513509 ], [ - -0.227095, - 51.533158 + 0.009137, + 51.51304 ], [ - -0.233775, - 51.532894 + 0.0095, + 51.512504 ], [ - -0.234499, - 51.532872 + 0.010129, + 51.511314 ], [ - -0.236985, - 51.532847 + 0.011046, + 51.509909 ], [ - -0.239989, - 51.532739 + 0.011282, + 51.509508 ], [ - -0.241572, - 51.532642 + 0.011534, + 51.508971 ], [ - -0.2423, - 51.532538 - ], + 0.011627, + 51.508668 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju_DL_1", + "segmentType": "overlap", + "overlapSectionId": "section_55", + "overlapOffsetPx": 2 + } + }, + { + "type": "Feature", + "id": 243, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.242694, - 51.532435 + 0.011627, + 51.508668 ], [ - -0.24318, - 51.532249 + 0.011647, + 51.508194 ], [ - -0.243645, - 51.531996 + 0.011626, + 51.50741 ], [ - -0.243645, - 51.531996 + 0.011416, + 51.506658 ], [ - -0.24399, - 51.531727 + 0.010995, + 51.505705 ], [ - -0.244299, - 51.531342 + 0.010558, + 51.504908 ], [ - -0.244388, - 51.531169 + 0.009592, + 51.503601 ], [ - -0.244468, - 51.530917 + 0.008487, + 51.502527 ], [ - -0.244592, - 51.530322 + 0.007581, + 51.50191 ], [ - -0.244712, - 51.530056 + 0.006932, + 51.501561 ], [ - -0.244846, - 51.529841 + 0.003885, + 51.500094 ], [ - -0.245056, - 51.529598 - ], + 0.003734, + 51.500041 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju0_a", + "segmentType": "solo", + "overlapOffsetPx": 1.8 + } + }, + { + "type": "Feature", + "id": 244, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.245315, - 51.529361 + 0.003734, + 51.500041 ], [ - -0.245565, - 51.529181 + 0.003734, + 51.500041 ], [ - -0.245907, - 51.528987 + 0.002883, + 51.499744 ], [ - -0.246433, - 51.528771 + 0.002495, + 51.499629 ], [ - -0.247824, - 51.528466 + 0.002078, + 51.499559 ], [ - -0.249302, - 51.528076 + 0.000977, + 51.499499 ], [ - -0.249668, - 51.52793 + 0.000414, + 51.499515 ], [ - -0.250178, - 51.527672 + -0.000928, + 51.499615 ], [ - -0.250593, - 51.527407 + -0.002503, + 51.499876 ], [ - -0.251097, - 51.526998 + -0.004933, + 51.500389 ], [ - -0.251893, - 51.526224 + -0.006454, + 51.500852 ], [ - -0.252943, - 51.525101 + -0.007988, + 51.501414 ], [ - -0.254202, - 51.523666 + -0.009369, + 51.501993 ], [ - -0.254907, - 51.522672 + -0.01032, + 51.5023 ], [ - -0.255539, - 51.521717 + -0.01116, + 51.502524 ], [ - -0.256057, - 51.520827 + -0.011762, + 51.502635 ], [ - -0.256591, - 51.51975 + -0.018612, + 51.503541 ], [ - -0.257217, - 51.518687 + -0.019499, + 51.503632 ], [ - -0.25771, - 51.517981 + -0.0194997861706391, + 51.5036320807897 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju0_b", + "segmentType": "solo", + "overlapOffsetPx": 1.6 + } + }, + { + "type": "Feature", + "id": 245, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.0194997861706391, + 51.5036320807897 ], [ - -0.259955, - 51.514951 + -0.024384, + 51.504134 ], [ - -0.260509, - 51.514125 + -0.026029, + 51.504329 ], [ - -0.261291, - 51.51275 + -0.027626, + 51.504355 ], [ - -0.261785, - 51.511719 + -0.029033, + 51.50415 ], [ - -0.262254, - 51.51047 + -0.03046, + 51.503703 ], [ - -0.262832, - 51.508702 + -0.031682, + 51.503121 ], [ - -0.263127, - 51.507798 + -0.032518, + 51.502424 ], [ - -0.263616, - 51.50666 + -0.033013, + 51.502203 ], [ - -0.263796, - 51.506374 + -0.038162, + 51.500659 ], [ - -0.264239, - 51.505549 + -0.044646, + 51.498456 ], [ - -0.264761, - 51.504749 + -0.0474, + 51.497987 ], [ - -0.26525, - 51.504074 + -0.049704, + 51.498 ], [ - -0.265832, - 51.503367 - ], + -0.04970555949925159, + 51.498000006188484 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju0_c", + "segmentType": "solo", + "overlapOffsetPx": 1.4 + } + }, + { + "type": "Feature", + "id": 246, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.266475, - 51.502644 + -0.04970555949925159, + 51.498000006188484 ], [ - -0.267109, - 51.502001 + -0.050208, + 51.498002 ], [ - -0.267649, - 51.501497 + -0.05515, + 51.497923 ], [ - -0.268925, - 51.500439 + -0.063313, + 51.497756 ], [ - -0.269707, - 51.499844 + -0.063617, + 51.497737 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju0_d", + "segmentType": "solo", + "overlapOffsetPx": 1.2 + } + }, + { + "type": "Feature", + "id": 247, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.063617, + 51.497737 ], [ - -0.270032, - 51.499626 + -0.063617, + 51.497737 ], [ - -0.27051, - 51.499304 + -0.063738, + 51.49773 ], [ - -0.271068, - 51.498979 + -0.065708, + 51.497459 ], [ - -0.2715, - 51.498585 + -0.066831, + 51.497405 ], [ - -0.271913, - 51.498124 + -0.069825, + 51.497875 ], [ - -0.272103, - 51.497815 + -0.072276, + 51.49817 ], [ - -0.272298, - 51.497422 + -0.073409, + 51.498569 ], [ - -0.272361, - 51.497227 + -0.075543, + 51.499703 ], [ - -0.272453, - 51.496642 + -0.077496, + 51.500834 ], [ - -0.272405, - 51.496196 + -0.079757, + 51.502203 ], [ - -0.272194, - 51.49526 + -0.081482, + 51.503096 ], [ - -0.272237, - 51.494629 + -0.083337, + 51.504116 ], [ - -0.272432, - 51.493959 + -0.084268, + 51.50449 ], [ - -0.272651, - 51.493618 + -0.08564, + 51.504887 ], [ - -0.272861, - 51.493347 + -0.086191, + 51.504975 ], [ - -0.273324, - 51.492913 + -0.086653, + 51.504999 ], [ - -0.274233, - 51.492298 + -0.086931, + 51.505001 ], [ - -0.274984, - 51.491909 + -0.089635, + 51.50502 ], [ - -0.275156, - 51.491783 + -0.09008, + 51.504974 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju0_e", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 248, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.09008, + 51.504974 ], [ - -0.275325, - 51.49166 + -0.090634, + 51.504874 ], [ - -0.275566, - 51.491452 + -0.092822, + 51.504236 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju_No_0", + "segmentType": "overlap", + "overlapSectionId": "section_40", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 249, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.092822, + 51.504236 ], [ - -0.275817, - 51.491191 + -0.093841, + 51.504068 ], [ - -0.276229, - 51.490655 + -0.098381, + 51.503887 ], [ - -0.276387, - 51.49037 + -0.105075, + 51.504079 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju1_a", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 250, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.105075, + 51.504079 ], [ - -0.276548, - 51.489987 + -0.105075, + 51.504079 ], [ - -0.27671, - 51.489441 + -0.105811, + 51.5041 ], [ - -0.276771, - 51.488974 + -0.107227, + 51.504075 ], [ - -0.276791, - 51.48842 + -0.109283, + 51.503925 ], [ - -0.276971, - 51.487367 + -0.111291, + 51.503654 ], [ - -0.277272, - 51.486536 + -0.113622, + 51.503205 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju1_b", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 251, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.113622, + 51.503205 ], [ - -0.277883, - 51.485524 + -0.113622, + 51.503205 ], [ - -0.278229, - 51.485122 + -0.114228, + 51.503088 ], [ - -0.281788, - 51.481633 + -0.116739, + 51.502462 ], [ - -0.282969, - 51.480403 + -0.119954, + 51.501629 ], [ - -0.283789, - 51.479365 + -0.120827, + 51.501434 ], [ - -0.283959, - 51.479103 + -0.121966, + 51.501219 ], [ - -0.284292, - 51.478571 + -0.123652, + 51.500987 ], [ - -0.284608, - 51.477975 + -0.124601, + 51.500901 ], [ - -0.284909, - 51.477342 + -0.124796, + 51.500892 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju1_c", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 252, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.124796, + 51.500892 ], [ - -0.285044, - 51.476998 + -0.124796, + 51.500892 ], [ - -0.285104, - 51.476847 + -0.125248, + 51.500872 ], [ - -0.285282, - 51.476316 + -0.126406, + 51.500881 ], [ - -0.28718, - 51.469621 + -0.127155, + 51.50095 ], [ - -0.287384, - 51.469128 + -0.128034, + 51.501092 ], [ - -0.287907, - 51.468131 + -0.129335, + 51.501392 ], [ - -0.288514, - 51.467263 + -0.130289, + 51.501738 ], [ - -0.289246, - 51.466419 + -0.131374, + 51.502226 ], [ - -0.289761, - 51.465914 + -0.132202, + 51.50271 ], [ - -0.290222, - 51.465515 + -0.132806, + 51.503216 ], [ - -0.290544, - 51.465273 + -0.133877, + 51.504311 ], [ - -0.290892, - 51.465055 + -0.134579, + 51.504885 ], [ - -0.291329, - 51.464838 + -0.135268, + 51.505288 ], [ - -0.291702, - 51.464693 + -0.135998, + 51.505582 ], [ - -0.292235, - 51.464543 + -0.136472, + 51.505729 ], [ - -0.292742, - 51.464435 + -0.136927, + 51.505823 ], [ - -0.296008, - 51.463895 + -0.137365, + 51.505903 ], [ - -0.297791, - 51.463567 + -0.138376, + 51.506047 ], [ - -0.298561, - 51.46347 + -0.142519, + 51.506476 ], [ - -0.299594, - 51.463461 + -0.143033, + 51.506546 ], [ - -0.301184, - 51.463331 + -0.143033, + 51.506546 ] ] }, "properties": { - "line": "Mildmay", - "name": "Mildmay", - "color": "#0077AD", - "order": 12 + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju1_d", + "segmentType": "solo", + "overlapOffsetPx": 1 } }, { "type": "Feature", + "id": 253, "geometry": { "type": "LineString", "coordinates": [ [ - -0.004068, - 51.541473 + -0.143033, + 51.506546 ], [ - -0.004432, - 51.541433 + -0.143119, + 51.506557 ], [ - -0.004772, - 51.541359 + -0.144381, + 51.506561 ], [ - -0.005021, - 51.54126 + -0.14516, + 51.506535 ], [ - -0.005448, - 51.540987 + -0.145668, + 51.506547 ], [ - -0.005827, - 51.540816 + -0.146148, + 51.506625 ], [ - -0.006122, - 51.540727 + -0.146477, + 51.506744 ], [ - -0.006658, - 51.540615 + -0.146854, + 51.506915 ], [ - -0.007016, - 51.54058 + -0.147418, + 51.507306 ], [ - -0.007428, - 51.540586 + -0.147767, + 51.507612 ], [ - -0.007897, - 51.540633 + -0.147993, + 51.507903 ], [ - -0.008265, - 51.540692 + -0.148353, + 51.508513 ], [ - -0.008788, - 51.540803 + -0.148553, + 51.508946 ], [ - -0.00931, - 51.540952 + -0.148838, + 51.50965 ], [ - -0.010056, - 51.541228 + -0.149043, + 51.510661 ], [ - -0.010705, - 51.541517 + -0.149084, + 51.511388 ], [ - -0.010965, - 51.541612 + -0.149009, + 51.514092 ], [ - -0.011691, - 51.541794 + -0.148994, + 51.514287 ], [ - -0.012097, - 51.541931 + -0.148994, + 51.514287 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju1_e", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 254, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.148994, + 51.514287 ], [ - -0.013344, - 51.542498 + -0.148963, + 51.51467 ], [ - -0.014261, - 51.542824 + -0.148829, + 51.515357 ], [ - -0.014658, - 51.542949 + -0.148413, + 51.516259 ], [ - -0.015367, - 51.543137 + -0.147714, + 51.517184 ], [ - -0.016139, - 51.543305 + -0.14719, + 51.517803 ], [ - -0.016774, - 51.543411 + -0.146825, + 51.518485 ], [ - -0.018303, - 51.543538 + -0.146599, + 51.519163 ], [ - -0.01917, - 51.543577 + -0.146425, + 51.520482 ], [ - -0.021601, - 51.543557 + -0.146444, + 51.521156 ], [ - -0.024909, - 51.543414 + -0.146492, + 51.5215 ], [ - -0.026175, - 51.543359 + -0.146653, + 51.522177 ], [ - -0.027032, - 51.543401 + -0.146771, + 51.522456 ], [ - -0.027564, - 51.54347 + -0.146936, + 51.522712 ], [ - -0.028019, - 51.543553 + -0.147156, + 51.522957 ], [ - -0.02849, - 51.54367 + -0.147552, + 51.523308 ], [ - -0.028993, - 51.54382 + -0.148053, + 51.523658 ], [ - -0.029454, - 51.544 + -0.148385, + 51.523834 ], [ - -0.029861, - 51.54419 + -0.148798, + 51.524015 ], [ - -0.030084, - 51.544317 + -0.149173, + 51.52408 ], [ - -0.031184, - 51.545009 + -0.149836, + 51.524096 ], [ - -0.03186, - 51.545373 + -0.151399, + 51.523818 ], [ - -0.03259, - 51.545707 + -0.152381, + 51.523564 ], [ - -0.033601, - 51.546093 + -0.152789, + 51.523415 ], [ - -0.034616, - 51.546408 + -0.153324, + 51.523253 ], [ - -0.03532, - 51.546574 - ], + -0.154413, + 51.522854 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju1_f", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 255, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.036043, - 51.546711 + -0.154413, + 51.522854 ], [ - -0.03712, - 51.54685 + -0.155512, + 51.522501 ], [ - -0.03857, - 51.546936 - ], + -0.156847, + 51.522456 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju_Me_0", + "segmentType": "overlap", + "overlapSectionId": "section_45", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 256, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.042346, - 51.547067 + -0.156847, + 51.522456 ], [ - -0.044155, - 51.54713 + -0.15688, + 51.522455 ], [ - -0.045699, - 51.547138 - ], + -0.159375, + 51.522795 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju2", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 257, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.046459, - 51.547162 + -0.159375, + 51.522795 ], [ - -0.048656, - 51.547241 + -0.160327, + 51.522808 ], [ - -0.04943, - 51.547311 + -0.161143, + 51.522747 ], [ - -0.05031, - 51.547334 + -0.161573, + 51.522684 ], [ - -0.052304, - 51.547308 + -0.162095, + 51.52264 ], [ - -0.054784, - 51.54713 - ], + -0.162886, + 51.522658 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju_Ba_0", + "segmentType": "overlap", + "overlapSectionId": "section_56", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 258, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.05583, - 51.547075 + -0.162886, + 51.522658 ], [ - -0.056049, - 51.547073 + -0.16326, + 51.522691 ], [ - -0.057317, - 51.547063 + -0.163685, + 51.522765 ], [ - -0.058106, - 51.547082 + -0.164073, + 51.522868 ], [ - -0.068564, - 51.547636 + -0.164576, + 51.523064 ], [ - -0.075687, - 51.548165 + -0.164857, + 51.523234 ], [ - -0.077244, - 51.54828 + -0.165175, + 51.523488 ], [ - -0.082787, - 51.548763 + -0.165846, + 51.524127 ], [ - -0.083866, - 51.548816 + -0.166222, + 51.524543 ], [ - -0.084992, - 51.548933 + -0.166811, + 51.525359 ], [ - -0.085823, - 51.548988 + -0.167281, + 51.526169 ], [ - -0.086984, - 51.54903 + -0.167588, + 51.526885 ], [ - -0.088029, - 51.549033 + -0.167731, + 51.527282 ], [ - -0.089104, - 51.549 + -0.168124, + 51.528588 ], [ - -0.090032, - 51.548948 - ], + -0.168413, + 51.529146 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju3", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 259, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.091182, - 51.548854 + -0.168413, + 51.529146 ], [ - -0.092189, - 51.548737 + -0.168676, + 51.529559 ], [ - -0.092683, - 51.54868 + -0.168929, + 51.529822 ], [ - -0.093586, - 51.548515 + -0.169294, + 51.530123 ], [ - -0.094389, - 51.548341 + -0.170867, + 51.531339 ], [ - -0.097144, - 51.547637 + -0.173393, + 51.533381 ], [ - -0.09867, - 51.547278 - ], + -0.173707, + 51.533709 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju_Me_1", + "segmentType": "overlap", + "overlapSectionId": "section_46", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 260, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.102113, - 51.54652 + -0.173707, + 51.533709 ], [ - -0.102923, - 51.54636 + -0.173856, + 51.533945 ], [ - -0.103948, - 51.546192 + -0.174003, + 51.534344 ], [ - -0.104171, - 51.546156 - ], + -0.174026, + 51.534571 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju4_a", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 261, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.104971, - 51.54599 + -0.174026, + 51.534571 ], [ - -0.106426, - 51.545588 + -0.174026, + 51.534571 ], [ - -0.109052, - 51.544974 + -0.174052, + 51.534831 ], [ - -0.110938, - 51.54448 + -0.174102, + 51.537431 ], [ - -0.112818, - 51.544014 + -0.174056, + 51.538412 ], [ - -0.113937, - 51.543819 + -0.173576, + 51.541152 ], [ - -0.114988, - 51.543607 + -0.173544, + 51.541493 ], [ - -0.11677, - 51.543121 + -0.173563, + 51.54172 ], [ - -0.119792, - 51.542296 + -0.173634, + 51.542016 ], [ - -0.123766, - 51.541329 + -0.173742, + 51.542248 ], [ - -0.125507, - 51.541129 + -0.174035, + 51.542647 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju4_b", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 262, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.174035, + 51.542647 ], [ - -0.125969, - 51.541098 + -0.174663, + 51.543336 ], [ - -0.126851, - 51.541074 + -0.174663, + 51.543336 ], [ - -0.130079, - 51.54115 + -0.175301, + 51.544093 ], [ - -0.131904, - 51.54116 + -0.175652, + 51.544456 ], [ - -0.133057, - 51.541215 + -0.176049, + 51.544736 ], [ - -0.134299, - 51.541315 + -0.176412, + 51.544939 ], [ - -0.135224, - 51.541415 + -0.177892, + 51.545488 ], [ - -0.138561, - 51.541843 + -0.178312, + 51.545676 ], [ - -0.138683, - 51.541857 + -0.178758, + 51.54603 ], [ - -0.139927, - 51.541997 + -0.1791, + 51.546395 ], [ - -0.141032, - 51.542075 + -0.179405, + 51.546663 ], [ - -0.142106, - 51.542097 + -0.180008, + 51.547085 ], [ - -0.142644, - 51.542132 + -0.180255, + 51.547189 ], [ - -0.14304, - 51.542187 + -0.180255, + 51.547189 ], [ - -0.143303, - 51.542236 + -0.180884, + 51.547377 ], [ - -0.143819, - 51.542369 + -0.18159, + 51.5475 ], [ - -0.1441, - 51.542471 + -0.182186, + 51.547544 ], [ - -0.144397, - 51.542598 + -0.182721, + 51.547543 ], [ - -0.144835, - 51.54284 + -0.183187, + 51.547515 ], [ - -0.145252, - 51.543136 + -0.186287, + 51.547152 ], [ - -0.145464, - 51.543331 + -0.187059, + 51.547085 ], [ - -0.145815, - 51.543814 + -0.190775, + 51.546858 ], [ - -0.145933, - 51.54406 + -0.190798, + 51.546857 ], [ - -0.146362, - 51.545309 + -0.195029, + 51.546486 ], [ - -0.146461, - 51.545644 + -0.19632, + 51.546424 ], [ - -0.14665, - 51.54655 + -0.198662, + 51.546518 ], [ - -0.147072, - 51.548573 + -0.200508, + 51.546649 ], [ - -0.147243, - 51.549608 + -0.201601, + 51.546706 ], [ - -0.14733, - 51.551361 + -0.202856, + 51.546854 ], [ - -0.147612, - 51.552346 + -0.204383, + 51.546984 ], [ - -0.147783, - 51.552666 + -0.204619, + 51.546995 ], [ - -0.148213, - 51.553294 + -0.207115, + 51.547114 ], [ - -0.148845, - 51.553916 + -0.208465, + 51.547224 ], [ - -0.149447, - 51.554428 + -0.211204, + 51.547625 ], [ - -0.150064, - 51.554796 + -0.214619, + 51.548175 ], [ - -0.150655, - 51.555084 + -0.218046, + 51.548694 ], [ - -0.150926, - 51.555206 + -0.221855, + 51.549329 ], [ - -0.151202, - 51.555331 + -0.22237, + 51.549409 ], [ - -0.151835, - 51.555573 + -0.225863, + 51.549951 ], [ - -0.15269, - 51.555831 + -0.227678, + 51.550196 ], [ - -0.153035, - 51.555917 + -0.233002, + 51.55103 ], [ - -0.153467, - 51.556013 + -0.2355, + 51.551431 ], [ - -0.154334, - 51.556151 + -0.238756, + 51.551997 ], [ - -0.15517, - 51.556225 + -0.239229, + 51.55208 ], [ - -0.156778, - 51.556217 + -0.243508, + 51.552676 ], [ - -0.161807, - 51.555844 + -0.244843, + 51.552882 ], [ - -0.162812, - 51.555726 + -0.246148, + 51.553146 ], [ - -0.164606, - 51.555406 + -0.247262, + 51.553408 ], [ - -0.165668, - 51.555165 + -0.249696, + 51.554087 ], [ - -0.166159, - 51.555054 + -0.250373, + 51.554276 ], [ - -0.167804, - 51.554576 + -0.253251, + 51.554946 ], [ - -0.181746, - 51.550677 + -0.254117, + 51.555166 ], [ - -0.183134, - 51.550262 + -0.257028, + 51.555966 ], [ - -0.183255, - 51.550226 + -0.259145, + 51.556602 ], [ - -0.184727, - 51.549707 + -0.261238, + 51.557309 ], [ - -0.187544, - 51.548592 + -0.263422, + 51.558171 ], [ - -0.189041, - 51.548082 + -0.266863, + 51.559617 ], [ - -0.189798, - 51.547877 + -0.26911, + 51.560536 ], [ - -0.190643, - 51.54762 + -0.271384, + 51.561408 ], [ - -0.1912, - 51.547491 + -0.272405, + 51.561776 ], [ - -0.192141, - 51.547272 + -0.273272, + 51.562036 ], [ - -0.192834, - 51.547141 + -0.274079, + 51.562243 ], [ - -0.196296, - 51.546628 + -0.277078, + 51.56284 ], [ - -0.198399, - 51.546226 + -0.277691, + 51.563003 ], [ - -0.200064, - 51.545814 + -0.27821, + 51.56315 ], [ - -0.200881, - 51.545591 + -0.279086, + 51.563448 ], [ - -0.202282, - 51.545136 + -0.280634, + 51.563975 ], [ - -0.202324, - 51.545123 + -0.281617, + 51.564365 ], [ - -0.203725, - 51.544596 + -0.282239, + 51.564646 ], [ - -0.205019, - 51.544021 + -0.283043, + 51.565065 ], [ - -0.205843, - 51.543613 + -0.284, + 51.565645 ], [ - -0.206573, - 51.543217 + -0.284868, + 51.566296 ], [ - -0.207834, - 51.542481 + -0.286778, + 51.568047 ], [ - -0.208357, - 51.542125 + -0.287168, + 51.568367 ], [ - -0.209265, - 51.541444 + -0.287919, + 51.56888 ], [ - -0.210135, - 51.540702 - ], + -0.288382, + 51.569237 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju_Me_2", + "segmentType": "overlap", + "overlapSectionId": "section_47", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 263, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.211321, - 51.539689 + -0.288382, + 51.569237 ], [ - -0.212734, - 51.538591 + -0.288786, + 51.569668 ], [ - -0.21436, - 51.537467 + -0.289537, + 51.570651 ], [ - -0.215987, - 51.53643 + -0.290188, + 51.571646 ], [ - -0.217562, - 51.535557 + -0.290402, + 51.572131 ], [ - -0.218574, - 51.535072 + -0.290454, + 51.572362 ], [ - -0.219303, - 51.534762 + -0.290475, + 51.572642 ], [ - -0.219924, - 51.534524 + -0.290442, + 51.572987 ], [ - -0.220226, - 51.534408 + -0.290281, + 51.57347 ], [ - -0.221516, - 51.534015 + -0.29004, + 51.57385 ], [ - -0.222616, - 51.533738 + -0.289741, + 51.574177 ], [ - -0.223193, - 51.53361 + -0.289398, + 51.574447 ], [ - -0.224148, - 51.533433 + -0.289139, + 51.574613 ], [ - -0.225288, - 51.53327 + -0.288571, + 51.574922 ], [ - -0.225848, - 51.533223 + -0.283351, + 51.577554 ], [ - -0.228256, - 51.533109 + -0.28236, + 51.57808 ], [ - -0.233775, - 51.532894 + -0.28176, + 51.57848 ], [ - -0.234499, - 51.532872 + -0.281187, + 51.578938 ], [ - -0.236985, - 51.532847 + -0.280898, + 51.579205 ], [ - -0.239989, - 51.532739 + -0.280423, + 51.579753 ], [ - -0.241572, - 51.532642 + -0.280153, + 51.580136 ], [ - -0.242077, - 51.532575 + -0.279895, + 51.580602 ], [ - -0.2423, - 51.532538 + -0.279693, + 51.581107 ], [ - -0.242694, - 51.532435 - ], + -0.278745, + 51.584265 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju5_a", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 264, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.24318, - 51.532249 + -0.278745, + 51.584265 ], [ - -0.243521, - 51.53207 + -0.278745, + 51.584265 ], [ - -0.243749, - 51.531925 + -0.278395, + 51.585432 ], [ - -0.243749, - 51.531925 + -0.2783, + 51.586237 ], [ - -0.244101, - 51.53161 + -0.278445, + 51.586994 ], [ - -0.244299, - 51.531342 + -0.278678, + 51.587739 ], [ - -0.244388, - 51.531169 + -0.278836, + 51.58816 ], [ - -0.244541, - 51.530555 + -0.279053, + 51.58857 ], [ - -0.244492, - 51.530171 + -0.279572, + 51.58926 ], [ - -0.244304, - 51.529802 + -0.281901, + 51.591738 ], [ - -0.243931, - 51.529275 + -0.282591, + 51.592341 ], [ - -0.243641, - 51.528965 + -0.283388, + 51.592877 ], [ - -0.243298, - 51.528693 + -0.284401, + 51.593401 ], [ - -0.242895, - 51.528454 - ], + -0.286189, + 51.594173 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju5_b", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 265, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.242477, - 51.528265 + -0.286189, + 51.594173 ], [ - -0.242014, - 51.52811 + -0.286189, + 51.594173 ], [ - -0.241259, - 51.527971 + -0.288133, + 51.595011 ], [ - -0.238563, - 51.527742 + -0.288849, + 51.595372 ], [ - -0.237964, - 51.52767 + -0.289669, + 51.5959 ], [ - -0.237367, - 51.527535 + -0.290108, + 51.596244 ], [ - -0.237037, - 51.527424 + -0.29051, + 51.596635 ], [ - -0.236736, - 51.527299 + -0.290971, + 51.597151 ], [ - -0.23623, - 51.527032 + -0.291234, + 51.597507 ], [ - -0.236005, - 51.526872 + -0.291479, + 51.59793 ], [ - -0.235662, - 51.526557 + -0.291838, + 51.598807 ], [ - -0.234361, - 51.52512 + -0.292989, + 51.602426 ], [ - -0.233763, - 51.52461 + -0.294734, + 51.60775 ], [ - -0.233369, - 51.52432 - ], + -0.294734, + 51.60775 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju5_c", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 266, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.232312, - 51.523711 + -0.294734, + 51.60775 ], [ - -0.231866, - 51.52342 + -0.294987, + 51.608523 ], [ - -0.231231, - 51.523051 + -0.295297, + 51.609252 ], [ - -0.230504, - 51.52255 + -0.295593, + 51.60978 ], [ - -0.229166, - 51.521486 + -0.295968, + 51.610329 ], [ - -0.228393, - 51.520923 + -0.300248, + 51.615894 ], [ - -0.226759, - 51.519573 + -0.301858, + 51.617964 ], [ - -0.225634, - 51.518588 + -0.302475, + 51.618682 ], [ - -0.224463, - 51.51743 - ], + -0.30263671512359647, + 51.618894732394736 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju5_d", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 267, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.223814, - 51.516711 + -0.30263671512359647, + 51.618894732394736 ], [ - -0.223133, - 51.515895 + -0.302643, + 51.618903 + ] + ] + }, + "properties": { + "line": "Jubilee", + "name": "Jubilee", + "color": "#868F98", + "order": 7, + "segmentName": "Ju5_e", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 268, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.081196, + 51.539517 ], [ - -0.222961, - 51.51563 + 0.078939, + 51.540657 ], [ - -0.222315, - 51.514792 + 0.077788, + 51.541171 ], [ - -0.221493, - 51.513589 + 0.076482, + 51.541803 ], [ - -0.220669, - 51.5122 + 0.074725, + 51.542547 ], [ - -0.220008, - 51.510888 + 0.073603, + 51.542936 ], [ - -0.219471, - 51.509603 + 0.072557, + 51.543205 ], [ - -0.218932, - 51.507939 + 0.069987, + 51.543678 ], [ - -0.218687, - 51.507319 + 0.068925, + 51.543947 ], [ - -0.218351, - 51.506593 + 0.068188, + 51.544109 ], [ - -0.217791, - 51.50557 + 0.06699, + 51.544429 ], [ - -0.217604, - 51.505296 + 0.066339, + 51.544567 ], [ - -0.217128, - 51.504598 + 0.065737, + 51.544651 ], [ - -0.216448, - 51.503689 + 0.065021, + 51.544692 ], [ - -0.21569, - 51.502862 + 0.064358, + 51.544671 ], [ - -0.215113, - 51.502272 + 0.063569, + 51.544583 ], [ - -0.213818, - 51.501026 + 0.062688, + 51.544401 ], [ - -0.212793, - 51.500129 + 0.06223, + 51.544262 ], [ - -0.210098, - 51.497945 + 0.061834, + 51.544118 ], [ - -0.207596, - 51.495917 + 0.061444, + 51.543948 ], [ - -0.20679, - 51.49538 + 0.060928, + 51.543684 ], [ - -0.205224, - 51.49461 + 0.060257, + 51.543166 ], [ - -0.204641, - 51.494285 + 0.059489, + 51.542414 ], [ - -0.204231, - 51.494018 + 0.059157, + 51.542126 ], [ - -0.203597, - 51.493536 + 0.058511, + 51.541706 ], [ - -0.203181, - 51.493141 + 0.057968, + 51.541435 ], [ - -0.200581, - 51.490254 + 0.056684, + 51.540842 ], [ - -0.20008, - 51.489744 + 0.055524, + 51.540375 ], [ - -0.199519, - 51.489262 + 0.054505, + 51.540019 ], [ - -0.198329, - 51.488448 + 0.053323, + 51.539636 ], [ - -0.197464, - 51.487943 + 0.052011, + 51.539243 ], [ - -0.196818, - 51.48765 + 0.051374, + 51.539084 ], [ - -0.19611, - 51.48737 + 0.050159, + 51.538781 ], [ - -0.195699, - 51.487145 + 0.045229, + 51.537689 ], [ - -0.195331, - 51.486943 + 0.036701, + 51.535718 ], [ - -0.194744, - 51.48659 + 0.035183, + 51.535399 ], [ - -0.194183, - 51.486203 + 0.035085, + 51.535378 ], [ - -0.193464, - 51.485641 + 0.032587, + 51.534804 ], [ - -0.193049, - 51.485262 + 0.031123, + 51.534444 ], [ - -0.191649, - 51.483781 + 0.024891, + 51.533027 ], [ - -0.190914, - 51.483086 + 0.018528, + 51.531551 ], [ - -0.188798, - 51.481243 + 0.017718, + 51.531403 ], [ - -0.188154, - 51.480729 + 0.017634, + 51.531388 ], [ - -0.187104, - 51.47999 + 0.016571, + 51.531157 ], [ - -0.186547, - 51.479553 + 0.015138, + 51.530794 ], [ - -0.186184, - 51.479237 + 0.013802, + 51.530484 ], [ - -0.185704, - 51.478769 + 0.011576, + 51.529999 ], [ - -0.184788, - 51.477716 + 0.007501, + 51.529077 ], [ - -0.184372, - 51.477129 + 0.00493, + 51.528477 ], [ - -0.1838, - 51.476177 + 0.00493, + 51.528477 ], [ - -0.183499, - 51.475728 + 0.003577, + 51.528111 ], [ - -0.183292, - 51.475465 + 0.001871, + 51.527687 ], [ - -0.182874, - 51.475017 + -0.004799, + 51.526136 ], [ - -0.182801, - 51.474959 + -0.006144, + 51.525842 ], [ - -0.182429, - 51.474667 + -0.008101, + 51.525341 ], [ - -0.182082, - 51.474441 + -0.008818, + 51.525178 ], [ - -0.181531, - 51.474109 + -0.00975, + 51.524988 ], [ - -0.181028, - 51.473839 + -0.011585, + 51.524737 ], [ - -0.180575, - 51.47365 + -0.011585, + 51.524737 ], [ - -0.17713, - 51.472393 + -0.012424, + 51.524641 ], [ - -0.176398, - 51.472178 + -0.01423, + 51.524479 ], [ - -0.175539, - 51.471973 + -0.014946, + 51.524474 ], [ - -0.174401, - 51.471771 + -0.016196, + 51.524508 ], [ - -0.168588, - 51.470981 + -0.019272, + 51.5246 ], [ - -0.16793, - 51.470847 + -0.019739, + 51.524633 ], [ - -0.167615, - 51.470764 + -0.020222, + 51.524734 ], [ - -0.167269, - 51.470644 + -0.020623, + 51.524891 ], [ - -0.166781, - 51.47042 + -0.023582, + 51.526456 ], [ - -0.166328, - 51.470149 + -0.023991, + 51.526649 ], [ - -0.165857, - 51.469758 + -0.024315, + 51.526755 ], [ - -0.165601, - 51.469466 + -0.02461, + 51.526832 ], [ - -0.165367, - 51.469085 + -0.0248, + 51.526861 ], [ - -0.165236, - 51.468715 + -0.025131, + 51.526912 ], [ - -0.165202, - 51.468389 + -0.025712, + 51.526908 ], [ - -0.165235, - 51.468066 + -0.026527, + 51.5268 ], [ - -0.165325, - 51.467766 + -0.033445, + 51.525356 ], [ - -0.165556, - 51.467393 + -0.033445, + 51.525356 ], [ - -0.165866, - 51.467086 + -0.035338, + 51.524877 ], [ - -0.166205, - 51.466845 + -0.037412, + 51.524101 ], [ - -0.16655, - 51.466661 + -0.038754, + 51.523311 ], [ - -0.168669, - 51.465753 + -0.040956, + 51.522592 ], [ - -0.169187, - 51.465567 + -0.042294, + 51.522335 ], [ - -0.169876, - 51.465355 + -0.044046, + 51.522175 ], [ - -0.171031, - 51.465049 - ] - ] - }, - "properties": { - "line": "Mildmay", - "name": "Mildmay", - "color": "#0077AD", - "order": 12 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -0.134286, - 51.528432 + -0.045445, + 51.521993 ], [ - -0.134382, - 51.528674 + -0.04639, + 51.521788 ], [ - -0.1347, - 51.529071 + -0.046728, + 51.521715 ], [ - -0.135106, - 51.529371 + -0.051392, + 51.520844 ], [ - -0.135672, - 51.529734 + -0.056634, + 51.519924 ], [ - -0.136106, - 51.529978 + -0.057864, + 51.519659 ], [ - -0.138282, - 51.531112 + -0.058193, + 51.519652 ], [ - -0.140268, - 51.531987 + -0.059318, + 51.519792 ], [ - -0.140646, - 51.532175 + -0.059767, + 51.519805 ], [ - -0.141233, - 51.532511 + -0.060055, + 51.519781 ], [ - -0.141745, - 51.532865 + -0.060314, + 51.51976 ], [ - -0.142194, - 51.533213 + -0.060593, + 51.519716 ], [ - -0.142952, - 51.533873 + -0.060984, + 51.519619 ], [ - -0.145509, - 51.536254 + -0.061636, + 51.519443 ], [ - -0.146754, - 51.537338 + -0.062047, + 51.519277 ], [ - -0.150081, - 51.54037 + -0.062589, + 51.518981 ], [ - -0.150645, - 51.540863 + -0.062838, + 51.518813 ], [ - -0.151154, - 51.541255 + -0.063119, + 51.518545 ], [ - -0.151787, - 51.541656 + -0.063372, + 51.518428 ], [ - -0.152179, - 51.541856 + -0.065037, + 51.517919 ], [ - -0.152806, - 51.542149 + -0.067805, + 51.516877 ], [ - -0.153555, - 51.542432 + -0.071877, + 51.515147 ], [ - -0.15416, - 51.542619 + -0.072135, + 51.515059 ], [ - -0.154673, - 51.542749 - ], + -0.073644, + 51.514546 + ] + ] + }, + "properties": { + "line": "HammersmithAndCity", + "name": "Hammersmith & City", + "color": "#D799AF", + "order": 6, + "segmentName": "HA_Di_1", + "segmentType": "overlap", + "overlapSectionId": "section_64", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 269, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.155345, - 51.542879 + -0.073644, + 51.514546 ], [ - -0.155873, - 51.542955 + -0.073918, + 51.51451 ], [ - -0.156863, - 51.543021 + -0.075057, + 51.514509 ], [ - -0.159262, - 51.542968 - ], + -0.075519, + 51.514539 + ] + ] + }, + "properties": { + "line": "HammersmithAndCity", + "name": "Hammersmith & City", + "color": "#D799AF", + "order": 6, + "segmentName": "HA0", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 270, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.160397, - 51.54298 + -0.075519, + 51.514539 ], [ - -0.160923, - 51.54302 + -0.075869, + 51.514613 ], [ - -0.161976, - 51.543175 + -0.076222, + 51.514766 ], [ - -0.162802, - 51.543262 + -0.076881, + 51.515143 ], [ - -0.163725, - 51.543262 + -0.077182, + 51.515338 ], [ - -0.164733, - 51.543215 + -0.078699, + 51.516181 ], [ - -0.175098, - 51.541872 + -0.079209, + 51.516374 ], [ - -0.178833, - 51.541339 + -0.080904, + 51.516905 ], [ - -0.180404, - 51.541115 + -0.08182, + 51.517087 ], [ - -0.181578, - 51.540897 + -0.082696, + 51.517221 ], [ - -0.182604, - 51.540677 + -0.083213, + 51.5173 ], [ - -0.184336, - 51.540225 + -0.083872, + 51.517427 ], [ - -0.186177, - 51.539684 + -0.088465, + 51.518155 ], [ - -0.186863, - 51.539462 + -0.0887, + 51.518193 ], [ - -0.188054, - 51.539037 + -0.090565, + 51.518617 ], [ - -0.192304, - 51.537352 + -0.096773, + 51.520138 ], [ - -0.192321, - 51.537345 + -0.09725, + 51.5202 ], [ - -0.193473, - 51.536873 + -0.097627, + 51.520218 ], [ - -0.193702, - 51.53675 + -0.097627, + 51.520218 ], [ - -0.194583, - 51.536432 + -0.099545, + 51.520144 ], [ - -0.195953, - 51.536018 + -0.100127, + 51.520095 ], [ - -0.197943, - 51.53548 + -0.10076, + 51.519978 ], [ - -0.198516, - 51.535335 + -0.101511, + 51.519759 ], [ - -0.200185, - 51.534991 + -0.101987, + 51.519656 ], [ - -0.202214, - 51.534647 + -0.102366, + 51.519613 ], [ - -0.203832, - 51.53432 + -0.102815, + 51.519609 ], [ - -0.204221, - 51.534212 + -0.103203, + 51.519653 ], [ - -0.204715, - 51.534126 + -0.103753, + 51.519772 ], [ - -0.206419, - 51.533829 + -0.10399, + 51.519846 ], [ - -0.207102, - 51.533743 + -0.104349, + 51.520006 ], [ - -0.208851, - 51.533428 + -0.10455, + 51.520124 ], [ - -0.209925, - 51.533272 + -0.10491, + 51.52042 ], [ - -0.211911, - 51.532875 + -0.10491, + 51.52042 ], [ - -0.215898, - 51.532026 + -0.10531, + 51.520939 ], [ - -0.218413, - 51.531441 + -0.105598, + 51.521217 ], [ - -0.219789, - 51.531142 + -0.1063, + 51.522018 ], [ - -0.22063, - 51.530983 + -0.106537, + 51.522331 ], [ - -0.222, - 51.530773 + -0.106658, + 51.522446 ], [ - -0.222544, - 51.530711 + -0.107084, + 51.522698 ], [ - -0.223964, - 51.530605 + -0.107871, + 51.523257 ], [ - -0.223964, - 51.530605 + -0.108462, + 51.523598 ], [ - -0.231146, - 51.530188 + -0.110634, + 51.525038 ], [ - -0.232552, - 51.530147 + -0.111469, + 51.525557 ], [ - -0.233653, - 51.530166 + -0.112677, + 51.52626 ], [ - -0.235016, - 51.530254 + -0.113493, + 51.526872 ], [ - -0.235877, - 51.530333 + -0.116127, + 51.528482 ], [ - -0.236343, - 51.530419 + -0.118823, + 51.530014 ], [ - -0.236768, - 51.530533 + -0.11901, + 51.530098 ], [ - -0.237137, - 51.530658 + -0.119751, + 51.530331 ], [ - -0.237672, - 51.530933 + -0.12079, + 51.530571 ], [ - -0.238485, - 51.531398 + -0.12138, + 51.530655 ], [ - -0.238889, - 51.53159 + -0.122095, + 51.53065 ], [ - -0.239351, - 51.531749 + -0.122944, + 51.530605 ], [ - -0.239832, - 51.53186 + -0.123445, + 51.530373 ], [ - -0.240351, - 51.531936 + -0.123592, + 51.530261 ], [ - -0.242007, - 51.5321 + -0.123701, + 51.530178 ], [ - -0.24299, - 51.532216 + -0.124682, + 51.529773 ], [ - -0.243833, - 51.53238 + -0.125825, + 51.529332 ], [ - -0.2442, - 51.532432 + -0.126584, + 51.528939 ], [ - -0.244369, - 51.532456 + -0.129743, + 51.527704 ], [ - -0.244706, - 51.532483 + -0.131281, + 51.527151 ], [ - -0.245748, - 51.532492 + -0.135534, + 51.525684 ], [ - -0.246171, - 51.532513 + -0.135863, + 51.525604 ], [ - -0.247353, - 51.532652 + -0.136115, + 51.525543 ], [ - -0.248319, - 51.532851 + -0.136795, + 51.525329 ], [ - -0.249285, - 51.53311 + -0.139386, + 51.524643 ], [ - -0.250196, - 51.533379 + -0.142908, + 51.523911 ], [ - -0.252023, - 51.533979 + -0.143406, + 51.523856 ], [ - -0.253114, - 51.534462 + -0.143921, + 51.523837 ], [ - -0.257515, - 51.536181 + -0.143921, + 51.523837 ], [ - -0.257542, - 51.536192 + -0.144955, + 51.52391 ], [ - -0.258376, - 51.536566 + -0.145521, + 51.523901 ], [ - -0.262818, - 51.538657 + -0.145933, + 51.523848 ], [ - -0.26652, - 51.540261 + -0.148966, + 51.523322 ], [ - -0.269554, - 51.541553 + -0.150532, + 51.523143 ], [ - -0.270504, - 51.541936 + -0.152393, + 51.523047 ], [ - -0.275514, - 51.543814 + -0.156563, + 51.522316 ], [ - -0.276399, - 51.544146 + -0.157492, + 51.522153 ], [ - -0.282009, - 51.546158 + -0.163689, + 51.520975 ], [ - -0.282409, - 51.546292 + -0.165003, + 51.520752 ], [ - -0.283317, - 51.546552 + -0.165603, + 51.520601 ], [ - -0.284477, - 51.546803 + -0.167288, + 51.520047 ], [ - -0.285182, - 51.546911 + -0.167652, + 51.519906 ], [ - -0.285988, - 51.547004 + -0.168382, + 51.519623 ], [ - -0.290506, - 51.547348 + -0.17075, + 51.518298 ], [ - -0.291038, - 51.547452 + -0.171232, + 51.518178 ], [ - -0.291484, - 51.547577 + -0.175535, + 51.517464 ], [ - -0.291688, - 51.54765 + -0.175684, + 51.517454 ], [ - -0.29207, - 51.547829 + -0.176079, + 51.517473 ], [ - -0.292521, - 51.54811 + -0.176671, + 51.517629 ], [ - -0.292933, - 51.548453 + -0.176891, + 51.517702 ], [ - -0.294661, - 51.550213 + -0.177273, + 51.517926 ], [ - -0.29681, - 51.552281 + -0.177616, + 51.518171 ], [ - -0.296856, - 51.552331 + -0.177785, + 51.518236 ], [ - -0.298535, - 51.554165 + -0.178062, + 51.518308 ], [ - -0.299065, - 51.554831 + -0.17879, + 51.518498 ], [ - -0.300189, - 51.556415 + -0.179219, + 51.51863 ], [ - -0.300708, - 51.557211 + -0.179533, + 51.518679 ], [ - -0.302412, - 51.560065 + -0.179868, + 51.518688 ], [ - -0.303687, - 51.562083 + -0.181052, + 51.518653 ], [ - -0.303942, - 51.562537 + -0.183819, + 51.518858 ], [ - -0.305392, - 51.565119 + -0.184716, + 51.518882 ], [ - -0.306494, - 51.567012 + -0.185658, + 51.518882 ], [ - -0.308386, - 51.570218 + -0.186877, + 51.518955 ], [ - -0.311412, - 51.575348 + -0.188216, + 51.519078 ], [ - -0.312046, - 51.576408 + -0.190247, + 51.519263 ], [ - -0.312504, - 51.577113 + -0.193524, + 51.519596 ], [ - -0.313321, - 51.578204 + -0.195206, + 51.519676 ], [ - -0.314209, - 51.579233 + -0.195868, + 51.519755 ], [ - -0.315215, - 51.580233 + -0.197529, + 51.520094 ], [ - -0.31647, - 51.581404 + -0.198576, + 51.520325 ], [ - -0.31719, - 51.582076 + -0.200317, + 51.520758 ], [ - -0.318317, - 51.583021 + -0.200906, + 51.520879 ], [ - -0.320271, - 51.584433 + -0.200963, + 51.520891 ], [ - -0.321705, - 51.585392 + -0.201508, + 51.520949 ], [ - -0.323576, - 51.586557 + -0.201871, + 51.520959 ], [ - -0.325124, - 51.587417 + -0.202282, + 51.520947 ], [ - -0.328118, - 51.5889 + -0.202724, + 51.520905 ], [ - -0.330403, - 51.58999 + -0.203208, + 51.520812 ], [ - -0.334945, - 51.592084 + -0.20392, + 51.520594 ], [ - -0.33521, - 51.592224 + -0.204515, + 51.520301 ], [ - -0.336336, - 51.592819 + -0.205138, + 51.519878 ], [ - -0.337753, - 51.593516 + -0.206086, + 51.519117 ], [ - -0.34192, - 51.595501 + -0.206653, + 51.518715 ], [ - -0.347791, - 51.598272 + -0.207367, + 51.518323 ], [ - -0.3519, - 51.600242 + -0.208001, + 51.51804 ], [ - -0.353961, - 51.601211 + -0.208523, + 51.517861 ], [ - -0.357183, - 51.602681 + -0.209327, + 51.517638 ], [ - -0.357189, - 51.602684 + -0.210916, + 51.51728 ], [ - -0.357689, - 51.602964 + -0.211743, + 51.517094 ], [ - -0.360181, - 51.604263 + -0.21236, + 51.516927 ], [ - -0.362686, - 51.605676 + -0.212857, + 51.516752 ], [ - -0.364896, - 51.606982 + -0.213283, + 51.516574 ], [ - -0.366269, - 51.607865 + -0.213859, + 51.516293 ], [ - -0.368572, - 51.609436 + -0.214317, + 51.516036 ], [ - -0.368613, - 51.609464 + -0.214708, + 51.515787 ], [ - -0.369273, - 51.609974 + -0.217742, + 51.513525 ], [ - -0.374176, - 51.613928 + -0.219815, + 51.511979 ], [ - -0.376268, - 51.61564 + -0.220503, + 51.51157 ], [ - -0.377363, - 51.616579 + -0.221105, + 51.511277 ], [ - -0.378688, - 51.617878 + -0.222643, + 51.510644 ], [ - -0.379691, - 51.618924 + -0.223396, + 51.51026 ], [ - -0.380436, - 51.619764 + -0.224147, + 51.509785 ], [ - -0.381246, - 51.620756 + -0.224242, + 51.509725 ], [ - -0.38211, - 51.621905 + -0.224869, + 51.509177 ], [ - -0.382885, - 51.623091 + -0.22517, + 51.50887 ], [ - -0.383706, - 51.624454 + -0.225441, + 51.508528 ], [ - -0.384339, - 51.6256 + -0.225736, + 51.508059 ], [ - -0.385671, - 51.628399 + -0.225952, + 51.50759 ], [ - -0.385674, - 51.628407 + -0.226047, + 51.507295 ], [ - -0.3862, - 51.629662 + -0.226421, + 51.505571 ], [ - -0.386549, - 51.630638 + -0.22673, + 51.504149 ], [ - -0.386887, - 51.631843 + -0.226811, + 51.503531 ], [ - -0.387118, - 51.633016 + -0.226826, + 51.503093 ], [ - -0.387262, - 51.634021 + -0.226794, + 51.502617 ], [ - -0.387337, - 51.635073 + -0.226739, + 51.502276 ], [ - -0.38737, - 51.635929 + -0.226674, + 51.501958 ], [ - -0.387294, - 51.637623 - ], + -0.225083, + 51.494096 + ] + ] + }, + "properties": { + "line": "HammersmithAndCity", + "name": "Hammersmith & City", + "color": "#D799AF", + "order": 6, + "segmentName": "HA_Ci_0", + "segmentType": "overlap", + "overlapSectionId": "section_66", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 271, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.38715, - 51.638869 + 0.1212, + 51.491075 ], [ - -0.386613, - 51.640903 + 0.090744, + 51.490269 ], [ - -0.385581, - 51.643797 + 0.087783, + 51.490442 ], [ - -0.385151, - 51.645106 + 0.084264, + 51.49079 ], [ - -0.385154, - 51.645579 + 0.082676, + 51.491003 ], [ - -0.385154, - 51.645581 + 0.080488, + 51.491137 ], [ - -0.385197, - 51.645749 + 0.079136, + 51.491284 ], [ - -0.385345, - 51.646082 + 0.077527, + 51.491257 ], [ - -0.385653, - 51.646505 + 0.076218, + 51.491177 ], [ - -0.385874, - 51.646705 + 0.074179, + 51.491217 ], [ - -0.386341, - 51.647027 - ], + 0.07177977080211267, + 51.49169384680308 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL0_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 272, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.386902, - 51.647269 + 0.07177977080211267, + 51.49169384680308 ], [ - -0.387499, - 51.647424 + 0.071779, + 51.491694 ], [ - -0.387831, - 51.647479 + 0.071154, + 51.491818 ], [ - -0.388876, - 51.647553 + 0.06963, + 51.492152 ], [ - -0.391047, - 51.647524 + 0.068214, + 51.492633 ], [ - -0.392191, - 51.647557 + 0.066648, + 51.493582 ], [ - -0.393024, - 51.64766 + 0.065725, + 51.494971 ], [ - -0.393599, - 51.647812 + 0.065382, + 51.49608 ], [ - -0.394089, - 51.648014 + 0.064974, + 51.497109 ], [ - -0.394592, - 51.648336 + 0.063665, + 51.498591 ], [ - -0.394914, - 51.648662 + 0.061626, + 51.49978 ], [ - -0.395043, - 51.648848 + 0.058537, + 51.500381 ], [ - -0.395173, - 51.649119 + 0.053558, + 51.501063 ], [ - -0.395222, - 51.649332 + 0.047228, + 51.501824 ], [ - -0.395234, - 51.649607 + 0.044181, + 51.502572 ], [ - -0.395159, - 51.65004 + 0.042658, + 51.503373 ], [ - -0.394958, - 51.650445 + 0.041478, + 51.504362 ], [ - -0.394676, - 51.650803 + 0.040748, + 51.505657 ], [ - -0.394405, - 51.651076 + 0.039954, + 51.506926 ], [ - -0.393982, - 51.651388 + 0.038903, + 51.507874 ], [ - -0.393397, - 51.651712 - ], + 0.037873, + 51.508649 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL0_b", + "segmentType": "solo", + "overlapOffsetPx": 0.5 + } + }, + { + "type": "Feature", + "id": 273, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.391602, - 51.652573 + 0.037873, + 51.508649 ], [ - -0.391561, - 51.652592 + 0.036049, + 51.50921 ], [ - -0.390876, - 51.653168 + 0.033946, + 51.509611 ], [ - -0.390616, - 51.653426 + 0.032015, + 51.509864 ], [ - -0.390403, - 51.653694 + 0.028517, + 51.509864 ], [ - -0.390159, - 51.654072 + 0.026349, + 51.50982 ], [ - -0.389963, - 51.654605 + 0.023968, + 51.509771 ], [ - -0.389905, - 51.654873 + 0.020814, + 51.509637 ], [ - -0.389881, - 51.655237 + 0.018089, + 51.50933 ], [ - -0.389946, - 51.655719 + 0.016587, + 51.509116 ], [ - -0.390032, - 51.656005 + 0.014291, + 51.50905 ], [ - -0.39062, - 51.657477 + 0.012596, + 51.50941 ], [ - -0.391345, - 51.659208 + 0.010707, + 51.510038 ], [ - -0.391679, - 51.659834 - ], + 0.009677, + 51.510358 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL_DL_2", + "segmentType": "overlap", + "overlapSectionId": "section_74", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 274, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.391868, - 51.660101 + 0.009677, + 51.510358 ], [ - -0.392266, - 51.66058 + 0.008261, + 51.510612 ], [ - -0.393187, - 51.6614 + 0.006351, + 51.510625 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL1", + "segmentType": "solo", + "overlapOffsetPx": 0.75 + } + }, + { + "type": "Feature", + "id": 275, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.006351, + 51.510625 ], [ - -0.394232, - 51.662162 + 0.004034, + 51.510278 ], [ - -0.39505, - 51.662799 + 0.001674, + 51.509878 ], [ - -0.395966, - 51.663459 + -0.000923, + 51.509357 ] ] }, "properties": { - "line": "Lioness", - "name": "Lioness", - "color": "#FAA61A", - "order": 11 + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL_DL_1", + "segmentType": "overlap", + "overlapSectionId": "section_73", + "overlapOffsetPx": 0.5 } }, { "type": "Feature", + "id": 276, "geometry": { "type": "LineString", "coordinates": [ [ - 0.184155, - 51.574988 + -0.000923, + 51.509357 ], [ - 0.18792, - 51.576086 - ], + -0.0026176743580778525, + 51.508701487992184 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL2_a", + "segmentType": "solo", + "overlapOffsetPx": 0.25 + } + }, + { + "type": "Feature", + "id": 277, + "geometry": { + "type": "LineString", + "coordinates": [ [ - 0.188532, - 51.576316 + -0.0026176743580778525, + 51.508701487992184 ], [ - 0.192194, - 51.577377 + -0.007381, + 51.506859 ], [ - 0.19278, - 51.577525 + -0.010321, + 51.505911 ], [ - 0.19304, - 51.577568 + -0.012553, + 51.505671 ], [ - 0.19353, - 51.577615 + -0.01693, + 51.506071 ], [ - 0.194113, - 51.577635 + -0.017484, + 51.50613 ], [ - 0.19462, - 51.577631 - ], + -0.017484104939678308, + 51.50613001113636 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL2_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 278, + "geometry": { + "type": "LineString", + "coordinates": [ [ - 0.195653, - 51.577519 + -0.017484104939678308, + 51.50613001113636 ], [ - 0.196085, - 51.577436 + -0.021715, + 51.506579 ], [ - 0.196486, - 51.577336 + -0.024741, + 51.506966 ], [ - 0.197164, - 51.577113 + -0.026393, + 51.507514 ], [ - 0.197778, - 51.576848 + -0.027745, + 51.508369 ], [ - 0.198047, - 51.576703 - ], + -0.030663, + 51.510545 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL2_c", + "segmentType": "solo", + "overlapOffsetPx": -0.07692307692307693 + } + }, + { + "type": "Feature", + "id": 279, + "geometry": { + "type": "LineString", + "coordinates": [ [ - 0.198634, - 51.576321 + -0.030663, + 51.510545 ], [ - 0.200307, - 51.575125 + -0.031993, + 51.511333 ], [ - 0.20107, - 51.574617 + -0.033388, + 51.511814 ], [ - 0.20186, - 51.574148 + -0.035384, + 51.512121 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL_DL_0", + "segmentType": "overlap", + "overlapSectionId": "section_72", + "overlapOffsetPx": -0.15384615384615385 + } + }, + { + "type": "Feature", + "id": 280, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.035384, + 51.512121 ], [ - 0.202642, - 51.573723 + -0.037487, + 51.512735 ], [ - 0.203413, - 51.573348 + -0.039353, + 51.513697 ], [ - 0.204796, - 51.57275 + -0.040555, + 51.514859 ], [ - 0.205793, - 51.572364 + -0.042078, + 51.516167 ], [ - 0.206495, - 51.572117 + -0.044332, + 51.517369 ], [ - 0.207941, - 51.571673 + -0.049374, + 51.519198 ], [ - 0.209064, - 51.571384 + -0.05167, + 51.519946 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL3", + "segmentType": "solo", + "overlapOffsetPx": -0.23076923076923078 + } + }, + { + "type": "Feature", + "id": 281, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.05167, + 51.519946 ], [ - 0.218964, - 51.568984 + -0.054224, + 51.52032 ], [ - 0.220118, - 51.568647 + -0.059958, + 51.51939 ], [ - 0.220448, - 51.568551 + -0.061407, + 51.519154 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL_Di_0", + "segmentType": "overlap", + "overlapSectionId": "section_69", + "overlapOffsetPx": -0.3076923076923077 + } + }, + { + "type": "Feature", + "id": 282, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.061407, + 51.519154 ], [ - 0.221332, - 51.56824 + -0.067269, + 51.519845 ], [ - 0.222283, - 51.567853 + -0.071883, + 51.519973 ], [ - 0.222891, - 51.567574 + -0.073192, + 51.519813 ], [ - 0.231734, - 51.563309 + -0.074673, + 51.519545 ], [ - 0.233392, - 51.562462 + -0.076132, + 51.519025 ], [ - 0.236401, - 51.561013 + -0.077801, + 51.518326 ], [ - 0.237803, - 51.560473 + -0.079445, + 51.517535 ], [ - 0.239523, - 51.559925 + -0.080311, + 51.517309 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL4", + "segmentType": "solo", + "overlapOffsetPx": -0.38461538461538464 + } + }, + { + "type": "Feature", + "id": 283, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.080311, + 51.517309 ], [ - 0.240941, - 51.559591 + -0.081767, + 51.517259 ], [ - 0.241554, - 51.559483 + -0.083012, + 51.517452 ], [ - 0.2427, - 51.559348 + -0.08306, + 51.51746 ], [ - 0.243898, - 51.559267 + -0.087968, + 51.5181 ], [ - 0.245392, - 51.559223 + -0.095551, + 51.519906 ], [ - 0.247357, - 51.559207 + -0.096602, + 51.520106 ], [ - 0.24979, - 51.559238 + -0.097589, + 51.520186 ], [ - 0.251112, - 51.559196 + -0.099755, + 51.520234 + ], + [ + -0.101977, + 51.520108 + ], + [ + -0.10332, + 51.519945 ] ] }, "properties": { - "line": "Liberty", - "name": "Liberty", - "color": "#5D6061", - "order": 10 + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL_Ci_0", + "segmentType": "overlap", + "overlapSectionId": "section_76", + "overlapOffsetPx": -0.46153846153846156 } }, { "type": "Feature", + "id": 284, "geometry": { "type": "LineString", "coordinates": [ [ - -0.194514, - 51.650763 - ], - [ - -0.191652, - 51.649157 + -0.10332, + 51.519945 ], [ - -0.191244, - 51.648904 + -0.10455, + 51.51987 ], [ - -0.190778, - 51.648552 + -0.10455, + 51.51987 ], [ - -0.19013, - 51.647882 + -0.10696, + 51.519518 ], [ - -0.183837, - 51.639671 + -0.107713, + 51.519456 ], [ - -0.183449, - 51.639226 + -0.10937, + 51.519425 ], [ - -0.18277, - 51.638366 + -0.110378, + 51.519519 ], [ - -0.181186, - 51.636277 + -0.111322, + 51.519706 ], [ - -0.180384, - 51.635269 + -0.112438, + 51.519879 ], [ - -0.17961, - 51.634041 + -0.113811, + 51.520026 ], [ - -0.179304, - 51.633317 + -0.114799, + 51.519999 ], [ - -0.179162, - 51.632456 + -0.116, + 51.519813 ], [ - -0.179153, - 51.630365 + -0.117009, + 51.519545 ], [ - -0.179167, - 51.630205 + -0.117655, + 51.519449 ], [ - -0.17919, - 51.629932 + -0.118308, + 51.519236 ], [ - -0.179306, - 51.62924 + -0.119688, + 51.518684 ], [ - -0.179467, - 51.628707 + -0.121697, + 51.517793 ], [ - -0.179805, - 51.627998 - ], + -0.121935, + 51.517667 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL5", + "segmentType": "solo", + "overlapOffsetPx": -0.5384615384615384 + } + }, + { + "type": "Feature", + "id": 285, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.184313, - 51.620321 + -0.121935, + 51.517667 ], [ - -0.185075, - 51.618994 + -0.122688, + 51.517391 ], [ - -0.185338, - 51.618453 + -0.125324, + 51.517002 ], [ - -0.185604, - 51.617842 + -0.127157, + 51.516788 ], [ - -0.185625, - 51.617793 + -0.130433, + 51.516261 ], [ - -0.185989, - 51.61674 + -0.130874, + 51.516225 ], [ - -0.186872, - 51.613839 + -0.134726, + 51.51591 ], [ - -0.188301, - 51.609488 + -0.138417, + 51.515546 ], [ - -0.188301, - 51.609488 + -0.140977, + 51.515169 ], [ - -0.188785, - 51.608594 + -0.144379, + 51.514592 ], [ - -0.189052, - 51.608156 + -0.148258, + 51.514278 ], [ - -0.189398, - 51.607681 + -0.149582, + 51.514104 ], [ - -0.190155, - 51.606953 - ], + -0.152475, + 51.513726 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL_Ce_0", + "segmentType": "overlap", + "overlapSectionId": "section_80", + "overlapOffsetPx": -0.6153846153846154 + } + }, + { + "type": "Feature", + "id": 286, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.190933, - 51.606368 + -0.152475, + 51.513726 ], [ - -0.191389, - 51.606066 + -0.160074, + 51.51156 ], [ - -0.194295, - 51.60438 + -0.161533, + 51.51132 ], [ - -0.194591, - 51.604142 + -0.162907, + 51.51112 ], [ - -0.194792, - 51.603905 + -0.164516, + 51.511066 ], [ - -0.19494, - 51.603668 + -0.166447, + 51.511093 ], [ - -0.195055, - 51.603335 + -0.168056, + 51.51128 ], [ - -0.195066, - 51.602989 + -0.16958, + 51.511654 ], [ - -0.194955, - 51.60265 + -0.171318, + 51.512201 ], [ - -0.19477, - 51.602339 + -0.172691, + 51.512789 ], [ - -0.194539, - 51.602036 + -0.174405, + 51.513977 ], [ - -0.194141, - 51.601724 - ], + -0.177105, + 51.515894 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL6_a", + "segmentType": "solo", + "overlapOffsetPx": -0.6923076923076923 + } + }, + { + "type": "Feature", + "id": 287, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.193862, - 51.601565 + -0.177105, + 51.515894 ], [ - -0.192495, - 51.600936 + -0.177105, + 51.515894 ], [ - -0.190829, - 51.600169 + -0.179338, + 51.517479 ], [ - -0.187629, - 51.598861 - ], + -0.182261, + 51.518744 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL6_b", + "segmentType": "solo", + "overlapOffsetPx": -0.7692307692307693 + } + }, + { + "type": "Feature", + "id": 288, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.185198, - 51.597838 + -0.182261, + 51.518744 ], [ - -0.18408, - 51.597341 + -0.18342, + 51.518998 ], [ - -0.176988, - 51.594322 + -0.184493, + 51.519132 ], [ - -0.173045, - 51.592599 + -0.18621, + 51.519118 ], [ - -0.171468, - 51.591782 + -0.189385, + 51.519319 ], [ - -0.170701, - 51.591329 + -0.193655, + 51.519772 ], [ - -0.169489, - 51.590539 + -0.198998, + 51.520961 ], [ - -0.168823, - 51.590063 - ], + -0.202646, + 51.521668 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL_Ci_1", + "segmentType": "overlap", + "overlapSectionId": "section_77", + "overlapOffsetPx": -0.8461538461538461 + } + }, + { + "type": "Feature", + "id": 289, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.166978, - 51.588643 + -0.202646, + 51.521668 ], [ - -0.166243, - 51.588106 + -0.209599, + 51.523805 ], [ - -0.165911, - 51.587906 + -0.214834, + 51.524819 ], [ - -0.165219, - 51.587566 + -0.217066, + 51.5253 ], [ - -0.164726, - 51.58728 + -0.221958, + 51.525887 ], [ - -0.16347, - 51.58655 + -0.225992, + 51.525994 ], [ - -0.162821, - 51.586243 + -0.22994, + 51.526047 ], [ - -0.161765, - 51.585694 + -0.23303, + 51.525941 ], [ - -0.15984, - 51.584457 + -0.237236, + 51.525513 ], [ - -0.151961, - 51.580212 + -0.241013, + 51.524926 ], [ - -0.145781, - 51.577637 + -0.244961, + 51.524178 ], [ - -0.145241, - 51.577412 + -0.248308, + 51.523377 ], [ - -0.144648, - 51.577063 + -0.254831, + 51.521028 ], [ - -0.144216, - 51.576705 + -0.260239, + 51.518891 ], [ - -0.13969, - 51.572088 + -0.266075, + 51.517182 ], [ - -0.13735, - 51.569535 - ], - [ - -0.136505, - 51.568558 - ], - [ - -0.135122, - 51.566666 - ], - [ - -0.134955, - 51.56634 - ], - [ - -0.134844, - 51.566037 - ], - [ - -0.134754, - 51.565662 - ], - [ - -0.134747, - 51.565431 - ], - [ - -0.134745, - 51.565371 - ], - [ - -0.134791, - 51.565014 - ], - [ - -0.134932, - 51.564649 - ], - [ - -0.13554, - 51.563615 - ], - [ - -0.1369, - 51.561139 - ], - [ - -0.13719, - 51.560549 - ], - [ - -0.137555, - 51.559505 - ], - [ - -0.137783, - 51.558514 - ], - [ - -0.137989, - 51.557764 - ], - [ - -0.138266, - 51.557119 - ], - [ - -0.138459, - 51.556788 - ], - [ - -0.138757, - 51.55628 - ], - [ - -0.140517, - 51.553824 - ], - [ - -0.140847, - 51.553175 - ], - [ - -0.140973, - 51.552769 - ], - [ - -0.141094, - 51.552095 - ], - [ - -0.141071, - 51.551708 - ], - [ - -0.141028, - 51.551473 - ], - [ - -0.140817, - 51.550944 - ], - [ - -0.140757, - 51.550679 - ], - [ - -0.140734, - 51.550408 - ], - [ - -0.140734, - 51.550408 - ], - [ - -0.140761, - 51.549953 - ], - [ - -0.141202, - 51.54836 - ], - [ - -0.141722, - 51.546655 - ], - [ - -0.141762, - 51.546435 - ], - [ - -0.141656, - 51.545514 - ], - [ - -0.141494, - 51.54475 - ], - [ - -0.141472, - 51.54438 - ], - [ - -0.141491, - 51.544137 - ], - [ - -0.141966, - 51.542318 - ], - [ - -0.142341, - 51.539976 - ], - [ - -0.14248, - 51.539382 - ], - [ - -0.142536, - 51.539147 - ], - [ - -0.142535, - 51.53894 - ], - [ - -0.142413, - 51.538498 - ], - [ - -0.142477, - 51.538175 - ], - [ - -0.142483, - 51.537909 - ], - [ - -0.141839, - 51.533663 - ], - [ - -0.141669, - 51.532978 - ], - [ - -0.141342, - 51.532152 - ], - [ - -0.140959, - 51.531459 - ], - [ - -0.140451, - 51.530786 - ], - [ - -0.139936, - 51.530271 - ], - [ - -0.139462, - 51.529882 - ], - [ - -0.138866, - 51.529468 - ], - [ - -0.13821, - 51.529123 - ], - [ - -0.137597, - 51.528887 - ], - [ - -0.13691, - 51.528699 - ], - [ - -0.13583, - 51.528498 - ], - [ - -0.13529, - 51.528433 - ], - [ - -0.13425, - 51.528403 - ], - [ - -0.133923, - 51.528457 - ], - [ - -0.133185, - 51.528577 - ], - [ - -0.132489, - 51.528787 - ], - [ - -0.131673, - 51.529046 - ], - [ - -0.130992, - 51.529302 - ], - [ - -0.129541, - 51.529949 - ], - [ - -0.129166, - 51.530092 - ], - [ - -0.128197, - 51.530389 - ], - [ - -0.127603, - 51.530493 - ], - [ - -0.126939, - 51.530573 - ], - [ - -0.125107, - 51.530615 - ], - [ - -0.123849, - 51.530592 - ], - [ - -0.123523, - 51.530587 - ], - [ - -0.122944, - 51.530605 - ], - [ - -0.120068, - 51.530935 - ], - [ - -0.118587, - 51.531018 - ], - [ - -0.113631, - 51.531422 - ], - [ - -0.109193, - 51.531818 - ], - [ - -0.107153, - 51.53188 - ], - [ - -0.106354, - 51.531923 - ], - [ - -0.106065, - 51.531892 - ], - [ - -0.10576, - 51.53186 - ], - [ - -0.101464, - 51.530776 - ], - [ - -0.09768, - 51.529759 - ], - [ - -0.094665, - 51.529012 - ], - [ - -0.091279, - 51.52813 - ], - [ - -0.088725, - 51.527371 - ], - [ - -0.088212, - 51.527019 - ], - [ - -0.087956, - 51.526697 - ], - [ - -0.087542, - 51.525628 - ], - [ - -0.087542, - 51.525628 - ], - [ - -0.087445, - 51.524334 - ], - [ - -0.087005, - 51.522215 - ], - [ - -0.087005, - 51.521693 - ], - [ - -0.087169, - 51.520662 - ], - [ - -0.087411, - 51.519801 - ], - [ - -0.087611, - 51.51932 - ], - [ - -0.088114, - 51.518416 - ], - [ - -0.088781, - 51.517217 - ], - [ - -0.089151, - 51.516378 - ], - [ - -0.089769, - 51.51471 - ], - [ - -0.089787, - 51.514491 - ], - [ - -0.089679, - 51.514271 - ], - [ - -0.088887, - 51.513331 - ], - [ - -0.088108, - 51.512407 - ], - [ - -0.086999, - 51.511048 - ], - [ - -0.086828, - 51.510783 - ], - [ - -0.086796, - 51.510657 - ], - [ - -0.08682, - 51.510393 - ], - [ - -0.087029, - 51.509799 - ], - [ - -0.087099, - 51.509425 - ], - [ - -0.087051, - 51.509116 - ], - [ - -0.086787, - 51.508528 - ], - [ - -0.086764, - 51.508257 - ], - [ - -0.086834, - 51.507951 - ], - [ - -0.087198, - 51.506951 - ], - [ - -0.087479, - 51.505893 - ], - [ - -0.087479, - 51.505893 - ], - [ - -0.087866, - 51.505528 - ], - [ - -0.088429, - 51.505272 - ], - [ - -0.089133, - 51.505017 - ], - [ - -0.090094, - 51.504608 - ], - [ - -0.090446, - 51.504418 - ], - [ - -0.091068, - 51.503929 - ], - [ - -0.09149, - 51.503535 - ], - [ - -0.092042, - 51.502702 - ], - [ - -0.092452, - 51.501983 - ], - [ - -0.092621, - 51.501762 - ], - [ - -0.093144, - 51.501299 - ], - [ - -0.093406, - 51.501094 - ], - [ - -0.093406, - 51.501094 - ], - [ - -0.093775, - 51.500854 - ], - [ - -0.095746, - 51.499769 - ], - [ - -0.096603, - 51.499336 - ], - [ - -0.096942, - 51.499125 - ], - [ - -0.09772, - 51.498528 - ], - [ - -0.099356, - 51.497058 - ], - [ - -0.099736, - 51.496623 - ], - [ - -0.100371, - 51.495683 - ], - [ - -0.100401, - 51.495638 - ], - [ - -0.100545, - 51.495383 - ], - [ - -0.100637, - 51.495116 - ], - [ - -0.10073, - 51.494528 - ], - [ - -0.100683, - 51.493636 - ], - [ - -0.10076, - 51.493282 - ], - [ - -0.100937, - 51.492969 - ], - [ - -0.10118, - 51.492689 - ], - [ - -0.102514, - 51.491709 - ], - [ - -0.103074, - 51.491249 - ], - [ - -0.104422, - 51.489906 - ], - [ - -0.105264, - 51.489134 - ], - [ - -0.106034, - 51.488322 - ], - [ - -0.106632, - 51.487693 - ], - [ - -0.111775, - 51.482662 - ], - [ - -0.112117, - 51.482119 - ], - [ - -0.112305, - 51.481905 - ], - [ - -0.113088, - 51.481011 - ], - [ - -0.11444, - 51.479821 - ], - [ - -0.122631, - 51.472053 - ], - [ - -0.122802, - 51.47189 - ], - [ - -0.124294, - 51.470587 - ], - [ - -0.125233, - 51.469873 - ], - [ - -0.126577, - 51.468949 - ], - [ - -0.127707, - 51.467993 - ], - [ - -0.128157, - 51.467422 - ], - [ - -0.12928, - 51.465755 - ], - [ - -0.129898, - 51.465118 - ], - [ - -0.129898, - 51.465118 - ], - [ - -0.130822, - 51.464483 - ], - [ - -0.132786, - 51.463612 - ], - [ - -0.135996, - 51.462448 - ], - [ - -0.136803, - 51.462232 - ], - [ - -0.137589, - 51.461986 - ], - [ - -0.138147, - 51.461628 - ], - [ - -0.1383, - 51.46153 - ], - [ - -0.139384, - 51.460935 - ], - [ - -0.141512, - 51.459518 - ], - [ - -0.143565, - 51.457149 - ], - [ - -0.14611, - 51.45441 - ], - [ - -0.147216, - 51.453256 - ], - [ - -0.147584, - 51.452763 - ], - [ - -0.147703, - 51.452542 - ], - [ - -0.147849, - 51.452269 - ], - [ - -0.147843, - 51.451129 - ], - [ - -0.148144, - 51.448782 - ], - [ - -0.148681, - 51.44797 - ], - [ - -0.149315, - 51.446916 - ], - [ - -0.149941, - 51.446112 - ], - [ - -0.151389, - 51.445212 - ], - [ - -0.151958, - 51.444361 - ], - [ - -0.152848, - 51.443358 - ], - [ - -0.152848, - 51.443358 - ], - [ - -0.155206, - 51.440488 - ], - [ - -0.155965, - 51.43928 - ], - [ - -0.156687, - 51.437874 - ], - [ - -0.157247, - 51.437296 - ], - [ - -0.158352, - 51.436384 - ], - [ - -0.158932, - 51.436008 - ], - [ - -0.15964, - 51.435605 - ], - [ - -0.159651, - 51.435598 - ], - [ - -0.161211, - 51.434828 - ], - [ - -0.162145, - 51.434232 - ], - [ - -0.163412, - 51.433087 - ], - [ - -0.163699, - 51.432534 - ], - [ - -0.164011, - 51.431803 - ], - [ - -0.168185, - 51.427745 - ], - [ - -0.16835, - 51.427603 - ], - [ - -0.168831, - 51.427187 - ], - [ - -0.169652, - 51.426282 - ], - [ - -0.170697, - 51.42502 - ], - [ - -0.173821, - 51.422559 - ], - [ - -0.174875, - 51.421495 - ], - [ - -0.175803, - 51.420454 - ], - [ - -0.17663, - 51.419587 - ], - [ - -0.177667, - 51.418565 - ], - [ - -0.178194, - 51.418003 - ], - [ - -0.178839, - 51.417315 - ], - [ - -0.179562, - 51.416836 - ], - [ - -0.180774, - 51.416441 - ], - [ - -0.181407, - 51.416287 - ], - [ - -0.18203, - 51.416167 - ], - [ - -0.191372, - 51.415523 - ], - [ - -0.191895, - 51.415409 - ], - [ - -0.192045, - 51.415363 - ], - [ - -0.192758, - 51.415143 - ], - [ - -0.193434, - 51.414895 - ], - [ - -0.193778, - 51.414735 - ], - [ - -0.194314, - 51.414367 - ], - [ - -0.194546, - 51.414138 - ], - [ - -0.194668, - 51.413979 - ], - [ - -0.194743, - 51.413718 - ], - [ - -0.194765, - 51.413423 - ], - [ - -0.194568, - 51.408499 - ], - [ - -0.194704, - 51.408091 - ], - [ - -0.19472, - 51.407875 - ], - [ - -0.19475, - 51.403358 - ], - [ - -0.194713, - 51.403039 - ], - [ - -0.194732, - 51.4024 - ] - ] - }, - "properties": { - "line": "Northern", - "name": "Northern", - "color": "#000000", - "order": 9 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -0.194514, - 51.650763 - ], - [ - -0.191652, - 51.649157 - ], - [ - -0.191244, - 51.648904 - ], - [ - -0.190778, - 51.648552 - ], - [ - -0.19013, - 51.647882 - ], - [ - -0.183837, - 51.639671 - ], - [ - -0.183449, - 51.639226 - ], - [ - -0.18277, - 51.638366 - ], - [ - -0.181186, - 51.636277 - ], - [ - -0.180384, - 51.635269 - ], - [ - -0.17961, - 51.634041 - ], - [ - -0.179304, - 51.633317 - ], - [ - -0.179162, - 51.632456 - ], - [ - -0.179153, - 51.630365 - ], - [ - -0.179167, - 51.630205 - ], - [ - -0.17919, - 51.629932 - ], - [ - -0.179306, - 51.62924 - ], - [ - -0.179467, - 51.628707 - ], - [ - -0.179805, - 51.627998 - ], - [ - -0.184313, - 51.620321 - ], - [ - -0.185075, - 51.618994 - ], - [ - -0.185338, - 51.618453 - ], - [ - -0.185604, - 51.617842 - ], - [ - -0.185625, - 51.617793 - ], - [ - -0.185989, - 51.61674 - ], - [ - -0.186872, - 51.613839 - ], - [ - -0.188301, - 51.609488 - ], - [ - -0.188301, - 51.609488 - ], - [ - -0.188785, - 51.608594 - ], - [ - -0.189052, - 51.608156 - ], - [ - -0.189398, - 51.607681 - ], - [ - -0.190155, - 51.606953 - ], - [ - -0.190933, - 51.606368 - ], - [ - -0.191389, - 51.606066 - ], - [ - -0.194295, - 51.60438 - ], - [ - -0.194591, - 51.604142 - ], - [ - -0.194792, - 51.603905 - ], - [ - -0.19494, - 51.603668 - ], - [ - -0.195055, - 51.603335 - ], - [ - -0.195066, - 51.602989 - ], - [ - -0.194955, - 51.60265 - ], - [ - -0.19477, - 51.602339 - ], - [ - -0.194539, - 51.602036 - ], - [ - -0.194141, - 51.601724 - ], - [ - -0.193862, - 51.601565 - ], - [ - -0.192495, - 51.600936 - ], - [ - -0.190829, - 51.600169 - ], - [ - -0.187629, - 51.598861 - ], - [ - -0.185198, - 51.597838 - ], - [ - -0.18408, - 51.597341 - ], - [ - -0.176988, - 51.594322 - ], - [ - -0.173045, - 51.592599 - ], - [ - -0.171468, - 51.591782 - ], - [ - -0.170701, - 51.591329 - ], - [ - -0.169489, - 51.590539 - ], - [ - -0.168823, - 51.590063 - ], - [ - -0.166978, - 51.588643 - ], - [ - -0.166243, - 51.588106 - ], - [ - -0.165911, - 51.587906 - ], - [ - -0.165219, - 51.587566 - ], - [ - -0.164726, - 51.58728 - ], - [ - -0.16347, - 51.58655 - ], - [ - -0.162821, - 51.586243 - ], - [ - -0.161765, - 51.585694 - ], - [ - -0.15984, - 51.584457 - ], - [ - -0.151961, - 51.580212 - ], - [ - -0.145781, - 51.577637 - ], - [ - -0.145241, - 51.577412 - ], - [ - -0.144648, - 51.577063 - ], - [ - -0.144216, - 51.576705 - ], - [ - -0.13969, - 51.572088 - ], - [ - -0.13735, - 51.569535 - ], - [ - -0.136505, - 51.568558 - ], - [ - -0.135122, - 51.566666 - ], - [ - -0.134955, - 51.56634 - ], - [ - -0.134844, - 51.566037 - ], - [ - -0.134754, - 51.565662 - ], - [ - -0.134747, - 51.565431 - ], - [ - -0.134745, - 51.565371 - ], - [ - -0.134791, - 51.565014 - ], - [ - -0.134932, - 51.564649 - ], - [ - -0.13554, - 51.563615 - ], - [ - -0.1369, - 51.561139 - ], - [ - -0.13719, - 51.560549 - ], - [ - -0.137555, - 51.559505 - ], - [ - -0.137783, - 51.558514 - ], - [ - -0.137989, - 51.557764 - ], - [ - -0.138266, - 51.557119 - ], - [ - -0.138459, - 51.556788 - ], - [ - -0.138757, - 51.55628 - ], - [ - -0.140517, - 51.553824 - ], - [ - -0.140847, - 51.553175 - ], - [ - -0.140973, - 51.552769 - ], - [ - -0.141094, - 51.552095 - ], - [ - -0.141071, - 51.551708 - ], - [ - -0.141028, - 51.551473 - ], - [ - -0.140817, - 51.550944 - ], - [ - -0.140757, - 51.550679 - ], - [ - -0.140734, - 51.550408 - ], - [ - -0.140734, - 51.550408 - ], - [ - -0.140761, - 51.549953 - ], - [ - -0.141202, - 51.54836 - ], - [ - -0.141722, - 51.546655 - ], - [ - -0.141762, - 51.546435 - ], - [ - -0.141656, - 51.545514 - ], - [ - -0.141494, - 51.54475 - ], - [ - -0.141472, - 51.54438 - ], - [ - -0.141491, - 51.544137 - ], - [ - -0.141966, - 51.542318 - ], - [ - -0.142341, - 51.539976 - ], - [ - -0.14248, - 51.539382 - ], - [ - -0.142536, - 51.539147 - ], - [ - -0.142535, - 51.53894 - ], - [ - -0.142413, - 51.538498 - ], - [ - -0.142357, - 51.53839 - ], - [ - -0.141684, - 51.537599 - ], - [ - -0.141275, - 51.537183 - ], - [ - -0.139786, - 51.535837 - ], - [ - -0.139328, - 51.535372 - ], - [ - -0.13881, - 51.534672 - ], - [ - -0.138539, - 51.534358 - ], - [ - -0.138539, - 51.534358 - ], - [ - -0.134338, - 51.530461 - ], - [ - -0.134135, - 51.530229 - ], - [ - -0.133915, - 51.529921 - ], - [ - -0.133822, - 51.529729 - ], - [ - -0.133799, - 51.529517 - ], - [ - -0.133866, - 51.529121 - ], - [ - -0.134002, - 51.52883 - ], - [ - -0.134205, - 51.528515 - ], - [ - -0.134205, - 51.528515 - ], - [ - -0.134615, - 51.528111 - ], - [ - -0.134831, - 51.527942 - ], - [ - -0.135241, - 51.527699 - ], - [ - -0.137483, - 51.526798 - ], - [ - -0.138014, - 51.526604 - ], - [ - -0.13818, - 51.526511 - ], - [ - -0.138324, - 51.526398 - ], - [ - -0.138424, - 51.526255 - ], - [ - -0.138492, - 51.526064 - ], - [ - -0.138513, - 51.525787 - ], - [ - -0.13843, - 51.525342 - ], - [ - -0.138304, - 51.525026 - ], - [ - -0.138041, - 51.524563 - ], - [ - -0.138016, - 51.524517 - ], - [ - -0.137336, - 51.523673 - ], - [ - -0.136627, - 51.52287 - ], - [ - -0.134375, - 51.520532 - ], - [ - -0.134358, - 51.520515 - ], - [ - -0.132492, - 51.518732 - ], - [ - -0.130953, - 51.51714 - ], - [ - -0.130667, - 51.516783 - ], - [ - -0.130456, - 51.516301 - ], - [ - -0.130456, - 51.516301 - ], - [ - -0.129986, - 51.514934 - ], - [ - -0.129418, - 51.51354 - ], - [ - -0.128505, - 51.512007 - ], - [ - -0.128456, - 51.511707 - ], - [ - -0.128485, - 51.511227 - ], - [ - -0.128506, - 51.510884 - ], - [ - -0.128485, - 51.510381 - ], - [ - -0.128416, - 51.510148 - ], - [ - -0.127908, - 51.50963 - ], - [ - -0.127278, - 51.5093 - ], - [ - -0.125188, - 51.508557 - ], - [ - -0.124931, - 51.508441 - ], - [ - -0.124591, - 51.508288 - ], - [ - -0.123132, - 51.507545 - ], - [ - -0.122359, - 51.507243 - ], - [ - -0.122236, - 51.507194 - ], - [ - -0.121473, - 51.506864 - ], - [ - -0.120478, - 51.506596 - ], - [ - -0.117493, - 51.505687 - ], - [ - -0.115072, - 51.504861 - ], - [ - -0.114707, - 51.504665 - ], - [ - -0.114342, - 51.504345 - ], - [ - -0.114043, - 51.504015 - ], - [ - -0.113698, - 51.503438 - ], - [ - -0.113413, - 51.502962 - ], - [ - -0.113181, - 51.501413 - ], - [ - -0.113015, - 51.499947 - ], - [ - -0.112606, - 51.498567 - ], - [ - -0.111684, - 51.496663 - ], - [ - -0.111421, - 51.496196 - ], - [ - -0.111004, - 51.49573 - ], - [ - -0.106792, - 51.492754 - ], - [ - -0.106452, - 51.492467 - ], - [ - -0.105905, - 51.491921 - ], - [ - -0.105293, - 51.490791 - ], - [ - -0.105143, - 51.490291 - ], - [ - -0.105143, - 51.489871 - ], - [ - -0.105211, - 51.489446 - ], - [ - -0.105343, - 51.489162 - ], - [ - -0.105553, - 51.488818 - ], - [ - -0.106028, - 51.488322 - ], - [ - -0.106632, - 51.487693 - ], - [ - -0.111775, - 51.482662 - ], - [ - -0.112117, - 51.482119 - ], - [ - -0.112305, - 51.481905 - ], - [ - -0.113088, - 51.481011 - ], - [ - -0.11444, - 51.479821 - ], - [ - -0.122631, - 51.472053 - ], - [ - -0.122802, - 51.47189 - ], - [ - -0.124294, - 51.470587 - ], - [ - -0.125233, - 51.469873 - ], - [ - -0.126577, - 51.468949 - ], - [ - -0.127707, - 51.467993 - ], - [ - -0.128157, - 51.467422 - ], - [ - -0.12928, - 51.465755 - ], - [ - -0.129898, - 51.465118 - ], - [ - -0.129898, - 51.465118 - ], - [ - -0.130822, - 51.464483 - ], - [ - -0.132786, - 51.463612 - ], - [ - -0.135996, - 51.462448 - ], - [ - -0.136803, - 51.462232 - ], - [ - -0.137589, - 51.461986 - ], - [ - -0.138147, - 51.461628 - ], - [ - -0.1383, - 51.46153 - ], - [ - -0.139384, - 51.460935 - ], - [ - -0.141512, - 51.459518 - ], - [ - -0.143565, - 51.457149 - ], - [ - -0.14611, - 51.45441 - ], - [ - -0.147216, - 51.453256 - ], - [ - -0.147584, - 51.452763 - ], - [ - -0.147703, - 51.452542 - ], - [ - -0.147849, - 51.452269 - ], - [ - -0.147843, - 51.451129 - ], - [ - -0.148144, - 51.448782 - ], - [ - -0.148681, - 51.44797 - ], - [ - -0.149315, - 51.446916 - ], - [ - -0.149941, - 51.446112 - ], - [ - -0.151389, - 51.445212 - ], - [ - -0.151958, - 51.444361 - ], - [ - -0.152848, - 51.443358 - ], - [ - -0.152848, - 51.443358 - ], - [ - -0.155206, - 51.440488 - ], - [ - -0.155965, - 51.43928 - ], - [ - -0.156687, - 51.437874 - ], - [ - -0.157247, - 51.437296 - ], - [ - -0.158352, - 51.436384 - ], - [ - -0.158932, - 51.436008 - ], - [ - -0.15964, - 51.435605 - ], - [ - -0.159651, - 51.435598 - ], - [ - -0.161211, - 51.434828 - ], - [ - -0.162145, - 51.434232 - ], - [ - -0.163412, - 51.433087 - ], - [ - -0.163699, - 51.432534 - ], - [ - -0.164011, - 51.431803 - ], - [ - -0.168185, - 51.427745 - ], - [ - -0.16835, - 51.427603 - ], - [ - -0.168831, - 51.427187 - ], - [ - -0.169652, - 51.426282 - ], - [ - -0.170697, - 51.42502 - ], - [ - -0.173821, - 51.422559 - ], - [ - -0.174875, - 51.421495 - ], - [ - -0.175803, - 51.420454 - ], - [ - -0.17663, - 51.419587 - ], - [ - -0.177667, - 51.418565 - ], - [ - -0.178194, - 51.418003 - ], - [ - -0.178839, - 51.417315 - ], - [ - -0.179562, - 51.416836 - ], - [ - -0.180774, - 51.416441 - ], - [ - -0.181407, - 51.416287 - ], - [ - -0.18203, - 51.416167 - ], - [ - -0.191372, - 51.415523 - ], - [ - -0.191895, - 51.415409 - ], - [ - -0.192045, - 51.415363 - ], - [ - -0.192758, - 51.415143 - ], - [ - -0.193434, - 51.414895 - ], - [ - -0.193778, - 51.414735 - ], - [ - -0.194314, - 51.414367 - ], - [ - -0.194546, - 51.414138 - ], - [ - -0.194668, - 51.413979 - ], - [ - -0.194743, - 51.413718 - ], - [ - -0.194765, - 51.413423 - ], - [ - -0.194568, - 51.408499 - ], - [ - -0.194704, - 51.408091 - ], - [ - -0.19472, - 51.407875 - ], - [ - -0.19475, - 51.403358 - ], - [ - -0.194713, - 51.403039 - ], - [ - -0.194732, - 51.4024 - ] - ] - }, - "properties": { - "line": "Northern", - "name": "Northern", - "color": "#000000", - "order": 9 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -0.274845, - 51.613696 - ], - [ - -0.274131, - 51.613378 - ], - [ - -0.273441, - 51.613021 - ], - [ - -0.272767, - 51.612571 - ], - [ - -0.272505, - 51.612362 - ], - [ - -0.271987, - 51.611859 - ], - [ - -0.271603, - 51.611304 - ], - [ - -0.271125, - 51.609899 - ], - [ - -0.270848, - 51.609246 - ], - [ - -0.270402, - 51.608506 - ], - [ - -0.269192, - 51.606802 - ], - [ - -0.268805, - 51.606318 - ], - [ - -0.267915, - 51.605387 - ], - [ - -0.26692, - 51.604542 - ], - [ - -0.266091, - 51.603954 - ], - [ - -0.265183, - 51.603432 - ], - [ - -0.263982, - 51.602855 - ], - [ - -0.26278, - 51.602278 - ], - [ - -0.260516, - 51.60134 - ], - [ - -0.257808, - 51.600272 - ], - [ - -0.255761, - 51.599434 - ], - [ - -0.255409, - 51.599277 - ], - [ - -0.254558, - 51.598822 - ], - [ - -0.253984, - 51.598485 - ], - [ - -0.25352, - 51.598178 - ], - [ - -0.252484, - 51.597404 - ], - [ - -0.250665, - 51.59594 - ], - [ - -0.250438, - 51.595783 - ], - [ - -0.249905, - 51.595422 - ], - [ - -0.247664, - 51.593904 - ], - [ - -0.245432, - 51.592474 - ], - [ - -0.244795, - 51.59211 - ], - [ - -0.244056, - 51.591754 - ], - [ - -0.243461, - 51.591496 - ], - [ - -0.243026, - 51.591331 - ], - [ - -0.242407, - 51.591117 - ], - [ - -0.239791, - 51.590286 - ], - [ - -0.238599, - 51.589848 - ], - [ - -0.234732, - 51.588257 - ], - [ - -0.23251, - 51.587245 - ], - [ - -0.229857, - 51.585786 - ], - [ - -0.227407, - 51.584112 - ], - [ - -0.226452, - 51.583415 - ], - [ - -0.226374, - 51.583353 - ], - [ - -0.225122, - 51.582365 - ], - [ - -0.224048, - 51.581612 - ], - [ - -0.222364, - 51.580593 - ], - [ - -0.22095, - 51.579824 - ], - [ - -0.218973, - 51.578902 - ], - [ - -0.218536, - 51.578717 - ], - [ - -0.216347, - 51.577819 - ], - [ - -0.215972, - 51.577647 - ], - [ - -0.213556, - 51.576701 - ], - [ - -0.213553, - 51.5767 - ], - [ - -0.212267, - 51.57605 - ], - [ - -0.208447, - 51.574301 - ], - [ - -0.207284, - 51.573777 - ], - [ - -0.206342, - 51.573425 - ], - [ - -0.20566, - 51.573252 - ], - [ - -0.204896, - 51.573129 - ], - [ - -0.20427, - 51.573078 - ], - [ - -0.203509, - 51.573068 - ], - [ - -0.202607, - 51.573149 - ], - [ - -0.202213, - 51.573209 - ], - [ - -0.200637, - 51.573509 - ], - [ - -0.199708, - 51.57361 - ], - [ - -0.199363, - 51.573622 - ], - [ - -0.198503, - 51.573591 - ], - [ - -0.197784, - 51.573496 - ], - [ - -0.197115, - 51.573355 - ], - [ - -0.19678, - 51.573263 - ], - [ - -0.196252, - 51.57309 - ], - [ - -0.195415, - 51.572753 - ], - [ - -0.193908, - 51.572342 - ], - [ - -0.193346, - 51.572188 - ], - [ - -0.192716, - 51.572043 - ], - [ - -0.189608, - 51.571477 - ], - [ - -0.187256, - 51.570958 - ], - [ - -0.185002, - 51.570228 - ], - [ - -0.18434, - 51.569966 - ], - [ - -0.183592, - 51.569628 - ], - [ - -0.182713, - 51.569158 - ], - [ - -0.18197, - 51.568643 - ], - [ - -0.181728, - 51.568424 - ], - [ - -0.181557, - 51.568223 - ], - [ - -0.181418, - 51.568008 - ], - [ - -0.180138, - 51.565345 - ], - [ - -0.179891, - 51.564733 - ], - [ - -0.179659, - 51.563978 - ], - [ - -0.179498, - 51.563194 - ], - [ - -0.17938, - 51.56237 - ], - [ - -0.17933, - 51.561525 - ], - [ - -0.179366, - 51.560188 - ], - [ - -0.179452, - 51.559099 - ], - [ - -0.17952, - 51.558791 - ], - [ - -0.179759, - 51.55816 - ], - [ - -0.179753, - 51.557954 - ], - [ - -0.17969, - 51.557748 - ], - [ - -0.179556, - 51.557505 - ], - [ - -0.179214, - 51.557127 - ], - [ - -0.178892, - 51.556876 - ], - [ - -0.178442, - 51.556564 - ], - [ - -0.178196, - 51.556394 - ], - [ - -0.177662, - 51.556134 - ], - [ - -0.176928, - 51.555875 - ], - [ - -0.176018, - 51.555601 - ], - [ - -0.172871, - 51.554819 - ], - [ - -0.17189, - 51.554477 - ], - [ - -0.170024, - 51.553647 - ], - [ - -0.168787, - 51.553005 - ], - [ - -0.167649, - 51.552363 - ], - [ - -0.166666, - 51.551683 - ], - [ - -0.164704, - 51.550275 - ], - [ - -0.164704, - 51.550275 - ], - [ - -0.163631, - 51.549646 - ], - [ - -0.162183, - 51.548915 - ], - [ - -0.161719, - 51.548646 - ], - [ - -0.16011, - 51.547599 - ], - [ - -0.159279, - 51.547186 - ], - [ - -0.158023, - 51.546679 - ], - [ - -0.157318, - 51.546416 - ], - [ - -0.156794, - 51.546192 - ], - [ - -0.156406, - 51.545996 - ], - [ - -0.155845, - 51.545681 - ], - [ - -0.153888, - 51.54443 - ], - [ - -0.153521, - 51.54423 - ], - [ - -0.15347, - 51.544202 - ], - [ - -0.152205, - 51.543693 - ], - [ - -0.15157, - 51.543491 - ], - [ - -0.150889, - 51.543311 - ], - [ - -0.147876, - 51.542702 - ], - [ - -0.147096, - 51.542445 - ], - [ - -0.146438, - 51.542161 - ], - [ - -0.145852, - 51.54186 - ], - [ - -0.145175, - 51.541413 - ], - [ - -0.144406, - 51.540863 - ], - [ - -0.143964, - 51.540494 - ], - [ - -0.142887, - 51.539346 - ], - [ - -0.142817, - 51.539271 - ], - [ - -0.142535, - 51.53894 - ], - [ - -0.142413, - 51.538498 - ], - [ - -0.142477, - 51.538175 - ], - [ - -0.142483, - 51.537909 - ], - [ - -0.141839, - 51.533663 - ], - [ - -0.141669, - 51.532978 - ], - [ - -0.141342, - 51.532152 - ], - [ - -0.140959, - 51.531459 - ], - [ - -0.140451, - 51.530786 - ], - [ - -0.139936, - 51.530271 - ], - [ - -0.139462, - 51.529882 - ], - [ - -0.138866, - 51.529468 - ], - [ - -0.13821, - 51.529123 - ], - [ - -0.137597, - 51.528887 - ], - [ - -0.13691, - 51.528699 - ], - [ - -0.13632, - 51.52858 - ], - [ - -0.13583, - 51.528498 - ], - [ - -0.13529, - 51.528433 - ], - [ - -0.13425, - 51.528403 - ], - [ - -0.133923, - 51.528457 - ], - [ - -0.133185, - 51.528577 - ], - [ - -0.132489, - 51.528787 - ], - [ - -0.131673, - 51.529046 - ], - [ - -0.130992, - 51.529302 - ], - [ - -0.129541, - 51.529949 - ], - [ - -0.129166, - 51.530092 - ], - [ - -0.128197, - 51.530389 - ], - [ - -0.127603, - 51.530493 - ], - [ - -0.126939, - 51.530573 - ], - [ - -0.125107, - 51.530615 - ], - [ - -0.123849, - 51.530592 - ], - [ - -0.123523, - 51.530587 - ], - [ - -0.122944, - 51.530605 - ], - [ - -0.120068, - 51.530935 - ], - [ - -0.118587, - 51.531018 - ], - [ - -0.113631, - 51.531422 - ], - [ - -0.109193, - 51.531818 - ], - [ - -0.107153, - 51.53188 - ], - [ - -0.106354, - 51.531923 - ], - [ - -0.106065, - 51.531892 - ], - [ - -0.10576, - 51.53186 - ], - [ - -0.101464, - 51.530776 - ], - [ - -0.09768, - 51.529759 - ], - [ - -0.094665, - 51.529012 - ], - [ - -0.091279, - 51.52813 - ], - [ - -0.088725, - 51.527371 - ], - [ - -0.088212, - 51.527019 - ], - [ - -0.087956, - 51.526697 - ], - [ - -0.087542, - 51.525628 - ], - [ - -0.087542, - 51.525628 - ], - [ - -0.087445, - 51.524334 - ], - [ - -0.087005, - 51.522215 - ], - [ - -0.087005, - 51.521693 - ], - [ - -0.087169, - 51.520662 - ], - [ - -0.087369, - 51.519924 - ], - [ - -0.087611, - 51.51932 - ], - [ - -0.088114, - 51.518416 - ], - [ - -0.088781, - 51.517217 - ], - [ - -0.089151, - 51.516378 - ], - [ - -0.089791, - 51.514611 - ], - [ - -0.089752, - 51.514381 - ], - [ - -0.089679, - 51.514271 - ], - [ - -0.088887, - 51.513331 - ], - [ - -0.088108, - 51.512407 - ], - [ - -0.086999, - 51.511048 - ], - [ - -0.086828, - 51.510783 - ], - [ - -0.086796, - 51.510657 - ], - [ - -0.08682, - 51.510393 - ], - [ - -0.087029, - 51.509799 - ], - [ - -0.087099, - 51.509425 - ], - [ - -0.087051, - 51.509116 - ], - [ - -0.086787, - 51.508528 - ], - [ - -0.086764, - 51.508257 - ], - [ - -0.086834, - 51.507951 - ], - [ - -0.087198, - 51.506951 - ], - [ - -0.087479, - 51.505893 - ], - [ - -0.087479, - 51.505893 - ], - [ - -0.087866, - 51.505528 - ], - [ - -0.088429, - 51.505272 - ], - [ - -0.089133, - 51.505017 - ], - [ - -0.090094, - 51.504608 - ], - [ - -0.090446, - 51.504418 - ], - [ - -0.091068, - 51.503929 - ], - [ - -0.09149, - 51.503535 - ], - [ - -0.092042, - 51.502702 - ], - [ - -0.092452, - 51.501983 - ], - [ - -0.092621, - 51.501762 - ], - [ - -0.093144, - 51.501299 - ], - [ - -0.093406, - 51.501094 - ], - [ - -0.093406, - 51.501094 - ], - [ - -0.093775, - 51.500854 - ], - [ - -0.095746, - 51.499769 - ], - [ - -0.096603, - 51.499336 - ], - [ - -0.096942, - 51.499125 - ], - [ - -0.09772, - 51.498528 - ], - [ - -0.099356, - 51.497058 - ], - [ - -0.099736, - 51.496623 - ], - [ - -0.100371, - 51.495683 - ], - [ - -0.100401, - 51.495638 - ], - [ - -0.100545, - 51.495383 - ], - [ - -0.100637, - 51.495116 - ], - [ - -0.10073, - 51.494528 - ], - [ - -0.100683, - 51.493636 - ], - [ - -0.10076, - 51.493282 - ], - [ - -0.100937, - 51.492969 - ], - [ - -0.10118, - 51.492689 - ], - [ - -0.102514, - 51.491709 - ], - [ - -0.103074, - 51.491249 - ], - [ - -0.104422, - 51.489906 - ], - [ - -0.105264, - 51.489134 - ], - [ - -0.106034, - 51.488322 - ], - [ - -0.106632, - 51.487693 - ], - [ - -0.111775, - 51.482662 - ], - [ - -0.112117, - 51.482119 - ], - [ - -0.112305, - 51.481905 - ], - [ - -0.113088, - 51.481011 - ], - [ - -0.11444, - 51.479821 - ], - [ - -0.122631, - 51.472053 - ], - [ - -0.122802, - 51.47189 - ], - [ - -0.124294, - 51.470587 - ], - [ - -0.125233, - 51.469873 - ], - [ - -0.126577, - 51.468949 - ], - [ - -0.127707, - 51.467993 - ], - [ - -0.128157, - 51.467422 - ], - [ - -0.12928, - 51.465755 - ], - [ - -0.129898, - 51.465118 - ], - [ - -0.129898, - 51.465118 - ], - [ - -0.130822, - 51.464483 - ], - [ - -0.132786, - 51.463612 - ], - [ - -0.135996, - 51.462448 - ], - [ - -0.136803, - 51.462232 - ], - [ - -0.137589, - 51.461986 - ], - [ - -0.138147, - 51.461628 - ], - [ - -0.1383, - 51.46153 - ], - [ - -0.139384, - 51.460935 - ], - [ - -0.141512, - 51.459518 - ], - [ - -0.143565, - 51.457149 - ], - [ - -0.14611, - 51.45441 - ], - [ - -0.147216, - 51.453256 - ], - [ - -0.147584, - 51.452763 - ], - [ - -0.147703, - 51.452542 - ], - [ - -0.147849, - 51.452269 - ], - [ - -0.147843, - 51.451129 - ], - [ - -0.148144, - 51.448782 - ], - [ - -0.148681, - 51.44797 - ], - [ - -0.149315, - 51.446916 - ], - [ - -0.149941, - 51.446112 - ], - [ - -0.151389, - 51.445212 - ], - [ - -0.151958, - 51.444361 - ], - [ - -0.152848, - 51.443358 - ], - [ - -0.152848, - 51.443358 - ], - [ - -0.155206, - 51.440488 - ], - [ - -0.155965, - 51.43928 - ], - [ - -0.156687, - 51.437874 - ], - [ - -0.157247, - 51.437296 - ], - [ - -0.158352, - 51.436384 - ], - [ - -0.158932, - 51.436008 - ], - [ - -0.15964, - 51.435605 - ], - [ - -0.159651, - 51.435598 - ], - [ - -0.161211, - 51.434828 - ], - [ - -0.162145, - 51.434232 - ], - [ - -0.163412, - 51.433087 - ], - [ - -0.163699, - 51.432534 - ], - [ - -0.164011, - 51.431803 - ], - [ - -0.168185, - 51.427745 - ], - [ - -0.16835, - 51.427603 - ], - [ - -0.168831, - 51.427187 - ], - [ - -0.169652, - 51.426282 - ], - [ - -0.170697, - 51.42502 - ], - [ - -0.173821, - 51.422559 - ], - [ - -0.174875, - 51.421495 - ], - [ - -0.175803, - 51.420454 - ], - [ - -0.17663, - 51.419587 - ], - [ - -0.177667, - 51.418565 - ], - [ - -0.178194, - 51.418003 - ], - [ - -0.178839, - 51.417315 - ], - [ - -0.179562, - 51.416836 - ], - [ - -0.180774, - 51.416441 - ], - [ - -0.181407, - 51.416287 - ], - [ - -0.18203, - 51.416167 - ], - [ - -0.191372, - 51.415523 - ], - [ - -0.191895, - 51.415409 - ], - [ - -0.192045, - 51.415363 - ], - [ - -0.192758, - 51.415143 - ], - [ - -0.193434, - 51.414895 - ], - [ - -0.193778, - 51.414735 - ], - [ - -0.194314, - 51.414367 - ], - [ - -0.194546, - 51.414138 - ], - [ - -0.194668, - 51.413979 - ], - [ - -0.194743, - 51.413718 - ], - [ - -0.194765, - 51.413423 - ], - [ - -0.194568, - 51.408499 - ], - [ - -0.194704, - 51.408091 - ], - [ - -0.19472, - 51.407875 - ], - [ - -0.19475, - 51.403358 - ], - [ - -0.194713, - 51.403039 - ], - [ - -0.194755, - 51.402399 - ] - ] - }, - "properties": { - "line": "Northern", - "name": "Northern", - "color": "#000000", - "order": 9 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -0.209928, - 51.608202 - ], - [ - -0.209513, - 51.608106 - ], - [ - -0.208877, - 51.607927 - ], - [ - -0.208255, - 51.607699 - ], - [ - -0.201163, - 51.604694 - ], - [ - -0.199127, - 51.603808 - ], - [ - -0.197794, - 51.603185 - ], - [ - -0.197169, - 51.602974 - ], - [ - -0.193862, - 51.601565 - ], - [ - -0.192495, - 51.600936 - ], - [ - -0.190829, - 51.600169 - ], - [ - -0.187629, - 51.598861 - ], - [ - -0.185198, - 51.597838 - ], - [ - -0.18408, - 51.597341 - ], - [ - -0.176988, - 51.594322 - ], - [ - -0.174848, - 51.593392 - ], - [ - -0.173045, - 51.592599 - ], - [ - -0.171468, - 51.591782 - ], - [ - -0.170701, - 51.591329 - ], - [ - -0.169489, - 51.590539 - ], - [ - -0.168823, - 51.590063 - ], - [ - -0.166978, - 51.588643 - ], - [ - -0.166243, - 51.588106 - ], - [ - -0.165911, - 51.587906 - ], - [ - -0.165219, - 51.587566 - ], - [ - -0.164726, - 51.58728 - ], - [ - -0.16347, - 51.58655 - ], - [ - -0.162821, - 51.586243 - ], - [ - -0.161765, - 51.585694 - ], - [ - -0.15984, - 51.584457 - ], - [ - -0.151961, - 51.580212 - ], - [ - -0.145781, - 51.577637 - ], - [ - -0.145241, - 51.577412 - ], - [ - -0.144648, - 51.577063 - ], - [ - -0.144216, - 51.576705 - ], - [ - -0.13969, - 51.572088 - ], - [ - -0.13735, - 51.569535 - ], - [ - -0.136505, - 51.568558 - ], - [ - -0.135122, - 51.566666 - ], - [ - -0.134955, - 51.56634 - ], - [ - -0.134844, - 51.566037 - ], - [ - -0.134754, - 51.565662 - ], - [ - -0.134747, - 51.565431 - ], - [ - -0.134745, - 51.565371 - ], - [ - -0.134791, - 51.565014 - ], - [ - -0.134932, - 51.564649 - ], - [ - -0.13554, - 51.563615 - ], - [ - -0.1369, - 51.561139 - ], - [ - -0.13719, - 51.560549 - ], - [ - -0.137555, - 51.559505 - ], - [ - -0.137783, - 51.558514 - ], - [ - -0.137989, - 51.557764 - ], - [ - -0.138266, - 51.557119 - ], - [ - -0.138459, - 51.556788 - ], - [ - -0.138757, - 51.55628 - ], - [ - -0.140517, - 51.553824 - ], - [ - -0.140847, - 51.553175 - ], - [ - -0.140973, - 51.552769 - ], - [ - -0.141094, - 51.552095 - ], - [ - -0.141071, - 51.551708 - ], - [ - -0.141028, - 51.551473 - ], - [ - -0.140817, - 51.550944 - ], - [ - -0.140757, - 51.550679 - ], - [ - -0.140734, - 51.550408 - ], - [ - -0.140734, - 51.550408 - ], - [ - -0.140761, - 51.549953 - ], - [ - -0.141202, - 51.54836 - ], - [ - -0.141722, - 51.546655 - ], - [ - -0.141762, - 51.546435 - ], - [ - -0.141656, - 51.545514 - ], - [ - -0.141494, - 51.54475 - ], - [ - -0.141472, - 51.54438 - ], - [ - -0.141491, - 51.544137 - ], - [ - -0.141966, - 51.542318 - ], - [ - -0.142341, - 51.539976 - ], - [ - -0.14248, - 51.539382 - ], - [ - -0.142536, - 51.539147 - ], - [ - -0.142535, - 51.53894 - ], - [ - -0.142413, - 51.538498 - ], - [ - -0.142477, - 51.538175 - ], - [ - -0.142483, - 51.537909 - ], - [ - -0.141839, - 51.533663 - ], - [ - -0.141669, - 51.532978 - ], - [ - -0.141342, - 51.532152 - ], - [ - -0.140959, - 51.531459 - ], - [ - -0.140451, - 51.530786 - ], - [ - -0.139936, - 51.530271 - ], - [ - -0.139462, - 51.529882 - ], - [ - -0.138866, - 51.529468 - ], - [ - -0.13821, - 51.529123 - ], - [ - -0.137597, - 51.528887 - ], - [ - -0.13691, - 51.528699 - ], - [ - -0.13583, - 51.528498 - ], - [ - -0.13529, - 51.528433 - ], - [ - -0.13425, - 51.528403 - ], - [ - -0.133923, - 51.528457 - ], - [ - -0.133185, - 51.528577 - ], - [ - -0.131673, - 51.529046 - ], - [ - -0.130992, - 51.529302 - ], - [ - -0.129541, - 51.529949 - ], - [ - -0.129166, - 51.530092 - ], - [ - -0.128197, - 51.530389 - ], - [ - -0.127603, - 51.530493 - ], - [ - -0.126939, - 51.530573 - ], - [ - -0.125107, - 51.530615 - ], - [ - -0.123849, - 51.530592 - ], - [ - -0.123523, - 51.530587 - ], - [ - -0.122944, - 51.530605 - ], - [ - -0.120068, - 51.530935 - ], - [ - -0.118587, - 51.531018 - ], - [ - -0.113631, - 51.531422 - ], - [ - -0.109193, - 51.531818 - ], - [ - -0.107153, - 51.53188 - ], - [ - -0.106354, - 51.531923 - ], - [ - -0.106065, - 51.531892 - ], - [ - -0.10576, - 51.53186 - ], - [ - -0.101464, - 51.530776 - ], - [ - -0.09768, - 51.529759 - ], - [ - -0.094665, - 51.529012 - ], - [ - -0.091279, - 51.52813 - ], - [ - -0.088725, - 51.527371 - ], - [ - -0.088212, - 51.527019 - ], - [ - -0.087956, - 51.526697 - ], - [ - -0.087542, - 51.525628 - ], - [ - -0.087542, - 51.525628 - ], - [ - -0.087445, - 51.524334 - ], - [ - -0.087005, - 51.522215 - ], - [ - -0.087005, - 51.521693 - ], - [ - -0.087169, - 51.520662 - ], - [ - -0.087411, - 51.519801 - ], - [ - -0.087611, - 51.51932 - ], - [ - -0.088114, - 51.518416 - ], - [ - -0.088781, - 51.517217 - ], - [ - -0.089151, - 51.516378 - ], - [ - -0.089791, - 51.514611 - ], - [ - -0.089752, - 51.514381 - ], - [ - -0.089679, - 51.514271 - ], - [ - -0.088887, - 51.513331 - ], - [ - -0.088108, - 51.512407 - ], - [ - -0.086999, - 51.511048 - ], - [ - -0.086828, - 51.510783 - ], - [ - -0.086796, - 51.510657 - ], - [ - -0.08682, - 51.510393 - ], - [ - -0.087029, - 51.509799 - ], - [ - -0.087099, - 51.509425 - ], - [ - -0.087051, - 51.509116 - ], - [ - -0.086787, - 51.508528 - ], - [ - -0.086764, - 51.508257 - ], - [ - -0.086834, - 51.507951 - ], - [ - -0.087198, - 51.506951 - ], - [ - -0.087479, - 51.505893 - ], - [ - -0.087479, - 51.505893 - ], - [ - -0.087866, - 51.505528 - ], - [ - -0.088429, - 51.505272 - ], - [ - -0.089133, - 51.505017 - ], - [ - -0.090094, - 51.504608 - ], - [ - -0.090446, - 51.504418 - ], - [ - -0.091068, - 51.503929 - ], - [ - -0.09149, - 51.503535 - ], - [ - -0.092042, - 51.502702 - ], - [ - -0.092452, - 51.501983 - ], - [ - -0.092621, - 51.501762 - ], - [ - -0.093144, - 51.501299 - ], - [ - -0.093406, - 51.501094 - ], - [ - -0.093406, - 51.501094 - ], - [ - -0.093775, - 51.500854 - ], - [ - -0.095746, - 51.499769 - ], - [ - -0.096603, - 51.499336 - ], - [ - -0.096942, - 51.499125 - ], - [ - -0.09772, - 51.498528 - ], - [ - -0.099356, - 51.497058 - ], - [ - -0.099736, - 51.496623 - ], - [ - -0.100371, - 51.495683 - ], - [ - -0.100401, - 51.495638 - ], - [ - -0.100545, - 51.495383 - ], - [ - -0.100637, - 51.495116 - ], - [ - -0.10073, - 51.494528 - ], - [ - -0.100683, - 51.493636 - ], - [ - -0.10076, - 51.493282 - ], - [ - -0.100937, - 51.492969 - ], - [ - -0.10118, - 51.492689 - ], - [ - -0.102514, - 51.491709 - ], - [ - -0.103074, - 51.491249 - ], - [ - -0.104422, - 51.489906 - ], - [ - -0.105264, - 51.489134 - ], - [ - -0.106034, - 51.488322 - ], - [ - -0.106632, - 51.487693 - ], - [ - -0.111775, - 51.482662 - ], - [ - -0.112117, - 51.482119 - ], - [ - -0.112305, - 51.481905 - ], - [ - -0.113088, - 51.481011 - ], - [ - -0.11444, - 51.479821 - ], - [ - -0.122631, - 51.472053 - ], - [ - -0.122802, - 51.47189 - ], - [ - -0.124294, - 51.470587 - ], - [ - -0.125233, - 51.469873 - ], - [ - -0.126577, - 51.468949 - ], - [ - -0.127707, - 51.467993 - ], - [ - -0.128157, - 51.467422 - ], - [ - -0.12928, - 51.465755 - ], - [ - -0.129898, - 51.465118 - ], - [ - -0.129898, - 51.465118 - ], - [ - -0.130822, - 51.464483 - ], - [ - -0.132786, - 51.463612 - ], - [ - -0.135996, - 51.462448 - ], - [ - -0.136803, - 51.462232 - ], - [ - -0.137589, - 51.461986 - ], - [ - -0.138147, - 51.461628 - ], - [ - -0.1383, - 51.46153 - ], - [ - -0.139384, - 51.460935 - ], - [ - -0.141512, - 51.459518 - ], - [ - -0.143565, - 51.457149 - ], - [ - -0.14611, - 51.45441 - ], - [ - -0.147216, - 51.453256 - ], - [ - -0.147584, - 51.452763 - ], - [ - -0.147703, - 51.452542 - ], - [ - -0.147849, - 51.452269 - ], - [ - -0.147843, - 51.451129 - ], - [ - -0.148144, - 51.448782 - ], - [ - -0.148681, - 51.44797 - ], - [ - -0.149315, - 51.446916 - ], - [ - -0.149941, - 51.446112 - ], - [ - -0.151389, - 51.445212 - ], - [ - -0.151958, - 51.444361 - ], - [ - -0.152848, - 51.443358 - ], - [ - -0.152848, - 51.443358 - ], - [ - -0.155206, - 51.440488 - ], - [ - -0.155965, - 51.43928 - ], - [ - -0.156687, - 51.437874 - ], - [ - -0.157247, - 51.437296 - ], - [ - -0.158352, - 51.436384 - ], - [ - -0.158932, - 51.436008 - ], - [ - -0.15964, - 51.435605 - ], - [ - -0.159651, - 51.435598 - ], - [ - -0.161211, - 51.434828 - ], - [ - -0.162145, - 51.434232 - ], - [ - -0.163412, - 51.433087 - ], - [ - -0.163699, - 51.432534 - ], - [ - -0.164011, - 51.431803 - ], - [ - -0.168185, - 51.427745 - ], - [ - -0.16835, - 51.427603 - ], - [ - -0.168831, - 51.427187 - ], - [ - -0.169652, - 51.426282 - ], - [ - -0.170697, - 51.42502 - ], - [ - -0.173821, - 51.422559 - ], - [ - -0.174875, - 51.421495 - ], - [ - -0.175803, - 51.420454 - ], - [ - -0.17663, - 51.419587 - ], - [ - -0.177667, - 51.418565 - ], - [ - -0.178194, - 51.418003 - ], - [ - -0.178839, - 51.417315 - ], - [ - -0.179562, - 51.416836 - ], - [ - -0.180774, - 51.416441 - ], - [ - -0.181407, - 51.416287 - ], - [ - -0.18203, - 51.416167 - ], - [ - -0.191372, - 51.415523 - ], - [ - -0.191895, - 51.415409 - ], - [ - -0.192045, - 51.415363 - ], - [ - -0.192758, - 51.415143 - ], - [ - -0.193434, - 51.414895 - ], - [ - -0.193778, - 51.414735 - ], - [ - -0.194314, - 51.414367 - ], - [ - -0.194546, - 51.414138 - ], - [ - -0.194668, - 51.413979 - ], - [ - -0.194743, - 51.413718 - ], - [ - -0.194765, - 51.413423 - ], - [ - -0.194568, - 51.408499 - ], - [ - -0.194704, - 51.408091 - ], - [ - -0.19472, - 51.407875 - ], - [ - -0.19475, - 51.403358 - ], - [ - -0.194713, - 51.403039 - ], - [ - -0.194732, - 51.4024 - ] - ] - }, - "properties": { - "line": "Northern", - "name": "Northern", - "color": "#000000", - "order": 9 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -0.274845, - 51.613696 - ], - [ - -0.274131, - 51.613378 - ], - [ - -0.273441, - 51.613021 - ], - [ - -0.272767, - 51.612571 - ], - [ - -0.272505, - 51.612362 - ], - [ - -0.271987, - 51.611859 - ], - [ - -0.271603, - 51.611304 - ], - [ - -0.271125, - 51.609899 - ], - [ - -0.270848, - 51.609246 - ], - [ - -0.270402, - 51.608506 - ], - [ - -0.269192, - 51.606802 - ], - [ - -0.268805, - 51.606318 - ], - [ - -0.267915, - 51.605387 - ], - [ - -0.26692, - 51.604542 - ], - [ - -0.266091, - 51.603954 - ], - [ - -0.265183, - 51.603432 - ], - [ - -0.263982, - 51.602855 - ], - [ - -0.26278, - 51.602278 - ], - [ - -0.260516, - 51.60134 - ], - [ - -0.257808, - 51.600272 - ], - [ - -0.255761, - 51.599434 - ], - [ - -0.255409, - 51.599277 - ], - [ - -0.254558, - 51.598822 - ], - [ - -0.253984, - 51.598485 - ], - [ - -0.25352, - 51.598178 - ], - [ - -0.252484, - 51.597404 - ], - [ - -0.250665, - 51.59594 - ], - [ - -0.250438, - 51.595783 - ], - [ - -0.249905, - 51.595422 - ], - [ - -0.247664, - 51.593904 - ], - [ - -0.245432, - 51.592474 - ], - [ - -0.244795, - 51.59211 - ], - [ - -0.244056, - 51.591754 - ], - [ - -0.243461, - 51.591496 - ], - [ - -0.243026, - 51.591331 - ], - [ - -0.242407, - 51.591117 - ], - [ - -0.239791, - 51.590286 - ], - [ - -0.238599, - 51.589848 - ], - [ - -0.234732, - 51.588257 - ], - [ - -0.23251, - 51.587245 - ], - [ - -0.229857, - 51.585786 - ], - [ - -0.227407, - 51.584112 - ], - [ - -0.226452, - 51.583415 - ], - [ - -0.226374, - 51.583353 - ], - [ - -0.225122, - 51.582365 - ], - [ - -0.224048, - 51.581612 - ], - [ - -0.222364, - 51.580593 - ], - [ - -0.22095, - 51.579824 - ], - [ - -0.218973, - 51.578902 - ], - [ - -0.218536, - 51.578717 - ], - [ - -0.216347, - 51.577819 - ], - [ - -0.215972, - 51.577647 - ], - [ - -0.213556, - 51.576701 - ], - [ - -0.213553, - 51.5767 - ], - [ - -0.212267, - 51.57605 - ], - [ - -0.208447, - 51.574301 - ], - [ - -0.207284, - 51.573777 - ], - [ - -0.206342, - 51.573425 - ], - [ - -0.20566, - 51.573252 - ], - [ - -0.204896, - 51.573129 - ], - [ - -0.20427, - 51.573078 - ], - [ - -0.203509, - 51.573068 - ], - [ - -0.202607, - 51.573149 - ], - [ - -0.202213, - 51.573209 - ], - [ - -0.200637, - 51.573509 - ], - [ - -0.199708, - 51.57361 - ], - [ - -0.199363, - 51.573622 - ], - [ - -0.198503, - 51.573591 - ], - [ - -0.197784, - 51.573496 - ], - [ - -0.197115, - 51.573355 - ], - [ - -0.19678, - 51.573263 - ], - [ - -0.196252, - 51.57309 - ], - [ - -0.195415, - 51.572753 - ], - [ - -0.193908, - 51.572342 - ], - [ - -0.193346, - 51.572188 - ], - [ - -0.192716, - 51.572043 - ], - [ - -0.189608, - 51.571477 - ], - [ - -0.187256, - 51.570958 - ], - [ - -0.185002, - 51.570228 - ], - [ - -0.18434, - 51.569966 - ], - [ - -0.183592, - 51.569628 - ], - [ - -0.183121, - 51.56939 - ], - [ - -0.182713, - 51.569158 - ], - [ - -0.18197, - 51.568643 - ], - [ - -0.181728, - 51.568424 - ], - [ - -0.181557, - 51.568223 - ], - [ - -0.181418, - 51.568008 - ], - [ - -0.180138, - 51.565345 - ], - [ - -0.179891, - 51.564733 - ], - [ - -0.179659, - 51.563978 - ], - [ - -0.179498, - 51.563194 - ], - [ - -0.17938, - 51.56237 - ], - [ - -0.17933, - 51.561525 - ], - [ - -0.179366, - 51.560188 - ], - [ - -0.179452, - 51.559099 - ], - [ - -0.17952, - 51.558791 - ], - [ - -0.179759, - 51.55816 - ], - [ - -0.179753, - 51.557954 - ], - [ - -0.17969, - 51.557748 - ], - [ - -0.179556, - 51.557505 - ], - [ - -0.179432, - 51.557346 - ], - [ - -0.179214, - 51.557127 - ], - [ - -0.178892, - 51.556876 - ], - [ - -0.178442, - 51.556564 - ], - [ - -0.178196, - 51.556394 - ], - [ - -0.177662, - 51.556134 - ], - [ - -0.176928, - 51.555875 - ], - [ - -0.176018, - 51.555601 - ], - [ - -0.172871, - 51.554819 - ], - [ - -0.17189, - 51.554477 - ], - [ - -0.170024, - 51.553647 - ], - [ - -0.168787, - 51.553005 - ], - [ - -0.167649, - 51.552363 - ], - [ - -0.166666, - 51.551683 - ], - [ - -0.164704, - 51.550275 - ], - [ - -0.164704, - 51.550275 - ], - [ - -0.163631, - 51.549646 - ], - [ - -0.162183, - 51.548915 - ], - [ - -0.161719, - 51.548646 - ], - [ - -0.16011, - 51.547599 - ], - [ - -0.159279, - 51.547186 - ], - [ - -0.158023, - 51.546679 - ], - [ - -0.157318, - 51.546416 - ], - [ - -0.156794, - 51.546192 - ], - [ - -0.156406, - 51.545996 - ], - [ - -0.155845, - 51.545681 - ], - [ - -0.153888, - 51.54443 - ], - [ - -0.153521, - 51.54423 - ], - [ - -0.15347, - 51.544202 - ], - [ - -0.152205, - 51.543693 - ], - [ - -0.15157, - 51.543491 - ], - [ - -0.150889, - 51.543311 - ], - [ - -0.147876, - 51.542702 - ], - [ - -0.147096, - 51.542445 - ], - [ - -0.146438, - 51.542161 - ], - [ - -0.145852, - 51.54186 - ], - [ - -0.145175, - 51.541413 - ], - [ - -0.144406, - 51.540863 - ], - [ - -0.143964, - 51.540494 - ], - [ - -0.14289, - 51.539345 - ], - [ - -0.142623, - 51.539059 - ], - [ - -0.142535, - 51.53894 - ], - [ - -0.142413, - 51.538498 - ], - [ - -0.142357, - 51.53839 - ], - [ - -0.141684, - 51.537599 - ], - [ - -0.141275, - 51.537183 - ], - [ - -0.139786, - 51.535837 - ], - [ - -0.139328, - 51.535372 - ], - [ - -0.13881, - 51.534672 - ], - [ - -0.138539, - 51.534358 - ], - [ - -0.138539, - 51.534358 - ], - [ - -0.134338, - 51.530461 - ], - [ - -0.134135, - 51.530229 - ], - [ - -0.133915, - 51.529921 - ], - [ - -0.133822, - 51.529729 - ], - [ - -0.133799, - 51.529517 - ], - [ - -0.133866, - 51.529121 - ], - [ - -0.134002, - 51.52883 - ], - [ - -0.134205, - 51.528515 - ], - [ - -0.134333, - 51.528384 - ], - [ - -0.134462, - 51.528253 - ], - [ - -0.134831, - 51.527942 - ], - [ - -0.135241, - 51.527699 - ], - [ - -0.137483, - 51.526798 - ], - [ - -0.137818, - 51.526683 - ], - [ - -0.13818, - 51.526511 - ], - [ - -0.138324, - 51.526398 - ], - [ - -0.138424, - 51.526255 - ], - [ - -0.138492, - 51.526064 - ], - [ - -0.138513, - 51.525787 - ], - [ - -0.13843, - 51.525342 - ], - [ - -0.138304, - 51.525026 - ], - [ - -0.138041, - 51.524563 - ], - [ - -0.138016, - 51.524517 - ], - [ - -0.137336, - 51.523673 - ], - [ - -0.136627, - 51.52287 - ], - [ - -0.134375, - 51.520532 - ], - [ - -0.134358, - 51.520515 - ], - [ - -0.132492, - 51.518732 - ], - [ - -0.130953, - 51.51714 - ], - [ - -0.130667, - 51.516783 - ], - [ - -0.130456, - 51.516301 - ], - [ - -0.130456, - 51.516301 - ], - [ - -0.129986, - 51.514934 - ], - [ - -0.129418, - 51.51354 - ], - [ - -0.128505, - 51.512007 - ], - [ - -0.128456, - 51.511707 - ], - [ - -0.128485, - 51.511227 - ], - [ - -0.128506, - 51.510884 - ], - [ - -0.128485, - 51.510381 - ], - [ - -0.128416, - 51.510148 - ], - [ - -0.127908, - 51.50963 - ], - [ - -0.127278, - 51.5093 - ], - [ - -0.125188, - 51.508557 - ], - [ - -0.124931, - 51.508441 - ], - [ - -0.124591, - 51.508288 - ], - [ - -0.123132, - 51.507545 - ], - [ - -0.122359, - 51.507243 - ], - [ - -0.122236, - 51.507194 - ], - [ - -0.121473, - 51.506864 - ], - [ - -0.120478, - 51.506596 - ], - [ - -0.117493, - 51.505687 - ], - [ - -0.115072, - 51.504861 - ], - [ - -0.114707, - 51.504665 - ], - [ - -0.114342, - 51.504345 - ], - [ - -0.114043, - 51.504015 - ], - [ - -0.113698, - 51.503438 - ], - [ - -0.113413, - 51.502962 - ], - [ - -0.113181, - 51.501413 - ], - [ - -0.113015, - 51.499947 - ], - [ - -0.112606, - 51.498567 - ], - [ - -0.111684, - 51.496663 - ], - [ - -0.111421, - 51.496196 - ], - [ - -0.111004, - 51.49573 - ], - [ - -0.106792, - 51.492754 - ], - [ - -0.106452, - 51.492467 - ], - [ - -0.105905, - 51.491921 - ], - [ - -0.105293, - 51.490791 - ], - [ - -0.105143, - 51.490291 - ], - [ - -0.105143, - 51.489871 - ], - [ - -0.105211, - 51.489446 - ], - [ - -0.105343, - 51.489162 - ], - [ - -0.105553, - 51.488818 - ], - [ - -0.10565, - 51.488706 - ], - [ - -0.106022, - 51.488322 - ], - [ - -0.106632, - 51.487693 - ], - [ - -0.111775, - 51.482662 - ], - [ - -0.112117, - 51.482119 - ], - [ - -0.112305, - 51.481905 - ], - [ - -0.113088, - 51.481011 - ], - [ - -0.11444, - 51.479821 - ], - [ - -0.122631, - 51.472053 - ], - [ - -0.122802, - 51.47189 - ], - [ - -0.124294, - 51.470587 - ], - [ - -0.125233, - 51.469873 - ], - [ - -0.126577, - 51.468949 - ], - [ - -0.127707, - 51.467993 - ], - [ - -0.128157, - 51.467422 - ], - [ - -0.12928, - 51.465755 - ], - [ - -0.129898, - 51.465118 - ], - [ - -0.129898, - 51.465118 - ], - [ - -0.130822, - 51.464483 - ], - [ - -0.132786, - 51.463612 - ], - [ - -0.135996, - 51.462448 - ], - [ - -0.136803, - 51.462232 - ], - [ - -0.137589, - 51.461986 - ], - [ - -0.138147, - 51.461628 - ], - [ - -0.1383, - 51.46153 - ], - [ - -0.139384, - 51.460935 - ], - [ - -0.141512, - 51.459518 - ], - [ - -0.143565, - 51.457149 - ], - [ - -0.14611, - 51.45441 - ], - [ - -0.147216, - 51.453256 - ], - [ - -0.147584, - 51.452763 - ], - [ - -0.147703, - 51.452542 - ], - [ - -0.147849, - 51.452269 - ], - [ - -0.147843, - 51.451129 - ], - [ - -0.148144, - 51.448782 - ], - [ - -0.148681, - 51.44797 - ], - [ - -0.149315, - 51.446916 - ], - [ - -0.149941, - 51.446112 - ], - [ - -0.151389, - 51.445212 - ], - [ - -0.151958, - 51.444361 - ], - [ - -0.152848, - 51.443358 - ], - [ - -0.152848, - 51.443358 - ], - [ - -0.155206, - 51.440488 - ], - [ - -0.155965, - 51.43928 - ], - [ - -0.156687, - 51.437874 - ], - [ - -0.157247, - 51.437296 - ], - [ - -0.158352, - 51.436384 - ], - [ - -0.158932, - 51.436008 - ], - [ - -0.15964, - 51.435605 - ], - [ - -0.159651, - 51.435598 - ], - [ - -0.161211, - 51.434828 - ], - [ - -0.162145, - 51.434232 - ], - [ - -0.163412, - 51.433087 - ], - [ - -0.163699, - 51.432534 - ], - [ - -0.164011, - 51.431803 - ], - [ - -0.168185, - 51.427745 - ], - [ - -0.16835, - 51.427603 - ], - [ - -0.168831, - 51.427187 - ], - [ - -0.169652, - 51.426282 - ], - [ - -0.170697, - 51.42502 - ], - [ - -0.173821, - 51.422559 - ], - [ - -0.174875, - 51.421495 - ], - [ - -0.175803, - 51.420454 - ], - [ - -0.17663, - 51.419587 - ], - [ - -0.177667, - 51.418565 - ], - [ - -0.178194, - 51.418003 - ], - [ - -0.178839, - 51.417315 - ], - [ - -0.179562, - 51.416836 - ], - [ - -0.180774, - 51.416441 - ], - [ - -0.181407, - 51.416287 - ], - [ - -0.18203, - 51.416167 - ], - [ - -0.191372, - 51.415523 - ], - [ - -0.191669, - 51.415466 - ], - [ - -0.192037, - 51.415356 - ], - [ - -0.192758, - 51.415143 - ], - [ - -0.193434, - 51.414895 - ], - [ - -0.193778, - 51.414735 - ], - [ - -0.194035, - 51.414574 - ], - [ - -0.194314, - 51.414367 - ], - [ - -0.194546, - 51.414138 - ], - [ - -0.194668, - 51.413979 - ], - [ - -0.194743, - 51.413718 - ], - [ - -0.194765, - 51.413423 - ], - [ - -0.194568, - 51.408499 - ], - [ - -0.194704, - 51.408091 - ], - [ - -0.19472, - 51.407875 - ], - [ - -0.19475, - 51.403358 - ], - [ - -0.194713, - 51.403039 - ], - [ - -0.194732, - 51.4024 - ] - ] - }, - "properties": { - "line": "Northern", - "name": "Northern", - "color": "#000000", - "order": 9 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -0.142471, - 51.479865 - ], - [ - -0.140516, - 51.480782 - ], - [ - -0.140065, - 51.480972 - ], - [ - -0.13955, - 51.481129 - ], - [ - -0.138284, - 51.481336 - ], - [ - -0.137082, - 51.481436 - ], - [ - -0.135709, - 51.481403 - ], - [ - -0.134164, - 51.481169 - ], - [ - -0.128789, - 51.480114 - ], - [ - -0.127459, - 51.479853 - ], - [ - -0.12615, - 51.479686 - ], - [ - -0.124862, - 51.479739 - ], - [ - -0.120313, - 51.480648 - ], - [ - -0.117524, - 51.481182 - ], - [ - -0.115807, - 51.481543 - ], - [ - -0.114713, - 51.481998 - ], - [ - -0.113747, - 51.482612 - ], - [ - -0.112996, - 51.483414 - ], - [ - -0.112567, - 51.484283 - ], - [ - -0.112492, - 51.4845 - ], - [ - -0.112009, - 51.485218 - ], - [ - -0.111151, - 51.48594 - ], - [ - -0.110464, - 51.486287 - ], - [ - -0.109681, - 51.486601 - ], - [ - -0.108442, - 51.486942 - ], - [ - -0.10754, - 51.487276 - ], - [ - -0.106632, - 51.487693 - ], - [ - -0.106022, - 51.488322 - ], - [ - -0.10565, - 51.488706 - ], - [ - -0.105553, - 51.488818 - ], - [ - -0.105343, - 51.489162 - ], - [ - -0.105211, - 51.489446 - ], - [ - -0.105143, - 51.489871 - ], - [ - -0.105143, - 51.490291 - ], - [ - -0.105293, - 51.490791 - ], - [ - -0.105905, - 51.491921 - ], - [ - -0.106452, - 51.492467 - ], - [ - -0.106792, - 51.492754 - ], - [ - -0.111004, - 51.49573 - ], - [ - -0.111421, - 51.496196 - ], - [ - -0.111684, - 51.496663 - ], - [ - -0.112606, - 51.498567 - ], - [ - -0.113015, - 51.499947 - ], - [ - -0.113181, - 51.501413 - ], - [ - -0.113413, - 51.502962 - ], - [ - -0.113698, - 51.503438 - ], - [ - -0.114043, - 51.504015 - ], - [ - -0.114342, - 51.504345 - ], - [ - -0.114707, - 51.504665 - ], - [ - -0.115072, - 51.504861 - ], - [ - -0.117493, - 51.505687 - ], - [ - -0.120478, - 51.506596 - ], - [ - -0.121473, - 51.506864 - ], - [ - -0.122236, - 51.507194 - ], - [ - -0.122359, - 51.507243 - ], - [ - -0.123132, - 51.507545 - ], - [ - -0.124591, - 51.508288 - ], - [ - -0.124672, - 51.508325 - ], - [ - -0.125188, - 51.508557 - ], - [ - -0.127278, - 51.5093 - ], - [ - -0.127908, - 51.50963 - ], - [ - -0.128416, - 51.510148 - ], - [ - -0.128485, - 51.510381 - ], - [ - -0.128506, - 51.510884 - ], - [ - -0.128485, - 51.511227 - ], - [ - -0.128456, - 51.511707 - ], - [ - -0.128505, - 51.512007 - ], - [ - -0.129418, - 51.51354 - ], - [ - -0.129986, - 51.514934 - ], - [ - -0.130445, - 51.516267 - ], - [ - -0.130456, - 51.516301 - ], - [ - -0.130667, - 51.516783 - ], - [ - -0.130953, - 51.51714 - ], - [ - -0.132492, - 51.518732 - ], - [ - -0.134358, - 51.520515 - ], - [ - -0.134358, - 51.520515 - ], - [ - -0.136627, - 51.52287 - ], - [ - -0.137336, - 51.523673 - ], - [ - -0.138016, - 51.524517 - ], - [ - -0.138016, - 51.524517 - ], - [ - -0.138304, - 51.525026 - ], - [ - -0.13843, - 51.525342 - ], - [ - -0.138513, - 51.525787 - ], - [ - -0.138492, - 51.526064 - ], - [ - -0.138424, - 51.526255 - ], - [ - -0.138324, - 51.526398 - ], - [ - -0.13818, - 51.526511 - ], - [ - -0.137818, - 51.526683 - ], - [ - -0.137483, - 51.526798 - ], - [ - -0.135241, - 51.527699 - ], - [ - -0.134831, - 51.527942 - ], - [ - -0.134462, - 51.528253 - ], - [ - -0.134333, - 51.528384 - ], - [ - -0.134205, - 51.528515 - ], - [ - -0.134002, - 51.52883 - ], - [ - -0.133866, - 51.529121 - ], - [ - -0.133799, - 51.529517 - ], - [ - -0.133822, - 51.529729 - ], - [ - -0.133915, - 51.529921 - ], - [ - -0.134135, - 51.530229 - ], - [ - -0.134338, - 51.530461 - ], - [ - -0.138521, - 51.534341 - ], - [ - -0.138539, - 51.534358 - ], - [ - -0.13881, - 51.534672 - ], - [ - -0.139328, - 51.535372 - ], - [ - -0.139786, - 51.535837 - ], - [ - -0.141275, - 51.537183 - ], - [ - -0.141684, - 51.537599 - ], - [ - -0.142357, - 51.53839 - ], - [ - -0.142413, - 51.538498 - ], - [ - -0.142535, - 51.53894 - ], - [ - -0.142623, - 51.539059 - ], - [ - -0.14289, - 51.539345 - ], - [ - -0.143964, - 51.540494 - ], - [ - -0.144406, - 51.540863 - ], - [ - -0.145175, - 51.541413 - ], - [ - -0.145852, - 51.54186 - ], - [ - -0.146438, - 51.542161 - ], - [ - -0.147096, - 51.542445 - ], - [ - -0.147876, - 51.542702 - ], - [ - -0.150889, - 51.543311 - ], - [ - -0.15157, - 51.543491 - ], - [ - -0.152205, - 51.543693 - ], - [ - -0.15347, - 51.544202 - ], - [ - -0.15347, - 51.544202 - ], - [ - -0.153888, - 51.54443 - ], - [ - -0.155845, - 51.545681 - ], - [ - -0.156406, - 51.545996 - ], - [ - -0.156794, - 51.546192 - ], - [ - -0.157318, - 51.546416 - ], - [ - -0.158023, - 51.546679 - ], - [ - -0.159279, - 51.547186 - ], - [ - -0.16011, - 51.547599 - ], - [ - -0.161719, - 51.548646 - ], - [ - -0.162183, - 51.548915 - ], - [ - -0.163631, - 51.549646 - ], - [ - -0.164576, - 51.5502 - ], - [ - -0.164704, - 51.550275 - ], - [ - -0.166666, - 51.551683 - ], - [ - -0.167649, - 51.552363 - ], - [ - -0.168787, - 51.553005 - ], - [ - -0.170024, - 51.553647 - ], - [ - -0.17189, - 51.554477 - ], - [ - -0.172871, - 51.554819 - ], - [ - -0.176018, - 51.555601 - ], - [ - -0.176928, - 51.555875 - ], - [ - -0.177662, - 51.556134 - ], - [ - -0.178196, - 51.556394 - ], - [ - -0.178442, - 51.556564 - ], - [ - -0.178892, - 51.556876 - ], - [ - -0.179214, - 51.557127 - ], - [ - -0.179432, - 51.557346 - ], - [ - -0.179556, - 51.557505 - ], - [ - -0.17969, - 51.557748 - ], - [ - -0.179753, - 51.557954 - ], - [ - -0.179759, - 51.55816 - ], - [ - -0.17952, - 51.558791 - ], - [ - -0.179452, - 51.559099 - ], - [ - -0.179366, - 51.560188 - ], - [ - -0.17933, - 51.561525 - ], - [ - -0.17938, - 51.56237 - ], - [ - -0.179498, - 51.563194 - ], - [ - -0.179659, - 51.563978 - ], - [ - -0.179891, - 51.564733 - ], - [ - -0.180138, - 51.565345 - ], - [ - -0.181418, - 51.568008 - ], - [ - -0.181557, - 51.568223 - ], - [ - -0.181728, - 51.568424 - ], - [ - -0.18197, - 51.568643 - ], - [ - -0.182713, - 51.569158 - ], - [ - -0.183121, - 51.56939 - ], - [ - -0.183592, - 51.569628 - ], - [ - -0.18434, - 51.569966 - ], - [ - -0.185002, - 51.570228 - ], - [ - -0.187256, - 51.570958 - ], - [ - -0.189608, - 51.571477 - ], - [ - -0.192716, - 51.572043 - ], - [ - -0.193346, - 51.572188 - ], - [ - -0.193908, - 51.572342 - ], - [ - -0.195415, - 51.572753 - ], - [ - -0.196252, - 51.57309 - ], - [ - -0.19678, - 51.573263 - ], - [ - -0.197115, - 51.573355 - ], - [ - -0.197784, - 51.573496 - ], - [ - -0.198503, - 51.573591 - ], - [ - -0.199363, - 51.573622 - ], - [ - -0.199708, - 51.57361 - ], - [ - -0.200637, - 51.573509 - ], - [ - -0.202213, - 51.573209 - ], - [ - -0.202607, - 51.573149 - ], - [ - -0.203509, - 51.573068 - ], - [ - -0.20427, - 51.573078 - ], - [ - -0.204896, - 51.573129 - ], - [ - -0.20566, - 51.573252 - ], - [ - -0.206342, - 51.573425 - ], - [ - -0.207284, - 51.573777 - ], - [ - -0.208447, - 51.574301 - ], - [ - -0.212267, - 51.57605 - ], - [ - -0.213553, - 51.5767 - ], - [ - -0.213553, - 51.5767 - ], - [ - -0.215972, - 51.577647 - ], - [ - -0.216347, - 51.577819 - ], - [ - -0.218536, - 51.578717 - ], - [ - -0.218973, - 51.578902 - ], - [ - -0.22095, - 51.579824 - ], - [ - -0.222364, - 51.580593 - ], - [ - -0.224048, - 51.581612 - ], - [ - -0.225122, - 51.582365 - ], - [ - -0.226374, - 51.583353 - ], - [ - -0.226452, - 51.583415 - ], - [ - -0.227407, - 51.584112 - ], - [ - -0.229857, - 51.585786 - ], - [ - -0.23251, - 51.587245 - ], - [ - -0.234732, - 51.588257 - ], - [ - -0.238599, - 51.589848 - ], - [ - -0.239791, - 51.590286 - ], - [ - -0.242407, - 51.591117 - ], - [ - -0.243026, - 51.591331 - ], - [ - -0.243461, - 51.591496 - ], - [ - -0.244056, - 51.591754 - ], - [ - -0.244795, - 51.59211 - ], - [ - -0.245432, - 51.592474 - ], - [ - -0.247664, - 51.593904 - ], - [ - -0.249905, - 51.595422 - ], - [ - -0.250438, - 51.595783 - ], - [ - -0.250665, - 51.59594 - ], - [ - -0.252484, - 51.597404 - ], - [ - -0.25352, - 51.598178 - ], - [ - -0.253984, - 51.598485 - ], - [ - -0.254558, - 51.598822 - ], - [ - -0.255409, - 51.599277 - ], - [ - -0.255761, - 51.599434 - ], - [ - -0.257808, - 51.600272 - ], - [ - -0.260516, - 51.60134 - ], - [ - -0.26278, - 51.602278 - ], - [ - -0.263982, - 51.602855 - ], - [ - -0.265183, - 51.603432 - ], - [ - -0.266091, - 51.603954 - ], - [ - -0.26692, - 51.604542 - ], - [ - -0.267915, - 51.605387 - ], - [ - -0.268805, - 51.606318 - ], - [ - -0.269192, - 51.606802 - ], - [ - -0.270402, - 51.608506 - ], - [ - -0.270848, - 51.609246 - ], - [ - -0.271125, - 51.609899 - ], - [ - -0.271603, - 51.611304 - ], - [ - -0.271987, - 51.611859 - ], - [ - -0.272505, - 51.612362 - ], - [ - -0.272767, - 51.612571 - ], - [ - -0.273441, - 51.613021 - ], - [ - -0.274131, - 51.613378 - ], - [ - -0.274845, - 51.613696 - ] - ] - }, - "properties": { - "line": "Northern", - "name": "Northern", - "color": "#000000", - "order": 9 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -0.194514, - 51.650763 - ], - [ - -0.191652, - 51.649157 - ], - [ - -0.191244, - 51.648904 - ], - [ - -0.190778, - 51.648552 - ], - [ - -0.19013, - 51.647882 - ], - [ - -0.183837, - 51.639671 - ], - [ - -0.183449, - 51.639226 - ], - [ - -0.18277, - 51.638366 - ], - [ - -0.181186, - 51.636277 - ], - [ - -0.180384, - 51.635269 - ], - [ - -0.17961, - 51.634041 - ], - [ - -0.179304, - 51.633317 - ], - [ - -0.179162, - 51.632456 - ], - [ - -0.179153, - 51.630365 - ], - [ - -0.179167, - 51.630205 - ], - [ - -0.17919, - 51.629932 - ], - [ - -0.179306, - 51.62924 - ], - [ - -0.179467, - 51.628707 - ], - [ - -0.179805, - 51.627998 - ], - [ - -0.184313, - 51.620321 - ], - [ - -0.185075, - 51.618994 - ], - [ - -0.185338, - 51.618453 - ], - [ - -0.185604, - 51.617842 - ], - [ - -0.185625, - 51.617793 - ], - [ - -0.185989, - 51.61674 - ], - [ - -0.186872, - 51.613839 - ], - [ - -0.188301, - 51.609488 - ], - [ - -0.188301, - 51.609488 - ], - [ - -0.188785, - 51.608594 - ], - [ - -0.189052, - 51.608156 - ], - [ - -0.189398, - 51.607681 - ], - [ - -0.190155, - 51.606953 - ], - [ - -0.190933, - 51.606368 - ], - [ - -0.191389, - 51.606066 - ], - [ - -0.194295, - 51.60438 - ], - [ - -0.194591, - 51.604142 - ], - [ - -0.194792, - 51.603905 - ], - [ - -0.19494, - 51.603668 - ], - [ - -0.195055, - 51.603335 - ], - [ - -0.195066, - 51.602989 - ], - [ - -0.194955, - 51.60265 - ], - [ - -0.19477, - 51.602339 - ], - [ - -0.194539, - 51.602036 - ], - [ - -0.194141, - 51.601724 - ], - [ - -0.193862, - 51.601565 - ], - [ - -0.192495, - 51.600936 - ], - [ - -0.190829, - 51.600169 - ], - [ - -0.187629, - 51.598861 - ], - [ - -0.185198, - 51.597838 - ], - [ - -0.18408, - 51.597341 - ], - [ - -0.176988, - 51.594322 - ], - [ - -0.173045, - 51.592599 - ], - [ - -0.171468, - 51.591782 - ], - [ - -0.170701, - 51.591329 - ], - [ - -0.169489, - 51.590539 - ], - [ - -0.168823, - 51.590063 - ], - [ - -0.166978, - 51.588643 - ], - [ - -0.166243, - 51.588106 - ], - [ - -0.165911, - 51.587906 - ], - [ - -0.165219, - 51.587566 - ], - [ - -0.164726, - 51.58728 - ], - [ - -0.16347, - 51.58655 - ], - [ - -0.162821, - 51.586243 - ], - [ - -0.161765, - 51.585694 - ], - [ - -0.15984, - 51.584457 - ], - [ - -0.151961, - 51.580212 - ], - [ - -0.145781, - 51.577637 - ], - [ - -0.145241, - 51.577412 - ], - [ - -0.144648, - 51.577063 - ], - [ - -0.144216, - 51.576705 - ], - [ - -0.13969, - 51.572088 - ], - [ - -0.13735, - 51.569535 - ], - [ - -0.136505, - 51.568558 - ], - [ - -0.135122, - 51.566666 - ], - [ - -0.134955, - 51.56634 - ], - [ - -0.134844, - 51.566037 - ], - [ - -0.134754, - 51.565662 - ], - [ - -0.134747, - 51.565431 - ], - [ - -0.134745, - 51.565371 - ], - [ - -0.134791, - 51.565014 - ], - [ - -0.134932, - 51.564649 - ], - [ - -0.13554, - 51.563615 - ], - [ - -0.1369, - 51.561139 - ], - [ - -0.13719, - 51.560549 - ], - [ - -0.137555, - 51.559505 - ], - [ - -0.137783, - 51.558514 - ], - [ - -0.137989, - 51.557764 - ], - [ - -0.138266, - 51.557119 - ], - [ - -0.138459, - 51.556788 - ], - [ - -0.138757, - 51.55628 - ], - [ - -0.140517, - 51.553824 - ], - [ - -0.140847, - 51.553175 - ], - [ - -0.140973, - 51.552769 - ], - [ - -0.141094, - 51.552095 - ], - [ - -0.141071, - 51.551708 - ], - [ - -0.141028, - 51.551473 - ], - [ - -0.140817, - 51.550944 - ], - [ - -0.140757, - 51.550679 - ], - [ - -0.140734, - 51.550408 - ], - [ - -0.140734, - 51.550408 - ], - [ - -0.140761, - 51.549953 - ], - [ - -0.141202, - 51.54836 - ], - [ - -0.141722, - 51.546655 - ], - [ - -0.141762, - 51.546435 - ], - [ - -0.141656, - 51.545514 - ], - [ - -0.141494, - 51.54475 - ], - [ - -0.141472, - 51.54438 - ], - [ - -0.141491, - 51.544137 - ], - [ - -0.141966, - 51.542318 - ], - [ - -0.142341, - 51.539976 - ], - [ - -0.14248, - 51.539382 - ], - [ - -0.142536, - 51.539147 - ], - [ - -0.142535, - 51.53894 - ], - [ - -0.142413, - 51.538498 - ], - [ - -0.142357, - 51.53839 - ], - [ - -0.141684, - 51.537599 - ], - [ - -0.141275, - 51.537183 - ], - [ - -0.139786, - 51.535837 - ], - [ - -0.139328, - 51.535372 - ], - [ - -0.13881, - 51.534672 - ], - [ - -0.138539, - 51.534358 - ], - [ - -0.138539, - 51.534358 - ], - [ - -0.134338, - 51.530461 - ], - [ - -0.134135, - 51.530229 - ], - [ - -0.133915, - 51.529921 - ], - [ - -0.133822, - 51.529729 - ], - [ - -0.133799, - 51.529517 - ], - [ - -0.133866, - 51.529121 - ], - [ - -0.134002, - 51.52883 - ], - [ - -0.134205, - 51.528515 - ], - [ - -0.134205, - 51.528515 - ], - [ - -0.134615, - 51.528111 - ], - [ - -0.134831, - 51.527942 - ], - [ - -0.135241, - 51.527699 - ], - [ - -0.137483, - 51.526798 - ], - [ - -0.138014, - 51.526604 - ], - [ - -0.13818, - 51.526511 - ], - [ - -0.138324, - 51.526398 - ], - [ - -0.138424, - 51.526255 - ], - [ - -0.138492, - 51.526064 - ], - [ - -0.138513, - 51.525787 - ], - [ - -0.13843, - 51.525342 - ], - [ - -0.138304, - 51.525026 - ], - [ - -0.138041, - 51.524563 - ], - [ - -0.138016, - 51.524517 - ], - [ - -0.137336, - 51.523673 - ], - [ - -0.136627, - 51.52287 - ], - [ - -0.134375, - 51.520532 - ], - [ - -0.134358, - 51.520515 - ], - [ - -0.132492, - 51.518732 - ], - [ - -0.130953, - 51.51714 - ], - [ - -0.130667, - 51.516783 - ], - [ - -0.130456, - 51.516301 - ], - [ - -0.130456, - 51.516301 - ], - [ - -0.129986, - 51.514934 - ], - [ - -0.129418, - 51.51354 - ], - [ - -0.128505, - 51.512007 - ], - [ - -0.128456, - 51.511707 - ], - [ - -0.128485, - 51.511227 - ], - [ - -0.128506, - 51.510884 - ], - [ - -0.128485, - 51.510381 - ], - [ - -0.128416, - 51.510148 - ], - [ - -0.127908, - 51.50963 - ], - [ - -0.127278, - 51.5093 - ], - [ - -0.125188, - 51.508557 - ], - [ - -0.124931, - 51.508441 - ], - [ - -0.124591, - 51.508288 - ], - [ - -0.123132, - 51.507545 - ], - [ - -0.122359, - 51.507243 - ], - [ - -0.122236, - 51.507194 - ], - [ - -0.121473, - 51.506864 - ], - [ - -0.120478, - 51.506596 - ], - [ - -0.117493, - 51.505687 - ], - [ - -0.115072, - 51.504861 - ], - [ - -0.114707, - 51.504665 - ], - [ - -0.114342, - 51.504345 - ], - [ - -0.114043, - 51.504015 - ], - [ - -0.113698, - 51.503438 - ], - [ - -0.113413, - 51.502962 - ], - [ - -0.113181, - 51.501413 - ], - [ - -0.113015, - 51.499947 - ], - [ - -0.112606, - 51.498567 - ], - [ - -0.111684, - 51.496663 - ], - [ - -0.111421, - 51.496196 - ], - [ - -0.111004, - 51.49573 - ], - [ - -0.106792, - 51.492754 - ], - [ - -0.106452, - 51.492467 - ], - [ - -0.105905, - 51.491921 - ], - [ - -0.105293, - 51.490791 - ], - [ - -0.105143, - 51.490291 - ], - [ - -0.105143, - 51.489871 - ], - [ - -0.105211, - 51.489446 - ], - [ - -0.105343, - 51.489162 - ], - [ - -0.105553, - 51.488818 - ], - [ - -0.10603, - 51.488324 - ], - [ - -0.106163, - 51.488187 - ], - [ - -0.106398, - 51.48781 - ], - [ - -0.106763, - 51.487028 - ], - [ - -0.106859, - 51.486501 - ], - [ - -0.106966, - 51.485178 - ], - [ - -0.107288, - 51.484363 - ], - [ - -0.107932, - 51.483628 - ], - [ - -0.108619, - 51.483093 - ], - [ - -0.109477, - 51.482612 - ], - [ - -0.110335, - 51.482265 - ], - [ - -0.111086, - 51.482011 - ], - [ - -0.112996, - 51.48165 - ], - [ - -0.115206, - 51.481289 - ], - [ - -0.120614, - 51.480327 - ], - [ - -0.123553, - 51.479833 - ], - [ - -0.12439, - 51.479753 - ], - [ - -0.126117, - 51.479692 - ], - [ - -0.126525, - 51.479726 - ], - [ - -0.127453, - 51.479849 - ], - [ - -0.128791, - 51.480111 - ], - [ - -0.134164, - 51.481162 - ], - [ - -0.135693, - 51.4814 - ], - [ - -0.13705, - 51.481436 - ], - [ - -0.137662, - 51.481396 - ], - [ - -0.138279, - 51.481333 - ], - [ - -0.13955, - 51.481129 - ], - [ - -0.140043, - 51.480969 - ], - [ - -0.140714, - 51.480658 - ], - [ - -0.141342, - 51.480401 - ], - [ - -0.142464, - 51.479859 - ] - ] - }, - "properties": { - "line": "Northern", - "name": "Northern", - "color": "#000000", - "order": 9 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -0.194761, - 51.402194 - ], - [ - -0.194713, - 51.403039 - ], - [ - -0.19475, - 51.403358 - ], - [ - -0.19472, - 51.407875 - ], - [ - -0.194704, - 51.408091 - ], - [ - -0.194568, - 51.408499 - ], - [ - -0.194765, - 51.413423 - ], - [ - -0.194743, - 51.413718 - ], - [ - -0.194668, - 51.413979 - ], - [ - -0.194546, - 51.414138 - ], - [ - -0.194314, - 51.414367 - ], - [ - -0.193778, - 51.414735 - ], - [ - -0.193434, - 51.414895 - ], - [ - -0.192758, - 51.415143 - ], - [ - -0.192045, - 51.415363 - ], - [ - -0.191895, - 51.415409 - ], - [ - -0.191372, - 51.415523 - ], - [ - -0.18203, - 51.416167 - ], - [ - -0.181407, - 51.416287 - ], - [ - -0.180774, - 51.416441 - ], - [ - -0.179562, - 51.416836 - ], - [ - -0.178839, - 51.417315 - ], - [ - -0.178194, - 51.418003 - ], - [ - -0.177667, - 51.418565 - ], - [ - -0.17663, - 51.419587 - ], - [ - -0.175803, - 51.420454 - ], - [ - -0.174875, - 51.421495 - ], - [ - -0.173821, - 51.422559 - ], - [ - -0.170697, - 51.42502 - ], - [ - -0.169652, - 51.426282 - ], - [ - -0.168831, - 51.427187 - ], - [ - -0.16835, - 51.427603 - ], - [ - -0.168185, - 51.427745 - ], - [ - -0.164011, - 51.431803 - ], - [ - -0.163699, - 51.432534 - ], - [ - -0.163412, - 51.433087 - ], - [ - -0.162145, - 51.434232 - ], - [ - -0.161211, - 51.434828 - ], - [ - -0.159651, - 51.435598 - ], - [ - -0.159651, - 51.435598 - ], - [ - -0.158932, - 51.436008 - ], - [ - -0.158352, - 51.436384 - ], - [ - -0.157247, - 51.437296 - ], - [ - -0.156687, - 51.437874 - ], - [ - -0.155965, - 51.43928 - ], - [ - -0.155206, - 51.440488 - ], - [ - -0.152867, - 51.443335 - ], - [ - -0.152848, - 51.443358 - ], - [ - -0.151958, - 51.444361 - ], - [ - -0.151389, - 51.445212 - ], - [ - -0.149941, - 51.446112 - ], - [ - -0.149315, - 51.446916 - ], - [ - -0.148681, - 51.44797 - ], - [ - -0.148144, - 51.448782 - ], - [ - -0.147843, - 51.451129 - ], - [ - -0.147849, - 51.452269 - ], - [ - -0.147703, - 51.452542 - ], - [ - -0.147584, - 51.452763 - ], - [ - -0.147216, - 51.453256 - ], - [ - -0.14611, - 51.45441 - ], - [ - -0.143565, - 51.457149 - ], - [ - -0.141512, - 51.459518 - ], - [ - -0.139384, - 51.460935 - ], - [ - -0.1383, - 51.46153 - ], - [ - -0.138147, - 51.461628 - ], - [ - -0.137589, - 51.461986 - ], - [ - -0.136803, - 51.462232 - ], - [ - -0.135996, - 51.462448 - ], - [ - -0.132786, - 51.463612 - ], - [ - -0.130822, - 51.464483 - ], - [ - -0.129951, - 51.465081 - ], - [ - -0.129898, - 51.465118 - ], - [ - -0.12928, - 51.465755 - ], - [ - -0.128157, - 51.467422 - ], - [ - -0.127707, - 51.467993 - ], - [ - -0.126577, - 51.468949 - ], - [ - -0.125233, - 51.469873 - ], - [ - -0.124294, - 51.470587 - ], - [ - -0.122802, - 51.47189 - ], - [ - -0.122631, - 51.472053 - ], - [ - -0.11444, - 51.479821 - ], - [ - -0.113088, - 51.481011 - ], - [ - -0.112305, - 51.481905 - ], - [ - -0.112117, - 51.482119 - ], - [ - -0.111775, - 51.482662 - ], - [ - -0.106632, - 51.487693 - ], - [ - -0.106028, - 51.488322 - ], - [ - -0.105553, - 51.488818 - ], - [ - -0.105343, - 51.489162 - ], - [ - -0.105211, - 51.489446 - ], - [ - -0.105143, - 51.489871 - ], - [ - -0.105143, - 51.490291 - ], - [ - -0.105293, - 51.490791 - ], - [ - -0.105905, - 51.491921 - ], - [ - -0.106452, - 51.492467 - ], - [ - -0.106792, - 51.492754 - ], - [ - -0.111004, - 51.49573 - ], - [ - -0.111421, - 51.496196 - ], - [ - -0.111684, - 51.496663 - ], - [ - -0.112606, - 51.498567 - ], - [ - -0.113015, - 51.499947 - ], - [ - -0.113181, - 51.501413 - ], - [ - -0.113413, - 51.502962 - ], - [ - -0.113698, - 51.503438 - ], - [ - -0.114043, - 51.504015 - ], - [ - -0.114342, - 51.504345 - ], - [ - -0.114707, - 51.504665 - ], - [ - -0.115072, - 51.504861 - ], - [ - -0.117493, - 51.505687 - ], - [ - -0.120478, - 51.506596 - ], - [ - -0.121473, - 51.506864 - ], - [ - -0.122236, - 51.507194 - ], - [ - -0.122359, - 51.507243 - ], - [ - -0.123132, - 51.507545 - ], - [ - -0.124591, - 51.508288 - ], - [ - -0.124672, - 51.508325 - ], - [ - -0.125188, - 51.508557 - ], - [ - -0.127278, - 51.5093 - ], - [ - -0.127908, - 51.50963 - ], - [ - -0.128416, - 51.510148 - ], - [ - -0.128485, - 51.510381 - ], - [ - -0.128506, - 51.510884 - ], - [ - -0.128485, - 51.511227 - ], - [ - -0.128456, - 51.511707 - ], - [ - -0.128505, - 51.512007 - ], - [ - -0.129418, - 51.51354 - ], - [ - -0.129986, - 51.514934 - ], - [ - -0.130445, - 51.516267 - ], - [ - -0.130456, - 51.516301 - ], - [ - -0.130667, - 51.516783 - ], - [ - -0.130953, - 51.51714 - ], - [ - -0.132492, - 51.518732 - ], - [ - -0.134358, - 51.520515 - ], - [ - -0.134358, - 51.520515 - ], - [ - -0.136627, - 51.52287 - ], - [ - -0.137336, - 51.523673 - ], - [ - -0.138016, - 51.524517 - ], - [ - -0.138016, - 51.524517 - ], - [ - -0.138304, - 51.525026 - ], - [ - -0.13843, - 51.525342 - ], - [ - -0.138513, - 51.525787 - ], - [ - -0.138492, - 51.526064 - ], - [ - -0.138424, - 51.526255 - ], - [ - -0.138324, - 51.526398 - ], - [ - -0.13818, - 51.526511 - ], - [ - -0.138014, - 51.526604 - ], - [ - -0.137483, - 51.526798 - ], - [ - -0.135241, - 51.527699 - ], - [ - -0.134831, - 51.527942 - ], - [ - -0.134615, - 51.528111 - ], - [ - -0.134331, - 51.528391 - ], - [ - -0.134205, - 51.528515 - ], - [ - -0.134002, - 51.52883 - ], - [ - -0.133866, - 51.529121 - ], - [ - -0.133799, - 51.529517 - ], - [ - -0.133822, - 51.529729 - ], - [ - -0.133915, - 51.529921 - ], - [ - -0.134135, - 51.530229 - ], - [ - -0.134338, - 51.530461 - ], - [ - -0.138521, - 51.534341 - ], - [ - -0.138539, - 51.534358 - ], - [ - -0.13881, - 51.534672 - ], - [ - -0.139328, - 51.535372 - ], - [ - -0.139786, - 51.535837 - ], - [ - -0.141275, - 51.537183 - ], - [ - -0.141684, - 51.537599 - ], - [ - -0.142357, - 51.53839 - ], - [ - -0.142413, - 51.538498 - ], - [ - -0.142535, - 51.53894 - ], - [ - -0.142536, - 51.539147 - ], - [ - -0.14248, - 51.539382 - ], - [ - -0.142341, - 51.539976 - ], - [ - -0.141966, - 51.542318 - ], - [ - -0.141491, - 51.544137 - ], - [ - -0.141472, - 51.54438 - ], - [ - -0.141494, - 51.54475 - ], - [ - -0.141656, - 51.545514 - ], - [ - -0.141762, - 51.546435 - ], - [ - -0.141722, - 51.546655 - ], - [ - -0.141202, - 51.54836 - ], - [ - -0.140761, - 51.549953 - ], - [ - -0.14074, - 51.55031 - ], - [ - -0.140734, - 51.550408 - ], - [ - -0.140757, - 51.550679 - ], - [ - -0.140817, - 51.550944 - ], - [ - -0.141028, - 51.551473 - ], - [ - -0.141071, - 51.551708 - ], - [ - -0.141094, - 51.552095 - ], - [ - -0.140973, - 51.552769 - ], - [ - -0.140847, - 51.553175 - ], - [ - -0.140517, - 51.553824 - ], - [ - -0.138757, - 51.55628 - ], - [ - -0.138459, - 51.556788 - ], - [ - -0.138266, - 51.557119 - ], - [ - -0.137989, - 51.557764 - ], - [ - -0.137783, - 51.558514 - ], - [ - -0.137555, - 51.559505 - ], - [ - -0.13719, - 51.560549 - ], - [ - -0.1369, - 51.561139 - ], - [ - -0.13554, - 51.563615 - ], - [ - -0.134932, - 51.564649 - ], - [ - -0.134791, - 51.565014 - ], - [ - -0.134745, - 51.565371 - ], - [ - -0.134745, - 51.565371 - ], - [ - -0.134754, - 51.565662 - ], - [ - -0.134844, - 51.566037 - ], - [ - -0.134955, - 51.56634 - ], - [ - -0.135122, - 51.566666 - ], - [ - -0.136505, - 51.568558 - ], - [ - -0.13735, - 51.569535 - ], - [ - -0.13969, - 51.572088 - ], - [ - -0.144216, - 51.576705 - ], - [ - -0.144648, - 51.577063 - ], - [ - -0.145241, - 51.577412 - ], - [ - -0.145781, - 51.577637 - ], - [ - -0.151961, - 51.580212 - ], - [ - -0.15984, - 51.584457 - ], - [ - -0.161765, - 51.585694 - ], - [ - -0.162821, - 51.586243 - ], - [ - -0.16347, - 51.58655 - ], - [ - -0.164726, - 51.58728 - ], - [ - -0.165219, - 51.587566 - ], - [ - -0.165911, - 51.587906 - ], - [ - -0.166243, - 51.588106 - ], - [ - -0.166978, - 51.588643 - ], - [ - -0.168823, - 51.590063 - ], - [ - -0.169489, - 51.590539 - ], - [ - -0.170701, - 51.591329 - ], - [ - -0.171468, - 51.591782 - ], - [ - -0.173045, - 51.592599 - ], - [ - -0.176988, - 51.594322 - ], - [ - -0.18408, - 51.597341 - ], - [ - -0.185198, - 51.597838 - ], - [ - -0.187629, - 51.598861 - ], - [ - -0.190829, - 51.600169 - ], - [ - -0.192495, - 51.600936 - ], - [ - -0.193862, - 51.601565 - ], - [ - -0.197169, - 51.602974 - ], - [ - -0.197794, - 51.603185 - ], - [ - -0.199127, - 51.603808 - ], - [ - -0.200798, - 51.604537 - ], - [ - -0.204937, - 51.606281 - ], - [ - -0.207369, - 51.607336 - ], - [ - -0.208255, - 51.607699 - ], - [ - -0.208877, - 51.607927 - ], - [ - -0.209513, - 51.608106 - ], - [ - -0.209928, - 51.608202 - ] - ] - }, - "properties": { - "line": "Northern", - "name": "Northern", - "color": "#000000", - "order": 9 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -0.611067, - 51.70501 - ], - [ - -0.61119, - 51.704656 - ], - [ - -0.61122, - 51.704312 - ], - [ - -0.611178, - 51.703665 - ], - [ - -0.611084, - 51.703318 - ], - [ - -0.610983, - 51.703079 - ], - [ - -0.610631, - 51.702664 - ], - [ - -0.610498, - 51.702543 - ], - [ - -0.609769, - 51.702075 - ], - [ - -0.609389, - 51.701794 - ], - [ - -0.609125, - 51.701518 - ], - [ - -0.608881, - 51.70114 - ], - [ - -0.608822, - 51.700976 - ], - [ - -0.608763, - 51.70065 - ], - [ - -0.608747, - 51.700304 - ], - [ - -0.608898, - 51.699173 - ], - [ - -0.609036, - 51.697249 - ], - [ - -0.609007, - 51.696872 - ], - [ - -0.608919, - 51.696497 - ], - [ - -0.608766, - 51.696209 - ], - [ - -0.608451, - 51.695791 - ], - [ - -0.608112, - 51.695494 - ], - [ - -0.604433, - 51.693009 - ], - [ - -0.603231, - 51.692173 - ], - [ - -0.602892, - 51.691973 - ], - [ - -0.602172, - 51.691664 - ], - [ - -0.601561, - 51.691475 - ], - [ - -0.600639, - 51.691251 - ], - [ - -0.597926, - 51.690813 - ], - [ - -0.59646, - 51.690545 - ], - [ - -0.596051, - 51.69044 - ], - [ - -0.595586, - 51.690285 - ], - [ - -0.595, - 51.690018 - ], - [ - -0.594473, - 51.68971 - ], - [ - -0.593544, - 51.688995 - ], - [ - -0.591451, - 51.687272 - ], - [ - -0.591088, - 51.68678 - ], - [ - -0.590873, - 51.68631 - ], - [ - -0.590573, - 51.685546 - ], - [ - -0.590326, - 51.685112 - ], - [ - -0.589965, - 51.684717 - ], - [ - -0.589441, - 51.684281 - ], - [ - -0.588721, - 51.683881 - ], - [ - -0.587969, - 51.683613 - ], - [ - -0.587408, - 51.68347 - ], - [ - -0.585788, - 51.683164 - ], - [ - -0.585158, - 51.682991 - ], - [ - -0.584811, - 51.682859 - ], - [ - -0.583924, - 51.682379 - ], - [ - -0.583685, - 51.682224 - ], - [ - -0.583391, - 51.682006 - ], - [ - -0.583154, - 51.68178 - ], - [ - -0.582596, - 51.680993 - ], - [ - -0.582488, - 51.680573 - ], - [ - -0.582479, - 51.680223 - ], - [ - -0.582527, - 51.679567 - ], - [ - -0.582619, - 51.679322 - ], - [ - -0.582988, - 51.678865 - ], - [ - -0.583528, - 51.678259 - ], - [ - -0.584485, - 51.677377 - ], - [ - -0.584775, - 51.677083 - ], - [ - -0.584966, - 51.676824 - ], - [ - -0.585111, - 51.676573 - ], - [ - -0.585198, - 51.676352 - ], - [ - -0.585323, - 51.675819 - ], - [ - -0.585318, - 51.675499 - ], - [ - -0.585251, - 51.675166 - ], - [ - -0.585168, - 51.674949 - ], - [ - -0.584931, - 51.674491 - ], - [ - -0.584789, - 51.674277 - ], - [ - -0.583835, - 51.67337 - ], - [ - -0.583348, - 51.672995 - ], - [ - -0.582785, - 51.672652 - ], - [ - -0.582268, - 51.672405 - ], - [ - -0.581609, - 51.672137 - ], - [ - -0.580889, - 51.671923 - ], - [ - -0.577858, - 51.671217 - ], - [ - -0.572634, - 51.670199 - ], - [ - -0.567765, - 51.669341 - ], - [ - -0.560552, - 51.66799 - ], - [ - -0.559284, - 51.667753 - ], - [ - -0.556055, - 51.667183 - ], - [ - -0.554612, - 51.666979 - ], - [ - -0.55228, - 51.666864 - ], - [ - -0.548864, - 51.667002 - ], - [ - -0.545804, - 51.667167 - ], - [ - -0.542149, - 51.666904 - ], - [ - -0.539956, - 51.666473 - ], - [ - -0.537561, - 51.665739 - ], - [ - -0.535698, - 51.665072 - ], - [ - -0.533828, - 51.664121 - ], - [ - -0.523682, - 51.657503 - ], - [ - -0.518391, - 51.654203 - ], - [ - -0.518356, - 51.654181 - ], - [ - -0.516805, - 51.653366 - ], - [ - -0.515544, - 51.652786 - ], - [ - -0.513343, - 51.651969 - ], - [ - -0.511675, - 51.651507 - ], - [ - -0.5115, - 51.651422 - ], - [ - -0.510207, - 51.651082 - ], - [ - -0.507266, - 51.650557 - ], - [ - -0.501, - 51.649507 - ], - [ - -0.497034, - 51.648907 - ], - [ - -0.493904, - 51.648525 - ], - [ - -0.49251, - 51.648309 - ], - [ - -0.490291, - 51.647863 - ], - [ - -0.488475, - 51.647396 - ], - [ - -0.487483, - 51.647096 - ], - [ - -0.486816, - 51.646869 - ], - [ - -0.485567, - 51.646395 - ], - [ - -0.48491, - 51.646106 - ], - [ - -0.484192, - 51.645759 - ], - [ - -0.482864, - 51.645019 - ], - [ - -0.478761, - 51.642405 - ], - [ - -0.476855, - 51.641237 - ], - [ - -0.476008, - 51.640805 - ], - [ - -0.475468, - 51.640602 - ], - [ - -0.474821, - 51.640403 - ], - [ - -0.474239, - 51.640272 - ], - [ - -0.473737, - 51.640203 - ], - [ - -0.473583, - 51.640181 - ], - [ - -0.472662, - 51.640143 - ], - [ - -0.472015, - 51.640169 - ], - [ - -0.47129, - 51.640243 - ], - [ - -0.46928, - 51.640641 - ], - [ - -0.466086, - 51.641233 - ], - [ - -0.464597, - 51.641423 - ], - [ - -0.463643, - 51.641468 - ], - [ - -0.462882, - 51.641459 - ], - [ - -0.460873, - 51.641295 - ], - [ - -0.452608, - 51.640106 - ], - [ - -0.451498, - 51.639972 - ], - [ - -0.450459, - 51.639791 - ], - [ - -0.449832, - 51.63964 - ], - [ - -0.44849, - 51.639277 - ], - [ - -0.445721, - 51.638589 - ], - [ - -0.444096, - 51.638124 - ], - [ - -0.442719, - 51.637684 - ], - [ - -0.441617, - 51.637279 - ], - [ - -0.440399, - 51.636768 - ], - [ - -0.439508, - 51.636343 - ], - [ - -0.439013, - 51.636079 - ], - [ - -0.437788, - 51.635366 - ], - [ - -0.437136, - 51.63495 - ], - [ - -0.436386, - 51.63442 - ], - [ - -0.435715, - 51.6339 - ], - [ - -0.435194, - 51.633463 - ], - [ - -0.434671, - 51.632988 - ], - [ - -0.433886, - 51.632171 - ], - [ - -0.433146, - 51.631193 - ], - [ - -0.432265, - 51.629831 - ], - [ - -0.431565, - 51.628751 - ], - [ - -0.430053, - 51.626617 - ], - [ - -0.426634, - 51.621441 - ], - [ - -0.426145, - 51.620616 - ], - [ - -0.425852, - 51.620063 - ], - [ - -0.425365, - 51.618866 - ], - [ - -0.425158, - 51.618197 - ], - [ - -0.424985, - 51.617392 - ], - [ - -0.424908, - 51.616691 - ], - [ - -0.424857, - 51.614773 - ], - [ - -0.424787, - 51.613984 - ], - [ - -0.424681, - 51.613425 - ], - [ - -0.424456, - 51.612639 - ], - [ - -0.423875, - 51.611157 - ], - [ - -0.423729, - 51.610785 - ], - [ - -0.423178, - 51.609675 - ], - [ - -0.422738, - 51.608967 - ], - [ - -0.422285, - 51.608327 - ], - [ - -0.42204, - 51.608011 - ], - [ - -0.421483, - 51.607374 - ], - [ - -0.420837, - 51.606749 - ], - [ - -0.420536, - 51.606489 - ], - [ - -0.419878, - 51.605974 - ], - [ - -0.41921, - 51.605493 - ], - [ - -0.418279, - 51.604873 - ], - [ - -0.417265, - 51.604232 - ], - [ - -0.416267, - 51.603696 - ], - [ - -0.414579, - 51.60288 - ], - [ - -0.412594, - 51.601998 - ], - [ - -0.411853, - 51.601639 - ], - [ - -0.40929, - 51.600503 - ], - [ - -0.406734, - 51.599369 - ], - [ - -0.405771, - 51.598961 - ], - [ - -0.404677, - 51.598543 - ], - [ - -0.403439, - 51.598147 - ], - [ - -0.402066, - 51.597753 - ], - [ - -0.400851, - 51.597457 - ], - [ - -0.40023, - 51.597324 - ], - [ - -0.396307, - 51.596691 - ], - [ - -0.391389, - 51.59597 - ], - [ - -0.389306, - 51.595631 - ], - [ - -0.38836, - 51.595435 - ], - [ - -0.387324, - 51.595194 - ], - [ - -0.386367, - 51.594927 - ], - [ - -0.385594, - 51.594683 - ], - [ - -0.384223, - 51.594172 - ], - [ - -0.382353, - 51.593379 - ], - [ - -0.380995, - 51.592791 - ], - [ - -0.372034, - 51.588911 - ], - [ - -0.365057, - 51.585911 - ], - [ - -0.363759, - 51.585374 - ], - [ - -0.36226, - 51.584789 - ], - [ - -0.36226, - 51.584789 - ], - [ - -0.355942, - 51.582602 - ], - [ - -0.354544, - 51.582088 - ], - [ - -0.352948, - 51.581533 - ], - [ - -0.352245, - 51.581307 - ], - [ - -0.351383, - 51.581064 - ], - [ - -0.349928, - 51.580725 - ], - [ - -0.347945, - 51.580331 - ], - [ - -0.346457, - 51.580132 - ], - [ - -0.344951, - 51.579982 - ], - [ - -0.34385, - 51.579915 - ], - [ - -0.341057, - 51.579804 - ], - [ - -0.34034, - 51.579794 - ], - [ - -0.339444, - 51.57982 - ], - [ - -0.338822, - 51.579802 - ], - [ - -0.338502, - 51.579773 - ], - [ - -0.338193, - 51.57973 - ], - [ - -0.337558, - 51.579595 - ], - [ - -0.336948, - 51.579423 - ], - [ - -0.334511, - 51.578738 - ], - [ - -0.333768, - 51.578591 - ], - [ - -0.333164, - 51.57853 - ], - [ - -0.332687, - 51.578507 - ], - [ - -0.331442, - 51.57851 - ], - [ - -0.326821, - 51.578621 - ], - [ - -0.323753, - 51.578667 - ], - [ - -0.322225, - 51.578657 - ], - [ - -0.320185, - 51.578617 - ], - [ - -0.318706, - 51.578553 - ], - [ - -0.318219, - 51.578519 - ], - [ - -0.317777, - 51.578488 - ], - [ - -0.315844, - 51.578193 - ], - [ - -0.313468, - 51.577768 - ], - [ - -0.311436, - 51.577313 - ], - [ - -0.310424, - 51.57705 - ], - [ - -0.309275, - 51.576724 - ], - [ - -0.30768, - 51.576208 - ], - [ - -0.298725, - 51.573168 - ], - [ - -0.296132, - 51.5724 - ], - [ - -0.295207, - 51.572095 - ], - [ - -0.295144, - 51.572074 - ], - [ - -0.294147, - 51.571724 - ], - [ - -0.292753, - 51.571194 - ], - [ - -0.291136, - 51.570511 - ], - [ - -0.29009, - 51.570017 - ], - [ - -0.288369, - 51.569147 - ], - [ - -0.287664, - 51.568713 - ], - [ - -0.287168, - 51.568367 - ], - [ - -0.286778, - 51.568047 - ], - [ - -0.284868, - 51.566296 - ], - [ - -0.28422, - 51.565797 - ], - [ - -0.283672, - 51.56544 - ], - [ - -0.283043, - 51.565065 - ], - [ - -0.282239, - 51.564646 - ], - [ - -0.281617, - 51.564365 - ], - [ - -0.280634, - 51.563975 - ], - [ - -0.279086, - 51.563448 - ], - [ - -0.27821, - 51.56315 - ], - [ - -0.277691, - 51.563003 - ], - [ - -0.277078, - 51.56284 - ], - [ - -0.274079, - 51.562243 - ], - [ - -0.273272, - 51.562036 - ], - [ - -0.272405, - 51.561776 - ], - [ - -0.271384, - 51.561408 - ], - [ - -0.26911, - 51.560536 - ], - [ - -0.266863, - 51.559617 - ], - [ - -0.263422, - 51.558171 - ], - [ - -0.261238, - 51.557309 - ], - [ - -0.259145, - 51.556602 - ], - [ - -0.257028, - 51.555966 - ], - [ - -0.254117, - 51.555166 - ], - [ - -0.253251, - 51.554946 - ], - [ - -0.250373, - 51.554276 - ], - [ - -0.247262, - 51.553408 - ], - [ - -0.246496, - 51.553224 - ], - [ - -0.245504, - 51.553009 - ], - [ - -0.244185, - 51.552775 - ], - [ - -0.239229, - 51.55208 - ], - [ - -0.2355, - 51.551431 - ], - [ - -0.233002, - 51.55103 - ], - [ - -0.227678, - 51.550196 - ], - [ - -0.225863, - 51.549951 - ], - [ - -0.221855, - 51.549329 - ], - [ - -0.218046, - 51.548694 - ], - [ - -0.214619, - 51.548175 - ], - [ - -0.211204, - 51.547625 - ], - [ - -0.208465, - 51.547224 - ], - [ - -0.207115, - 51.547114 - ], - [ - -0.204383, - 51.546984 - ], - [ - -0.202856, - 51.546854 - ], - [ - -0.201601, - 51.546706 - ], - [ - -0.200508, - 51.546649 - ], - [ - -0.198662, - 51.546518 - ], - [ - -0.19632, - 51.546424 - ], - [ - -0.195029, - 51.546486 - ], - [ - -0.190798, - 51.546857 - ], - [ - -0.187059, - 51.547085 - ], - [ - -0.186287, - 51.547152 - ], - [ - -0.183187, - 51.547515 - ], - [ - -0.182721, - 51.547543 - ], - [ - -0.182186, - 51.547544 - ], - [ - -0.18159, - 51.5475 - ], - [ - -0.180884, - 51.547377 - ], - [ - -0.180371, - 51.547223 - ], - [ - -0.180255, - 51.547189 - ], - [ - -0.180008, - 51.547085 - ], - [ - -0.179405, - 51.546663 - ], - [ - -0.1791, - 51.546395 - ], - [ - -0.178758, - 51.54603 - ], - [ - -0.178312, - 51.545676 - ], - [ - -0.177892, - 51.545488 - ], - [ - -0.176412, - 51.544939 - ], - [ - -0.176049, - 51.544736 - ], - [ - -0.175796, - 51.544542 - ], - [ - -0.175665, - 51.544403 - ], - [ - -0.175427, - 51.54406 - ], - [ - -0.17525, - 51.543435 - ], - [ - -0.175175, - 51.542813 - ], - [ - -0.175259, - 51.541158 - ], - [ - -0.175618, - 51.539008 - ], - [ - -0.175873, - 51.537944 - ], - [ - -0.17596, - 51.53695 - ], - [ - -0.175937, - 51.536643 - ], - [ - -0.175876, - 51.536339 - ], - [ - -0.175715, - 51.53582 - ], - [ - -0.175606, - 51.535615 - ], - [ - -0.175242, - 51.535171 - ], - [ - -0.173372, - 51.533602 - ], - [ - -0.167999, - 51.529202 - ], - [ - -0.167573, - 51.528892 - ], - [ - -0.166649, - 51.528332 - ], - [ - -0.165452, - 51.527733 - ], - [ - -0.164724, - 51.527416 - ], - [ - -0.15856, - 51.524195 - ], - [ - -0.157996, - 51.523868 - ], - [ - -0.157028, - 51.523005 - ], - [ - -0.156984, - 51.522966 - ], - [ - -0.156803, - 51.522835 - ], - [ - -0.156519, - 51.522698 - ], - [ - -0.156071, - 51.522569 - ], - [ - -0.155807, - 51.522515 - ], - [ - -0.155512, - 51.522501 - ], - [ - -0.152393, - 51.523047 - ], - [ - -0.150532, - 51.523143 - ], - [ - -0.148966, - 51.523322 - ], - [ - -0.145933, - 51.523848 - ], - [ - -0.145521, - 51.523901 - ], - [ - -0.144955, - 51.52391 - ], - [ - -0.143934, - 51.523838 - ], - [ - -0.143921, - 51.523837 - ], - [ - -0.143406, - 51.523856 - ], - [ - -0.142908, - 51.523911 - ], - [ - -0.139386, - 51.524643 - ], - [ - -0.136795, - 51.525329 - ], - [ - -0.136115, - 51.525543 - ], - [ - -0.135863, - 51.525604 - ], - [ - -0.135534, - 51.525684 - ], - [ - -0.131281, - 51.527151 - ], - [ - -0.129743, - 51.527704 - ], - [ - -0.126584, - 51.528939 - ], - [ - -0.125825, - 51.529332 - ], - [ - -0.124682, - 51.529773 - ], - [ - -0.123701, - 51.530178 - ], - [ - -0.123701, - 51.530178 - ], - [ - -0.123445, - 51.530373 - ], - [ - -0.122944, - 51.530605 - ], - [ - -0.122353, - 51.530641 - ], - [ - -0.12161, - 51.53066 - ], - [ - -0.121235, - 51.53064 - ], - [ - -0.121015, - 51.530614 - ], - [ - -0.120533, - 51.530517 - ], - [ - -0.119751, - 51.530331 - ], - [ - -0.11901, - 51.530098 - ], - [ - -0.118823, - 51.530014 - ], - [ - -0.116127, - 51.528482 - ], - [ - -0.113493, - 51.526872 - ], - [ - -0.112677, - 51.52626 - ], - [ - -0.111469, - 51.525557 - ], - [ - -0.110634, - 51.525038 - ], - [ - -0.108462, - 51.523598 - ], - [ - -0.107871, - 51.523257 - ], - [ - -0.107084, - 51.522698 - ], - [ - -0.106658, - 51.522446 - ], - [ - -0.106537, - 51.522331 - ], - [ - -0.1063, - 51.522018 - ], - [ - -0.105598, - 51.521217 - ], - [ - -0.10531, - 51.520939 - ], - [ - -0.104955, - 51.520478 - ], - [ - -0.10491, - 51.52042 - ], - [ - -0.10455, - 51.520124 - ], - [ - -0.104349, - 51.520006 - ], - [ - -0.10399, - 51.519846 - ], - [ - -0.103753, - 51.519772 - ], - [ - -0.103203, - 51.519653 - ], - [ - -0.102815, - 51.519609 - ], - [ - -0.102366, - 51.519613 - ], - [ - -0.101987, - 51.519656 - ], - [ - -0.101511, - 51.519759 - ], - [ - -0.10076, - 51.519978 - ], - [ - -0.100127, - 51.520095 - ], - [ - -0.099545, - 51.520144 - ], - [ - -0.097718, - 51.520215 - ], - [ - -0.097627, - 51.520218 - ], - [ - -0.09725, - 51.5202 - ], - [ - -0.096773, - 51.520138 - ], - [ - -0.090565, - 51.518617 - ], - [ - -0.0887, - 51.518193 - ], - [ - -0.088465, - 51.518155 - ], - [ - -0.083872, - 51.517427 - ], - [ - -0.083213, - 51.5173 - ], - [ - -0.082696, - 51.517221 - ], - [ - -0.08182, - 51.517087 - ], - [ - -0.080904, - 51.516905 - ], - [ - -0.079209, - 51.516374 - ], - [ - -0.078699, - 51.516181 - ], - [ - -0.077182, - 51.515338 - ], - [ - -0.076481, - 51.51492 - ], - [ - -0.076123, - 51.514642 - ], - [ - -0.076038, - 51.514516 - ], - [ - -0.076, - 51.514403 - ], - [ - -0.075812, - 51.514201 - ] - ] - }, - "properties": { - "line": "Metropolitan", - "name": "Metropolitan", - "color": "#751056", - "order": 8 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -0.478171, - 51.546528 - ], - [ - -0.477295, - 51.54687 - ], - [ - -0.476757, - 51.547056 - ], - [ - -0.474746, - 51.547685 - ], - [ - -0.474203, - 51.547817 - ], - [ - -0.473568, - 51.547931 - ], - [ - -0.472612, - 51.548049 - ], - [ - -0.471872, - 51.548067 - ], - [ - -0.470002, - 51.548072 - ], - [ - -0.469477, - 51.548097 - ], - [ - -0.468971, - 51.54815 - ], - [ - -0.467688, - 51.548367 - ], - [ - -0.466332, - 51.548674 - ], - [ - -0.462765, - 51.549771 - ], - [ - -0.449991, - 51.553797 - ], - [ - -0.449364, - 51.553994 - ], - [ - -0.448606, - 51.55428 - ], - [ - -0.447702, - 51.554679 - ], - [ - -0.446929, - 51.555096 - ], - [ - -0.445953, - 51.555761 - ], - [ - -0.445332, - 51.556292 - ], - [ - -0.444901, - 51.556695 - ], - [ - -0.444682, - 51.556937 - ], - [ - -0.444284, - 51.557499 - ], - [ - -0.443706, - 51.558491 - ], - [ - -0.44353, - 51.558925 - ], - [ - -0.443402, - 51.55946 - ], - [ - -0.443169, - 51.560187 - ], - [ - -0.442922, - 51.560763 - ], - [ - -0.442294, - 51.561678 - ], - [ - -0.442054, - 51.561993 - ], - [ - -0.441822, - 51.562297 - ], - [ - -0.441035, - 51.56302 - ], - [ - -0.440495, - 51.563432 - ], - [ - -0.440061, - 51.563725 - ], - [ - -0.439671, - 51.563955 - ], - [ - -0.439209, - 51.564212 - ], - [ - -0.438592, - 51.564508 - ], - [ - -0.437907, - 51.564799 - ], - [ - -0.435907, - 51.565594 - ], - [ - -0.433442, - 51.56663 - ], - [ - -0.431738, - 51.567389 - ], - [ - -0.43016, - 51.568047 - ], - [ - -0.427404, - 51.56926 - ], - [ - -0.425056, - 51.57026 - ], - [ - -0.422994, - 51.571012 - ], - [ - -0.42261, - 51.571138 - ], - [ - -0.421978, - 51.571295 - ], - [ - -0.421435, - 51.571413 - ], - [ - -0.419865, - 51.571754 - ], - [ - -0.417799, - 51.572102 - ], - [ - -0.412406, - 51.573293 - ], - [ - -0.410937, - 51.573618 - ], - [ - -0.406322, - 51.574678 - ], - [ - -0.399333, - 51.576211 - ], - [ - -0.396907, - 51.57663 - ], - [ - -0.396505, - 51.5767 - ], - [ - -0.395201, - 51.576869 - ], - [ - -0.393067, - 51.577076 - ], - [ - -0.391254, - 51.577187 - ], - [ - -0.38948, - 51.577239 - ], - [ - -0.388124, - 51.577242 - ], - [ - -0.386302, - 51.577203 - ], - [ - -0.384647, - 51.577106 - ], - [ - -0.383398, - 51.577004 - ], - [ - -0.381802, - 51.576827 - ], - [ - -0.379548, - 51.576525 - ], - [ - -0.375028, - 51.575842 - ], - [ - -0.373849, - 51.57565 - ], - [ - -0.370937, - 51.575124 - ], - [ - -0.370856, - 51.575109 - ], - [ - -0.370274, - 51.575027 - ], - [ - -0.368944, - 51.574904 - ], - [ - -0.368399, - 51.574882 - ], - [ - -0.367378, - 51.574881 - ], - [ - -0.366544, - 51.574931 - ], - [ - -0.365438, - 51.575049 - ], - [ - -0.364491, - 51.575205 - ], - [ - -0.364001, - 51.575304 - ], - [ - -0.363468, - 51.575438 - ], - [ - -0.3624, - 51.575756 - ], - [ - -0.361358, - 51.576151 - ], - [ - -0.355436, - 51.578798 - ], - [ - -0.354098, - 51.579278 - ], - [ - -0.35309, - 51.579599 - ], - [ - -0.353082, - 51.579602 - ], - [ - -0.352279, - 51.579816 - ], - [ - -0.351621, - 51.579959 - ], - [ - -0.351003, - 51.580069 - ], - [ - -0.350296, - 51.580168 - ], - [ - -0.349593, - 51.58023 - ], - [ - -0.348964, - 51.580261 - ], - [ - -0.348182, - 51.580261 - ], - [ - -0.347481, - 51.580222 - ], - [ - -0.346615, - 51.580152 - ], - [ - -0.344951, - 51.579982 - ], - [ - -0.34385, - 51.579915 - ], - [ - -0.340696, - 51.579794 - ], - [ - -0.339444, - 51.57982 - ], - [ - -0.338822, - 51.579802 - ], - [ - -0.338502, - 51.579773 - ], - [ - -0.338193, - 51.57973 - ], - [ - -0.337558, - 51.579595 - ], - [ - -0.336948, - 51.579423 - ], - [ - -0.334511, - 51.578738 - ], - [ - -0.333768, - 51.578591 - ], - [ - -0.333164, - 51.57853 - ], - [ - -0.332687, - 51.578507 - ], - [ - -0.331442, - 51.57851 - ], - [ - -0.326821, - 51.578621 - ], - [ - -0.323753, - 51.578667 - ], - [ - -0.322225, - 51.578657 - ], - [ - -0.320185, - 51.578617 - ], - [ - -0.318706, - 51.578553 - ], - [ - -0.318219, - 51.578519 - ], - [ - -0.317777, - 51.578488 - ], - [ - -0.315844, - 51.578193 - ], - [ - -0.313468, - 51.577768 - ], - [ - -0.311436, - 51.577313 - ], - [ - -0.310424, - 51.57705 - ], - [ - -0.309275, - 51.576724 - ], - [ - -0.30768, - 51.576208 - ], - [ - -0.298725, - 51.573168 - ], - [ - -0.296132, - 51.5724 - ], - [ - -0.295213, - 51.572087 - ], - [ - -0.294147, - 51.571724 - ], - [ - -0.292329, - 51.571023 - ], - [ - -0.291136, - 51.570511 - ], - [ - -0.29009, - 51.570017 - ], - [ - -0.288369, - 51.569147 - ], - [ - -0.287832, - 51.568826 - ], - [ - -0.287168, - 51.568367 - ], - [ - -0.286778, - 51.568047 - ], - [ - -0.284868, - 51.566296 - ], - [ - -0.284, - 51.565645 - ], - [ - -0.283043, - 51.565065 - ], - [ - -0.282239, - 51.564646 - ], - [ - -0.281617, - 51.564365 - ], - [ - -0.280634, - 51.563975 - ], - [ - -0.279086, - 51.563448 - ], - [ - -0.27821, - 51.56315 - ], - [ - -0.277691, - 51.563003 - ], - [ - -0.277078, - 51.56284 - ], - [ - -0.274079, - 51.562243 - ], - [ - -0.273272, - 51.562036 - ], - [ - -0.272405, - 51.561776 - ], - [ - -0.271384, - 51.561408 - ], - [ - -0.26911, - 51.560536 - ], - [ - -0.266863, - 51.559617 - ], - [ - -0.263422, - 51.558171 - ], - [ - -0.261238, - 51.557309 - ], - [ - -0.259145, - 51.556602 - ], - [ - -0.257028, - 51.555966 - ], - [ - -0.254117, - 51.555166 - ], - [ - -0.253251, - 51.554946 - ], - [ - -0.250373, - 51.554276 - ], - [ - -0.247262, - 51.553408 - ], - [ - -0.246496, - 51.553224 - ], - [ - -0.245504, - 51.553009 - ], - [ - -0.244185, - 51.552775 - ], - [ - -0.239229, - 51.55208 - ], - [ - -0.2355, - 51.551431 - ], - [ - -0.233002, - 51.55103 - ], - [ - -0.227678, - 51.550196 - ], - [ - -0.225863, - 51.549951 - ], - [ - -0.221855, - 51.549329 - ], - [ - -0.218046, - 51.548694 - ], - [ - -0.214619, - 51.548175 - ], - [ - -0.211204, - 51.547625 - ], - [ - -0.208465, - 51.547224 - ], - [ - -0.207115, - 51.547114 - ], - [ - -0.204383, - 51.546984 - ], - [ - -0.202856, - 51.546854 - ], - [ - -0.201601, - 51.546706 - ], - [ - -0.200508, - 51.546649 - ], - [ - -0.198662, - 51.546518 - ], - [ - -0.19632, - 51.546424 - ], - [ - -0.195029, - 51.546486 - ], - [ - -0.190798, - 51.546857 - ], - [ - -0.187059, - 51.547085 - ], - [ - -0.186287, - 51.547152 - ], - [ - -0.183187, - 51.547515 - ], - [ - -0.182721, - 51.547543 - ], - [ - -0.182186, - 51.547544 - ], - [ - -0.18159, - 51.5475 - ], - [ - -0.180884, - 51.547377 - ], - [ - -0.180371, - 51.547223 - ], - [ - -0.180255, - 51.547189 - ], - [ - -0.180008, - 51.547085 - ], - [ - -0.179405, - 51.546663 - ], - [ - -0.1791, - 51.546395 - ], - [ - -0.178758, - 51.54603 - ], - [ - -0.178312, - 51.545676 - ], - [ - -0.177892, - 51.545488 - ], - [ - -0.176412, - 51.544939 - ], - [ - -0.176049, - 51.544736 - ], - [ - -0.175796, - 51.544542 - ], - [ - -0.175665, - 51.544403 - ], - [ - -0.175427, - 51.54406 - ], - [ - -0.17525, - 51.543435 - ], - [ - -0.175175, - 51.542813 - ], - [ - -0.175259, - 51.541158 - ], - [ - -0.175618, - 51.539008 - ], - [ - -0.175873, - 51.537944 - ], - [ - -0.17596, - 51.53695 - ], - [ - -0.175937, - 51.536643 - ], - [ - -0.175876, - 51.536339 - ], - [ - -0.175715, - 51.53582 - ], - [ - -0.175606, - 51.535615 - ], - [ - -0.175242, - 51.535171 - ], - [ - -0.173372, - 51.533602 - ], - [ - -0.167999, - 51.529202 - ], - [ - -0.167573, - 51.528892 - ], - [ - -0.166649, - 51.528332 - ], - [ - -0.165452, - 51.527733 - ], - [ - -0.164724, - 51.527416 - ], - [ - -0.15856, - 51.524195 - ], - [ - -0.157996, - 51.523868 - ], - [ - -0.157028, - 51.523005 - ], - [ - -0.156984, - 51.522966 - ], - [ - -0.156803, - 51.522835 - ], - [ - -0.156519, - 51.522698 - ], - [ - -0.156348, - 51.522642 - ], - [ - -0.155807, - 51.522515 - ], - [ - -0.155512, - 51.522501 - ], - [ - -0.152393, - 51.523047 - ], - [ - -0.150532, - 51.523143 - ], - [ - -0.148966, - 51.523322 - ], - [ - -0.145933, - 51.523848 - ], - [ - -0.145521, - 51.523901 - ], - [ - -0.144955, - 51.52391 - ], - [ - -0.143934, - 51.523838 - ], - [ - -0.143921, - 51.523837 - ], - [ - -0.143406, - 51.523856 - ], - [ - -0.142908, - 51.523911 - ], - [ - -0.139386, - 51.524643 - ], - [ - -0.136795, - 51.525329 - ], - [ - -0.136115, - 51.525543 - ], - [ - -0.135863, - 51.525604 - ], - [ - -0.135534, - 51.525684 - ], - [ - -0.131281, - 51.527151 - ], - [ - -0.129743, - 51.527704 - ], - [ - -0.126584, - 51.528939 - ], - [ - -0.125825, - 51.529332 - ], - [ - -0.124682, - 51.529773 - ], - [ - -0.123701, - 51.530178 - ], - [ - -0.123701, - 51.530178 - ], - [ - -0.123445, - 51.530373 - ], - [ - -0.122944, - 51.530605 - ], - [ - -0.122353, - 51.530641 - ], - [ - -0.12161, - 51.53066 - ], - [ - -0.121235, - 51.53064 - ], - [ - -0.121015, - 51.530614 - ], - [ - -0.120533, - 51.530517 - ], - [ - -0.119751, - 51.530331 - ], - [ - -0.11901, - 51.530098 - ], - [ - -0.118823, - 51.530014 - ], - [ - -0.116127, - 51.528482 - ], - [ - -0.113493, - 51.526872 - ], - [ - -0.112677, - 51.52626 - ], - [ - -0.111469, - 51.525557 - ], - [ - -0.110634, - 51.525038 - ], - [ - -0.108462, - 51.523598 - ], - [ - -0.107871, - 51.523257 - ], - [ - -0.107084, - 51.522698 - ], - [ - -0.106658, - 51.522446 - ], - [ - -0.106537, - 51.522331 - ], - [ - -0.1063, - 51.522018 - ], - [ - -0.105598, - 51.521217 - ], - [ - -0.10531, - 51.520939 - ], - [ - -0.104955, - 51.520478 - ], - [ - -0.10491, - 51.52042 - ], - [ - -0.10455, - 51.520124 - ], - [ - -0.104349, - 51.520006 - ], - [ - -0.10399, - 51.519846 - ], - [ - -0.103753, - 51.519772 - ], - [ - -0.103203, - 51.519653 - ], - [ - -0.102815, - 51.519609 - ], - [ - -0.102366, - 51.519613 - ], - [ - -0.101987, - 51.519656 - ], - [ - -0.101511, - 51.519759 - ], - [ - -0.10076, - 51.519978 - ], - [ - -0.100127, - 51.520095 - ], - [ - -0.099545, - 51.520144 - ], - [ - -0.097718, - 51.520215 - ], - [ - -0.097627, - 51.520218 - ], - [ - -0.09725, - 51.5202 - ], - [ - -0.096773, - 51.520138 - ], - [ - -0.090565, - 51.518617 - ], - [ - -0.0887, - 51.518193 - ], - [ - -0.088465, - 51.518155 - ], - [ - -0.083872, - 51.517427 - ], - [ - -0.083213, - 51.5173 - ], - [ - -0.082696, - 51.517221 - ], - [ - -0.08182, - 51.517087 - ], - [ - -0.080904, - 51.516905 - ], - [ - -0.079209, - 51.516374 - ], - [ - -0.078699, - 51.516181 - ], - [ - -0.077182, - 51.515338 - ], - [ - -0.076481, - 51.51492 - ], - [ - -0.076123, - 51.514642 - ], - [ - -0.076038, - 51.514516 - ], - [ - -0.076, - 51.514403 - ], - [ - -0.075812, - 51.514201 - ] - ] - }, - "properties": { - "line": "Metropolitan", - "name": "Metropolitan", - "color": "#751056", - "order": 8 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -0.417373, - 51.657372 - ], - [ - -0.420777, - 51.655899 - ], - [ - -0.421778, - 51.655506 - ], - [ - -0.423385, - 51.65483 - ], - [ - -0.425429, - 51.654133 - ], - [ - -0.427449, - 51.653469 - ], - [ - -0.43533, - 51.650941 - ], - [ - -0.436537, - 51.650521 - ], - [ - -0.437404, - 51.650145 - ], - [ - -0.438167, - 51.649753 - ], - [ - -0.43885, - 51.649344 - ], - [ - -0.43958, - 51.648817 - ], - [ - -0.440113, - 51.648366 - ], - [ - -0.441667, - 51.647149 - ], - [ - -0.441772, - 51.647083 - ], - [ - -0.442477, - 51.646637 - ], - [ - -0.443169, - 51.646257 - ], - [ - -0.443533, - 51.646088 - ], - [ - -0.443916, - 51.64594 - ], - [ - -0.444974, - 51.645574 - ], - [ - -0.448857, - 51.644359 - ], - [ - -0.449549, - 51.644064 - ], - [ - -0.449847, - 51.643889 - ], - [ - -0.450346, - 51.643546 - ], - [ - -0.450954, - 51.642938 - ], - [ - -0.451065, - 51.642769 - ], - [ - -0.451214, - 51.642389 - ], - [ - -0.451279, - 51.642121 - ], - [ - -0.451323, - 51.64182 - ], - [ - -0.451282, - 51.641532 - ], - [ - -0.451186, - 51.641225 - ], - [ - -0.451086, - 51.64101 - ], - [ - -0.45098, - 51.640824 - ], - [ - -0.450776, - 51.640549 - ], - [ - -0.450455, - 51.640198 - ], - [ - -0.450285, - 51.640057 - ], - [ - -0.449865, - 51.639783 - ], - [ - -0.449159, - 51.639474 - ], - [ - -0.448792, - 51.639358 - ], - [ - -0.445721, - 51.638589 - ], - [ - -0.444715, - 51.638312 - ], - [ - -0.443408, - 51.637906 - ], - [ - -0.442253, - 51.637522 - ], - [ - -0.441617, - 51.637279 - ], - [ - -0.440399, - 51.636768 - ], - [ - -0.439508, - 51.636343 - ], - [ - -0.439013, - 51.636079 - ], - [ - -0.437788, - 51.635366 - ], - [ - -0.437136, - 51.63495 - ], - [ - -0.436386, - 51.63442 - ], - [ - -0.435715, - 51.6339 - ], - [ - -0.434671, - 51.632988 - ], - [ - -0.433886, - 51.632171 - ], - [ - -0.433146, - 51.631193 - ], - [ - -0.432269, - 51.62983 - ], - [ - -0.431808, - 51.629113 - ], - [ - -0.431299, - 51.62836 - ], - [ - -0.43068, - 51.627524 - ], - [ - -0.430053, - 51.626617 - ], - [ - -0.426634, - 51.621441 - ], - [ - -0.426145, - 51.620616 - ], - [ - -0.425852, - 51.620063 - ], - [ - -0.425599, - 51.619484 - ], - [ - -0.425254, - 51.618534 - ], - [ - -0.424985, - 51.617392 - ], - [ - -0.42489, - 51.616349 - ], - [ - -0.424874, - 51.615197 - ], - [ - -0.424826, - 51.614307 - ], - [ - -0.424681, - 51.613425 - ], - [ - -0.424456, - 51.612639 - ], - [ - -0.423875, - 51.611157 - ], - [ - -0.423729, - 51.610785 - ], - [ - -0.423178, - 51.609675 - ], - [ - -0.422518, - 51.608645 - ], - [ - -0.421777, - 51.607701 - ], - [ - -0.421483, - 51.607374 - ], - [ - -0.420837, - 51.606749 - ], - [ - -0.419878, - 51.605974 - ], - [ - -0.418799, - 51.605212 - ], - [ - -0.417747, - 51.604528 - ], - [ - -0.417104, - 51.604139 - ], - [ - -0.415898, - 51.603505 - ], - [ - -0.414579, - 51.60288 - ], - [ - -0.412594, - 51.601998 - ], - [ - -0.411853, - 51.601639 - ], - [ - -0.40929, - 51.600503 - ], - [ - -0.406734, - 51.599369 - ], - [ - -0.405771, - 51.598961 - ], - [ - -0.404677, - 51.598543 - ], - [ - -0.403439, - 51.598147 - ], - [ - -0.402066, - 51.597753 - ], - [ - -0.400851, - 51.597457 - ], - [ - -0.40023, - 51.597324 - ], - [ - -0.396307, - 51.596691 - ], - [ - -0.391389, - 51.59597 - ], - [ - -0.389306, - 51.595631 - ], - [ - -0.38836, - 51.595435 - ], - [ - -0.387324, - 51.595194 - ], - [ - -0.386367, - 51.594927 - ], - [ - -0.385594, - 51.594683 - ], - [ - -0.384223, - 51.594172 - ], - [ - -0.382353, - 51.593379 - ], - [ - -0.380995, - 51.592791 - ], - [ - -0.372034, - 51.588911 - ], - [ - -0.365057, - 51.585911 - ], - [ - -0.363759, - 51.585374 - ], - [ - -0.36226, - 51.584789 - ], - [ - -0.36226, - 51.584789 - ], - [ - -0.355942, - 51.582602 - ], - [ - -0.354544, - 51.582088 - ], - [ - -0.352948, - 51.581533 - ], - [ - -0.351858, - 51.581193 - ], - [ - -0.35091, - 51.58095 - ], - [ - -0.349928, - 51.580725 - ], - [ - -0.347945, - 51.580331 - ], - [ - -0.34589, - 51.580071 - ], - [ - -0.344951, - 51.579982 - ], - [ - -0.34385, - 51.579915 - ], - [ - -0.340696, - 51.579794 - ], - [ - -0.339204, - 51.579817 - ], - [ - -0.338822, - 51.579802 - ], - [ - -0.338352, - 51.579753 - ], - [ - -0.337558, - 51.579595 - ], - [ - -0.336948, - 51.579423 - ], - [ - -0.334511, - 51.578738 - ], - [ - -0.333768, - 51.578591 - ], - [ - -0.333164, - 51.57853 - ], - [ - -0.332687, - 51.578507 - ], - [ - -0.331442, - 51.57851 - ], - [ - -0.326821, - 51.578621 - ], - [ - -0.323753, - 51.578667 - ], - [ - -0.322225, - 51.578657 - ], - [ - -0.320185, - 51.578617 - ], - [ - -0.318706, - 51.578553 - ], - [ - -0.318219, - 51.578519 - ], - [ - -0.317777, - 51.578488 - ], - [ - -0.315844, - 51.578193 - ], - [ - -0.313468, - 51.577768 - ], - [ - -0.311436, - 51.577313 - ], - [ - -0.310424, - 51.57705 - ], - [ - -0.309275, - 51.576724 - ], - [ - -0.30768, - 51.576208 - ], - [ - -0.298725, - 51.573168 - ], - [ - -0.296132, - 51.5724 - ], - [ - -0.295207, - 51.572095 - ], - [ - -0.295144, - 51.572074 - ], - [ - -0.294147, - 51.571724 - ], - [ - -0.292753, - 51.571194 - ], - [ - -0.291136, - 51.570511 - ], - [ - -0.29009, - 51.570017 - ], - [ - -0.288369, - 51.569147 - ], - [ - -0.287664, - 51.568713 - ], - [ - -0.287168, - 51.568367 - ], - [ - -0.286778, - 51.568047 - ], - [ - -0.284868, - 51.566296 - ], - [ - -0.28422, - 51.565797 - ], - [ - -0.283672, - 51.56544 - ], - [ - -0.283043, - 51.565065 - ], - [ - -0.282239, - 51.564646 - ], - [ - -0.281617, - 51.564365 - ], - [ - -0.280634, - 51.563975 - ], - [ - -0.279086, - 51.563448 - ], - [ - -0.27821, - 51.56315 - ], - [ - -0.277691, - 51.563003 - ], - [ - -0.277078, - 51.56284 - ], - [ - -0.274079, - 51.562243 - ], - [ - -0.273272, - 51.562036 - ], - [ - -0.272405, - 51.561776 - ], - [ - -0.271384, - 51.561408 - ], - [ - -0.26911, - 51.560536 - ], - [ - -0.266863, - 51.559617 - ], - [ - -0.263422, - 51.558171 - ], - [ - -0.261238, - 51.557309 - ], - [ - -0.259145, - 51.556602 - ], - [ - -0.257028, - 51.555966 - ], - [ - -0.254117, - 51.555166 - ], - [ - -0.253251, - 51.554946 - ], - [ - -0.250373, - 51.554276 - ], - [ - -0.247262, - 51.553408 - ], - [ - -0.246496, - 51.553224 - ], - [ - -0.245504, - 51.553009 - ], - [ - -0.244185, - 51.552775 - ], - [ - -0.239229, - 51.55208 - ], - [ - -0.2355, - 51.551431 - ], - [ - -0.233002, - 51.55103 - ], - [ - -0.227678, - 51.550196 - ], - [ - -0.225863, - 51.549951 - ], - [ - -0.221855, - 51.549329 - ], - [ - -0.218046, - 51.548694 - ], - [ - -0.214619, - 51.548175 - ], - [ - -0.211204, - 51.547625 - ], - [ - -0.208465, - 51.547224 - ], - [ - -0.207115, - 51.547114 - ], - [ - -0.204383, - 51.546984 - ], - [ - -0.202856, - 51.546854 - ], - [ - -0.201601, - 51.546706 - ], - [ - -0.200508, - 51.546649 - ], - [ - -0.198662, - 51.546518 - ], - [ - -0.19632, - 51.546424 - ], - [ - -0.195029, - 51.546486 - ], - [ - -0.190798, - 51.546857 - ], - [ - -0.187059, - 51.547085 - ], - [ - -0.186287, - 51.547152 - ], - [ - -0.183187, - 51.547515 - ], - [ - -0.182721, - 51.547543 - ], - [ - -0.182186, - 51.547544 - ], - [ - -0.18159, - 51.5475 - ], - [ - -0.180884, - 51.547377 - ], - [ - -0.180371, - 51.547223 - ], - [ - -0.180255, - 51.547189 - ], - [ - -0.180008, - 51.547085 - ], - [ - -0.179405, - 51.546663 - ], - [ - -0.1791, - 51.546395 - ], - [ - -0.178758, - 51.54603 - ], - [ - -0.178312, - 51.545676 - ], - [ - -0.177892, - 51.545488 - ], - [ - -0.176412, - 51.544939 - ], - [ - -0.176049, - 51.544736 - ], - [ - -0.175796, - 51.544542 - ], - [ - -0.175665, - 51.544403 - ], - [ - -0.175427, - 51.54406 - ], - [ - -0.17525, - 51.543435 - ], - [ - -0.175175, - 51.542813 - ], - [ - -0.175259, - 51.541158 - ], - [ - -0.175618, - 51.539008 - ], - [ - -0.175873, - 51.537944 - ], - [ - -0.17596, - 51.53695 - ], - [ - -0.175937, - 51.536643 - ], - [ - -0.175876, - 51.536339 - ], - [ - -0.175715, - 51.53582 - ], - [ - -0.175606, - 51.535615 - ], - [ - -0.175242, - 51.535171 - ], - [ - -0.173372, - 51.533602 - ], - [ - -0.167999, - 51.529202 - ], - [ - -0.167573, - 51.528892 - ], - [ - -0.166649, - 51.528332 - ], - [ - -0.165452, - 51.527733 - ], - [ - -0.164724, - 51.527416 - ], - [ - -0.15856, - 51.524195 - ], - [ - -0.157996, - 51.523868 - ], - [ - -0.157028, - 51.523005 - ], - [ - -0.156984, - 51.522966 - ], - [ - -0.156803, - 51.522835 - ], - [ - -0.156519, - 51.522698 - ], - [ - -0.156071, - 51.522569 - ], - [ - -0.155807, - 51.522515 - ], - [ - -0.155512, - 51.522501 - ], - [ - -0.152393, - 51.523047 - ], - [ - -0.150532, - 51.523143 - ], - [ - -0.148966, - 51.523322 - ], - [ - -0.145933, - 51.523848 - ], - [ - -0.145521, - 51.523901 - ], - [ - -0.144955, - 51.52391 - ], - [ - -0.143934, - 51.523838 - ], - [ - -0.143921, - 51.523837 - ], - [ - -0.143406, - 51.523856 - ], - [ - -0.142908, - 51.523911 - ], - [ - -0.139386, - 51.524643 - ], - [ - -0.136795, - 51.525329 - ], - [ - -0.136115, - 51.525543 - ], - [ - -0.135863, - 51.525604 - ], - [ - -0.135534, - 51.525684 - ], - [ - -0.131281, - 51.527151 - ], - [ - -0.129743, - 51.527704 - ], - [ - -0.126584, - 51.528939 - ], - [ - -0.125825, - 51.529332 - ], - [ - -0.124682, - 51.529773 - ], - [ - -0.123701, - 51.530178 - ], - [ - -0.123701, - 51.530178 - ], - [ - -0.123445, - 51.530373 - ], - [ - -0.122944, - 51.530605 - ], - [ - -0.122353, - 51.530641 - ], - [ - -0.12161, - 51.53066 - ], - [ - -0.121235, - 51.53064 - ], - [ - -0.121015, - 51.530614 - ], - [ - -0.120533, - 51.530517 - ], - [ - -0.119751, - 51.530331 - ], - [ - -0.11901, - 51.530098 - ], - [ - -0.118823, - 51.530014 - ], - [ - -0.116127, - 51.528482 - ], - [ - -0.113493, - 51.526872 - ], - [ - -0.112677, - 51.52626 - ], - [ - -0.111469, - 51.525557 - ], - [ - -0.110634, - 51.525038 - ], - [ - -0.108462, - 51.523598 - ], - [ - -0.107871, - 51.523257 - ], - [ - -0.107084, - 51.522698 - ], - [ - -0.106658, - 51.522446 - ], - [ - -0.106537, - 51.522331 - ], - [ - -0.1063, - 51.522018 - ], - [ - -0.105598, - 51.521217 - ], - [ - -0.10531, - 51.520939 - ], - [ - -0.104955, - 51.520478 - ], - [ - -0.10491, - 51.52042 - ], - [ - -0.10455, - 51.520124 - ], - [ - -0.104349, - 51.520006 - ], - [ - -0.10399, - 51.519846 - ], - [ - -0.103753, - 51.519772 - ], - [ - -0.103203, - 51.519653 - ], - [ - -0.102815, - 51.519609 - ], - [ - -0.102366, - 51.519613 - ], - [ - -0.101987, - 51.519656 - ], - [ - -0.101511, - 51.519759 - ], - [ - -0.10076, - 51.519978 - ], - [ - -0.100127, - 51.520095 - ], - [ - -0.099545, - 51.520144 - ], - [ - -0.097718, - 51.520215 - ], - [ - -0.097627, - 51.520218 - ], - [ - -0.09725, - 51.5202 - ], - [ - -0.096773, - 51.520138 - ], - [ - -0.090565, - 51.518617 - ], - [ - -0.0887, - 51.518193 - ], - [ - -0.088465, - 51.518155 - ], - [ - -0.083872, - 51.517427 - ], - [ - -0.083213, - 51.5173 - ], - [ - -0.082696, - 51.517221 - ], - [ - -0.08182, - 51.517087 - ], - [ - -0.080904, - 51.516905 - ], - [ - -0.079209, - 51.516374 - ], - [ - -0.078699, - 51.516181 - ], - [ - -0.077182, - 51.515338 - ], - [ - -0.076481, - 51.51492 - ], - [ - -0.076123, - 51.514642 - ], - [ - -0.076038, - 51.514516 - ], - [ - -0.076, - 51.514403 - ], - [ - -0.075812, - 51.514201 - ] - ] - }, - "properties": { - "line": "Metropolitan", - "name": "Metropolitan", - "color": "#751056", - "order": 8 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -0.607512, - 51.674065 - ], - [ - -0.603162, - 51.673421 - ], - [ - -0.599471, - 51.673142 - ], - [ - -0.595011, - 51.673042 - ], - [ - -0.591524, - 51.672907 - ], - [ - -0.589077, - 51.672834 - ], - [ - -0.586569, - 51.672669 - ], - [ - -0.581394, - 51.671897 - ], - [ - -0.572634, - 51.670199 - ], - [ - -0.567765, - 51.669341 - ], - [ - -0.560552, - 51.66799 - ], - [ - -0.559284, - 51.667753 - ], - [ - -0.556055, - 51.667183 - ], - [ - -0.554612, - 51.666979 - ], - [ - -0.55228, - 51.666864 - ], - [ - -0.548864, - 51.667002 - ], - [ - -0.545804, - 51.667167 - ], - [ - -0.542149, - 51.666904 - ], - [ - -0.539956, - 51.666473 - ], - [ - -0.537561, - 51.665739 - ], - [ - -0.535698, - 51.665072 - ], - [ - -0.533828, - 51.664121 - ], - [ - -0.523682, - 51.657503 - ], - [ - -0.518391, - 51.654203 - ], - [ - -0.518356, - 51.654181 - ], - [ - -0.516805, - 51.653366 - ], - [ - -0.515544, - 51.652786 - ], - [ - -0.513343, - 51.651969 - ], - [ - -0.511675, - 51.651507 - ], - [ - -0.5115, - 51.651422 - ], - [ - -0.510207, - 51.651082 - ], - [ - -0.507266, - 51.650557 - ], - [ - -0.501, - 51.649507 - ], - [ - -0.497034, - 51.648907 - ], - [ - -0.493904, - 51.648525 - ], - [ - -0.49251, - 51.648309 - ], - [ - -0.490291, - 51.647863 - ], - [ - -0.488475, - 51.647396 - ], - [ - -0.487483, - 51.647096 - ], - [ - -0.486816, - 51.646869 - ], - [ - -0.485567, - 51.646395 - ], - [ - -0.48491, - 51.646106 - ], - [ - -0.484192, - 51.645759 - ], - [ - -0.482864, - 51.645019 - ], - [ - -0.478761, - 51.642405 - ], - [ - -0.476855, - 51.641237 - ], - [ - -0.476008, - 51.640805 - ], - [ - -0.475057, - 51.640469 - ], - [ - -0.474239, - 51.640272 - ], - [ - -0.473737, - 51.640203 - ], - [ - -0.473583, - 51.640181 - ], - [ - -0.472662, - 51.640143 - ], - [ - -0.472015, - 51.640169 - ], - [ - -0.47129, - 51.640243 - ], - [ - -0.46928, - 51.640641 - ], - [ - -0.466086, - 51.641233 - ], - [ - -0.464597, - 51.641423 - ], - [ - -0.463643, - 51.641468 - ], - [ - -0.462882, - 51.641459 - ], - [ - -0.460873, - 51.641295 - ], - [ - -0.452608, - 51.640106 - ], - [ - -0.451498, - 51.639972 - ], - [ - -0.450459, - 51.639791 - ], - [ - -0.449832, - 51.63964 - ], - [ - -0.44849, - 51.639277 - ], - [ - -0.446516, - 51.638795 - ], - [ - -0.444715, - 51.638312 - ], - [ - -0.443408, - 51.637906 - ], - [ - -0.442253, - 51.637522 - ], - [ - -0.440982, - 51.637019 - ], - [ - -0.440399, - 51.636768 - ], - [ - -0.439508, - 51.636343 - ], - [ - -0.438275, - 51.635656 - ], - [ - -0.437136, - 51.63495 - ], - [ - -0.436386, - 51.63442 - ], - [ - -0.435715, - 51.6339 - ], - [ - -0.435194, - 51.633463 - ], - [ - -0.434379, - 51.632695 - ], - [ - -0.433886, - 51.632171 - ], - [ - -0.433489, - 51.631671 - ], - [ - -0.433146, - 51.631193 - ], - [ - -0.432265, - 51.629831 - ], - [ - -0.431565, - 51.628751 - ], - [ - -0.430435, - 51.627176 - ], - [ - -0.428725, - 51.624622 - ], - [ - -0.426634, - 51.621441 - ], - [ - -0.426145, - 51.620616 - ], - [ - -0.425852, - 51.620063 - ], - [ - -0.425599, - 51.619484 - ], - [ - -0.425254, - 51.618534 - ], - [ - -0.424985, - 51.617392 - ], - [ - -0.42489, - 51.616349 - ], - [ - -0.424844, - 51.614493 - ], - [ - -0.424787, - 51.613984 - ], - [ - -0.424681, - 51.613425 - ], - [ - -0.424456, - 51.612639 - ], - [ - -0.423884, - 51.611156 - ], - [ - -0.42388, - 51.611146 - ], - [ - -0.423571, - 51.61043 - ], - [ - -0.423178, - 51.609675 - ], - [ - -0.422518, - 51.608645 - ], - [ - -0.42204, - 51.608011 - ], - [ - -0.421483, - 51.607374 - ], - [ - -0.420837, - 51.606749 - ], - [ - -0.420536, - 51.606489 - ], - [ - -0.419626, - 51.605789 - ], - [ - -0.418799, - 51.605212 - ], - [ - -0.417747, - 51.604528 - ], - [ - -0.417104, - 51.604139 - ], - [ - -0.415898, - 51.603505 - ], - [ - -0.414579, - 51.60288 - ], - [ - -0.412594, - 51.601998 - ], - [ - -0.411853, - 51.601639 - ], - [ - -0.40929, - 51.600503 - ], - [ - -0.406734, - 51.599369 - ], - [ - -0.405771, - 51.598961 - ], - [ - -0.404677, - 51.598543 - ], - [ - -0.403439, - 51.598147 - ], - [ - -0.402066, - 51.597753 - ], - [ - -0.401437, - 51.597594 - ], - [ - -0.40023, - 51.597324 - ], - [ - -0.399752, - 51.597237 - ], - [ - -0.396307, - 51.596691 - ], - [ - -0.390216, - 51.59579 - ], - [ - -0.389306, - 51.595631 - ], - [ - -0.38836, - 51.595435 - ], - [ - -0.387324, - 51.595194 - ], - [ - -0.386367, - 51.594927 - ], - [ - -0.385594, - 51.594683 - ], - [ - -0.384223, - 51.594172 - ], - [ - -0.382353, - 51.593379 - ], - [ - -0.380995, - 51.592791 - ], - [ - -0.372034, - 51.588911 - ], - [ - -0.364346, - 51.585608 - ], - [ - -0.36226, - 51.584789 - ], - [ - -0.36226, - 51.584789 - ], - [ - -0.355942, - 51.582602 - ], - [ - -0.354544, - 51.582088 - ], - [ - -0.352948, - 51.581533 - ], - [ - -0.352245, - 51.581307 - ], - [ - -0.35091, - 51.58095 - ], - [ - -0.349928, - 51.580725 - ], - [ - -0.348456, - 51.580423 - ], - [ - -0.347945, - 51.580331 - ], - [ - -0.346457, - 51.580132 - ], - [ - -0.344951, - 51.579982 - ], - [ - -0.34385, - 51.579915 - ], - [ - -0.340696, - 51.579794 - ], - [ - -0.339204, - 51.579817 - ], - [ - -0.338822, - 51.579802 - ], - [ - -0.338193, - 51.57973 - ], - [ - -0.337558, - 51.579595 - ], - [ - -0.336948, - 51.579423 - ], - [ - -0.334511, - 51.578738 - ], - [ - -0.334178, - 51.578664 - ], - [ - -0.333647, - 51.578577 - ], - [ - -0.333164, - 51.57853 - ], - [ - -0.332126, - 51.578502 - ], - [ - -0.326821, - 51.578621 - ], - [ - -0.323753, - 51.578667 - ], - [ - -0.321196, - 51.578641 - ], - [ - -0.319664, - 51.578598 - ], - [ - -0.318706, - 51.578553 - ], - [ - -0.318219, - 51.578519 - ], - [ - -0.317777, - 51.578488 - ], - [ - -0.317309, - 51.578426 - ], - [ - -0.315844, - 51.578193 - ], - [ - -0.314354, - 51.577931 - ], - [ - -0.313468, - 51.577768 - ], - [ - -0.312513, - 51.577564 - ], - [ - -0.311436, - 51.577313 - ], - [ - -0.310424, - 51.57705 - ], - [ - -0.309275, - 51.576724 - ], - [ - -0.30768, - 51.576208 - ], - [ - -0.298725, - 51.573168 - ], - [ - -0.296132, - 51.5724 - ], - [ - -0.295207, - 51.572095 - ], - [ - -0.295144, - 51.572074 - ], - [ - -0.294147, - 51.571724 - ], - [ - -0.292753, - 51.571194 - ], - [ - -0.291136, - 51.570511 - ], - [ - -0.29009, - 51.570017 - ], - [ - -0.288369, - 51.569147 - ], - [ - -0.287664, - 51.568713 - ], - [ - -0.287168, - 51.568367 - ], - [ - -0.286778, - 51.568047 - ], - [ - -0.284868, - 51.566296 - ], - [ - -0.28422, - 51.565797 - ], - [ - -0.283672, - 51.56544 - ], - [ - -0.283043, - 51.565065 - ], - [ - -0.282239, - 51.564646 - ], - [ - -0.281617, - 51.564365 - ], - [ - -0.280634, - 51.563975 - ], - [ - -0.279086, - 51.563448 - ], - [ - -0.27821, - 51.56315 - ], - [ - -0.277691, - 51.563003 - ], - [ - -0.277078, - 51.56284 - ], - [ - -0.274079, - 51.562243 - ], - [ - -0.273272, - 51.562036 - ], - [ - -0.272405, - 51.561776 - ], - [ - -0.271384, - 51.561408 - ], - [ - -0.26911, - 51.560536 - ], - [ - -0.266863, - 51.559617 - ], - [ - -0.263422, - 51.558171 - ], - [ - -0.261238, - 51.557309 - ], - [ - -0.259145, - 51.556602 - ], - [ - -0.257028, - 51.555966 - ], - [ - -0.254117, - 51.555166 - ], - [ - -0.253251, - 51.554946 - ], - [ - -0.250373, - 51.554276 - ], - [ - -0.247262, - 51.553408 - ], - [ - -0.245504, - 51.553009 - ], - [ - -0.244185, - 51.552775 - ], - [ - -0.239229, - 51.55208 - ], - [ - -0.2355, - 51.551431 - ], - [ - -0.233002, - 51.55103 - ], - [ - -0.227678, - 51.550196 - ], - [ - -0.225863, - 51.549951 - ], - [ - -0.221855, - 51.549329 - ], - [ - -0.218046, - 51.548694 - ], - [ - -0.214619, - 51.548175 - ], - [ - -0.211204, - 51.547625 - ], - [ - -0.208465, - 51.547224 - ], - [ - -0.207115, - 51.547114 - ], - [ - -0.204383, - 51.546984 - ], - [ - -0.202856, - 51.546854 - ], - [ - -0.201601, - 51.546706 - ], - [ - -0.200508, - 51.546649 - ], - [ - -0.198662, - 51.546518 - ], - [ - -0.19632, - 51.546424 - ], - [ - -0.195029, - 51.546486 - ], - [ - -0.190798, - 51.546857 - ], - [ - -0.187059, - 51.547085 - ], - [ - -0.186287, - 51.547152 - ], - [ - -0.183187, - 51.547515 - ], - [ - -0.182614, - 51.547545 - ], - [ - -0.182186, - 51.547544 - ], - [ - -0.181801, - 51.547522 - ], - [ - -0.18159, - 51.5475 - ], - [ - -0.180884, - 51.547377 - ], - [ - -0.180371, - 51.547223 - ], - [ - -0.180255, - 51.547189 - ], - [ - -0.180008, - 51.547085 - ], - [ - -0.179244, - 51.546533 - ], - [ - -0.178758, - 51.54603 - ], - [ - -0.178413, - 51.54574 - ], - [ - -0.178187, - 51.545607 - ], - [ - -0.176412, - 51.544939 - ], - [ - -0.176202, - 51.544833 - ], - [ - -0.175796, - 51.544542 - ], - [ - -0.175665, - 51.544403 - ], - [ - -0.175427, - 51.54406 - ], - [ - -0.17525, - 51.543435 - ], - [ - -0.175175, - 51.542813 - ], - [ - -0.175259, - 51.541158 - ], - [ - -0.175618, - 51.539008 - ], - [ - -0.175873, - 51.537944 - ], - [ - -0.17596, - 51.53695 - ], - [ - -0.175937, - 51.536643 - ], - [ - -0.175876, - 51.536339 - ], - [ - -0.175715, - 51.53582 - ], - [ - -0.175606, - 51.535615 - ], - [ - -0.175242, - 51.535171 - ], - [ - -0.173372, - 51.533602 - ], - [ - -0.167999, - 51.529202 - ], - [ - -0.167573, - 51.528892 - ], - [ - -0.166649, - 51.528332 - ], - [ - -0.165452, - 51.527733 - ], - [ - -0.164724, - 51.527416 - ], - [ - -0.15856, - 51.524195 - ], - [ - -0.157996, - 51.523868 - ], - [ - -0.157028, - 51.523005 - ], - [ - -0.156984, - 51.522966 - ], - [ - -0.156803, - 51.522835 - ], - [ - -0.156519, - 51.522698 - ], - [ - -0.156071, - 51.522569 - ], - [ - -0.155807, - 51.522515 - ], - [ - -0.155512, - 51.522501 - ], - [ - -0.152393, - 51.523047 - ], - [ - -0.150532, - 51.523143 - ], - [ - -0.148966, - 51.523322 - ], - [ - -0.145933, - 51.523848 - ], - [ - -0.145521, - 51.523901 - ], - [ - -0.144955, - 51.52391 - ], - [ - -0.143934, - 51.523838 - ], - [ - -0.143921, - 51.523837 - ], - [ - -0.143406, - 51.523856 - ], - [ - -0.142908, - 51.523911 - ], - [ - -0.139386, - 51.524643 - ], - [ - -0.136795, - 51.525329 - ], - [ - -0.136115, - 51.525543 - ], - [ - -0.135863, - 51.525604 - ], - [ - -0.135534, - 51.525684 - ], - [ - -0.131281, - 51.527151 - ], - [ - -0.129743, - 51.527704 - ], - [ - -0.126584, - 51.528939 - ], - [ - -0.125825, - 51.529332 - ], - [ - -0.124682, - 51.529773 - ], - [ - -0.123701, - 51.530178 - ], - [ - -0.123701, - 51.530178 - ], - [ - -0.123445, - 51.530373 - ], - [ - -0.122944, - 51.530605 - ], - [ - -0.122353, - 51.530641 - ], - [ - -0.12161, - 51.53066 - ], - [ - -0.121235, - 51.53064 - ], - [ - -0.121015, - 51.530614 - ], - [ - -0.120533, - 51.530517 - ], - [ - -0.119751, - 51.530331 - ], - [ - -0.11901, - 51.530098 - ], - [ - -0.118823, - 51.530014 - ], - [ - -0.116127, - 51.528482 - ], - [ - -0.113493, - 51.526872 - ], - [ - -0.112677, - 51.52626 - ], - [ - -0.111469, - 51.525557 - ], - [ - -0.110634, - 51.525038 - ], - [ - -0.108462, - 51.523598 - ], - [ - -0.107871, - 51.523257 - ], - [ - -0.107084, - 51.522698 - ], - [ - -0.106658, - 51.522446 - ], - [ - -0.106537, - 51.522331 - ], - [ - -0.1063, - 51.522018 - ], - [ - -0.105598, - 51.521217 - ], - [ - -0.10531, - 51.520939 - ], - [ - -0.104955, - 51.520478 - ], - [ - -0.10491, - 51.52042 - ], - [ - -0.10455, - 51.520124 - ], - [ - -0.104349, - 51.520006 - ], - [ - -0.10399, - 51.519846 - ], - [ - -0.103753, - 51.519772 - ], - [ - -0.103203, - 51.519653 - ], - [ - -0.102815, - 51.519609 - ], - [ - -0.102366, - 51.519613 - ], - [ - -0.101987, - 51.519656 - ], - [ - -0.101511, - 51.519759 - ], - [ - -0.10076, - 51.519978 - ], - [ - -0.100127, - 51.520095 - ], - [ - -0.099545, - 51.520144 - ], - [ - -0.097718, - 51.520215 - ], - [ - -0.097627, - 51.520218 - ], - [ - -0.09725, - 51.5202 - ], - [ - -0.096773, - 51.520138 - ], - [ - -0.090565, - 51.518617 - ], - [ - -0.0887, - 51.518193 - ], - [ - -0.088465, - 51.518155 - ], - [ - -0.083872, - 51.517427 - ], - [ - -0.083213, - 51.5173 - ], - [ - -0.082696, - 51.517221 - ], - [ - -0.08182, - 51.517087 - ], - [ - -0.080904, - 51.516905 - ], - [ - -0.079209, - 51.516374 - ], - [ - -0.078699, - 51.516181 - ], - [ - -0.077182, - 51.515338 - ], - [ - -0.076481, - 51.51492 - ], - [ - -0.076123, - 51.514642 - ], - [ - -0.076038, - 51.514516 - ], - [ - -0.076, - 51.514403 - ], - [ - -0.075812, - 51.514201 - ] - ] - }, - "properties": { - "line": "Metropolitan", - "name": "Metropolitan", - "color": "#751056", - "order": 8 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -0.003375, - 51.540892 - ], - [ - -0.001681, - 51.538871 - ], - [ - -0.001488, - 51.538606 - ], - [ - -0.001127, - 51.538268 - ], - [ - -0.000338, - 51.537699 - ], - [ - 0.0001, - 51.53733 - ], - [ - 0.000468, - 51.536984 - ], - [ - 0.000608, - 51.536812 - ], - [ - 0.00149, - 51.535575 - ], - [ - 0.001754, - 51.535168 - ], - [ - 0.001906, - 51.534905 - ], - [ - 0.002394, - 51.533856 - ], - [ - 0.002615, - 51.533499 - ], - [ - 0.003625, - 51.532271 - ], - [ - 0.00404, - 51.5316 - ], - [ - 0.004202, - 51.531235 - ], - [ - 0.004274, - 51.530891 - ], - [ - 0.004277, - 51.530602 - ], - [ - 0.004055, - 51.529676 - ], - [ - 0.004109, - 51.529207 - ], - [ - 0.004368, - 51.528478 - ], - [ - 0.00442, - 51.528144 - ], - [ - 0.004426, - 51.52811 - ], - [ - 0.00452, - 51.52553 - ], - [ - 0.004287, - 51.522852 - ], - [ - 0.004143, - 51.521952 - ], - [ - 0.004098, - 51.521362 - ], - [ - 0.004248, - 51.519953 - ], - [ - 0.004418, - 51.519178 - ], - [ - 0.00465, - 51.518472 - ], - [ - 0.004753, - 51.518191 - ], - [ - 0.005158, - 51.51735 - ], - [ - 0.005628, - 51.516629 - ], - [ - 0.006296, - 51.515757 - ], - [ - 0.007033, - 51.515035 - ], - [ - 0.008019, - 51.514181 - ], - [ - 0.008103, - 51.514109 - ], - [ - 0.008716, - 51.513509 - ], - [ - 0.009137, - 51.51304 - ], - [ - 0.0095, - 51.512504 - ], - [ - 0.010129, - 51.511314 - ], - [ - 0.011046, - 51.509909 - ], - [ - 0.011282, - 51.509508 - ], - [ - 0.011534, - 51.508971 - ], - [ - 0.011627, - 51.508668 - ], - [ - 0.011647, - 51.508194 - ], - [ - 0.011626, - 51.50741 - ], - [ - 0.011416, - 51.506658 - ], - [ - 0.010995, - 51.505705 - ], - [ - 0.010558, - 51.504908 - ], - [ - 0.009592, - 51.503601 - ], - [ - 0.008487, - 51.502527 - ], - [ - 0.007581, - 51.50191 - ], - [ - 0.006932, - 51.501561 - ], - [ - 0.003885, - 51.500094 - ], - [ - 0.003734, - 51.500041 - ], - [ - 0.002883, - 51.499744 - ], - [ - 0.002495, - 51.499629 - ], - [ - 0.002078, - 51.499559 - ], - [ - 0.000977, - 51.499499 - ], - [ - 0.000414, - 51.499515 - ], - [ - -0.000928, - 51.499615 - ], - [ - -0.002503, - 51.499876 - ], - [ - -0.004933, - 51.500389 - ], - [ - -0.006454, - 51.500852 - ], - [ - -0.007988, - 51.501414 - ], - [ - -0.009369, - 51.501993 - ], - [ - -0.01032, - 51.5023 - ], - [ - -0.01116, - 51.502524 - ], - [ - -0.011762, - 51.502635 - ], - [ - -0.018612, - 51.503541 - ], - [ - -0.019499, - 51.503632 - ], - [ - -0.024384, - 51.504134 - ], - [ - -0.026029, - 51.504329 - ], - [ - -0.027626, - 51.504355 - ], - [ - -0.029033, - 51.50415 - ], - [ - -0.03046, - 51.503703 - ], - [ - -0.031682, - 51.503121 - ], - [ - -0.032518, - 51.502424 - ], - [ - -0.033013, - 51.502203 - ], - [ - -0.038162, - 51.500659 - ], - [ - -0.044646, - 51.498456 - ], - [ - -0.0474, - 51.497987 - ], - [ - -0.049704, - 51.498 - ], - [ - -0.050208, - 51.498002 - ], - [ - -0.05515, - 51.497923 - ], - [ - -0.063313, - 51.497756 - ], - [ - -0.063617, - 51.497737 - ], - [ - -0.063738, - 51.49773 - ], - [ - -0.065708, - 51.497459 - ], - [ - -0.066831, - 51.497405 - ], - [ - -0.069825, - 51.497875 - ], - [ - -0.072276, - 51.49817 - ], - [ - -0.073409, - 51.498569 - ], - [ - -0.075543, - 51.499703 - ], - [ - -0.077496, - 51.500834 - ], - [ - -0.079757, - 51.502203 - ], - [ - -0.081482, - 51.503096 - ], - [ - -0.083337, - 51.504116 - ], - [ - -0.084268, - 51.50449 - ], - [ - -0.08564, - 51.504887 - ], - [ - -0.086191, - 51.504975 - ], - [ - -0.086653, - 51.504999 - ], - [ - -0.086931, - 51.505001 - ], - [ - -0.089635, - 51.50502 - ], - [ - -0.09008, - 51.504974 - ], - [ - -0.090634, - 51.504874 - ], - [ - -0.092822, - 51.504236 - ], - [ - -0.093841, - 51.504068 - ], - [ - -0.098381, - 51.503887 - ], - [ - -0.105075, - 51.504079 - ], - [ - -0.105811, - 51.5041 - ], - [ - -0.107227, - 51.504075 - ], - [ - -0.109283, - 51.503925 - ], - [ - -0.111291, - 51.503654 - ], - [ - -0.113622, - 51.503205 - ], - [ - -0.114228, - 51.503088 - ], - [ - -0.116739, - 51.502462 - ], - [ - -0.119954, - 51.501629 - ], - [ - -0.120827, - 51.501434 - ], - [ - -0.121966, - 51.501219 - ], - [ - -0.123652, - 51.500987 - ], - [ - -0.124601, - 51.500901 - ], - [ - -0.124796, - 51.500892 - ], - [ - -0.125248, - 51.500872 - ], - [ - -0.126406, - 51.500881 - ], - [ - -0.127155, - 51.50095 - ], - [ - -0.128034, - 51.501092 - ], - [ - -0.129335, - 51.501392 - ], - [ - -0.130289, - 51.501738 - ], - [ - -0.131374, - 51.502226 - ], - [ - -0.132202, - 51.50271 - ], - [ - -0.132806, - 51.503216 - ], - [ - -0.133877, - 51.504311 - ], - [ - -0.134579, - 51.504885 - ], - [ - -0.135268, - 51.505288 - ], - [ - -0.135998, - 51.505582 - ], - [ - -0.136472, - 51.505729 - ], - [ - -0.136927, - 51.505823 - ], - [ - -0.137365, - 51.505903 - ], - [ - -0.138376, - 51.506047 - ], - [ - -0.142519, - 51.506476 - ], - [ - -0.143033, - 51.506546 - ], - [ - -0.143119, - 51.506557 - ], - [ - -0.144381, - 51.506561 - ], - [ - -0.14516, - 51.506535 - ], - [ - -0.145668, - 51.506547 - ], - [ - -0.146148, - 51.506625 - ], - [ - -0.146477, - 51.506744 - ], - [ - -0.146854, - 51.506915 - ], - [ - -0.147418, - 51.507306 - ], - [ - -0.147767, - 51.507612 - ], - [ - -0.147993, - 51.507903 - ], - [ - -0.148353, - 51.508513 - ], - [ - -0.148553, - 51.508946 - ], - [ - -0.148838, - 51.50965 - ], - [ - -0.149043, - 51.510661 - ], - [ - -0.149084, - 51.511388 - ], - [ - -0.149009, - 51.514092 - ], - [ - -0.148994, - 51.514287 - ], - [ - -0.148963, - 51.51467 - ], - [ - -0.148829, - 51.515357 - ], - [ - -0.148413, - 51.516259 - ], - [ - -0.147714, - 51.517184 - ], - [ - -0.14719, - 51.517803 - ], - [ - -0.146825, - 51.518485 - ], - [ - -0.146599, - 51.519163 - ], - [ - -0.146425, - 51.520482 - ], - [ - -0.146444, - 51.521156 - ], - [ - -0.146492, - 51.5215 - ], - [ - -0.146653, - 51.522177 - ], - [ - -0.146771, - 51.522456 - ], - [ - -0.146936, - 51.522712 - ], - [ - -0.147156, - 51.522957 - ], - [ - -0.147552, - 51.523308 - ], - [ - -0.148053, - 51.523658 - ], - [ - -0.148385, - 51.523834 - ], - [ - -0.148798, - 51.524015 - ], - [ - -0.149173, - 51.52408 - ], - [ - -0.149836, - 51.524096 - ], - [ - -0.151399, - 51.523818 - ], - [ - -0.152381, - 51.523564 - ], - [ - -0.152789, - 51.523415 - ], - [ - -0.153324, - 51.523253 - ], - [ - -0.154413, - 51.522854 - ], - [ - -0.155512, - 51.522501 - ], - [ - -0.156847, - 51.522456 - ], - [ - -0.15688, - 51.522455 - ], - [ - -0.159375, - 51.522795 - ], - [ - -0.160327, - 51.522808 - ], - [ - -0.161143, - 51.522747 - ], - [ - -0.161573, - 51.522684 - ], - [ - -0.162095, - 51.52264 - ], - [ - -0.162886, - 51.522658 - ], - [ - -0.16326, - 51.522691 - ], - [ - -0.163685, - 51.522765 - ], - [ - -0.164073, - 51.522868 - ], - [ - -0.164576, - 51.523064 - ], - [ - -0.164857, - 51.523234 - ], - [ - -0.165175, - 51.523488 - ], - [ - -0.165846, - 51.524127 - ], - [ - -0.166222, - 51.524543 - ], - [ - -0.166811, - 51.525359 - ], - [ - -0.167281, - 51.526169 - ], - [ - -0.167588, - 51.526885 - ], - [ - -0.167731, - 51.527282 - ], - [ - -0.168124, - 51.528588 - ], - [ - -0.168413, - 51.529146 - ], - [ - -0.168676, - 51.529559 - ], - [ - -0.168929, - 51.529822 - ], - [ - -0.169294, - 51.530123 - ], - [ - -0.170867, - 51.531339 - ], - [ - -0.173393, - 51.533381 - ], - [ - -0.173707, - 51.533709 - ], - [ - -0.173856, - 51.533945 - ], - [ - -0.174003, - 51.534344 - ], - [ - -0.174026, - 51.534571 - ], - [ - -0.174052, - 51.534831 - ], - [ - -0.174102, - 51.537431 - ], - [ - -0.174056, - 51.538412 - ], - [ - -0.173576, - 51.541152 - ], - [ - -0.173544, - 51.541493 - ], - [ - -0.173563, - 51.54172 - ], - [ - -0.173634, - 51.542016 - ], - [ - -0.173742, - 51.542248 - ], - [ - -0.174035, - 51.542647 - ], - [ - -0.174663, - 51.543336 - ], - [ - -0.174663, - 51.543336 - ], - [ - -0.175301, - 51.544093 - ], - [ - -0.175652, - 51.544456 - ], - [ - -0.176049, - 51.544736 - ], - [ - -0.176412, - 51.544939 - ], - [ - -0.177892, - 51.545488 - ], - [ - -0.178312, - 51.545676 - ], - [ - -0.178758, - 51.54603 - ], - [ - -0.1791, - 51.546395 - ], - [ - -0.179405, - 51.546663 - ], - [ - -0.180008, - 51.547085 - ], - [ - -0.180255, - 51.547189 - ], - [ - -0.180255, - 51.547189 - ], - [ - -0.180884, - 51.547377 - ], - [ - -0.18159, - 51.5475 - ], - [ - -0.182186, - 51.547544 - ], - [ - -0.182721, - 51.547543 - ], - [ - -0.183187, - 51.547515 - ], - [ - -0.186287, - 51.547152 - ], - [ - -0.187059, - 51.547085 - ], - [ - -0.190775, - 51.546858 - ], - [ - -0.190798, - 51.546857 - ], - [ - -0.195029, - 51.546486 - ], - [ - -0.19632, - 51.546424 - ], - [ - -0.198662, - 51.546518 - ], - [ - -0.200508, - 51.546649 - ], - [ - -0.201601, - 51.546706 - ], - [ - -0.202856, - 51.546854 - ], - [ - -0.204383, - 51.546984 - ], - [ - -0.204619, - 51.546995 - ], - [ - -0.207115, - 51.547114 - ], - [ - -0.208465, - 51.547224 - ], - [ - -0.211204, - 51.547625 - ], - [ - -0.214619, - 51.548175 - ], - [ - -0.218046, - 51.548694 - ], - [ - -0.221855, - 51.549329 - ], - [ - -0.22237, - 51.549409 - ], - [ - -0.225863, - 51.549951 - ], - [ - -0.227678, - 51.550196 - ], - [ - -0.233002, - 51.55103 - ], - [ - -0.2355, - 51.551431 - ], - [ - -0.238756, - 51.551997 - ], - [ - -0.239229, - 51.55208 - ], - [ - -0.243508, - 51.552676 - ], - [ - -0.244843, - 51.552882 - ], - [ - -0.246148, - 51.553146 - ], - [ - -0.247262, - 51.553408 - ], - [ - -0.249696, - 51.554087 - ], - [ - -0.250373, - 51.554276 - ], - [ - -0.253251, - 51.554946 - ], - [ - -0.254117, - 51.555166 - ], - [ - -0.257028, - 51.555966 - ], - [ - -0.259145, - 51.556602 - ], - [ - -0.261238, - 51.557309 - ], - [ - -0.263422, - 51.558171 - ], - [ - -0.266863, - 51.559617 - ], - [ - -0.26911, - 51.560536 - ], - [ - -0.271384, - 51.561408 - ], - [ - -0.272405, - 51.561776 - ], - [ - -0.273272, - 51.562036 - ], - [ - -0.274079, - 51.562243 - ], - [ - -0.277078, - 51.56284 - ], - [ - -0.277691, - 51.563003 - ], - [ - -0.27821, - 51.56315 - ], - [ - -0.279086, - 51.563448 - ], - [ - -0.280634, - 51.563975 - ], - [ - -0.281617, - 51.564365 - ], - [ - -0.282239, - 51.564646 - ], - [ - -0.283043, - 51.565065 - ], - [ - -0.284, - 51.565645 - ], - [ - -0.284868, - 51.566296 - ], - [ - -0.286778, - 51.568047 - ], - [ - -0.287168, - 51.568367 - ], - [ - -0.287919, - 51.56888 - ], - [ - -0.288382, - 51.569237 - ], - [ - -0.288786, - 51.569668 - ], - [ - -0.289537, - 51.570651 - ], - [ - -0.290188, - 51.571646 - ], - [ - -0.290402, - 51.572131 - ], - [ - -0.290454, - 51.572362 - ], - [ - -0.290475, - 51.572642 - ], - [ - -0.290442, - 51.572987 - ], - [ - -0.290281, - 51.57347 - ], - [ - -0.29004, - 51.57385 - ], - [ - -0.289741, - 51.574177 - ], - [ - -0.289398, - 51.574447 - ], - [ - -0.289139, - 51.574613 - ], - [ - -0.288571, - 51.574922 - ], - [ - -0.283351, - 51.577554 - ], - [ - -0.28236, - 51.57808 - ], - [ - -0.28176, - 51.57848 - ], - [ - -0.281187, - 51.578938 - ], - [ - -0.280898, - 51.579205 - ], - [ - -0.280423, - 51.579753 - ], - [ - -0.280153, - 51.580136 - ], - [ - -0.279895, - 51.580602 - ], - [ - -0.279693, - 51.581107 - ], - [ - -0.278745, - 51.584265 - ], - [ - -0.278395, - 51.585432 - ], - [ - -0.2783, - 51.586237 - ], - [ - -0.278445, - 51.586994 - ], - [ - -0.278678, - 51.587739 - ], - [ - -0.278836, - 51.58816 - ], - [ - -0.279053, - 51.58857 - ], - [ - -0.279572, - 51.58926 - ], - [ - -0.281901, - 51.591738 - ], - [ - -0.282591, - 51.592341 - ], - [ - -0.283388, - 51.592877 - ], - [ - -0.284401, - 51.593401 - ], - [ - -0.286189, - 51.594173 - ], - [ - -0.288133, - 51.595011 - ], - [ - -0.288849, - 51.595372 - ], - [ - -0.289669, - 51.5959 - ], - [ - -0.290108, - 51.596244 - ], - [ - -0.29051, - 51.596635 - ], - [ - -0.290971, - 51.597151 - ], - [ - -0.291234, - 51.597507 - ], - [ - -0.291479, - 51.59793 - ], - [ - -0.291838, - 51.598807 - ], - [ - -0.292989, - 51.602426 - ], - [ - -0.294734, - 51.60775 - ], - [ - -0.294987, - 51.608523 - ], - [ - -0.295297, - 51.609252 - ], - [ - -0.295593, - 51.60978 - ], - [ - -0.295968, - 51.610329 - ], - [ - -0.300248, - 51.615894 - ], - [ - -0.301858, - 51.617964 - ], - [ - -0.302475, - 51.618682 - ], - [ - -0.302643, - 51.618903 - ] - ] - }, - "properties": { - "line": "Jubilee", - "name": "Jubilee", - "color": "#868F98", - "order": 7 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 0.081196, - 51.539517 - ], - [ - 0.078939, - 51.540657 - ], - [ - 0.077788, - 51.541171 - ], - [ - 0.076482, - 51.541803 - ], - [ - 0.074725, - 51.542547 - ], - [ - 0.073603, - 51.542936 - ], - [ - 0.072557, - 51.543205 - ], - [ - 0.069987, - 51.543678 - ], - [ - 0.068925, - 51.543947 - ], - [ - 0.068188, - 51.544109 - ], - [ - 0.06699, - 51.544429 - ], - [ - 0.066339, - 51.544567 - ], - [ - 0.065737, - 51.544651 - ], - [ - 0.065021, - 51.544692 - ], - [ - 0.064358, - 51.544671 - ], - [ - 0.063569, - 51.544583 - ], - [ - 0.062688, - 51.544401 - ], - [ - 0.06223, - 51.544262 - ], - [ - 0.061834, - 51.544118 - ], - [ - 0.061444, - 51.543948 - ], - [ - 0.060928, - 51.543684 - ], - [ - 0.060257, - 51.543166 - ], - [ - 0.059489, - 51.542414 - ], - [ - 0.059157, - 51.542126 - ], - [ - 0.058511, - 51.541706 - ], - [ - 0.057968, - 51.541435 - ], - [ - 0.056684, - 51.540842 - ], - [ - 0.055524, - 51.540375 - ], - [ - 0.054505, - 51.540019 - ], - [ - 0.053323, - 51.539636 - ], - [ - 0.052011, - 51.539243 - ], - [ - 0.051374, - 51.539084 - ], - [ - 0.050159, - 51.538781 - ], - [ - 0.045229, - 51.537689 - ], - [ - 0.036701, - 51.535718 - ], - [ - 0.035183, - 51.535399 - ], - [ - 0.035085, - 51.535378 - ], - [ - 0.032587, - 51.534804 - ], - [ - 0.031123, - 51.534444 - ], - [ - 0.024891, - 51.533027 - ], - [ - 0.018528, - 51.531551 - ], - [ - 0.017718, - 51.531403 - ], - [ - 0.017634, - 51.531388 - ], - [ - 0.016571, - 51.531157 - ], - [ - 0.015138, - 51.530794 - ], - [ - 0.013802, - 51.530484 - ], - [ - 0.011576, - 51.529999 - ], - [ - 0.007501, - 51.529077 - ], - [ - 0.00493, - 51.528477 - ], - [ - 0.00493, - 51.528477 - ], - [ - 0.003577, - 51.528111 - ], - [ - 0.001871, - 51.527687 - ], - [ - -0.004799, - 51.526136 - ], - [ - -0.006144, - 51.525842 - ], - [ - -0.008101, - 51.525341 - ], - [ - -0.008818, - 51.525178 - ], - [ - -0.00975, - 51.524988 - ], - [ - -0.011585, - 51.524737 - ], - [ - -0.011585, - 51.524737 - ], - [ - -0.012424, - 51.524641 - ], - [ - -0.01423, - 51.524479 - ], - [ - -0.014946, - 51.524474 - ], - [ - -0.016196, - 51.524508 - ], - [ - -0.019272, - 51.5246 - ], - [ - -0.019739, - 51.524633 - ], - [ - -0.020222, - 51.524734 - ], - [ - -0.020623, - 51.524891 - ], - [ - -0.023582, - 51.526456 - ], - [ - -0.023991, - 51.526649 - ], - [ - -0.024315, - 51.526755 - ], - [ - -0.02461, - 51.526832 - ], - [ - -0.0248, - 51.526861 - ], - [ - -0.025131, - 51.526912 - ], - [ - -0.025712, - 51.526908 - ], - [ - -0.026527, - 51.5268 - ], - [ - -0.033445, - 51.525356 - ], - [ - -0.033445, - 51.525356 - ], - [ - -0.035338, - 51.524877 - ], - [ - -0.037412, - 51.524101 - ], - [ - -0.038754, - 51.523311 - ], - [ - -0.040956, - 51.522592 - ], - [ - -0.042294, - 51.522335 - ], - [ - -0.044046, - 51.522175 - ], - [ - -0.045445, - 51.521993 - ], - [ - -0.04639, - 51.521788 - ], - [ - -0.046728, - 51.521715 - ], - [ - -0.051392, - 51.520844 - ], - [ - -0.056634, - 51.519924 - ], - [ - -0.057864, - 51.519659 - ], - [ - -0.058193, - 51.519652 - ], - [ - -0.059318, - 51.519792 - ], - [ - -0.059767, - 51.519805 - ], - [ - -0.060055, - 51.519781 - ], - [ - -0.060314, - 51.51976 - ], - [ - -0.060593, - 51.519716 - ], - [ - -0.060984, - 51.519619 - ], - [ - -0.061636, - 51.519443 - ], - [ - -0.062047, - 51.519277 - ], - [ - -0.062589, - 51.518981 - ], - [ - -0.062838, - 51.518813 - ], - [ - -0.063119, - 51.518545 - ], - [ - -0.063372, - 51.518428 - ], - [ - -0.065037, - 51.517919 - ], - [ - -0.067805, - 51.516877 - ], - [ - -0.071877, - 51.515147 - ], - [ - -0.072135, - 51.515059 - ], - [ - -0.073644, - 51.514546 - ], - [ - -0.073918, - 51.51451 - ], - [ - -0.075057, - 51.514509 - ], - [ - -0.075519, - 51.514539 - ], - [ - -0.075869, - 51.514613 - ], - [ - -0.076222, - 51.514766 - ], - [ - -0.076881, - 51.515143 - ], - [ - -0.077182, - 51.515338 - ], - [ - -0.078699, - 51.516181 - ], - [ - -0.079209, - 51.516374 - ], - [ - -0.080904, - 51.516905 - ], - [ - -0.08182, - 51.517087 - ], - [ - -0.082696, - 51.517221 - ], - [ - -0.083213, - 51.5173 - ], - [ - -0.083872, - 51.517427 - ], - [ - -0.088465, - 51.518155 - ], - [ - -0.0887, - 51.518193 - ], - [ - -0.090565, - 51.518617 - ], - [ - -0.096773, - 51.520138 - ], - [ - -0.09725, - 51.5202 - ], - [ - -0.097627, - 51.520218 - ], - [ - -0.097627, - 51.520218 - ], - [ - -0.099545, - 51.520144 - ], - [ - -0.100127, - 51.520095 - ], - [ - -0.10076, - 51.519978 - ], - [ - -0.101511, - 51.519759 - ], - [ - -0.101987, - 51.519656 - ], - [ - -0.102366, - 51.519613 - ], - [ - -0.102815, - 51.519609 - ], - [ - -0.103203, - 51.519653 - ], - [ - -0.103753, - 51.519772 - ], - [ - -0.10399, - 51.519846 - ], - [ - -0.104349, - 51.520006 - ], - [ - -0.10455, - 51.520124 - ], - [ - -0.10491, - 51.52042 - ], - [ - -0.10491, - 51.52042 - ], - [ - -0.10531, - 51.520939 - ], - [ - -0.105598, - 51.521217 - ], - [ - -0.1063, - 51.522018 - ], - [ - -0.106537, - 51.522331 - ], - [ - -0.106658, - 51.522446 - ], - [ - -0.107084, - 51.522698 - ], - [ - -0.107871, - 51.523257 - ], - [ - -0.108462, - 51.523598 - ], - [ - -0.110634, - 51.525038 - ], - [ - -0.111469, - 51.525557 - ], - [ - -0.112677, - 51.52626 - ], - [ - -0.113493, - 51.526872 - ], - [ - -0.116127, - 51.528482 - ], - [ - -0.118823, - 51.530014 - ], - [ - -0.11901, - 51.530098 - ], - [ - -0.119751, - 51.530331 - ], - [ - -0.12079, - 51.530571 - ], - [ - -0.12138, - 51.530655 - ], - [ - -0.122095, - 51.53065 - ], - [ - -0.122944, - 51.530605 - ], - [ - -0.123445, - 51.530373 - ], - [ - -0.123592, - 51.530261 - ], - [ - -0.123701, - 51.530178 - ], - [ - -0.124682, - 51.529773 - ], - [ - -0.125825, - 51.529332 - ], - [ - -0.126584, - 51.528939 - ], - [ - -0.129743, - 51.527704 - ], - [ - -0.131281, - 51.527151 - ], - [ - -0.135534, - 51.525684 - ], - [ - -0.135863, - 51.525604 - ], - [ - -0.136115, - 51.525543 - ], - [ - -0.136795, - 51.525329 - ], - [ - -0.139386, - 51.524643 - ], - [ - -0.142908, - 51.523911 - ], - [ - -0.143406, - 51.523856 - ], - [ - -0.143921, - 51.523837 - ], - [ - -0.143921, - 51.523837 - ], - [ - -0.144955, - 51.52391 - ], - [ - -0.145521, - 51.523901 - ], - [ - -0.145933, - 51.523848 - ], - [ - -0.148966, - 51.523322 - ], - [ - -0.150532, - 51.523143 - ], - [ - -0.152393, - 51.523047 - ], - [ - -0.156563, - 51.522316 - ], - [ - -0.157492, - 51.522153 - ], - [ - -0.163689, - 51.520975 - ], - [ - -0.165003, - 51.520752 - ], - [ - -0.165603, - 51.520601 - ], - [ - -0.167288, - 51.520047 - ], - [ - -0.167652, - 51.519906 - ], - [ - -0.168382, - 51.519623 - ], - [ - -0.17075, - 51.518298 - ], - [ - -0.171232, - 51.518178 - ], - [ - -0.175535, - 51.517464 - ], - [ - -0.175684, - 51.517454 - ], - [ - -0.176079, - 51.517473 - ], - [ - -0.176671, - 51.517629 - ], - [ - -0.176891, - 51.517702 - ], - [ - -0.177273, - 51.517926 - ], - [ - -0.177616, - 51.518171 - ], - [ - -0.177785, - 51.518236 - ], - [ - -0.178062, - 51.518308 - ], - [ - -0.17879, - 51.518498 - ], - [ - -0.179219, - 51.51863 - ], - [ - -0.179533, - 51.518679 - ], - [ - -0.179868, - 51.518688 - ], - [ - -0.181052, - 51.518653 - ], - [ - -0.183819, - 51.518858 - ], - [ - -0.184716, - 51.518882 - ], - [ - -0.185658, - 51.518882 - ], - [ - -0.186877, - 51.518955 - ], - [ - -0.188216, - 51.519078 - ], - [ - -0.190247, - 51.519263 - ], - [ - -0.193524, - 51.519596 - ], - [ - -0.195206, - 51.519676 - ], - [ - -0.195868, - 51.519755 - ], - [ - -0.197529, - 51.520094 - ], - [ - -0.198576, - 51.520325 - ], - [ - -0.200317, - 51.520758 - ], - [ - -0.200906, - 51.520879 - ], - [ - -0.200963, - 51.520891 - ], - [ - -0.201508, - 51.520949 - ], - [ - -0.201871, - 51.520959 - ], - [ - -0.202282, - 51.520947 - ], - [ - -0.202724, - 51.520905 - ], - [ - -0.203208, - 51.520812 - ], - [ - -0.20392, - 51.520594 - ], - [ - -0.204515, - 51.520301 - ], - [ - -0.205138, - 51.519878 - ], - [ - -0.206086, - 51.519117 - ], - [ - -0.206653, - 51.518715 - ], - [ - -0.207367, - 51.518323 - ], - [ - -0.208001, - 51.51804 - ], - [ - -0.208523, - 51.517861 - ], - [ - -0.209327, - 51.517638 - ], - [ - -0.210916, - 51.51728 - ], - [ - -0.211743, - 51.517094 - ], - [ - -0.21236, - 51.516927 - ], - [ - -0.212857, - 51.516752 - ], - [ - -0.213283, - 51.516574 - ], - [ - -0.213859, - 51.516293 - ], - [ - -0.214317, - 51.516036 - ], - [ - -0.214708, - 51.515787 - ], - [ - -0.217742, - 51.513525 - ], - [ - -0.219815, - 51.511979 - ], - [ - -0.220503, - 51.51157 - ], - [ - -0.221105, - 51.511277 - ], - [ - -0.222643, - 51.510644 - ], - [ - -0.223396, - 51.51026 - ], - [ - -0.224147, - 51.509785 - ], - [ - -0.224242, - 51.509725 - ], - [ - -0.224869, - 51.509177 - ], - [ - -0.22517, - 51.50887 - ], - [ - -0.225441, - 51.508528 - ], - [ - -0.225736, - 51.508059 - ], - [ - -0.225952, - 51.50759 - ], - [ - -0.226047, - 51.507295 - ], - [ - -0.226421, - 51.505571 - ], - [ - -0.22673, - 51.504149 - ], - [ - -0.226811, - 51.503531 - ], - [ - -0.226826, - 51.503093 - ], - [ - -0.226794, - 51.502617 - ], - [ - -0.226739, - 51.502276 - ], - [ - -0.226674, - 51.501958 - ], - [ - -0.225083, - 51.494096 - ] - ] - }, - "properties": { - "line": "HammersmithAndCity", - "name": "Hammersmith & City", - "color": "#D799AF", - "order": 6 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 0.1212, - 51.491075 - ], - [ - 0.090744, - 51.490269 - ], - [ - 0.087783, - 51.490442 - ], - [ - 0.084264, - 51.49079 - ], - [ - 0.082676, - 51.491003 - ], - [ - 0.080488, - 51.491137 - ], - [ - 0.079136, - 51.491284 - ], - [ - 0.077527, - 51.491257 - ], - [ - 0.076218, - 51.491177 - ], - [ - 0.074179, - 51.491217 - ], - [ - 0.071779, - 51.491694 - ], - [ - 0.071154, - 51.491818 - ], - [ - 0.06963, - 51.492152 - ], - [ - 0.068214, - 51.492633 - ], - [ - 0.066648, - 51.493582 - ], - [ - 0.065725, - 51.494971 - ], - [ - 0.065382, - 51.49608 - ], - [ - 0.064974, - 51.497109 - ], - [ - 0.063665, - 51.498591 - ], - [ - 0.061626, - 51.49978 - ], - [ - 0.058537, - 51.500381 - ], - [ - 0.053558, - 51.501063 - ], - [ - 0.047228, - 51.501824 - ], - [ - 0.044181, - 51.502572 - ], - [ - 0.042658, - 51.503373 - ], - [ - 0.041478, - 51.504362 - ], - [ - 0.040748, - 51.505657 - ], - [ - 0.039954, - 51.506926 - ], - [ - 0.038903, - 51.507874 - ], - [ - 0.037873, - 51.508649 - ], - [ - 0.036049, - 51.50921 - ], - [ - 0.033946, - 51.509611 - ], - [ - 0.032015, - 51.509864 - ], - [ - 0.028517, - 51.509864 - ], - [ - 0.026349, - 51.50982 - ], - [ - 0.023968, - 51.509771 - ], - [ - 0.020814, - 51.509637 - ], - [ - 0.018089, - 51.50933 - ], - [ - 0.016587, - 51.509116 - ], - [ - 0.014291, - 51.50905 - ], - [ - 0.012596, - 51.50941 - ], - [ - 0.010707, - 51.510038 - ], - [ - 0.009677, - 51.510358 - ], - [ - 0.008261, - 51.510612 - ], - [ - 0.006351, - 51.510625 - ], - [ - 0.004034, - 51.510278 - ], - [ - 0.001674, - 51.509878 - ], - [ - -0.000923, - 51.509357 - ], - [ - -0.007381, - 51.506859 - ], - [ - -0.010321, - 51.505911 - ], - [ - -0.012553, - 51.505671 - ], - [ - -0.01693, - 51.506071 - ], - [ - -0.017484, - 51.50613 - ], - [ - -0.021715, - 51.506579 - ], - [ - -0.024741, - 51.506966 - ], - [ - -0.026393, - 51.507514 - ], - [ - -0.027745, - 51.508369 - ], - [ - -0.030663, - 51.510545 - ], - [ - -0.031993, - 51.511333 - ], - [ - -0.033388, - 51.511814 - ], - [ - -0.035384, - 51.512121 - ], - [ - -0.037487, - 51.512735 - ], - [ - -0.039353, - 51.513697 - ], - [ - -0.040555, - 51.514859 - ], - [ - -0.042078, - 51.516167 - ], - [ - -0.044332, - 51.517369 - ], - [ - -0.049374, - 51.519198 - ], - [ - -0.05167, - 51.519946 - ], - [ - -0.054224, - 51.52032 - ], - [ - -0.059958, - 51.51939 - ], - [ - -0.061407, - 51.519154 - ], - [ - -0.067269, - 51.519845 - ], - [ - -0.071883, - 51.519973 - ], - [ - -0.073192, - 51.519813 - ], - [ - -0.074673, - 51.519545 - ], - [ - -0.076132, - 51.519025 - ], - [ - -0.077801, - 51.518326 - ], - [ - -0.079445, - 51.517535 - ], - [ - -0.080311, - 51.517309 - ], - [ - -0.081767, - 51.517259 - ], - [ - -0.083012, - 51.517452 - ], - [ - -0.08306, - 51.51746 - ], - [ - -0.087968, - 51.5181 - ], - [ - -0.095551, - 51.519906 - ], - [ - -0.096602, - 51.520106 - ], - [ - -0.097589, - 51.520186 - ], - [ - -0.099755, - 51.520234 - ], - [ - -0.101977, - 51.520108 - ], - [ - -0.10332, - 51.519945 - ], - [ - -0.10455, - 51.51987 - ], - [ - -0.10455, - 51.51987 - ], - [ - -0.10696, - 51.519518 - ], - [ - -0.107713, - 51.519456 - ], - [ - -0.10937, - 51.519425 - ], - [ - -0.110378, - 51.519519 - ], - [ - -0.111322, - 51.519706 - ], - [ - -0.112438, - 51.519879 - ], - [ - -0.113811, - 51.520026 - ], - [ - -0.114799, - 51.519999 - ], - [ - -0.116, - 51.519813 - ], - [ - -0.117009, - 51.519545 - ], - [ - -0.117655, - 51.519449 - ], - [ - -0.118308, - 51.519236 - ], - [ - -0.119688, - 51.518684 - ], - [ - -0.121697, - 51.517793 - ], - [ - -0.121935, - 51.517667 - ], - [ - -0.122688, - 51.517391 - ], - [ - -0.125324, - 51.517002 - ], - [ - -0.127157, - 51.516788 - ], - [ - -0.130433, - 51.516261 - ], - [ - -0.130874, - 51.516225 - ], - [ - -0.134726, - 51.51591 - ], - [ - -0.138417, - 51.515546 - ], - [ - -0.140977, - 51.515169 - ], - [ - -0.144379, - 51.514592 - ], - [ - -0.148258, - 51.514278 - ], - [ - -0.149582, - 51.514104 - ], - [ - -0.152475, - 51.513726 - ], - [ - -0.160074, - 51.51156 - ], - [ - -0.161533, - 51.51132 - ], - [ - -0.162907, - 51.51112 - ], - [ - -0.164516, - 51.511066 - ], - [ - -0.166447, - 51.511093 - ], - [ - -0.168056, - 51.51128 - ], - [ - -0.16958, - 51.511654 - ], - [ - -0.171318, - 51.512201 - ], - [ - -0.172691, - 51.512789 - ], - [ - -0.174405, - 51.513977 - ], - [ - -0.177105, - 51.515894 - ], - [ - -0.179338, - 51.517479 - ], - [ - -0.182261, - 51.518744 - ], - [ - -0.18342, - 51.518998 - ], - [ - -0.184493, - 51.519132 - ], - [ - -0.18621, - 51.519118 - ], - [ - -0.189385, - 51.519319 - ], - [ - -0.193655, - 51.519772 - ], - [ - -0.198998, - 51.520961 - ], - [ - -0.202646, - 51.521668 - ], - [ - -0.209599, - 51.523805 - ], - [ - -0.214834, - 51.524819 - ], - [ - -0.217066, - 51.5253 - ], - [ - -0.221958, - 51.525887 - ], - [ - -0.225992, - 51.525994 - ], - [ - -0.22994, - 51.526047 - ], - [ - -0.23303, - 51.525941 - ], - [ - -0.237236, - 51.525513 - ], - [ - -0.241013, - 51.524926 - ], - [ - -0.244961, - 51.524178 - ], - [ - -0.248308, - 51.523377 - ], - [ - -0.254831, - 51.521028 - ], - [ - -0.260239, - 51.518891 - ], - [ - -0.266075, - 51.517182 - ], - [ - -0.272942, - 51.516007 - ], - [ - -0.278521, - 51.515313 - ], - [ - -0.290108, - 51.514992 - ], - [ - -0.300493, - 51.514885 - ], - [ - -0.301208, - 51.514833 - ], - [ - -0.315857, - 51.513764 - ], - [ - -0.328903, - 51.512856 - ], - [ - -0.344181, - 51.510933 - ], - [ - -0.367956, - 51.507621 - ], - [ - -0.377483, - 51.506018 - ], - [ - -0.378581, - 51.505871 - ], - [ - -0.395851, - 51.50356 - ], - [ - -0.401773, - 51.503059 - ], - [ - -0.405046, - 51.502899 - ], - [ - -0.410174, - 51.502732 - ], - [ - -0.42069, - 51.502998 - ], - [ - -0.421783, - 51.503026 - ], - [ - -0.428048, - 51.503547 - ], - [ - -0.432587, - 51.504061 - ], - [ - -0.436975, - 51.504689 - ], - [ - -0.442189, - 51.505631 - ], - [ - -0.446931, - 51.506551 - ], - [ - -0.449899, - 51.507067 - ], - [ - -0.453618, - 51.507786 - ], - [ - -0.460483, - 51.50885 - ], - [ - -0.466382, - 51.50943 - ], - [ - -0.472269, - 51.509607 - ], - [ - -0.482167, - 51.509906 - ], - [ - -0.495074, - 51.509777 - ], - [ - -0.515209, - 51.507841 - ], - [ - -0.536247, - 51.507583 - ], - [ - -0.541889, - 51.507892 - ], - [ - -0.555091, - 51.508616 - ], - [ - -0.578324, - 51.510294 - ], - [ - -0.59146, - 51.512027 - ], - [ - -0.59691, - 51.512746 - ], - [ - -0.619884, - 51.518425 - ], - [ - -0.644924, - 51.523459 - ], - [ - -0.646373, - 51.523517 - ], - [ - -0.670609, - 51.524491 - ], - [ - -0.681339, - 51.523439 - ], - [ - -0.690357, - 51.522555 - ], - [ - -0.712428, - 51.519974 - ], - [ - -0.722453, - 51.518209 - ], - [ - -0.730756, - 51.516747 - ], - [ - -0.749987, - 51.511972 - ], - [ - -0.771413, - 51.505131 - ], - [ - -0.792838, - 51.498161 - ], - [ - -0.814006, - 51.491191 - ], - [ - -0.840723, - 51.482673 - ], - [ - -0.858664, - 51.477252 - ], - [ - -0.86337, - 51.475618 - ], - [ - -0.87725, - 51.470798 - ], - [ - -0.896094, - 51.464732 - ], - [ - -0.916487, - 51.460731 - ], - [ - -0.933525, - 51.459182 - ], - [ - -0.947464, - 51.458149 - ], - [ - -0.956241, - 51.458666 - ], - [ - -0.964501, - 51.458537 - ], - [ - -0.972181, - 51.459257 - ] - ] - }, - "properties": { - "line": "ElizabethLine", - "name": "Elizabeth Line", - "color": "#6950A1", - "order": 5 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 0.121394, - 51.491067 - ], - [ - 0.090744, - 51.490269 - ], - [ - 0.087783, - 51.490442 - ], - [ - 0.084264, - 51.49079 - ], - [ - 0.082676, - 51.491003 - ], - [ - 0.080488, - 51.491137 - ], - [ - 0.079136, - 51.491284 - ], - [ - 0.077527, - 51.491257 - ], - [ - 0.076218, - 51.491177 - ], - [ - 0.074179, - 51.491217 - ], - [ - 0.071779, - 51.491694 - ], - [ - 0.071154, - 51.491818 - ], - [ - 0.06963, - 51.492152 - ], - [ - 0.068214, - 51.492633 - ], - [ - 0.066648, - 51.493582 - ], - [ - 0.065725, - 51.494971 - ], - [ - 0.065382, - 51.49608 - ], - [ - 0.064974, - 51.497109 - ], - [ - 0.063665, - 51.498591 - ], - [ - 0.061626, - 51.49978 - ], - [ - 0.058537, - 51.500381 - ], - [ - 0.053558, - 51.501063 - ], - [ - 0.047228, - 51.501824 - ], - [ - 0.044181, - 51.502572 - ], - [ - 0.042658, - 51.503373 - ], - [ - 0.041478, - 51.504362 - ], - [ - 0.040748, - 51.505657 - ], - [ - 0.039954, - 51.506926 - ], - [ - 0.038903, - 51.507874 - ], - [ - 0.037873, - 51.508649 - ], - [ - 0.036049, - 51.50921 - ], - [ - 0.033928, - 51.509503 - ], - [ - 0.03138, - 51.509759 - ], - [ - 0.028364, - 51.509821 - ], - [ - 0.02635, - 51.509788 - ], - [ - 0.024437, - 51.509756 - ], - [ - 0.020849, - 51.509496 - ], - [ - 0.016383, - 51.509069 - ], - [ - 0.014291, - 51.50905 - ], - [ - 0.012596, - 51.50941 - ], - [ - 0.010707, - 51.510038 - ], - [ - 0.009677, - 51.510358 - ], - [ - 0.008261, - 51.510612 - ], - [ - 0.006351, - 51.510625 - ], - [ - 0.004034, - 51.510278 - ], - [ - 0.002038, - 51.5098 - ], - [ - -0.000668, - 51.509293 - ], - [ - -0.004841, - 51.507629 - ], - [ - -0.008949, - 51.506188 - ], - [ - -0.010938, - 51.50566 - ], - [ - -0.013016, - 51.505765 - ], - [ - -0.016336, - 51.50606 - ], - [ - -0.017468, - 51.506187 - ], - [ - -0.021058, - 51.506593 - ], - [ - -0.022952, - 51.506786 - ], - [ - -0.026308, - 51.507347 - ], - [ - -0.02763, - 51.507974 - ], - [ - -0.029912, - 51.509658 - ], - [ - -0.03226, - 51.51122 - ], - [ - -0.03565, - 51.512072 - ], - [ - -0.038193, - 51.512904 - ], - [ - -0.039465, - 51.513594 - ], - [ - -0.040802, - 51.514751 - ], - [ - -0.043084, - 51.516556 - ], - [ - -0.048104, - 51.518605 - ], - [ - -0.052343, - 51.519904 - ], - [ - -0.054788, - 51.520188 - ], - [ - -0.059344, - 51.519577 - ], - [ - -0.059981, - 51.519447 - ], - [ - -0.061413, - 51.519154 - ], - [ - -0.067307, - 51.519823 - ], - [ - -0.071883, - 51.519973 - ], - [ - -0.073192, - 51.519813 - ], - [ - -0.074673, - 51.519545 - ], - [ - -0.077601, - 51.518391 - ], - [ - -0.079132, - 51.517674 - ], - [ - -0.080135, - 51.517379 - ], - [ - -0.081744, - 51.517269 - ], - [ - -0.083017, - 51.517438 - ], - [ - -0.087294, - 51.518005 - ], - [ - -0.091523, - 51.518924 - ], - [ - -0.095551, - 51.519906 - ], - [ - -0.096602, - 51.520106 - ], - [ - -0.097589, - 51.520186 - ], - [ - -0.099616, - 51.520212 - ], - [ - -0.101528, - 51.52012 - ], - [ - -0.102797, - 51.520028 - ], - [ - -0.104875, - 51.519844 - ], - [ - -0.104875, - 51.519844 - ], - [ - -0.106862, - 51.519568 - ], - [ - -0.108517, - 51.519402 - ], - [ - -0.109584, - 51.519476 - ], - [ - -0.11065, - 51.519605 - ], - [ - -0.111349, - 51.519789 - ], - [ - -0.112655, - 51.520009 - ], - [ - -0.113758, - 51.520028 - ], - [ - -0.114899, - 51.520083 - ], - [ - -0.115377, - 51.520028 - ], - [ - -0.117418, - 51.519513 - ], - [ - -0.119662, - 51.518685 - ], - [ - -0.120784, - 51.518097 - ], - [ - -0.122733, - 51.517398 - ], - [ - -0.125639, - 51.516975 - ], - [ - -0.127294, - 51.516754 - ], - [ - -0.129832, - 51.516349 - ], - [ - -0.130882, - 51.516256 - ], - [ - -0.136232, - 51.515779 - ], - [ - -0.139607, - 51.515393 - ], - [ - -0.144456, - 51.514579 - ], - [ - -0.14832, - 51.514264 - ], - [ - -0.149608, - 51.514137 - ], - [ - -0.150017, - 51.514097 - ], - [ - -0.152444, - 51.513729 - ], - [ - -0.15787, - 51.512239 - ], - [ - -0.159341, - 51.511788 - ], - [ - -0.161088, - 51.511457 - ], - [ - -0.16381, - 51.511099 - ], - [ - -0.165971, - 51.511136 - ], - [ - -0.167626, - 51.511301 - ], - [ - -0.169318, - 51.511651 - ], - [ - -0.171387, - 51.512331 - ], - [ - -0.173631, - 51.513416 - ], - [ - -0.176564, - 51.515559 - ], - [ - -0.177074, - 51.515912 - ], - [ - -0.179378, - 51.517508 - ], - [ - -0.182261, - 51.518744 - ], - [ - -0.18342, - 51.518998 - ], - [ - -0.184493, - 51.519132 - ], - [ - -0.18621, - 51.519118 - ], - [ - -0.189385, - 51.519319 - ], - [ - -0.193655, - 51.519772 - ], - [ - -0.198998, - 51.520961 - ], - [ - -0.202646, - 51.521668 - ], - [ - -0.209599, - 51.523805 - ], - [ - -0.214834, - 51.524819 - ], - [ - -0.217066, - 51.5253 - ], - [ - -0.221958, - 51.525887 - ], - [ - -0.225992, - 51.525994 - ], - [ - -0.22994, - 51.526047 - ], - [ - -0.23303, - 51.525941 - ], - [ - -0.237236, - 51.525513 - ], - [ - -0.241013, - 51.524926 - ], - [ - -0.244961, - 51.524178 - ], - [ - -0.248308, - 51.523377 - ], - [ - -0.254831, - 51.521028 - ], - [ - -0.260239, - 51.518891 - ], - [ - -0.266075, - 51.517182 - ], - [ - -0.26671, - 51.517074 - ], - [ - -0.272942, - 51.516007 - ], - [ - -0.278521, - 51.515313 - ], - [ - -0.290108, - 51.514992 - ], - [ - -0.300493, - 51.514885 - ], - [ - -0.301208, - 51.514833 - ], - [ - -0.315857, - 51.513764 - ], - [ - -0.320126, - 51.513467 - ], - [ - -0.328903, - 51.512856 - ], - [ - -0.338522, - 51.511645 - ], - [ - -0.344181, - 51.510933 - ], - [ - -0.367956, - 51.507621 - ], - [ - -0.377483, - 51.506018 - ], - [ - -0.378581, - 51.505871 - ], - [ - -0.395851, - 51.50356 - ], - [ - -0.401773, - 51.503059 - ], - [ - -0.405046, - 51.502899 - ], - [ - -0.410174, - 51.502732 - ], - [ - -0.42069, - 51.502998 - ], - [ - -0.421783, - 51.503026 - ], - [ - -0.428048, - 51.503547 - ], - [ - -0.432587, - 51.504061 - ], - [ - -0.436975, - 51.504689 - ], - [ - -0.442189, - 51.505631 - ], - [ - -0.443852, - 51.505958 - ], - [ - -0.445129, - 51.505965 - ], - [ - -0.445933, - 51.505878 - ], - [ - -0.446845, - 51.505644 - ], - [ - -0.447543, - 51.505337 - ], - [ - -0.448143, - 51.504896 - ], - [ - -0.448669, - 51.504382 - ], - [ - -0.450203, - 51.502044 - ], - [ - -0.450783, - 51.501002 - ], - [ - -0.451083, - 51.500348 - ], - [ - -0.451394, - 51.499567 - ], - [ - -0.451663, - 51.498197 - ], - [ - -0.451738, - 51.497008 - ], - [ - -0.451384, - 51.493522 - ], - [ - -0.45059, - 51.487175 - ], - [ - -0.450461, - 51.48596 - ], - [ - -0.450246, - 51.485124 - ], - [ - -0.449324, - 51.482946 - ], - [ - -0.447789, - 51.479572 - ], - [ - -0.447489, - 51.478704 - ], - [ - -0.447435, - 51.477975 - ], - [ - -0.447543, - 51.477046 - ], - [ - -0.447907, - 51.476111 - ], - [ - -0.448798, - 51.475002 - ], - [ - -0.450279, - 51.473886 - ], - [ - -0.453765, - 51.472181 - ], - [ - -0.454183, - 51.472004 - ], - [ - -0.457349, - 51.470658 - ], - [ - -0.460975, - 51.469007 - ], - [ - -0.462295, - 51.468258 - ], - [ - -0.462778, - 51.467844 - ], - [ - -0.463443, - 51.467202 - ], - [ - -0.46384, - 51.466628 - ], - [ - -0.464162, - 51.466046 - ], - [ - -0.464398, - 51.465277 - ], - [ - -0.464483, - 51.464736 - ], - [ - -0.464462, - 51.463974 - ], - [ - -0.464247, - 51.463159 - ], - [ - -0.463818, - 51.462163 - ], - [ - -0.46325, - 51.461274 - ], - [ - -0.462531, - 51.460458 - ], - [ - -0.461619, - 51.459602 - ], - [ - -0.460525, - 51.458834 - ], - [ - -0.458915, - 51.457978 - ], - [ - -0.457134, - 51.45741 - ], - [ - -0.455182, - 51.457122 - ], - [ - -0.453261, - 51.456942 - ], - [ - -0.45008, - 51.456953 - ], - [ - -0.447184, - 51.457717 - ], - [ - -0.446059, - 51.458553 - ] - ] - }, - "properties": { - "line": "ElizabethLine", - "name": "Elizabeth Line", - "color": "#6950A1", - "order": 5 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 0.121394, - 51.491067 - ], - [ - 0.090744, - 51.490269 - ], - [ - 0.087783, - 51.490442 - ], - [ - 0.084264, - 51.49079 - ], - [ - 0.082676, - 51.491003 - ], - [ - 0.080488, - 51.491137 - ], - [ - 0.079136, - 51.491284 - ], - [ - 0.077527, - 51.491257 - ], - [ - 0.076218, - 51.491177 - ], - [ - 0.074179, - 51.491217 - ], - [ - 0.071779, - 51.491694 - ], - [ - 0.071154, - 51.491818 - ], - [ - 0.06963, - 51.492152 - ], - [ - 0.068214, - 51.492633 - ], - [ - 0.066648, - 51.493582 - ], - [ - 0.065725, - 51.494971 - ], - [ - 0.065382, - 51.49608 - ], - [ - 0.064974, - 51.497109 - ], - [ - 0.063665, - 51.498591 - ], - [ - 0.061626, - 51.49978 - ], - [ - 0.058537, - 51.500381 - ], - [ - 0.053558, - 51.501063 - ], - [ - 0.047228, - 51.501824 - ], - [ - 0.044181, - 51.502572 - ], - [ - 0.042658, - 51.503373 - ], - [ - 0.041478, - 51.504362 - ], - [ - 0.040748, - 51.505657 - ], - [ - 0.039954, - 51.506926 - ], - [ - 0.038903, - 51.507874 - ], - [ - 0.037873, - 51.508649 - ], - [ - 0.036049, - 51.50921 - ], - [ - 0.033928, - 51.509503 - ], - [ - 0.03138, - 51.509759 - ], - [ - 0.028364, - 51.509821 - ], - [ - 0.02635, - 51.509788 - ], - [ - 0.024437, - 51.509756 - ], - [ - 0.020849, - 51.509496 - ], - [ - 0.016383, - 51.509069 - ], - [ - 0.014291, - 51.50905 - ], - [ - 0.012596, - 51.50941 - ], - [ - 0.010707, - 51.510038 - ], - [ - 0.009677, - 51.510358 - ], - [ - 0.008261, - 51.510612 - ], - [ - 0.006351, - 51.510625 - ], - [ - 0.004034, - 51.510278 - ], - [ - 0.002038, - 51.5098 - ], - [ - -0.000668, - 51.509293 - ], - [ - -0.004841, - 51.507629 - ], - [ - -0.008949, - 51.506188 - ], - [ - -0.010938, - 51.50566 - ], - [ - -0.013016, - 51.505765 - ], - [ - -0.016336, - 51.50606 - ], - [ - -0.017468, - 51.506187 - ], - [ - -0.021058, - 51.506593 - ], - [ - -0.022952, - 51.506786 - ], - [ - -0.026308, - 51.507347 - ], - [ - -0.02763, - 51.507974 - ], - [ - -0.029912, - 51.509658 - ], - [ - -0.03226, - 51.51122 - ], - [ - -0.03565, - 51.512072 - ], - [ - -0.038193, - 51.512904 - ], - [ - -0.039465, - 51.513594 - ], - [ - -0.040802, - 51.514751 - ], - [ - -0.043084, - 51.516556 - ], - [ - -0.048104, - 51.518605 - ], - [ - -0.052343, - 51.519904 - ], - [ - -0.054788, - 51.520188 - ], - [ - -0.059344, - 51.519577 - ], - [ - -0.059981, - 51.519447 - ], - [ - -0.061413, - 51.519154 - ], - [ - -0.067307, - 51.519823 - ], - [ - -0.071883, - 51.519973 - ], - [ - -0.073192, - 51.519813 - ], - [ - -0.074673, - 51.519545 - ], - [ - -0.077601, - 51.518391 - ], - [ - -0.079132, - 51.517674 - ], - [ - -0.080135, - 51.517379 - ], - [ - -0.081744, - 51.517269 - ], - [ - -0.083017, - 51.517438 - ], - [ - -0.087294, - 51.518005 - ], - [ - -0.091523, - 51.518924 - ], - [ - -0.095551, - 51.519906 - ], - [ - -0.096602, - 51.520106 - ], - [ - -0.097589, - 51.520186 - ], - [ - -0.099616, - 51.520212 - ], - [ - -0.101528, - 51.52012 - ], - [ - -0.102797, - 51.520028 - ], - [ - -0.104875, - 51.519844 - ], - [ - -0.104875, - 51.519844 - ], - [ - -0.106862, - 51.519568 - ], - [ - -0.108517, - 51.519402 - ], - [ - -0.109584, - 51.519476 - ], - [ - -0.11065, - 51.519605 - ], - [ - -0.111349, - 51.519789 - ], - [ - -0.112655, - 51.520009 - ], - [ - -0.113758, - 51.520028 - ], - [ - -0.114899, - 51.520083 - ], - [ - -0.115377, - 51.520028 - ], - [ - -0.117418, - 51.519513 - ], - [ - -0.119662, - 51.518685 - ], - [ - -0.120784, - 51.518097 - ], - [ - -0.122733, - 51.517398 - ], - [ - -0.125639, - 51.516975 - ], - [ - -0.127294, - 51.516754 - ], - [ - -0.129832, - 51.516349 - ], - [ - -0.130882, - 51.516256 - ], - [ - -0.136232, - 51.515779 - ], - [ - -0.139607, - 51.515393 - ], - [ - -0.144456, - 51.514579 - ], - [ - -0.14832, - 51.514264 - ], - [ - -0.149608, - 51.514137 - ], - [ - -0.150017, - 51.514097 - ], - [ - -0.152444, - 51.513729 - ], - [ - -0.15787, - 51.512239 - ], - [ - -0.159341, - 51.511788 - ], - [ - -0.161088, - 51.511457 - ], - [ - -0.16381, - 51.511099 - ], - [ - -0.165971, - 51.511136 - ], - [ - -0.167626, - 51.511301 - ], - [ - -0.169318, - 51.511651 - ], - [ - -0.171387, - 51.512331 - ], - [ - -0.173631, - 51.513416 - ], - [ - -0.176564, - 51.515559 - ], - [ - -0.177074, - 51.515912 - ], - [ - -0.179378, - 51.517508 - ], - [ - -0.182261, - 51.518744 - ], - [ - -0.18342, - 51.518998 - ], - [ - -0.184493, - 51.519132 - ], - [ - -0.18621, - 51.519118 - ], - [ - -0.189385, - 51.519319 - ], - [ - -0.193655, - 51.519772 - ], - [ - -0.198998, - 51.520961 - ], - [ - -0.202646, - 51.521668 - ], - [ - -0.209599, - 51.523805 - ], - [ - -0.214834, - 51.524819 - ], - [ - -0.217066, - 51.5253 - ], - [ - -0.221958, - 51.525887 - ], - [ - -0.225992, - 51.525994 - ], - [ - -0.22994, - 51.526047 - ], - [ - -0.23303, - 51.525941 - ], - [ - -0.237236, - 51.525513 - ], - [ - -0.241013, - 51.524926 - ], - [ - -0.244961, - 51.524178 - ], - [ - -0.248308, - 51.523377 - ], - [ - -0.254831, - 51.521028 - ], - [ - -0.260239, - 51.518891 - ], - [ - -0.266075, - 51.517182 - ], - [ - -0.26671, - 51.517074 - ], - [ - -0.272942, - 51.516007 - ], - [ - -0.278521, - 51.515313 - ], - [ - -0.290108, - 51.514992 - ], - [ - -0.300493, - 51.514885 - ], - [ - -0.301208, - 51.514833 - ], - [ - -0.315857, - 51.513764 - ], - [ - -0.320126, - 51.513467 - ], - [ - -0.328903, - 51.512856 - ], - [ - -0.338522, - 51.511645 - ], - [ - -0.344181, - 51.510933 - ], - [ - -0.367956, - 51.507621 - ], - [ - -0.377483, - 51.506018 - ], - [ - -0.378581, - 51.505871 - ], - [ - -0.395851, - 51.50356 - ], - [ - -0.401773, - 51.503059 - ], - [ - -0.405046, - 51.502899 - ], - [ - -0.410174, - 51.502732 - ], - [ - -0.42069, - 51.502998 - ], - [ - -0.421783, - 51.503026 - ], - [ - -0.428048, - 51.503547 - ], - [ - -0.432587, - 51.504061 - ], - [ - -0.436975, - 51.504689 - ], - [ - -0.442189, - 51.505631 - ], - [ - -0.443852, - 51.505958 - ], - [ - -0.445129, - 51.505965 - ], - [ - -0.445933, - 51.505878 - ], - [ - -0.446845, - 51.505644 - ], - [ - -0.447543, - 51.505337 - ], - [ - -0.448143, - 51.504896 - ], - [ - -0.448669, - 51.504382 - ], - [ - -0.450203, - 51.502044 - ], - [ - -0.450783, - 51.501002 - ], - [ - -0.451083, - 51.500348 - ], - [ - -0.451394, - 51.499567 - ], - [ - -0.451663, - 51.498197 - ], - [ - -0.451738, - 51.497008 - ], - [ - -0.45162, - 51.495773 - ], - [ - -0.451384, - 51.493522 - ], - [ - -0.45059, - 51.487175 - ], - [ - -0.450461, - 51.48596 - ], - [ - -0.450246, - 51.485124 - ], - [ - -0.449324, - 51.482946 - ], - [ - -0.447789, - 51.479572 - ], - [ - -0.447489, - 51.478704 - ], - [ - -0.447435, - 51.477975 - ], - [ - -0.447543, - 51.477046 - ], - [ - -0.447907, - 51.476111 - ], - [ - -0.448798, - 51.475002 - ], - [ - -0.450279, - 51.473886 - ], - [ - -0.453765, - 51.472181 - ], - [ - -0.454183, - 51.472004 - ], - [ - -0.457349, - 51.470658 - ], - [ - -0.460975, - 51.469007 - ], - [ - -0.462684, - 51.468696 - ], - [ - -0.463953, - 51.468549 - ], - [ - -0.465757, - 51.468585 - ], - [ - -0.467707, - 51.468806 - ], - [ - -0.469382, - 51.469045 - ], - [ - -0.470283, - 51.46934 - ], - [ - -0.471884, - 51.469763 - ], - [ - -0.472841, - 51.470094 - ], - [ - -0.474828, - 51.47072 - ], - [ - -0.47711, - 51.47153 - ], - [ - -0.478582, - 51.471898 - ], - [ - -0.479981, - 51.472155 - ], - [ - -0.48241, - 51.472339 - ], - [ - -0.484728, - 51.472266 - ], - [ - -0.487603, - 51.472348 - ], - [ - -0.487666, - 51.472349 - ] - ] - }, - "properties": { - "line": "ElizabethLine", - "name": "Elizabeth Line", - "color": "#6950A1", - "order": 5 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 0.330148, - 51.630751 - ], - [ - 0.330062, - 51.630672 - ], - [ - 0.329075, - 51.629393 - ], - [ - 0.327616, - 51.627422 - ], - [ - 0.326886, - 51.62521 - ], - [ - 0.326371, - 51.623079 - ], - [ - 0.325642, - 51.621294 - ], - [ - 0.32414, - 51.619349 - ], - [ - 0.321651, - 51.617031 - ], - [ - 0.31929, - 51.615778 - ], - [ - 0.315685, - 51.614339 - ], - [ - 0.31251, - 51.613566 - ], - [ - 0.308948, - 51.613247 - ], - [ - 0.305214, - 51.613193 - ], - [ - 0.301609, - 51.613433 - ], - [ - 0.299592, - 51.613627 - ], - [ - 0.298562, - 51.613726 - ], - [ - 0.293627, - 51.613673 - ], - [ - 0.288391, - 51.613193 - ], - [ - 0.283971, - 51.612367 - ], - [ - 0.277061, - 51.609862 - ], - [ - 0.254016, - 51.601013 - ], - [ - 0.234275, - 51.593229 - ], - [ - 0.233125, - 51.592767 - ], - [ - 0.223117, - 51.58875 - ], - [ - 0.210629, - 51.583977 - ], - [ - 0.206041, - 51.581838 - ], - [ - 0.20565, - 51.581657 - ], - [ - 0.195909, - 51.578456 - ], - [ - 0.183193, - 51.574888 - ], - [ - 0.178614, - 51.573602 - ], - [ - 0.171576, - 51.572082 - ], - [ - 0.165825, - 51.571255 - ], - [ - 0.157413, - 51.570428 - ], - [ - 0.151148, - 51.569761 - ], - [ - 0.138702, - 51.568748 - ], - [ - 0.132265, - 51.568374 - ], - [ - 0.128979, - 51.56797 - ], - [ - 0.128145, - 51.567867 - ], - [ - 0.111752, - 51.56568 - ], - [ - 0.110813, - 51.565558 - ], - [ - 0.107632, - 51.565146 - ], - [ - 0.102696, - 51.564399 - ], - [ - 0.097117, - 51.563946 - ], - [ - 0.096754, - 51.563922 - ], - [ - 0.091925, - 51.563599 - ], - [ - 0.088406, - 51.563092 - ], - [ - 0.084114, - 51.562238 - ], - [ - 0.072913, - 51.559811 - ], - [ - 0.06966, - 51.559153 - ], - [ - 0.067763, - 51.55877 - ], - [ - 0.064931, - 51.558103 - ], - [ - 0.062227, - 51.557356 - ], - [ - 0.055017, - 51.554821 - ], - [ - 0.049181, - 51.553113 - ], - [ - 0.046341, - 51.552477 - ], - [ - 0.042272, - 51.551566 - ], - [ - 0.03901, - 51.551165 - ], - [ - 0.033603, - 51.550845 - ], - [ - 0.030599, - 51.550552 - ], - [ - 0.024332, - 51.549478 - ], - [ - 0.023432, - 51.549324 - ], - [ - 0.020299, - 51.54871 - ], - [ - 0.008883, - 51.546655 - ], - [ - 0.005863, - 51.545995 - ], - [ - 0.00339, - 51.545454 - ], - [ - 0.001631, - 51.54468 - ], - [ - 0.000086, - 51.54404 - ], - [ - -0.003546, - 51.541451 - ], - [ - -0.003734, - 51.541317 - ], - [ - -0.007403, - 51.538808 - ], - [ - -0.013647, - 51.53419 - ], - [ - -0.015385, - 51.533269 - ], - [ - -0.01708, - 51.531988 - ], - [ - -0.018089, - 51.53088 - ], - [ - -0.018668, - 51.529438 - ], - [ - -0.019419, - 51.527236 - ], - [ - -0.020514, - 51.525473 - ], - [ - -0.023024, - 51.523498 - ], - [ - -0.029333, - 51.519599 - ], - [ - -0.032744, - 51.517823 - ], - [ - -0.034676, - 51.517209 - ], - [ - -0.038452, - 51.516648 - ], - [ - -0.040984, - 51.516755 - ], - [ - -0.043087, - 51.517022 - ], - [ - -0.045726, - 51.517836 - ], - [ - -0.049031, - 51.519078 - ], - [ - -0.050726, - 51.519692 - ], - [ - -0.052121, - 51.520066 - ], - [ - -0.053108, - 51.52028 - ], - [ - -0.054674, - 51.52036 - ], - [ - -0.05998, - 51.519444 - ], - [ - -0.0616, - 51.519164 - ], - [ - -0.070938, - 51.519945 - ], - [ - -0.072328, - 51.519884 - ], - [ - -0.073208, - 51.51981 - ], - [ - -0.074069, - 51.519638 - ], - [ - -0.075324, - 51.519281 - ], - [ - -0.077606, - 51.518389 - ], - [ - -0.07883, - 51.517774 - ], - [ - -0.079882, - 51.517423 - ], - [ - -0.08169, - 51.517263 - ], - [ - -0.083019, - 51.517433 - ], - [ - -0.085695, - 51.517774 - ], - [ - -0.088893, - 51.518321 - ], - [ - -0.095512, - 51.519902 - ], - [ - -0.097075, - 51.520173 - ], - [ - -0.098577, - 51.520213 - ], - [ - -0.100735, - 51.520179 - ], - [ - -0.103952, - 51.519927 - ], - [ - -0.104869, - 51.519816 - ], - [ - -0.108337, - 51.519398 - ], - [ - -0.109629, - 51.519496 - ], - [ - -0.112686, - 51.520019 - ], - [ - -0.11487, - 51.52008 - ], - [ - -0.115393, - 51.520013 - ], - [ - -0.1161, - 51.519853 - ], - [ - -0.11722, - 51.519545 - ], - [ - -0.118518, - 51.519109 - ], - [ - -0.119422, - 51.518776 - ], - [ - -0.120228, - 51.518377 - ], - [ - -0.122147, - 51.517608 - ], - [ - -0.122719, - 51.517399 - ], - [ - -0.125321, - 51.517029 - ], - [ - -0.128384, - 51.516562 - ], - [ - -0.130008, - 51.516341 - ], - [ - -0.130883, - 51.516263 - ], - [ - -0.13528, - 51.515873 - ], - [ - -0.140367, - 51.515264 - ], - [ - -0.14423, - 51.514612 - ], - [ - -0.146758, - 51.514397 - ], - [ - -0.149596, - 51.514101 - ], - [ - -0.150836, - 51.513972 - ], - [ - -0.152473, - 51.513726 - ], - [ - -0.156532, - 51.512594 - ], - [ - -0.159307, - 51.511789 - ], - [ - -0.160248, - 51.51161 - ], - [ - -0.162013, - 51.511327 - ], - [ - -0.163065, - 51.51118 - ], - [ - -0.164092, - 51.5111 - ], - [ - -0.165993, - 51.511149 - ], - [ - -0.167389, - 51.511266 - ], - [ - -0.168663, - 51.511493 - ], - [ - -0.169801, - 51.511782 - ], - [ - -0.170662, - 51.51209 - ], - [ - -0.172015, - 51.512631 - ], - [ - -0.173805, - 51.513542 - ], - [ - -0.177107, - 51.515892 - ], - [ - -0.179378, - 51.517508 - ], - [ - -0.182261, - 51.518744 - ], - [ - -0.18342, - 51.518998 - ], - [ - -0.184493, - 51.519132 - ], - [ - -0.18621, - 51.519118 - ], - [ - -0.189385, - 51.519319 - ], - [ - -0.193655, - 51.519772 - ], - [ - -0.198998, - 51.520961 - ], - [ - -0.202646, - 51.521668 - ], - [ - -0.209599, - 51.523805 - ], - [ - -0.214834, - 51.524819 - ], - [ - -0.217066, - 51.5253 - ], - [ - -0.221958, - 51.525887 - ], - [ - -0.225992, - 51.525994 - ], - [ - -0.22994, - 51.526047 - ], - [ - -0.23303, - 51.525941 - ], - [ - -0.237236, - 51.525513 - ], - [ - -0.241013, - 51.524926 - ], - [ - -0.244961, - 51.524178 - ], - [ - -0.248308, - 51.523377 - ], - [ - -0.254831, - 51.521028 - ], - [ - -0.260239, - 51.518891 - ], - [ - -0.266075, - 51.517182 - ], - [ - -0.272942, - 51.516007 - ], - [ - -0.278521, - 51.515313 - ], - [ - -0.290108, - 51.514992 - ], - [ - -0.300493, - 51.514885 - ], - [ - -0.301208, - 51.514833 - ], - [ - -0.315857, - 51.513764 - ], - [ - -0.320126, - 51.513467 - ], - [ - -0.328903, - 51.512856 - ], - [ - -0.344181, - 51.510933 - ], - [ - -0.367956, - 51.507621 - ], - [ - -0.377483, - 51.506018 - ], - [ - -0.395851, - 51.50356 - ], - [ - -0.401773, - 51.503059 - ], - [ - -0.405046, - 51.502899 - ], - [ - -0.410174, - 51.502732 - ], - [ - -0.42069, - 51.502998 - ], - [ - -0.421783, - 51.503026 - ], - [ - -0.428048, - 51.503547 - ], - [ - -0.432587, - 51.504061 - ], - [ - -0.436975, - 51.504689 - ], - [ - -0.442189, - 51.505631 - ], - [ - -0.443852, - 51.505958 - ], - [ - -0.445129, - 51.505965 - ], - [ - -0.445933, - 51.505878 - ], - [ - -0.446845, - 51.505644 - ], - [ - -0.447543, - 51.505337 - ], - [ - -0.448143, - 51.504896 - ], - [ - -0.448669, - 51.504382 - ], - [ - -0.450203, - 51.502044 - ], - [ - -0.450783, - 51.501002 - ], - [ - -0.451083, - 51.500348 - ], - [ - -0.451394, - 51.499567 - ], - [ - -0.451663, - 51.498197 - ], - [ - -0.451738, - 51.497008 - ], - [ - -0.45162, - 51.495773 - ], - [ - -0.451384, - 51.493522 - ], - [ - -0.45059, - 51.487175 - ], - [ - -0.450461, - 51.48596 - ], - [ - -0.450246, - 51.485124 - ], - [ - -0.449324, - 51.482946 - ], - [ - -0.447789, - 51.479572 - ], - [ - -0.447489, - 51.478704 - ], - [ - -0.447435, - 51.477975 - ], - [ - -0.447543, - 51.477046 - ], - [ - -0.447907, - 51.476111 - ], - [ - -0.448798, - 51.475002 - ], - [ - -0.450279, - 51.473886 - ], - [ - -0.453765, - 51.472181 - ], - [ - -0.454183, - 51.472004 - ], - [ - -0.457349, - 51.470658 - ], - [ - -0.460975, - 51.469007 - ], - [ - -0.462684, - 51.468696 - ], - [ - -0.463953, - 51.468549 - ], - [ - -0.465757, - 51.468585 - ], - [ - -0.467707, - 51.468806 - ], - [ - -0.469382, - 51.469045 - ], - [ - -0.470283, - 51.46934 - ], - [ - -0.471884, - 51.469763 - ], - [ - -0.472841, - 51.470094 - ], - [ - -0.474828, - 51.47072 - ], - [ - -0.47711, - 51.47153 - ], - [ - -0.478582, - 51.471898 - ], - [ - -0.479981, - 51.472155 - ], - [ - -0.48241, - 51.472339 - ], - [ - -0.484728, - 51.472266 - ], - [ - -0.487603, - 51.472348 - ], - [ - -0.487666, - 51.472349 - ] - ] - }, - "properties": { - "line": "ElizabethLine", - "name": "Elizabeth Line", - "color": "#6950A1", - "order": 5 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -0.167656, - 51.519911 - ], - [ - -0.168517, - 51.519549 - ], - [ - -0.169163, - 51.519234 - ], - [ - -0.170775, - 51.518284 - ], - [ - -0.171257, - 51.518028 - ], - [ - -0.171782, - 51.5175 - ], - [ - -0.172244, - 51.5172 - ], - [ - -0.173853, - 51.516299 - ], - [ - -0.174859, - 51.515768 - ], - [ - -0.175462, - 51.515449 - ], - [ - -0.176075, - 51.5151 - ], - [ - -0.177047, - 51.514775 - ], - [ - -0.178902, - 51.513774 - ], - [ - -0.1796, - 51.513438 - ], - [ - -0.180866, - 51.513016 - ], - [ - -0.181742, - 51.512842 - ], - [ - -0.182585, - 51.512717 - ], - [ - -0.183624, - 51.512611 - ], - [ - -0.185371, - 51.512468 - ], - [ - -0.186532, - 51.512392 - ], - [ - -0.187837, - 51.512333 - ], - [ - -0.188054, - 51.512317 - ], - [ - -0.189812, - 51.512191 - ], - [ - -0.191841, - 51.511941 - ], - [ - -0.192934, - 51.51174 - ], - [ - -0.193812, - 51.51154 - ], - [ - -0.194557, - 51.511263 - ], - [ - -0.194846, - 51.511108 - ], - [ - -0.195336, - 51.510761 - ], - [ - -0.195732, - 51.510271 - ], - [ - -0.195912, - 51.509959 - ], - [ - -0.19602, - 51.509607 - ], - [ - -0.196095, - 51.5092 - ], - [ - -0.19609, - 51.509071 - ], - [ - -0.196084, - 51.508939 - ], - [ - -0.196039, - 51.508721 - ], - [ - -0.195339, - 51.506758 - ], - [ - -0.194295, - 51.503994 - ], - [ - -0.193665, - 51.50246 - ], - [ - -0.193223, - 51.501639 - ], - [ - -0.19266, - 51.500941 - ], - [ - -0.192436, - 51.500697 - ], - [ - -0.192304, - 51.500554 - ], - [ - -0.190968, - 51.499262 - ], - [ - -0.189274, - 51.498091 - ], - [ - -0.188355, - 51.497138 - ], - [ - -0.18819, - 51.496785 - ], - [ - -0.188173, - 51.496367 - ], - [ - -0.188332, - 51.495919 - ], - [ - -0.188646, - 51.495543 - ], - [ - -0.189203, - 51.494959 - ], - [ - -0.190088, - 51.494227 - ], - [ - -0.190513, - 51.493825 - ], - [ - -0.193902, - 51.491652 - ], - [ - -0.194168, - 51.491482 - ], - [ - -0.195176, - 51.49086 - ], - [ - -0.196072, - 51.490007 - ], - [ - -0.196342, - 51.489506 - ], - [ - -0.19642, - 51.489192 - ], - [ - -0.196447, - 51.488948 - ], - [ - -0.196436, - 51.488732 - ], - [ - -0.196413, - 51.488474 - ], - [ - -0.196356, - 51.488236 - ], - [ - -0.196194, - 51.487868 - ], - [ - -0.1959, - 51.487394 - ], - [ - -0.195677, - 51.487197 - ], - [ - -0.195488, - 51.48703 - ], - [ - -0.194744, - 51.48659 - ], - [ - -0.194183, - 51.486203 - ], - [ - -0.193464, - 51.485641 - ], - [ - -0.193049, - 51.485262 - ], - [ - -0.191711, - 51.483854 - ], - [ - -0.191583, - 51.483317 - ], - [ - -0.191651, - 51.482973 - ], - [ - -0.191879, - 51.482643 - ], - [ - -0.192157, - 51.482421 - ], - [ - -0.194784, - 51.480609 - ], - [ - -0.194905, - 51.480506 - ], - [ - -0.195281, - 51.480184 - ], - [ - -0.195755, - 51.479625 - ], - [ - -0.195999, - 51.479149 - ], - [ - -0.196213, - 51.478589 - ], - [ - -0.196505, - 51.478059 - ], - [ - -0.196971, - 51.477561 - ], - [ - -0.197489, - 51.477133 - ], - [ - -0.198108, - 51.476769 - ], - [ - -0.199406, - 51.476118 - ], - [ - -0.201338, - 51.475177 - ], - [ - -0.203016, - 51.47436 - ], - [ - -0.204853, - 51.473441 - ], - [ - -0.205268, - 51.473103 - ], - [ - -0.205597, - 51.472721 - ], - [ - -0.205751, - 51.472402 - ], - [ - -0.205971, - 51.471524 - ], - [ - -0.20608, - 51.471285 - ], - [ - -0.206352, - 51.470951 - ], - [ - -0.206769, - 51.470634 - ], - [ - -0.207758, - 51.470129 - ], - [ - -0.208203, - 51.469805 - ], - [ - -0.20846, - 51.469555 - ], - [ - -0.208601, - 51.469322 - ], - [ - -0.208757, - 51.468733 - ], - [ - -0.208907, - 51.467897 - ], - [ - -0.209056, - 51.467063 - ], - [ - -0.21023, - 51.464803 - ], - [ - -0.210383, - 51.464347 - ], - [ - -0.21043, - 51.464036 - ], - [ - -0.210423, - 51.46367 - ], - [ - -0.210194, - 51.462753 - ], - [ - -0.21018, - 51.462259 - ], - [ - -0.210301, - 51.461727 - ], - [ - -0.210724, - 51.46072 - ], - [ - -0.21089, - 51.459529 - ], - [ - -0.211062, - 51.459069 - ], - [ - -0.211189, - 51.458846 - ], - [ - -0.211264, - 51.458714 - ], - [ - -0.212463, - 51.45722 - ], - [ - -0.212583, - 51.456993 - ], - [ - -0.212742, - 51.456388 - ], - [ - -0.212725, - 51.456051 - ], - [ - -0.212654, - 51.45577 - ], - [ - -0.212392, - 51.45527 - ], - [ - -0.212167, - 51.455009 - ], - [ - -0.211623, - 51.454475 - ], - [ - -0.210758, - 51.453703 - ], - [ - -0.209364, - 51.452268 - ], - [ - -0.208093, - 51.450628 - ], - [ - -0.207633, - 51.449746 - ], - [ - -0.207038, - 51.448025 - ], - [ - -0.20683, - 51.447094 - ], - [ - -0.206766, - 51.446515 - ], - [ - -0.206772, - 51.446053 - ], - [ - -0.206643, - 51.444926 - ], - [ - -0.206587, - 51.444438 - ], - [ - -0.206362, - 51.442974 - ], - [ - -0.206205, - 51.442223 - ], - [ - -0.206005, - 51.441553 - ], - [ - -0.205664, - 51.440758 - ], - [ - -0.205325, - 51.440078 - ], - [ - -0.20442, - 51.438746 - ], - [ - -0.20378, - 51.438021 - ], - [ - -0.202965, - 51.437232 - ], - [ - -0.202288, - 51.436685 - ], - [ - -0.201533, - 51.436139 - ], - [ - -0.20069, - 51.435484 - ], - [ - -0.199632, - 51.434459 - ], - [ - -0.199632, - 51.434459 - ], - [ - -0.198837, - 51.43362 - ], - [ - -0.198482, - 51.433082 - ], - [ - -0.198239, - 51.432649 - ], - [ - -0.198066, - 51.43223 - ], - [ - -0.197907, - 51.43148 - ], - [ - -0.197877, - 51.430872 - ], - [ - -0.197963, - 51.430159 - ], - [ - -0.198229, - 51.429329 - ], - [ - -0.198407, - 51.428978 - ], - [ - -0.198805, - 51.42834 - ], - [ - -0.201127, - 51.425286 - ], - [ - -0.201625, - 51.424756 - ], - [ - -0.202655, - 51.423851 - ], - [ - -0.203234, - 51.423479 - ], - [ - -0.203932, - 51.423088 - ], - [ - -0.20486, - 51.42251 - ], - [ - -0.206164, - 51.421636 - ] - ] - }, - "properties": { - "line": "District", - "name": "District", - "color": "#007229", - "order": 4 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -0.167656, - 51.519911 - ], - [ - -0.168517, - 51.519549 - ], - [ - -0.169163, - 51.519234 - ], - [ - -0.170775, - 51.518284 - ], - [ - -0.171257, - 51.518028 - ], - [ - -0.171782, - 51.5175 - ], - [ - -0.172244, - 51.5172 - ], - [ - -0.173853, - 51.516299 - ], - [ - -0.174859, - 51.515768 - ], - [ - -0.175462, - 51.515449 - ], - [ - -0.176075, - 51.5151 - ], - [ - -0.177047, - 51.514775 - ], - [ - -0.178902, - 51.513774 - ], - [ - -0.1796, - 51.513438 - ], - [ - -0.180866, - 51.513016 - ], - [ - -0.181742, - 51.512842 - ], - [ - -0.182585, - 51.512717 - ], - [ - -0.183624, - 51.512611 - ], - [ - -0.185371, - 51.512468 - ], - [ - -0.186532, - 51.512392 - ], - [ - -0.187837, - 51.512333 - ], - [ - -0.188054, - 51.512317 - ], - [ - -0.189812, - 51.512191 - ], - [ - -0.191841, - 51.511941 - ], - [ - -0.192934, - 51.51174 - ], - [ - -0.193812, - 51.51154 - ], - [ - -0.194557, - 51.511263 - ], - [ - -0.194846, - 51.511108 - ], - [ - -0.195336, - 51.510761 - ], - [ - -0.195732, - 51.510271 - ], - [ - -0.195912, - 51.509959 - ], - [ - -0.19602, - 51.509607 - ], - [ - -0.196095, - 51.5092 - ], - [ - -0.19609, - 51.509071 - ], - [ - -0.196084, - 51.508939 - ], - [ - -0.196039, - 51.508721 - ], - [ - -0.195339, - 51.506758 - ], - [ - -0.194295, - 51.503994 - ], - [ - -0.193665, - 51.50246 - ], - [ - -0.193223, - 51.501639 - ], - [ - -0.19266, - 51.500941 - ], - [ - -0.192436, - 51.500697 - ], - [ - -0.192304, - 51.500554 - ], - [ - -0.190968, - 51.499262 - ], - [ - -0.189274, - 51.498091 - ], - [ - -0.188355, - 51.497138 - ], - [ - -0.18819, - 51.496785 - ], - [ - -0.188173, - 51.496367 - ], - [ - -0.188332, - 51.495919 - ], - [ - -0.188646, - 51.495543 - ], - [ - -0.189203, - 51.494959 - ], - [ - -0.190088, - 51.494227 - ], - [ - -0.190513, - 51.493825 - ], - [ - -0.193902, - 51.491652 - ], - [ - -0.194168, - 51.491482 - ], - [ - -0.195176, - 51.49086 - ], - [ - -0.196072, - 51.490007 - ], - [ - -0.196342, - 51.489506 - ], - [ - -0.19642, - 51.489192 - ], - [ - -0.196447, - 51.488948 - ], - [ - -0.196436, - 51.488732 - ], - [ - -0.196413, - 51.488474 - ], - [ - -0.196356, - 51.488236 - ], - [ - -0.196194, - 51.487868 - ], - [ - -0.1959, - 51.487394 - ], - [ - -0.195677, - 51.487197 - ], - [ - -0.195488, - 51.48703 - ], - [ - -0.194744, - 51.48659 - ], - [ - -0.194183, - 51.486203 - ], - [ - -0.193464, - 51.485641 - ], - [ - -0.193049, - 51.485262 - ], - [ - -0.191711, - 51.483854 - ], - [ - -0.191583, - 51.483317 - ], - [ - -0.191651, - 51.482973 - ], - [ - -0.191879, - 51.482643 - ], - [ - -0.192157, - 51.482421 - ], - [ - -0.194784, - 51.480609 - ], - [ - -0.194905, - 51.480506 - ], - [ - -0.195281, - 51.480184 - ], - [ - -0.195755, - 51.479625 - ], - [ - -0.195999, - 51.479149 - ], - [ - -0.196213, - 51.478589 - ], - [ - -0.196505, - 51.478059 - ], - [ - -0.196971, - 51.477561 - ], - [ - -0.197489, - 51.477133 - ], - [ - -0.198108, - 51.476769 - ], - [ - -0.199406, - 51.476118 - ], - [ - -0.201338, - 51.475177 - ], - [ - -0.203016, - 51.47436 - ], - [ - -0.204853, - 51.473441 - ], - [ - -0.205268, - 51.473103 - ], - [ - -0.205597, - 51.472721 - ], - [ - -0.205751, - 51.472402 - ], - [ - -0.205971, - 51.471524 - ], - [ - -0.20608, - 51.471285 - ], - [ - -0.206352, - 51.470951 - ], - [ - -0.206769, - 51.470634 - ], - [ - -0.207758, - 51.470129 - ], - [ - -0.208203, - 51.469805 - ], - [ - -0.20846, - 51.469555 - ], - [ - -0.208601, - 51.469322 - ], - [ - -0.208757, - 51.468733 - ], - [ - -0.208907, - 51.467897 - ], - [ - -0.209056, - 51.467063 - ], - [ - -0.21023, - 51.464803 - ], - [ - -0.210383, - 51.464347 - ], - [ - -0.21043, - 51.464036 - ], - [ - -0.210423, - 51.46367 - ], - [ - -0.210194, - 51.462753 - ], - [ - -0.21018, - 51.462259 - ], - [ - -0.210301, - 51.461727 - ], - [ - -0.210724, - 51.46072 - ], - [ - -0.21089, - 51.459529 - ], - [ - -0.211062, - 51.459069 - ], - [ - -0.211189, - 51.458846 - ], - [ - -0.211264, - 51.458714 - ], - [ - -0.212463, - 51.45722 - ], - [ - -0.212583, - 51.456993 - ], - [ - -0.212742, - 51.456388 - ], - [ - -0.212725, - 51.456051 - ], - [ - -0.212654, - 51.45577 - ], - [ - -0.212392, - 51.45527 - ], - [ - -0.212167, - 51.455009 - ], - [ - -0.211623, - 51.454475 - ], - [ - -0.210758, - 51.453703 - ], - [ - -0.209364, - 51.452268 - ], - [ - -0.208093, - 51.450628 - ], - [ - -0.207633, - 51.449746 - ], - [ - -0.207038, - 51.448025 - ], - [ - -0.20683, - 51.447094 - ], - [ - -0.206766, - 51.446515 - ], - [ - -0.206772, - 51.446053 - ], - [ - -0.206587, - 51.444438 - ], - [ - -0.206362, - 51.442974 - ], - [ - -0.206205, - 51.442223 - ], - [ - -0.206005, - 51.441553 - ], - [ - -0.205664, - 51.440758 - ], - [ - -0.205325, - 51.440078 - ], - [ - -0.20442, - 51.438746 - ], - [ - -0.20378, - 51.438021 - ], - [ - -0.202965, - 51.437232 - ], - [ - -0.202288, - 51.436685 - ], - [ - -0.201533, - 51.436139 - ], - [ - -0.20069, - 51.435484 - ], - [ - -0.199632, - 51.434459 - ], - [ - -0.199632, - 51.434459 - ], - [ - -0.198837, - 51.43362 - ], - [ - -0.198482, - 51.433082 - ], - [ - -0.198239, - 51.432649 - ], - [ - -0.198066, - 51.43223 - ], - [ - -0.197907, - 51.43148 - ], - [ - -0.197877, - 51.430872 - ], - [ - -0.197963, - 51.430159 - ], - [ - -0.198229, - 51.429329 - ], - [ - -0.198407, - 51.428978 - ], - [ - -0.198805, - 51.42834 - ], - [ - -0.201127, - 51.425286 - ], - [ - -0.201625, - 51.424756 - ], - [ - -0.202655, - 51.423851 - ], - [ - -0.203234, - 51.423479 - ], - [ - -0.203932, - 51.423088 - ], - [ - -0.20486, - 51.42251 - ], - [ - -0.206164, - 51.421636 - ] - ] - }, - "properties": { - "line": "District", - "name": "District", - "color": "#007229", - "order": 4 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -0.192436, - 51.500697 - ], - [ - -0.192304, - 51.500554 - ], - [ - -0.190968, - 51.499262 - ], - [ - -0.189274, - 51.498091 - ], - [ - -0.188355, - 51.497138 - ], - [ - -0.18819, - 51.496785 - ], - [ - -0.188173, - 51.496367 - ], - [ - -0.188332, - 51.495919 - ], - [ - -0.188646, - 51.495543 - ], - [ - -0.189203, - 51.494959 - ], - [ - -0.190088, - 51.494227 - ], - [ - -0.190513, - 51.493825 - ], - [ - -0.193902, - 51.491652 - ], - [ - -0.194168, - 51.491482 - ], - [ - -0.195176, - 51.49086 - ], - [ - -0.195892, - 51.490372 - ], - [ - -0.196395, - 51.490151 - ], - [ - -0.196808, - 51.49004 - ], - [ - -0.197289, - 51.489954 - ], - [ - -0.197819, - 51.489906 - ], - [ - -0.198333, - 51.489896 - ], - [ - -0.198887, - 51.489922 - ], - [ - -0.199531, - 51.490025 - ], - [ - -0.20009, - 51.490185 - ], - [ - -0.200831, - 51.490527 - ], - [ - -0.203181, - 51.493141 - ], - [ - -0.203597, - 51.493536 - ], - [ - -0.204231, - 51.494018 - ], - [ - -0.204843, - 51.494402 - ], - [ - -0.205507, - 51.494753 - ], - [ - -0.206587, - 51.495273 - ], - [ - -0.20699, - 51.495499 - ], - [ - -0.207596, - 51.495917 - ], - [ - -0.209593, - 51.497534 - ] - ] - }, - "properties": { - "line": "District", - "name": "District", - "color": "#007229", - "order": 4 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 0.251098, - 51.559061 - ], - [ - 0.249346, - 51.559105 - ], - [ - 0.246795, - 51.559133 - ], - [ - 0.242898, - 51.559255 - ], - [ - 0.241783, - 51.559259 - ], - [ - 0.240696, - 51.559216 - ], - [ - 0.23999, - 51.559168 - ], - [ - 0.238232, - 51.559005 - ], - [ - 0.237365, - 51.558876 - ], - [ - 0.23584, - 51.558603 - ], - [ - 0.235549, - 51.558551 - ], - [ - 0.234872, - 51.558385 - ], - [ - 0.234206, - 51.558192 - ], - [ - 0.233368, - 51.557915 - ], - [ - 0.231091, - 51.557053 - ], - [ - 0.23031, - 51.55678 - ], - [ - 0.22804, - 51.556079 - ], - [ - 0.226182, - 51.555597 - ], - [ - 0.221581, - 51.554595 - ], - [ - 0.218977, - 51.554089 - ], - [ - 0.218542, - 51.554005 - ], - [ - 0.215004, - 51.553241 - ], - [ - 0.203465, - 51.550679 - ], - [ - 0.201775, - 51.550324 - ], - [ - 0.201089, - 51.550209 - ], - [ - 0.19981, - 51.550044 - ], - [ - 0.199124, - 51.549926 - ], - [ - 0.196155, - 51.549411 - ], - [ - 0.194433, - 51.549063 - ], - [ - 0.191293, - 51.548506 - ], - [ - 0.187056, - 51.547792 - ], - [ - 0.169011, - 51.544687 - ], - [ - 0.166565, - 51.544312 - ], - [ - 0.165843, - 51.544191 - ], - [ - 0.16207, - 51.543559 - ], - [ - 0.159535, - 51.54311 - ], - [ - 0.158114, - 51.542805 - ], - [ - 0.155518, - 51.542349 - ], - [ - 0.154171, - 51.542159 - ], - [ - 0.153018, - 51.542022 - ], - [ - 0.151806, - 51.5419 - ], - [ - 0.150739, - 51.541814 - ], - [ - 0.1477, - 51.541672 - ], - [ - 0.1477, - 51.541672 - ], - [ - 0.145176, - 51.54152 - ], - [ - 0.141727, - 51.541225 - ], - [ - 0.140078, - 51.54111 - ], - [ - 0.133681, - 51.540685 - ], - [ - 0.127395, - 51.54032 - ], - [ - 0.126115, - 51.540245 - ], - [ - 0.122788, - 51.539969 - ], - [ - 0.118328, - 51.53967 - ], - [ - 0.105625, - 51.538665 - ], - [ - 0.101556, - 51.53839 - ], - [ - 0.099728, - 51.538267 - ], - [ - 0.096298, - 51.537939 - ], - [ - 0.095786, - 51.537912 - ], - [ - 0.094705, - 51.537919 - ], - [ - 0.0931, - 51.53797 - ], - [ - 0.092186, - 51.537973 - ], - [ - 0.091554, - 51.537937 - ], - [ - 0.088339, - 51.537682 - ], - [ - 0.087566, - 51.53767 - ], - [ - 0.087232, - 51.537682 - ], - [ - 0.086374, - 51.537775 - ], - [ - 0.085456, - 51.537936 - ], - [ - 0.084411, - 51.538171 - ], - [ - 0.083246, - 51.538538 - ], - [ - 0.082756, - 51.538733 - ], - [ - 0.081428, - 51.539408 - ], - [ - 0.079723, - 51.540275 - ], - [ - 0.078939, - 51.540657 - ], - [ - 0.077788, - 51.541171 - ], - [ - 0.076482, - 51.541803 - ], - [ - 0.074725, - 51.542547 - ], - [ - 0.073603, - 51.542936 - ], - [ - 0.072557, - 51.543205 - ], - [ - 0.069987, - 51.543678 - ], - [ - 0.068925, - 51.543947 - ], - [ - 0.068188, - 51.544109 - ], - [ - 0.06699, - 51.544429 - ], - [ - 0.066339, - 51.544567 - ], - [ - 0.065737, - 51.544651 - ], - [ - 0.065021, - 51.544692 - ], - [ - 0.064358, - 51.544671 - ], - [ - 0.063569, - 51.544583 - ], - [ - 0.062688, - 51.544401 - ], - [ - 0.06223, - 51.544262 - ], - [ - 0.061834, - 51.544118 - ], - [ - 0.061444, - 51.543948 - ], - [ - 0.060928, - 51.543684 - ], - [ - 0.060257, - 51.543166 - ], - [ - 0.059489, - 51.542414 - ], - [ - 0.059157, - 51.542126 - ], - [ - 0.058511, - 51.541706 - ], - [ - 0.057968, - 51.541435 - ], - [ - 0.056684, - 51.540842 - ], - [ - 0.055524, - 51.540375 - ], - [ - 0.054505, - 51.540019 - ], - [ - 0.053323, - 51.539636 - ], - [ - 0.052011, - 51.539243 - ], - [ - 0.051374, - 51.539084 - ], - [ - 0.050159, - 51.538781 - ], - [ - 0.045229, - 51.537689 - ], - [ - 0.036701, - 51.535718 - ], - [ - 0.035183, - 51.535399 - ], - [ - 0.035085, - 51.535378 - ], - [ - 0.032587, - 51.534804 - ], - [ - 0.031123, - 51.534444 - ], - [ - 0.024891, - 51.533027 - ], - [ - 0.018528, - 51.531551 - ], - [ - 0.017718, - 51.531403 - ], - [ - 0.017634, - 51.531388 - ], - [ - 0.016571, - 51.531157 - ], - [ - 0.015138, - 51.530794 - ], - [ - 0.013802, - 51.530484 - ], - [ - 0.011576, - 51.529999 - ], - [ - 0.007501, - 51.529077 - ], - [ - 0.00493, - 51.528477 - ], - [ - 0.00493, - 51.528477 - ], - [ - 0.003214, - 51.528018 - ], - [ - 0.001087, - 51.527501 - ], - [ - -0.004799, - 51.526136 - ], - [ - -0.006144, - 51.525842 - ], - [ - -0.00842, - 51.525265 - ], - [ - -0.00975, - 51.524988 - ], - [ - -0.011585, - 51.524737 - ], - [ - -0.011585, - 51.524737 - ], - [ - -0.012424, - 51.524641 - ], - [ - -0.01423, - 51.524479 - ], - [ - -0.014946, - 51.524474 - ], - [ - -0.016196, - 51.524508 - ], - [ - -0.019272, - 51.5246 - ], - [ - -0.019739, - 51.524633 - ], - [ - -0.020222, - 51.524734 - ], - [ - -0.020623, - 51.524891 - ], - [ - -0.021876, - 51.525568 - ], - [ - -0.023582, - 51.526456 - ], - [ - -0.023991, - 51.526649 - ], - [ - -0.024315, - 51.526755 - ], - [ - -0.024789, - 51.526861 - ], - [ - -0.024842, - 51.526873 - ], - [ - -0.025131, - 51.526912 - ], - [ - -0.025712, - 51.526908 - ], - [ - -0.026527, - 51.5268 - ], - [ - -0.033445, - 51.525356 - ], - [ - -0.033445, - 51.525356 - ], - [ - -0.035338, - 51.524877 - ], - [ - -0.037412, - 51.524101 - ], - [ - -0.038754, - 51.523311 - ], - [ - -0.040956, - 51.522592 - ], - [ - -0.042294, - 51.522335 - ], - [ - -0.044046, - 51.522175 - ], - [ - -0.045445, - 51.521993 - ], - [ - -0.04639, - 51.521788 - ], - [ - -0.046728, - 51.521715 - ], - [ - -0.051392, - 51.520844 - ], - [ - -0.056634, - 51.519924 - ], - [ - -0.057864, - 51.519659 - ], - [ - -0.058193, - 51.519652 - ], - [ - -0.058875, - 51.519744 - ], - [ - -0.059523, - 51.519806 - ], - [ - -0.060015, - 51.519789 - ], - [ - -0.060028, - 51.519788 - ], - [ - -0.060593, - 51.519716 - ], - [ - -0.061636, - 51.519443 - ], - [ - -0.062047, - 51.519277 - ], - [ - -0.062589, - 51.518981 - ], - [ - -0.062838, - 51.518813 - ], - [ - -0.063119, - 51.518545 - ], - [ - -0.063372, - 51.518428 - ], - [ - -0.065037, - 51.517919 - ], - [ - -0.067805, - 51.516877 - ], - [ - -0.071877, - 51.515147 - ], - [ - -0.072135, - 51.515059 - ], - [ - -0.073647, - 51.514546 - ], - [ - -0.074535, - 51.514264 - ], - [ - -0.07491, - 51.514102 - ], - [ - -0.075143, - 51.513904 - ], - [ - -0.075318, - 51.513663 - ], - [ - -0.075404, - 51.513474 - ], - [ - -0.075579, - 51.512857 - ], - [ - -0.075582, - 51.512374 - ], - [ - -0.075305, - 51.51111 - ], - [ - -0.075461, - 51.510697 - ], - [ - -0.076014, - 51.510134 - ], - [ - -0.076232, - 51.509994 - ], - [ - -0.076232, - 51.509994 - ], - [ - -0.076511, - 51.509893 - ], - [ - -0.076637, - 51.509872 - ], - [ - -0.07775, - 51.509812 - ], - [ - -0.077918, - 51.509777 - ], - [ - -0.078315, - 51.509614 - ], - [ - -0.078459, - 51.509585 - ], - [ - -0.079634, - 51.509646 - ], - [ - -0.080347, - 51.509657 - ], - [ - -0.080452, - 51.509678 - ], - [ - -0.082688, - 51.510446 - ], - [ - -0.083154, - 51.510558 - ], - [ - -0.083836, - 51.51063 - ], - [ - -0.08432, - 51.510633 - ], - [ - -0.085172, - 51.510581 - ], - [ - -0.085733, - 51.5106 - ], - [ - -0.086103, - 51.510651 - ], - [ - -0.086474, - 51.510732 - ], - [ - -0.086677, - 51.510777 - ], - [ - -0.086986, - 51.51092 - ], - [ - -0.08721, - 51.51099 - ], - [ - -0.08921, - 51.511376 - ], - [ - -0.089636, - 51.511409 - ], - [ - -0.090072, - 51.511398 - ], - [ - -0.090323, - 51.511391 - ], - [ - -0.09074, - 51.51142 - ], - [ - -0.092122, - 51.511664 - ], - [ - -0.093754, - 51.51191 - ], - [ - -0.094202, - 51.511945 - ], - [ - -0.094576, - 51.511974 - ], - [ - -0.096267, - 51.511856 - ], - [ - -0.097312, - 51.511841 - ], - [ - -0.098324, - 51.511882 - ], - [ - -0.101462, - 51.512074 - ], - [ - -0.10192, - 51.512068 - ], - [ - -0.10255, - 51.511946 - ], - [ - -0.103776, - 51.511597 - ], - [ - -0.104327, - 51.511439 - ], - [ - -0.105099, - 51.511268 - ], - [ - -0.105405, - 51.511231 - ], - [ - -0.106959, - 51.511209 - ], - [ - -0.110963, - 51.511202 - ], - [ - -0.112412, - 51.511165 - ], - [ - -0.113294, - 51.511111 - ], - [ - -0.113746, - 51.511062 - ], - [ - -0.114771, - 51.510917 - ], - [ - -0.114813, - 51.510911 - ], - [ - -0.11565, - 51.51075 - ], - [ - -0.11639, - 51.510549 - ], - [ - -0.118538, - 51.509893 - ], - [ - -0.118998, - 51.509728 - ], - [ - -0.120054, - 51.509183 - ], - [ - -0.120878, - 51.508638 - ], - [ - -0.121308, - 51.508398 - ], - [ - -0.121497, - 51.508252 - ], - [ - -0.12187, - 51.507835 - ], - [ - -0.122109, - 51.50762 - ], - [ - -0.122393, - 51.507252 - ], - [ - -0.122577, - 51.507014 - ], - [ - -0.122854, - 51.506394 - ], - [ - -0.123316, - 51.504856 - ], - [ - -0.123944, - 51.502549 - ], - [ - -0.124076, - 51.502186 - ], - [ - -0.12422, - 51.501947 - ], - [ - -0.124432, - 51.501734 - ], - [ - -0.124736, - 51.501501 - ], - [ - -0.125113, - 51.501278 - ], - [ - -0.125227, - 51.501211 - ], - [ - -0.125956, - 51.500878 - ], - [ - -0.127643, - 51.500167 - ], - [ - -0.12791, - 51.500064 - ], - [ - -0.128444, - 51.499921 - ], - [ - -0.129032, - 51.499823 - ], - [ - -0.129689, - 51.499766 - ], - [ - -0.130311, - 51.499749 - ], - [ - -0.132116, - 51.499769 - ], - [ - -0.132743, - 51.499734 - ], - [ - -0.133327, - 51.499652 - ], - [ - -0.133368, - 51.499646 - ], - [ - -0.134338, - 51.499413 - ], - [ - -0.135346, - 51.49904 - ], - [ - -0.137312, - 51.498049 - ], - [ - -0.137982, - 51.497748 - ], - [ - -0.138709, - 51.497516 - ], - [ - -0.139331, - 51.497368 - ], - [ - -0.14022, - 51.49709 - ], - [ - -0.140954, - 51.496819 - ], - [ - -0.141521, - 51.496673 - ], - [ - -0.142996, - 51.496387 - ], - [ - -0.14323, - 51.496358 - ], - [ - -0.143744, - 51.496334 - ], - [ - -0.143845, - 51.496334 - ], - [ - -0.144727, - 51.49634 - ], - [ - -0.145167, - 51.496285 - ], - [ - -0.145602, - 51.496173 - ], - [ - -0.145799, - 51.496104 - ], - [ - -0.146156, - 51.495933 - ], - [ - -0.146338, - 51.495815 - ], - [ - -0.146493, - 51.495671 - ], - [ - -0.147271, - 51.494756 - ], - [ - -0.148389, - 51.493346 - ], - [ - -0.1487, - 51.493069 - ], - [ - -0.149128, - 51.492832 - ], - [ - -0.149361, - 51.492742 - ], - [ - -0.150929, - 51.492202 - ], - [ - -0.151659, - 51.492023 - ], - [ - -0.152267, - 51.491959 - ], - [ - -0.154001, - 51.491882 - ], - [ - -0.154408, - 51.491907 - ], - [ - -0.155307, - 51.492052 - ], - [ - -0.156037, - 51.492193 - ], - [ - -0.156452, - 51.492329 - ], - [ - -0.159622, - 51.493367 - ], - [ - -0.161356, - 51.493634 - ], - [ - -0.170653, - 51.494033 - ], - [ - -0.17217, - 51.494013 - ], - [ - -0.173915, - 51.494077 - ], - [ - -0.174218, - 51.494088 - ], - [ - -0.174655, - 51.494085 - ], - [ - -0.17542, - 51.494043 - ], - [ - -0.179202, - 51.493723 - ], - [ - -0.179702, - 51.493739 - ], - [ - -0.180215, - 51.49379 - ], - [ - -0.182942, - 51.494333 - ], - [ - -0.183472, - 51.494438 - ], - [ - -0.185817, - 51.494939 - ], - [ - -0.18628, - 51.495013 - ], - [ - -0.186726, - 51.495029 - ], - [ - -0.187759, - 51.49499 - ], - [ - -0.188224, - 51.494916 - ], - [ - -0.188551, - 51.494822 - ], - [ - -0.188997, - 51.494675 - ], - [ - -0.189497, - 51.494453 - ], - [ - -0.189832, - 51.494266 - ], - [ - -0.193903, - 51.491652 - ], - [ - -0.194168, - 51.491482 - ], - [ - -0.195176, - 51.49086 - ], - [ - -0.196072, - 51.490007 - ], - [ - -0.196342, - 51.489506 - ], - [ - -0.19642, - 51.489192 - ], - [ - -0.196447, - 51.488948 - ], - [ - -0.196436, - 51.488732 - ], - [ - -0.196413, - 51.488474 - ], - [ - -0.196291, - 51.488049 - ], - [ - -0.1959, - 51.487394 - ], - [ - -0.195677, - 51.487197 - ], - [ - -0.195488, - 51.48703 - ], - [ - -0.194744, - 51.48659 - ], - [ - -0.194183, - 51.486203 - ], - [ - -0.193464, - 51.485641 - ], - [ - -0.193049, - 51.485262 - ], - [ - -0.191711, - 51.483854 - ], - [ - -0.191583, - 51.483317 - ], - [ - -0.191651, - 51.482973 - ], - [ - -0.191879, - 51.482643 - ], - [ - -0.192157, - 51.482421 - ], - [ - -0.194784, - 51.480609 - ], - [ - -0.194905, - 51.480506 - ], - [ - -0.195281, - 51.480184 - ], - [ - -0.195755, - 51.479625 - ], - [ - -0.195999, - 51.479149 - ], - [ - -0.196213, - 51.478589 - ], - [ - -0.196505, - 51.478059 - ], - [ - -0.196971, - 51.477561 - ], - [ - -0.197489, - 51.477133 - ], - [ - -0.198108, - 51.476769 - ], - [ - -0.199406, - 51.476118 - ], - [ - -0.201338, - 51.475177 - ], - [ - -0.203016, - 51.47436 - ], - [ - -0.204853, - 51.473441 - ], - [ - -0.205268, - 51.473103 - ], - [ - -0.205597, - 51.472721 - ], - [ - -0.205751, - 51.472402 - ], - [ - -0.205971, - 51.471524 - ], - [ - -0.20608, - 51.471285 - ], - [ - -0.206352, - 51.470951 - ], - [ - -0.206769, - 51.470634 - ], - [ - -0.207758, - 51.470129 - ], - [ - -0.208203, - 51.469805 - ], - [ - -0.20846, - 51.469555 - ], - [ - -0.208601, - 51.469322 - ], - [ - -0.208757, - 51.468733 - ], - [ - -0.208907, - 51.467897 - ], - [ - -0.209056, - 51.467063 - ], - [ - -0.21023, - 51.464803 - ], - [ - -0.210383, - 51.464347 - ], - [ - -0.21043, - 51.464036 - ], - [ - -0.210423, - 51.46367 - ], - [ - -0.210194, - 51.462753 - ], - [ - -0.21018, - 51.462259 - ], - [ - -0.210301, - 51.461727 - ], - [ - -0.210724, - 51.46072 - ], - [ - -0.21089, - 51.459529 - ], - [ - -0.211062, - 51.459069 - ], - [ - -0.211189, - 51.458846 - ], - [ - -0.211264, - 51.458714 - ], - [ - -0.212463, - 51.45722 - ], - [ - -0.212583, - 51.456993 - ], - [ - -0.212668, - 51.456728 - ], - [ - -0.212742, - 51.456388 - ], - [ - -0.212725, - 51.456051 - ], - [ - -0.212654, - 51.45577 - ], - [ - -0.212392, - 51.45527 - ], - [ - -0.212167, - 51.455009 - ], - [ - -0.211623, - 51.454475 - ], - [ - -0.210758, - 51.453703 - ], - [ - -0.209364, - 51.452268 - ], - [ - -0.208093, - 51.450628 - ], - [ - -0.207633, - 51.449746 - ], - [ - -0.207038, - 51.448025 - ], - [ - -0.20683, - 51.447094 - ], - [ - -0.206766, - 51.446515 - ], - [ - -0.206772, - 51.446053 - ], - [ - -0.206643, - 51.444926 - ], - [ - -0.206587, - 51.444438 - ], - [ - -0.206362, - 51.442974 - ], - [ - -0.206205, - 51.442223 - ], - [ - -0.206005, - 51.441553 - ], - [ - -0.205664, - 51.440758 - ], - [ - -0.205325, - 51.440078 - ], - [ - -0.20442, - 51.438746 - ], - [ - -0.20378, - 51.438021 - ], - [ - -0.202965, - 51.437232 - ], - [ - -0.202288, - 51.436685 - ], - [ - -0.201533, - 51.436139 - ], - [ - -0.20069, - 51.435484 - ], - [ - -0.199632, - 51.434459 - ], - [ - -0.199632, - 51.434459 - ], - [ - -0.198837, - 51.43362 - ], - [ - -0.198482, - 51.433082 - ], - [ - -0.198239, - 51.432649 - ], - [ - -0.198066, - 51.43223 - ], - [ - -0.197907, - 51.43148 - ], - [ - -0.197877, - 51.430872 - ], - [ - -0.197963, - 51.430159 - ], - [ - -0.198229, - 51.429329 - ], - [ - -0.198407, - 51.428978 - ], - [ - -0.198805, - 51.42834 - ], - [ - -0.201127, - 51.425286 - ], - [ - -0.201625, - 51.424756 - ], - [ - -0.202655, - 51.423851 - ], - [ - -0.203234, - 51.423479 - ], - [ - -0.203932, - 51.423088 - ], - [ - -0.20486, - 51.42251 - ], - [ - -0.206164, - 51.421636 - ] - ] - }, - "properties": { - "line": "District", - "name": "District", - "color": "#007229", - "order": 4 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 0.251098, - 51.559061 - ], - [ - 0.249346, - 51.559105 - ], - [ - 0.246795, - 51.559133 - ], - [ - 0.242898, - 51.559255 - ], - [ - 0.241783, - 51.559259 - ], - [ - 0.240696, - 51.559216 - ], - [ - 0.23999, - 51.559168 - ], - [ - 0.238232, - 51.559005 - ], - [ - 0.237365, - 51.558876 - ], - [ - 0.23584, - 51.558603 - ], - [ - 0.235549, - 51.558551 - ], - [ - 0.234872, - 51.558385 - ], - [ - 0.234206, - 51.558192 - ], - [ - 0.233368, - 51.557915 - ], - [ - 0.231091, - 51.557053 - ], - [ - 0.23031, - 51.55678 - ], - [ - 0.22804, - 51.556079 - ], - [ - 0.226182, - 51.555597 - ], - [ - 0.221581, - 51.554595 - ], - [ - 0.218977, - 51.554089 - ], - [ - 0.218542, - 51.554005 - ], - [ - 0.215004, - 51.553241 - ], - [ - 0.203465, - 51.550679 - ], - [ - 0.201775, - 51.550324 - ], - [ - 0.201089, - 51.550209 - ], - [ - 0.19981, - 51.550044 - ], - [ - 0.199124, - 51.549926 - ], - [ - 0.196155, - 51.549411 - ], - [ - 0.194433, - 51.549063 - ], - [ - 0.191293, - 51.548506 - ], - [ - 0.187056, - 51.547792 - ], - [ - 0.169011, - 51.544687 - ], - [ - 0.166565, - 51.544312 - ], - [ - 0.165843, - 51.544191 - ], - [ - 0.16207, - 51.543559 - ], - [ - 0.159535, - 51.54311 - ], - [ - 0.158114, - 51.542805 - ], - [ - 0.155518, - 51.542349 - ], - [ - 0.154171, - 51.542159 - ], - [ - 0.153018, - 51.542022 - ], - [ - 0.151806, - 51.5419 - ], - [ - 0.150739, - 51.541814 - ], - [ - 0.1477, - 51.541672 - ], - [ - 0.1477, - 51.541672 - ], - [ - 0.145176, - 51.54152 - ], - [ - 0.141727, - 51.541225 - ], - [ - 0.140078, - 51.54111 - ], - [ - 0.133681, - 51.540685 - ], - [ - 0.127395, - 51.54032 - ], - [ - 0.126115, - 51.540245 - ], - [ - 0.122788, - 51.539969 - ], - [ - 0.118328, - 51.53967 - ], - [ - 0.105625, - 51.538665 - ], - [ - 0.101556, - 51.53839 - ], - [ - 0.099728, - 51.538267 - ], - [ - 0.096298, - 51.537939 - ], - [ - 0.095786, - 51.537912 - ], - [ - 0.094705, - 51.537919 - ], - [ - 0.0931, - 51.53797 - ], - [ - 0.092186, - 51.537973 - ], - [ - 0.091554, - 51.537937 - ], - [ - 0.088339, - 51.537682 - ], - [ - 0.087566, - 51.53767 - ], - [ - 0.087232, - 51.537682 - ], - [ - 0.086374, - 51.537775 - ], - [ - 0.085456, - 51.537936 - ], - [ - 0.084411, - 51.538171 - ], - [ - 0.083246, - 51.538538 - ], - [ - 0.082756, - 51.538733 - ], - [ - 0.081428, - 51.539408 - ], - [ - 0.079723, - 51.540275 - ], - [ - 0.078939, - 51.540657 - ], - [ - 0.077788, - 51.541171 - ], - [ - 0.076482, - 51.541803 - ], - [ - 0.074725, - 51.542547 - ], - [ - 0.073603, - 51.542936 - ], - [ - 0.072557, - 51.543205 - ], - [ - 0.069987, - 51.543678 - ], - [ - 0.068925, - 51.543947 - ], - [ - 0.068188, - 51.544109 - ], - [ - 0.06699, - 51.544429 - ], - [ - 0.066339, - 51.544567 - ], - [ - 0.065737, - 51.544651 - ], - [ - 0.065021, - 51.544692 - ], - [ - 0.064358, - 51.544671 - ], - [ - 0.063569, - 51.544583 - ], - [ - 0.062688, - 51.544401 - ], - [ - 0.06223, - 51.544262 - ], - [ - 0.061834, - 51.544118 - ], - [ - 0.061444, - 51.543948 - ], - [ - 0.060928, - 51.543684 - ], - [ - 0.060257, - 51.543166 - ], - [ - 0.059489, - 51.542414 - ], - [ - 0.059157, - 51.542126 - ], - [ - 0.058511, - 51.541706 - ], - [ - 0.057968, - 51.541435 - ], - [ - 0.056684, - 51.540842 - ], - [ - 0.055524, - 51.540375 - ], - [ - 0.054505, - 51.540019 - ], - [ - 0.053323, - 51.539636 - ], - [ - 0.052011, - 51.539243 - ], - [ - 0.051374, - 51.539084 - ], - [ - 0.050159, - 51.538781 - ], - [ - 0.045229, - 51.537689 - ], - [ - 0.036701, - 51.535718 - ], - [ - 0.035183, - 51.535399 - ], - [ - 0.035085, - 51.535378 - ], - [ - 0.032587, - 51.534804 - ], - [ - 0.031123, - 51.534444 - ], - [ - 0.024891, - 51.533027 - ], - [ - 0.018528, - 51.531551 - ], - [ - 0.017718, - 51.531403 - ], - [ - 0.017634, - 51.531388 - ], - [ - 0.016571, - 51.531157 - ], - [ - 0.015138, - 51.530794 - ], - [ - 0.013802, - 51.530484 - ], - [ - 0.011576, - 51.529999 - ], - [ - 0.007501, - 51.529077 - ], - [ - 0.00493, - 51.528477 - ], - [ - 0.00493, - 51.528477 - ], - [ - 0.003214, - 51.528018 - ], - [ - 0.001087, - 51.527501 - ], - [ - -0.004799, - 51.526136 - ], - [ - -0.006144, - 51.525842 - ], - [ - -0.00842, - 51.525265 - ], - [ - -0.00975, - 51.524988 - ], - [ - -0.011585, - 51.524737 - ], - [ - -0.011585, - 51.524737 - ], - [ - -0.012424, - 51.524641 - ], - [ - -0.01423, - 51.524479 - ], - [ - -0.014946, - 51.524474 - ], - [ - -0.016196, - 51.524508 - ], - [ - -0.019272, - 51.5246 - ], - [ - -0.019739, - 51.524633 - ], - [ - -0.020222, - 51.524734 - ], - [ - -0.020623, - 51.524891 - ], - [ - -0.021876, - 51.525568 - ], - [ - -0.023582, - 51.526456 - ], - [ - -0.023991, - 51.526649 - ], - [ - -0.024315, - 51.526755 - ], - [ - -0.024789, - 51.526861 - ], - [ - -0.024842, - 51.526873 - ], - [ - -0.025131, - 51.526912 - ], - [ - -0.025712, - 51.526908 - ], - [ - -0.026527, - 51.5268 - ], - [ - -0.033445, - 51.525356 - ], - [ - -0.033445, - 51.525356 - ], - [ - -0.035338, - 51.524877 - ], - [ - -0.037412, - 51.524101 - ], - [ - -0.038754, - 51.523311 - ], - [ - -0.040956, - 51.522592 - ], - [ - -0.042294, - 51.522335 - ], - [ - -0.044046, - 51.522175 - ], - [ - -0.045445, - 51.521993 - ], - [ - -0.04639, - 51.521788 - ], - [ - -0.046728, - 51.521715 - ], - [ - -0.051392, - 51.520844 - ], - [ - -0.056634, - 51.519924 - ], - [ - -0.057864, - 51.519659 - ], - [ - -0.058193, - 51.519652 - ], - [ - -0.058875, - 51.519744 - ], - [ - -0.059523, - 51.519806 - ], - [ - -0.060015, - 51.519789 - ], - [ - -0.060028, - 51.519788 - ], - [ - -0.060593, - 51.519716 - ], - [ - -0.061636, - 51.519443 - ], - [ - -0.062047, - 51.519277 - ], - [ - -0.062589, - 51.518981 - ], - [ - -0.062838, - 51.518813 - ], - [ - -0.063119, - 51.518545 - ], - [ - -0.063372, - 51.518428 - ], - [ - -0.065037, - 51.517919 - ], - [ - -0.067805, - 51.516877 - ], - [ - -0.071877, - 51.515147 - ], - [ - -0.072135, - 51.515059 - ], - [ - -0.073647, - 51.514546 - ], - [ - -0.074535, - 51.514264 - ], - [ - -0.07491, - 51.514102 - ], - [ - -0.075143, - 51.513904 - ], - [ - -0.075318, - 51.513663 - ], - [ - -0.075404, - 51.513474 - ], - [ - -0.075579, - 51.512857 - ], - [ - -0.075582, - 51.512374 - ], - [ - -0.075305, - 51.51111 - ], - [ - -0.075461, - 51.510697 - ], - [ - -0.076014, - 51.510134 - ], - [ - -0.076232, - 51.509994 - ], - [ - -0.076232, - 51.509994 - ], - [ - -0.076511, - 51.509893 - ], - [ - -0.076637, - 51.509872 - ], - [ - -0.07775, - 51.509812 - ], - [ - -0.077918, - 51.509777 - ], - [ - -0.078315, - 51.509614 - ], - [ - -0.078459, - 51.509585 - ], - [ - -0.079634, - 51.509646 - ], - [ - -0.080347, - 51.509657 - ], - [ - -0.080452, - 51.509678 - ], - [ - -0.082688, - 51.510446 - ], - [ - -0.083154, - 51.510558 - ], - [ - -0.083836, - 51.51063 - ], - [ - -0.08432, - 51.510633 - ], - [ - -0.085172, - 51.510581 - ], - [ - -0.085733, - 51.5106 - ], - [ - -0.086103, - 51.510651 - ], - [ - -0.086474, - 51.510732 - ], - [ - -0.086677, - 51.510777 - ], - [ - -0.086986, - 51.51092 - ], - [ - -0.08721, - 51.51099 - ], - [ - -0.08921, - 51.511376 - ], - [ - -0.089636, - 51.511409 - ], - [ - -0.090072, - 51.511398 - ], - [ - -0.090323, - 51.511391 - ], - [ - -0.09074, - 51.51142 - ], - [ - -0.092122, - 51.511664 - ], - [ - -0.093754, - 51.51191 - ], - [ - -0.094202, - 51.511945 - ], - [ - -0.094576, - 51.511974 - ], - [ - -0.096267, - 51.511856 - ], - [ - -0.097312, - 51.511841 - ], - [ - -0.098324, - 51.511882 - ], - [ - -0.101462, - 51.512074 - ], - [ - -0.10192, - 51.512068 - ], - [ - -0.10255, - 51.511946 - ], - [ - -0.103776, - 51.511597 - ], - [ - -0.104327, - 51.511439 - ], - [ - -0.105099, - 51.511268 - ], - [ - -0.105405, - 51.511231 - ], - [ - -0.106959, - 51.511209 - ], - [ - -0.110963, - 51.511202 - ], - [ - -0.112412, - 51.511165 - ], - [ - -0.113294, - 51.511111 - ], - [ - -0.113746, - 51.511062 - ], - [ - -0.114771, - 51.510917 - ], - [ - -0.114813, - 51.510911 - ], - [ - -0.11565, - 51.51075 - ], - [ - -0.11639, - 51.510549 - ], - [ - -0.118538, - 51.509893 - ], - [ - -0.118998, - 51.509728 - ], - [ - -0.120054, - 51.509183 - ], - [ - -0.120878, - 51.508638 - ], - [ - -0.121308, - 51.508398 - ], - [ - -0.121497, - 51.508252 - ], - [ - -0.12187, - 51.507835 - ], - [ - -0.122109, - 51.50762 - ], - [ - -0.122393, - 51.507252 - ], - [ - -0.122577, - 51.507014 - ], - [ - -0.122854, - 51.506394 - ], - [ - -0.123316, - 51.504856 - ], - [ - -0.123944, - 51.502549 - ], - [ - -0.124076, - 51.502186 - ], - [ - -0.12422, - 51.501947 - ], - [ - -0.124432, - 51.501734 - ], - [ - -0.124736, - 51.501501 - ], - [ - -0.125113, - 51.501278 - ], - [ - -0.125227, - 51.501211 - ], - [ - -0.125956, - 51.500878 - ], - [ - -0.127643, - 51.500167 - ], - [ - -0.12791, - 51.500064 - ], - [ - -0.128444, - 51.499921 - ], - [ - -0.129032, - 51.499823 - ], - [ - -0.129689, - 51.499766 - ], - [ - -0.130311, - 51.499749 - ], - [ - -0.132116, - 51.499769 - ], - [ - -0.132743, - 51.499734 - ], - [ - -0.133327, - 51.499652 - ], - [ - -0.133368, - 51.499646 - ], - [ - -0.134338, - 51.499413 - ], - [ - -0.135346, - 51.49904 - ], - [ - -0.137312, - 51.498049 - ], - [ - -0.137982, - 51.497748 - ], - [ - -0.138709, - 51.497516 - ], - [ - -0.139331, - 51.497368 - ], - [ - -0.14022, - 51.49709 - ], - [ - -0.140954, - 51.496819 - ], - [ - -0.141521, - 51.496673 - ], - [ - -0.142996, - 51.496387 - ], - [ - -0.14323, - 51.496358 - ], - [ - -0.143744, - 51.496334 - ], - [ - -0.143845, - 51.496334 - ], - [ - -0.144727, - 51.49634 - ], - [ - -0.145167, - 51.496285 - ], - [ - -0.145602, - 51.496173 - ], - [ - -0.145799, - 51.496104 - ], - [ - -0.146156, - 51.495933 - ], - [ - -0.146338, - 51.495815 - ], - [ - -0.146493, - 51.495671 - ], - [ - -0.147271, - 51.494756 - ], - [ - -0.148389, - 51.493346 - ], - [ - -0.1487, - 51.493069 - ], - [ - -0.149128, - 51.492832 - ], - [ - -0.150929, - 51.492202 - ], - [ - -0.151659, - 51.492023 - ], - [ - -0.152267, - 51.491959 - ], - [ - -0.154001, - 51.491882 - ], - [ - -0.154408, - 51.491907 - ], - [ - -0.155307, - 51.492052 - ], - [ - -0.156037, - 51.492193 - ], - [ - -0.156452, - 51.492329 - ], - [ - -0.159622, - 51.493367 - ], - [ - -0.161356, - 51.493634 - ], - [ - -0.170653, - 51.494033 - ], - [ - -0.17217, - 51.494013 - ], - [ - -0.173915, - 51.494077 - ], - [ - -0.174218, - 51.494088 - ], - [ - -0.174655, - 51.494085 - ], - [ - -0.17542, - 51.494043 - ], - [ - -0.179202, - 51.493723 - ], - [ - -0.179702, - 51.493739 - ], - [ - -0.180215, - 51.49379 - ], - [ - -0.182942, - 51.494333 - ], - [ - -0.183472, - 51.494438 - ], - [ - -0.185817, - 51.494939 - ], - [ - -0.18628, - 51.495013 - ], - [ - -0.186726, - 51.495029 - ], - [ - -0.187203, - 51.49502 - ], - [ - -0.187759, - 51.49499 - ], - [ - -0.188224, - 51.494916 - ], - [ - -0.188997, - 51.494675 - ], - [ - -0.189497, - 51.494453 - ], - [ - -0.189832, - 51.494266 - ], - [ - -0.193903, - 51.491652 - ], - [ - -0.194168, - 51.491482 - ], - [ - -0.195176, - 51.49086 - ], - [ - -0.195892, - 51.490372 - ], - [ - -0.196395, - 51.490151 - ], - [ - -0.196808, - 51.49004 - ], - [ - -0.197289, - 51.489954 - ], - [ - -0.197819, - 51.489906 - ], - [ - -0.198333, - 51.489896 - ], - [ - -0.198887, - 51.489922 - ], - [ - -0.199531, - 51.490025 - ], - [ - -0.20009, - 51.490185 - ], - [ - -0.201888, - 51.491035 - ], - [ - -0.202527, - 51.491221 - ], - [ - -0.202884, - 51.491278 - ], - [ - -0.20325, - 51.491296 - ], - [ - -0.203851, - 51.491255 - ], - [ - -0.204161, - 51.491215 - ], - [ - -0.204446, - 51.491153 - ], - [ - -0.206355, - 51.490581 - ], - [ - -0.207444, - 51.490255 - ], - [ - -0.208261, - 51.490087 - ], - [ - -0.209106, - 51.489987 - ], - [ - -0.209805, - 51.489946 - ], - [ - -0.210349, - 51.489939 - ], - [ - -0.210899, - 51.489959 - ], - [ - -0.211835, - 51.49004 - ], - [ - -0.213583, - 51.490241 - ], - [ - -0.213749, - 51.49026 - ], - [ - -0.214924, - 51.490297 - ], - [ - -0.216879, - 51.490229 - ], - [ - -0.218948, - 51.490126 - ], - [ - -0.219362, - 51.490134 - ], - [ - -0.219945, - 51.490191 - ], - [ - -0.220401, - 51.49027 - ], - [ - -0.221127, - 51.490464 - ], - [ - -0.221547, - 51.490642 - ], - [ - -0.222067, - 51.490942 - ], - [ - -0.222315, - 51.49114 - ], - [ - -0.223808, - 51.492591 - ], - [ - -0.224028, - 51.492804 - ], - [ - -0.224277, - 51.492953 - ], - [ - -0.224505, - 51.493077 - ], - [ - -0.22542, - 51.493353 - ], - [ - -0.225957, - 51.493499 - ], - [ - -0.226759, - 51.493645 - ], - [ - -0.227169, - 51.493662 - ], - [ - -0.228286, - 51.493601 - ], - [ - -0.22882, - 51.4936 - ], - [ - -0.229526, - 51.493622 - ], - [ - -0.232409, - 51.493811 - ], - [ - -0.233911, - 51.493982 - ], - [ - -0.23585, - 51.494125 - ], - [ - -0.236411, - 51.494166 - ], - [ - -0.23712, - 51.494255 - ], - [ - -0.239607, - 51.49466 - ], - [ - -0.240843, - 51.494794 - ], - [ - -0.241795, - 51.494875 - ], - [ - -0.242845, - 51.494921 - ], - [ - -0.244664, - 51.49489 - ], - [ - -0.24534, - 51.494904 - ], - [ - -0.245624, - 51.494926 - ], - [ - -0.246928, - 51.495025 - ], - [ - -0.248193, - 51.49508 - ], - [ - -0.250884, - 51.495146 - ], - [ - -0.25453, - 51.495143 - ], - [ - -0.25453, - 51.495143 - ], - [ - -0.257067, - 51.495065 - ], - [ - -0.258175, - 51.49505 - ], - [ - -0.260131, - 51.495061 - ], - [ - -0.26138, - 51.494959 - ], - [ - -0.265648, - 51.494496 - ], - [ - -0.266365, - 51.494462 - ], - [ - -0.267151, - 51.494476 - ], - [ - -0.267683, - 51.494533 - ], - [ - -0.268122, - 51.494579 - ], - [ - -0.269416, - 51.494799 - ], - [ - -0.270409, - 51.495129 - ], - [ - -0.271073, - 51.495435 - ], - [ - -0.271686, - 51.495799 - ], - [ - -0.272691, - 51.49667 - ], - [ - -0.273218, - 51.497034 - ], - [ - -0.273703, - 51.497319 - ], - [ - -0.274451, - 51.497669 - ], - [ - -0.276341, - 51.498465 - ], - [ - -0.276851, - 51.498726 - ], - [ - -0.277155, - 51.498911 - ], - [ - -0.277665, - 51.499282 - ], - [ - -0.277896, - 51.49949 - ], - [ - -0.278123, - 51.499726 - ], - [ - -0.278311, - 51.499979 - ], - [ - -0.278632, - 51.500501 - ], - [ - -0.278729, - 51.50072 - ], - [ - -0.278832, - 51.501096 - ], - [ - -0.279269, - 51.501875 - ], - [ - -0.279569, - 51.502266 - ], - [ - -0.279917, - 51.502644 - ], - [ - -0.280137, - 51.502809 - ], - [ - -0.280414, - 51.503017 - ], - [ - -0.281248, - 51.503539 - ], - [ - -0.282142, - 51.504015 - ], - [ - -0.283634, - 51.504908 - ], - [ - -0.285611, - 51.505945 - ], - [ - -0.286145, - 51.506293 - ], - [ - -0.286698, - 51.506766 - ], - [ - -0.28701, - 51.507098 - ], - [ - -0.287249, - 51.507416 - ], - [ - -0.287456, - 51.507728 - ], - [ - -0.287612, - 51.508027 - ], - [ - -0.287714, - 51.508264 - ], - [ - -0.288075, - 51.509391 - ], - [ - -0.288181, - 51.509907 - ], - [ - -0.288185, - 51.510218 - ], - [ - -0.288189, - 51.510503 - ], - [ - -0.288068, - 51.511017 - ], - [ - -0.287987, - 51.511939 - ], - [ - -0.287868, - 51.512505 - ], - [ - -0.287657, - 51.513255 - ], - [ - -0.287645, - 51.513539 - ], - [ - -0.287691, - 51.513935 - ], - [ - -0.287795, - 51.514202 - ], - [ - -0.288063, - 51.514586 - ], - [ - -0.288566, - 51.515061 - ], - [ - -0.289125, - 51.515432 - ], - [ - -0.289541, - 51.515621 - ], - [ - -0.289954, - 51.51575 - ], - [ - -0.290554, - 51.515848 - ], - [ - -0.291049, - 51.51588 - ], - [ - -0.291601, - 51.515888 - ], - [ - -0.292126, - 51.51585 - ], - [ - -0.292696, - 51.515757 - ], - [ - -0.2943, - 51.51532 - ], - [ - -0.294857, - 51.515222 - ], - [ - -0.296195, - 51.515038 - ], - [ - -0.298564, - 51.514984 - ], - [ - -0.300401, - 51.514994 - ], - [ - -0.301197, - 51.514848 - ] - ] - }, - "properties": { - "line": "District", - "name": "District", - "color": "#007229", - "order": 4 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 0.251098, - 51.559061 - ], - [ - 0.249346, - 51.559105 - ], - [ - 0.246795, - 51.559133 - ], - [ - 0.242898, - 51.559255 - ], - [ - 0.241783, - 51.559259 - ], - [ - 0.240696, - 51.559216 - ], - [ - 0.23999, - 51.559168 - ], - [ - 0.238232, - 51.559005 - ], - [ - 0.237365, - 51.558876 - ], - [ - 0.23584, - 51.558603 - ], - [ - 0.235549, - 51.558551 - ], - [ - 0.234872, - 51.558385 - ], - [ - 0.234206, - 51.558192 - ], - [ - 0.233368, - 51.557915 - ], - [ - 0.231091, - 51.557053 - ], - [ - 0.23031, - 51.55678 - ], - [ - 0.22804, - 51.556079 - ], - [ - 0.226182, - 51.555597 - ], - [ - 0.221581, - 51.554595 - ], - [ - 0.218977, - 51.554089 - ], - [ - 0.218542, - 51.554005 - ], - [ - 0.215004, - 51.553241 - ], - [ - 0.203465, - 51.550679 - ], - [ - 0.201775, - 51.550324 - ], - [ - 0.201089, - 51.550209 - ], - [ - 0.19981, - 51.550044 - ], - [ - 0.199124, - 51.549926 - ], - [ - 0.196155, - 51.549411 - ], - [ - 0.194433, - 51.549063 - ], - [ - 0.191293, - 51.548506 - ], - [ - 0.187056, - 51.547792 - ], - [ - 0.169011, - 51.544687 - ], - [ - 0.166565, - 51.544312 - ], - [ - 0.165843, - 51.544191 - ], - [ - 0.16207, - 51.543559 - ], - [ - 0.159535, - 51.54311 - ], - [ - 0.158114, - 51.542805 - ], - [ - 0.155518, - 51.542349 - ], - [ - 0.154171, - 51.542159 - ], - [ - 0.153018, - 51.542022 - ], - [ - 0.151806, - 51.5419 - ], - [ - 0.150739, - 51.541814 - ], - [ - 0.1477, - 51.541672 - ], - [ - 0.1477, - 51.541672 - ], - [ - 0.145176, - 51.54152 - ], - [ - 0.141727, - 51.541225 - ], - [ - 0.140078, - 51.54111 - ], - [ - 0.133681, - 51.540685 - ], - [ - 0.127395, - 51.54032 - ], - [ - 0.126115, - 51.540245 - ], - [ - 0.122788, - 51.539969 - ], - [ - 0.118328, - 51.53967 - ], - [ - 0.105625, - 51.538665 - ], - [ - 0.101556, - 51.53839 - ], - [ - 0.099728, - 51.538267 - ], - [ - 0.096298, - 51.537939 - ], - [ - 0.095786, - 51.537912 - ], - [ - 0.094705, - 51.537919 - ], - [ - 0.0931, - 51.53797 - ], - [ - 0.092186, - 51.537973 - ], - [ - 0.091554, - 51.537937 - ], - [ - 0.088339, - 51.537682 - ], - [ - 0.087566, - 51.53767 - ], - [ - 0.087232, - 51.537682 - ], - [ - 0.086374, - 51.537775 - ], - [ - 0.085456, - 51.537936 - ], - [ - 0.084411, - 51.538171 - ], - [ - 0.083246, - 51.538538 - ], - [ - 0.082756, - 51.538733 - ], - [ - 0.081428, - 51.539408 - ], - [ - 0.079723, - 51.540275 - ], - [ - 0.078939, - 51.540657 - ], - [ - 0.077788, - 51.541171 - ], - [ - 0.076482, - 51.541803 - ], - [ - 0.074725, - 51.542547 - ], - [ - 0.073603, - 51.542936 - ], - [ - 0.072557, - 51.543205 - ], - [ - 0.069987, - 51.543678 - ], - [ - 0.068925, - 51.543947 - ], - [ - 0.068188, - 51.544109 - ], - [ - 0.06699, - 51.544429 - ], - [ - 0.066339, - 51.544567 - ], - [ - 0.065737, - 51.544651 - ], - [ - 0.065021, - 51.544692 - ], - [ - 0.064358, - 51.544671 - ], - [ - 0.063569, - 51.544583 - ], - [ - 0.062688, - 51.544401 - ], - [ - 0.06223, - 51.544262 - ], - [ - 0.061834, - 51.544118 - ], - [ - 0.061444, - 51.543948 - ], - [ - 0.060928, - 51.543684 - ], - [ - 0.060257, - 51.543166 - ], - [ - 0.059489, - 51.542414 - ], - [ - 0.059157, - 51.542126 - ], - [ - 0.058511, - 51.541706 - ], - [ - 0.057968, - 51.541435 - ], - [ - 0.056684, - 51.540842 - ], - [ - 0.055524, - 51.540375 - ], - [ - 0.054505, - 51.540019 - ], - [ - 0.053323, - 51.539636 - ], - [ - 0.052011, - 51.539243 - ], - [ - 0.051374, - 51.539084 - ], - [ - 0.050159, - 51.538781 - ], - [ - 0.045229, - 51.537689 - ], - [ - 0.036701, - 51.535718 - ], - [ - 0.035183, - 51.535399 - ], - [ - 0.035085, - 51.535378 - ], - [ - 0.032587, - 51.534804 - ], - [ - 0.031123, - 51.534444 - ], - [ - 0.024891, - 51.533027 - ], - [ - 0.018528, - 51.531551 - ], - [ - 0.017718, - 51.531403 - ], - [ - 0.017634, - 51.531388 - ], - [ - 0.016571, - 51.531157 - ], - [ - 0.015138, - 51.530794 - ], - [ - 0.013802, - 51.530484 - ], - [ - 0.011576, - 51.529999 - ], - [ - 0.007501, - 51.529077 - ], - [ - 0.00493, - 51.528477 - ], - [ - 0.00493, - 51.528477 - ], - [ - 0.003214, - 51.528018 - ], - [ - 0.001087, - 51.527501 - ], - [ - -0.004799, - 51.526136 - ], - [ - -0.006144, - 51.525842 - ], - [ - -0.00842, - 51.525265 - ], - [ - -0.00975, - 51.524988 - ], - [ - -0.011585, - 51.524737 - ], - [ - -0.011585, - 51.524737 - ], - [ - -0.012424, - 51.524641 - ], - [ - -0.01423, - 51.524479 - ], - [ - -0.014946, - 51.524474 - ], - [ - -0.016196, - 51.524508 - ], - [ - -0.019272, - 51.5246 - ], - [ - -0.019739, - 51.524633 - ], - [ - -0.020222, - 51.524734 - ], - [ - -0.020623, - 51.524891 - ], - [ - -0.021876, - 51.525568 - ], - [ - -0.023582, - 51.526456 - ], - [ - -0.023991, - 51.526649 - ], - [ - -0.024315, - 51.526755 - ], - [ - -0.024789, - 51.526861 - ], - [ - -0.024842, - 51.526873 - ], - [ - -0.025131, - 51.526912 - ], - [ - -0.025712, - 51.526908 - ], - [ - -0.026527, - 51.5268 - ], - [ - -0.033445, - 51.525356 - ], - [ - -0.033445, - 51.525356 - ], - [ - -0.035338, - 51.524877 - ], - [ - -0.037412, - 51.524101 - ], - [ - -0.038754, - 51.523311 - ], - [ - -0.040956, - 51.522592 - ], - [ - -0.042294, - 51.522335 - ], - [ - -0.044046, - 51.522175 - ], - [ - -0.045445, - 51.521993 - ], - [ - -0.04639, - 51.521788 - ], - [ - -0.046728, - 51.521715 - ], - [ - -0.051392, - 51.520844 - ], - [ - -0.056634, - 51.519924 - ], - [ - -0.057864, - 51.519659 - ], - [ - -0.058193, - 51.519652 - ], - [ - -0.058875, - 51.519744 - ], - [ - -0.059523, - 51.519806 - ], - [ - -0.060015, - 51.519789 - ], - [ - -0.060028, - 51.519788 - ], - [ - -0.060593, - 51.519716 - ], - [ - -0.061636, - 51.519443 - ], - [ - -0.062047, - 51.519277 - ], - [ - -0.062589, - 51.518981 - ], - [ - -0.062838, - 51.518813 - ], - [ - -0.063119, - 51.518545 - ], - [ - -0.063372, - 51.518428 - ], - [ - -0.065037, - 51.517919 - ], - [ - -0.067805, - 51.516877 - ], - [ - -0.071877, - 51.515147 - ], - [ - -0.072135, - 51.515059 - ], - [ - -0.073647, - 51.514546 - ], - [ - -0.074535, - 51.514264 - ], - [ - -0.07491, - 51.514102 - ], - [ - -0.075143, - 51.513904 - ], - [ - -0.075318, - 51.513663 - ], - [ - -0.075404, - 51.513474 - ], - [ - -0.075579, - 51.512857 - ], + -0.26673729378499944, + 51.517068676103484 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL7_a", + "segmentType": "solo", + "overlapOffsetPx": -0.9230769230769231 + } + }, + { + "type": "Feature", + "id": 290, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.075582, - 51.512374 + -0.26673729378499944, + 51.517068676103484 ], [ - -0.075305, - 51.51111 - ], + -0.272942, + 51.516007 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL7_b", + "segmentType": "solo", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 291, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.075461, - 51.510697 + -0.272942, + 51.516007 ], [ - -0.076014, - 51.510134 + -0.278521, + 51.515313 ], [ - -0.076232, - 51.509994 + -0.290108, + 51.514992 ], [ - -0.076232, - 51.509994 + -0.300493, + 51.514885 ], [ - -0.076511, - 51.509893 + -0.301208, + 51.514833 ], [ - -0.076637, - 51.509872 - ], + -0.315857, + 51.513764 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL_Ce_1", + "segmentType": "overlap", + "overlapSectionId": "section_81", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 292, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.07775, - 51.509812 + -0.315857, + 51.513764 ], [ - -0.077918, - 51.509777 - ], + -0.3201303950317908, + 51.51346657222989 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL8_a", + "segmentType": "solo", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 293, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.078315, - 51.509614 + -0.3201303950317908, + 51.51346657222989 ], [ - -0.078459, - 51.509585 + -0.328903, + 51.512856 ], [ - -0.079634, - 51.509646 - ], + -0.338558789710051, + 51.511640652204974 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL8_b", + "segmentType": "solo", + "overlapOffsetPx": -0.75 + } + }, + { + "type": "Feature", + "id": 294, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.080347, - 51.509657 + -0.338558789710051, + 51.511640652204974 ], [ - -0.080452, - 51.509678 + -0.344181, + 51.510933 ], [ - -0.082688, - 51.510446 + -0.367956, + 51.507621 ], [ - -0.083154, - 51.510558 + -0.377483, + 51.506018 ], [ - -0.083836, - 51.51063 - ], + -0.378581, + 51.505871 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL8_c", + "segmentType": "solo", + "overlapOffsetPx": -0.5 + } + }, + { + "type": "Feature", + "id": 295, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.08432, - 51.510633 + -0.378581, + 51.505871 ], [ - -0.085172, - 51.510581 + -0.378581, + 51.505871 ], [ - -0.085733, - 51.5106 + -0.395851, + 51.50356 ], [ - -0.086103, - 51.510651 + -0.401773, + 51.503059 ], [ - -0.086474, - 51.510732 + -0.405046, + 51.502899 ], [ - -0.086677, - 51.510777 + -0.410174, + 51.502732 ], [ - -0.086986, - 51.51092 + -0.42069, + 51.502998 ], [ - -0.08721, - 51.51099 - ], + -0.42069, + 51.502998 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL8_d", + "segmentType": "solo", + "overlapOffsetPx": -0.25 + } + }, + { + "type": "Feature", + "id": 296, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.08921, - 51.511376 + -0.42069, + 51.502998 ], [ - -0.089636, - 51.511409 + -0.421783, + 51.503026 ], [ - -0.090072, - 51.511398 + -0.428048, + 51.503547 ], [ - -0.090323, - 51.511391 + -0.432587, + 51.504061 ], [ - -0.09074, - 51.51142 + -0.436975, + 51.504689 ], [ - -0.092122, - 51.511664 + -0.442189, + 51.505631 ], [ - -0.093754, - 51.51191 + -0.446931, + 51.506551 ], [ - -0.094202, - 51.511945 + -0.449899, + 51.507067 ], [ - -0.094576, - 51.511974 + -0.453618, + 51.507786 ], [ - -0.096267, - 51.511856 + -0.460483, + 51.50885 ], [ - -0.097312, - 51.511841 + -0.466382, + 51.50943 ], [ - -0.098324, - 51.511882 + -0.472269, + 51.509607 ], [ - -0.101462, - 51.512074 - ], + -0.472269, + 51.509607 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL8_e", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 297, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.10192, - 51.512068 + -0.472269, + 51.509607 ], [ - -0.10255, - 51.511946 + -0.482167, + 51.509906 ], [ - -0.103776, - 51.511597 + -0.495074, + 51.509777 ], [ - -0.104327, - 51.511439 + -0.515209, + 51.507841 ], [ - -0.105099, - 51.511268 + -0.536247, + 51.507583 ], [ - -0.105405, - 51.511231 - ], + -0.541889, + 51.507892 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL8_f", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 298, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.106959, - 51.511209 + -0.541889, + 51.507892 ], [ - -0.110963, - 51.511202 + -0.541889, + 51.507892 ], [ - -0.112412, - 51.511165 + -0.555091, + 51.508616 ], [ - -0.113294, - 51.511111 + -0.578324, + 51.510294 ], [ - -0.113746, - 51.511062 - ], + -0.59146, + 51.512027 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL8_g", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 299, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.114771, - 51.510917 + -0.59146, + 51.512027 ], [ - -0.114813, - 51.510911 + -0.59146, + 51.512027 ], [ - -0.11565, - 51.51075 + -0.59691, + 51.512746 ], [ - -0.11639, - 51.510549 + -0.619884, + 51.518425 ], [ - -0.118538, - 51.509893 + -0.644924, + 51.523459 ], [ - -0.118998, - 51.509728 - ], + -0.646373, + 51.523517 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL8_h", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 300, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.120054, - 51.509183 + -0.646373, + 51.523517 ], [ - -0.120878, - 51.508638 + -0.646373, + 51.523517 ], [ - -0.121308, - 51.508398 + -0.670609, + 51.524491 ], [ - -0.121497, - 51.508252 - ], + -0.681339, + 51.523439 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL8_i", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 301, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.12187, - 51.507835 + -0.681339, + 51.523439 ], [ - -0.122109, - 51.50762 + -0.681339, + 51.523439 ], [ - -0.122393, - 51.507252 + -0.690357, + 51.522555 ], [ - -0.122577, - 51.507014 + -0.712428, + 51.519974 ], [ - -0.122854, - 51.506394 + -0.722453, + 51.518209 ], [ - -0.123316, - 51.504856 + -0.730756, + 51.516747 ], [ - -0.123944, - 51.502549 + -0.749987, + 51.511972 ], [ - -0.124076, - 51.502186 + -0.771413, + 51.505131 ], [ - -0.12422, - 51.501947 + -0.792838, + 51.498161 ], [ - -0.124432, - 51.501734 + -0.814006, + 51.491191 ], [ - -0.124736, - 51.501501 + -0.840723, + 51.482673 ], [ - -0.125113, - 51.501278 + -0.858664, + 51.477252 ], [ - -0.125227, - 51.501211 + -0.86337, + 51.475618 ], [ - -0.125956, - 51.500878 - ], + -0.86337, + 51.475618 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL8_j", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 302, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.127643, - 51.500167 + -0.86337, + 51.475618 ], [ - -0.12791, - 51.500064 + -0.87725, + 51.470798 ], [ - -0.128444, - 51.499921 + -0.896094, + 51.464732 ], [ - -0.129032, - 51.499823 + -0.916487, + 51.460731 ], [ - -0.129689, - 51.499766 + -0.933525, + 51.459182 ], [ - -0.130311, - 51.499749 + -0.947464, + 51.458149 ], [ - -0.132116, - 51.499769 + -0.956241, + 51.458666 ], [ - -0.132743, - 51.499734 + -0.964501, + 51.458537 ], [ - -0.133327, - 51.499652 - ], + -0.972181, + 51.459257 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL8_k", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 303, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.133368, - 51.499646 + -0.442189, + 51.505631 ], [ - -0.134338, - 51.499413 + -0.443852, + 51.505958 ], [ - -0.135346, - 51.49904 + -0.445129, + 51.505965 ], [ - -0.137312, - 51.498049 + -0.445933, + 51.505878 ], [ - -0.137982, - 51.497748 + -0.446845, + 51.505644 ], [ - -0.138709, - 51.497516 + -0.447543, + 51.505337 ], [ - -0.139331, - 51.497368 + -0.448143, + 51.504896 ], [ - -0.14022, - 51.49709 + -0.448669, + 51.504382 ], [ - -0.140954, - 51.496819 + -0.450203, + 51.502044 ], [ - -0.141521, - 51.496673 + -0.450783, + 51.501002 ], [ - -0.142996, - 51.496387 + -0.451083, + 51.500348 ], [ - -0.14323, - 51.496358 + -0.451394, + 51.499567 ], [ - -0.143744, - 51.496334 + -0.451663, + 51.498197 ], [ - -0.143845, - 51.496334 + -0.451738, + 51.497008 ], [ - -0.144727, - 51.49634 + -0.451384, + 51.493522 ], [ - -0.145167, - 51.496285 + -0.45059, + 51.487175 ], [ - -0.145602, - 51.496173 + -0.450461, + 51.48596 ], [ - -0.145799, - 51.496104 + -0.450246, + 51.485124 ], [ - -0.146156, - 51.495933 + -0.449324, + 51.482946 ], [ - -0.146338, - 51.495815 + -0.447789, + 51.479572 ], [ - -0.146493, - 51.495671 + -0.447489, + 51.478704 ], [ - -0.147271, - 51.494756 + -0.447435, + 51.477975 ], [ - -0.148389, - 51.493346 + -0.447543, + 51.477046 ], [ - -0.1487, - 51.493069 + -0.447907, + 51.476111 ], [ - -0.149128, - 51.492832 + -0.448798, + 51.475002 ], [ - -0.150929, - 51.492202 + -0.450279, + 51.473886 ], [ - -0.151399, - 51.492076 + -0.453765, + 51.472181 ], [ - -0.151947, - 51.491986 + -0.454183, + 51.472004 ], [ - -0.152267, - 51.491959 + -0.457349, + 51.470658 ], [ - -0.154001, - 51.491882 + -0.460975, + 51.469007 ], [ - -0.154408, - 51.491907 + -0.462295, + 51.468258 ], [ - -0.155307, - 51.492052 + -0.462778, + 51.467844 ], [ - -0.156037, - 51.492193 + -0.463443, + 51.467202 ], [ - -0.156452, - 51.492329 + -0.46384, + 51.466628 ], [ - -0.159622, - 51.493367 + -0.464162, + 51.466046 ], [ - -0.161356, - 51.493634 + -0.464398, + 51.465277 ], [ - -0.170653, - 51.494033 + -0.464483, + 51.464736 ], [ - -0.17217, - 51.494013 + -0.464462, + 51.463974 ], [ - -0.173915, - 51.494077 + -0.464247, + 51.463159 ], [ - -0.174218, - 51.494088 + -0.463818, + 51.462163 ], [ - -0.174655, - 51.494085 + -0.46325, + 51.461274 ], [ - -0.17542, - 51.494043 + -0.462531, + 51.460458 ], [ - -0.179202, - 51.493723 + -0.461619, + 51.459602 ], [ - -0.179702, - 51.493739 + -0.460525, + 51.458834 ], [ - -0.180215, - 51.49379 + -0.458915, + 51.457978 ], [ - -0.182942, - 51.494333 + -0.457134, + 51.45741 ], [ - -0.183472, - 51.494438 + -0.455182, + 51.457122 ], [ - -0.185817, - 51.494939 - ], + -0.453261, + 51.456942 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL9", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 304, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.18628, - 51.495013 + -0.453261, + 51.456942 ], [ - -0.186726, - 51.495029 + -0.45008, + 51.456953 ], [ - -0.187203, - 51.49502 + -0.447184, + 51.457717 ], [ - -0.187759, - 51.49499 + -0.446059, + 51.458553 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL_Pi_0", + "segmentType": "overlap", + "overlapSectionId": "section_20", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 305, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.462295, + 51.468258 ], [ - -0.188224, - 51.494916 + -0.463953, + 51.468549 ], [ - -0.188997, - 51.494675 + -0.465757, + 51.468585 ], [ - -0.189497, - 51.494453 + -0.467707, + 51.468806 ], [ - -0.189832, - 51.494266 + -0.469382, + 51.469045 ], [ - -0.193903, - 51.491652 + -0.470283, + 51.46934 ], [ - -0.194168, - 51.491482 + -0.471884, + 51.469763 ], [ - -0.195176, - 51.49086 + -0.472841, + 51.470094 ], [ - -0.195892, - 51.490372 + -0.474828, + 51.47072 ], [ - -0.196395, - 51.490151 + -0.47711, + 51.47153 ], [ - -0.196808, - 51.49004 + -0.478582, + 51.471898 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL10", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 306, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.478582, + 51.471898 ], [ - -0.197289, - 51.489954 + -0.479981, + 51.472155 ], [ - -0.197819, - 51.489906 + -0.48241, + 51.472339 ], [ - -0.198333, - 51.489896 + -0.484728, + 51.472266 ], [ - -0.198887, - 51.489922 + -0.487603, + 51.472348 ], [ - -0.199531, - 51.490025 + -0.487666, + 51.472349 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL_Pi_1", + "segmentType": "overlap", + "overlapSectionId": "section_22", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 307, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.330148, + 51.630751 ], [ - -0.20009, - 51.490185 + 0.330062, + 51.630672 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL11_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 308, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.330062, + 51.630672 ], [ - -0.201888, - 51.491035 + 0.330062, + 51.630672 ], [ - -0.202527, - 51.491221 + 0.329075, + 51.629393 ], [ - -0.202884, - 51.491278 + 0.327616, + 51.627422 ], [ - -0.20325, - 51.491296 + 0.326886, + 51.62521 ], [ - -0.203851, - 51.491255 + 0.326371, + 51.623079 ], [ - -0.204161, - 51.491215 + 0.325642, + 51.621294 ], [ - -0.204446, - 51.491153 + 0.32414, + 51.619349 ], [ - -0.206355, - 51.490581 + 0.321651, + 51.617031 ], [ - -0.207444, - 51.490255 + 0.31929, + 51.615778 ], [ - -0.207846, - 51.490163 + 0.315685, + 51.614339 ], [ - -0.208261, - 51.490087 + 0.31251, + 51.613566 ], [ - -0.209106, - 51.489987 + 0.308948, + 51.613247 ], [ - -0.209805, - 51.489946 + 0.305214, + 51.613193 ], [ - -0.210349, - 51.489939 + 0.301609, + 51.613433 ], [ - -0.210899, - 51.489959 + 0.299592, + 51.613627 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL11_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 309, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.299592, + 51.613627 ], [ - -0.211835, - 51.49004 + 0.299592, + 51.613627 ], [ - -0.213586, - 51.490233 + 0.298562, + 51.613726 ], [ - -0.213926, - 51.49027 + 0.293627, + 51.613673 ], [ - -0.214924, - 51.490297 + 0.288391, + 51.613193 ], [ - -0.216879, - 51.490229 + 0.283971, + 51.612367 ], [ - -0.218948, - 51.490126 + 0.277061, + 51.609862 ], [ - -0.219362, - 51.490134 + 0.254016, + 51.601013 ], [ - -0.22016, - 51.49022 + 0.234275, + 51.593229 ], [ - -0.221127, - 51.490464 + 0.233125, + 51.592767 ], [ - -0.221547, - 51.490642 + 0.233125, + 51.592767 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL11_c", + "segmentType": "solo", + "overlapOffsetPx": 0.3333333333333333 + } + }, + { + "type": "Feature", + "id": 310, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.233125, + 51.592767 ], [ - -0.222067, - 51.490942 + 0.223117, + 51.58875 ], [ - -0.222315, - 51.49114 + 0.210629, + 51.583977 ], [ - -0.22263, - 51.491438 + 0.206041, + 51.581838 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL11_d", + "segmentType": "solo", + "overlapOffsetPx": 0.6666666666666666 + } + }, + { + "type": "Feature", + "id": 311, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.206041, + 51.581838 ], [ - -0.223809, - 51.49259 + 0.206041, + 51.581838 ], [ - -0.224028, - 51.492804 + 0.20565, + 51.581657 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL11_e", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 312, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.20565, + 51.581657 ], [ - -0.224277, - 51.492953 + 0.195909, + 51.578456 ], [ - -0.224505, - 51.493077 + 0.183193, + 51.574888 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL_Li_0", + "segmentType": "overlap", + "overlapSectionId": "section_37", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 313, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.183193, + 51.574888 ], [ - -0.224688, - 51.493138 + 0.178614, + 51.573602 ], [ - -0.225957, - 51.493499 + 0.171576, + 51.572082 ], [ - -0.226523, - 51.493609 + 0.165825, + 51.571255 ], [ - -0.226902, - 51.493658 + 0.157413, + 51.570428 ], [ - -0.227169, - 51.493662 + 0.151148, + 51.569761 ], [ - -0.228286, - 51.493601 + 0.138702, + 51.568748 ], [ - -0.22882, - 51.4936 + 0.132265, + 51.568374 ], [ - -0.229526, - 51.493622 + 0.128979, + 51.56797 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL12_a", + "segmentType": "solo", + "overlapOffsetPx": 0.8 + } + }, + { + "type": "Feature", + "id": 314, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.128979, + 51.56797 ], [ - -0.232409, - 51.493811 + 0.128979, + 51.56797 ], [ - -0.233911, - 51.493982 + 0.128145, + 51.567867 ], [ - -0.23585, - 51.494125 + 0.111752, + 51.56568 ], [ - -0.236411, - 51.494166 - ], + 0.110813, + 51.565558 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL12_b", + "segmentType": "solo", + "overlapOffsetPx": 0.6 + } + }, + { + "type": "Feature", + "id": 315, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.23712, - 51.494255 + 0.110813, + 51.565558 ], [ - -0.239607, - 51.49466 + 0.110813, + 51.565558 ], [ - -0.240843, - 51.494794 + 0.107632, + 51.565146 ], [ - -0.241795, - 51.494875 + 0.102696, + 51.564399 ], [ - -0.242845, - 51.494921 + 0.097117, + 51.563946 ], [ - -0.244664, - 51.49489 + 0.096754, + 51.563922 ], [ - -0.24534, - 51.494904 - ], + 0.096754, + 51.563922 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL12_c", + "segmentType": "solo", + "overlapOffsetPx": 0.4 + } + }, + { + "type": "Feature", + "id": 316, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.245624, - 51.494926 + 0.096754, + 51.563922 ], [ - -0.246928, - 51.495025 + 0.091925, + 51.563599 ], [ - -0.248193, - 51.49508 + 0.088406, + 51.563092 ], [ - -0.250884, - 51.495146 + 0.084114, + 51.562238 ], [ - -0.25453, - 51.495143 + 0.072913, + 51.559811 ], [ - -0.25453, - 51.495143 + 0.06966, + 51.559153 ], [ - -0.257067, - 51.495065 - ], + 0.06966, + 51.559153 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL12_d", + "segmentType": "solo", + "overlapOffsetPx": 0.19999999999999996 + } + }, + { + "type": "Feature", + "id": 317, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.258175, - 51.49505 + 0.06966, + 51.559153 ], [ - -0.260131, - 51.495061 + 0.067763, + 51.55877 ], [ - -0.26138, - 51.494959 + 0.064931, + 51.558103 ], [ - -0.265641, - 51.494505 + 0.062227, + 51.557356 ], [ - -0.267178, - 51.49413 + 0.055017, + 51.554821 ], [ - -0.268063, - 51.494012 + 0.049181, + 51.553113 ], [ - -0.268976, - 51.493924 + 0.046341, + 51.552477 ], [ - -0.269856, - 51.493814 - ], + 0.046341, + 51.552477 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL12_e", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 318, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.27064, - 51.493692 + 0.046341, + 51.552477 ], [ - -0.271673, - 51.493439 + 0.042272, + 51.551566 ], [ - -0.27236, - 51.493202 + 0.03901, + 51.551165 ], [ - -0.273007, - 51.492936 + 0.033603, + 51.550845 ], [ - -0.273822, - 51.492566 + 0.030599, + 51.550552 ], [ - -0.274233, - 51.492298 + 0.024332, + 51.549478 ], [ - -0.274984, - 51.491909 - ], + 0.024332, + 51.549478 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL12_f", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 319, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.275156, - 51.491783 + 0.024332, + 51.549478 ], [ - -0.275325, - 51.49166 + 0.023432, + 51.549324 ], [ - -0.275566, - 51.491452 + 0.020299, + 51.54871 ], [ - -0.275817, - 51.491191 + 0.008883, + 51.546655 ], [ - -0.276229, - 51.490655 - ], + 0.005863, + 51.545995 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL12_g", + "segmentType": "solo", + "overlapOffsetPx": 2 + } + }, + { + "type": "Feature", + "id": 320, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.276387, - 51.49037 + 0.005863, + 51.545995 ], [ - -0.276548, - 51.489987 + 0.005863, + 51.545995 ], [ - -0.27671, - 51.489441 + 0.00339, + 51.545454 ], [ - -0.276771, - 51.488974 - ], + 0.001631, + 51.54468 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL12_h", + "segmentType": "solo", + "overlapOffsetPx": 3 + } + }, + { + "type": "Feature", + "id": 321, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.276791, - 51.48842 + 0.001631, + 51.54468 ], [ - -0.276971, - 51.487367 + 0.000086, + 51.54404 ], [ - -0.277272, - 51.486536 + -0.003546, + 51.541451 ], [ - -0.277883, - 51.485524 + -0.003734, + 51.541317 ], [ - -0.278229, - 51.485122 + -0.007403, + 51.538808 ], [ - -0.281788, - 51.481633 + -0.013647, + 51.53419 ], [ - -0.282969, - 51.480403 + -0.015385, + 51.533269 ], [ - -0.283789, - 51.479365 - ], + -0.01708, + 51.531988 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL_Ce_2", + "segmentType": "overlap", + "overlapSectionId": "section_83", + "overlapOffsetPx": 3 + } + }, + { + "type": "Feature", + "id": 322, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.284292, - 51.478571 + -0.01708, + 51.531988 ], [ - -0.284909, - 51.477342 + -0.018089, + 51.53088 ], [ - -0.285034, - 51.476999 + -0.018668, + 51.529438 ], [ - -0.285282, - 51.476316 + -0.019419, + 51.527236 ], [ - -0.28718, - 51.469621 + -0.020514, + 51.525473 ], [ - -0.287384, - 51.469128 + -0.023024, + 51.523498 ], [ - -0.287643, - 51.468603 + -0.029333, + 51.519599 ], [ - -0.288072, - 51.46787 + -0.032744, + 51.517823 ], [ - -0.288694, - 51.467038 + -0.034676, + 51.517209 ], [ - -0.289423, - 51.46624 + -0.038452, + 51.516648 ], [ - -0.289875, - 51.465809 + -0.040984, + 51.516755 ], [ - -0.290222, - 51.465515 - ], + -0.043084, + 51.516556 + ] + ] + }, + "properties": { + "line": "ElizabethLine", + "name": "Elizabeth Line", + "color": "#6950A1", + "order": 5, + "segmentName": "EL13", + "segmentType": "solo", + "overlapOffsetPx": 3 + } + }, + { + "type": "Feature", + "id": 323, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.290764, - 51.46513 + -0.167656, + 51.519911 ], [ - -0.291173, - 51.46491 + -0.168517, + 51.519549 ], [ - -0.291528, - 51.464757 + -0.169163, + 51.519234 ], [ - -0.291951, - 51.464616 + -0.170775, + 51.518284 ], [ - -0.292235, - 51.464543 + -0.171257, + 51.518028 ], [ - -0.292742, - 51.464435 + -0.171782, + 51.5175 ], [ - -0.296008, - 51.463895 + -0.172244, + 51.5172 ], [ - -0.297791, - 51.463567 + -0.173853, + 51.516299 ], [ - -0.298561, - 51.46347 + -0.174859, + 51.515768 ], [ - -0.299594, - 51.463461 + -0.175462, + 51.515449 ], [ - -0.301184, - 51.463331 - ] - ] - }, - "properties": { - "line": "District", - "name": "District", - "color": "#007229", - "order": 4 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ - [ - -0.088897, - 51.513327 + -0.176075, + 51.5151 ], [ - -0.087355, - 51.511292 + -0.177047, + 51.514775 ], [ - -0.08703, - 51.5108 + -0.178902, + 51.513774 ], [ - -0.086909, - 51.510701 + -0.1796, + 51.513438 ], [ - -0.086635, - 51.510624 + -0.180866, + 51.513016 ], [ - -0.086274, - 51.510574 + -0.181742, + 51.512842 ], [ - -0.084317, - 51.51061 + -0.182585, + 51.512717 ], [ - -0.083304, - 51.510503 + -0.183624, + 51.512611 ], [ - -0.082557, - 51.5103 + -0.185371, + 51.512468 ], [ - -0.080464, - 51.509582 + -0.186532, + 51.512392 ], [ - -0.078757, - 51.509423 + -0.187837, + 51.512333 ], [ - -0.077651, - 51.509349 + -0.188054, + 51.512317 ], [ - -0.076635, - 51.509382 + -0.189812, + 51.512191 ], [ - -0.075107, - 51.509646 + -0.191841, + 51.511941 ], [ - -0.073757, - 51.509973 + -0.192934, + 51.51174 ], [ - -0.072238, - 51.510421 + -0.193812, + 51.51154 ], [ - -0.071714, - 51.510537 + -0.194557, + 51.511263 ], [ - -0.070852, - 51.510627 + -0.194846, + 51.511108 ], [ - -0.069512, - 51.510838 + -0.195336, + 51.510761 ], [ - -0.068742, - 51.510891 + -0.195732, + 51.510271 ], [ - -0.067289, - 51.511062 + -0.195912, + 51.509959 ], [ - -0.066866, - 51.511095 + -0.19602, + 51.509607 ], [ - -0.064768, - 51.511242 + -0.196095, + 51.5092 ], [ - -0.062384, - 51.511358 + -0.19609, + 51.509071 ], [ - -0.06052, - 51.511531 + -0.196084, + 51.508939 ], [ - -0.057223, - 51.511672 + -0.196039, + 51.508721 ], [ - -0.055817, - 51.511761 + -0.195339, + 51.506758 ], [ - -0.054742, - 51.511828 + -0.194295, + 51.503994 ], [ - -0.053338, - 51.511889 + -0.193665, + 51.50246 ], [ - -0.05236, - 51.511906 + -0.193223, + 51.501639 ], [ - -0.050867, - 51.511963 + -0.19266, + 51.500941 ], [ - -0.048992, - 51.512052 + -0.192436, + 51.500697 ], [ - -0.046063, - 51.512136 + -0.192304, + 51.500554 ], [ - -0.043148, - 51.512253 + -0.190968, + 51.499262 ], [ - -0.042198, - 51.512206 + -0.189274, + 51.498091 ], [ - -0.041065, - 51.512257 + -0.188355, + 51.497138 ], [ - -0.040186, - 51.512379 + -0.18819, + 51.496785 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di_Ci_0", + "segmentType": "overlap", + "overlapSectionId": "section_84", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 324, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.18819, + 51.496785 ], [ - -0.039718, - 51.512373 + -0.188173, + 51.496367 ], [ - -0.039687, - 51.512372 + -0.188332, + 51.495919 ], [ - -0.038507, - 51.512322 + -0.188646, + 51.495543 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di0", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 325, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.188646, + 51.495543 ], [ - -0.036595, - 51.51216 + -0.189203, + 51.494959 ], [ - -0.035267, - 51.511978 + -0.190088, + 51.494227 ], [ - -0.03441, - 51.51184 + -0.190513, + 51.493825 ], [ - -0.033548, - 51.511684 + -0.193902, + 51.491652 ], [ - -0.032581, - 51.511478 + -0.194168, + 51.491482 ], [ - -0.031369, - 51.511162 + -0.195176, + 51.49086 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di_Pi_0", + "segmentType": "overlap", + "overlapSectionId": "section_15", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 326, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.195176, + 51.49086 ], [ - -0.029677, - 51.510637 + -0.196072, + 51.490007 ], [ - -0.028752, - 51.510291 + -0.196342, + 51.489506 ], [ - -0.026736, - 51.509451 + -0.19642, + 51.489192 ], [ - -0.026736, - 51.509451 + -0.196447, + 51.488948 ], [ - -0.025256, - 51.508924 + -0.196436, + 51.488732 ], [ - -0.023881, - 51.508521 + -0.196413, + 51.488474 ], [ - -0.023306, - 51.508371 + -0.196356, + 51.488236 ], [ - -0.022673, - 51.508224 + -0.196194, + 51.487868 ], [ - -0.021021, - 51.507895 + -0.1959, + 51.487394 ], [ - -0.020591, - 51.507775 + -0.195677, + 51.487197 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di1", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 327, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.195677, + 51.487197 ], [ - -0.020431, - 51.507691 + -0.195488, + 51.48703 ], [ - -0.020299, - 51.507544 + -0.194744, + 51.48659 ], [ - -0.020275, - 51.507368 + -0.194183, + 51.486203 ], [ - -0.020329, - 51.507165 + -0.193464, + 51.485641 ], [ - -0.020634, - 51.506003 + -0.193049, + 51.485262 ], [ - -0.021007, - 51.504784 + -0.191711, + 51.483854 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di_Mi_1", + "segmentType": "overlap", + "overlapSectionId": "section_34", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 328, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.191711, + 51.483854 ], [ - -0.021069, - 51.504582 + -0.191583, + 51.483317 ], [ - -0.021405, - 51.503351 + -0.191651, + 51.482973 ], [ - -0.021872, - 51.501642 + -0.191879, + 51.482643 ], [ - -0.021879, - 51.501493 + -0.192157, + 51.482421 ], [ - -0.021807, - 51.501316 + -0.1944618440059708, + 51.4808312103773 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di2_a", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 329, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.1944618440059708, + 51.4808312103773 ], [ - -0.021667, - 51.501194 + -0.194784, + 51.480609 ], [ - -0.021535, - 51.501123 + -0.194905, + 51.480506 ], [ - -0.021264, - 51.501047 + -0.195281, + 51.480184 ], [ - -0.019446, - 51.500644 + -0.195755, + 51.479625 ], [ - -0.018504, - 51.500539 + -0.195999, + 51.479149 ], [ - -0.018279, - 51.500493 + -0.196213, + 51.478589 ], [ - -0.017745, - 51.500223 + -0.196505, + 51.478059 ], [ - -0.017564, - 51.500173 + -0.196971, + 51.477561 ], [ - -0.016308, - 51.500026 + -0.197489, + 51.477133 ], [ - -0.014446, - 51.499808 + -0.198108, + 51.476769 ], [ - -0.014187, - 51.499748 + -0.199406, + 51.476118 ], [ - -0.01407, - 51.499701 + -0.20087363147395015, + 51.47540317535353 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di2_b", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 330, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.20087363147395015, + 51.47540317535353 ], [ - -0.013897, - 51.499575 + -0.201338, + 51.475177 ], [ - -0.013789, - 51.499409 + -0.203016, + 51.47436 ], [ - -0.013769, - 51.499265 + -0.204853, + 51.473441 ], [ - -0.014005, - 51.497736 + -0.205268, + 51.473103 ], [ - -0.014097, - 51.497441 + -0.205597, + 51.472721 ], [ - -0.014355, - 51.49682 + -0.205751, + 51.472402 ], [ - -0.014397, - 51.496624 + -0.205971, + 51.471524 ], [ - -0.014481, - 51.495821 + -0.20608, + 51.471285 ], [ - -0.014801, - 51.492753 + -0.206352, + 51.470951 ], [ - -0.014945, - 51.492122 + -0.206769, + 51.470634 ], [ - -0.014954, - 51.491698 + -0.207758, + 51.470129 ], [ - -0.014954, - 51.491698 + -0.208203, + 51.469805 ], [ - -0.014918, - 51.491044 + -0.20846, + 51.469555 ], [ - -0.014844, - 51.490797 + -0.208601, + 51.469322 ], [ - -0.01477, - 51.490676 + -0.208757, + 51.468733 ], [ - -0.014624, - 51.490524 + -0.208907, + 51.467897 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di2_c", + "segmentType": "solo", + "overlapOffsetPx": 0.8 + } + }, + { + "type": "Feature", + "id": 331, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.208907, + 51.467897 ], [ - -0.013841, - 51.489933 + -0.208907, + 51.467897 ], [ - -0.010971, - 51.488335 + -0.209056, + 51.467063 ], [ - -0.010294, - 51.487916 + -0.21023, + 51.464803 ], [ - -0.010294, - 51.487916 + -0.210383, + 51.464347 ], [ - -0.010003, - 51.48771 + -0.21043, + 51.464036 ], [ - -0.009407, - 51.487505 + -0.210423, + 51.46367 ], [ - -0.008746, - 51.487162 + -0.210194, + 51.462753 ], [ - -0.008286, - 51.486704 + -0.21018, + 51.462259 ], [ - -0.008079, - 51.486007 + -0.210301, + 51.461727 ], [ - -0.008392, - 51.4852 + -0.210724, + 51.46072 ], [ - -0.009227, - 51.483969 + -0.21089, + 51.459529 ], [ - -0.010215, - 51.482936 + -0.211062, + 51.459069 ], [ - -0.0107, - 51.482057 + -0.211189, + 51.458846 ], [ - -0.010721, - 51.481741 + -0.211189, + 51.458846 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di2_d", + "segmentType": "solo", + "overlapOffsetPx": 0.6 + } + }, + { + "type": "Feature", + "id": 332, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.211189, + 51.458846 ], [ - -0.010721, - 51.481741 + -0.211264, + 51.458714 ], [ - -0.010563, - 51.480811 + -0.212463, + 51.45722 ], [ - -0.010555, - 51.480343 + -0.212583, + 51.456993 ], [ - -0.010784, - 51.479646 + -0.212742, + 51.456388 ], [ - -0.011198, - 51.479186 + -0.212725, + 51.456051 ], [ - -0.011705, - 51.478822 + -0.212654, + 51.45577 ], [ - -0.012533, - 51.478394 + -0.212392, + 51.45527 ], [ - -0.013339, - 51.478188 + -0.212167, + 51.455009 ], [ - -0.013976, - 51.478089 + -0.211623, + 51.454475 ], [ - -0.01414, - 51.478071 + -0.210758, + 51.453703 ], [ - -0.01414, - 51.478071 + -0.209364, + 51.452268 ], [ - -0.016071, - 51.478028 + -0.208093, + 51.450628 ], [ - -0.017518, - 51.477955 + -0.207633, + 51.449746 ], [ - -0.017886, - 51.477915 + -0.207038, + 51.448025 ], [ - -0.018291, - 51.477829 + -0.20683, + 51.447094 ], [ - -0.018706, - 51.477688 + -0.206766, + 51.446515 ], [ - -0.019159, - 51.477453 + -0.206772, + 51.446053 ], [ - -0.019408, - 51.477281 - ], + -0.206643, + 51.444926 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di2_e", + "segmentType": "solo", + "overlapOffsetPx": 0.4 + } + }, + { + "type": "Feature", + "id": 333, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.019883, - 51.476867 + -0.206643, + 51.444926 ], [ - -0.020169, - 51.476684 + -0.206643, + 51.444926 ], [ - -0.020329, - 51.476607 + -0.206587, + 51.444438 ], [ - -0.020834, - 51.47643 + -0.206362, + 51.442974 ], [ - -0.021807, - 51.476245 + -0.206205, + 51.442223 ], [ - -0.022072, - 51.476172 + -0.206005, + 51.441553 ], [ - -0.022394, - 51.476032 + -0.205664, + 51.440758 ], [ - -0.022666, - 51.475831 + -0.205325, + 51.440078 ], [ - -0.022826, - 51.475602 + -0.20442, + 51.438746 ], [ - -0.022849, - 51.475533 + -0.20378, + 51.438021 ], [ - -0.022871, - 51.475341 + -0.202965, + 51.437232 ], [ - -0.022827, - 51.475074 + -0.202288, + 51.436685 ], [ - -0.02242, - 51.474168 + -0.201533, + 51.436139 ], [ - -0.021968, - 51.473161 + -0.20069, + 51.435484 ], [ - -0.021809, - 51.472254 + -0.19968302267431143, + 51.43450843122984 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di2_f", + "segmentType": "solo", + "overlapOffsetPx": 0.19999999999999996 + } + }, + { + "type": "Feature", + "id": 334, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.19968302267431143, + 51.43450843122984 ], [ - -0.021619, - 51.471887 + -0.199632, + 51.434459 ], [ - -0.021466, - 51.471702 + -0.199632, + 51.434459 ], [ - -0.021179, - 51.471445 + -0.198837, + 51.43362 ], [ - -0.019945, - 51.470624 + -0.198482, + 51.433082 ], [ - -0.019314, - 51.470074 + -0.198239, + 51.432649 ], [ - -0.018908, - 51.469809 + -0.198066, + 51.43223 ], [ - -0.018702, - 51.46971 + -0.197907, + 51.43148 ], [ - -0.018217, - 51.469542 + -0.197877, + 51.430872 ], [ - -0.017374, - 51.469371 + -0.197963, + 51.430159 ], [ - -0.017195, - 51.469316 + -0.198229, + 51.429329 ], [ - -0.017195, - 51.469316 + -0.198407, + 51.428978 ], [ - -0.01694, - 51.4692 + -0.198805, + 51.42834 ], [ - -0.016786, - 51.469096 + -0.201127, + 51.425286 ], [ - -0.016078, - 51.468335 + -0.201625, + 51.424756 ], [ - -0.015765, - 51.467947 + -0.202655, + 51.423851 ], [ - -0.01534, - 51.467492 + -0.203234, + 51.423479 ], [ - -0.014471, - 51.466854 + -0.203932, + 51.423088 ], [ - -0.014249, - 51.466631 + -0.20486, + 51.42251 ], [ - -0.01291, - 51.464714 + -0.206164, + 51.421636 ] ] }, "properties": { - "line": "DLR", - "name": "DLR", - "color": "#00AFAD", - "order": 3 + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di2_g", + "segmentType": "solo", + "overlapOffsetPx": 0 } }, { "type": "Feature", + "id": 335, "geometry": { "type": "LineString", "coordinates": [ [ - -0.088897, - 51.513327 + -0.195176, + 51.49086 ], [ - -0.087355, - 51.511292 + -0.195892, + 51.490372 ], [ - -0.08703, - 51.5108 + -0.196395, + 51.490151 ], [ - -0.086909, - 51.510701 + -0.196808, + 51.49004 ], [ - -0.086635, - 51.510624 + -0.197289, + 51.489954 ], [ - -0.086274, - 51.510574 + -0.197819, + 51.489906 ], [ - -0.084317, - 51.51061 + -0.198333, + 51.489896 ], [ - -0.083304, - 51.510503 + -0.198887, + 51.489922 ], [ - -0.082557, - 51.5103 + -0.199531, + 51.490025 ], [ - -0.080464, - 51.509582 + -0.20009, + 51.490185 ], [ - -0.078757, - 51.509423 + -0.200831, + 51.490527 ], [ - -0.077651, - 51.509349 + -0.203181, + 51.493141 ], [ - -0.076635, - 51.509382 + -0.203597, + 51.493536 ], [ - -0.075107, - 51.509646 + -0.204231, + 51.494018 ], [ - -0.073757, - 51.509973 + -0.204843, + 51.494402 ], [ - -0.072238, - 51.510421 + -0.205507, + 51.494753 ], [ - -0.071714, - 51.510537 + -0.206587, + 51.495273 ], [ - -0.070852, - 51.510627 + -0.20699, + 51.495499 ], [ - -0.069512, - 51.510838 + -0.207596, + 51.495917 ], [ - -0.068742, - 51.510891 + -0.209593, + 51.497534 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di_Pi_1", + "segmentType": "overlap", + "overlapSectionId": "section_16", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 336, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.251098, + 51.559061 ], [ - -0.067289, - 51.511062 + 0.249346, + 51.559105 ], [ - -0.066866, - 51.511095 + 0.246795, + 51.559133 ], [ - -0.064768, - 51.511242 + 0.242898, + 51.559255 ], [ - -0.062384, - 51.511358 + 0.241783, + 51.559259 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di_Li_0", + "segmentType": "overlap", + "overlapSectionId": "section_38", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 337, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.241783, + 51.559259 ], [ - -0.06052, - 51.511531 + 0.240696, + 51.559216 ], [ - -0.057223, - 51.511672 + 0.23999, + 51.559168 ], [ - -0.055817, - 51.511761 + 0.238232, + 51.559005 ], [ - -0.054742, - 51.511828 + 0.237365, + 51.558876 ], [ - -0.053338, - 51.511889 + 0.23584, + 51.558603 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di3_a", + "segmentType": "solo", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 338, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.23584, + 51.558603 ], [ - -0.05236, - 51.511906 + 0.23584, + 51.558603 ], [ - -0.050867, - 51.511963 + 0.235549, + 51.558551 ], [ - -0.048992, - 51.512052 + 0.234872, + 51.558385 ], [ - -0.046063, - 51.512136 + 0.234206, + 51.558192 ], [ - -0.043148, - 51.512253 + 0.233368, + 51.557915 ], [ - -0.042198, - 51.512206 + 0.231091, + 51.557053 ], [ - -0.041065, - 51.512257 + 0.23031, + 51.55678 ], [ - -0.040186, - 51.512379 + 0.22804, + 51.556079 ], [ - -0.039718, - 51.512373 + 0.226182, + 51.555597 ], [ - -0.039687, - 51.512372 + 0.221581, + 51.554595 ], [ - -0.038507, - 51.512322 + 0.218977, + 51.554089 ], [ - -0.036595, - 51.51216 + 0.218977, + 51.554089 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di3_b", + "segmentType": "solo", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 339, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.218977, + 51.554089 ], [ - -0.035267, - 51.511978 + 0.218542, + 51.554005 ], [ - -0.03441, - 51.51184 + 0.215004, + 51.553241 ], [ - -0.033548, - 51.511684 + 0.203465, + 51.550679 ], [ - -0.032581, - 51.511478 + 0.201775, + 51.550324 ], [ - -0.031369, - 51.511162 + 0.201089, + 51.550209 ], [ - -0.029677, - 51.510637 + 0.19981, + 51.550044 + ], + [ + 0.199124, + 51.549926 ], [ - -0.028752, - 51.510291 + 0.199124, + 51.549926 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di3_c", + "segmentType": "solo", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 340, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.199124, + 51.549926 ], [ - -0.026736, - 51.509451 + 0.196155, + 51.549411 ], [ - -0.026736, - 51.509451 + 0.194433, + 51.549063 ], [ - -0.025424, - 51.508979 + 0.191293, + 51.548506 ], [ - -0.023881, - 51.508521 + 0.187056, + 51.547792 ], [ - -0.023306, - 51.508371 + 0.169011, + 51.544687 ], [ - -0.023045, - 51.508321 + 0.166565, + 51.544312 ], [ - -0.022523, - 51.508281 + 0.165843, + 51.544191 ], [ - -0.021368, - 51.508385 - ], + 0.165843, + 51.544191 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di3_d", + "segmentType": "solo", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 341, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.020859, - 51.508386 + 0.165843, + 51.544191 ], [ - -0.02048, - 51.50832 + 0.16207, + 51.543559 ], [ - -0.019722, - 51.508126 + 0.159535, + 51.54311 ], [ - -0.019144, - 51.508022 + 0.158114, + 51.542805 ], [ - -0.017889, - 51.507881 + 0.155518, + 51.542349 ], [ - -0.01671, - 51.507749 + 0.154171, + 51.542159 ], [ - -0.015698, - 51.507581 + 0.153018, + 51.542022 ], [ - -0.015262, - 51.50753 + 0.151806, + 51.5419 ], [ - -0.014191, - 51.507495 + 0.150739, + 51.541814 ], [ - -0.011582, - 51.507516 + 0.1477, + 51.541672 ], [ - -0.009788, - 51.507672 + 0.1477, + 51.541672 ], [ - -0.008471, - 51.507764 - ], + 0.14768135762565535, + 51.54167087732135 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di3_e", + "segmentType": "solo", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 342, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.008129, - 51.507804 + 0.14768135762565535, + 51.54167087732135 ], [ - -0.007206, - 51.507952 + 0.145176, + 51.54152 ], [ - -0.006076, - 51.508133 + 0.141727, + 51.541225 ], [ - -0.005808, - 51.508192 + 0.140078, + 51.54111 ], [ - -0.005269, - 51.508384 + 0.133681, + 51.540685 ], [ - -0.004156, - 51.508941 + 0.127395, + 51.54032 ], [ - -0.003631, - 51.509116 - ], + 0.127395, + 51.54032 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di3_f", + "segmentType": "solo", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 343, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.003302, - 51.509194 + 0.127395, + 51.54032 ], [ - -0.002861, - 51.509276 + 0.126115, + 51.540245 ], [ - 0.000656, - 51.509925 + 0.122788, + 51.539969 ], [ - 0.001019, - 51.509999 + 0.118328, + 51.53967 ], [ - 0.001524, - 51.510151 + 0.105625, + 51.538665 ], [ - 0.001763, - 51.510248 + 0.101556, + 51.53839 ], [ - 0.002204, - 51.510493 - ], + 0.101556, + 51.53839 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di3_g", + "segmentType": "solo", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 344, + "geometry": { + "type": "LineString", + "coordinates": [ [ - 0.002534, - 51.510728 + 0.101556, + 51.53839 ], [ - 0.002908, - 51.51109 + 0.099728, + 51.538267 ], [ - 0.00351, - 51.511848 + 0.096298, + 51.537939 ], [ - 0.003617, - 51.512027 + 0.095786, + 51.537912 ], [ - 0.003714, - 51.512198 + 0.094705, + 51.537919 ], [ - 0.003781, - 51.512397 + 0.0931, + 51.53797 ], [ - 0.004052, - 51.51332 + 0.092186, + 51.537973 ], [ - 0.00429, - 51.513668 + 0.091554, + 51.537937 ], [ - 0.004516, - 51.513864 + 0.088339, + 51.537682 ], [ - 0.005024, - 51.514223 + 0.087566, + 51.53767 ], [ - 0.00534, - 51.514415 + 0.087232, + 51.537682 ], [ - 0.005971, - 51.514726 + 0.086374, + 51.537775 ], [ - 0.006161, - 51.514785 + 0.085456, + 51.537936 ], [ - 0.006444, - 51.514833 - ], + 0.084411, + 51.538171 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di3_h", + "segmentType": "solo", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 345, + "geometry": { + "type": "LineString", + "coordinates": [ [ - 0.006659, - 51.514843 + 0.084411, + 51.538171 ], [ - 0.006927, - 51.514821 + 0.083246, + 51.538538 ], [ - 0.007157, - 51.514765 + 0.082756, + 51.538733 ], [ - 0.007349, - 51.514693 + 0.081428, + 51.539408 ], [ - 0.007723, - 51.514443 + 0.079723, + 51.540275 ], [ - 0.008005, - 51.514186 + 0.078939, + 51.540657 ], [ - 0.008346, - 51.513874 + 0.077788, + 51.541171 ], [ - 0.008759, - 51.51342 + 0.076482, + 51.541803 ], [ - 0.008892, - 51.513188 + 0.074725, + 51.542547 ], [ - 0.00913, - 51.512649 + 0.073603, + 51.542936 ], [ - 0.009224, - 51.512376 + 0.072557, + 51.543205 ], [ - 0.009275, - 51.512049 + 0.069987, + 51.543678 ], [ - 0.009599, - 51.511247 + 0.068925, + 51.543947 ], [ - 0.009847, - 51.510825 + 0.068188, + 51.544109 ], [ - 0.010349, - 51.510272 + 0.06699, + 51.544429 ], [ - 0.010904, - 51.508855 + 0.066339, + 51.544567 ], [ - 0.011134, - 51.508532 + 0.065737, + 51.544651 ], [ - 0.011382, - 51.508244 + 0.065021, + 51.544692 ], [ - 0.011859, - 51.507599 + 0.064358, + 51.544671 ], [ - 0.012583, - 51.506687 + 0.063569, + 51.544583 ], [ - 0.01291, - 51.506384 + 0.062688, + 51.544401 ], [ - 0.013276, - 51.506187 + 0.06223, + 51.544262 ], [ - 0.013488, - 51.506099 + 0.061834, + 51.544118 ], [ - 0.013929, - 51.505965 + 0.061444, + 51.543948 ], [ - 0.01434, - 51.505887 + 0.060928, + 51.543684 ], [ - 0.015214, - 51.505759 + 0.060257, + 51.543166 ], [ - 0.015696, - 51.505621 + 0.059489, + 51.542414 ], [ - 0.01622, - 51.505383 + 0.059157, + 51.542126 ], [ - 0.017674, - 51.504609 + 0.058511, + 51.541706 ], [ - 0.01828, - 51.504313 + 0.057968, + 51.541435 ], [ - 0.018995, - 51.504005 + 0.056684, + 51.540842 ], [ - 0.01986, - 51.503675 + 0.055524, + 51.540375 ], [ - 0.021093, - 51.503245 + 0.054505, + 51.540019 ], [ - 0.021635, - 51.50307 + 0.053323, + 51.539636 ], [ - 0.022298, - 51.502877 + 0.052011, + 51.539243 ], [ - 0.023262, - 51.502597 + 0.051374, + 51.539084 ], [ - 0.024137, - 51.50248 + 0.050159, + 51.538781 ], [ - 0.024797, - 51.502347 + 0.045229, + 51.537689 ], [ - 0.025837, - 51.502186 + 0.036701, + 51.535718 ], [ - 0.026968, - 51.502085 + 0.035183, + 51.535399 ], [ - 0.028055, - 51.502044 + 0.035085, + 51.535378 ], [ - 0.029378, - 51.502059 + 0.032587, + 51.534804 ], [ - 0.033312, - 51.50224 + 0.031123, + 51.534444 ], [ - 0.03408, - 51.502276 + 0.024891, + 51.533027 ], [ - 0.035575, - 51.502398 + 0.018528, + 51.531551 ], [ - 0.036354, - 51.502419 + 0.017718, + 51.531403 ], [ - 0.037327, - 51.502372 + 0.017634, + 51.531388 ], [ - 0.037966, - 51.502377 + 0.016571, + 51.531157 ], [ - 0.038406, - 51.502445 + 0.015138, + 51.530794 ], [ - 0.038818, - 51.502539 + 0.013802, + 51.530484 ], [ - 0.039236, - 51.502695 + 0.011576, + 51.529999 ], [ - 0.039532, - 51.502852 + 0.007501, + 51.529077 ], [ - 0.040888, - 51.503693 + 0.00493, + 51.528477 ], [ - 0.04111, - 51.503796 + 0.00493, + 51.528477 ], [ - 0.041355, - 51.50387 + 0.003214, + 51.528018 ], [ - 0.041709, - 51.503929 + 0.001087, + 51.527501 ], [ - 0.042059, - 51.503934 + -0.004799, + 51.526136 ], [ - 0.042616, - 51.503864 + -0.006144, + 51.525842 ], [ - 0.043173, - 51.503854 + -0.00842, + 51.525265 ], [ - 0.043493, - 51.503903 + -0.00975, + 51.524988 ], [ - 0.044224, - 51.504078 + -0.011585, + 51.524737 ], [ - 0.044396, - 51.504095 + -0.011585, + 51.524737 ], [ - 0.046005, - 51.504069 + -0.012424, + 51.524641 ], [ - 0.046853, - 51.504026 + -0.01423, + 51.524479 ], [ - 0.047191, - 51.503956 + -0.014946, + 51.524474 ], [ - 0.047448, - 51.503874 + -0.016196, + 51.524508 ], [ - 0.048376, - 51.503556 + -0.019272, + 51.5246 ], [ - 0.048783, - 51.503416 + -0.019739, + 51.524633 ], [ - 0.049186, - 51.50322 + -0.020222, + 51.524734 ], [ - 0.049782, - 51.502824 + -0.020623, + 51.524891 ], [ - 0.050019, - 51.502694 + -0.021876, + 51.525568 ], [ - 0.050311, - 51.502598 + -0.023582, + 51.526456 ], [ - 0.050627, - 51.502545 + -0.023991, + 51.526649 ], [ - 0.051033, - 51.502513 + -0.024315, + 51.526755 ], [ - 0.05314, - 51.502434 + -0.024789, + 51.526861 ], [ - 0.056667, - 51.502165 + -0.024842, + 51.526873 ], [ - 0.059563, - 51.502056 + -0.025131, + 51.526912 ], [ - 0.060421, - 51.502071 + -0.025712, + 51.526908 ], [ - 0.060858, - 51.502046 + -0.026527, + 51.5268 ], [ - 0.061314, - 51.501992 + -0.033445, + 51.525356 ], [ - 0.062158, - 51.501952 + -0.033445, + 51.525356 ], [ - 0.062776, - 51.501936 + -0.035338, + 51.524877 ], [ - 0.06358, - 51.501916 + -0.037412, + 51.524101 ], [ - 0.064116, - 51.501924 + -0.038754, + 51.523311 ], [ - 0.066044, - 51.501804 + -0.040956, + 51.522592 ], [ - 0.067603, - 51.501669 + -0.042294, + 51.522335 ], [ - 0.069626, - 51.501543 + -0.044046, + 51.522175 ], [ - 0.070128, - 51.501467 + -0.045445, + 51.521993 ], [ - 0.070638, - 51.501356 + -0.04639, + 51.521788 ], [ - 0.07128, - 51.501113 + -0.046728, + 51.521715 ], [ - 0.071985, - 51.500725 + -0.051392, + 51.520844 ], [ - 0.072734, - 51.500278 + -0.056634, + 51.519924 ], [ - 0.073692, - 51.499493 + -0.057864, + 51.519659 ], [ - 0.074796, - 51.498483 + -0.058193, + 51.519652 ], [ - 0.075404, - 51.497675 + -0.058875, + 51.519744 ], [ - 0.075929, - 51.496714 + -0.059523, + 51.519806 ], [ - 0.076453, - 51.495317 + -0.060015, + 51.519789 ], [ - 0.076748, - 51.493921 + -0.060028, + 51.519788 ], [ - 0.076805, - 51.493205 + -0.060593, + 51.519716 ], [ - 0.076785, - 51.492743 + -0.061636, + 51.519443 ], [ - 0.076672, - 51.492139 + -0.062047, + 51.519277 ], [ - 0.076389, - 51.491466 + -0.062589, + 51.518981 ], [ - 0.075905, - 51.490996 + -0.062838, + 51.518813 ], [ - 0.075008, - 51.490352 + -0.063119, + 51.518545 ], [ - 0.074199, - 51.489989 + -0.063372, + 51.518428 ], [ - 0.073419, - 51.48982 + -0.065037, + 51.517919 ], [ - 0.072619, - 51.489695 + -0.067805, + 51.516877 ], [ - 0.071628, - 51.489651 + -0.071877, + 51.515147 ], [ - 0.070796, - 51.48967 + -0.072135, + 51.515059 ], [ - 0.070355, - 51.489734 + -0.073647, + 51.514546 ], [ - 0.070117, - 51.489812 + -0.074535, + 51.514264 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di_HA_1", + "segmentType": "overlap", + "overlapSectionId": "section_64", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 346, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.074535, + 51.514264 ], [ - 0.070021, - 51.489856 + -0.07491, + 51.514102 ], [ - 0.06945, - 51.490252 + -0.075143, + 51.513904 ] ] }, "properties": { - "line": "DLR", - "name": "DLR", - "color": "#00AFAD", - "order": 3 + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di4", + "segmentType": "solo", + "overlapOffsetPx": -1 } }, { "type": "Feature", + "id": 347, "geometry": { "type": "LineString", "coordinates": [ [ - -0.008861, - 51.545763 + -0.075143, + 51.513904 ], [ - -0.010126, - 51.545778 + -0.075318, + 51.513663 ], [ - -0.010492, - 51.54573 + -0.075404, + 51.513474 ], [ - -0.010617, - 51.545699 + -0.075579, + 51.512857 ], [ - -0.011166, - 51.545467 + -0.075582, + 51.512374 ], [ - -0.012011, - 51.545102 + -0.075305, + 51.51111 ], [ - -0.012212, - 51.544991 + -0.075461, + 51.510697 ], [ - -0.012488, - 51.544795 + -0.076014, + 51.510134 ], [ - -0.012811, - 51.544518 + -0.076232, + 51.509994 ], [ - -0.013096, - 51.544228 + -0.076232, + 51.509994 ], [ - -0.013165, - 51.54412 + -0.076511, + 51.509893 ], [ - -0.013298, - 51.543781 + -0.076637, + 51.509872 ], [ - -0.013352, - 51.543513 + -0.07775, + 51.509812 ], [ - -0.013319, - 51.543211 + -0.077918, + 51.509777 ], [ - -0.01325, - 51.543016 + -0.078315, + 51.509614 ], [ - -0.013027, - 51.54267 + -0.078459, + 51.509585 ], [ - -0.012863, - 51.542491 + -0.079634, + 51.509646 ], [ - -0.012561, - 51.542267 + -0.080347, + 51.509657 ], [ - -0.01233, - 51.542144 + -0.080452, + 51.509678 ], [ - -0.012056, - 51.542018 + -0.082688, + 51.510446 ], [ - -0.011541, - 51.541847 + -0.083154, + 51.510558 ], [ - -0.010948, - 51.541722 + -0.083836, + 51.51063 ], [ - -0.010653, - 51.541684 + -0.08432, + 51.510633 ], [ - -0.010057, - 51.541657 + -0.085172, + 51.510581 ], [ - -0.00967, - 51.541658 + -0.085733, + 51.5106 ], [ - -0.009353, - 51.541691 + -0.086103, + 51.510651 ], [ - -0.009026, - 51.541776 + -0.086474, + 51.510732 ], [ - -0.007418, - 51.542309 + -0.086677, + 51.510777 ], [ - -0.007108, - 51.54236 + -0.086986, + 51.51092 ], [ - -0.006797, - 51.542385 + -0.08721, + 51.51099 ], [ - -0.006372, - 51.542394 + -0.08921, + 51.511376 ], [ - -0.005747, - 51.542347 + -0.089636, + 51.511409 ], [ - -0.00519, - 51.542253 + -0.090072, + 51.511398 ], [ - -0.004676, - 51.542091 + -0.090323, + 51.511391 ], [ - -0.0044, - 51.541962 + -0.09074, + 51.51142 ], [ - -0.004201, - 51.541822 + -0.092122, + 51.511664 ], [ - -0.004195, - 51.541818 + -0.093754, + 51.51191 ], [ - -0.003675, - 51.541275 + -0.094202, + 51.511945 ], [ - -0.002981, - 51.540408 + -0.094576, + 51.511974 ], [ - -0.001681, - 51.538871 + -0.096267, + 51.511856 ], [ - -0.001488, - 51.538606 + -0.097312, + 51.511841 ], [ - -0.001127, - 51.538268 + -0.098324, + 51.511882 ], [ - -0.00061, - 51.537895 + -0.101462, + 51.512074 ], [ - -0.000338, - 51.537699 + -0.10192, + 51.512068 ], [ - 0.0001, - 51.53733 + -0.10255, + 51.511946 ], [ - 0.000468, - 51.536984 + -0.103776, + 51.511597 ], [ - 0.000746, - 51.536631 + -0.104327, + 51.511439 ], [ - 0.001754, - 51.535168 + -0.105099, + 51.511268 ], [ - 0.001906, - 51.534905 + -0.105405, + 51.511231 ], [ - 0.002394, - 51.533856 + -0.106959, + 51.511209 ], [ - 0.002615, - 51.533499 + -0.110963, + 51.511202 ], [ - 0.00353, - 51.532394 + -0.112412, + 51.511165 ], [ - 0.003728, - 51.532115 + -0.113294, + 51.511111 ], [ - 0.003823, - 51.531959 + -0.113746, + 51.511062 ], [ - 0.00404, - 51.5316 + -0.114771, + 51.510917 ], [ - 0.004245, - 51.531088 + -0.114813, + 51.510911 ], [ - 0.004277, - 51.530602 + -0.11565, + 51.51075 ], [ - 0.004055, - 51.529676 + -0.11639, + 51.510549 ], [ - 0.004109, - 51.529207 + -0.118538, + 51.509893 ], [ - 0.004368, - 51.528478 + -0.118998, + 51.509728 ], [ - 0.00442, - 51.528144 + -0.120054, + 51.509183 ], [ - 0.004426, - 51.52811 + -0.120878, + 51.508638 ], [ - 0.00452, - 51.52553 + -0.121308, + 51.508398 ], [ - 0.004287, - 51.522852 + -0.121497, + 51.508252 ], [ - 0.004143, - 51.521952 + -0.12187, + 51.507835 + ], + [ + -0.122109, + 51.50762 + ], + [ + -0.122393, + 51.507252 + ], + [ + -0.122577, + 51.507014 + ], + [ + -0.122854, + 51.506394 ], [ - 0.004098, - 51.521362 + -0.123316, + 51.504856 ], [ - 0.004168, - 51.520699 + -0.123944, + 51.502549 ], [ - 0.004248, - 51.519953 + -0.124076, + 51.502186 ], [ - 0.004333, - 51.519525 + -0.12422, + 51.501947 ], [ - 0.004418, - 51.519178 + -0.124432, + 51.501734 ], [ - 0.004753, - 51.518191 + -0.124736, + 51.501501 ], [ - 0.005158, - 51.51735 + -0.125113, + 51.501278 ], [ - 0.005304, - 51.517115 + -0.125227, + 51.501211 ], [ - 0.005628, - 51.516629 + -0.125956, + 51.500878 ], [ - 0.006296, - 51.515757 + -0.127643, + 51.500167 ], [ - 0.007033, - 51.515035 + -0.12791, + 51.500064 ], [ - 0.008014, - 51.51418 + -0.128444, + 51.499921 ], [ - 0.008173, - 51.514041 + -0.129032, + 51.499823 ], [ - 0.008593, - 51.513623 + -0.129689, + 51.499766 ], [ - 0.008759, - 51.51342 + -0.130311, + 51.499749 ], [ - 0.008892, - 51.513188 + -0.132116, + 51.499769 ], [ - 0.00913, - 51.512649 + -0.132743, + 51.499734 ], [ - 0.009224, - 51.512376 + -0.133327, + 51.499652 ], [ - 0.009275, - 51.512049 + -0.133368, + 51.499646 ], [ - 0.009599, - 51.511247 + -0.134338, + 51.499413 ], [ - 0.009847, - 51.510825 + -0.135346, + 51.49904 ], [ - 0.010349, - 51.510272 + -0.137312, + 51.498049 ], [ - 0.010904, - 51.508855 + -0.137982, + 51.497748 ], [ - 0.011134, - 51.508532 + -0.138709, + 51.497516 ], [ - 0.011382, - 51.508244 + -0.139331, + 51.497368 ], [ - 0.011859, - 51.507599 + -0.14022, + 51.49709 ], [ - 0.012583, - 51.506687 + -0.140954, + 51.496819 ], [ - 0.01291, - 51.506384 + -0.141521, + 51.496673 ], [ - 0.013276, - 51.506187 + -0.142996, + 51.496387 ], [ - 0.013488, - 51.506099 + -0.14323, + 51.496358 ], [ - 0.013929, - 51.505965 + -0.143744, + 51.496334 ], [ - 0.01434, - 51.505887 + -0.143845, + 51.496334 ], [ - 0.015214, - 51.505759 + -0.144727, + 51.49634 ], [ - 0.015696, - 51.505621 + -0.145167, + 51.496285 ], [ - 0.01622, - 51.505383 + -0.145602, + 51.496173 ], [ - 0.017674, - 51.504609 + -0.145799, + 51.496104 ], [ - 0.01828, - 51.504313 + -0.146156, + 51.495933 ], [ - 0.018995, - 51.504005 + -0.146338, + 51.495815 ], [ - 0.020103, - 51.503588 + -0.146493, + 51.495671 ], [ - 0.021635, - 51.50307 + -0.147271, + 51.494756 ], [ - 0.022298, - 51.502877 + -0.148389, + 51.493346 ], [ - 0.023262, - 51.502597 + -0.1487, + 51.493069 ], [ - 0.024137, - 51.50248 + -0.149128, + 51.492832 ], [ - 0.02539, - 51.502245 + -0.149361, + 51.492742 ], [ - 0.025837, - 51.502186 + -0.150929, + 51.492202 ], [ - 0.026968, - 51.502085 + -0.151659, + 51.492023 ], [ - 0.028055, - 51.502044 + -0.152267, + 51.491959 ], [ - 0.029378, - 51.502059 + -0.154001, + 51.491882 ], [ - 0.033312, - 51.50224 + -0.154408, + 51.491907 ], [ - 0.03408, - 51.502276 + -0.155307, + 51.492052 ], [ - 0.035575, - 51.502398 + -0.156037, + 51.492193 ], [ - 0.036354, - 51.502419 + -0.156452, + 51.492329 ], [ - 0.037327, - 51.502372 + -0.159622, + 51.493367 ], [ - 0.037966, - 51.502377 + -0.161356, + 51.493634 ], [ - 0.038406, - 51.502445 + -0.170653, + 51.494033 ], [ - 0.038818, - 51.502539 + -0.17217, + 51.494013 ], [ - 0.039236, - 51.502695 + -0.173915, + 51.494077 ], [ - 0.039532, - 51.502852 + -0.174218, + 51.494088 ], [ - 0.040888, - 51.503693 + -0.174655, + 51.494085 ], [ - 0.04111, - 51.503796 + -0.17542, + 51.494043 ], [ - 0.041355, - 51.50387 + -0.179202, + 51.493723 ], [ - 0.041709, - 51.503929 + -0.179702, + 51.493739 ], [ - 0.042059, - 51.503934 + -0.180215, + 51.49379 ], [ - 0.042616, - 51.503864 + -0.182942, + 51.494333 ], [ - 0.043173, - 51.503854 + -0.183472, + 51.494438 ], [ - 0.043493, - 51.503903 + -0.185817, + 51.494939 ], [ - 0.044224, - 51.504078 + -0.18628, + 51.495013 ], [ - 0.044598, - 51.5041 + -0.186726, + 51.495029 ], [ - 0.046636, - 51.504046 + -0.187759, + 51.49499 ], [ - 0.046853, - 51.504026 + -0.188224, + 51.494916 ], [ - 0.047191, - 51.503956 + -0.188551, + 51.494822 ], [ - 0.048374, - 51.503555 + -0.188997, + 51.494675 ], [ - 0.048783, - 51.503416 + -0.189497, + 51.494453 ], [ - 0.049186, - 51.50322 + -0.189832, + 51.494266 ], [ - 0.049782, - 51.502824 + -0.193902, + 51.491652 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di_Ci_2", + "segmentType": "overlap", + "overlapSectionId": "section_89", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 348, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.20009, + 51.490185 ], [ - 0.050019, - 51.502694 + -0.201888, + 51.491035 ], [ - 0.050311, - 51.502598 + -0.202527, + 51.491221 ], [ - 0.050627, - 51.502545 + -0.202884, + 51.491278 ], [ - 0.051033, - 51.502513 + -0.20325, + 51.491296 ], [ - 0.05314, - 51.502434 + -0.203851, + 51.491255 ], [ - 0.056667, - 51.502165 + -0.204161, + 51.491215 ], [ - 0.059563, - 51.502056 + -0.204446, + 51.491153 ], [ - 0.060421, - 51.502071 + -0.206355, + 51.490581 ], [ - 0.060858, - 51.502046 + -0.207444, + 51.490255 ], [ - 0.061314, - 51.501992 + -0.208261, + 51.490087 ], [ - 0.062158, - 51.501952 + -0.209106, + 51.489987 ], [ - 0.062776, - 51.501936 + -0.209805, + 51.489946 ], [ - 0.06358, - 51.501916 + -0.210349, + 51.489939 ], [ - 0.064116, - 51.501924 + -0.210899, + 51.489959 ], [ - 0.065133, - 51.501864 + -0.211835, + 51.49004 ], [ - 0.066044, - 51.501804 + -0.213583, + 51.490241 ], [ - 0.067603, - 51.501669 + -0.213749, + 51.49026 ], [ - 0.069626, - 51.501543 + -0.214924, + 51.490297 ], [ - 0.070128, - 51.501467 + -0.216879, + 51.490229 ], [ - 0.070638, - 51.501356 + -0.218948, + 51.490126 ], [ - 0.07128, - 51.501113 + -0.219362, + 51.490134 ], [ - 0.071985, - 51.500725 + -0.219945, + 51.490191 ], [ - 0.072734, - 51.500278 + -0.220401, + 51.49027 ], [ - 0.073692, - 51.499493 + -0.221127, + 51.490464 ], [ - 0.074796, - 51.498483 + -0.221547, + 51.490642 ], [ - 0.075404, - 51.497675 + -0.222067, + 51.490942 ], [ - 0.075929, - 51.496714 + -0.222315, + 51.49114 ], [ - 0.076453, - 51.495317 + -0.223808, + 51.492591 ], [ - 0.076748, - 51.493921 + -0.224028, + 51.492804 ], [ - 0.076805, - 51.493205 + -0.224277, + 51.492953 ], [ - 0.076785, - 51.492743 + -0.224505, + 51.493077 ], [ - 0.076672, - 51.492139 + -0.22542, + 51.493353 ], [ - 0.076389, - 51.491466 + -0.225957, + 51.493499 ], [ - 0.075905, - 51.490996 + -0.226759, + 51.493645 ], [ - 0.075008, - 51.490352 + -0.227169, + 51.493662 ], [ - 0.074199, - 51.489989 + -0.228286, + 51.493601 ], [ - 0.073419, - 51.48982 + -0.22882, + 51.4936 ], [ - 0.072619, - 51.489695 + -0.229526, + 51.493622 ], [ - 0.071628, - 51.489651 + -0.232409, + 51.493811 ], [ - 0.070796, - 51.48967 + -0.233911, + 51.493982 ], [ - 0.070355, - 51.489734 + -0.23585, + 51.494125 ], [ - 0.070117, - 51.489812 + -0.236411, + 51.494166 ], [ - 0.070021, - 51.489856 + -0.23712, + 51.494255 ], [ - 0.06945, - 51.490252 - ] - ] - }, - "properties": { - "line": "DLR", - "name": "DLR", - "color": "#00AFAD", - "order": 3 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ + -0.239607, + 51.49466 + ], [ - -0.003884, - 51.541494 + -0.240843, + 51.494794 ], [ - -0.004213, - 51.540847 + -0.241795, + 51.494875 ], [ - -0.00477, - 51.540317 + -0.242845, + 51.494921 ], [ - -0.00514, - 51.540107 + -0.244664, + 51.49489 ], [ - -0.005727, - 51.539819 + -0.24534, + 51.494904 + ], + [ + -0.245624, + 51.494926 ], [ - -0.006022, - 51.539637 + -0.246928, + 51.495025 ], [ - -0.00646, - 51.539289 + -0.248193, + 51.49508 ], [ - -0.007331, - 51.538452 + -0.250884, + 51.495146 ], [ - -0.00879, - 51.537233 + -0.25453, + 51.495143 ], [ - -0.009649, - 51.536602 + -0.25453, + 51.495143 ], [ - -0.010903, - 51.535785 + -0.257067, + 51.495065 ], [ - -0.011214, - 51.535552 + -0.258175, + 51.49505 ], [ - -0.011418, - 51.535392 + -0.260131, + 51.495061 ], [ - -0.012412, - 51.534473 + -0.26138, + 51.494959 ], [ - -0.013515, - 51.533844 + -0.265648, + 51.494496 ], [ - -0.01371, - 51.533746 + -0.266365, + 51.494462 ], [ - -0.014902, - 51.533146 + -0.267151, + 51.494476 ], [ - -0.016152, - 51.532793 + -0.267683, + 51.494533 ], [ - -0.017667, - 51.532184 + -0.268122, + 51.494579 ], [ - -0.01894, - 51.531553 + -0.269416, + 51.494799 ], [ - -0.020347, - 51.530977 + -0.270409, + 51.495129 ], [ - -0.021, - 51.530666 + -0.271073, + 51.495435 ], [ - -0.021182, - 51.530599 + -0.271686, + 51.495799 ], [ - -0.021555, - 51.530374 + -0.272691, + 51.49667 ], [ - -0.02194, - 51.530035 + -0.273218, + 51.497034 ], [ - -0.02214, - 51.529765 + -0.273703, + 51.497319 ], [ - -0.022208, - 51.529526 + -0.274451, + 51.497669 ], [ - -0.02221, - 51.52943 + -0.276341, + 51.498465 ], [ - -0.022111, - 51.529214 + -0.276851, + 51.498726 ], [ - -0.020911, - 51.527729 + -0.277155, + 51.498911 ], [ - -0.020755, - 51.527493 + -0.277665, + 51.499282 ], [ - -0.019136, - 51.525031 + -0.277896, + 51.49949 ], [ - -0.017592, - 51.522625 + -0.278123, + 51.499726 ], [ - -0.015945, - 51.52006 + -0.278311, + 51.499979 ], [ - -0.015361, - 51.51898 + -0.278632, + 51.500501 ], [ - -0.015182, - 51.518565 + -0.278729, + 51.50072 ], [ - -0.014922, - 51.51782 + -0.278832, + 51.501096 ], [ - -0.014113, - 51.515139 + -0.279269, + 51.501875 ], [ - -0.014072, - 51.514992 + -0.279569, + 51.502266 ], [ - -0.013516, - 51.513014 + -0.279917, + 51.502644 ], [ - -0.013368, - 51.512361 + -0.280137, + 51.502809 ], [ - -0.013261, - 51.511485 + -0.280414, + 51.503017 ], [ - -0.013161, - 51.511082 + -0.281248, + 51.503539 ], [ - -0.012949, - 51.510228 + -0.282142, + 51.504015 ], [ - -0.012809, - 51.509819 + -0.283634, + 51.504908 ], [ - -0.012547, - 51.509212 + -0.285611, + 51.505945 ], [ - -0.011822, - 51.508166 + -0.286145, + 51.506293 ], [ - -0.011776, - 51.507963 + -0.286698, + 51.506766 ], [ - -0.011826, - 51.507806 + -0.28701, + 51.507098 ], [ - -0.011943, - 51.507674 + -0.287249, + 51.507416 ], [ - -0.012142, - 51.507572 + -0.287456, + 51.507728 ], [ - -0.012408, - 51.507529 + -0.287612, + 51.508027 ], [ - -0.014191, - 51.507495 + -0.287714, + 51.508264 ], [ - -0.015262, - 51.50753 + -0.288075, + 51.509391 ], [ - -0.015698, - 51.507581 + -0.288181, + 51.509907 ], [ - -0.01671, - 51.507749 + -0.288185, + 51.510218 ], [ - -0.017598, - 51.507852 + -0.288189, + 51.510503 ], [ - -0.017932, - 51.507849 + -0.288068, + 51.511017 ], [ - -0.018451, - 51.507844 + -0.287987, + 51.511939 ], [ - -0.018802, - 51.507801 + -0.287868, + 51.512505 ], [ - -0.019641, - 51.507599 + -0.287657, + 51.513255 ], [ - -0.020132, - 51.507451 + -0.287645, + 51.513539 ], [ - -0.02021, - 51.507407 + -0.287691, + 51.513935 ], [ - -0.020306, - 51.507256 + -0.287795, + 51.514202 ], [ - -0.02033, - 51.507165 + -0.288063, + 51.514586 ], [ - -0.020634, - 51.506003 + -0.288566, + 51.515061 ], [ - -0.021007, - 51.504784 + -0.289125, + 51.515432 ] ] }, "properties": { - "line": "DLR", - "name": "DLR", - "color": "#00AFAD", - "order": 3 + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di_Pi_3", + "segmentType": "overlap", + "overlapSectionId": "section_18", + "overlapOffsetPx": -1 } }, { "type": "Feature", + "id": 349, "geometry": { "type": "LineString", "coordinates": [ [ - -0.074414, - 51.510623 - ], - [ - -0.072686, - 51.510638 - ], - [ - -0.070692, - 51.510806 - ], - [ - -0.068742, - 51.510891 - ], - [ - -0.067289, - 51.511062 - ], - [ - -0.06545, - 51.511199 - ], - [ - -0.06217, - 51.511373 - ], - [ - -0.061456, - 51.511454 + -0.289125, + 51.515432 ], [ - -0.06052, - 51.511531 + -0.289541, + 51.515621 ], [ - -0.057223, - 51.511672 + -0.289954, + 51.51575 ], [ - -0.055817, - 51.511761 + -0.290554, + 51.515848 ], [ - -0.054742, - 51.511828 + -0.291049, + 51.51588 ], [ - -0.053338, - 51.511889 + -0.291601, + 51.515888 ], [ - -0.05236, - 51.511906 + -0.292126, + 51.51585 ], [ - -0.050867, - 51.511963 + -0.292696, + 51.515757 ], [ - -0.048992, - 51.512052 + -0.2943, + 51.51532 ], [ - -0.046063, - 51.512136 - ], + -0.294857, + 51.515222 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di5", + "segmentType": "solo", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 350, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.043148, - 51.512253 + -0.294857, + 51.515222 ], [ - -0.042198, - 51.512206 + -0.296195, + 51.515038 ], [ - -0.041319, - 51.51224 + -0.298564, + 51.514984 ], [ - -0.041065, - 51.512257 + -0.300401, + 51.514994 ], [ - -0.040186, - 51.512379 - ], + -0.301197, + 51.514848 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di_Ce_1", + "segmentType": "overlap", + "overlapSectionId": "section_91", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 351, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.039725, - 51.512364 + -0.265648, + 51.494496 ], [ - -0.038507, - 51.512322 + -0.267178, + 51.49413 ], [ - -0.036595, - 51.51216 - ], + -0.2677146593886459, + 51.494058445414844 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di6_a", + "segmentType": "solo", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 352, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.035011, - 51.51194 + -0.2677146593886459, + 51.494058445414844 ], [ - -0.033548, - 51.511684 + -0.268063, + 51.494012 ], [ - -0.032581, - 51.511478 + -0.268976, + 51.493924 ], [ - -0.031776, - 51.511274 + -0.269856, + 51.493814 ], [ - -0.030277, - 51.510833 + -0.27064, + 51.493692 ], [ - -0.029677, - 51.510637 + -0.271673, + 51.493439 ], [ - -0.028752, - 51.510291 - ], + -0.27236, + 51.493202 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di6_b", + "segmentType": "solo", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 353, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.026736, - 51.509451 + -0.27236, + 51.493202 ], [ - -0.026736, - 51.509451 + -0.273007, + 51.492936 ], [ - -0.025424, - 51.508979 + -0.273822, + 51.492566 ], [ - -0.023881, - 51.508521 + -0.274233, + 51.492298 ], [ - -0.023306, - 51.508371 + -0.274984, + 51.491909 ], [ - -0.023045, - 51.508321 + -0.275156, + 51.491783 ], [ - -0.022523, - 51.508281 + -0.275325, + 51.49166 ], [ - -0.021368, - 51.508385 + -0.275566, + 51.491452 ], [ - -0.020859, - 51.508386 + -0.275817, + 51.491191 ], [ - -0.02048, - 51.50832 + -0.276229, + 51.490655 ], [ - -0.019722, - 51.508126 + -0.276387, + 51.49037 ], [ - -0.019144, - 51.508022 + -0.276548, + 51.489987 ], [ - -0.017889, - 51.507881 + -0.27671, + 51.489441 ], [ - -0.01671, - 51.507749 + -0.276771, + 51.488974 ], [ - -0.015698, - 51.507581 + -0.276791, + 51.48842 ], [ - -0.015262, - 51.50753 + -0.276971, + 51.487367 ], [ - -0.014191, - 51.507495 + -0.277272, + 51.486536 ], [ - -0.011582, - 51.507516 + -0.277883, + 51.485524 ], [ - -0.009788, - 51.507672 + -0.278229, + 51.485122 ], [ - -0.008471, - 51.507764 + -0.281788, + 51.481633 ], [ - -0.008129, - 51.507804 + -0.282969, + 51.480403 ], [ - -0.007206, - 51.507952 + -0.283789, + 51.479365 ], [ - -0.006076, - 51.508133 + -0.284292, + 51.478571 ], [ - -0.005808, - 51.508192 + -0.284909, + 51.477342 ], [ - -0.005269, - 51.508384 + -0.285034, + 51.476999 ], [ - -0.004156, - 51.508941 + -0.285282, + 51.476316 ], [ - -0.003631, - 51.509116 + -0.28718, + 51.469621 ], [ - -0.003302, - 51.509194 + -0.287384, + 51.469128 ], [ - -0.002861, - 51.509276 + -0.287643, + 51.468603 ], [ - 0.000656, - 51.509925 + -0.288072, + 51.46787 ], [ - 0.001019, - 51.509999 + -0.288694, + 51.467038 ], [ - 0.001524, - 51.510151 + -0.289423, + 51.46624 ], [ - 0.001763, - 51.510248 + -0.289875, + 51.465809 ], [ - 0.00199, - 51.51037 + -0.290222, + 51.465515 ], [ - 0.002204, - 51.510493 + -0.290764, + 51.46513 ], [ - 0.002534, - 51.510728 + -0.291173, + 51.46491 ], [ - 0.002908, - 51.51109 + -0.291528, + 51.464757 ], [ - 0.003243, - 51.511505 + -0.291951, + 51.464616 ], [ - 0.00351, - 51.511848 + -0.292235, + 51.464543 ], [ - 0.003714, - 51.512198 + -0.292742, + 51.464435 ], [ - 0.004052, - 51.51332 + -0.296008, + 51.463895 ], [ - 0.00429, - 51.513668 + -0.297791, + 51.463567 ], [ - 0.004516, - 51.513864 + -0.298561, + 51.46347 ], [ - 0.005024, - 51.514223 + -0.299594, + 51.463461 ], [ - 0.005749, - 51.514631 + -0.301184, + 51.463331 + ] + ] + }, + "properties": { + "line": "District", + "name": "District", + "color": "#007229", + "order": 4, + "segmentName": "Di_Mi_0", + "segmentType": "overlap", + "overlapSectionId": "section_31", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 354, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.088897, + 51.513327 ], [ - 0.006161, - 51.514785 + -0.087355, + 51.511292 ], [ - 0.006369, - 51.514825 + -0.08703, + 51.5108 ], [ - 0.006659, - 51.514843 + -0.086909, + 51.510701 ], [ - 0.006927, - 51.514821 + -0.086635, + 51.510624 ], [ - 0.007157, - 51.514765 + -0.086274, + 51.510574 ], [ - 0.007475, - 51.514625 + -0.084317, + 51.51061 ], [ - 0.008021, - 51.514186 + -0.083304, + 51.510503 ], [ - 0.008021, - 51.514186 + -0.082557, + 51.5103 ], [ - 0.008712, - 51.513484 + -0.080464, + 51.509582 ], [ - 0.008892, - 51.513188 + -0.078757, + 51.509423 ], [ - 0.00913, - 51.512649 + -0.077651, + 51.509349 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL_Ci_0", + "segmentType": "overlap", + "overlapSectionId": "section_92", + "overlapOffsetPx": 2 + } + }, + { + "type": "Feature", + "id": 355, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.077651, + 51.509349 ], [ - 0.009224, - 51.512376 + -0.076635, + 51.509382 ], [ - 0.009275, - 51.512049 + -0.075107, + 51.509646 ], [ - 0.009599, - 51.511247 + -0.073757, + 51.509973 ], [ - 0.009847, - 51.510825 + -0.072238, + 51.510421 ], [ - 0.010083, - 51.510596 + -0.071714, + 51.510537 ], [ - 0.010358, - 51.51045 + -0.070852, + 51.510627 ], [ - 0.01094, - 51.510255 + -0.069512, + 51.510838 ], [ - 0.011194, - 51.51015 + -0.068742, + 51.510891 ], [ - 0.011421, - 51.510025 + -0.067289, + 51.511062 ], [ - 0.011932, - 51.509686 + -0.066866, + 51.511095 ], [ - 0.012459, - 51.509454 + -0.064768, + 51.511242 ], [ - 0.013085, - 51.509256 + -0.062384, + 51.511358 ], [ - 0.013677, - 51.50912 + -0.06052, + 51.511531 ], [ - 0.014098, - 51.509049 + -0.057223, + 51.511672 ], [ - 0.014819, - 51.509002 + -0.055817, + 51.511761 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL0_a", + "segmentType": "solo", + "overlapOffsetPx": 2 + } + }, + { + "type": "Feature", + "id": 356, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.055817, + 51.511761 ], [ - 0.016084, - 51.508984 + -0.055817, + 51.511761 ], [ - 0.016679, - 51.508998 + -0.054742, + 51.511828 ], [ - 0.016994, - 51.50903 + -0.053338, + 51.511889 ], [ - 0.017854, - 51.509156 + -0.05236, + 51.511906 ], [ - 0.019073, - 51.509335 + -0.050867, + 51.511963 ], [ - 0.020204, - 51.509462 + -0.048992, + 51.512052 ], [ - 0.021705, - 51.509565 + -0.046063, + 51.512136 ], [ - 0.023644, - 51.509652 + -0.043148, + 51.512253 ], [ - 0.024663, - 51.509685 + -0.042198, + 51.512206 ], [ - 0.026346, - 51.509683 + -0.041065, + 51.512257 ], [ - 0.027381, - 51.509682 + -0.040186, + 51.512379 ], [ - 0.029589, - 51.509744 + -0.039718, + 51.512373 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL0_b", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 357, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.039718, + 51.512373 ], [ - 0.030281, - 51.509741 + -0.039718, + 51.512373 ], [ - 0.032074, - 51.509663 + -0.039687, + 51.512372 ], [ - 0.033675, - 51.509478 + -0.038507, + 51.512322 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL0_c", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 358, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.038507, + 51.512322 ], [ - 0.034108, - 51.509428 + -0.036595, + 51.51216 ], [ - 0.034401, - 51.509379 + -0.035267, + 51.511978 ], [ - 0.034825, - 51.509272 + -0.03441, + 51.51184 ], [ - 0.035221, - 51.509132 + -0.033548, + 51.511684 ], [ - 0.036115, - 51.508672 + -0.032581, + 51.511478 ], [ - 0.036516, - 51.508499 + -0.031369, + 51.511162 ], [ - 0.036739, - 51.508424 + -0.029677, + 51.510637 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL_EL_0", + "segmentType": "overlap", + "overlapSectionId": "section_72", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 359, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.029677, + 51.510637 ], [ - 0.03721, - 51.508287 + -0.028752, + 51.510291 ], [ - 0.037515, - 51.508221 + -0.026736, + 51.509451 ], [ - 0.0383, - 51.508124 + -0.026736, + 51.509451 ], [ - 0.04251, - 51.507986 + -0.026726235388830892, + 51.5094475230067 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL1_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 360, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.026726235388830892, + 51.5094475230067 ], [ - 0.044326, - 51.507976 + -0.025256, + 51.508924 ], [ - 0.044711, - 51.508034 + -0.023881, + 51.508521 ], [ - 0.045005, - 51.508108 + -0.023306, + 51.508371 ], [ - 0.045984, - 51.508453 + -0.022673, + 51.508224 ], [ - 0.046839, - 51.508753 + -0.021021, + 51.507895 ], [ - 0.047225, - 51.508872 + -0.020591, + 51.507775 ], [ - 0.047462, - 51.508922 + -0.020431, + 51.507691 ], [ - 0.048104, - 51.508945 + -0.020299, + 51.507544 ], [ - 0.054915, - 51.508728 + -0.020275, + 51.507368 ], [ - 0.06395, - 51.508441 + -0.020329, + 51.507165 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL1_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 361, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.020329, + 51.507165 ], [ - 0.064953, - 51.508409 + -0.020329, + 51.507165 ], [ - 0.065485, - 51.508345 + -0.020634, + 51.506003 ], [ - 0.06572, - 51.508293 + -0.021007, + 51.504784 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL1_c", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 362, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.021007, + 51.504784 ], [ - 0.065916, - 51.508219 + -0.021007, + 51.504784 ], [ - 0.067377, - 51.507413 + -0.021069, + 51.504582 ], [ - 0.067698, - 51.50728 + -0.021405, + 51.503351 ], [ - 0.068143, - 51.507149 + -0.021494189104013052, + 51.5030246098956 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL1_d", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 363, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.021494189104013052, + 51.5030246098956 ], [ - 0.068456, - 51.507097 + -0.021872, + 51.501642 ], [ - 0.068902, - 51.507052 + -0.021879, + 51.501493 ], [ - 0.069998, - 51.507052 + -0.021807, + 51.501316 ], [ - 0.070289, - 51.50709 + -0.021667, + 51.501194 ], [ - 0.070774, - 51.507212 + -0.021535, + 51.501123 ], [ - 0.07108, - 51.507366 + -0.021264, + 51.501047 ], [ - 0.071456, - 51.507652 + -0.019446, + 51.500644 ], [ - 0.071606, - 51.50782 + -0.018504, + 51.500539 ], [ - 0.071766, - 51.50811 + -0.018279, + 51.500493 ], [ - 0.071814, - 51.508373 + -0.017745, + 51.500223 ], [ - 0.071802, - 51.50853 + -0.017564, + 51.500173 ], [ - 0.071491, - 51.512684 + -0.016308, + 51.500026 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL1_e", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 364, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.016308, + 51.500026 ], [ - 0.071374, - 51.513004 + -0.016308, + 51.500026 ], [ - 0.071278, - 51.51316 + -0.014446, + 51.499808 ], [ - 0.071001, - 51.513473 + -0.014187, + 51.499748 ], [ - 0.070777, - 51.513629 + -0.01407, + 51.499701 ], [ - 0.070294, - 51.513906 + -0.013897, + 51.499575 ], [ - 0.070011, - 51.514043 + -0.013789, + 51.499409 ], [ - 0.069378, - 51.514219 + -0.013769, + 51.499265 ], [ - 0.068937, - 51.51428 + -0.014005, + 51.497736 ], [ - 0.065513, - 51.514419 + -0.014097, + 51.497441 ], [ - 0.063832, - 51.51447 + -0.014355, + 51.49682 ], [ - 0.063383, - 51.514444 + -0.014397, + 51.496624 ], [ - 0.062765, - 51.514436 + -0.014481, + 51.495821 ], [ - 0.061053, - 51.514279 + -0.014481, + 51.495821 ] ] }, @@ -50328,4029 +30775,5221 @@ "line": "DLR", "name": "DLR", "color": "#00AFAD", - "order": 3 + "order": 3, + "segmentName": "DL1_f", + "segmentType": "solo", + "overlapOffsetPx": 0 } }, { "type": "Feature", + "id": 365, "geometry": { "type": "LineString", "coordinates": [ [ - -0.225083, - 51.494096 + -0.014481, + 51.495821 ], [ - -0.226674, - 51.501958 + -0.014801, + 51.492753 ], [ - -0.226739, - 51.502276 + -0.014945, + 51.492122 ], [ - -0.226794, - 51.502617 + -0.014954, + 51.491698 ], [ - -0.226826, - 51.503093 + -0.014954, + 51.491698 ], [ - -0.226811, - 51.503531 - ], + -0.01495147553914583, + 51.49165213896115 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL1_g", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 366, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.22673, - 51.504149 + -0.01495147553914583, + 51.49165213896115 ], [ - -0.226421, - 51.505571 + -0.014918, + 51.491044 ], [ - -0.226047, - 51.507295 + -0.014844, + 51.490797 ], [ - -0.225952, - 51.50759 + -0.01477, + 51.490676 ], [ - -0.225736, - 51.508059 + -0.014624, + 51.490524 ], [ - -0.225569, - 51.508339 + -0.013841, + 51.489933 ], [ - -0.225303, - 51.508707 + -0.010971, + 51.488335 ], [ - -0.224869, - 51.509177 + -0.010294, + 51.487916 ], [ - -0.224242, - 51.509725 + -0.010294, + 51.487916 ], [ - -0.224242, - 51.509725 - ], + -0.010221447446053265, + 51.48786463977281 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL1_h", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 367, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.223712, - 51.510074 + -0.010221447446053265, + 51.48786463977281 ], [ - -0.223064, - 51.510441 + -0.010003, + 51.48771 ], [ - -0.222643, - 51.510644 + -0.009407, + 51.487505 ], [ - -0.221446, - 51.511127 + -0.008746, + 51.487162 ], [ - -0.220503, - 51.51157 + -0.008286, + 51.486704 ], [ - -0.219815, - 51.511979 + -0.008079, + 51.486007 ], [ - -0.217742, - 51.513525 + -0.008392, + 51.4852 ], [ - -0.214708, - 51.515787 + -0.009227, + 51.483969 ], [ - -0.21407, - 51.516179 + -0.010215, + 51.482936 ], [ - -0.213283, - 51.516574 + -0.0107, + 51.482057 ], [ - -0.212857, - 51.516752 + -0.010721, + 51.481741 ], [ - -0.21236, - 51.516927 + -0.010721, + 51.481741 ], [ - -0.211743, - 51.517094 - ], + -0.010717110475308236, + 51.48171810596226 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL1_i", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 368, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.210916, - 51.51728 + -0.010717110475308236, + 51.48171810596226 ], [ - -0.209327, - 51.517638 + -0.010563, + 51.480811 ], [ - -0.208523, - 51.517861 + -0.010555, + 51.480343 ], [ - -0.208138, - 51.517988 + -0.010784, + 51.479646 ], [ - -0.207744, - 51.518146 + -0.011198, + 51.479186 ], [ - -0.207221, - 51.518396 + -0.011705, + 51.478822 ], [ - -0.206653, - 51.518715 + -0.012533, + 51.478394 ], [ - -0.206086, - 51.519117 + -0.013339, + 51.478188 ], [ - -0.205138, - 51.519878 + -0.013976, + 51.478089 ], [ - -0.204698, - 51.520181 + -0.01414, + 51.478071 ], [ - -0.204515, - 51.520301 + -0.01414, + 51.478071 ], [ - -0.20392, - 51.520594 - ], + -0.014205937267095377, + 51.478069531692135 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL1_j", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 369, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.203208, - 51.520812 + -0.014205937267095377, + 51.478069531692135 ], [ - -0.202724, - 51.520905 + -0.016071, + 51.478028 ], [ - -0.202108, - 51.520954 + -0.017518, + 51.477955 ], [ - -0.201508, - 51.520949 + -0.017886, + 51.477915 ], [ - -0.200963, - 51.520891 + -0.018291, + 51.477829 ], [ - -0.200963, - 51.520891 + -0.018706, + 51.477688 ], [ - -0.200317, - 51.520758 + -0.019159, + 51.477453 ], [ - -0.198576, - 51.520325 + -0.019408, + 51.477281 ], [ - -0.197529, - 51.520094 + -0.019883, + 51.476867 ], [ - -0.195609, - 51.519715 + -0.020169, + 51.476684 ], [ - -0.195206, - 51.519676 + -0.020329, + 51.476607 ], [ - -0.193524, - 51.519596 + -0.020834, + 51.47643 ], [ - -0.190247, - 51.519263 + -0.021807, + 51.476245 ], [ - -0.188216, - 51.519078 + -0.022072, + 51.476172 ], [ - -0.186877, - 51.518955 + -0.022394, + 51.476032 ], [ - -0.185658, - 51.518882 + -0.022666, + 51.475831 ], [ - -0.184716, - 51.518882 + -0.022826, + 51.475602 ], [ - -0.183819, - 51.518858 + -0.022849, + 51.475533 ], [ - -0.181052, - 51.518653 + -0.022871, + 51.475341 ], [ - -0.179868, - 51.518688 + -0.022827, + 51.475074 ], [ - -0.179533, - 51.518679 + -0.02242, + 51.474168 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL1_k", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 370, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.02242, + 51.474168 ], [ - -0.179219, - 51.51863 + -0.02242, + 51.474168 ], [ - -0.17879, - 51.518498 + -0.021968, + 51.473161 ], [ - -0.178062, - 51.518308 + -0.021809, + 51.472254 ], [ - -0.177785, - 51.518236 + -0.021619, + 51.471887 ], [ - -0.177616, - 51.518171 + -0.021466, + 51.471702 ], [ - -0.177273, - 51.517926 + -0.021179, + 51.471445 ], [ - -0.176891, - 51.517702 + -0.019945, + 51.470624 ], [ - -0.176671, - 51.517629 + -0.019314, + 51.470074 ], [ - -0.176079, - 51.517473 + -0.018908, + 51.469809 ], [ - -0.175684, - 51.517454 + -0.018702, + 51.46971 ], [ - -0.175535, - 51.517464 + -0.018217, + 51.469542 ], [ - -0.171232, - 51.518178 + -0.017374, + 51.469371 ], [ - -0.17075, - 51.518298 + -0.017195, + 51.469316 ], [ - -0.168382, - 51.519623 + -0.017195, + 51.469316 ], [ - -0.167652, - 51.519906 + -0.01694, + 51.4692 ], [ - -0.167288, - 51.520047 + -0.016786, + 51.469096 ], [ - -0.165603, - 51.520601 + -0.016078, + 51.468335 ], [ - -0.165003, - 51.520752 + -0.015765, + 51.467947 ], [ - -0.163689, - 51.520975 + -0.01534, + 51.467492 ], [ - -0.157492, - 51.522153 + -0.014471, + 51.466854 ], [ - -0.156563, - 51.522316 + -0.014249, + 51.466631 ], [ - -0.152393, - 51.523047 + -0.01291, + 51.464714 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL1_l", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 371, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.022673, + 51.508224 ], [ - -0.150532, - 51.523143 + -0.021368, + 51.508385 ], [ - -0.148966, - 51.523322 + -0.020859, + 51.508386 ], [ - -0.145933, - 51.523848 + -0.02048, + 51.50832 ], [ - -0.145521, - 51.523901 + -0.019722, + 51.508126 ], [ - -0.144955, - 51.52391 + -0.019144, + 51.508022 ], [ - -0.143934, - 51.523838 + -0.017889, + 51.507881 ], [ - -0.143921, - 51.523837 + -0.017889, + 51.507881 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL2_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 372, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.017889, + 51.507881 ], [ - -0.143406, - 51.523856 + -0.01671, + 51.507749 ], [ - -0.142908, - 51.523911 + -0.015698, + 51.507581 ], [ - -0.139386, - 51.524643 + -0.015262, + 51.50753 ], [ - -0.136795, - 51.525329 + -0.014191, + 51.507495 ], [ - -0.136115, - 51.525543 + -0.011582, + 51.507516 ], [ - -0.135863, - 51.525604 + -0.009788, + 51.507672 ], [ - -0.135534, - 51.525684 + -0.008471, + 51.507764 ], [ - -0.131281, - 51.527151 + -0.008129, + 51.507804 ], [ - -0.129743, - 51.527704 + -0.007206, + 51.507952 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL2_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 373, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.007206, + 51.507952 ], [ - -0.126584, - 51.528939 + -0.007206, + 51.507952 ], [ - -0.125825, - 51.529332 + -0.006076, + 51.508133 ], [ - -0.124682, - 51.529773 + -0.005808, + 51.508192 ], [ - -0.123701, - 51.530178 + -0.005269, + 51.508384 ], [ - -0.123701, - 51.530178 + -0.004156, + 51.508941 ], [ - -0.123445, - 51.530373 + -0.003631, + 51.509116 ], [ - -0.122944, - 51.530605 + -0.003302, + 51.509194 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL2_c", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 374, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.003302, + 51.509194 ], [ - -0.122353, - 51.530641 + -0.002861, + 51.509276 ], [ - -0.12161, - 51.53066 + 0.000656, + 51.509925 ], [ - -0.12138, - 51.530655 + 0.001019, + 51.509999 ], [ - -0.121015, - 51.530614 + 0.001524, + 51.510151 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL_EL_1", + "segmentType": "overlap", + "overlapSectionId": "section_73", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 375, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.001524, + 51.510151 ], [ - -0.120533, - 51.530517 + 0.001763, + 51.510248 ], [ - -0.11961, - 51.530292 + 0.002204, + 51.510493 ], [ - -0.11901, - 51.530098 + 0.002534, + 51.510728 ], [ - -0.118509, - 51.529848 + 0.002908, + 51.51109 ], [ - -0.116127, - 51.528482 + 0.00351, + 51.511848 ], [ - -0.113493, - 51.526872 + 0.003617, + 51.512027 ], [ - -0.112677, - 51.52626 + 0.003714, + 51.512198 ], [ - -0.111469, - 51.525557 + 0.003781, + 51.512397 ], [ - -0.110634, - 51.525038 + 0.004052, + 51.51332 ], [ - -0.108462, - 51.523598 + 0.00429, + 51.513668 ], [ - -0.107871, - 51.523257 + 0.004516, + 51.513864 ], [ - -0.107084, - 51.522698 + 0.005024, + 51.514223 ], [ - -0.106658, - 51.522446 + 0.00534, + 51.514415 ], [ - -0.106537, - 51.522331 + 0.005971, + 51.514726 ], [ - -0.1063, - 51.522018 + 0.006161, + 51.514785 ], [ - -0.105598, - 51.521217 + 0.006444, + 51.514833 ], [ - -0.10531, - 51.520939 + 0.006659, + 51.514843 ], [ - -0.104955, - 51.520478 + 0.006927, + 51.514821 ], [ - -0.10491, - 51.52042 + 0.007157, + 51.514765 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL3", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 376, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.007157, + 51.514765 ], [ - -0.10455, - 51.520124 + 0.007349, + 51.514693 ], [ - -0.104349, - 51.520006 + 0.007723, + 51.514443 ], [ - -0.10399, - 51.519846 + 0.008005, + 51.514186 ], [ - -0.103753, - 51.519772 + 0.008346, + 51.513874 ], [ - -0.103203, - 51.519653 + 0.008759, + 51.51342 ], [ - -0.102815, - 51.519609 + 0.008892, + 51.513188 ], [ - -0.102366, - 51.519613 + 0.00913, + 51.512649 ], [ - -0.101987, - 51.519656 + 0.009224, + 51.512376 ], [ - -0.101511, - 51.519759 + 0.009275, + 51.512049 ], [ - -0.10076, - 51.519978 + 0.009599, + 51.511247 ], [ - -0.100127, - 51.520095 + 0.009847, + 51.510825 ], [ - -0.099545, - 51.520144 + 0.010349, + 51.510272 ], [ - -0.097718, - 51.520215 + 0.010904, + 51.508855 ], [ - -0.097627, - 51.520218 + 0.011134, + 51.508532 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL_Ju_0", + "segmentType": "overlap", + "overlapSectionId": "section_54", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 377, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.011134, + 51.508532 ], [ - -0.09725, - 51.5202 + 0.011382, + 51.508244 ], [ - -0.096773, - 51.520138 + 0.011859, + 51.507599 ], [ - -0.090565, - 51.518617 + 0.012583, + 51.506687 ], [ - -0.0887, - 51.518193 + 0.01291, + 51.506384 ], [ - -0.0887, - 51.518193 + 0.013276, + 51.506187 ], [ - -0.083872, - 51.517427 + 0.013488, + 51.506099 ], [ - -0.083213, - 51.5173 + 0.013929, + 51.505965 ], [ - -0.082721, - 51.517225 + 0.01434, + 51.505887 ], [ - -0.08182, - 51.517087 + 0.015214, + 51.505759 ], [ - -0.080904, - 51.516905 + 0.015696, + 51.505621 ], [ - -0.079209, - 51.516374 + 0.01622, + 51.505383 ], [ - -0.078699, - 51.516181 + 0.017674, + 51.504609 ], [ - -0.077182, - 51.515338 + 0.01828, + 51.504313 ], [ - -0.076481, - 51.51492 + 0.018995, + 51.504005 ], [ - -0.076123, - 51.514642 + 0.01986, + 51.503675 ], [ - -0.076038, - 51.514516 + 0.021093, + 51.503245 ], [ - -0.076, - 51.514403 + 0.021635, + 51.50307 ], [ - -0.075816, - 51.514201 + 0.022298, + 51.502877 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL4_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 378, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.022298, + 51.502877 ], [ - -0.075632, - 51.514 + 0.022298, + 51.502877 ], [ - -0.075489, - 51.513807 + 0.023262, + 51.502597 ], [ - -0.075417, - 51.513675 + 0.024137, + 51.50248 ], [ - -0.075405, - 51.513572 + 0.024797, + 51.502347 ], [ - -0.075432, - 51.513386 + 0.025837, + 51.502186 ], [ - -0.075579, - 51.512857 + 0.026968, + 51.502085 ], [ - -0.075582, - 51.512374 + 0.028055, + 51.502044 ], [ - -0.075305, - 51.51111 + 0.029378, + 51.502059 ], [ - -0.075461, - 51.510697 + 0.033312, + 51.50224 ], [ - -0.075873, - 51.51026 + 0.033312, + 51.50224 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL4_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 379, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.033312, + 51.50224 ], [ - -0.076132, - 51.510044 + 0.03408, + 51.502276 ], [ - -0.076132, - 51.510044 + 0.035575, + 51.502398 ], [ - -0.076232, - 51.509994 + 0.036354, + 51.502419 ], [ - -0.076393, - 51.509927 + 0.037327, + 51.502372 ], [ - -0.076637, - 51.509872 + 0.037966, + 51.502377 ], [ - -0.07775, - 51.509812 + 0.038406, + 51.502445 ], [ - -0.077918, - 51.509777 + 0.038818, + 51.502539 ], [ - -0.078315, - 51.509614 + 0.039236, + 51.502695 ], [ - -0.078459, - 51.509585 + 0.039532, + 51.502852 ], [ - -0.079634, - 51.509646 + 0.040888, + 51.503693 ], [ - -0.080401, - 51.509664 + 0.04111, + 51.503796 ], [ - -0.082688, - 51.510446 + 0.041355, + 51.50387 ], [ - -0.083154, - 51.510558 + 0.041709, + 51.503929 ], [ - -0.083836, - 51.51063 + 0.042059, + 51.503934 ], [ - -0.08432, - 51.510633 + 0.042616, + 51.503864 ], [ - -0.085172, - 51.510581 + 0.043173, + 51.503854 ], [ - -0.085733, - 51.5106 + 0.043493, + 51.503903 ], [ - -0.086103, - 51.510651 + 0.044224, + 51.504078 ], [ - -0.086474, - 51.510732 + 0.044396, + 51.504095 ], [ - -0.086677, - 51.510777 + 0.046005, + 51.504069 ], [ - -0.086986, - 51.51092 + 0.046853, + 51.504026 ], [ - -0.08721, - 51.51099 + 0.047191, + 51.503956 ], [ - -0.08921, - 51.511376 + 0.047448, + 51.503874 ], [ - -0.089636, - 51.511409 + 0.048376, + 51.503556 ], [ - -0.090072, - 51.511398 - ], + 0.048376, + 51.503556 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL4_c", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 380, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.090323, - 51.511391 + 0.048376, + 51.503556 ], [ - -0.09074, - 51.51142 + 0.048783, + 51.503416 ], [ - -0.092122, - 51.511664 + 0.049186, + 51.50322 ], [ - -0.093754, - 51.51191 + 0.049782, + 51.502824 ], [ - -0.094202, - 51.511945 + 0.050019, + 51.502694 ], [ - -0.094576, - 51.511974 + 0.050311, + 51.502598 ], [ - -0.096267, - 51.511856 + 0.050627, + 51.502545 ], [ - -0.097312, - 51.511841 + 0.051033, + 51.502513 ], [ - -0.098324, - 51.511882 + 0.05314, + 51.502434 ], [ - -0.101462, - 51.512074 + 0.056667, + 51.502165 ], [ - -0.10192, - 51.512068 + 0.059563, + 51.502056 ], [ - -0.10255, - 51.511946 + 0.060421, + 51.502071 ], [ - -0.103776, - 51.511597 + 0.060858, + 51.502046 ], [ - -0.104327, - 51.511439 + 0.061314, + 51.501992 ], [ - -0.105099, - 51.511268 + 0.062158, + 51.501952 ], [ - -0.105405, - 51.511231 + 0.062776, + 51.501936 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL4_d", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 381, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.062776, + 51.501936 ], [ - -0.106959, - 51.511209 + 0.062776, + 51.501936 ], [ - -0.110963, - 51.511202 + 0.06358, + 51.501916 ], [ - -0.112412, - 51.511165 + 0.064116, + 51.501924 ], [ - -0.113294, - 51.511111 + 0.066044, + 51.501804 ], [ - -0.113746, - 51.511062 + 0.067603, + 51.501669 ], [ - -0.114771, - 51.510917 + 0.069626, + 51.501543 ], [ - -0.114813, - 51.510911 + 0.070128, + 51.501467 ], [ - -0.11565, - 51.51075 + 0.070638, + 51.501356 ], [ - -0.11639, - 51.510549 + 0.07128, + 51.501113 ], [ - -0.118538, - 51.509893 + 0.071985, + 51.500725 ], [ - -0.118998, - 51.509728 + 0.072734, + 51.500278 ], [ - -0.120054, - 51.509183 + 0.073692, + 51.499493 ], [ - -0.120878, - 51.508638 + 0.074796, + 51.498483 ], [ - -0.121308, - 51.508398 + 0.075404, + 51.497675 ], [ - -0.121497, - 51.508252 + 0.075929, + 51.496714 ], [ - -0.12187, - 51.507835 + 0.076453, + 51.495317 ], [ - -0.122109, - 51.50762 + 0.076748, + 51.493921 ], [ - -0.122393, - 51.507252 + 0.076805, + 51.493205 ], [ - -0.122577, - 51.507014 + 0.076785, + 51.492743 ], [ - -0.122854, - 51.506394 + 0.076672, + 51.492139 ], [ - -0.123316, - 51.504856 + 0.076389, + 51.491466 ], [ - -0.123944, - 51.502549 + 0.075905, + 51.490996 ], [ - -0.124076, - 51.502186 + 0.075008, + 51.490352 ], [ - -0.12422, - 51.501947 + 0.074199, + 51.489989 ], [ - -0.124432, - 51.501734 + 0.073419, + 51.48982 ], [ - -0.124736, - 51.501501 + 0.072619, + 51.489695 ], [ - -0.125113, - 51.501278 + 0.071628, + 51.489651 ], [ - -0.125227, - 51.501211 + 0.070796, + 51.48967 ], [ - -0.125956, - 51.500878 + 0.070355, + 51.489734 ], [ - -0.127643, - 51.500167 + 0.070117, + 51.489812 ], [ - -0.12791, - 51.500064 + 0.070021, + 51.489856 ], [ - -0.128444, - 51.499921 + 0.06945, + 51.490252 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL4_e", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 382, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.008861, + 51.545763 ], [ - -0.129032, - 51.499823 + -0.010126, + 51.545778 ], [ - -0.129689, - 51.499766 + -0.010492, + 51.54573 ], [ - -0.130311, - 51.499749 + -0.010617, + 51.545699 ], [ - -0.132116, - 51.499769 + -0.011166, + 51.545467 ], [ - -0.132743, - 51.499734 + -0.012011, + 51.545102 ], [ - -0.133327, - 51.499652 + -0.012212, + 51.544991 ], [ - -0.133368, - 51.499646 + -0.012488, + 51.544795 ], [ - -0.134338, - 51.499413 + -0.012811, + 51.544518 ], [ - -0.135346, - 51.49904 + -0.013096, + 51.544228 ], [ - -0.137312, - 51.498049 + -0.013165, + 51.54412 ], [ - -0.137982, - 51.497748 + -0.013298, + 51.543781 ], [ - -0.138709, - 51.497516 + -0.013352, + 51.543513 ], [ - -0.139331, - 51.497368 + -0.013319, + 51.543211 ], [ - -0.14022, - 51.49709 + -0.01325, + 51.543016 ], [ - -0.140954, - 51.496819 + -0.013027, + 51.54267 ], [ - -0.141521, - 51.496673 + -0.012863, + 51.542491 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL5", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 383, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.012863, + 51.542491 ], [ - -0.142996, - 51.496387 + -0.012561, + 51.542267 ], [ - -0.14323, - 51.496358 + -0.01233, + 51.542144 ], [ - -0.143744, - 51.496334 + -0.012056, + 51.542018 ], [ - -0.143744, - 51.496334 + -0.011541, + 51.541847 ], [ - -0.144727, - 51.49634 + -0.010948, + 51.541722 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL_Mi_0", + "segmentType": "overlap", + "overlapSectionId": "section_32", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 384, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.010948, + 51.541722 ], [ - -0.145167, - 51.496285 + -0.010653, + 51.541684 ], [ - -0.145602, - 51.496173 + -0.010057, + 51.541657 ], [ - -0.145799, - 51.496104 + -0.00967, + 51.541658 ], [ - -0.146156, - 51.495933 + -0.009353, + 51.541691 ], [ - -0.146338, - 51.495815 + -0.009026, + 51.541776 ], [ - -0.146493, - 51.495671 + -0.007418, + 51.542309 ], [ - -0.147271, - 51.494756 + -0.007108, + 51.54236 ], [ - -0.148389, - 51.493346 + -0.006797, + 51.542385 ], [ - -0.1487, - 51.493069 + -0.006372, + 51.542394 ], [ - -0.149128, - 51.492832 + -0.005747, + 51.542347 ], [ - -0.149361, - 51.492742 + -0.00519, + 51.542253 ], [ - -0.150929, - 51.492202 + -0.004676, + 51.542091 ], [ - -0.151659, - 51.492023 + -0.0044, + 51.541962 ], [ - -0.152267, - 51.491959 + -0.004201, + 51.541822 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL6", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 385, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.004201, + 51.541822 ], [ - -0.154001, - 51.491882 + -0.004195, + 51.541818 ], [ - -0.154408, - 51.491907 + -0.003675, + 51.541275 ], [ - -0.155307, - 51.492052 + -0.002981, + 51.540408 ], [ - -0.156037, - 51.492193 + -0.001681, + 51.538871 ], [ - -0.156452, - 51.492329 + -0.001488, + 51.538606 ], [ - -0.159622, - 51.493367 + -0.001127, + 51.538268 ], [ - -0.161356, - 51.493634 + -0.00061, + 51.537895 ], [ - -0.170653, - 51.494033 + -0.000338, + 51.537699 ], [ - -0.17217, - 51.494013 + 0.0001, + 51.53733 ], [ - -0.173915, - 51.494077 + 0.000468, + 51.536984 ], [ - -0.174218, - 51.494088 + 0.000746, + 51.536631 ], [ - -0.174655, - 51.494085 + 0.001754, + 51.535168 ], [ - -0.17542, - 51.494043 + 0.001906, + 51.534905 ], [ - -0.179202, - 51.493723 + 0.002394, + 51.533856 ], [ - -0.179702, - 51.493739 + 0.002615, + 51.533499 ], [ - -0.180215, - 51.49379 + 0.00353, + 51.532394 ], [ - -0.182942, - 51.494333 + 0.003728, + 51.532115 ], [ - -0.183472, - 51.494438 + 0.003823, + 51.531959 ], [ - -0.185823, - 51.49494 + 0.00404, + 51.5316 ], [ - -0.186239, - 51.495078 + 0.004245, + 51.531088 ], [ - -0.186471, - 51.495196 + 0.004277, + 51.530602 ], [ - -0.186973, - 51.495503 + 0.004055, + 51.529676 ], [ - -0.187592, - 51.496102 + 0.004109, + 51.529207 ], [ - -0.18796, - 51.496573 + 0.004368, + 51.528478 ], [ - -0.188355, - 51.497138 + 0.00442, + 51.528144 ], [ - -0.189274, - 51.498091 + 0.004426, + 51.52811 ], [ - -0.190968, - 51.499262 + 0.00452, + 51.52553 ], [ - -0.192304, - 51.500554 + 0.004287, + 51.522852 ], [ - -0.192436, - 51.500697 + 0.004143, + 51.521952 ], [ - -0.19266, - 51.500941 + 0.004098, + 51.521362 ], [ - -0.193223, - 51.501639 + 0.004168, + 51.520699 ], [ - -0.193665, - 51.50246 + 0.004248, + 51.519953 ], [ - -0.194295, - 51.503994 + 0.004333, + 51.519525 ], [ - -0.195339, - 51.506758 + 0.004418, + 51.519178 ], [ - -0.196068, - 51.508813 + 0.004753, + 51.518191 ], [ - -0.196086, - 51.509076 + 0.005158, + 51.51735 ], [ - -0.196095, - 51.5092 + 0.005304, + 51.517115 ], [ - -0.195965, - 51.509807 + 0.005628, + 51.516629 ], [ - -0.195828, - 51.510126 + 0.006296, + 51.515757 ], [ - -0.195566, - 51.510493 + 0.007033, + 51.515035 ], [ - -0.195336, - 51.510761 - ], + 0.008005, + 51.514186 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL_Ju_1", + "segmentType": "overlap", + "overlapSectionId": "section_55", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 386, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.194846, - 51.511108 + -0.003675, + 51.541275 ], [ - -0.194557, - 51.511263 + -0.004213, + 51.540847 ], [ - -0.193812, - 51.51154 + -0.00477, + 51.540317 ], [ - -0.192471, - 51.511832 + -0.00514, + 51.540107 ], [ - -0.191841, - 51.511941 + -0.005727, + 51.539819 ], [ - -0.189812, - 51.512191 + -0.006022, + 51.539637 ], [ - -0.188054, - 51.512317 + -0.00646, + 51.539289 ], [ - -0.187837, - 51.512333 + -0.007331, + 51.538452 ], [ - -0.186532, - 51.512392 + -0.00879, + 51.537233 ], [ - -0.185371, - 51.512468 + -0.009649, + 51.536602 ], [ - -0.18303, - 51.512666 + -0.010903, + 51.535785 ], [ - -0.182144, - 51.512778 + -0.011214, + 51.535552 ], [ - -0.181449, - 51.512895 + -0.011418, + 51.535392 ], [ - -0.180866, - 51.513016 + -0.012412, + 51.534473 ], [ - -0.180304, - 51.513202 + -0.013515, + 51.533844 ], [ - -0.1796, - 51.513438 + -0.01371, + 51.533746 ], [ - -0.178902, - 51.513774 + -0.014902, + 51.533146 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL_Ce_0", + "segmentType": "overlap", + "overlapSectionId": "section_93", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 387, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.014902, + 51.533146 ], [ - -0.177047, - 51.514775 + -0.016152, + 51.532793 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL7", + "segmentType": "solo", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 388, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.016152, + 51.532793 ], [ - -0.176075, - 51.5151 + -0.017667, + 51.532184 ], [ - -0.175462, - 51.515449 + -0.01894, + 51.531553 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL_Ce_1", + "segmentType": "overlap", + "overlapSectionId": "section_94", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 389, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.01894, + 51.531553 ], [ - -0.174859, - 51.515768 + -0.020347, + 51.530977 ], [ - -0.173853, - 51.516299 + -0.021, + 51.530666 ], [ - -0.172244, - 51.5172 + -0.021182, + 51.530599 ], [ - -0.171782, - 51.5175 + -0.021555, + 51.530374 ], [ - -0.171257, - 51.518028 + -0.02194, + 51.530035 ], [ - -0.170912, - 51.51821 + -0.02214, + 51.529765 ], [ - -0.170743, - 51.51827 + -0.022208, + 51.529526 ], [ - -0.169455, - 51.518957 + -0.02221, + 51.52943 ], [ - -0.168831, - 51.519326 + -0.022111, + 51.529214 ], [ - -0.168276, - 51.519587 + -0.020911, + 51.527729 ], [ - -0.167594, - 51.519847 + -0.020755, + 51.527493 ] ] }, "properties": { - "line": "Circle", - "name": "Circle", - "color": "#FFCE00", - "order": 2 + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL8_a", + "segmentType": "solo", + "overlapOffsetPx": -1 } }, { "type": "Feature", + "id": 390, "geometry": { "type": "LineString", "coordinates": [ [ - 0.093459, - 51.603687 - ], - [ - 0.094929, - 51.608461 - ], - [ - 0.095052, - 51.608958 - ], - [ - 0.095083, - 51.609427 - ], - [ - 0.094988, - 51.60995 + -0.020755, + 51.527493 ], [ - 0.094858, - 51.610328 + -0.020755, + 51.527493 ], [ - 0.094592, - 51.61076 + -0.019136, + 51.525031 ], [ - 0.093862, - 51.61176 - ], + -0.017592, + 51.522625 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL8_b", + "segmentType": "solo", + "overlapOffsetPx": -0.75 + } + }, + { + "type": "Feature", + "id": 391, + "geometry": { + "type": "LineString", + "coordinates": [ [ - 0.09339, - 51.612359 + -0.017592, + 51.522625 ], [ - 0.092956, - 51.612786 + -0.017592, + 51.522625 ], [ - 0.092516, - 51.613121 + -0.015945, + 51.52006 ], [ - 0.092121, - 51.613332 + -0.015361, + 51.51898 ], [ - 0.091545, - 51.613639 + -0.015182, + 51.518565 ], [ - 0.088946, - 51.614447 + -0.014922, + 51.51782 ], [ - 0.08633, - 51.615159 + -0.014113, + 51.515139 ], [ - 0.084016, - 51.615864 - ], + -0.014072, + 51.514992 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL8_c", + "segmentType": "solo", + "overlapOffsetPx": -0.5 + } + }, + { + "type": "Feature", + "id": 392, + "geometry": { + "type": "LineString", + "coordinates": [ [ - 0.082211, - 51.616317 + -0.014072, + 51.514992 ], [ - 0.074748, - 51.617826 + -0.014072, + 51.514992 ], [ - 0.074523, - 51.617863 + -0.013516, + 51.513014 ], [ - 0.072696, - 51.618158 + -0.013368, + 51.512361 ], [ - 0.066725, - 51.619049 + -0.013261, + 51.511485 ], [ - 0.064485, - 51.61932 - ], + -0.013161, + 51.511082 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL8_d", + "segmentType": "solo", + "overlapOffsetPx": -0.25 + } + }, + { + "type": "Feature", + "id": 393, + "geometry": { + "type": "LineString", + "coordinates": [ [ - 0.06261, - 51.619422 + -0.013161, + 51.511082 ], [ - 0.061513, - 51.619449 + -0.013161, + 51.511082 ], [ - 0.059979, - 51.619427 + -0.012949, + 51.510228 ], [ - 0.058604, - 51.619355 + -0.012809, + 51.509819 ], [ - 0.056389, - 51.619118 + -0.012547, + 51.509212 ], [ - 0.053709, - 51.6187 + -0.011822, + 51.508166 ], [ - 0.043934, - 51.617114 + -0.011776, + 51.507963 ], [ - 0.04388, - 51.617106 + -0.011826, + 51.507806 ], [ - 0.043399, - 51.617006 + -0.011943, + 51.507674 ], [ - 0.042492, - 51.616753 + -0.012142, + 51.507572 ], [ - 0.042046, - 51.61658 + -0.012408, + 51.507529 ], [ - 0.041368, - 51.616227 - ], + -0.014191, + 51.507495 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL8_e", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 394, + "geometry": { + "type": "LineString", + "coordinates": [ [ - 0.040813, - 51.615844 + 0.010349, + 51.510272 ], [ - 0.035769, - 51.609524 + 0.01094, + 51.510255 ], [ - 0.034878, - 51.608293 + 0.011194, + 51.51015 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL_EL_2", + "segmentType": "overlap", + "overlapSectionId": "section_74", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 395, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.011194, + 51.51015 ], [ - 0.034352, - 51.607479 + 0.011421, + 51.510025 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL9", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 396, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.011421, + 51.510025 ], [ - 0.03408, - 51.607023 + 0.011932, + 51.509686 ], [ - 0.033859, - 51.606655 + 0.012459, + 51.509454 ], [ - 0.029667, - 51.599037 + 0.013085, + 51.509256 ], [ - 0.028805, - 51.597215 + 0.013677, + 51.50912 ], [ - 0.028248, - 51.595719 + 0.014098, + 51.509049 ], [ - 0.02795, - 51.594654 + 0.014819, + 51.509002 ], [ - 0.027342, - 51.591724 + 0.016084, + 51.508984 ], [ - 0.027221, - 51.591139 + 0.016679, + 51.508998 ], [ - 0.026941, - 51.590144 + 0.016994, + 51.50903 ], [ - 0.026569, - 51.589128 + 0.017854, + 51.509156 ], [ - 0.026066, - 51.588034 + 0.019073, + 51.509335 ], [ - 0.025506, - 51.587005 + 0.020204, + 51.509462 ], [ - 0.025006, - 51.58619 + 0.021705, + 51.509565 ], [ - 0.024, - 51.584686 + 0.023644, + 51.509652 ], [ - 0.022859, - 51.582856 + 0.024663, + 51.509685 ], [ - 0.022259, - 51.581815 + 0.026346, + 51.509683 ], [ - 0.021851, - 51.581189 + 0.027381, + 51.509682 ], [ - 0.021566, - 51.580805 + 0.029589, + 51.509744 ], [ - 0.016844, - 51.574429 + 0.030281, + 51.509741 ], [ - 0.016148, - 51.573724 + 0.032074, + 51.509663 ], [ - 0.015717, - 51.573408 + 0.033675, + 51.509478 ], [ - 0.015336, - 51.57318 + 0.034108, + 51.509428 ], [ - 0.012291, - 51.571603 + 0.034401, + 51.509379 ], [ - 0.011713, - 51.571269 + 0.034825, + 51.509272 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL_EL_3", + "segmentType": "overlap", + "overlapSectionId": "section_75", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 397, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.034825, + 51.509272 ], [ - 0.011171, - 51.570925 + 0.035221, + 51.509132 ], [ - 0.010224, - 51.570258 + 0.036115, + 51.508672 ], [ - 0.00937, - 51.569577 + 0.036516, + 51.508499 ], [ - 0.0086, - 51.568811 + 0.036739, + 51.508424 ], [ - 0.008103, - 51.568222 + 0.03721, + 51.508287 ], [ - 0.007945, - 51.568035 + 0.037515, + 51.508221 ], [ - 0.00608, - 51.56531 + 0.0383, + 51.508124 ], [ - 0.005372, - 51.564441 + 0.04251, + 51.507986 ], [ - 0.004634, - 51.563636 + 0.044326, + 51.507976 ], [ - 0.001794, - 51.561243 + 0.044711, + 51.508034 ], [ - 0.000181, - 51.560184 + 0.045005, + 51.508108 ], [ - -0.005677, - 51.556468 + 0.045984, + 51.508453 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL10_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 398, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.045984, + 51.508453 ], [ - -0.005979, - 51.556277 + 0.045984, + 51.508453 ], [ - -0.006517, - 51.555862 + 0.046839, + 51.508753 ], [ - -0.007278, - 51.555117 + 0.047225, + 51.508872 ], [ - -0.007716, - 51.554483 + 0.047462, + 51.508922 ], [ - -0.007932, - 51.553799 + 0.048104, + 51.508945 ], [ - -0.007957, - 51.553425 + 0.054915, + 51.508728 ], [ - -0.007921, - 51.553039 + 0.054915, + 51.508728 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL10_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 399, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.054915, + 51.508728 ], [ - -0.00773, - 51.552467 + 0.06395, + 51.508441 ], [ - -0.007267, - 51.551702 + 0.0639911067124908, + 51.50843968851964 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL10_c", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 400, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.0639911067124908, + 51.50843968851964 ], [ - -0.007075, - 51.551485 + 0.064953, + 51.508409 ], [ - -0.006712, - 51.551159 + 0.065485, + 51.508345 ], [ - -0.006041, - 51.550704 + 0.06572, + 51.508293 ], [ - -0.005518, - 51.550391 + 0.065916, + 51.508219 ], [ - -0.004996, - 51.550109 + 0.067377, + 51.507413 ], [ - -0.00438, - 51.54985 + 0.067698, + 51.50728 ], [ - -0.002995, - 51.549361 + 0.068143, + 51.507149 ], [ - -0.002174, - 51.549037 + 0.068456, + 51.507097 ], [ - -0.001046, - 51.548473 + 0.068902, + 51.507052 ], [ - -0.000563, - 51.548152 + 0.069998, + 51.507052 ], [ - -0.000214, - 51.547849 + 0.070289, + 51.50709 ], [ - 0.000383, - 51.547102 + 0.070774, + 51.507212 ], [ - 0.000587, - 51.54674 + 0.07108, + 51.507366 ], [ - 0.000734, - 51.546387 + 0.071456, + 51.507652 ], [ - 0.000833, - 51.546062 + 0.071606, + 51.50782 ], [ - 0.000873, - 51.545777 + 0.071766, + 51.50811 ], [ - 0.000857, - 51.545409 + 0.071814, + 51.508373 ], [ - 0.000767, - 51.545134 + 0.071802, + 51.50853 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL10_d", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 401, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.071802, + 51.50853 ], [ - 0.000543, - 51.544772 + 0.071802, + 51.50853 ], [ - -0.000059, - 51.544145 + 0.071491, + 51.512684 ], [ - -0.000369, - 51.543892 + 0.071374, + 51.513004 ], [ - -0.001382, - 51.543149 + 0.071278, + 51.51316 ], [ - -0.002526, - 51.542371 + 0.071001, + 51.513473 ], [ - -0.003748, - 51.541582 + 0.070777, + 51.513629 ], [ - -0.003884, - 51.541494 + 0.070294, + 51.513906 ], [ - -0.004699, - 51.540876 + 0.070011, + 51.514043 ], [ - -0.005643, - 51.540356 + 0.069378, + 51.514219 ], [ - -0.006231, - 51.539866 + 0.068937, + 51.51428 ], [ - -0.007626, - 51.538539 + 0.065513, + 51.514419 ], [ - -0.009314, - 51.537096 + 0.063832, + 51.51447 ], [ - -0.011629, - 51.535687 + 0.063383, + 51.514444 ], [ - -0.015015, - 51.533804 + 0.062765, + 51.514436 ], [ - -0.016716, - 51.532792 + 0.061053, + 51.514279 + ] + ] + }, + "properties": { + "line": "DLR", + "name": "DLR", + "color": "#00AFAD", + "order": 3, + "segmentName": "DL10_e", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 402, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.225083, + 51.494096 ], [ - -0.018219, - 51.531772 + -0.226674, + 51.501958 ], [ - -0.021992, - 51.52898 + -0.226739, + 51.502276 ], [ - -0.02338, - 51.528287 + -0.226794, + 51.502617 ], [ - -0.025048, - 51.527586 + -0.226826, + 51.503093 ], [ - -0.02618, - 51.527185 + -0.226811, + 51.503531 ], [ - -0.028159, - 51.526643 + -0.22673, + 51.504149 ], [ - -0.032049, - 51.525784 + -0.226421, + 51.505571 ], [ - -0.032616, - 51.525633 + -0.226047, + 51.507295 ], [ - -0.032892, - 51.525522 + -0.225952, + 51.50759 ], [ - -0.033445, - 51.525356 + -0.225736, + 51.508059 ], [ - -0.033445, - 51.525356 + -0.225569, + 51.508339 ], [ - -0.034718, - 51.525158 + -0.225303, + 51.508707 ], [ - -0.035568, - 51.524933 + -0.224869, + 51.509177 ], [ - -0.03721, - 51.52438 + -0.224242, + 51.509725 ], [ - -0.037838, - 51.524222 + -0.224242, + 51.509725 ], [ - -0.038744, - 51.524053 + -0.223712, + 51.510074 ], [ - -0.039257, - 51.523997 + -0.223064, + 51.510441 ], [ - -0.040627, - 51.52394 + -0.222643, + 51.510644 ], [ - -0.042103, - 51.523957 + -0.221446, + 51.511127 ], [ - -0.043435, - 51.524023 + -0.220503, + 51.51157 ], [ - -0.044725, - 51.524138 + -0.219815, + 51.511979 ], [ - -0.045463, - 51.524242 + -0.217742, + 51.513525 ], [ - -0.046134, - 51.524399 + -0.214708, + 51.515787 ], [ - -0.047322, - 51.524778 + -0.21407, + 51.516179 ], [ - -0.054381, - 51.527187 + -0.213283, + 51.516574 ], [ - -0.055281, - 51.52742 + -0.212857, + 51.516752 ], [ - -0.055488, - 51.527473 + -0.21236, + 51.516927 ], [ - -0.056628, - 51.527636 + -0.211743, + 51.517094 ], [ - -0.057214, - 51.527662 + -0.210916, + 51.51728 ], [ - -0.057875, - 51.527655 + -0.209327, + 51.517638 ], [ - -0.058703, - 51.527604 + -0.208523, + 51.517861 ], [ - -0.061698, - 51.52731 + -0.208138, + 51.517988 ], [ - -0.065996, - 51.526925 + -0.207744, + 51.518146 ], [ - -0.06676, - 51.526795 + -0.207221, + 51.518396 ], [ - -0.067371, - 51.52665 + -0.206653, + 51.518715 ], [ - -0.067966, - 51.526462 + -0.206086, + 51.519117 ], [ - -0.070148, - 51.52564 + -0.205138, + 51.519878 ], [ - -0.071927, - 51.524812 + -0.204698, + 51.520181 ], [ - -0.075582, - 51.523181 + -0.204515, + 51.520301 ], [ - -0.076187, - 51.522832 + -0.20392, + 51.520594 ], [ - -0.077728, - 51.521871 + -0.203208, + 51.520812 ], [ - -0.082074, - 51.518669 + -0.202724, + 51.520905 ], [ - -0.08258, - 51.518172 + -0.202108, + 51.520954 ], [ - -0.083027, - 51.517664 + -0.201508, + 51.520949 ], [ - -0.083126, - 51.51747 + -0.200963, + 51.520891 ], [ - -0.083213, - 51.5173 + -0.200963, + 51.520891 ], [ - -0.083542, - 51.516461 + -0.200317, + 51.520758 ], [ - -0.083679, - 51.516213 + -0.198576, + 51.520325 ], [ - -0.084239, - 51.515537 + -0.197529, + 51.520094 ], [ - -0.084556, - 51.515245 + -0.195609, + 51.519715 ], [ - -0.08496, - 51.514988 + -0.195206, + 51.519676 ], [ - -0.085448, - 51.514796 + -0.193524, + 51.519596 ], [ - -0.085587, - 51.514706 + -0.190247, + 51.519263 ], [ - -0.086194, - 51.514173 + -0.188216, + 51.519078 ], [ - -0.086362, - 51.514104 + -0.186877, + 51.518955 ], [ - -0.086518, - 51.514053 + -0.185658, + 51.518882 ], [ - -0.087846, - 51.51377 + -0.184716, + 51.518882 ], [ - -0.089012, - 51.513447 + -0.183819, + 51.518858 ], [ - -0.089063, - 51.513432 + -0.181052, + 51.518653 ], [ - -0.08945, - 51.513402 + -0.179868, + 51.518688 ], [ - -0.089825, - 51.513428 + -0.179533, + 51.518679 ], [ - -0.095909, - 51.514454 + -0.179219, + 51.51863 ], [ - -0.096318, - 51.514561 + -0.17879, + 51.518498 ], [ - -0.097476, - 51.514923 + -0.178062, + 51.518308 ], [ - -0.098127, - 51.515127 + -0.177785, + 51.518236 ], [ - -0.100283, - 51.515763 + -0.177616, + 51.518171 ], [ - -0.105159, - 51.517374 + -0.177273, + 51.517926 ], [ - -0.106516, - 51.517716 + -0.176891, + 51.517702 ], [ - -0.111685, - 51.518081 + -0.176671, + 51.517629 ], [ - -0.112121, - 51.518112 + -0.176079, + 51.517473 ], [ - -0.113408, - 51.518097 + -0.175684, + 51.517454 ], [ - -0.116287, - 51.518028 + -0.175535, + 51.517464 ], [ - -0.117911, - 51.517815 + -0.171232, + 51.518178 ], [ - -0.119723, - 51.517661 + -0.17075, + 51.518298 ], [ - -0.120058, - 51.517627 + -0.168382, + 51.519623 ], [ - -0.122274, - 51.517402 + -0.167652, + 51.519906 ], [ - -0.125258, - 51.517142 + -0.167288, + 51.520047 ], [ - -0.127916, - 51.516821 + -0.165603, + 51.520601 ], [ - -0.129849, - 51.516506 + -0.165003, + 51.520752 ], [ - -0.130909, - 51.516439 + -0.163689, + 51.520975 ], [ - -0.13262, - 51.516331 + -0.157492, + 51.522153 ], [ - -0.13455, - 51.516142 + -0.156563, + 51.522316 ], [ - -0.137914, - 51.515721 + -0.152393, + 51.523047 ], [ - -0.140234, - 51.515528 + -0.150532, + 51.523143 ], [ - -0.141835, - 51.515337 + -0.148966, + 51.523322 ], [ - -0.14208, - 51.515308 + -0.145933, + 51.523848 ], [ - -0.145925, - 51.514736 + -0.145521, + 51.523901 ], [ - -0.148986, - 51.514325 + -0.144955, + 51.52391 ], [ - -0.14964, - 51.514263 + -0.143934, + 51.523838 ], [ - -0.153801, - 51.513868 + -0.143921, + 51.523837 ], [ - -0.156154, - 51.513734 + -0.143406, + 51.523856 ], [ - -0.158412, - 51.51346 + -0.142908, + 51.523911 ], [ - -0.15904, - 51.513384 + -0.139386, + 51.524643 ], [ - -0.164147, - 51.512942 + -0.136795, + 51.525329 ], [ - -0.175145, - 51.511871 + -0.136115, + 51.525543 ], [ - -0.175434, - 51.511837 + -0.135863, + 51.525604 ], [ - -0.180981, - 51.51117 + -0.135534, + 51.525684 ], [ - -0.18723, - 51.5105 + -0.131281, + 51.527151 ], [ - -0.18745, - 51.510487 + -0.129743, + 51.527704 ], [ - -0.189449, - 51.510369 + -0.126584, + 51.528939 ], [ - -0.190981, - 51.510229 + -0.125825, + 51.529332 ], [ - -0.191942, - 51.510093 + -0.124682, + 51.529773 ], [ - -0.196095, - 51.5092 + -0.123701, + 51.530178 ], [ - -0.196561, - 51.509112 + -0.123701, + 51.530178 ], [ - -0.196844, - 51.509059 + -0.123445, + 51.530373 ], [ - -0.200569, - 51.508595 + -0.122944, + 51.530605 ], [ - -0.202025, - 51.50828 + -0.122353, + 51.530641 ], [ - -0.205675, - 51.507259 + -0.12161, + 51.53066 ], [ - -0.209138, - 51.50629 + -0.12138, + 51.530655 ], [ - -0.217394, - 51.50454 + -0.121015, + 51.530614 ], [ - -0.21786, - 51.504462 + -0.120533, + 51.530517 ], [ - -0.218258, - 51.504432 + -0.11961, + 51.530292 ], [ - -0.21845, - 51.504418 + -0.11901, + 51.530098 ], [ - -0.218946, - 51.504416 + -0.118509, + 51.529848 ], [ - -0.219552, - 51.504464 + -0.116127, + 51.528482 ], [ - -0.220003, - 51.504474 + -0.113493, + 51.526872 ], [ - -0.223419, - 51.504967 + -0.112677, + 51.52626 ], [ - -0.223788, - 51.505042 + -0.111469, + 51.525557 ], [ - -0.22411, - 51.505133 + -0.110634, + 51.525038 ], [ - -0.22429, - 51.505218 + -0.108462, + 51.523598 ], [ - -0.224426, - 51.50532 + -0.107871, + 51.523257 ], [ - -0.224523, - 51.505438 + -0.107084, + 51.522698 ], [ - -0.224627, - 51.50575 + -0.106658, + 51.522446 ], [ - -0.224632, - 51.506129 + -0.106537, + 51.522331 ], [ - -0.224563, - 51.506542 + -0.1063, + 51.522018 ], [ - -0.224382, - 51.507192 + -0.105598, + 51.521217 ], [ - -0.224329, - 51.507617 + -0.10531, + 51.520939 ], [ - -0.22438, - 51.511977 + -0.104955, + 51.520478 ], [ - -0.224385, - 51.512456 + -0.10491, + 51.52042 ], [ - -0.224409, - 51.512704 + -0.10455, + 51.520124 ], [ - -0.224483, - 51.513046 + -0.104349, + 51.520006 ], [ - -0.225067, - 51.514496 + -0.10399, + 51.519846 ], [ - -0.225262, - 51.51474 + -0.103753, + 51.519772 ], [ - -0.22559, - 51.514982 + -0.103203, + 51.519653 ], [ - -0.22593, - 51.51516 + -0.102815, + 51.519609 ], [ - -0.226291, - 51.515289 + -0.102366, + 51.519613 ], [ - -0.227192, - 51.51554 + -0.101987, + 51.519656 ], [ - -0.227654, - 51.515655 + -0.101511, + 51.519759 ], [ - -0.228621, - 51.515847 + -0.10076, + 51.519978 ], [ - -0.229225, - 51.515933 + -0.100127, + 51.520095 ], [ - -0.22984, - 51.515997 + -0.099545, + 51.520144 ], [ - -0.230809, - 51.51606 + -0.097718, + 51.520215 ], [ - -0.232066, - 51.516044 + -0.097627, + 51.520218 ], [ - -0.232892, - 51.515964 + -0.09725, + 51.5202 ], [ - -0.23436, - 51.515758 + -0.096773, + 51.520138 ], [ - -0.236265, - 51.515683 + -0.090565, + 51.518617 ], [ - -0.239735, - 51.515386 + -0.0887, + 51.518193 ], [ - -0.241813, - 51.515249 + -0.0887, + 51.518193 ], [ - -0.242176, - 51.515242 + -0.083872, + 51.517427 ], [ - -0.243256, - 51.515303 + -0.083213, + 51.5173 ], [ - -0.243954, - 51.515397 + -0.082721, + 51.517225 ], [ - -0.244717, - 51.515546 + -0.08182, + 51.517087 ], [ - -0.245422, - 51.515762 + -0.080904, + 51.516905 ], [ - -0.246048, - 51.51601 + -0.079209, + 51.516374 ], [ - -0.246572, - 51.516247 + -0.078699, + 51.516181 ], [ - -0.247052, - 51.516528 + -0.077182, + 51.515338 ], [ - -0.247314, - 51.516699 + -0.076481, + 51.51492 ], [ - -0.247572, - 51.516869 + -0.076123, + 51.514642 ], [ - -0.247926, - 51.517165 + -0.076038, + 51.514516 ], [ - -0.249336, - 51.51853 + -0.076, + 51.514403 ], [ - -0.250399, - 51.519608 + -0.075816, + 51.514201 ], [ - -0.251839, - 51.520961 + -0.075632, + 51.514 ], [ - -0.252485, - 51.521488 + -0.075489, + 51.513807 + ] + ] + }, + "properties": { + "line": "Circle", + "name": "Circle", + "color": "#FFCE00", + "order": 2, + "segmentName": "Ci_HA_0", + "segmentType": "overlap", + "overlapSectionId": "section_66", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 403, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.075489, + 51.513807 ], [ - -0.253245, - 51.521927 + -0.075417, + 51.513675 + ] + ] + }, + "properties": { + "line": "Circle", + "name": "Circle", + "color": "#FFCE00", + "order": 2, + "segmentName": "Ci0", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 404, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.075417, + 51.513675 ], [ - -0.25381, - 51.52217 + -0.075405, + 51.513572 ], [ - -0.254488, - 51.522425 + -0.075432, + 51.513386 ], [ - -0.25542, - 51.52266 + -0.075579, + 51.512857 ], [ - -0.257084, - 51.523004 + -0.075582, + 51.512374 ], [ - -0.258479, - 51.523345 + -0.075305, + 51.51111 ], [ - -0.259619, - 51.523584 + -0.075461, + 51.510697 ], [ - -0.266762, - 51.525084 + -0.075873, + 51.51026 ], [ - -0.267334, - 51.525153 + -0.076132, + 51.510044 ], [ - -0.267881, - 51.525189 + -0.076132, + 51.510044 ], [ - -0.268633, - 51.525176 + -0.076232, + 51.509994 ], [ - -0.269278, - 51.525125 + -0.076393, + 51.509927 ], [ - -0.269767, - 51.525053 + -0.076637, + 51.509872 ], [ - -0.270594, - 51.524852 + -0.07775, + 51.509812 ], [ - -0.271622, - 51.524507 + -0.077918, + 51.509777 ], [ - -0.272675, - 51.523882 + -0.078315, + 51.509614 ], [ - -0.273948, - 51.523003 + -0.078459, + 51.509585 ], [ - -0.275267, - 51.522025 + -0.079634, + 51.509646 ], [ - -0.27674, - 51.520996 + -0.080401, + 51.509664 ], [ - -0.279026, - 51.519316 + -0.082688, + 51.510446 ], [ - -0.281039, - 51.517886 + -0.083154, + 51.510558 ], [ - -0.28302, - 51.516478 + -0.083836, + 51.51063 ], [ - -0.283724, - 51.516022 + -0.08432, + 51.510633 ], [ - -0.284236, - 51.515755 + -0.085172, + 51.510581 ], [ - -0.284814, - 51.515511 + -0.085733, + 51.5106 ], [ - -0.285314, - 51.515354 + -0.086103, + 51.510651 ], [ - -0.285853, - 51.51522 + -0.086474, + 51.510732 ], [ - -0.286403, - 51.515117 + -0.086677, + 51.510777 ], [ - -0.28709, - 51.515052 + -0.086986, + 51.51092 ], [ - -0.287719, - 51.515025 + -0.08721, + 51.51099 ], [ - -0.289848, - 51.515018 + -0.08921, + 51.511376 ], [ - -0.292152, - 51.515059 + -0.089636, + 51.511409 ], [ - -0.294294, - 51.515073 + -0.090072, + 51.511398 ], [ - -0.298564, - 51.514984 + -0.090323, + 51.511391 ], [ - -0.300086, - 51.515002 + -0.09074, + 51.51142 ], [ - -0.300401, - 51.514994 + -0.092122, + 51.511664 ], [ - -0.301197, - 51.514848 - ] - ] - }, - "properties": { - "line": "Central", - "name": "Central", - "color": "#DC241F", - "order": 1 - } - }, - { - "type": "Feature", - "geometry": { - "type": "LineString", - "coordinates": [ + -0.093754, + 51.51191 + ], [ - 0.093459, - 51.603687 + -0.094202, + 51.511945 ], [ - 0.092569, - 51.600797 + -0.094576, + 51.511974 ], [ - 0.09221, - 51.599474 + -0.096267, + 51.511856 ], [ - 0.091677, - 51.597712 + -0.097312, + 51.511841 ], [ - 0.091029, - 51.595669 + -0.098324, + 51.511882 ], [ - 0.090909, - 51.595291 + -0.101462, + 51.512074 ], [ - 0.089323, - 51.590034 + -0.10192, + 51.512068 ], [ - 0.088828, - 51.587343 + -0.10255, + 51.511946 ], [ - 0.088597, - 51.585781 + -0.103776, + 51.511597 ], [ - 0.088577, - 51.58565 + -0.104327, + 51.511439 ], [ - 0.088361, - 51.584412 + -0.105099, + 51.511268 ], [ - 0.088192, - 51.583175 + -0.105405, + 51.511231 ], [ - 0.088196, - 51.582468 + -0.106959, + 51.511209 ], [ - 0.088262, - 51.581679 + -0.110963, + 51.511202 ], [ - 0.088437, - 51.580882 + -0.112412, + 51.511165 ], [ - 0.088886, - 51.579458 + -0.113294, + 51.511111 ], [ - 0.089069, - 51.578786 + -0.113746, + 51.511062 ], [ - 0.089522, - 51.577623 + -0.114771, + 51.510917 ], [ - 0.089785, - 51.576687 + -0.114813, + 51.510911 ], [ - 0.089887, - 51.576221 + -0.11565, + 51.51075 ], [ - 0.089947, - 51.575598 + -0.11639, + 51.510549 ], [ - 0.089947, - 51.575598 + -0.118538, + 51.509893 ], [ - 0.08996, - 51.575123 + -0.118998, + 51.509728 ], [ - 0.089912, - 51.574532 + -0.120054, + 51.509183 ], [ - 0.089725, - 51.573464 + -0.120878, + 51.508638 ], [ - 0.089651, - 51.573133 + -0.121308, + 51.508398 ], [ - 0.089421, - 51.572421 + -0.121497, + 51.508252 ], [ - 0.089129, - 51.571711 + -0.12187, + 51.507835 ], [ - 0.088793, - 51.571131 + -0.122109, + 51.50762 ], [ - 0.088467, - 51.570791 + -0.122393, + 51.507252 ], [ - 0.088151, - 51.570535 + -0.122577, + 51.507014 ], [ - 0.087644, - 51.570259 + -0.122854, + 51.506394 ], [ - 0.08708, - 51.570059 + -0.123316, + 51.504856 ], [ - 0.086732, - 51.569976 + -0.123944, + 51.502549 ], [ - 0.08632, - 51.569914 + -0.124076, + 51.502186 ], [ - 0.085941, - 51.569875 + -0.12422, + 51.501947 ], [ - 0.08544, - 51.56985 + -0.124432, + 51.501734 ], [ - 0.084775, - 51.569842 + -0.124736, + 51.501501 ], [ - 0.083447, - 51.569937 + -0.125113, + 51.501278 ], [ - 0.082324, - 51.570122 + -0.125227, + 51.501211 ], [ - 0.081847, - 51.570245 + -0.125956, + 51.500878 ], [ - 0.08141, - 51.570386 + -0.127643, + 51.500167 ], [ - 0.080804, - 51.570624 + -0.12791, + 51.500064 ], [ - 0.070653, - 51.575652 + -0.128444, + 51.499921 ], [ - 0.06899, - 51.576219 + -0.129032, + 51.499823 ], [ - 0.068189, - 51.576415 + -0.129689, + 51.499766 ], [ - 0.06742, - 51.57654 + -0.130311, + 51.499749 ], [ - 0.066768, - 51.576597 + -0.132116, + 51.499769 ], [ - 0.066453, - 51.576606 + -0.132743, + 51.499734 ], [ - 0.066351, - 51.576609 + -0.133327, + 51.499652 ], [ - 0.064118, - 51.576638 + -0.133368, + 51.499646 ], [ - 0.06209, - 51.576613 + -0.134338, + 51.499413 ], [ - 0.055593, - 51.576397 + -0.135346, + 51.49904 ], [ - 0.047247, - 51.576338 + -0.137312, + 51.498049 ], [ - 0.045425, - 51.576363 + -0.137982, + 51.497748 ], [ - 0.045411, - 51.576363 + -0.138709, + 51.497516 ], [ - 0.043598, - 51.576426 + -0.139331, + 51.497368 ], [ - 0.038241, - 51.576694 + -0.14022, + 51.49709 ], [ - 0.037131, - 51.576718 + -0.140954, + 51.496819 ], [ - 0.035155, - 51.576651 + -0.141521, + 51.496673 ], [ - 0.034097, - 51.576574 + -0.142996, + 51.496387 ], [ - 0.032086, - 51.576343 + -0.14323, + 51.496358 ], [ - 0.030518, - 51.576113 + -0.143744, + 51.496334 ], [ - 0.028653, - 51.575673 + -0.143744, + 51.496334 ], [ - 0.028621, - 51.575666 + -0.144727, + 51.49634 ], [ - 0.021148, - 51.573324 + -0.145167, + 51.496285 ], [ - 0.01997, - 51.572932 + -0.145602, + 51.496173 ], [ - 0.018983, - 51.572637 + -0.145799, + 51.496104 ], [ - 0.018197, - 51.572471 + -0.146156, + 51.495933 ], [ - 0.016586, - 51.572196 + -0.146338, + 51.495815 ], [ - 0.01535, - 51.572057 + -0.146493, + 51.495671 ], [ - 0.013723, - 51.571942 + -0.147271, + 51.494756 ], [ - 0.012991, - 51.571814 + -0.148389, + 51.493346 ], [ - 0.012291, - 51.571603 + -0.1487, + 51.493069 ], [ - 0.011713, - 51.571269 + -0.149128, + 51.492832 ], [ - 0.011171, - 51.570925 + -0.149361, + 51.492742 ], [ - 0.010224, - 51.570258 + -0.150929, + 51.492202 ], [ - 0.00937, - 51.569577 + -0.151659, + 51.492023 ], [ - 0.0086, - 51.568811 + -0.152267, + 51.491959 ], [ - 0.008103, - 51.568222 + -0.154001, + 51.491882 ], [ - 0.007945, - 51.568035 + -0.154408, + 51.491907 ], [ - 0.00608, - 51.56531 + -0.155307, + 51.492052 ], [ - 0.005372, - 51.564441 + -0.156037, + 51.492193 ], [ - 0.004634, - 51.563636 + -0.156452, + 51.492329 ], [ - 0.001794, - 51.561243 + -0.159622, + 51.493367 ], [ - 0.000181, - 51.560184 + -0.161356, + 51.493634 ], [ - -0.005677, - 51.556468 + -0.170653, + 51.494033 ], [ - -0.005979, - 51.556277 + -0.17217, + 51.494013 ], [ - -0.006517, - 51.555862 + -0.173915, + 51.494077 ], [ - -0.007278, - 51.555117 + -0.174218, + 51.494088 ], [ - -0.007716, - 51.554483 + -0.174655, + 51.494085 ], [ - -0.007932, - 51.553799 + -0.17542, + 51.494043 ], [ - -0.007957, - 51.553425 + -0.179202, + 51.493723 ], [ - -0.007921, - 51.553039 + -0.179702, + 51.493739 ], [ - -0.00773, - 51.552467 + -0.180215, + 51.49379 ], [ - -0.007267, - 51.551702 + -0.182942, + 51.494333 ], [ - -0.007075, - 51.551485 + -0.183472, + 51.494438 ], [ - -0.006712, - 51.551159 + -0.185823, + 51.49494 ], [ - -0.006041, - 51.550704 - ], + -0.186239, + 51.495078 + ] + ] + }, + "properties": { + "line": "Circle", + "name": "Circle", + "color": "#FFCE00", + "order": 2, + "segmentName": "Ci_Di_2", + "segmentType": "overlap", + "overlapSectionId": "section_89", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 405, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.005518, - 51.550391 + -0.186239, + 51.495078 ], [ - -0.004996, - 51.550109 + -0.186471, + 51.495196 ], [ - -0.00438, - 51.54985 + -0.186973, + 51.495503 + ] + ] + }, + "properties": { + "line": "Circle", + "name": "Circle", + "color": "#FFCE00", + "order": 2, + "segmentName": "Ci1", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 406, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.186973, + 51.495503 ], [ - -0.002995, - 51.549361 + -0.187592, + 51.496102 ], [ - -0.002174, - 51.549037 + -0.18796, + 51.496573 ], [ - -0.001046, - 51.548473 + -0.188355, + 51.497138 ], [ - -0.000563, - 51.548152 + -0.189274, + 51.498091 ], [ - -0.000214, - 51.547849 + -0.190968, + 51.499262 ], [ - 0.000383, - 51.547102 + -0.192304, + 51.500554 ], [ - 0.000587, - 51.54674 + -0.192436, + 51.500697 ], [ - 0.000734, - 51.546387 + -0.19266, + 51.500941 ], [ - 0.000833, - 51.546062 + -0.193223, + 51.501639 ], [ - 0.000873, - 51.545777 + -0.193665, + 51.50246 ], [ - 0.000857, - 51.545409 + -0.194295, + 51.503994 ], [ - 0.000767, - 51.545134 + -0.195339, + 51.506758 ], [ - 0.000543, - 51.544772 + -0.196068, + 51.508813 ], [ - -0.000059, - 51.544145 + -0.196086, + 51.509076 ], [ - -0.000369, - 51.543892 + -0.196095, + 51.5092 ], [ - -0.001382, - 51.543149 + -0.195965, + 51.509807 ], [ - -0.002526, - 51.542371 + -0.195828, + 51.510126 ], [ - -0.003748, - 51.541582 + -0.195566, + 51.510493 ], [ - -0.003884, - 51.541494 + -0.195336, + 51.510761 ], [ - -0.004699, - 51.540876 + -0.194846, + 51.511108 ], [ - -0.005643, - 51.540356 + -0.194557, + 51.511263 ], [ - -0.006231, - 51.539866 + -0.193812, + 51.51154 ], [ - -0.007626, - 51.538539 + -0.192471, + 51.511832 ], [ - -0.009314, - 51.537096 + -0.191841, + 51.511941 ], [ - -0.011629, - 51.535687 + -0.189812, + 51.512191 ], [ - -0.015015, - 51.533804 + -0.188054, + 51.512317 ], [ - -0.016716, - 51.532792 + -0.187837, + 51.512333 ], [ - -0.018219, - 51.531772 + -0.186532, + 51.512392 ], [ - -0.021992, - 51.52898 + -0.185371, + 51.512468 ], [ - -0.02338, - 51.528287 + -0.18303, + 51.512666 ], [ - -0.025048, - 51.527586 + -0.182144, + 51.512778 ], [ - -0.02618, - 51.527185 + -0.181449, + 51.512895 ], [ - -0.028159, - 51.526643 + -0.180866, + 51.513016 ], [ - -0.032049, - 51.525784 + -0.180304, + 51.513202 ], [ - -0.032616, - 51.525633 + -0.1796, + 51.513438 ], [ - -0.032892, - 51.525522 + -0.178902, + 51.513774 ], [ - -0.033445, - 51.525356 + -0.177047, + 51.514775 ], [ - -0.033445, - 51.525356 + -0.176075, + 51.5151 ], [ - -0.034718, - 51.525158 + -0.175462, + 51.515449 ], [ - -0.035568, - 51.524933 + -0.174859, + 51.515768 ], [ - -0.03721, - 51.52438 + -0.173853, + 51.516299 ], [ - -0.037838, - 51.524222 + -0.172244, + 51.5172 ], [ - -0.038744, - 51.524053 + -0.171782, + 51.5175 ], [ - -0.039257, - 51.523997 + -0.171257, + 51.518028 ], [ - -0.040627, - 51.52394 + -0.170912, + 51.51821 ], [ - -0.042103, - 51.523957 + -0.170743, + 51.51827 ], [ - -0.043435, - 51.524023 + -0.169455, + 51.518957 ], [ - -0.044725, - 51.524138 + -0.168831, + 51.519326 ], [ - -0.045463, - 51.524242 + -0.168276, + 51.519587 ], [ - -0.046134, - 51.524399 + -0.167594, + 51.519847 + ] + ] + }, + "properties": { + "line": "Circle", + "name": "Circle", + "color": "#FFCE00", + "order": 2, + "segmentName": "Ci_Di_1", + "segmentType": "overlap", + "overlapSectionId": "section_85", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 407, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.093459, + 51.603687 ], [ - -0.047322, - 51.524778 + 0.094929, + 51.608461 ], [ - -0.054381, - 51.527187 + 0.095052, + 51.608958 ], [ - -0.055281, - 51.52742 + 0.095083, + 51.609427 ], [ - -0.055488, - 51.527473 + 0.094988, + 51.60995 ], [ - -0.056628, - 51.527636 + 0.094858, + 51.610328 ], [ - -0.057214, - 51.527662 + 0.094592, + 51.61076 ], [ - -0.057875, - 51.527655 + 0.093862, + 51.61176 ], [ - -0.058703, - 51.527604 + 0.09339, + 51.612359 ], [ - -0.061698, - 51.52731 + 0.092956, + 51.612786 ], [ - -0.065996, - 51.526925 + 0.092516, + 51.613121 ], [ - -0.06676, - 51.526795 + 0.092121, + 51.613332 ], [ - -0.067371, - 51.52665 + 0.092121, + 51.613332 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce0_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 408, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.092121, + 51.613332 ], [ - -0.067966, - 51.526462 + 0.091545, + 51.613639 ], [ - -0.070148, - 51.52564 + 0.088946, + 51.614447 ], [ - -0.071927, - 51.524812 + 0.08633, + 51.615159 ], [ - -0.075582, - 51.523181 + 0.084016, + 51.615864 ], [ - -0.076187, - 51.522832 + 0.082211, + 51.616317 ], [ - -0.077728, - 51.521871 + 0.074748, + 51.617826 ], [ - -0.082074, - 51.518669 + 0.074523, + 51.617863 ], [ - -0.08258, - 51.518172 - ], + 0.074523, + 51.617863 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce0_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 409, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.083027, - 51.517664 + 0.074523, + 51.617863 ], [ - -0.083126, - 51.51747 + 0.072696, + 51.618158 ], [ - -0.083213, - 51.5173 + 0.066725, + 51.619049 ], [ - -0.083542, - 51.516461 + 0.064485, + 51.61932 ], [ - -0.083679, - 51.516213 + 0.06261, + 51.619422 ], [ - -0.084239, - 51.515537 + 0.061513, + 51.619449 ], [ - -0.084556, - 51.515245 + 0.059979, + 51.619427 ], [ - -0.08496, - 51.514988 + 0.058604, + 51.619355 ], [ - -0.085448, - 51.514796 + 0.056389, + 51.619118 ], [ - -0.085587, - 51.514706 + 0.053709, + 51.6187 ], [ - -0.086194, - 51.514173 - ], + 0.043934, + 51.617114 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce0_c", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 410, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.086362, - 51.514104 + 0.043934, + 51.617114 ], [ - -0.086518, - 51.514053 + 0.043934, + 51.617114 ], [ - -0.087846, - 51.51377 + 0.04388, + 51.617106 ], [ - -0.089012, - 51.513447 + 0.043399, + 51.617006 ], [ - -0.089063, - 51.513432 + 0.042492, + 51.616753 ], [ - -0.08945, - 51.513402 + 0.042046, + 51.61658 ], [ - -0.089825, - 51.513428 + 0.041368, + 51.616227 ], [ - -0.095909, - 51.514454 + 0.040813, + 51.615844 ], [ - -0.096318, - 51.514561 + 0.035769, + 51.609524 ], [ - -0.097476, - 51.514923 + 0.034878, + 51.608293 ], [ - -0.098127, - 51.515127 + 0.034352, + 51.607479 ], [ - -0.100283, - 51.515763 - ], + 0.03408, + 51.607023 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce0_d", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 411, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.105159, - 51.517374 + 0.03408, + 51.607023 ], [ - -0.106516, - 51.517716 + 0.03408, + 51.607023 ], [ - -0.111685, - 51.518081 + 0.033859, + 51.606655 ], [ - -0.112121, - 51.518112 + 0.029667, + 51.599037 ], [ - -0.113408, - 51.518097 + 0.028805, + 51.597215 ], [ - -0.116287, - 51.518028 + 0.028248, + 51.595719 ], [ - -0.117911, - 51.517815 + 0.02795, + 51.594654 ], [ - -0.119723, - 51.517661 - ], + 0.027342, + 51.591724 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce0_e", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 412, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.120058, - 51.517627 + 0.027342, + 51.591724 ], [ - -0.122274, - 51.517402 + 0.027342, + 51.591724 ], [ - -0.125258, - 51.517142 + 0.027221, + 51.591139 ], [ - -0.127916, - 51.516821 + 0.026941, + 51.590144 ], [ - -0.129849, - 51.516506 + 0.026569, + 51.589128 ], [ - -0.130909, - 51.516439 + 0.026066, + 51.588034 ], [ - -0.13262, - 51.516331 + 0.025506, + 51.587005 ], [ - -0.13455, - 51.516142 + 0.025006, + 51.58619 ], [ - -0.137914, - 51.515721 + 0.024, + 51.584686 ], [ - -0.140234, - 51.515528 + 0.022859, + 51.582856 ], [ - -0.141835, - 51.515337 + 0.022259, + 51.581815 ], [ - -0.14208, - 51.515308 + 0.021851, + 51.581189 ], [ - -0.145925, - 51.514736 - ], + 0.021566, + 51.580805 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce0_f", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 413, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.148986, - 51.514325 + 0.021566, + 51.580805 ], [ - -0.14964, - 51.514263 + 0.021566, + 51.580805 ], [ - -0.153801, - 51.513868 + 0.016844, + 51.574429 ], [ - -0.156154, - 51.513734 + 0.016148, + 51.573724 ], [ - -0.158412, - 51.51346 + 0.015717, + 51.573408 ], [ - -0.15904, - 51.513384 + 0.015336, + 51.57318 ], [ - -0.164147, - 51.512942 + 0.012291, + 51.571603 ], [ - -0.175145, - 51.511871 + 0.011713, + 51.571269 ], [ - -0.175434, - 51.511837 + 0.011171, + 51.570925 ], [ - -0.180981, - 51.51117 + 0.010224, + 51.570258 ], [ - -0.18723, - 51.5105 + 0.00937, + 51.569577 ], [ - -0.18745, - 51.510487 + 0.0086, + 51.568811 ], [ - -0.189449, - 51.510369 + 0.008103, + 51.568222 ], [ - -0.190981, - 51.510229 - ], + 0.008103, + 51.568222 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce0_g", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 414, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.191942, - 51.510093 + 0.008103, + 51.568222 ], [ - -0.196095, - 51.5092 + 0.007945, + 51.568035 ], [ - -0.196561, - 51.509112 + 0.00608, + 51.56531 ], [ - -0.196844, - 51.509059 + 0.005372, + 51.564441 ], [ - -0.200569, - 51.508595 + 0.004634, + 51.563636 ], [ - -0.202025, - 51.50828 + 0.001794, + 51.561243 ], [ - -0.205675, - 51.507259 + 0.000181, + 51.560184 ], [ - -0.209138, - 51.50629 + -0.005677, + 51.556468 ], [ - -0.217394, - 51.50454 - ], + -0.005677, + 51.556468 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce0_h", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 415, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.21786, - 51.504462 + -0.005677, + 51.556468 ], [ - -0.218258, - 51.504432 + -0.005979, + 51.556277 ], [ - -0.21845, - 51.504418 + -0.006517, + 51.555862 ], [ - -0.218946, - 51.504416 + -0.007278, + 51.555117 ], [ - -0.219552, - 51.504464 + -0.007716, + 51.554483 ], [ - -0.220003, - 51.504474 + -0.007932, + 51.553799 ], [ - -0.223419, - 51.504967 + -0.007957, + 51.553425 ], [ - -0.223788, - 51.505042 + -0.007921, + 51.553039 ], [ - -0.22411, - 51.505133 + -0.00773, + 51.552467 ], [ - -0.22429, - 51.505218 + -0.007267, + 51.551702 ], [ - -0.224426, - 51.50532 + -0.007075, + 51.551485 ], [ - -0.224523, - 51.505438 + -0.006712, + 51.551159 ], [ - -0.224627, - 51.50575 + -0.006041, + 51.550704 ], [ - -0.224632, - 51.506129 + -0.005518, + 51.550391 ], [ - -0.224563, - 51.506542 + -0.004996, + 51.550109 ], [ - -0.224382, - 51.507192 + -0.00438, + 51.54985 ], [ - -0.224329, - 51.507617 + -0.002995, + 51.549361 ], [ - -0.22438, - 51.511977 + -0.002174, + 51.549037 ], [ - -0.224385, - 51.512456 + -0.001046, + 51.548473 ], [ - -0.224409, - 51.512704 + -0.000563, + 51.548152 ], [ - -0.224483, - 51.513046 + -0.000214, + 51.547849 ], [ - -0.225067, - 51.514496 + 0.000383, + 51.547102 ], [ - -0.225262, - 51.51474 + 0.000587, + 51.54674 ], [ - -0.22559, - 51.514982 + 0.000734, + 51.546387 ], [ - -0.22593, - 51.51516 + 0.000833, + 51.546062 ], [ - -0.226291, - 51.515289 + 0.000873, + 51.545777 ], [ - -0.227192, - 51.51554 + 0.000857, + 51.545409 ], [ - -0.227654, - 51.515655 + 0.000767, + 51.545134 ], [ - -0.228621, - 51.515847 - ], + 0.000543, + 51.544772 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce0_i", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 416, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.229225, - 51.515933 + 0.000543, + 51.544772 ], [ - -0.22984, - 51.515997 + -0.000059, + 51.544145 ], [ - -0.230809, - 51.51606 + -0.000369, + 51.543892 ], [ - -0.232066, - 51.516044 + -0.001382, + 51.543149 ], [ - -0.232892, - 51.515964 + -0.002526, + 51.542371 ], [ - -0.23436, - 51.515758 + -0.003748, + 51.541582 ], [ - -0.236265, - 51.515683 + -0.003884, + 51.541494 ], [ - -0.239735, - 51.515386 + -0.004699, + 51.540876 ], [ - -0.241813, - 51.515249 + -0.005643, + 51.540356 ], [ - -0.242176, - 51.515242 + -0.006231, + 51.539866 ], [ - -0.243256, - 51.515303 + -0.007626, + 51.538539 ], [ - -0.243954, - 51.515397 + -0.009314, + 51.537096 ], [ - -0.244717, - 51.515546 + -0.011629, + 51.535687 ], [ - -0.245422, - 51.515762 + -0.015015, + 51.533804 ], [ - -0.246048, - 51.51601 + -0.016716, + 51.532792 ], [ - -0.246572, - 51.516247 + -0.018219, + 51.531772 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce_DL_0", + "segmentType": "overlap", + "overlapSectionId": "section_93", + "overlapOffsetPx": 2 + } + }, + { + "type": "Feature", + "id": 417, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.018219, + 51.531772 ], [ - -0.247052, - 51.516528 + -0.021992, + 51.52898 ], [ - -0.247314, - 51.516699 + -0.02338, + 51.528287 ], [ - -0.247572, - 51.516869 + -0.025048, + 51.527586 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce1", + "segmentType": "solo", + "overlapOffsetPx": 2 + } + }, + { + "type": "Feature", + "id": 418, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.025048, + 51.527586 ], [ - -0.247926, - 51.517165 + -0.02618, + 51.527185 ], [ - -0.249336, - 51.51853 + -0.028159, + 51.526643 ], [ - -0.250399, - 51.519608 + -0.032049, + 51.525784 ], [ - -0.251839, - 51.520961 + -0.032616, + 51.525633 ], [ - -0.252485, - 51.521488 + -0.032892, + 51.525522 ], [ - -0.253245, - 51.521927 + -0.033445, + 51.525356 ], [ - -0.25381, - 51.52217 + -0.033445, + 51.525356 ], [ - -0.254488, - 51.522425 + -0.034718, + 51.525158 ], [ - -0.25542, - 51.52266 + -0.035568, + 51.524933 ], [ - -0.257084, - 51.523004 + -0.03721, + 51.52438 ], [ - -0.258479, - 51.523345 + -0.037838, + 51.524222 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce_Di_0", + "segmentType": "overlap", + "overlapSectionId": "section_90", + "overlapOffsetPx": 2 + } + }, + { + "type": "Feature", + "id": 419, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.037838, + 51.524222 ], [ - -0.259619, - 51.523584 + -0.038744, + 51.524053 ], [ - -0.266762, - 51.525084 + -0.039257, + 51.523997 ], [ - -0.267334, - 51.525153 + -0.040627, + 51.52394 ], [ - -0.267881, - 51.525189 + -0.042103, + 51.523957 ], [ - -0.268633, - 51.525176 + -0.043435, + 51.524023 ], [ - -0.269278, - 51.525125 + -0.044725, + 51.524138 ], [ - -0.269767, - 51.525053 + -0.045463, + 51.524242 ], [ - -0.270594, - 51.524852 + -0.046134, + 51.524399 ], [ - -0.271622, - 51.524507 + -0.047322, + 51.524778 ], [ - -0.272675, - 51.523882 + -0.054381, + 51.527187 ], [ - -0.273948, - 51.523003 + -0.055281, + 51.52742 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce2_a", + "segmentType": "solo", + "overlapOffsetPx": 2 + } + }, + { + "type": "Feature", + "id": 420, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.055281, + 51.52742 ], [ - -0.275267, - 51.522025 + -0.055281, + 51.52742 ], [ - -0.27674, - 51.520996 + -0.055488, + 51.527473 ], [ - -0.279026, - 51.519316 + -0.056628, + 51.527636 ], [ - -0.281039, - 51.517886 + -0.057214, + 51.527662 ], [ - -0.28302, - 51.516478 + -0.057875, + 51.527655 ], [ - -0.283724, - 51.516022 + -0.058703, + 51.527604 ], [ - -0.284236, - 51.515755 + -0.061698, + 51.52731 ], [ - -0.284814, - 51.515511 + -0.065996, + 51.526925 ], [ - -0.285314, - 51.515354 + -0.06676, + 51.526795 ], [ - -0.285853, - 51.51522 + -0.067371, + 51.52665 ], [ - -0.286403, - 51.515117 + -0.067966, + 51.526462 ], [ - -0.28709, - 51.515052 + -0.070148, + 51.52564 ], [ - -0.287719, - 51.515025 + -0.071927, + 51.524812 ], [ - -0.289848, - 51.515018 + -0.07522273790984049, + 51.523341316407404 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce2_b", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 421, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.07522273790984049, + 51.523341316407404 ], [ - -0.292152, - 51.515059 + -0.075582, + 51.523181 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce2_c", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 422, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.075582, + 51.523181 ], [ - -0.294294, - 51.515073 + -0.076187, + 51.522832 ], [ - -0.298564, - 51.514984 + -0.077728, + 51.521871 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce_We_0", + "segmentType": "overlap", + "overlapSectionId": "section_25", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 423, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.077728, + 51.521871 ], [ - -0.300086, - 51.515002 + -0.082074, + 51.518669 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce3", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 424, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.082074, + 51.518669 ], [ - -0.300401, - 51.514994 + -0.08258, + 51.518172 ], [ - -0.301197, - 51.514848 + -0.083027, + 51.517664 ] ] }, @@ -54358,1321 +35997,1740 @@ "line": "Central", "name": "Central", "color": "#DC241F", - "order": 1 + "order": 1, + "segmentName": "Ce_We_1", + "segmentType": "overlap", + "overlapSectionId": "section_26", + "overlapOffsetPx": 0 } }, { "type": "Feature", + "id": 425, "geometry": { "type": "LineString", "coordinates": [ [ - 0.113891, - 51.693616 + -0.083027, + 51.517664 ], [ - 0.113543, - 51.693282 + -0.083126, + 51.51747 ], [ - 0.112691, - 51.69227 + -0.083213, + 51.5173 ], [ - 0.112094, - 51.691415 + -0.083542, + 51.516461 ], [ - 0.111611, - 51.690598 + -0.083679, + 51.516213 ], [ - 0.11139, - 51.690142 + -0.084239, + 51.515537 ], [ - 0.107605, - 51.681634 + -0.084556, + 51.515245 ], [ - 0.106699, - 51.679723 + -0.08496, + 51.514988 ], [ - 0.103196, - 51.671699 + -0.085448, + 51.514796 ], [ - 0.101737, - 51.668356 + -0.085587, + 51.514706 ], [ - 0.101477, - 51.667535 + -0.086194, + 51.514173 ], [ - 0.101351, - 51.666986 + -0.086362, + 51.514104 ], [ - 0.101063, - 51.665221 + -0.086518, + 51.514053 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce4", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 426, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.086518, + 51.514053 ], [ - 0.100838, - 51.664358 + -0.087846, + 51.51377 + ], + [ + -0.089012, + 51.513447 + ], + [ + -0.089063, + 51.513432 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce_WA_0", + "segmentType": "overlap", + "overlapSectionId": "section_2", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 427, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.089063, + 51.513432 ], [ - 0.100499, - 51.663477 + -0.08945, + 51.513402 ], [ - 0.099936, - 51.662353 + -0.089825, + 51.513428 ], [ - 0.099413, - 51.661519 + -0.095909, + 51.514454 ], [ - 0.098763, - 51.660677 + -0.096318, + 51.514561 ], [ - 0.097181, - 51.658734 - ], + -0.097476, + 51.514923 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce5_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 428, + "geometry": { + "type": "LineString", + "coordinates": [ [ - 0.096333, - 51.657513 + -0.097476, + 51.514923 ], [ - 0.09448, - 51.654283 + -0.097476, + 51.514923 ], [ - 0.093586, - 51.652972 + -0.098127, + 51.515127 ], [ - 0.091994, - 51.651155 + -0.100283, + 51.515763 ], [ - 0.091006, - 51.650176 + -0.105159, + 51.517374 ], [ - 0.089868, - 51.649177 + -0.106516, + 51.517716 ], [ - 0.088426, - 51.648129 + -0.111685, + 51.518081 ], [ - 0.085117, - 51.646041 - ], + -0.111685, + 51.518081 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce5_b", + "segmentType": "solo", + "overlapOffsetPx": 0.3333333333333333 + } + }, + { + "type": "Feature", + "id": 429, + "geometry": { + "type": "LineString", + "coordinates": [ [ - 0.084358, - 51.645648 + -0.111685, + 51.518081 ], [ - 0.083854, - 51.64542 + -0.112121, + 51.518112 ], [ - 0.083573, - 51.645293 + -0.113408, + 51.518097 ], [ - 0.082255, - 51.644759 + -0.116287, + 51.518028 ], [ - 0.081393, - 51.644461 + -0.117911, + 51.517815 ], [ - 0.080268, - 51.644111 - ], + -0.119723, + 51.517661 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce5_c", + "segmentType": "solo", + "overlapOffsetPx": 0.6666666666666666 + } + }, + { + "type": "Feature", + "id": 430, + "geometry": { + "type": "LineString", + "coordinates": [ [ - 0.079095, - 51.643783 + -0.119723, + 51.517661 ], [ - 0.076512, - 51.643172 + -0.120058, + 51.517627 ], [ - 0.074176, - 51.642733 + -0.122274, + 51.517402 ], [ - 0.07264, - 51.642504 + -0.125258, + 51.517142 ], [ - 0.070794, - 51.642281 + -0.127916, + 51.516821 ], [ - 0.069497, - 51.642174 + -0.129849, + 51.516506 ], [ - 0.067525, - 51.642069 + -0.130909, + 51.516439 ], [ - 0.065176, - 51.642011 + -0.13262, + 51.516331 ], [ - 0.062746, - 51.642083 + -0.13455, + 51.516142 ], [ - 0.059501, - 51.642217 + -0.137914, + 51.515721 ], [ - 0.059046, - 51.642217 + -0.140234, + 51.515528 ], [ - 0.058364, - 51.642172 + -0.141835, + 51.515337 ], [ - 0.057656, - 51.642078 + -0.14208, + 51.515308 ], [ - 0.05637, - 51.641817 + -0.145925, + 51.514736 ], [ - 0.055984, - 51.641698 + -0.148986, + 51.514325 ], [ - 0.055619, - 51.641542 + -0.14964, + 51.514263 ], [ - 0.055418, - 51.641436 - ], + -0.153801, + 51.513868 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce_EL_0", + "segmentType": "overlap", + "overlapSectionId": "section_80", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 431, + "geometry": { + "type": "LineString", + "coordinates": [ [ - 0.054945, - 51.641184 + -0.153801, + 51.513868 ], [ - 0.054676, - 51.641 + -0.156154, + 51.513734 ], [ - 0.054469, - 51.640825 - ], + -0.158412, + 51.51346 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce6_a", + "segmentType": "solo", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 432, + "geometry": { + "type": "LineString", + "coordinates": [ [ - 0.054062, - 51.640377 + -0.158412, + 51.51346 ], [ - 0.053818, - 51.63993 + -0.158412, + 51.51346 ], [ - 0.053625, - 51.639463 + -0.15904, + 51.513384 ], [ - 0.053193, - 51.638052 + -0.164147, + 51.512942 ], [ - 0.052839, - 51.637231 + -0.175145, + 51.511871 ], [ - 0.052504, - 51.636553 + -0.175434, + 51.511837 ], [ - 0.051943, - 51.635627 - ], + -0.175434, + 51.511837 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce6_b", + "segmentType": "solo", + "overlapOffsetPx": 0.8333333333333334 + } + }, + { + "type": "Feature", + "id": 433, + "geometry": { + "type": "LineString", + "coordinates": [ [ - 0.049938, - 51.632964 + -0.175434, + 51.511837 ], [ - 0.049315, - 51.632045 + -0.180981, + 51.51117 ], [ - 0.048594, - 51.630846 + -0.18723, + 51.5105 ], [ - 0.048002, - 51.62961 + -0.18745, + 51.510487 ], [ - 0.047517, - 51.628393 - ], + -0.18745, + 51.510487 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce6_c", + "segmentType": "solo", + "overlapOffsetPx": 0.6666666666666667 + } + }, + { + "type": "Feature", + "id": 434, + "geometry": { + "type": "LineString", + "coordinates": [ [ - 0.047353, - 51.627926 + -0.18745, + 51.510487 ], [ - 0.04694, - 51.626495 + -0.189449, + 51.510369 ], [ - 0.046603, - 51.625328 + -0.190981, + 51.510229 ], [ - 0.046053, - 51.623841 + -0.191942, + 51.510093 ], [ - 0.045441, - 51.622468 + -0.196095, + 51.5092 ], [ - 0.044566, - 51.620879 + -0.196561, + 51.509112 ], [ - 0.043903, - 51.619869 - ], + -0.196561, + 51.509112 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce6_d", + "segmentType": "solo", + "overlapOffsetPx": 0.5 + } + }, + { + "type": "Feature", + "id": 435, + "geometry": { + "type": "LineString", + "coordinates": [ [ - 0.043008, - 51.618629 + -0.196561, + 51.509112 ], [ - 0.035769, - 51.609524 + -0.196844, + 51.509059 ], [ - 0.034878, - 51.608293 + -0.200569, + 51.508595 ], [ - 0.034352, - 51.607479 + -0.202025, + 51.50828 ], [ - 0.03408, - 51.607023 - ], + -0.205675, + 51.507259 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce6_e", + "segmentType": "solo", + "overlapOffsetPx": 0.33333333333333337 + } + }, + { + "type": "Feature", + "id": 436, + "geometry": { + "type": "LineString", + "coordinates": [ [ - 0.033859, - 51.606655 + -0.205675, + 51.507259 ], [ - 0.029667, - 51.599037 + -0.205675, + 51.507259 ], [ - 0.028805, - 51.597215 + -0.209138, + 51.50629 ], [ - 0.028248, - 51.595719 + -0.217394, + 51.50454 ], [ - 0.02795, - 51.594654 + -0.21786, + 51.504462 ], [ - 0.027342, - 51.591724 + -0.218258, + 51.504432 ], [ - 0.027221, - 51.591139 + -0.21845, + 51.504418 ], [ - 0.026941, - 51.590144 - ], + -0.21869966529550308, + 51.5044169932851 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce6_f", + "segmentType": "solo", + "overlapOffsetPx": 0.16666666666666663 + } + }, + { + "type": "Feature", + "id": 437, + "geometry": { + "type": "LineString", + "coordinates": [ [ - 0.026569, - 51.589128 + -0.21869966529550308, + 51.5044169932851 ], [ - 0.026066, - 51.588034 + -0.218946, + 51.504416 ], [ - 0.025506, - 51.587005 + -0.219552, + 51.504464 ], [ - 0.025006, - 51.58619 + -0.220003, + 51.504474 ], [ - 0.024, - 51.584686 + -0.223419, + 51.504967 ], [ - 0.022859, - 51.582856 + -0.223788, + 51.505042 ], [ - 0.022259, - 51.581815 + -0.22411, + 51.505133 ], [ - 0.021851, - 51.581189 + -0.22429, + 51.505218 ], [ - 0.021566, - 51.580805 + -0.224426, + 51.50532 ], [ - 0.016844, - 51.574429 + -0.224523, + 51.505438 ], [ - 0.016148, - 51.573724 + -0.224627, + 51.50575 ], [ - 0.015717, - 51.573408 + -0.224632, + 51.506129 ], [ - 0.015336, - 51.57318 + -0.224563, + 51.506542 ], [ - 0.012291, - 51.571603 + -0.224382, + 51.507192 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce6_g", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 438, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.224382, + 51.507192 ], [ - 0.011713, - 51.571269 + -0.224329, + 51.507617 ], [ - 0.011171, - 51.570925 + -0.22438, + 51.511977 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce_Ci_0", + "segmentType": "overlap", + "overlapSectionId": "section_95", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 439, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.22438, + 51.511977 ], [ - 0.010224, - 51.570258 + -0.224385, + 51.512456 ], [ - 0.00937, - 51.569577 + -0.224409, + 51.512704 ], [ - 0.0086, - 51.568811 + -0.224483, + 51.513046 ], [ - 0.008103, - 51.568222 + -0.225067, + 51.514496 ], [ - 0.007945, - 51.568035 + -0.225262, + 51.51474 ], [ - 0.00608, - 51.56531 + -0.22559, + 51.514982 ], [ - 0.005372, - 51.564441 + -0.22593, + 51.51516 ], [ - 0.004634, - 51.563636 + -0.226291, + 51.515289 ], [ - 0.001794, - 51.561243 + -0.227192, + 51.51554 ], [ - 0.000181, - 51.560184 + -0.227654, + 51.515655 ], [ - -0.005677, - 51.556468 + -0.228621, + 51.515847 ], [ - -0.005979, - 51.556277 + -0.229225, + 51.515933 ], [ - -0.006517, - 51.555862 + -0.22984, + 51.515997 ], [ - -0.007278, - 51.555117 + -0.230809, + 51.51606 ], [ - -0.007716, - 51.554483 + -0.232066, + 51.516044 ], [ - -0.007932, - 51.553799 + -0.232892, + 51.515964 ], [ - -0.007957, - 51.553425 + -0.23436, + 51.515758 ], [ - -0.007921, - 51.553039 + -0.236265, + 51.515683 ], [ - -0.00773, - 51.552467 + -0.239735, + 51.515386 ], [ - -0.007267, - 51.551702 + -0.241813, + 51.515249 ], [ - -0.007075, - 51.551485 + -0.242176, + 51.515242 ], [ - -0.006712, - 51.551159 + -0.243256, + 51.515303 ], [ - -0.006041, - 51.550704 + -0.243954, + 51.515397 ], [ - -0.005518, - 51.550391 + -0.244717, + 51.515546 ], [ - -0.004996, - 51.550109 + -0.245422, + 51.515762 ], [ - -0.00438, - 51.54985 + -0.246048, + 51.51601 ], [ - -0.002995, - 51.549361 + -0.246572, + 51.516247 ], [ - -0.002174, - 51.549037 + -0.247052, + 51.516528 ], [ - -0.001046, - 51.548473 - ], + -0.247314, + 51.516699 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce7_a", + "segmentType": "solo", + "overlapOffsetPx": 0.2 + } + }, + { + "type": "Feature", + "id": 440, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.000563, - 51.548152 + -0.247314, + 51.516699 ], [ - -0.000214, - 51.547849 + -0.247314, + 51.516699 ], [ - 0.000383, - 51.547102 + -0.247572, + 51.516869 ], [ - 0.000587, - 51.54674 + -0.247926, + 51.517165 ], [ - 0.000734, - 51.546387 + -0.249336, + 51.51853 ], [ - 0.000833, - 51.546062 + -0.250399, + 51.519608 ], [ - 0.000873, - 51.545777 + -0.251839, + 51.520961 ], [ - 0.000857, - 51.545409 + -0.252485, + 51.521488 ], [ - 0.000767, - 51.545134 + -0.253245, + 51.521927 ], [ - 0.000543, - 51.544772 + -0.25381, + 51.52217 ], [ - -0.000059, - 51.544145 + -0.254488, + 51.522425 ], [ - -0.000369, - 51.543892 + -0.25542, + 51.52266 ], [ - -0.001382, - 51.543149 + -0.257084, + 51.523004 ], [ - -0.002526, - 51.542371 + -0.258479, + 51.523345 ], [ - -0.003748, - 51.541582 - ], + -0.259619, + 51.523584 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce7_b", + "segmentType": "solo", + "overlapOffsetPx": 0.4 + } + }, + { + "type": "Feature", + "id": 441, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.003884, - 51.541494 + -0.259619, + 51.523584 ], [ - -0.004699, - 51.540876 + -0.259619, + 51.523584 ], [ - -0.005643, - 51.540356 + -0.266762, + 51.525084 ], [ - -0.006231, - 51.539866 + -0.267334, + 51.525153 ], [ - -0.007626, - 51.538539 + -0.267881, + 51.525189 ], [ - -0.009314, - 51.537096 + -0.268633, + 51.525176 ], [ - -0.011629, - 51.535687 + -0.269278, + 51.525125 ], [ - -0.015015, - 51.533804 + -0.269767, + 51.525053 ], [ - -0.016716, - 51.532792 + -0.270594, + 51.524852 ], [ - -0.018219, - 51.531772 + -0.271622, + 51.524507 ], [ - -0.021992, - 51.52898 + -0.272675, + 51.523882 ], [ - -0.02338, - 51.528287 + -0.273948, + 51.523003 ], [ - -0.025048, - 51.527586 + -0.275267, + 51.522025 ], [ - -0.02618, - 51.527185 + -0.27674, + 51.520996 ], [ - -0.028159, - 51.526643 + -0.279026, + 51.519316 ], [ - -0.032049, - 51.525784 + -0.281039, + 51.517886 ], [ - -0.032616, - 51.525633 - ], + -0.281039, + 51.517886 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce7_c", + "segmentType": "solo", + "overlapOffsetPx": 0.6 + } + }, + { + "type": "Feature", + "id": 442, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.032892, - 51.525522 + -0.281039, + 51.517886 ], [ - -0.033445, - 51.525356 + -0.28302, + 51.516478 ], [ - -0.033445, - 51.525356 + -0.283724, + 51.516022 ], [ - -0.034718, - 51.525158 + -0.284236, + 51.515755 ], [ - -0.035568, - 51.524933 + -0.284814, + 51.515511 ], [ - -0.03721, - 51.52438 + -0.285314, + 51.515354 ], [ - -0.037838, - 51.524222 - ], + -0.285853, + 51.51522 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce7_d", + "segmentType": "solo", + "overlapOffsetPx": 0.8 + } + }, + { + "type": "Feature", + "id": 443, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.038744, - 51.524053 + -0.285853, + 51.51522 ], [ - -0.039257, - 51.523997 + -0.286403, + 51.515117 ], [ - -0.040627, - 51.52394 + -0.28709, + 51.515052 ], [ - -0.042103, - 51.523957 + -0.287719, + 51.515025 ], [ - -0.043435, - 51.524023 + -0.289848, + 51.515018 ], [ - -0.044725, - 51.524138 + -0.292152, + 51.515059 ], [ - -0.045463, - 51.524242 + -0.294294, + 51.515073 ], [ - -0.046134, - 51.524399 + -0.298564, + 51.514984 ], [ - -0.047322, - 51.524778 + -0.300086, + 51.515002 ], [ - -0.054381, - 51.527187 + -0.300401, + 51.514994 ], [ - -0.055281, - 51.52742 - ], + -0.301197, + 51.514848 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce_EL_1", + "segmentType": "overlap", + "overlapSectionId": "section_81", + "overlapOffsetPx": 1 + } + }, + { + "type": "Feature", + "id": 444, + "geometry": { + "type": "LineString", + "coordinates": [ [ - -0.055488, - 51.527473 + 0.093459, + 51.603687 ], [ - -0.056628, - 51.527636 + 0.092569, + 51.600797 ], [ - -0.057214, - 51.527662 + 0.09221, + 51.599474 ], [ - -0.057875, - 51.527655 + 0.091677, + 51.597712 ], [ - -0.058703, - 51.527604 + 0.091029, + 51.595669 ], [ - -0.061698, - 51.52731 + 0.090909, + 51.595291 ], [ - -0.065996, - 51.526925 + 0.089323, + 51.590034 ], [ - -0.06676, - 51.526795 + 0.088828, + 51.587343 ], [ - -0.067371, - 51.52665 + 0.088597, + 51.585781 ], [ - -0.067966, - 51.526462 + 0.088577, + 51.58565 ], [ - -0.070148, - 51.52564 + 0.088361, + 51.584412 ], [ - -0.071927, - 51.524812 + 0.088192, + 51.583175 ], [ - -0.075582, - 51.523181 + 0.088196, + 51.582468 ], [ - -0.076187, - 51.522832 + 0.088262, + 51.581679 ], [ - -0.077728, - 51.521871 + 0.088437, + 51.580882 ], [ - -0.082074, - 51.518669 + 0.088886, + 51.579458 ], [ - -0.08258, - 51.518172 + 0.089069, + 51.578786 ], [ - -0.083027, - 51.517664 + 0.089522, + 51.577623 ], [ - -0.083126, - 51.51747 + 0.089785, + 51.576687 ], [ - -0.083213, - 51.5173 + 0.089887, + 51.576221 ], [ - -0.083542, - 51.516461 + 0.089947, + 51.575598 ], [ - -0.083679, - 51.516213 + 0.089947, + 51.575598 ], [ - -0.084239, - 51.515537 + 0.08996, + 51.575123 ], [ - -0.084556, - 51.515245 + 0.089912, + 51.574532 ], [ - -0.08496, - 51.514988 + 0.089725, + 51.573464 ], [ - -0.085448, - 51.514796 + 0.089651, + 51.573133 ], [ - -0.085587, - 51.514706 + 0.089421, + 51.572421 ], [ - -0.086194, - 51.514173 + 0.089129, + 51.571711 ], [ - -0.086362, - 51.514104 + 0.088793, + 51.571131 ], [ - -0.086518, - 51.514053 + 0.088467, + 51.570791 ], [ - -0.087846, - 51.51377 + 0.088151, + 51.570535 ], [ - -0.089012, - 51.513447 + 0.087644, + 51.570259 ], [ - -0.089063, - 51.513432 + 0.08708, + 51.570059 ], [ - -0.08945, - 51.513402 + 0.086732, + 51.569976 ], [ - -0.089825, - 51.513428 + 0.08632, + 51.569914 ], [ - -0.095909, - 51.514454 + 0.085941, + 51.569875 ], [ - -0.096318, - 51.514561 + 0.08544, + 51.56985 ], [ - -0.097476, - 51.514923 + 0.084775, + 51.569842 ], [ - -0.098127, - 51.515127 + 0.083447, + 51.569937 ], [ - -0.100283, - 51.515763 + 0.082324, + 51.570122 ], [ - -0.105159, - 51.517374 + 0.081847, + 51.570245 ], [ - -0.106516, - 51.517716 + 0.08141, + 51.570386 ], [ - -0.111685, - 51.518081 + 0.080804, + 51.570624 ], [ - -0.112121, - 51.518112 + 0.070653, + 51.575652 ], [ - -0.113408, - 51.518097 + 0.06899, + 51.576219 ], [ - -0.116287, - 51.518028 + 0.068189, + 51.576415 ], [ - -0.117911, - 51.517815 + 0.06742, + 51.57654 ], [ - -0.119723, - 51.517661 + 0.066768, + 51.576597 ], [ - -0.120058, - 51.517627 + 0.066453, + 51.576606 ], [ - -0.122274, - 51.517402 + 0.066351, + 51.576609 ], [ - -0.125258, - 51.517142 + 0.064118, + 51.576638 ], [ - -0.127916, - 51.516821 + 0.06209, + 51.576613 ], [ - -0.129849, - 51.516506 + 0.055593, + 51.576397 ], [ - -0.130909, - 51.516439 + 0.047247, + 51.576338 ], [ - -0.13262, - 51.516331 + 0.045425, + 51.576363 ], [ - -0.13455, - 51.516142 + 0.045411, + 51.576363 ], [ - -0.137914, - 51.515721 + 0.043598, + 51.576426 ], [ - -0.140234, - 51.515528 + 0.038241, + 51.576694 ], [ - -0.141835, - 51.515337 + 0.037131, + 51.576718 ], [ - -0.14208, - 51.515308 + 0.035155, + 51.576651 ], [ - -0.145925, - 51.514736 + 0.034097, + 51.576574 ], [ - -0.148986, - 51.514325 + 0.032086, + 51.576343 ], [ - -0.14964, - 51.514263 + 0.030518, + 51.576113 ], [ - -0.153801, - 51.513868 + 0.028653, + 51.575673 ], [ - -0.156154, - 51.513734 + 0.028621, + 51.575666 ], [ - -0.158412, - 51.51346 + 0.021148, + 51.573324 ], [ - -0.15904, - 51.513384 + 0.01997, + 51.572932 ], [ - -0.164147, - 51.512942 + 0.018983, + 51.572637 ], [ - -0.175145, - 51.511871 + 0.018197, + 51.572471 ], [ - -0.175434, - 51.511837 + 0.016586, + 51.572196 ], [ - -0.180981, - 51.51117 + 0.01535, + 51.572057 ], [ - -0.18723, - 51.5105 + 0.013723, + 51.571942 ], [ - -0.18745, - 51.510487 + 0.012991, + 51.571814 ], [ - -0.189449, - 51.510369 + 0.012291, + 51.571603 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce8", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 445, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + 0.113891, + 51.693616 ], [ - -0.190981, - 51.510229 + 0.113543, + 51.693282 ], [ - -0.191942, - 51.510093 + 0.112691, + 51.69227 ], [ - -0.196095, - 51.5092 + 0.112094, + 51.691415 ], [ - -0.196561, - 51.509112 + 0.111611, + 51.690598 ], [ - -0.196844, - 51.509059 + 0.11139, + 51.690142 ], [ - -0.200569, - 51.508595 + 0.107605, + 51.681634 ], [ - -0.202025, - 51.50828 + 0.106699, + 51.679723 ], [ - -0.205675, - 51.507259 + 0.103196, + 51.671699 ], [ - -0.209138, - 51.50629 + 0.101737, + 51.668356 ], [ - -0.217394, - 51.50454 + 0.101477, + 51.667535 ], [ - -0.21786, - 51.504462 + 0.101351, + 51.666986 ], [ - -0.218258, - 51.504432 + 0.101063, + 51.665221 ], [ - -0.21845, - 51.504418 + 0.100838, + 51.664358 ], [ - -0.218946, - 51.504416 + 0.100499, + 51.663477 ], [ - -0.219552, - 51.504464 + 0.099936, + 51.662353 ], [ - -0.220003, - 51.504474 + 0.099413, + 51.661519 ], [ - -0.223419, - 51.504967 + 0.098763, + 51.660677 ], [ - -0.223788, - 51.505042 + 0.097181, + 51.658734 ], [ - -0.22411, - 51.505133 + 0.096333, + 51.657513 ], [ - -0.22429, - 51.505218 + 0.09448, + 51.654283 ], [ - -0.224426, - 51.50532 + 0.093586, + 51.652972 ], [ - -0.224523, - 51.505438 + 0.091994, + 51.651155 ], [ - -0.224627, - 51.50575 + 0.091006, + 51.650176 ], [ - -0.224632, - 51.506129 + 0.089868, + 51.649177 ], [ - -0.224563, - 51.506542 + 0.088426, + 51.648129 ], [ - -0.224382, - 51.507192 + 0.085117, + 51.646041 ], [ - -0.224329, - 51.507617 + 0.084358, + 51.645648 ], [ - -0.22438, - 51.511977 + 0.083854, + 51.64542 ], [ - -0.224385, - 51.512456 + 0.083573, + 51.645293 ], [ - -0.224409, - 51.512704 + 0.082255, + 51.644759 ], [ - -0.224483, - 51.513046 + 0.081393, + 51.644461 ], [ - -0.225067, - 51.514496 + 0.080268, + 51.644111 ], [ - -0.225262, - 51.51474 + 0.079095, + 51.643783 ], [ - -0.22559, - 51.514982 + 0.076512, + 51.643172 ], [ - -0.22593, - 51.51516 + 0.074176, + 51.642733 ], [ - -0.226291, - 51.515289 + 0.07264, + 51.642504 ], [ - -0.227654, - 51.515655 + 0.070794, + 51.642281 ], [ - -0.228621, - 51.515847 + 0.069497, + 51.642174 ], [ - -0.229225, - 51.515933 + 0.067525, + 51.642069 ], [ - -0.22984, - 51.515997 + 0.065176, + 51.642011 ], [ - -0.230809, - 51.51606 + 0.062746, + 51.642083 ], [ - -0.232066, - 51.516044 + 0.059501, + 51.642217 ], [ - -0.232892, - 51.515964 + 0.059046, + 51.642217 ], [ - -0.23436, - 51.515758 + 0.058364, + 51.642172 ], [ - -0.236265, - 51.515683 + 0.057656, + 51.642078 ], [ - -0.239735, - 51.515386 + 0.05637, + 51.641817 ], [ - -0.241813, - 51.515249 + 0.055984, + 51.641698 ], [ - -0.242176, - 51.515242 + 0.055619, + 51.641542 ], [ - -0.243256, - 51.515303 + 0.055418, + 51.641436 ], [ - -0.243954, - 51.515397 + 0.054945, + 51.641184 ], [ - -0.244717, - 51.515546 + 0.054676, + 51.641 ], [ - -0.245422, - 51.515762 + 0.054469, + 51.640825 ], [ - -0.246048, - 51.51601 + 0.054062, + 51.640377 ], [ - -0.246572, - 51.516247 + 0.053818, + 51.63993 ], [ - -0.247052, - 51.516528 + 0.053625, + 51.639463 ], [ - -0.247314, - 51.516699 + 0.053193, + 51.638052 ], [ - -0.247572, - 51.516869 + 0.052839, + 51.637231 ], [ - -0.247926, - 51.517165 + 0.052504, + 51.636553 ], [ - -0.249336, - 51.51853 + 0.051943, + 51.635627 ], [ - -0.250399, - 51.519608 + 0.049938, + 51.632964 ], [ - -0.251839, - 51.520961 + 0.049315, + 51.632045 ], [ - -0.252485, - 51.521488 + 0.048594, + 51.630846 ], [ - -0.253245, - 51.521927 + 0.048002, + 51.62961 ], [ - -0.25381, - 51.52217 + 0.047517, + 51.628393 ], [ - -0.254488, - 51.522425 + 0.047353, + 51.627926 ], [ - -0.25542, - 51.52266 + 0.04694, + 51.626495 ], [ - -0.257084, - 51.523004 + 0.046603, + 51.625328 ], [ - -0.258479, - 51.523345 + 0.046053, + 51.623841 ], [ - -0.259619, - 51.523584 + 0.045441, + 51.622468 ], [ - -0.266762, - 51.525084 + 0.044566, + 51.620879 ], [ - -0.267228, - 51.525175 + 0.043903, + 51.619869 ], [ - -0.267699, - 51.52523 + 0.043008, + 51.618629 ], [ - -0.26881, - 51.525306 + 0.035769, + 51.609524 + ] + ] + }, + "properties": { + "line": "Central", + "name": "Central", + "color": "#DC241F", + "order": 1, + "segmentName": "Ce9", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 446, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.268633, + 51.525176 ], [ -0.269545, @@ -55920,11 +37978,15 @@ "line": "Central", "name": "Central", "color": "#DC241F", - "order": 1 + "order": 1, + "segmentName": "Ce10", + "segmentType": "solo", + "overlapOffsetPx": 1 } }, { "type": "Feature", + "id": 447, "geometry": { "type": "LineString", "coordinates": [ @@ -55972,6 +38034,32 @@ -0.11158, 51.498609 ], + [ + -0.112034, + 51.498787 + ], + [ + -0.112034, + 51.498787 + ] + ] + }, + "properties": { + "line": "Bakerloo", + "name": "Bakerloo", + "color": "#894E24", + "order": 0, + "segmentName": "Ba0_a", + "segmentType": "solo", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 448, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.112034, 51.498787 @@ -55996,6 +38084,28 @@ -0.115092, 51.500375 ], + [ + -0.115151, + 51.50089 + ] + ] + }, + "properties": { + "line": "Bakerloo", + "name": "Bakerloo", + "color": "#894E24", + "order": 0, + "segmentName": "Ba0_b", + "segmentType": "solo", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 449, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.115151, 51.50089 @@ -56064,6 +38174,29 @@ -0.124918, 51.508449 ], + [ + -0.125257, + 51.508598 + ] + ] + }, + "properties": { + "line": "Bakerloo", + "name": "Bakerloo", + "color": "#894E24", + "order": 0, + "segmentName": "Ba_No_0", + "segmentType": "overlap", + "overlapSectionId": "section_44", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 450, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.125257, 51.508598 @@ -56128,6 +38261,32 @@ -0.133694, 51.509975 ], + [ + -0.134002, + 51.509967 + ] + ] + }, + "properties": { + "line": "Bakerloo", + "name": "Bakerloo", + "color": "#894E24", + "order": 0, + "segmentName": "Ba1_a", + "segmentType": "solo", + "overlapOffsetPx": -0.8 + } + }, + { + "type": "Feature", + "id": 451, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.134002, + 51.509967 + ], [ -0.134002, 51.509967 @@ -56160,6 +38319,28 @@ -0.138163, 51.510329 ], + [ + -0.141065, + 51.513637 + ] + ] + }, + "properties": { + "line": "Bakerloo", + "name": "Bakerloo", + "color": "#894E24", + "order": 0, + "segmentName": "Ba1_b", + "segmentType": "solo", + "overlapOffsetPx": -0.6 + } + }, + { + "type": "Feature", + "id": 452, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.141065, 51.513637 @@ -56180,6 +38361,29 @@ -0.142013, 51.515658 ], + [ + -0.142676, + 51.517289 + ] + ] + }, + "properties": { + "line": "Bakerloo", + "name": "Bakerloo", + "color": "#894E24", + "order": 0, + "segmentName": "Ba_Vi_0", + "segmentType": "overlap", + "overlapSectionId": "section_13", + "overlapOffsetPx": -0.4 + } + }, + { + "type": "Feature", + "id": 453, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.142676, 51.517289 @@ -56208,6 +38412,32 @@ -0.146225, 51.522958 ], + [ + -0.146561, + 51.52357 + ] + ] + }, + "properties": { + "line": "Bakerloo", + "name": "Bakerloo", + "color": "#894E24", + "order": 0, + "segmentName": "Ba2_a", + "segmentType": "solo", + "overlapOffsetPx": -0.19999999999999996 + } + }, + { + "type": "Feature", + "id": 454, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.146561, + 51.52357 + ], [ -0.146561, 51.52357 @@ -56256,6 +38486,54 @@ -0.155725, 51.523557 ], + [ + -0.15694888493601197, + 51.52326807979452 + ] + ] + }, + "properties": { + "line": "Bakerloo", + "name": "Bakerloo", + "color": "#894E24", + "order": 0, + "segmentName": "Ba2_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 455, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.15694888493601197, + 51.52326807979452 + ], + [ + -0.157017, + 51.523252 + ] + ] + }, + "properties": { + "line": "Bakerloo", + "name": "Bakerloo", + "color": "#894E24", + "order": 0, + "segmentName": "Ba2_c", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 456, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.157017, 51.523252 @@ -56276,6 +38554,29 @@ -0.162607, 51.52232 ], + [ + -0.163597, + 51.52224 + ] + ] + }, + "properties": { + "line": "Bakerloo", + "name": "Bakerloo", + "color": "#894E24", + "order": 0, + "segmentName": "Ba_Ju_0", + "segmentType": "overlap", + "overlapSectionId": "section_56", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 457, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.163597, 51.52224 @@ -56304,6 +38605,32 @@ -0.170339, 51.520483 ], + [ + -0.170518, + 51.520372 + ], + [ + -0.170518, + 51.520372 + ] + ] + }, + "properties": { + "line": "Bakerloo", + "name": "Bakerloo", + "color": "#894E24", + "order": 0, + "segmentName": "Ba3_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 458, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.170518, 51.520372 @@ -56320,6 +38647,28 @@ -0.170975, 51.519708 ], + [ + -0.171383, + 51.518575 + ] + ] + }, + "properties": { + "line": "Bakerloo", + "name": "Bakerloo", + "color": "#894E24", + "order": 0, + "segmentName": "Ba3_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 459, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.171383, 51.518575 @@ -56352,6 +38701,29 @@ -0.173504, 51.516262 ], + [ + -0.173986, + 51.516065 + ] + ] + }, + "properties": { + "line": "Bakerloo", + "name": "Bakerloo", + "color": "#894E24", + "order": 0, + "segmentName": "Ba_Ci_0", + "segmentType": "overlap", + "overlapSectionId": "section_96", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 460, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.173986, 51.516065 @@ -56368,6 +38740,32 @@ -0.175066, 51.515975 ], + [ + -0.175137, + 51.515996 + ] + ] + }, + "properties": { + "line": "Bakerloo", + "name": "Bakerloo", + "color": "#894E24", + "order": 0, + "segmentName": "Ba4_a", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 461, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.175137, + 51.515996 + ], [ -0.175137, 51.515996 @@ -56388,6 +38786,32 @@ -0.177407, 51.517943 ], + [ + -0.177643, + 51.518409 + ] + ] + }, + "properties": { + "line": "Bakerloo", + "name": "Bakerloo", + "color": "#894E24", + "order": 0, + "segmentName": "Ba4_b", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 462, + "geometry": { + "type": "LineString", + "coordinates": [ + [ + -0.177643, + 51.518409 + ], [ -0.177643, 51.518409 @@ -56424,6 +38848,32 @@ -0.183877, 51.523103 ], + [ + -0.183945, + 51.523204 + ], + [ + -0.183945, + 51.523204 + ] + ] + }, + "properties": { + "line": "Bakerloo", + "name": "Bakerloo", + "color": "#894E24", + "order": 0, + "segmentName": "Ba4_c", + "segmentType": "solo", + "overlapOffsetPx": 0 + } + }, + { + "type": "Feature", + "id": 463, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.183945, 51.523204 @@ -56468,6 +38918,32 @@ -0.184018, 51.528377 ], + [ + -0.185687, + 51.529731 + ], + [ + -0.185687, + 51.529731 + ] + ] + }, + "properties": { + "line": "Bakerloo", + "name": "Bakerloo", + "color": "#894E24", + "order": 0, + "segmentName": "Ba4_d", + "segmentType": "solo", + "overlapOffsetPx": -0.3333333333333333 + } + }, + { + "type": "Feature", + "id": 464, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.185687, 51.529731 @@ -56500,6 +38976,32 @@ -0.193329, 51.534817 ], + [ + -0.194018, + 51.534988 + ], + [ + -0.194018, + 51.534988 + ] + ] + }, + "properties": { + "line": "Bakerloo", + "name": "Bakerloo", + "color": "#894E24", + "order": 0, + "segmentName": "Ba4_e", + "segmentType": "solo", + "overlapOffsetPx": -0.6666666666666666 + } + }, + { + "type": "Feature", + "id": 465, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.194018, 51.534988 @@ -56516,6 +39018,28 @@ -0.196327, 51.535264 ], + [ + -0.196738, + 51.535264 + ] + ] + }, + "properties": { + "line": "Bakerloo", + "name": "Bakerloo", + "color": "#894E24", + "order": 0, + "segmentName": "Ba4_f", + "segmentType": "solo", + "overlapOffsetPx": -1 + } + }, + { + "type": "Feature", + "id": 466, + "geometry": { + "type": "LineString", + "coordinates": [ [ -0.196738, 51.535264 @@ -56934,7 +39458,11 @@ "line": "Bakerloo", "name": "Bakerloo", "color": "#894E24", - "order": 0 + "order": 0, + "segmentName": "Ba_Li_0", + "segmentType": "overlap", + "overlapSectionId": "section_36", + "overlapOffsetPx": -1 } } ]