Skip to content

Instantly share code, notes, and snippets.

@lukecampbell
Created August 12, 2018 00:18
Show Gist options
  • Save lukecampbell/bdb8356d93c4e25be70dcc44dd1b75e5 to your computer and use it in GitHub Desktop.
Save lukecampbell/bdb8356d93c4e25be70dcc44dd1b75e5 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-80.61767578124999,
34.65128519895413
],
[
-63.91845703124999,
34.65128519895413
],
[
-63.91845703124999,
43.213183300738876
],
[
-80.61767578124999,
43.213183300738876
],
[
-80.61767578124999,
34.65128519895413
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment