Skip to content

Instantly share code, notes, and snippets.

@lossyrob
Last active March 28, 2020 03:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lossyrob/40205660b94d40c43d9a08afca08ef10 to your computer and use it in GitHub Desktop.
Save lossyrob/40205660b94d40c43d9a08afca08ef10 to your computer and use it in GitHub Desktop.
Rough polygon of continental US
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-124.98046874999999,
50.736455137010665
],
[
-127.61718749999999,
35.17380831799959
],
[
-113.37890625,
25.48295117535531
],
[
-83.84765625,
23.725011735951796
],
[
-76.640625,
26.588527147308614
],
[
-63.80859374999999,
45.9511496866914
],
[
-93.8671875,
50.51342652633956
],
[
-124.98046874999999,
50.736455137010665
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment