Skip to content

Instantly share code, notes, and snippets.

@ateucher
Created November 28, 2016 06:39
Show Gist options
  • Save ateucher/b4311b7ad0191ff71eb68ce579bc3206 to your computer and use it in GitHub Desktop.
Save ateucher/b4311b7ad0191ff71eb68ce579bc3206 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"x": "a"
},
"geometry": {
"type": "MultiPoint",
"coordinates": [
[3.2, 4],
[3, 4.6],
[3.8, 4.4],
[3.5, 3.8],
[3.4, 3.6],
[3.9, 4.5]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment