Skip to content

Instantly share code, notes, and snippets.

@amwill04
Created October 14, 2019 13:35
Show Gist options
  • Save amwill04/a069edec3bb89834a671092052e63b0b to your computer and use it in GitHub Desktop.
Save amwill04/a069edec3bb89834a671092052e63b0b to your computer and use it in GitHub Desktop.
Bounding box for 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,
61.478568831926395
],
[
2.021484375,
61.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