Last active
February 15, 2022 08:05
-
-
Save tjfwalker/9751765 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": [ | |
[ | |
[ | |
-75.17098903656006, | |
39.97346964672725 | |
], | |
[ | |
-75.16579627990723, | |
39.97473581647971 | |
], | |
[ | |
-75.16098976135254, | |
39.969292764609015 | |
], | |
[ | |
-75.1659893989563, | |
39.9636354779689 | |
], | |
[ | |
-75.17513036727905, | |
39.96819094607357 | |
], | |
[ | |
-75.17098903656006, | |
39.97346964672725 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment