Last active
March 28, 2020 03:30
-
-
Save lossyrob/40205660b94d40c43d9a08afca08ef10 to your computer and use it in GitHub Desktop.
Rough polygon of continental US
This file contains 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": [ | |
[ | |
[ | |
-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