Last active
March 23, 2022 00:31
-
-
Save ircwaves/a84c8ae8682d5bffbadf93e85e79726c 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": {"location": "las vegas" }, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[-115.4,35.9], | |
[-114.9,35.9], | |
[-114.9,36.4], | |
[-115.4,36.4], | |
[-115.4,35.9] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment