Skip to content

Instantly share code, notes, and snippets.

@dsandip
Created January 18, 2019 04:39
Show Gist options
  • Save dsandip/be8be8139b48afca868912fd80239594 to your computer and use it in GitHub Desktop.
Save dsandip/be8be8139b48afca868912fd80239594 to your computer and use it in GitHub Desktop.
PostGIS topology operators sample
query landmarks($district_polygon: geometry){
landmarks(where: {location: {_st_within: $district_polygon}}){
id
name
location
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment