Created
October 2, 2018 16:07
-
-
Save danhammer/34bd0bd4dc1f9d6c3c8395a1c2f830ac to your computer and use it in GitHub Desktop.
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": [ | |
[ | |
[ | |
-77.88139343261717, | |
34.06645416714038 | |
], | |
[ | |
-77.91624069213866, | |
33.97738878592621 | |
], | |
[ | |
-77.91109085083008, | |
33.97553819495448 | |
], | |
[ | |
-77.87641525268555, | |
34.065458745193375 | |
], | |
[ | |
-77.88139343261717, | |
34.06645416714038 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment