Skip to content

Instantly share code, notes, and snippets.

@gwright
Created November 4, 2014 14:16
Show Gist options
  • Save gwright/b54b5aaa290589819c1a to your computer and use it in GitHub Desktop.
Save gwright/b54b5aaa290589819c1a to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
[{
"type": "Feature",
"properties": {"party": "Republican"},
"geometry": {
"type": "Polygon",
"coordinates": [[
[-104.05, 48.99],
[-97.22, 48.98],
[-96.58, 45.94],
[-104.03, 45.94],
[-104.05, 48.99]
]]
}
}, {
"type": "Feature",
"properties": {"party": "Democrat"},
"geometry": {
"type": "Polygon",
"coordinates": [[
[-109.05, 41.00],
[-102.06, 40.99],
[-102.03, 36.99],
[-109.04, 36.99],
[-109.05, 41.00]
]]
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment