Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dsandip/15ea3bd63e6d41952a2b20dddfae5322 to your computer and use it in GitHub Desktop.
Save dsandip/15ea3bd63e6d41952a2b20dddfae5322 to your computer and use it in GitHub Desktop.
PostGIS topology operators sample variable
{
"district_polygon": {
"type": "Polygon",
"coordinates": [
[
[
0,
0
],
[
0,
2
],
[
2,
2
],
[
2,
0
],
[
0,
0
]
]
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment