Skip to content

Instantly share code, notes, and snippets.

@sjudeng
Created January 28, 2020 15:03
Show Gist options
  • Save sjudeng/dd8480c8d6cc3bba1dde005961aee1d0 to your computer and use it in GitHub Desktop.
Save sjudeng/dd8480c8d6cc3bba1dde005961aee1d0 to your computer and use it in GitHub Desktop.
{
"type": "Polygon",
"coordinates": [
[
[100.0, 1.0],
[101.0, 1.0],
[101.0, 0.0],
[100.5, 0.0],
[101.0, 1.0],
[100.0, 0.0],
[100.5, 1.0],
[100.0, 1.0]
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment