Last active
October 13, 2020 17:05
-
-
Save cameronmoreau/42cf252be37b5f74f4acc239f707614b 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": [ | |
[ | |
[ | |
-95.46295166015625, | |
30.349176094149833 | |
], | |
[ | |
-95.91888427734375, | |
30.26381184075493 | |
], | |
[ | |
-96.17431640625, | |
30.10236569641242 | |
], | |
[ | |
-96.2841796875, | |
29.921613319695577 | |
], | |
[ | |
-96.16058349609375, | |
29.46112263402122 | |
], | |
[ | |
-95.5535888671875, | |
29.42763722319321 | |
], | |
[ | |
-95.23773193359375, | |
29.3965337391284 | |
], | |
[ | |
-94.97406005859375, | |
29.458731185355344 | |
], | |
[ | |
-94.866943359375, | |
29.735762444449076 | |
], | |
[ | |
-94.91363525390625, | |
30.033433263128995 | |
], | |
[ | |
-95.17730712890625, | |
30.218728531207883 | |
], | |
[ | |
-95.3668212890625, | |
30.349176094149833 | |
], | |
[ | |
-95.46295166015625, | |
30.349176094149833 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment