Skip to content

Instantly share code, notes, and snippets.

@ugwis
Created November 30, 2016 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ugwis/f8157492eb200326ccff08e2fe10924f to your computer and use it in GitHub Desktop.
Save ugwis/f8157492eb200326ccff08e2fe10924f to your computer and use it in GitHub Desktop.
{ "type": "GeometryCollection",
"geometries": [
{ "type": "Point",
"coordinates": [100.0, 0.0]
},
{ "type": "LineString",
"coordinates": [ [101.0, 0.0], [102.0, 1.0] ]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment