@@ -4,63 +4,63 @@ GET /geojson/countries/3
4
4
Content-Type: application/json
5
5
Content-Length: 105
6
6
7
- {"type":"Feature","properties":{" id":3,"name":"Point"},"geometry":{"type":"Point","coordinates":[30,10]}}
7
+ {"type":"Feature","id":3,"properties":{ "name":"Point"},"geometry":{"type":"Point","coordinates":[30,10]}}
8
8
===
9
9
GET /geojson/countries/4
10
10
===
11
11
200
12
12
Content-Type: application/json
13
13
Content-Length: 127
14
14
15
- {"type":"Feature","properties":{" id":4,"name":"Line"},"geometry":{"type":"LineString","coordinates":[[30,10],[10,30],[40,40]]}}
15
+ {"type":"Feature","id":4,"properties":{ "name":"Line"},"geometry":{"type":"LineString","coordinates":[[30,10],[10,30],[40,40]]}}
16
16
===
17
17
GET /geojson/countries/5
18
18
===
19
19
200
20
20
Content-Type: application/json
21
21
Content-Length: 143
22
22
23
- {"type":"Feature","properties":{" id":5,"name":"Poly1"},"geometry":{"type":"Polygon","coordinates":[[[30,10],[40,40],[20,40],[10,20],[30,10]]]}}
23
+ {"type":"Feature","id":5,"properties":{ "name":"Poly1"},"geometry":{"type":"Polygon","coordinates":[[[30,10],[40,40],[20,40],[10,20],[30,10]]]}}
24
24
===
25
25
GET /geojson/countries/6
26
26
===
27
27
200
28
28
Content-Type: application/json
29
29
Content-Length: 177
30
30
31
- {"type":"Feature","properties":{" id":6,"name":"Poly2"},"geometry":{"type":"Polygon","coordinates":[[[35,10],[45,45],[15,40],[10,20],[35,10]],[[20,30],[35,35],[30,20],[20,30]]]}}
31
+ {"type":"Feature","id":6,"properties":{ "name":"Poly2"},"geometry":{"type":"Polygon","coordinates":[[[35,10],[45,45],[15,40],[10,20],[35,10]],[[20,30],[35,35],[30,20],[20,30]]]}}
32
32
===
33
33
GET /geojson/countries/7
34
34
===
35
35
200
36
36
Content-Type: application/json
37
37
Content-Length: 137
38
38
39
- {"type":"Feature","properties":{" id":7,"name":"Mpoint"},"geometry":{"type":"MultiPoint","coordinates":[[10,40],[40,30],[20,20],[30,10]]}}
39
+ {"type":"Feature","id":7,"properties":{ "name":"Mpoint"},"geometry":{"type":"MultiPoint","coordinates":[[10,40],[40,30],[20,20],[30,10]]}}
40
40
===
41
41
GET /geojson/countries/8
42
42
===
43
43
200
44
44
Content-Type: application/json
45
45
Content-Length: 169
46
46
47
- {"type":"Feature","properties":{" id":8,"name":"Mline"},"geometry":{"type":"MultiLineString","coordinates":[[[10,10],[20,20],[10,40]],[[40,40],[30,30],[40,20],[30,10]]]}}
47
+ {"type":"Feature","id":8,"properties":{ "name":"Mline"},"geometry":{"type":"MultiLineString","coordinates":[[[10,10],[20,20],[10,40]],[[40,40],[30,30],[40,20],[30,10]]]}}
48
48
===
49
49
GET /geojson/countries/9
50
50
===
51
51
200
52
52
Content-Type: application/json
53
53
Content-Length: 184
54
54
55
- {"type":"Feature","properties":{" id":9,"name":"Mpoly1"},"geometry":{"type":"MultiPolygon","coordinates":[[[[30,20],[45,40],[10,40],[30,20]]],[[[15,5],[40,10],[10,20],[5,10],[15,5]]]]}}
55
+ {"type":"Feature","id":9,"properties":{ "name":"Mpoly1"},"geometry":{"type":"MultiPolygon","coordinates":[[[[30,20],[45,40],[10,40],[30,20]]],[[[15,5],[40,10],[10,20],[5,10],[15,5]]]]}}
56
56
===
57
57
GET /geojson/countries/10
58
58
===
59
59
200
60
60
Content-Type: application/json
61
61
Content-Length: 229
62
62
63
- {"type":"Feature","properties":{" id":10,"name":"Mpoly2"},"geometry":{"type":"MultiPolygon","coordinates":[[[[40,40],[20,45],[45,30],[40,40]]],[[[20,35],[10,30],[10,10],[30,5],[45,20],[20,35]],[[30,20],[20,15],[20,25],[30,20]]]]}}
63
+ {"type":"Feature","id":10,"properties":{ "name":"Mpoly2"},"geometry":{"type":"MultiPolygon","coordinates":[[[[40,40],[20,45],[45,30],[40,40]]],[[[20,35],[10,30],[10,10],[30,5],[45,20],[20,35]],[[30,20],[20,15],[20,25],[30,20]]]]}}
64
64
===
65
65
GET /geojson/countries/11
66
66
===
0 commit comments