Skip to content

Commit 2fb3bc7

Browse files
committed
tests(street): add street.json for testing of street project
1 parent a12a803 commit 2fb3bc7

File tree

1 file changed

+54
-0
lines changed
  • mapswipe_workers/tests/integration/fixtures/street/projectDrafts

1 file changed

+54
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"createdBy": "test",
3+
"geometry": {
4+
"type": "FeatureCollection",
5+
"features": [
6+
{
7+
"type": "Feature",
8+
"properties": {},
9+
"geometry": {
10+
"type": "Polygon",
11+
"coordinates": [
12+
[
13+
[
14+
39.27186980415655,
15+
-6.818313681620424
16+
],
17+
[
18+
39.27186980415655,
19+
-6.824056026803248
20+
],
21+
[
22+
39.27489288297136,
23+
-6.823996705403303
24+
],
25+
[
26+
39.27483313833096,
27+
-6.817969613314901
28+
],
29+
[
30+
39.27186980415655,
31+
-6.818313681620424
32+
]
33+
]
34+
]
35+
}
36+
}
37+
]
38+
},
39+
"image": "",
40+
"lookFor": "buildings",
41+
"name": "test - Dar es Salaam (1)\ntest",
42+
"projectDetails": "test",
43+
"projectNumber": 1,
44+
"projectTopic": "test",
45+
"projectType": 7,
46+
"requestingOrganisation": "test",
47+
"verificationNumber": 3,
48+
"groupSize": 25,
49+
"isPano": false,
50+
"startTimestamp": "2019-07-01T00:00:00.000Z",
51+
"endTimestamp": null,
52+
"organisationId": "1",
53+
"customOptions": [{ "color": "", "label": "", "value": -999 }, { "color": "#008000", "label": "yes", "value": 1 }, { "color": "#FF0000", "label": "no", "value": 2 }, { "color": "#FFA500", "label": "maybe", "value": 3 }]
54+
}

0 commit comments

Comments
 (0)