Skip to content

Instantly share code, notes, and snippets.

@reidab
Created July 29, 2015 07:53
Show Gist options
  • Save reidab/2074204a24eb85572be9 to your computer and use it in GitHub Desktop.
Save reidab/2074204a24eb85572be9 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": [
[
[
-126.5625,
47.04766864046083
],
[
-126.5625,
50.764259357116465
],
[
-121.025390625,
50.764259357116465
],
[
-121.025390625,
47.04766864046083
],
[
-126.5625,
47.04766864046083
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment