Skip to content

Instantly share code, notes, and snippets.

@mapsam
Last active October 16, 2015 05:15
Show Gist options
  • Save mapsam/09129c20ec020b83bf85 to your computer and use it in GitHub Desktop.
Save mapsam/09129c20ec020b83bf85 to your computer and use it in GitHub Desktop.
a geometry collection
Display the source blob
Display the rendered blob
Raw
{
"type": "Feature",
"geometry": {
"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