Skip to content

Instantly share code, notes, and snippets.

@mvexel
Created February 29, 2016 16:08
Show Gist options
  • Save mvexel/31014aa8a87f61cc5b4c to your computer and use it in GitHub Desktop.
Save mvexel/31014aa8a87f61cc5b4c to your computer and use it in GitHub Desktop.
missing-schools-tf.geojson
Display the source blob
Display the rendered blob
Raw
{ "type": "FeatureCollection",
"features": [
{ "type": "Feature",
"properties": { "name": "Abraham Darby Academy",
"postcode": "TF7 5HX" },
"geometry": { "type": "Point",
"coordinates": [ -2.468328, 52.633577 ] }
},
{ "type": "Feature",
"properties": { "name": "Apley Wood Primary School",
"postcode": "TF1 6FQ" },
"geometry": { "type": "Point",
"coordinates": [ -2.501434, 52.713127 ] }
},
{ "type": "Feature",
"properties": { "name": "Aqueduct Primary School",
"postcode": "TF4 3RP" },
"geometry": { "type": "Point",
"coordinates": [ -2.458741, 52.649392 ] }
},
{ "type": "Feature",
"properties": { "name": "Captain Webb Primary School",
"postcode": "TF4 3DU" },
"geometry": { "type": "Point",
"coordinates": [ -2.471098, 52.658944 ] }
},
{ "type": "Feature",
"properties": { "name": "Castle Homes Upper Forge",
"postcode": "TF8 7DT" },
"geometry": { "type": "Point",
"coordinates": [ -2.491857, 52.632852 ] }
},
{ "type": "Feature",
"properties": { "name": "Dawley Church of England Primary School with Nursery",
"postcode": "TF4 3AL" },
"geometry": { "type": "Point",
"coordinates": [ -2.470719, 52.663575 ] }
},
{ "type": "Feature",
"properties": { "name": "Grange Park Primary School",
"postcode": "TF3 1YQ" },
"geometry": { "type": "Point",
"coordinates": [ -2.429959, 52.65795 ] }
},
{ "type": "Feature",
"properties": { "name": "Hadley Learning Community - Primary Phase",
"postcode": "TF1 5NU" },
"geometry": { "type": "Point",
"coordinates": [ -2.485601, 52.701641 ] }
},
{ "type": "Feature",
"properties": { "name": "Hadley Learning Community - Secondary Phase",
"postcode": "TF1 5NU" },
"geometry": { "type": "Point",
"coordinates": [ -2.485601, 52.701641 ] }
},
{ "type": "Feature",
"properties": { "name": "Holmer Lake Primary School",
"postcode": "TF3 1LD" },
"geometry": { "type": "Point",
"coordinates": [ -2.435344, 52.649381 ] }
},
{ "type": "Feature",
"properties": { "name": "KICKSTART",
"postcode": "TF1 2NP" },
"geometry": { "type": "Point",
"coordinates": [ -2.498041, 52.69723 ] }
},
{ "type": "Feature",
"properties": { "name": "Lightmoor Village Primary School",
"postcode": "TF4 3EG" },
"geometry": { "type": "Point",
"coordinates": [ -2.485891, 52.651819 ] }
},
{ "type": "Feature",
"properties": { "name": "Meadows Primary School and Nursery",
"postcode": "TF1 5HF" },
"geometry": { "type": "Point",
"coordinates": [ -2.476672, 52.691627 ] }
},
{ "type": "Feature",
"properties": { "name": "Millbrook Primary School",
"postcode": "TF1 6UJ" },
"geometry": { "type": "Point",
"coordinates": [ -2.49742, 52.706402 ] }
},
{ "type": "Feature",
"properties": { "name": "Mount Gilbert School",
"postcode": "TF4 3PP" },
"geometry": { "type": "Point",
"coordinates": [ -2.457017, 52.661121 ] }
},
{ "type": "Feature",
"properties": { "name": "Newdale Primary School & Nursery",
"postcode": "TF3 5HA" },
"geometry": { "type": "Point",
"coordinates": [ -2.476724, 52.684174 ] }
},
{ "type": "Feature",
"properties": { "name": "Overley Hall School",
"postcode": "TF6 5HE" },
"geometry": { "type": "Point",
"coordinates": [ -2.574665, 52.695273 ] }
},
{ "type": "Feature",
"properties": { "name": "Randlay Primary School",
"postcode": "TF3 2LR" },
"geometry": { "type": "Point",
"coordinates": [ -2.438431, 52.663978 ] }
},
{ "type": "Feature",
"properties": { "name": "Southall School",
"postcode": "TF4 3PX" },
"geometry": { "type": "Point",
"coordinates": [ -2.459201, 52.656573 ] }
},
{ "type": "Feature",
"properties": { "name": "The Linden Centre",
"postcode": "TF3 5BT" },
"geometry": { "type": "Point",
"coordinates": [ -2.470952, 52.68524 ] }
},
{ "type": "Feature",
"properties": { "name": "The Old Hall School",
"postcode": "TF1 3LB" },
"geometry": { "type": "Point",
"coordinates": [ -2.507424, 52.701262 ] }
},
{ "type": "Feature",
"properties": { "name": "The Telford Langley School",
"postcode": "TF4 3JS" },
"geometry": { "type": "Point",
"coordinates": [ -2.464412, 52.662845 ] }
},
{ "type": "Feature",
"properties": { "name": "The Telford Park School",
"postcode": "TF3 1FA" },
"geometry": { "type": "Point",
"coordinates": [ -2.434861, 52.655846 ] }
},
{ "type": "Feature",
"properties": { "name": "Windmill Primary School",
"postcode": "TF3 1LG" },
"geometry": { "type": "Point",
"coordinates": [ -2.444162, 52.650202 ] }
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment