Skip to content

Commit

Permalink
fix geo filter bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mevdschee committed Nov 3, 2018
1 parent c3ae3b6 commit a17cf43
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
GET /records/users?include=id,location&filter=location,swi,POLYGON((10 10,10 50,50 50,50 10,10 10))
===
200
Content-Type: application/json
Content-Length: 48

{"records":[{"id":1,"location":"POINT(30 20)"}]}

0 comments on commit a17cf43

Please sign in to comment.