Created
January 18, 2019 05:25
-
-
Save dsandip/15ea3bd63e6d41952a2b20dddfae5322 to your computer and use it in GitHub Desktop.
PostGIS topology operators sample variable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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