Created
May 14, 2022 02:29
-
-
Save elipousson/26277a083f3900fc482a7ecf04cb8942 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.7216625213623, | |
39.644445011768504 | |
], | |
[ | |
-77.72269248962402, | |
39.6432057902409 | |
], | |
[ | |
-77.7203106880188, | |
39.64203264006571 | |
], | |
[ | |
-77.71297216415405, | |
39.65111990305692 | |
], | |
[ | |
-77.71724224090576, | |
39.652127689558924 | |
], | |
[ | |
-77.71747827529907, | |
39.64966602123532 | |
], | |
[ | |
-77.7216625213623, | |
39.644445011768504 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment