Skip to content

Instantly share code, notes, and snippets.

@ateucher
Last active September 12, 2015 06:29
Show Gist options
  • Save ateucher/edd84ac9bf4f77278a68 to your computer and use it in GitHub Desktop.
Save ateucher/edd84ac9bf4f77278a68 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-114.345703125, 39.4369879],
[-116.4534998, 37.18979823791],
[-118.4534998, 38.17698709],
[-115.345703125, 43.576878],
[-106.611328125, 43.4529188935547],
[-105.092834092, 46.20938402],
[-106.66859, 39.4389646],
[-103.6117867, 36.436756],
[-114.34579879, 39.4361929]
]
]
},
"properties": {"id":"foobar"}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment