Skip to content

Instantly share code, notes, and snippets.

@jeffreymorganio
Created October 6, 2015 08:53
Show Gist options
  • Save jeffreymorganio/6d2059bd4f0181a98d76 to your computer and use it in GitHub Desktop.
Save jeffreymorganio/6d2059bd4f0181a98d76 to your computer and use it in GitHub Desktop.
Longitude and latitude bounding box around the UK
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-10.8544921875,
49.82380908513249
],
[
-10.8544921875,
59.478568831926395
],
[
2.021484375,
59.478568831926395
],
[
2.021484375,
49.82380908513249
],
[
-10.8544921875,
49.82380908513249
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment