Skip to content

Instantly share code, notes, and snippets.

@jgomezdans
Created October 3, 2013 14:50
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 jgomezdans/6811102 to your computer and use it in GitHub Desktop.
Save jgomezdans/6811102 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "grid_id": null, "name": "Dartmoor national park" }, "geometry": { "type": "Point", "coordinates": [ -3.904, 50.58 ] } },
{ "type": "Feature", "properties": { "grid_id": null, "name": "New forest national park" }, "geometry": { "type": "Point", "coordinates": [ -1.595, 50.86 ] } },
{ "type": "Feature", "properties": { "grid_id": null, "name": "Exmoor national park" }, "geometry": { "type": "Point", "coordinates": [ -3.651, 51.14 ] } },
{ "type": "Feature", "properties": { "grid_id": null, "name": "Pembrokeshire coast national park" }, "geometry": { "type": "Point", "coordinates": [ -4.694, 51.64 ] } },
{ "type": "Feature", "properties": { "grid_id": null, "name": "Brecon beacons national park" }, "geometry": { "type": "Point", "coordinates": [ -3.432, 51.88 ] } },
{ "type": "Feature", "properties": { "grid_id": null, "name": "Pembrokeshire coast national park" }, "geometry": { "type": "Point", "coordinates": [ -4.79, 51.99 ] } },
{ "type": "Feature", "properties": { "grid_id": null, "name": "Norfolk and suffolk broads" }, "geometry": { "type": "Point", "coordinates": [ 1.569, 52.62 ] } },
{ "type": "Feature", "properties": { "grid_id": null, "name": "Snowdonia national park" }, "geometry": { "type": "Point", "coordinates": [ -3.898, 52.9 ] } },
{ "type": "Feature", "properties": { "grid_id": null, "name": "Peak district national park" }, "geometry": { "type": "Point", "coordinates": [ -1.802, 53.3 ] } },
{ "type": "Feature", "properties": { "grid_id": null, "name": "Yorkshire dales national park" }, "geometry": { "type": "Point", "coordinates": [ -2.157, 54.23 ] } },
{ "type": "Feature", "properties": { "grid_id": null, "name": "North yorkshire moors national park" }, "geometry": { "type": "Point", "coordinates": [ -0.8855, 54.37 ] } },
{ "type": "Feature", "properties": { "grid_id": null, "name": "Lake district national park" }, "geometry": { "type": "Point", "coordinates": [ -3.084, 54.47 ] } },
{ "type": "Feature", "properties": { "grid_id": null, "name": "Galloway forest park" }, "geometry": { "type": "Point", "coordinates": [ -4.171, 54.87 ] } },
{ "type": "Feature", "properties": { "grid_id": null, "name": "Northumberland national park" }, "geometry": { "type": "Point", "coordinates": [ -2.228, 55.28 ] } },
{ "type": "Feature", "properties": { "grid_id": null, "name": "Loch lomond and the trossachs national park" }, "geometry": { "type": "Point", "coordinates": [ -4.593, 56.24 ] } },
{ "type": "Feature", "properties": { "grid_id": null, "name": "Tay forest park" }, "geometry": { "type": "Point", "coordinates": [ -4.025, 56.59 ] } },
{ "type": "Feature", "properties": { "grid_id": null, "name": "Cairngorms national park" }, "geometry": { "type": "Point", "coordinates": [ -3.545, 57.08 ] } }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment