Skip to content

Instantly share code, notes, and snippets.

@jenningsanderson
Created September 5, 2014 17:34
Show Gist options
  • Save jenningsanderson/582f9f1033eb5f490609 to your computer and use it in GitHub Desktop.
Save jenningsanderson/582f9f1033eb5f490609 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type" : "FeatureCollection",
"features" : [{
"type": "Feature",
"properties" : {
"Source" : "NCAR"
},
"geometry" : {
"type": "Polygon",
"coordinates": [[
[-76.055416,36.988536],
[-76.416506,39.084008],
[-73.872974,41.654353],
[-70.874853,41.732875],
[-76.055416,36.988536]
]]
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment