Skip to content

Instantly share code, notes, and snippets.

@andyhky
Created March 22, 2018 15:46
Embed
What would you like to do?
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-88.35548400878906,
36.57362961247927
],
[
-88.24562072753906,
36.57362961247927
],
[
-88.24562072753906,
36.630406976495614
],
[
-88.35548400878906,
36.630406976495614
],
[
-88.35548400878906,
36.57362961247927
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment