Skip to content

Instantly share code, notes, and snippets.

@GraemeF
Forked from jeffreymorganio/uk-bounding-box.geojson
Last active May 14, 2019 16:02
Show Gist options
  • Save GraemeF/a8707bccd855f30f80b214efa5bd4528 to your computer and use it in GitHub Desktop.
Save GraemeF/a8707bccd855f30f80b214efa5bd4528 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": [
[
[
-11,
49
],
[
-11,
60
],
[
2,
60
],
[
2,
49
],
[
-11,
49
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment