Skip to content

Instantly share code, notes, and snippets.

@rundel
Created January 15, 2015 02:24
Show Gist options
  • Save rundel/aff1fb78739309708567 to your computer and use it in GitHub Desktop.
Save rundel/aff1fb78739309708567 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{ "type": "Feature", "properties": { "X1": 1.000000 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 2.000000, 2.000000 ], [ 8.000000, 2.000000 ], [ 5.000000, 8.000000 ], [ 2.000000, 2.000000 ] ], [ [ 0.000000, 0.000000 ], [ 5.000000, 10.000000 ], [ 10.000000, 0.000000 ], [ 0.000000, 0.000000 ] ] ] ] } }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment