Browse Source

Some GeoJSON fixes

Maurits van der Schee 6 years ago
parent
commit
d5df8061e2

+ 15
- 0
tests/functional/001_records/082_read_users_as_geojson.log View File

@@ -0,0 +1,15 @@
1
+GET /geojson/users/1
2
+===
3
+200
4
+Content-Type: application/json
5
+Content-Length: 132
6
+
7
+{"type":"Feature","properties":{"id":1,"username":"user1","password":"testtest2"},"geometry":{"type":"Point","coordinates":[30,20]}}
8
+===
9
+GET /geojson/users/2
10
+===
11
+200
12
+Content-Type: application/json
13
+Content-Length: 94
14
+
15
+{"type":"Feature","properties":{"id":2,"username":"user2","password":"pass2"},"geometry":null}

tests/functional/001_records/082_list_countries_as_geojson.log → tests/functional/001_records/083_list_countries_as_geojson.log View File


Loading…
Cancel
Save