Skip to content

Instantly share code, notes, and snippets.

@ircwaves
Last active March 23, 2022 00:31
Show Gist options
  • Save ircwaves/a84c8ae8682d5bffbadf93e85e79726c to your computer and use it in GitHub Desktop.
Save ircwaves/a84c8ae8682d5bffbadf93e85e79726c to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"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