Skip to content

Instantly share code, notes, and snippets.

@rugbyprof
Last active September 20, 2022 05:45
Show Gist options
  • Save rugbyprof/3f2e0a186c3f5de74871cd4c4eaf9d69 to your computer and use it in GitHub Desktop.
Save rugbyprof/3f2e0a186c3f5de74871cd4c4eaf9d69 to your computer and use it in GitHub Desktop.
Continental US Bounding Box with 5 degree buffer.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-129.7844079,
19.7433195
],
[
-61.9513812,
19.7433195
],
[
-61.9513812,
54.3457868
],
[
-129.7844079,
54.3457868
],
[
-129.7844079,
19.7433195
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment