Browse Source

fix geo filter bug

Maurits van der Schee 6 years ago
parent
commit
a17cf43f8d

+ 7
- 0
tests/functional/001_records/076_list_user_locations_within_area.log View File

@@ -0,0 +1,7 @@
1
+GET /records/users?include=id,location&filter=location,swi,POLYGON((10 10,10 50,50 50,50 10,10 10))
2
+===
3
+200
4
+Content-Type: application/json
5
+Content-Length: 48
6
+
7
+{"records":[{"id":1,"location":"POINT(30 20)"}]}

Loading…
Cancel
Save