Skip to content

Instantly share code, notes, and snippets.

@patriciogonzalezvivo
Created November 3, 2016 15:16
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 patriciogonzalezvivo/824217cb001633ccbc8df1e791472f0a to your computer and use it in GitHub Desktop.
Save patriciogonzalezvivo/824217cb001633ccbc8df1e791472f0a to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
-90
],
[
180,
-90
],
[
180,
90
],
[
-180,
90
],
[
-180,
-90
]
]
]
},
"type": "Feature",
"properties": {
"kind": "clouds"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment