Created
February 29, 2016 16:05
-
-
Save mvexel/baef534886e6bfbac377 to your computer and use it in GitHub Desktop.
missing-schools-ld.geojson
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "type": "FeatureCollection", | |
"features": [ | |
{ "type": "Feature", | |
"properties": { "name": "Archdeacon Griffiths C.I.W. Primary School", | |
"postcode": "LD3 0YB" }, | |
"geometry": { "type": "Point", | |
"coordinates": [ -3.272392, 52.036905 ] } | |
}, | |
{ "type": "Feature", | |
"properties": { "name": "Bronllys C.P. School", | |
"postcode": "LD3 0HP" }, | |
"geometry": { "type": "Point", | |
"coordinates": [ -3.248027, 52.005885 ] } | |
}, | |
{ "type": "Feature", | |
"properties": { "name": "Crossgates C.P. School", | |
"postcode": "LD1 6RE" }, | |
"geometry": { "type": "Point", | |
"coordinates": [ -3.330266, 52.273625 ] } | |
}, | |
{ "type": "Feature", | |
"properties": { "name": "Franksbridge C.P. School", | |
"postcode": "LD1 5SA" }, | |
"geometry": { "type": "Point", | |
"coordinates": [ -3.291411, 52.195942 ] } | |
}, | |
{ "type": "Feature", | |
"properties": { "name": "Irfon Valley C.P. School", | |
"postcode": "LD4 4AT" }, | |
"geometry": { "type": "Point", | |
"coordinates": [ -3.528479, 52.134818 ] } | |
}, | |
{ "type": "Feature", | |
"properties": { "name": "Llanbister C.P. School", | |
"postcode": "LD1 6TN" }, | |
"geometry": { "type": "Point", | |
"coordinates": [ -3.309099, 52.350132 ] } | |
}, | |
{ "type": "Feature", | |
"properties": { "name": "Llandrindod High School", | |
"postcode": "LD1 6AW" }, | |
"geometry": { "type": "Point", | |
"coordinates": [ -3.384667, 52.243769 ] } | |
}, | |
{ "type": "Feature", | |
"properties": { "name": "Llandrindod Wells C.I.W. School", | |
"postcode": "LD1 5EB" }, | |
"geometry": { "type": "Point", | |
"coordinates": [ -3.376625, 52.24612 ] } | |
}, | |
{ "type": "Feature", | |
"properties": { "name": "Llandrindod Wells C.P. School", | |
"postcode": "LD1 6AH" }, | |
"geometry": { "type": "Point", | |
"coordinates": [ -3.382702, 52.241832 ] } | |
}, | |
{ "type": "Feature", | |
"properties": { "name": "Llanelwedd C.I.W. School", | |
"postcode": "LD2 3TY" }, | |
"geometry": { "type": "Point", | |
"coordinates": [ -3.394785, 52.156283 ] } | |
}, | |
{ "type": "Feature", | |
"properties": { "name": "Llanfihangel Rhydithon C.P.", | |
"postcode": "LD1 5TW" }, | |
"geometry": { "type": "Point", | |
"coordinates": [ -3.237985, 52.297817 ] } | |
}, | |
{ "type": "Feature", | |
"properties": { "name": "Llangors V.P. School", | |
"postcode": "LD3 7UB" }, | |
"geometry": { "type": "Point", | |
"coordinates": [ -3.259642, 51.940072 ] } | |
}, | |
{ "type": "Feature", | |
"properties": { "name": "Nantmel C.I.W. School", | |
"postcode": "LD1 6EL" }, | |
"geometry": { "type": "Point", | |
"coordinates": [ -3.409428, 52.282399 ] } | |
}, | |
{ "type": "Feature", | |
"properties": { "name": "Newbridge-On-Wye V.P.", | |
"postcode": "LD1 6LD" }, | |
"geometry": { "type": "Point", | |
"coordinates": [ -3.440237, 52.212534 ] } | |
}, | |
{ "type": "Feature", | |
"properties": { "name": "Powys Pupil Referral Unit", | |
"postcode": "LD1 5LG" }, | |
"geometry": { "type": "Point", | |
"coordinates": [ -3.373014, 52.2378 ] } | |
}, | |
{ "type": "Feature", | |
"properties": { "name": "Sennybridge C.P. School", | |
"postcode": "LD3 8SL" }, | |
"geometry": { "type": "Point", | |
"coordinates": [ -3.563329, 51.937563 ] } | |
}, | |
{ "type": "Feature", | |
"properties": { "name": "Talgarth C.P. School", | |
"postcode": "LD3 0BB" }, | |
"geometry": { "type": "Point", | |
"coordinates": [ -3.230078, 51.996328 ] } | |
}, | |
{ "type": "Feature", | |
"properties": { "name": "Ty Bronllys", | |
"postcode": "LD3 0LU" }, | |
"geometry": { "type": "Point", | |
"coordinates": [ -3.260882, 52.009192 ] } | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment