Skip to content

Instantly share code, notes, and snippets.

@moradology
Created March 27, 2020 18:31
Show Gist options
  • Save moradology/cd8bf2b86373ee932003d599be4956f3 to your computer and use it in GitHub Desktop.
Save moradology/cd8bf2b86373ee932003d599be4956f3 to your computer and use it in GitHub Desktop.
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-110.0390625,
37.16031654673677
],
[
-90,
37.16031654673677
],
[
-90,
41.376808565702355
],
[
-110.0390625,
41.376808565702355
],
[
-110.0390625,
37.16031654673677
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment