Skip to content

Instantly share code, notes, and snippets.

@daohodac
Last active November 20, 2015 16:39
Show Gist options
  • Save daohodac/605ddf3945bf92dad071 to your computer and use it in GitHub Desktop.
Save daohodac/605ddf3945bf92dad071 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "Feature",
"properties": {"party": "Democrat"},
"geometry": {
"type": "MultiLineString",
"coordinates": [[
[-109.05, 41.00],
[-102.06, 40.99],
[-102.03, 36.99],
[-109.04, 36.99],
[-109.05, 41.00]
],
[
[-119.05, 41.00],
[-112.06, 40.99],
[-112.03, 36.99],
[-119.04, 36.99],
[-119.05, 41.00]
]]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment