Skip to content

Instantly share code, notes, and snippets.

@coppeliaMLA
Created June 20, 2016 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coppeliaMLA/8dd4b8de6146a422849ea26372f2319e to your computer and use it in GitHub Desktop.
Save coppeliaMLA/8dd4b8de6146a422849ea26372f2319e to your computer and use it in GitHub Desktop.
<head>
<script src="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js"></script>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.16/d3.min.js"></script>
<style> #mapid {
height: 800px;
} </style>
</head>
<body>
<div id="mapid"></div>
<script>
var json = {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0037, 51.532]
},
"properties": {
"station": "Abbey Road",
"zone": "3",
"postcode": "E15 3NB",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.1203, 51.4908]
},
"properties": {
"station": "Abbey Wood",
"zone": "4",
"postcode": "SE2 9RH",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2677, 51.5169]
},
"properties": {
"station": "Acton",
"zone": "3",
"postcode": "W3 0BP",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2634, 51.5088]
},
"properties": {
"station": "Acton Central",
"zone": "2",
"postcode": "W3 6BD",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2803, 51.5031]
},
"properties": {
"station": "Acton Town",
"zone": "3",
"postcode": "W3 8HN",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0327, 51.3562]
},
"properties": {
"station": "Addington Village",
"zone": "3,4,5,6",
"postcode": "CR0 5AR",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0732, 51.3798]
},
"properties": {
"station": "Addiscombe",
"zone": "3,4,5,6",
"postcode": "CR0 7AA",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.1265, 51.4358]
},
"properties": {
"station": "Albany Park",
"zone": "5",
"postcode": "DA5 3HP",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0756, 51.5143]
},
"properties": {
"station": "Aldgate",
"zone": "1",
"postcode": "EC3N 1AH",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.073, 51.5151]
},
"properties": {
"station": "Aldgate East",
"zone": "1",
"postcode": "E1 7PT",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1201, 51.5983]
},
"properties": {
"station": "Alexandra Palace",
"zone": "3",
"postcode": "N22 7ST",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0126, 51.5105]
},
"properties": {
"station": "All Saints",
"zone": "2",
"postcode": "E14 0EH",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2995, 51.5412]
},
"properties": {
"station": "Alperton",
"zone": "4",
"postcode": "HA0 4LL",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.6065, 51.6741]
},
"properties": {
"station": "Amersham",
"zone": "9",
"postcode": "HP6 5AZ",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1236, 51.3823]
},
"properties": {
"station": "Ampere Way",
"zone": "3,4,5,6",
"postcode": "CR0 3JX",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0651, 51.4125]
},
"properties": {
"station": "Anerley",
"zone": "4",
"postcode": "SE20 8AG",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1056, 51.533]
},
"properties": {
"station": "Angel",
"zone": "1",
"postcode": "N1 8XB",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0487, 51.6124]
},
"properties": {
"station": "Angel Road",
"zone": "4",
"postcode": "N18 3AY",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1351, 51.5655]
},
"properties": {
"station": "Archway",
"zone": "2,3",
"postcode": "N19 5RQ",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0583, 51.3915]
},
"properties": {
"station": "Arena",
"zone": "3,4,5,6",
"postcode": "SE25 4RY",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1343, 51.6162]
},
"properties": {
"station": "Arnos Grove",
"zone": "4",
"postcode": "N11 1AN",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1055, 51.5585]
},
"properties": {
"station": "Arsenal",
"zone": "2",
"postcode": "N5 1LP",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0494, 51.4068]
},
"properties": {
"station": "Avenue Road",
"zone": "3,4,5,6",
"postcode": "BR3 4NJ",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1569, 51.5231]
},
"properties": {
"station": "Baker Street",
"zone": "1",
"postcode": "NW1 5LA",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1527, 51.4432]
},
"properties": {
"station": "Balham",
"zone": "3",
"postcode": "SW12 9SG",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.089, 51.5134]
},
"properties": {
"station": "Bank",
"zone": "1",
"postcode": "EC3V 3LA",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2131, 51.3293]
},
"properties": {
"station": "Banstead",
"zone": "6",
"postcode": "SM7 1RB",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0977, 51.5202]
},
"properties": {
"station": "Barbican",
"zone": "1",
"postcode": "EC1A 4JA",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0808, 51.5395]
},
"properties": {
"station": "Barking",
"zone": "4",
"postcode": "IG11 8TU",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0885, 51.5859]
},
"properties": {
"station": "Barkingside",
"zone": "4",
"postcode": "IG6 1NB",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.161, 51.4648]
},
"properties": {
"station": "Barnehurst",
"zone": "6",
"postcode": "DA7 6HQ",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.242, 51.4671]
},
"properties": {
"station": "Barnes",
"zone": "3",
"postcode": "SW13 0LW",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2523, 51.4722]
},
"properties": {
"station": "Barnes Bridge",
"zone": "3",
"postcode": "SW13 0NR",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2134, 51.4902]
},
"properties": {
"station": "Barons Court",
"zone": "2",
"postcode": "W14 9DP",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1481, 51.4773]
},
"properties": {
"station": "Battersea Park",
"zone": "2",
"postcode": "SW8 4NB",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1879, 51.5121]
},
"properties": {
"station": "Bayswater",
"zone": "1",
"postcode": "W2 4QH",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0165, 51.4246]
},
"properties": {
"station": "Beckenham Hill",
"zone": "4",
"postcode": "SE6 3NU",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0257, 51.4109]
},
"properties": {
"station": "Beckenham Junction",
"zone": "4",
"postcode": "BR3 1HY",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0434, 51.4095]
},
"properties": {
"station": "Beckenham Road",
"zone": "3,4,5,6",
"postcode": "BR3 4RR",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0615, 51.5144]
},
"properties": {
"station": "Beckton",
"zone": "3",
"postcode": "E6 5NT",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0548, 51.5089]
},
"properties": {
"station": "Beckton Park",
"zone": "3",
"postcode": "E6 5NE",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.1269, 51.5396]
},
"properties": {
"station": "Becontree",
"zone": "5",
"postcode": "RM9 4TP",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1421, 51.3892]
},
"properties": {
"station": "Beddington Lane",
"zone": "3,4,5,6",
"postcode": "CR0 4TF",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1785, 51.401]
},
"properties": {
"station": "Belgrave Walk",
"zone": "3,4,5,6",
"postcode": "CR4 4NY",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0204, 51.4339]
},
"properties": {
"station": "Bellingham",
"zone": "3",
"postcode": "SE6 3BT",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1995, 51.3441]
},
"properties": {
"station": "Belmont",
"zone": "5",
"postcode": "SM2 6BH",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.164, 51.5502]
},
"properties": {
"station": "Belsize Park",
"zone": "2",
"postcode": "NW3 2AL",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.152, 51.492]
},
"properties": {
"station": "Belvedere",
"zone": "5",
"postcode": "DA17 6JW",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0643, 51.498]
},
"properties": {
"station": "Bermondsey",
"zone": "2",
"postcode": "SE16 4RX",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2803, 51.3988]
},
"properties": {
"station": "Berrylands",
"zone": "5",
"postcode": "KT5 8LT",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0554, 51.5272]
},
"properties": {
"station": "Bethnal Green",
"zone": "2",
"postcode": "E2 0ET",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.06, 51.5243]
},
"properties": {
"station": "Bethnal Green Rail",
"zone": "2",
"postcode": "E2 6JL",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.1482, 51.4408]
},
"properties": {
"station": "Bexley",
"zone": "6",
"postcode": "DA5 1AQ",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.1334, 51.4635]
},
"properties": {
"station": "Bexleyheath",
"zone": "5",
"postcode": "DA7 4AA",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0443, 51.4004]
},
"properties": {
"station": "Bickley",
"zone": "5",
"postcode": "BR1 2EB",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0563, 51.4039]
},
"properties": {
"station": "Birkbeck",
"zone": "4",
"postcode": "BR3 4TA",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.103, 51.5116]
},
"properties": {
"station": "Blackfriars",
"zone": "1",
"postcode": "EC4V 4DD",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0084, 51.4654]
},
"properties": {
"station": "Blackheath",
"zone": "3",
"postcode": "SE3 9LE",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0705, 51.3847]
},
"properties": {
"station": "Blackhorse Lane",
"zone": "3,4,5,6",
"postcode": "CR0 6NL",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0396, 51.5858]
},
"properties": {
"station": "Blackhorse Road",
"zone": "3",
"postcode": "E17 6JJ",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0072, 51.5078]
},
"properties": {
"station": "Blackwall",
"zone": "2",
"postcode": "E14 9QB",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1496, 51.5138]
},
"properties": {
"station": "Bond Street",
"zone": "1",
"postcode": "W1C 2HU",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0942, 51.501]
},
"properties": {
"station": "Borough",
"zone": "1",
"postcode": "SE1 1JX",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3247, 51.4958]
},
"properties": {
"station": "Boston Manor",
"zone": "4",
"postcode": "TW8 9LQ",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1242, 51.607]
},
"properties": {
"station": "Bounds Green",
"zone": "3,4",
"postcode": "N11 2EU",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0205, 51.5276]
},
"properties": {
"station": "Bow Church",
"zone": "2",
"postcode": "E3 3AA",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0243, 51.527]
},
"properties": {
"station": "Bow Road",
"zone": "2",
"postcode": "E3 4DH",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1198, 51.6073]
},
"properties": {
"station": "Bowes Park",
"zone": "3,4",
"postcode": "N22 8NL",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2133, 51.5766]
},
"properties": {
"station": "Brent Cross",
"zone": "3",
"postcode": "NW11 9UA",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3096, 51.4875]
},
"properties": {
"station": "Brentford",
"zone": "4",
"postcode": "TW8 9LF",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.2997, 51.6136]
},
"properties": {
"station": "Brentwood",
"zone": "7",
"postcode": "CM14 4EW",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0311, 51.6553]
},
"properties": {
"station": "Brimsdown",
"zone": "5",
"postcode": "EN3 7NA",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1145, 51.4627]
},
"properties": {
"station": "Brixton",
"zone": "2",
"postcode": "SW9 8HE",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0377, 51.4648]
},
"properties": {
"station": "Brockley",
"zone": "2",
"postcode": "SE4 2RW",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0173, 51.4089]
},
"properties": {
"station": "Bromley North",
"zone": "4",
"postcode": "BR1 3NN",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0174, 51.4]
},
"properties": {
"station": "Bromley South",
"zone": "5",
"postcode": "BR1 1LX",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0117, 51.5248]
},
"properties": {
"station": "Bromley-by-Bow",
"zone": "2,3",
"postcode": "E3 3BT",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2028, 51.5453]
},
"properties": {
"station": "Brondesbury",
"zone": "2",
"postcode": "NW6 7QL",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2105, 51.5403]
},
"properties": {
"station": "Brondesbury Park",
"zone": "2",
"postcode": "NW6 6RP",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.011, 51.747]
},
"properties": {
"station": "Broxbourne",
"zone": "9",
"postcode": "EN10 7AW",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0704, 51.594]
},
"properties": {
"station": "Bruce Grove",
"zone": "3",
"postcode": "N17 8AD",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0467, 51.6266]
},
"properties": {
"station": "Buckhurst Hill",
"zone": "5",
"postcode": "IG9 5ET",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2643, 51.6026]
},
"properties": {
"station": "Burnt Oak",
"zone": "4",
"postcode": "HA8 0LA",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0693, 51.6415]
},
"properties": {
"station": "Bush Hill Park",
"zone": "5",
"postcode": "EN1 1BA",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3847, 51.6455]
},
"properties": {
"station": "Bushey",
"zone": "8",
"postcode": "WD19 4ST",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1183, 51.5479]
},
"properties": {
"station": "Caledonian Road",
"zone": "2",
"postcode": "N7 9BA",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1152, 51.5433]
},
"properties": {
"station": "Caledonian Road and Barnsbury",
"zone": "2",
"postcode": "N1 0SL",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0572, 51.5321]
},
"properties": {
"station": "Cambridge Heath",
"zone": "2",
"postcode": "E2 7NA",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1392, 51.5418]
},
"properties": {
"station": "Camden Road",
"zone": "2",
"postcode": "NW1 9LQ",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1424, 51.54]
},
"properties": {
"station": "Camden Town",
"zone": "2",
"postcode": "NW1 8NH",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0508, 51.4982]
},
"properties": {
"station": "Canada Water",
"zone": "2",
"postcode": "SE16 7BB",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0195, 51.5036]
},
"properties": {
"station": "Canary Wharf",
"zone": "2",
"postcode": "E14 4QS",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0083, 51.5139]
},
"properties": {
"station": "Canning Town",
"zone": "3",
"postcode": "E16 1DQ",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0902, 51.5114]
},
"properties": {
"station": "Cannon Street",
"zone": "1",
"postcode": "EC4N 6AP",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0926, 51.5482]
},
"properties": {
"station": "Canonbury",
"zone": "2",
"postcode": "N1 2PG",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2944, 51.6076]
},
"properties": {
"station": "Canons Park",
"zone": "5",
"postcode": "HA8 6RN",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3858, 51.6282]
},
"properties": {
"station": "Carpenders Park",
"zone": "7",
"postcode": "WD19 7DT",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1664, 51.3684]
},
"properties": {
"station": "Carshalton",
"zone": "5",
"postcode": "SM5 2HT",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1695, 51.3574]
},
"properties": {
"station": "Carshalton Beeches",
"zone": "5",
"postcode": "SM5 3LG",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3315, 51.523]
},
"properties": {
"station": "Castle Bar Park",
"zone": "4",
"postcode": "W7 1AY",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0786, 51.2822]
},
"properties": {
"station": "Caterham",
"zone": "6",
"postcode": "CR3 6LB",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0265, 51.4443]
},
"properties": {
"station": "Catford",
"zone": "3",
"postcode": "SE6 4XT",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0248, 51.4447]
},
"properties": {
"station": "Catford Bridge",
"zone": "3",
"postcode": "SE6 4RE",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1039, 51.3758]
},
"properties": {
"station": "Centrale",
"zone": "3,4,5,6",
"postcode": "CR0 1XT",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.1289, 51.568]
},
"properties": {
"station": "Chadwell Heath",
"zone": "5",
"postcode": "RM6 4BE",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.2875, 51.4856]
},
"properties": {
"station": "Chafford Hundred",
"zone": "7",
"postcode": "RM16 6QQ",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.5611, 51.6679]
},
"properties": {
"station": "Chalfont and Latimer",
"zone": "8",
"postcode": "HP7 9PR",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1537, 51.5442]
},
"properties": {
"station": "Chalk Farm",
"zone": "2",
"postcode": "NW3 2BP",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1119, 51.5185]
},
"properties": {
"station": "Chancery Lane",
"zone": "1",
"postcode": "WC1V 6DR",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1248, 51.5084]
},
"properties": {
"station": "Charing Cross",
"zone": "1",
"postcode": "WC2N 5HS",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.031, 51.4868]
},
"properties": {
"station": "Charlton",
"zone": "3",
"postcode": "SE7 7AB",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2142, 51.3555]
},
"properties": {
"station": "Cheam",
"zone": "5",
"postcode": "SM3 8RZ",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.109, 51.3563]
},
"properties": {
"station": "Chelsfield",
"zone": "6",
"postcode": "BR6 6EU",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.6114, 51.7054]
},
"properties": {
"station": "Chesham",
"zone": "9",
"postcode": "HP5 1DH",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0239, 51.7029]
},
"properties": {
"station": "Cheshunt",
"zone": "8",
"postcode": "EN8 9AQ",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3005, 51.3642]
},
"properties": {
"station": "Chessington North",
"zone": "6",
"postcode": "KT9 2RT",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3071, 51.3567]
},
"properties": {
"station": "Chessington South",
"zone": "6",
"postcode": "KT9 2DD",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0762, 51.6179]
},
"properties": {
"station": "Chigwell",
"zone": "4",
"postcode": "IG7 6NT",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0095, 51.6332]
},
"properties": {
"station": "Chingford",
"zone": "5",
"postcode": "E4 6AL",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1694, 51.3093]
},
"properties": {
"station": "Chipstead",
"zone": "6",
"postcode": "CR5 3TD",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0575, 51.4056]
},
"properties": {
"station": "Chislehurst",
"zone": "5",
"postcode": "BR7 5NN",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.267, 51.4808]
},
"properties": {
"station": "Chiswick",
"zone": "3",
"postcode": "W4 2QE",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2677, 51.4944]
},
"properties": {
"station": "Chiswick Park",
"zone": "3",
"postcode": "W4 5NE",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.5183, 51.6543]
},
"properties": {
"station": "Chorleywood",
"zone": "7",
"postcode": "WD3 5ND",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1043, 51.3737]
},
"properties": {
"station": "Church Street",
"zone": "3,4,5,6",
"postcode": "CR0 1RN",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1036, 51.5139]
},
"properties": {
"station": "City Thameslink",
"zone": "1",
"postcode": "EC4M 7JH",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1383, 51.4618]
},
"properties": {
"station": "Clapham Common",
"zone": "2",
"postcode": "SW4 7AJ",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1325, 51.4655]
},
"properties": {
"station": "Clapham High Street",
"zone": "2",
"postcode": "SW4 6DQ",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1703, 51.4644]
},
"properties": {
"station": "Clapham Junction",
"zone": "2",
"postcode": "SW11 2QP",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1299, 51.4649]
},
"properties": {
"station": "Clapham North",
"zone": "2",
"postcode": "SW4 7TS",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.148, 51.4527]
},
"properties": {
"station": "Clapham South",
"zone": "2,3",
"postcode": "SW12 9DU",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0575, 51.5616]
},
"properties": {
"station": "Clapton",
"zone": "2",
"postcode": "E5 9JP",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0407, 51.4085]
},
"properties": {
"station": "Clock House",
"zone": "4",
"postcode": "BR3 4PR",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.389, 51.3184]
},
"properties": {
"station": "Cobham and Stoke D'Abernon",
"zone": "",
"postcode": "KT11 3BW",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1499, 51.652]
},
"properties": {
"station": "Cockfosters",
"zone": "5",
"postcode": "EN4 0DZ",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2503, 51.5952]
},
"properties": {
"station": "Colindale",
"zone": "4",
"postcode": "NW9 5HR",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1774, 51.4188]
},
"properties": {
"station": "Colliers Wood",
"zone": "3",
"postcode": "SW19 2HR",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0595, 51.3598]
},
"properties": {
"station": "Coombe Lane",
"zone": "3,4,5,6",
"postcode": "CR0 5RF",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1379, 51.3158]
},
"properties": {
"station": "Coulsdon South",
"zone": "6",
"postcode": "CR5 3EA",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1245, 51.5128]
},
"properties": {
"station": "Covent Garden",
"zone": "1",
"postcode": "WC2E 9JT",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.1785, 51.4485]
},
"properties": {
"station": "Crayford",
"zone": "6",
"postcode": "DA1 3PY",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1068, 51.6845]
},
"properties": {
"station": "Crews Hill",
"zone": "6",
"postcode": "EN2 8AY",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2125, 51.5584]
},
"properties": {
"station": "Cricklewood",
"zone": "3",
"postcode": "NW2 1HL",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0365, 51.4552]
},
"properties": {
"station": "Crofton Park",
"zone": "3",
"postcode": "SE4 2RA",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0149, 51.4958]
},
"properties": {
"station": "Crossharbour and London Arena",
"zone": "2",
"postcode": "E14 8AD",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1171, 51.5713]
},
"properties": {
"station": "Crouch Hill",
"zone": "3",
"postcode": "N4 4AU",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.4416, 51.647]
},
"properties": {
"station": "Croxley",
"zone": "7",
"postcode": "WD3 3DY",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0726, 51.4182]
},
"properties": {
"station": "Crystal Palace",
"zone": "3,4",
"postcode": "SE19 2AZ",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0258, 51.5096]
},
"properties": {
"station": "Custom House",
"zone": "3",
"postcode": "E16 3BX",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0106, 51.4819]
},
"properties": {
"station": "Cutty Sark for Maritime Greenwich",
"zone": "2",
"postcode": "SE10 9SW",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0639, 51.5085]
},
"properties": {
"station": "Cyprus",
"zone": "3",
"postcode": "E6 5PH",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.145, 51.5263]
},
"properties": {
"station": "Dagenham Dock",
"zone": "5",
"postcode": "RM9 6RA",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.1658, 51.5442]
},
"properties": {
"station": "Dagenham East",
"zone": "5",
"postcode": "RM10 8AA",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.1477, 51.5412]
},
"properties": {
"station": "Dagenham Heathway",
"zone": "5",
"postcode": "RM9 5AN",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.075, 51.5461]
},
"properties": {
"station": "Dalston Junction",
"zone": "2",
"postcode": "E8 3DL",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0762, 51.5487]
},
"properties": {
"station": "Dalston Kingsland",
"zone": "2",
"postcode": "E8 2JS",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.2181, 51.4474]
},
"properties": {
"station": "Dartford",
"zone": "",
"postcode": "DA1 1BP",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0838, 51.6455]
},
"properties": {
"station": "Debden",
"zone": "6",
"postcode": "IG10 3TG",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.091, 51.4682]
},
"properties": {
"station": "Denmark Hill",
"zone": "2",
"postcode": "SE5 8BB",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0262, 51.4789]
},
"properties": {
"station": "Deptford",
"zone": "2",
"postcode": "SE8 3NU",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.022, 51.4745]
},
"properties": {
"station": "Deptford Bridge",
"zone": "2,3",
"postcode": "SE10 8BU",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.018, 51.5223]
},
"properties": {
"station": "Devons Road",
"zone": "2",
"postcode": "E3 3QX",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2388, 51.5519]
},
"properties": {
"station": "Dollis Hill",
"zone": "3",
"postcode": "NW10 5NB",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3296, 51.516]
},
"properties": {
"station": "Drayton Green",
"zone": "4",
"postcode": "W13 0JX",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1058, 51.5531]
},
"properties": {
"station": "Drayton Park",
"zone": "2",
"postcode": "N5 1NT",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2075, 51.4174]
},
"properties": {
"station": "Dundonald Road",
"zone": "3,4,5,6",
"postcode": "SW19 3QJ",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.302, 51.5149]
},
"properties": {
"station": "Ealing Broadway",
"zone": "3",
"postcode": "W5 2NU",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2871, 51.5102]
},
"properties": {
"station": "Ealing Common",
"zone": "3",
"postcode": "W5 3LD",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1943, 51.4914]
},
"properties": {
"station": "Earls Court",
"zone": "1,2",
"postcode": "SW5 9QA",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1873, 51.4422]
},
"properties": {
"station": "Earlsfield",
"zone": "3",
"postcode": "SW18 4SW",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2481, 51.5163]
},
"properties": {
"station": "East Acton",
"zone": "2",
"postcode": "W12 0BP",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0918, 51.3757]
},
"properties": {
"station": "East Croydon",
"zone": "5",
"postcode": "CR0 1LF",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0804, 51.4616]
},
"properties": {
"station": "East Dulwich",
"zone": "2",
"postcode": "SE22 8EF",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1647, 51.5873]
},
"properties": {
"station": "East Finchley",
"zone": "3",
"postcode": "N2 0NW",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0515, 51.5393]
},
"properties": {
"station": "East Ham",
"zone": "3,4",
"postcode": "E6 2JA",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0024, 51.5087]
},
"properties": {
"station": "East India",
"zone": "2,3",
"postcode": "E14 9PS",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.211, 51.4589]
},
"properties": {
"station": "East Putney",
"zone": "2,3",
"postcode": "SW15 6SN",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3968, 51.5765]
},
"properties": {
"station": "Eastcote",
"zone": "5",
"postcode": "HA5 1QZ",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0267, 51.3908]
},
"properties": {
"station": "Eden Park",
"zone": "5",
"postcode": "BR3 3HQ",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2751, 51.6142]
},
"properties": {
"station": "Edgware",
"zone": "5",
"postcode": "HA8 7AW",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1705, 51.5207]
},
"properties": {
"station": "Edgware Road (Bakerloo)",
"zone": "1",
"postcode": "W2 1DY",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1677, 51.52]
},
"properties": {
"station": "Edgware Road (Circle/District/Hammersmith and City)",
"zone": "1",
"postcode": "NW1 5DH",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0616, 51.6251]
},
"properties": {
"station": "Edmonton Green",
"zone": "4",
"postcode": "N9 9DX",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1007, 51.4958]
},
"properties": {
"station": "Elephant and Castle",
"zone": "1,2",
"postcode": "SE1 6LW",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.1973, 51.5491]
},
"properties": {
"station": "Elm Park",
"zone": "6",
"postcode": "RM12 4RW",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0494, 51.3983]
},
"properties": {
"station": "Elmers End",
"zone": "4",
"postcode": "BR3 4EJ",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0442, 51.4171]
},
"properties": {
"station": "Elmstead Woods",
"zone": "4",
"postcode": "BR7 5EW",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2798, 51.6529]
},
"properties": {
"station": "Elstree and Borehamwood",
"zone": "6",
"postcode": "WD6 3LS",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0523, 51.4557]
},
"properties": {
"station": "Eltham",
"zone": "4",
"postcode": "SE9 6UB",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0168, 51.4684]
},
"properties": {
"station": "Elverson Road",
"zone": "2,3",
"postcode": "SE8 4LA",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1224, 51.5073]
},
"properties": {
"station": "Embankment",
"zone": "1",
"postcode": "WC2N 6NS",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.2202, 51.5691]
},
"properties": {
"station": "Emerson Park",
"zone": "6",
"postcode": "RM11 2JR",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0907, 51.6527]
},
"properties": {
"station": "Enfield Chase",
"zone": "5",
"postcode": "EN2 7AA",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0284, 51.6709]
},
"properties": {
"station": "Enfield Lock",
"zone": "6",
"postcode": "EN3 6BW",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0793, 51.652]
},
"properties": {
"station": "Enfield Town",
"zone": "5",
"postcode": "EN1 1YB",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.1138, 51.6937]
},
"properties": {
"station": "Epping",
"zone": "6",
"postcode": "CM16 4HW",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.239, 51.3237]
},
"properties": {
"station": "Epsom Downs",
"zone": "6",
"postcode": "KT17 4JX",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.1743, 51.4817]
},
"properties": {
"station": "Erith",
"zone": "6",
"postcode": "DA8 1TY",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0964, 51.5406]
},
"properties": {
"station": "Essex Road",
"zone": "2",
"postcode": "N1 2SU",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1333, 51.5287]
},
"properties": {
"station": "Euston",
"zone": "1",
"postcode": "NW1 2DU",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1333, 51.5287]
},
"properties": {
"station": "Euston Square",
"zone": "1",
"postcode": "NW1 2BN",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2415, 51.3452]
},
"properties": {
"station": "Ewell East",
"zone": "6",
"postcode": "KT17 1QR",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2571, 51.35]
},
"properties": {
"station": "Ewell West",
"zone": "6",
"postcode": "KT17 1TU",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0906, 51.5961]
},
"properties": {
"station": "Fairlop",
"zone": "4",
"postcode": "IG6 3HD",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0785, 51.4591]
},
"properties": {
"station": "Falconwood",
"zone": "4",
"postcode": "SE9 2RN",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1048, 51.5202]
},
"properties": {
"station": "Farringdon",
"zone": "1",
"postcode": "EC1M 6BY",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.4098, 51.4479]
},
"properties": {
"station": "Feltham",
"zone": "6",
"postcode": "TW13 4BY",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0785, 51.5116]
},
"properties": {
"station": "Fenchurch Street",
"zone": "1",
"postcode": "EC3M 4AJ",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0245, 51.3513]
},
"properties": {
"station": "Fieldway",
"zone": "3,4,5,6",
"postcode": "CR0 0QA",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1932, 51.6009]
},
"properties": {
"station": "Finchley Central",
"zone": "4",
"postcode": "N3 2RY",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.18, 51.5471]
},
"properties": {
"station": "Finchley Road",
"zone": "2",
"postcode": "NW6 3BS",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1836, 51.5501]
},
"properties": {
"station": "Finchley Road and Frognal",
"zone": "2",
"postcode": "NW3 5HT",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1059, 51.5646]
},
"properties": {
"station": "Finsbury Park",
"zone": "2",
"postcode": "N4 3JU",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0242, 51.5493]
},
"properties": {
"station": "Forest Gate",
"zone": "3",
"postcode": "E7 0QH",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0533, 51.4393]
},
"properties": {
"station": "Forest Hill",
"zone": "3",
"postcode": "SE23 3HD",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1955, 51.4803]
},
"properties": {
"station": "Fulham Broadway",
"zone": "2",
"postcode": "SW6 1BY",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3494, 51.4339]
},
"properties": {
"station": "Fulwell",
"zone": "6",
"postcode": "TW2 5NY",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0718, 51.509]
},
"properties": {
"station": "Gallions Reach",
"zone": "3",
"postcode": "E6 6FZ",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0661, 51.5765]
},
"properties": {
"station": "Gants Hill",
"zone": "4",
"postcode": "IG2 6UD",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0987, 51.374]
},
"properties": {
"station": "George Street",
"zone": "3,4,5,6",
"postcode": "CRO 1LA",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.206, 51.5819]
},
"properties": {
"station": "Gidea Park",
"zone": "6",
"postcode": "RM2 6BX",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0838, 51.4245]
},
"properties": {
"station": "Gipsy Hill",
"zone": "3",
"postcode": "SE19 1PL",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1835, 51.4945]
},
"properties": {
"station": "Gloucester Road",
"zone": "1",
"postcode": "SW7 4SF",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1948, 51.5722]
},
"properties": {
"station": "Golders Green",
"zone": "3",
"postcode": "NW11 7RN",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2274, 51.5021]
},
"properties": {
"station": "Goldhawk Road",
"zone": "2",
"postcode": "W12 8EG",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1348, 51.5206]
},
"properties": {
"station": "Goodge Street",
"zone": "1",
"postcode": "W1T 2HF",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.1117, 51.5662]
},
"properties": {
"station": "Goodmayes",
"zone": "4",
"postcode": "IG3 9UH",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0945, 51.6635]
},
"properties": {
"station": "Gordon Hill",
"zone": "5",
"postcode": "EN2 0QU",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1513, 51.5554]
},
"properties": {
"station": "Gospel Oak",
"zone": "2",
"postcode": "NW5 1LT",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0923, 51.6135]
},
"properties": {
"station": "Grange Hill",
"zone": "4",
"postcode": "IG7 5QB",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0973, 51.6426]
},
"properties": {
"station": "Grange Park",
"zone": "5",
"postcode": "N21 1RE",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0431, 51.3545]
},
"properties": {
"station": "Gravel Hill",
"zone": "3,4,5,6",
"postcode": "CR0 5BJ",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1439, 51.5238]
},
"properties": {
"station": "Great Portland Street",
"zone": "1",
"postcode": "W1W 5PP",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1425, 51.5068]
},
"properties": {
"station": "Green Park",
"zone": "1",
"postcode": "W1J 7BX",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3459, 51.542]
},
"properties": {
"station": "Greenford",
"zone": "4",
"postcode": "UB6 8PR",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0148, 51.4776]
},
"properties": {
"station": "Greenwich",
"zone": "2,3",
"postcode": "SE10 8JQ",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0226, 51.4304]
},
"properties": {
"station": "Grove Park",
"zone": "4",
"postcode": "SE12 0PW",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2752, 51.4919]
},
"properties": {
"station": "Gunnersbury",
"zone": "3",
"postcode": "W4 5RP",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1539, 51.3779]
},
"properties": {
"station": "Hackbridge",
"zone": "4",
"postcode": "SM6 7BJ",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0556, 51.5473]
},
"properties": {
"station": "Hackney Central",
"zone": "2",
"postcode": "E8 1LL",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0602, 51.5491]
},
"properties": {
"station": "Hackney Downs",
"zone": "2",
"postcode": "E8 1LA",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0252, 51.5436]
},
"properties": {
"station": "Hackney Wick",
"zone": "2",
"postcode": "E9 5ER",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1766, 51.6684]
},
"properties": {
"station": "Hadley Wood",
"zone": "6",
"postcode": "EN4 0EJ",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0756, 51.5387]
},
"properties": {
"station": "Haggerston",
"zone": "2",
"postcode": "E8 4DY",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0941, 51.6028]
},
"properties": {
"station": "Hainault",
"zone": "4",
"postcode": "IG6 3BD",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2228, 51.4918]
},
"properties": {
"station": "Hammersmith (District)",
"zone": "2",
"postcode": "W6 9YA",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2246, 51.4935]
},
"properties": {
"station": "Hammersmith (Met.)",
"zone": "2",
"postcode": "W6 0ED",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.178, 51.5565]
},
"properties": {
"station": "Hampstead",
"zone": "2",
"postcode": "NW3 1QG",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1646, 51.5552]
},
"properties": {
"station": "Hampstead Heath",
"zone": "3",
"postcode": "NW3 2QD",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3721, 51.4159]
},
"properties": {
"station": "Hampton",
"zone": "6",
"postcode": "TW12 2HU",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3427, 51.4023]
},
"properties": {
"station": "Hampton Court",
"zone": "6",
"postcode": "KT8 9AE",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3131, 51.4146]
},
"properties": {
"station": "Hampton Wick",
"zone": "6",
"postcode": "KT1 4DQ",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.293, 51.5301]
},
"properties": {
"station": "Hanger Lane",
"zone": "3",
"postcode": "W5 1DL",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.338, 51.5122]
},
"properties": {
"station": "Hanwell",
"zone": "4",
"postcode": "W7 3EB",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2575, 51.5363]
},
"properties": {
"station": "Harlesden",
"zone": "3",
"postcode": "NW10 8UT",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.2342, 51.5932]
},
"properties": {
"station": "Harold Wood",
"zone": "6",
"postcode": "RM3 0BL",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1052, 51.5774]
},
"properties": {
"station": "Harringay",
"zone": "3",
"postcode": "N4 1RW",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0982, 51.5772]
},
"properties": {
"station": "Harringay Green Lanes",
"zone": "3",
"postcode": "N4 2NU",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0607, 51.3998]
},
"properties": {
"station": "Harrington Road",
"zone": "3,4,5,6",
"postcode": "SE25 4NF",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3342, 51.5926]
},
"properties": {
"station": "Harrow and Wealdstone",
"zone": "5",
"postcode": "HA3 7RF",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.337, 51.5794]
},
"properties": {
"station": "Harrow-on-the-Hill",
"zone": "5",
"postcode": "HA1 1BB",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3692, 51.6098]
},
"properties": {
"station": "Hatch End",
"zone": "6",
"postcode": "HA5 5LZ",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.4234, 51.4667]
},
"properties": {
"station": "Hatton Cross",
"zone": "5,6",
"postcode": "TW6 3PF",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1889, 51.4255]
},
"properties": {
"station": "Haydons Road",
"zone": "3",
"postcode": "SW19 8SL",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0102, 51.3757]
},
"properties": {
"station": "Hayes",
"zone": "5",
"postcode": "BR2 7EN",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.4206, 51.5031]
},
"properties": {
"station": "Hayes and Harlington",
"zone": "5",
"postcode": "UB3 4BX",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3569, 51.6025]
},
"properties": {
"station": "Headstone Lane",
"zone": "5",
"postcode": "HA2 6NB",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.4477, 51.4598]
},
"properties": {
"station": "Heathrow Terminal 4",
"zone": "6",
"postcode": "TW6 3AA",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.4906, 51.47]
},
"properties": {
"station": "Heathrow Terminal 5",
"zone": "6",
"postcode": "TW6 2GA",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.4524, 51.4713]
},
"properties": {
"station": "Heathrow Terminals 1 2 3",
"zone": "6",
"postcode": "TW6 1EB",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2386, 51.5801]
},
"properties": {
"station": "Hendon",
"zone": "3,4",
"postcode": "NW4 4PT",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2267, 51.5831]
},
"properties": {
"station": "Hendon Central",
"zone": "3,4",
"postcode": "NW4 3AS",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1025, 51.454]
},
"properties": {
"station": "Herne Hill",
"zone": "2,3",
"postcode": "SE24 0JW",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0219, 51.5034]
},
"properties": {
"station": "Heron Quays",
"zone": "2",
"postcode": "E14 4JH",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1942, 51.6517]
},
"properties": {
"station": "High Barnet",
"zone": "5",
"postcode": "EN5 5RP",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1916, 51.5007]
},
"properties": {
"station": "High Street Kensington",
"zone": "1",
"postcode": "W8 5SA",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0001, 51.6084]
},
"properties": {
"station": "Highams Park",
"zone": "4",
"postcode": "E4 9LA",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1041, 51.5465]
},
"properties": {
"station": "Highbury and Islington",
"zone": "2",
"postcode": "N1 1SE",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1469, 51.5776]
},
"properties": {
"station": "Highgate",
"zone": "3",
"postcode": "N6 5BH",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.4499, 51.5538]
},
"properties": {
"station": "Hillingdon",
"zone": "6",
"postcode": "UB10 9NR",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.001, 51.4524]
},
"properties": {
"station": "Hither Green",
"zone": "3",
"postcode": "SE13 5NF",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1198, 51.5172]
},
"properties": {
"station": "Holborn",
"zone": "1",
"postcode": "WC2B 6AA",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2065, 51.5072]
},
"properties": {
"station": "Holland Park",
"zone": "2",
"postcode": "W11 3RB",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1129, 51.5528]
},
"properties": {
"station": "Holloway Road",
"zone": "2",
"postcode": "N7 8HS",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0385, 51.5466]
},
"properties": {
"station": "Homerton",
"zone": "2",
"postcode": "E9 5SD",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0441, 51.4507]
},
"properties": {
"station": "Honor Oak Park",
"zone": "3",
"postcode": "SE23 3LE",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.2189, 51.5544]
},
"properties": {
"station": "Hornchurch",
"zone": "6",
"postcode": "RM12 6LS",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1118, 51.5865]
},
"properties": {
"station": "Hornsey",
"zone": "3",
"postcode": "N8 8SE",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3618, 51.4625]
},
"properties": {
"station": "Hounslow",
"zone": "5",
"postcode": "TW3 3DL",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3659, 51.4709]
},
"properties": {
"station": "Hounslow Central",
"zone": "4",
"postcode": "TW3 1JG",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3553, 51.4737]
},
"properties": {
"station": "Hounslow East",
"zone": "4",
"postcode": "TW3 4AB",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3857, 51.4731]
},
"properties": {
"station": "Hounslow West",
"zone": "5",
"postcode": "TW3 3DH",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0756, 51.5314]
},
"properties": {
"station": "Hoxton",
"zone": "1,2",
"postcode": "E2 8HR",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1525, 51.5026]
},
"properties": {
"station": "Hyde Park Corner",
"zone": "1",
"postcode": "SW1X 7LY",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.4416, 51.5608]
},
"properties": {
"station": "Ickenham",
"zone": "6",
"postcode": "UB10 8PD",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0687, 51.5591]
},
"properties": {
"station": "Ilford",
"zone": "4",
"postcode": "IG1 4DU",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1828, 51.4749]
},
"properties": {
"station": "Imperial Wharf",
"zone": "2",
"postcode": "SW6 2HA",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0105, 51.4879]
},
"properties": {
"station": "Island Gardens",
"zone": "2",
"postcode": "E14 3FA",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3373, 51.475]
},
"properties": {
"station": "Isleworth",
"zone": "4",
"postcode": "TW7 4BX",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1012, 51.3246]
},
"properties": {
"station": "Kenley",
"zone": "6",
"postcode": "CR8 5JA",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1051, 51.4887]
},
"properties": {
"station": "Kennington",
"zone": "2",
"postcode": "SE11 4JQ",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2247, 51.5305]
},
"properties": {
"station": "Kensal Green",
"zone": "2",
"postcode": "NW10 5JT",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2208, 51.5342]
},
"properties": {
"station": "Kensal Rise",
"zone": "2",
"postcode": "NW10 3NT",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2104, 51.4979]
},
"properties": {
"station": "Kensington (Olympia)",
"zone": "2",
"postcode": "W14 0NE",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0458, 51.4127]
},
"properties": {
"station": "Kent House",
"zone": "4",
"postcode": "BR3 1HY",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1405, 51.55]
},
"properties": {
"station": "Kentish Town",
"zone": "2",
"postcode": "NW5 2AA",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1467, 51.5466]
},
"properties": {
"station": "Kentish Town West",
"zone": "2",
"postcode": "NW5 3LD",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3152, 51.5815]
},
"properties": {
"station": "Kenton",
"zone": "4",
"postcode": "HA3 0XS",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2888, 51.49]
},
"properties": {
"station": "Kew Bridge",
"zone": "3",
"postcode": "TW8 0EF",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2854, 51.4768]
},
"properties": {
"station": "Kew Gardens",
"zone": "3,4",
"postcode": "TW9 3PZ",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0283, 51.4627]
},
"properties": {
"station": "Kidbrooke",
"zone": "3",
"postcode": "SE3 9NF",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2046, 51.5469]
},
"properties": {
"station": "Kilburn",
"zone": "2",
"postcode": "NW6 7QL",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1911, 51.5373]
},
"properties": {
"station": "Kilburn High Road",
"zone": "2",
"postcode": "NW6 7QL",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.194, 51.5351]
},
"properties": {
"station": "Kilburn Park",
"zone": "2",
"postcode": "NW6 5AD",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0622, 51.502]
},
"properties": {
"station": "King George V",
"zone": "3",
"postcode": "E16 2JF",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0202, 51.3454]
},
"properties": {
"station": "King Henry's Drive",
"zone": "3,4,5,6",
"postcode": "CR0 0LH",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1227, 51.5308]
},
"properties": {
"station": "King's Cross",
"zone": "1",
"postcode": "N1 9AL",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1239, 51.5303]
},
"properties": {
"station": "Kings Cross St. Pancras",
"zone": "1",
"postcode": "NW1 2BA",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2786, 51.5849]
},
"properties": {
"station": "Kingsbury",
"zone": "4",
"postcode": "NW9 9EG",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3011, 51.4126]
},
"properties": {
"station": "Kingston",
"zone": "6",
"postcode": "KT1 1UJ",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2112, 51.2947]
},
"properties": {
"station": "Kingswood",
"zone": "6",
"postcode": "KT20 6EN",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1606, 51.5014]
},
"properties": {
"station": "Knightsbridge",
"zone": "1",
"postcode": "SW3 1ED",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.1308, 51.3458]
},
"properties": {
"station": "Knockholt",
"zone": "6",
"postcode": "TN14 7HR",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2102, 51.5172]
},
"properties": {
"station": "Ladbroke Grove",
"zone": "2",
"postcode": "W10 6HJ",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0192, 51.4562]
},
"properties": {
"station": "Ladywell",
"zone": "3",
"postcode": "SE13 7XB",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1118, 51.4991]
},
"properties": {
"station": "Lambeth North",
"zone": "1",
"postcode": "SE1 7XG",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1754, 51.5119]
},
"properties": {
"station": "Lancaster Gate",
"zone": "1",
"postcode": "W2 4QH",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0152, 51.5189]
},
"properties": {
"station": "Langdon Park",
"zone": "2",
"postcode": "E14 6NW",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2174, 51.514]
},
"properties": {
"station": "Latimer Road",
"zone": "2",
"postcode": "W10 6SZ",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.085, 51.3752]
},
"properties": {
"station": "Lebanon Road",
"zone": "3,4,5,6",
"postcode": "CR0 6SF",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0134, 51.4495]
},
"properties": {
"station": "Lee",
"zone": "3",
"postcode": "SE12 9JG",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1282, 51.5113]
},
"properties": {
"station": "Leicester Square",
"zone": "1",
"postcode": "WC2H 0AP",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0124, 51.4649]
},
"properties": {
"station": "Lewisham",
"zone": "2,3",
"postcode": "SE13 7RY",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0065, 51.5581]
},
"properties": {
"station": "Leyton",
"zone": "3",
"postcode": "E10 5PS",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0081, 51.5694]
},
"properties": {
"station": "Leyton Midland Road",
"zone": "3",
"postcode": "E10 6JT",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0092, 51.5685]
},
"properties": {
"station": "Leytonstone",
"zone": "3,4",
"postcode": "E11 1HE",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0083, 51.5638]
},
"properties": {
"station": "Leytonstone High Road",
"zone": "3",
"postcode": "E11 4RE",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0394, 51.5123]
},
"properties": {
"station": "Limehouse",
"zone": "2",
"postcode": "E14 7JD",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0822, 51.5176]
},
"properties": {
"station": "Liverpool Street",
"zone": "1",
"postcode": "EC2M 7PR",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0807, 51.3643]
},
"properties": {
"station": "Lloyd Park",
"zone": "3,4,5,6",
"postcode": "CR0 5RA",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.086, 51.5047]
},
"properties": {
"station": "London Bridge",
"zone": "1",
"postcode": "SE1 2SW",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0479, 51.5037]
},
"properties": {
"station": "London City Airport",
"zone": "3",
"postcode": "E16 2DS",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0577, 51.5407]
},
"properties": {
"station": "London Fields",
"zone": "2",
"postcode": "E8 3PH",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1025, 51.4667]
},
"properties": {
"station": "Loughborough Junction",
"zone": "2",
"postcode": "SW9 8SA",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0553, 51.6416]
},
"properties": {
"station": "Loughton",
"zone": "6",
"postcode": "IG10 4PD",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0333, 51.4248]
},
"properties": {
"station": "Lower Sydenham",
"zone": "4",
"postcode": "SE26 5AU",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1854, 51.53]
},
"properties": {
"station": "Maida Vale",
"zone": "2",
"postcode": "W9 1JS",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2611, 51.3846]
},
"properties": {
"station": "Malden Manor",
"zone": "4",
"postcode": "KT3 5PN",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0957, 51.5707]
},
"properties": {
"station": "Manor House",
"zone": "2,3",
"postcode": "N4 1BZ",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0457, 51.5528]
},
"properties": {
"station": "Manor Park",
"zone": "3,4",
"postcode": "E12 5EP",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0942, 51.5121]
},
"properties": {
"station": "Mansion House",
"zone": "1",
"postcode": "EC4N 6JD",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1586, 51.514]
},
"properties": {
"station": "Marble Arch",
"zone": "1",
"postcode": "W1C 2JS",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0057, 51.5457]
},
"properties": {
"station": "Maryland",
"zone": "3",
"postcode": "E15 1SA",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1635, 51.5224]
},
"properties": {
"station": "Marylebone",
"zone": "1",
"postcode": "NW1 6JJ",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0032, 51.483]
},
"properties": {
"station": "Maze Hill",
"zone": "3",
"postcode": "SE10 9XG",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2013, 51.4134]
},
"properties": {
"station": "Merton Park",
"zone": "3,4,5,6",
"postcode": "SW19 3HA",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0327, 51.5253]
},
"properties": {
"station": "Mile End",
"zone": "2",
"postcode": "E3 4DH",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2495, 51.6129]
},
"properties": {
"station": "Mill Hill Broadway",
"zone": "4",
"postcode": "NW7 2JU",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2099, 51.6083]
},
"properties": {
"station": "Mill Hill East",
"zone": "4",
"postcode": "NW7 1BS",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1709, 51.3975]
},
"properties": {
"station": "Mitcham",
"zone": "3,4,5,6",
"postcode": "CR4 4BD",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.154, 51.4084]
},
"properties": {
"station": "Mitcham Eastfields",
"zone": "3",
"postcode": "CR4 2ND",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1574, 51.393]
},
"properties": {
"station": "Mitcham Junction",
"zone": "4",
"postcode": "CR4 4HN",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0862, 51.5106]
},
"properties": {
"station": "Monument",
"zone": "1",
"postcode": "EC4R 9AA",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.4329, 51.6299]
},
"properties": {
"station": "Moor Park",
"zone": "6,7",
"postcode": "HA6 2JQ",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.089, 51.5184]
},
"properties": {
"station": "Moorgate",
"zone": "1",
"postcode": "EC2M 6TX",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1948, 51.4022]
},
"properties": {
"station": "Morden",
"zone": "4",
"postcode": "SM4 5AZ",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1928, 51.4089]
},
"properties": {
"station": "Morden Road",
"zone": "3,4,5,6",
"postcode": "SW19 3BX",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2003, 51.3963]
},
"properties": {
"station": "Morden South",
"zone": "4",
"postcode": "SM4 5AN",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1387, 51.5344]
},
"properties": {
"station": "Mornington Crescent",
"zone": "2",
"postcode": "NW1 2JA",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2672, 51.4682]
},
"properties": {
"station": "Mortlake",
"zone": "3",
"postcode": "SW14 8LN",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2394, 51.3953]
},
"properties": {
"station": "Motspur Park",
"zone": "4",
"postcode": "KT3 6JJ",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0503, 51.4398]
},
"properties": {
"station": "Mottingham",
"zone": "4",
"postcode": "SE9 4EN",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0149, 51.4912]
},
"properties": {
"station": "Mudchute",
"zone": "2",
"postcode": "E14 9UW",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2501, 51.5546]
},
"properties": {
"station": "Neasden",
"zone": "3",
"postcode": "NW10 1PH",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0174, 51.3426]
},
"properties": {
"station": "New Addington",
"zone": "3,4,5,6",
"postcode": "CR0 0DE",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.173, 51.6485]
},
"properties": {
"station": "New Barnet",
"zone": "5",
"postcode": "EN5 1QT",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0353, 51.4167]
},
"properties": {
"station": "New Beckenham",
"zone": "4",
"postcode": "BR3 1QW",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0323, 51.4764]
},
"properties": {
"station": "New Cross",
"zone": "2",
"postcode": "SE14 6LD",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0395, 51.4753]
},
"properties": {
"station": "New Cross Gate",
"zone": "2",
"postcode": "SE14 6AR",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0705, 51.4377]
},
"properties": {
"station": "New Eltham",
"zone": "4",
"postcode": "SE9 2AB",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2562, 51.4036]
},
"properties": {
"station": "New Malden",
"zone": "4",
"postcode": "KT3 4PX",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.143, 51.6141]
},
"properties": {
"station": "New Southgate",
"zone": "4",
"postcode": "N11 1QH",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0903, 51.5756]
},
"properties": {
"station": "Newbury Park",
"zone": "4",
"postcode": "IG2 7RN",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2842, 51.4119]
},
"properties": {
"station": "Norbiton",
"zone": "5",
"postcode": "KT2 7AZ",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1228, 51.4112]
},
"properties": {
"station": "Norbury",
"zone": "3",
"postcode": "SW16 3RW",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2597, 51.5234]
},
"properties": {
"station": "North Acton",
"zone": "2,3",
"postcode": "W3 6UP",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0879, 51.4545]
},
"properties": {
"station": "North Dulwich",
"zone": "2,3",
"postcode": "SE21 7BX",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.289, 51.5176]
},
"properties": {
"station": "North Ealing",
"zone": "3",
"postcode": "W5 3AF",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0036, 51.5003]
},
"properties": {
"station": "North Greenwich",
"zone": "2,3",
"postcode": "SE10 0PH",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3626, 51.5846]
},
"properties": {
"station": "North Harrow",
"zone": "5",
"postcode": "HA2 7SR",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2864, 51.4654]
},
"properties": {
"station": "North Sheen",
"zone": "3",
"postcode": "TW9 4QA",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3039, 51.5624]
},
"properties": {
"station": "North Wembley",
"zone": "4",
"postcode": "HA0 3NT",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.315, 51.5005]
},
"properties": {
"station": "Northfields",
"zone": "3",
"postcode": "W13 9QU",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3684, 51.5482]
},
"properties": {
"station": "Northolt",
"zone": "5",
"postcode": "UB5 4AA",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3594, 51.5576]
},
"properties": {
"station": "Northolt Park",
"zone": "5",
"postcode": "UB5 4XE",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3182, 51.5785]
},
"properties": {
"station": "Northwick Park",
"zone": "4",
"postcode": "HA3 0AT",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.4238, 51.6112]
},
"properties": {
"station": "Northwood",
"zone": "6",
"postcode": "HA6 2XL",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.4093, 51.6008]
},
"properties": {
"station": "Northwood Hills",
"zone": "6",
"postcode": "HA6 1NZ",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0752, 51.3969]
},
"properties": {
"station": "Norwood Junction",
"zone": "4",
"postcode": "SE25 5AG",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1959, 51.5094]
},
"properties": {
"station": "Notting Hill Gate",
"zone": "1,2",
"postcode": "W11 3HT",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0537, 51.4666]
},
"properties": {
"station": "Nunhead",
"zone": "2",
"postcode": "SE15 3XE",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1662, 51.6377]
},
"properties": {
"station": "Oakleigh Park",
"zone": "4",
"postcode": "EN5 1BU",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1318, 51.6476]
},
"properties": {
"station": "Oakwood",
"zone": "5",
"postcode": "N14 4UT",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.2905, 51.522]
},
"properties": {
"station": "Ockendon",
"zone": "7",
"postcode": "RM15 6PD",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0876, 51.5256]
},
"properties": {
"station": "Old Street",
"zone": "1",
"postcode": "EC1V 9NR",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.089, 51.3735]
},
"properties": {
"station": "Orpington",
"zone": "6",
"postcode": "BR6 0SX",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3521, 51.4812]
},
"properties": {
"station": "Osterley",
"zone": "4",
"postcode": "TW7 4PU",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1133, 51.4814]
},
"properties": {
"station": "Oval",
"zone": "2",
"postcode": "SE11 4PP",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1408, 51.5152]
},
"properties": {
"station": "Oxford Circus",
"zone": "1",
"postcode": "W1C 2JS",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1757, 51.5154]
},
"properties": {
"station": "Paddington",
"zone": "1",
"postcode": "W2 1RH",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1103, 51.6188]
},
"properties": {
"station": "Palmers Green",
"zone": "4",
"postcode": "N13 4PN",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2849, 51.5268]
},
"properties": {
"station": "Park Royal",
"zone": "3",
"postcode": "W5 3EL",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2011, 51.475]
},
"properties": {
"station": "Parsons Green",
"zone": "2",
"postcode": "SW6 4HU",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.07, 51.4695]
},
"properties": {
"station": "Peckham Rye",
"zone": "2",
"postcode": "SE15 5DQ",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0545, 51.42]
},
"properties": {
"station": "Penge East",
"zone": "4",
"postcode": "SE20 7BQ",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0606, 51.4181]
},
"properties": {
"station": "Penge West",
"zone": "4",
"postcode": "SE20 8NU",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3231, 51.5363]
},
"properties": {
"station": "Perivale",
"zone": "4",
"postcode": "UB6 7NP",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0745, 51.3886]
},
"properties": {
"station": "Petts Wood",
"zone": "5",
"postcode": "BR5 1LZ",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1823, 51.4034]
},
"properties": {
"station": "Phipps Bridge",
"zone": "3,4,5,6",
"postcode": "CR4 3QN",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1337, 51.5097]
},
"properties": {
"station": "Piccadilly Circus",
"zone": "1",
"postcode": "W1J 9HS",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1331, 51.4896]
},
"properties": {
"station": "Pimlico",
"zone": "1",
"postcode": "SW1V 2JA",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3812, 51.5924]
},
"properties": {
"station": "Pinner",
"zone": "5",
"postcode": "HA5 5LZ",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0178, 51.5313]
},
"properties": {
"station": "Plaistow",
"zone": "3",
"postcode": "E13 0DY",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0843, 51.4898]
},
"properties": {
"station": "Plumstead",
"zone": "4",
"postcode": "SE18 7EA",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0345, 51.6427]
},
"properties": {
"station": "Ponders End",
"zone": "5",
"postcode": "EN3 4LA",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0333, 51.5022]
},
"properties": {
"station": "Pontoon Dock",
"zone": "3",
"postcode": "E16 2SB",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0173, 51.5076]
},
"properties": {
"station": "Poplar",
"zone": "2",
"postcode": "E14 0DS",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.295, 51.5721]
},
"properties": {
"station": "Preston Road",
"zone": "4",
"postcode": "HA3 0PS",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0335, 51.5094]
},
"properties": {
"station": "Prince Regent",
"zone": "3",
"postcode": "E16 3HE",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0128, 51.5343]
},
"properties": {
"station": "Pudding Mill Lane",
"zone": "2,3",
"postcode": "E15 2PH",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.2368, 51.4812]
},
"properties": {
"station": "Purfleet",
"zone": "7",
"postcode": "RM16 1PL",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1136, 51.3374]
},
"properties": {
"station": "Purley",
"zone": "6",
"postcode": "CR8 2AP",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0988, 51.347]
},
"properties": {
"station": "Purley Oaks",
"zone": "6",
"postcode": "CR2 0ND",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2166, 51.4609]
},
"properties": {
"station": "Putney",
"zone": "2,3",
"postcode": "SW15 1RT",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2094, 51.4679]
},
"properties": {
"station": "Putney Bridge",
"zone": "2",
"postcode": "SW6 3UH",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2048, 51.5343]
},
"properties": {
"station": "Queens Park",
"zone": "2",
"postcode": "NW6 6HJ",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0573, 51.4743]
},
"properties": {
"station": "Queens Road Peckham",
"zone": "2",
"postcode": "SE15 2JR",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2863, 51.5939]
},
"properties": {
"station": "Queensbury",
"zone": "4",
"postcode": "HA8 5NP",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1473, 51.475]
},
"properties": {
"station": "Queenstown Road",
"zone": "2",
"postcode": "SW8 3RX",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1874, 51.5104]
},
"properties": {
"station": "Queensway",
"zone": "1",
"postcode": "W2 4SS",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.318, 51.6854]
},
"properties": {
"station": "Radlett",
"zone": "",
"postcode": "WD7 7AP",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.1907, 51.5173]
},
"properties": {
"station": "Rainham",
"zone": "6",
"postcode": "RM13 9YH",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0069, 51.4139]
},
"properties": {
"station": "Ravensbourne",
"zone": "4",
"postcode": "BR3 5HE",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.236, 51.4941]
},
"properties": {
"station": "Ravenscourt Park",
"zone": "2",
"postcode": "W6 0UG",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.371, 51.5754]
},
"properties": {
"station": "Rayners Lane",
"zone": "5",
"postcode": "HA5 5EG",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2299, 51.4094]
},
"properties": {
"station": "Raynes Park",
"zone": "4",
"postcode": "SW20 8NE",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0684, 51.5588]
},
"properties": {
"station": "Rectory Road",
"zone": "2",
"postcode": "N16 7QB",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0454, 51.5764]
},
"properties": {
"station": "Redbridge",
"zone": "4",
"postcode": "IG4 5BG",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1234, 51.3314]
},
"properties": {
"station": "Reedham",
"zone": "6",
"postcode": "CR8 2DG",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1064, 51.3753]
},
"properties": {
"station": "Reeves Corner",
"zone": "3,4,5,6",
"postcode": "CR0 1XP",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1453, 51.5238]
},
"properties": {
"station": "Regents Park",
"zone": "1",
"postcode": "NW1 5HA",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3017, 51.4632]
},
"properties": {
"station": "Richmond",
"zone": "4",
"postcode": "TW9 2AZ",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.4737, 51.6403]
},
"properties": {
"station": "Rickmansworth",
"zone": "7",
"postcode": "WD3 1QY",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0995, 51.3327]
},
"properties": {
"station": "Riddlesdown",
"zone": "6",
"postcode": "CR8 1HN",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.044, 51.617]
},
"properties": {
"station": "Roding Valley",
"zone": "4",
"postcode": "IG9 6LN",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.1831, 51.5746]
},
"properties": {
"station": "Romford",
"zone": "6",
"postcode": "RM1 1SX",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.053, 51.5016]
},
"properties": {
"station": "Rotherhithe",
"zone": "2",
"postcode": "SE16 4LF",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0452, 51.5085]
},
"properties": {
"station": "Royal Albert",
"zone": "3",
"postcode": "E16 2QD",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1888, 51.5183]
},
"properties": {
"station": "Royal Oak",
"zone": "2",
"postcode": "W2 6ET",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.018, 51.5091]
},
"properties": {
"station": "Royal Victoria",
"zone": "3",
"postcode": "E16 1DE",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.4212, 51.5722]
},
"properties": {
"station": "Ruislip",
"zone": "6",
"postcode": "HA4 8LD",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.4093, 51.56]
},
"properties": {
"station": "Ruislip Gardens",
"zone": "5",
"postcode": "HA4 6LG",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.4128, 51.5735]
},
"properties": {
"station": "Ruislip Manor",
"zone": "6",
"postcode": "HA4 9AA",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1246, 51.523]
},
"properties": {
"station": "Russell Square",
"zone": "1",
"postcode": "WC1N 1LG",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0937, 51.3483]
},
"properties": {
"station": "Sanderstead",
"zone": "6",
"postcode": "CR2 0PL",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.078, 51.375]
},
"properties": {
"station": "Sandilands",
"zone": "3,4,5,6",
"postcode": "CR0 5PN",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0899, 51.3922]
},
"properties": {
"station": "Selhurst",
"zone": "4",
"postcode": "SE25 6LL",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0963, 51.564]
},
"properties": {
"station": "Seven Kings",
"zone": "4",
"postcode": "IG3 8RE",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0725, 51.5834]
},
"properties": {
"station": "Seven Sisters",
"zone": "3",
"postcode": "N15 5LA",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0569, 51.5113]
},
"properties": {
"station": "Shadwell",
"zone": "2",
"postcode": "E1 2QE",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.33, 51.6309]
},
"properties": {
"station": "Shenfield",
"zone": "7",
"postcode": "CM15 8JD",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2185, 51.5045]
},
"properties": {
"station": "Shepherds Bush",
"zone": "2",
"postcode": "W12 8LH",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2274, 51.5059]
},
"properties": {
"station": "Shepherds Bush Market",
"zone": "2",
"postcode": "W12 7JD",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0771, 51.5235]
},
"properties": {
"station": "Shoreditch High Street",
"zone": "1",
"postcode": "E1 6AW",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0028, 51.4056]
},
"properties": {
"station": "Shortlands",
"zone": "4",
"postcode": "BR2 0JA",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.1033, 51.4344]
},
"properties": {
"station": "Sidcup",
"zone": "5",
"postcode": "DA15 7AW",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0726, 51.6152]
},
"properties": {
"station": "Silver Street",
"zone": "4",
"postcode": "N18 1QX",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.1905, 51.4678]
},
"properties": {
"station": "Slade Green",
"zone": "6",
"postcode": "DA8 2NX",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1565, 51.4924]
},
"properties": {
"station": "Sloane Square",
"zone": "1",
"postcode": "SW1W 8BB",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1343, 51.3225]
},
"properties": {
"station": "Smitham",
"zone": "6",
"postcode": "CR5 2JA",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0215, 51.5809]
},
"properties": {
"station": "Snaresbrook",
"zone": "4",
"postcode": "E11 1QE",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2702, 51.4997]
},
"properties": {
"station": "South Acton",
"zone": "3",
"postcode": "W3 0DS",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0547, 51.4877]
},
"properties": {
"station": "South Bermondsey",
"zone": "2",
"postcode": "SE16 2PL",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0925, 51.3627]
},
"properties": {
"station": "South Croydon",
"zone": "5",
"postcode": "CR2 7PA",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.307, 51.5016]
},
"properties": {
"station": "South Ealing",
"zone": "3",
"postcode": "W5 4QB",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1784, 51.5415]
},
"properties": {
"station": "South Hampstead",
"zone": "2",
"postcode": "NW8 0DJ",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3519, 51.5647]
},
"properties": {
"station": "South Harrow",
"zone": "5",
"postcode": "HA2 8HN",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1739, 51.4941]
},
"properties": {
"station": "South Kensington",
"zone": "1",
"postcode": "SW7 2NB",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3081, 51.571]
},
"properties": {
"station": "South Kenton",
"zone": "4",
"postcode": "HA9 8QT",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2055, 51.4032]
},
"properties": {
"station": "South Merton",
"zone": "4",
"postcode": "SW20 9JT",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0184, 51.5009]
},
"properties": {
"station": "South Quay",
"zone": "2",
"postcode": "E14 9SH",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3991, 51.5569]
},
"properties": {
"station": "South Ruislip",
"zone": "5",
"postcode": "HA4 6TP",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0718, 51.5804]
},
"properties": {
"station": "South Tottenham",
"zone": "3",
"postcode": "N15 6ND",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.192, 51.4154]
},
"properties": {
"station": "South Wimbledon",
"zone": "3,4",
"postcode": "SW19 1DE",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.028, 51.5915]
},
"properties": {
"station": "South Woodford",
"zone": "4",
"postcode": "E18 1JJ",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3787, 51.506]
},
"properties": {
"station": "Southall",
"zone": "4",
"postcode": "UB2 4AA",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.053, 51.6484]
},
"properties": {
"station": "Southbury",
"zone": "5",
"postcode": "EN3 4HW",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2066, 51.4449]
},
"properties": {
"station": "Southfields",
"zone": "3",
"postcode": "SW18 5RJ",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1278, 51.6324]
},
"properties": {
"station": "Southgate",
"zone": "4",
"postcode": "N14 5BH",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1058, 51.5038]
},
"properties": {
"station": "Southwark",
"zone": "1",
"postcode": "SE1 8NW",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.199, 51.3899]
},
"properties": {
"station": "St Helier",
"zone": "4",
"postcode": "SM4 6SF",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0328, 51.5806]
},
"properties": {
"station": "St James Street",
"zone": "3",
"postcode": "E17 7PJ",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0232, 51.469]
},
"properties": {
"station": "St Johns",
"zone": "2",
"postcode": "SE8 4EW",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3213, 51.4552]
},
"properties": {
"station": "St Margarets",
"zone": "4",
"postcode": "TW1 2LH",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.1072, 51.3948]
},
"properties": {
"station": "St Mary Cray",
"zone": "6",
"postcode": "BR5 3SN",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1255, 51.5305]
},
"properties": {
"station": "St Pancras",
"zone": "1",
"postcode": "NW1 2QP",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1339, 51.4996]
},
"properties": {
"station": "St. James's Park",
"zone": "1",
"postcode": "SW1H 0BD",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.174, 51.5348]
},
"properties": {
"station": "St. Johns Wood",
"zone": "2",
"postcode": "NW8 6DN",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0976, 51.5148]
},
"properties": {
"station": "St. Pauls",
"zone": "1",
"postcode": "EC2V 6AA",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2452, 51.4945]
},
"properties": {
"station": "Stamford Brook",
"zone": "2",
"postcode": "W6 0SB",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0767, 51.5744]
},
"properties": {
"station": "Stamford Hill",
"zone": "3",
"postcode": "N16 5AG",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3031, 51.6197]
},
"properties": {
"station": "Stanmore",
"zone": "5",
"postcode": "HA7 4PD",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0042, 51.5206]
},
"properties": {
"station": "Star Lane",
"zone": "3",
"postcode": "E16 4SR",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0474, 51.522]
},
"properties": {
"station": "Stepney Green",
"zone": "2",
"postcode": "E1 4AQ",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1228, 51.4722]
},
"properties": {
"station": "Stockwell",
"zone": "2",
"postcode": "SW9 9AE",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0723, 51.5646]
},
"properties": {
"station": "Stoke Newington",
"zone": "2",
"postcode": "N16 6YA",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2754, 51.544]
},
"properties": {
"station": "Stonebridge Park",
"zone": "3",
"postcode": "NW10 0RW",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2487, 51.3634]
},
"properties": {
"station": "Stoneleigh",
"zone": "5",
"postcode": "KT17 2JA",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0037, 51.5417]
},
"properties": {
"station": "Stratford",
"zone": "3",
"postcode": "E15 1AZ",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0011, 51.5382]
},
"properties": {
"station": "Stratford High Street",
"zone": "3",
"postcode": "E15 3PA",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0088, 51.5448]
},
"properties": {
"station": "Stratford International",
"zone": "3",
"postcode": "E15 2LZ",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3396, 51.4397]
},
"properties": {
"station": "Strawberry Hill",
"zone": "5",
"postcode": "TW1 4PP",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1323, 51.4258]
},
"properties": {
"station": "Streatham",
"zone": "3",
"postcode": "SW16 6HP",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1357, 51.419]
},
"properties": {
"station": "Streatham Common",
"zone": "3",
"postcode": "SW16 5NT",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1277, 51.4385]
},
"properties": {
"station": "Streatham Hill",
"zone": "3",
"postcode": "SW2 4PA",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3159, 51.5545]
},
"properties": {
"station": "Sudbury and Harrow Road",
"zone": "4",
"postcode": "HA0 2HA",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3364, 51.5573]
},
"properties": {
"station": "Sudbury Hill",
"zone": "4",
"postcode": "HA1 3RA",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3354, 51.5583]
},
"properties": {
"station": "Sudbury Hill Harrow",
"zone": "4",
"postcode": "HA1 3RJ",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3163, 51.5514]
},
"properties": {
"station": "Sudbury Town",
"zone": "4",
"postcode": "HA0 2LA",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0204, 51.4134]
},
"properties": {
"station": "Sundridge Park",
"zone": "4",
"postcode": "BR1 3TR",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3044, 51.3926]
},
"properties": {
"station": "Surbiton",
"zone": "6",
"postcode": "KT6 4PE",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0475, 51.4933]
},
"properties": {
"station": "Surrey Quays",
"zone": "2",
"postcode": "SE16 2UE",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1913, 51.3595]
},
"properties": {
"station": "Sutton",
"zone": "5",
"postcode": "SM1 1JA",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1969, 51.3755]
},
"properties": {
"station": "Sutton Common",
"zone": "4",
"postcode": "SM1 3HY",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1756, 51.543]
},
"properties": {
"station": "Swiss Cottage",
"zone": "2",
"postcode": "NW3 6HY",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0551, 51.4273]
},
"properties": {
"station": "Sydenham",
"zone": "3",
"postcode": "SE26 5EU",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0802, 51.4326]
},
"properties": {
"station": "Sydenham Hill",
"zone": "3",
"postcode": "SE21 7HW",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3265, 51.4815]
},
"properties": {
"station": "Syon Lane",
"zone": "4",
"postcode": "TW7 5NT",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.236, 51.2916]
},
"properties": {
"station": "Tadworth",
"zone": "6",
"postcode": "KT20 5SP",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2426, 51.3092]
},
"properties": {
"station": "Tattenham Corner",
"zone": "6",
"postcode": "KT18 5PR",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3327, 51.4245]
},
"properties": {
"station": "Teddington",
"zone": "6",
"postcode": "TW11 9AA",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1137, 51.511]
},
"properties": {
"station": "Temple",
"zone": "1",
"postcode": "WC2R 2PH",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3383, 51.3886]
},
"properties": {
"station": "Thames Ditton",
"zone": "6",
"postcode": "KT7 0PA",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0347, 51.6924]
},
"properties": {
"station": "Theobalds Grove",
"zone": "7",
"postcode": "EN8 7BG",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.129, 51.3857]
},
"properties": {
"station": "Therapia Lane",
"zone": "3,4,5,6",
"postcode": "CR0 3DD",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.1029, 51.6726]
},
"properties": {
"station": "Theydon Bois",
"zone": "6",
"postcode": "CM16 7EU",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1004, 51.3985]
},
"properties": {
"station": "Thornton Heath",
"zone": "4",
"postcode": "CR7 8RX",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2796, 51.3768]
},
"properties": {
"station": "Tolworth",
"zone": "5",
"postcode": "KT5 9NU",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.161, 51.4199]
},
"properties": {
"station": "Tooting",
"zone": "3",
"postcode": "SW17 9JR",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1597, 51.4358]
},
"properties": {
"station": "Tooting Bec",
"zone": "3",
"postcode": "SW17 9AH",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1687, 51.4271]
},
"properties": {
"station": "Tooting Broadway",
"zone": "3",
"postcode": "SW17 0SU",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1311, 51.5162]
},
"properties": {
"station": "Tottenham Court Road",
"zone": "1",
"postcode": "W1D 2DA",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0602, 51.588]
},
"properties": {
"station": "Tottenham Hale",
"zone": "3",
"postcode": "N17 9LR",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1793, 51.6302]
},
"properties": {
"station": "Totteridge and Whetstone",
"zone": "4",
"postcode": "N20 9QP",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0744, 51.5104]
},
"properties": {
"station": "Tower Gateway",
"zone": "1",
"postcode": "EC3N 1JL",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0767, 51.5104]
},
"properties": {
"station": "Tower Hill",
"zone": "1",
"postcode": "EC3N 4DJ",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1377, 51.5564]
},
"properties": {
"station": "Tufnell Park",
"zone": "2",
"postcode": "N19 5QB",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1051, 51.4398]
},
"properties": {
"station": "Tulse Hill",
"zone": "3",
"postcode": "SE27 9BW",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0472, 51.6726]
},
"properties": {
"station": "Turkey Street",
"zone": "6",
"postcode": "EN3 5TT",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2545, 51.4952]
},
"properties": {
"station": "Turnham Green",
"zone": "2",
"postcode": "W4 1LR",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1028, 51.5904]
},
"properties": {
"station": "Turnpike Lane",
"zone": "3",
"postcode": "N15 3NX",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3288, 51.4502]
},
"properties": {
"station": "Twickenham",
"zone": "5",
"postcode": "TW1 1BD",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.2514, 51.5588]
},
"properties": {
"station": "Upminster",
"zone": "6",
"postcode": "RM14 2TD",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.2346, 51.5577]
},
"properties": {
"station": "Upminster Bridge",
"zone": "6",
"postcode": "RM12 6PL",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.1015, 51.5384]
},
"properties": {
"station": "Upney",
"zone": "4",
"postcode": "IG11 9LS",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1291, 51.5636]
},
"properties": {
"station": "Upper Holloway",
"zone": "2",
"postcode": "N19 4DJ",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0775, 51.3088]
},
"properties": {
"station": "Upper Warlingham",
"zone": "6",
"postcode": "CR3 0EP",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0346, 51.5366]
},
"properties": {
"station": "Upton Park",
"zone": "3",
"postcode": "E13 9AP",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.4771, 51.5465]
},
"properties": {
"station": "Uxbridge",
"zone": "6",
"postcode": "UB8 1JZ",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1238, 51.4857]
},
"properties": {
"station": "Vauxhall",
"zone": "1,2",
"postcode": "SW8 1SR",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1439, 51.4964]
},
"properties": {
"station": "Victoria",
"zone": "1",
"postcode": "SW1E 5JX",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1174, 51.3674]
},
"properties": {
"station": "Waddon",
"zone": "5",
"postcode": "CR0 4NA",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.118, 51.3771]
},
"properties": {
"station": "Waddon Marsh",
"zone": "3,4,5,6",
"postcode": "CR0 4XT",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1508, 51.3603]
},
"properties": {
"station": "Wallington",
"zone": "5",
"postcode": "SM6 0DZ",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0266, 51.6853]
},
"properties": {
"station": "Waltham Cross",
"zone": "7",
"postcode": "EN8 7LU",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0199, 51.583]
},
"properties": {
"station": "Walthamstow Central",
"zone": "3",
"postcode": "E17 7LP",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0238, 51.5816]
},
"properties": {
"station": "Walthamstow Queens Road",
"zone": "3",
"postcode": "E17 7QZ",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1132, 51.3734]
},
"properties": {
"station": "Wandle Park",
"zone": "3,4,5,6",
"postcode": "CR0 4JS",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1635, 51.4464]
},
"properties": {
"station": "Wandsworth Common",
"zone": "3",
"postcode": "SW12 8NL",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.139, 51.4702]
},
"properties": {
"station": "Wandsworth Road",
"zone": "2",
"postcode": "SW8 4PA",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1879, 51.461]
},
"properties": {
"station": "Wandsworth Town",
"zone": "2",
"postcode": "SW18 1SU",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0288, 51.5749]
},
"properties": {
"station": "Wanstead",
"zone": "4",
"postcode": "E11 2NT",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0264, 51.5518]
},
"properties": {
"station": "Wanstead Park",
"zone": "3",
"postcode": "E7 0HU",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0558, 51.5043]
},
"properties": {
"station": "Wapping",
"zone": "2",
"postcode": "E1W 3PA",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1383, 51.5246]
},
"properties": {
"station": "Warren Street",
"zone": "1",
"postcode": "NW1 3AA",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1829, 51.5231]
},
"properties": {
"station": "Warwick Avenue",
"zone": "2",
"postcode": "W9 2PT",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1132, 51.5031]
},
"properties": {
"station": "Waterloo",
"zone": "1",
"postcode": "SE1 7NY",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.4173, 51.6576]
},
"properties": {
"station": "Watford",
"zone": "7",
"postcode": "WD18 7LE",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3917, 51.6527]
},
"properties": {
"station": "Watford High Street",
"zone": "8",
"postcode": "WD17 2EG",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3962, 51.6639]
},
"properties": {
"station": "Watford Junction",
"zone": "",
"postcode": "WD17 1ET",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0975, 51.3754]
},
"properties": {
"station": "Wellesley Road",
"zone": "3,4,5,6",
"postcode": "CR0 2DD",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.1018, 51.4648]
},
"properties": {
"station": "Welling",
"zone": "4",
"postcode": "DA16 3AT",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2964, 51.5519]
},
"properties": {
"station": "Wembley Central",
"zone": "4",
"postcode": "HA9 6AG",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2792, 51.5633]
},
"properties": {
"station": "Wembley Park",
"zone": "4",
"postcode": "HA9 9AA",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.286, 51.5547]
},
"properties": {
"station": "Wembley Stadium",
"zone": "4",
"postcode": "HA9 8BQ",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2806, 51.5178]
},
"properties": {
"station": "West Acton",
"zone": "3",
"postcode": "W3 6UP",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1955, 51.4873]
},
"properties": {
"station": "West Brompton",
"zone": "2",
"postcode": "SW5 9JX",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.102, 51.3785]
},
"properties": {
"station": "West Croydon",
"zone": "5",
"postcode": "CR0 2TA",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.4722, 51.5101]
},
"properties": {
"station": "West Drayton",
"zone": "6",
"postcode": "UB7 9DY",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0907, 51.4409]
},
"properties": {
"station": "West Dulwich",
"zone": "3",
"postcode": "SE21 8HN",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3198, 51.5136]
},
"properties": {
"station": "West Ealing",
"zone": "3",
"postcode": "W13 0NQ",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1889, 51.6093]
},
"properties": {
"station": "West Finchley",
"zone": "4",
"postcode": "N3 1NT",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0053, 51.5285]
},
"properties": {
"station": "West Ham",
"zone": "3",
"postcode": "E15 3BN",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1911, 51.5475]
},
"properties": {
"station": "West Hampstead",
"zone": "2",
"postcode": "NW6 2LX",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1925, 51.5486]
},
"properties": {
"station": "West Hampstead Thameslink",
"zone": "2",
"postcode": "NW6 1XJ",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3538, 51.5789]
},
"properties": {
"station": "West Harrow",
"zone": "5",
"postcode": "HA1 4HE",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0206, 51.5068]
},
"properties": {
"station": "West India Quay",
"zone": "2",
"postcode": "E14 4ED",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2062, 51.4901]
},
"properties": {
"station": "West Kensington",
"zone": "2",
"postcode": "W14 9NL",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1032, 51.4312]
},
"properties": {
"station": "West Norwood",
"zone": "3",
"postcode": "SE27 0HS",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.4378, 51.5696]
},
"properties": {
"station": "West Ruislip",
"zone": "6",
"postcode": "HA4 7WD",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0223, 51.5029]
},
"properties": {
"station": "West Silvertown",
"zone": "3",
"postcode": "E16 2AT",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2046, 51.3661]
},
"properties": {
"station": "West Sutton",
"zone": "5",
"postcode": "SM1 2EH",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0146, 51.3813]
},
"properties": {
"station": "West Wickham",
"zone": "5",
"postcode": "BR4 0PY",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2009, 51.521]
},
"properties": {
"station": "Westbourne Park",
"zone": "2",
"postcode": "W11 1AB",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0178, 51.4845]
},
"properties": {
"station": "Westcombe Park",
"zone": "3",
"postcode": "SE3 7EQ",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0263, 51.5096]
},
"properties": {
"station": "Westferry",
"zone": "2",
"postcode": "E14 8AD",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.125, 51.5014]
},
"properties": {
"station": "Westminster",
"zone": "1",
"postcode": "SW1A 2JR",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2246, 51.5122]
},
"properties": {
"station": "White City",
"zone": "2",
"postcode": "W12 7RH",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0709, 51.605]
},
"properties": {
"station": "White Hart Lane",
"zone": "3",
"postcode": "N17 7RP",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0594, 51.5196]
},
"properties": {
"station": "Whitechapel",
"zone": "2",
"postcode": "E1 1BY",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.3577, 51.4496]
},
"properties": {
"station": "Whitton",
"zone": "5",
"postcode": "TW2 7LG",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0811, 51.3099]
},
"properties": {
"station": "Whyteleafe",
"zone": "6",
"postcode": "CR3 0AD",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0767, 51.3035]
},
"properties": {
"station": "Whyteleafe South",
"zone": "6",
"postcode": "CR3 0BD",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2224, 51.5494]
},
"properties": {
"station": "Willesden Green",
"zone": "2,3",
"postcode": "NW2 4QT",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2439, 51.5322]
},
"properties": {
"station": "Willesden Junction",
"zone": "3",
"postcode": "NW10 4RA",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2066, 51.4211]
},
"properties": {
"station": "Wimbledon",
"zone": "3",
"postcode": "SW19 1PS",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2141, 51.4095]
},
"properties": {
"station": "Wimbledon Chase",
"zone": "3",
"postcode": "SW20 8DB",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1992, 51.4346]
},
"properties": {
"station": "Wimbledon Park",
"zone": "3",
"postcode": "SW19 7DZ",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1009, 51.6339]
},
"properties": {
"station": "Winchmore Hill",
"zone": "4",
"postcode": "N21 3NG",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1095, 51.5975]
},
"properties": {
"station": "Wood Green",
"zone": "3",
"postcode": "N22 8HH",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2245, 51.5097]
},
"properties": {
"station": "Wood Lane",
"zone": "2",
"postcode": "W12 7DS",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0019, 51.5867]
},
"properties": {
"station": "Wood Street",
"zone": "4",
"postcode": "E17 3NZ",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0341, 51.6072]
},
"properties": {
"station": "Woodford",
"zone": "4",
"postcode": "IG8 7QE",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0446, 51.5491]
},
"properties": {
"station": "Woodgrange Park",
"zone": "3,4",
"postcode": "E7 8AA",
"value": " 20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1542, 51.319]
},
"properties": {
"station": "Woodmansterne",
"zone": "6",
"postcode": "CR5 3HS",
"value": "148"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.0653, 51.3871]
},
"properties": {
"station": "Woodside",
"zone": "3,4,5,6",
"postcode": "SE25 5DP",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.1854, 51.6179]
},
"properties": {
"station": "Woodside Park",
"zone": "4",
"postcode": "N12 8SE",
"value": " 7"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0692, 51.4899]
},
"properties": {
"station": "Woolwich Arsenal",
"zone": "4",
"postcode": "SE18 6HX",
"value": " 55"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.0546, 51.4911]
},
"properties": {
"station": "Woolwich Dockyard",
"zone": "3",
"postcode": "SE18 5JY",
"value": " 3"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-0.2456, 51.3811]
},
"properties": {
"station": "Worcester Park",
"zone": "4",
"postcode": "KT4 7ND",
"value": "148"
}
}
]
};
var mymap = L.map('mapid').setView([51.505, -0.09], 13);
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token={accessToken}', {
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, Imagery © <a href="http://mapbox.com">Mapbox</a>',
maxZoom: 18,
id: 'mapbox.streets-basic',
accessToken: 'pk.eyJ1Ijoic2ltb25yYXBlciIsImEiOiJjaXBncHFob2UwMDBvdnJudHZqajA5bmJxIn0.LfOyy3BUvPeFTNPqyz9iNQ'
}).addTo(mymap);
L.geoJson(json, {
pointToLayer: function (feature, latlng) {
return L.circleMarker(latlng, {
radius: +feature.properties.value / 10,
color: 'red',
fillColor: '#f03',
fillOpacity: 0.5
});
}
}).addTo(mymap);
</script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment