Created
October 6, 2015 08:53
-
-
Save jeffreymorganio/6d2059bd4f0181a98d76 to your computer and use it in GitHub Desktop.
Longitude and latitude bounding box around the UK
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": {}, | |
"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