Skip to content

Commit

Permalink
Merge pull request #505 from onaio/issue-504
Browse files Browse the repository at this point in the history
Ensure both IRS points and polygons are rendered
  • Loading branch information
moshthepitt authored Oct 7, 2019
2 parents 46d2148 + a1d3871 commit 62f6ede
Show file tree
Hide file tree
Showing 7 changed files with 1,330 additions and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Object {
"CellComponent": [Function],
"columns": Any<Object>,
"data": Any<Object>,
"defaultPageSize": 154,
"defaultPageSize": 155,
"extraCellProps": Object {
"urlPath": "/intervention/irs/report/727c3d40-e118-564a-b231-aac633e6abce",
},
Expand All @@ -28,7 +28,7 @@ Object {
"CellComponent": [Function],
"columns": Any<Object>,
"data": Any<Object>,
"defaultPageSize": 154,
"defaultPageSize": 155,
"extraCellProps": Object {
"urlPath": "/intervention/irs/report/727c3d40-e118-564a-b231-aac633e6abce",
},
Expand All @@ -51,7 +51,7 @@ Object {
"CellComponent": [Function],
"columns": Any<Object>,
"data": Any<Object>,
"defaultPageSize": 154,
"defaultPageSize": 155,
"extraCellProps": Object {
"urlPath": "/intervention/irs/report/727c3d40-e118-564a-b231-aac633e6abce",
},
Expand All @@ -74,7 +74,7 @@ Object {
"CellComponent": [Function],
"columns": Any<Object>,
"data": Any<Object>,
"defaultPageSize": 154,
"defaultPageSize": 155,
"extraCellProps": Object {
"urlPath": "/intervention/irs/report/727c3d40-e118-564a-b231-aac633e6abce",
},
Expand All @@ -97,7 +97,7 @@ Object {
"CellComponent": [Function],
"columns": Any<Object>,
"data": Any<Object>,
"defaultPageSize": 154,
"defaultPageSize": 155,
"extraCellProps": Object {
"urlPath": "/intervention/irs/report/727c3d40-e118-564a-b231-aac633e6abce",
},
Expand All @@ -120,7 +120,7 @@ Object {
"CellComponent": [Function],
"columns": Any<Object>,
"data": Any<Object>,
"defaultPageSize": 154,
"defaultPageSize": 155,
"extraCellProps": Object {
"urlPath": "/intervention/irs/report/727c3d40-e118-564a-b231-aac633e6abce",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ export const ZambiaJurisdictionsJSON = require('./zambia_jurisdictions.json');
export const ZambiaFocusAreasJSON = require('./zambia_focus_areas.json');
export const ZambiaStructuresJSON = require('./zambia_structures.json');
export const ZambiaAkros1JSON = require('./zambia_akros1.json');
export const ZambiaKMZ421StructuresJSON = require('./zambia_kmz_421_structures.json');
export const ZambiaKMZ421JSON = require('./zambia_kmz_421.json');
/* tslint:enable no-var-requires */
Original file line number Diff line number Diff line change
Expand Up @@ -2192,6 +2192,27 @@
"spraytarg": 0.0,
"spraysuccess": 0.0,
"roomcov": 0.0
},
{
"id": "6175c594-44da-5d05-b39c-06bfc0ea921c",
"plan_id": "9f1e0cfa-5313-49ff-af2c-f7dbf4fbdb9d",
"jurisdiction_id": "92a0c5f3-8b47-465e-961b-2998ad3f00a5",
"jurisdiction_parent_id": "06c1e660-b902-4b35-aecb-cd04f5cbb438",
"jurisdiction_name": "KMZ_421",
"jurisdiction_depth": 4,
"jurisdiction_path": "[\"22bc44dd-752d-4c20-8761-617361b4f1e7\", \"98ceb806-a45c-4ba1-be1c-1db8965b7b43\", \"ee21d269-1179-4d04-aea9-900155f890cd\", \"06c1e660-b902-4b35-aecb-cd04f5cbb438\"]",
"jurisdiction_name_path": "[\"Zambia\", \"Eastern\", \"Katete\", \"Kamiza\"]",
"totstruct": 90,
"rooms_eligible": 138,
"rooms_sprayed": 122,
"sprayed_rooms_eligible": 138,
"sprayed_rooms_sprayed": 122,
"foundstruct": 72,
"sprayedstruct": 56,
"spraycov": 0.6222222222222222,
"spraytarg": 0.8,
"spraysuccess": 0.7777777777777778,
"roomcov": 0.8840579710144928
}
],
"columns": [
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"cache_key": null,
"cached_dttm": null,
"cache_timeout": 86400,
"error": null,
"form_data": {
"datasource": "16__table",
"viz_type": "table",
"granularity_sqla": null,
"time_grain_sqla": "P1D",
"time_range": "100 years ago : ",
"groupby": [],
"metrics": [],
"percent_metrics": [],
"timeseries_limit_metric": null,
"row_limit": 1,
"include_time": false,
"order_desc": true,
"all_columns": ["jurisdiction_id", "geojson"],
"order_by_cols": [],
"adhoc_filters": [
{
"clause": "WHERE",
"expressionType": "SIMPLE",
"comparator": "92a0c5f3-8b47-465e-961b-2998ad3f00a5",
"operator": "==",
"subject": "jurisdiction_id"
}
],
"table_timestamp_format": "%Y-%m-%d %H:%M:%S",
"page_length": 0,
"include_search": false,
"table_filter": false,
"align_pn": false,
"color_pn": true,
"slice_id": 152,
"where": "",
"having": "",
"having_filters": [],
"filters": [
{
"col": "jurisdiction_id",
"op": "==",
"val": "92a0c5f3-8b47-465e-961b-2998ad3f00a5"
}
]
},
"is_cached": false,
"query": "SELECT jurisdiction_id AS jurisdiction_id,\n geojson AS geojson\nFROM\n (SELECT jurisdiction_id,\n jsonb_build_object('type', 'Feature', 'id', jurisdiction_id, 'geometry', ST_AsGeoJSON(jurisdiction_geometry)::jsonb, 'properties', to_jsonb(row) - 'jurisdiction_id' - 'jurisdiction_geometry') AS geojson\n FROM\n (SELECT jurisdiction_id,\n jurisdiction_name,\n jurisdiction_parent_id,\n jurisdiction_geometry\n FROM plans_materialzied_view) row) AS expr_qry\nWHERE jurisdiction_id = '92a0c5f3-8b47-465e-961b-2998ad3f00a5'\nLIMIT 1;",
"status": "success",
"stacktrace": null,
"rowcount": 1,
"data": {
"records": [
{
"jurisdiction_id": "92a0c5f3-8b47-465e-961b-2998ad3f00a5",
"geojson": "{\"id\": \"92a0c5f3-8b47-465e-961b-2998ad3f00a5\", \"type\": \"Feature\", \"geometry\": {\"type\": \"MultiPolygon\", \"coordinates\": [[[[32.1177762349853, -13.8360383176142, 0], [32.1178182270296, -13.8360489161245, 0], [32.1178689505916, -13.8360471255743, 0], [32.1179690676184, -13.8360506590107, 0], [32.1180686621391, -13.8360612431318, 0], [32.1181672161442, -13.8360788221798, 0], [32.1182642152214, -13.8361033044239, 0], [32.1183591530525, -13.836134561261, 0], [32.1184515359097, -13.8361724317123, 0], [32.118540880857, -13.8362167161285, 0], [32.118626722945, -13.8362671851824, 0], [32.1187086143112, -13.8363235753727, 0], [32.118786128677, -13.836385592621, 0], [32.1188588613474, -13.8364529140707, 0], [32.1189264328087, -13.8365251880869, 0], [32.1189884905265, -13.8366020378537, 0], [32.1190447125435, -13.8366830631728, 0], [32.1190948038821, -13.8367678404634, 0], [32.1191385046383, -13.8368559299572, 0], [32.1191755863842, -13.8369468703018, 0], [32.119205856665, -13.8370401884539, 0], [32.1192291563005, -13.8371353978803, 0], [32.1192453647818, -13.8372320012558, 0], [32.1192543966731, -13.8373294958595, 0], [32.1192562061091, -13.8374273735744, 0], [32.1192507831971, -13.8375251235855, 0], [32.1192381558163, -13.8376222368767, 0], [32.1192183896171, -13.8377182062302, 0], [32.1192139865363, -13.8377337024484, 0], [32.1192287677935, -13.8378218018347, 0], [32.1192378005841, -13.8379192964383, 0], [32.11923961002, -13.8380171741532, 0], [32.1192341862088, -13.8381149241644, 0], [32.1192215588279, -13.8382120365562, 0], [32.1192017926287, -13.8383080059097, 0], [32.1191749919324, -13.8384023313025, 0], [32.1191412943353, -13.8384945208055, 0], [32.1191008779032, -13.8385840941805, 0], [32.1190539512789, -13.8386705846797, 0], [32.1190007599772, -13.8387535408432, 0], [32.1189415818885, -13.8388325300971, 0], [32.1188767254806, -13.8389071414514, 0], [32.1188065270996, -13.8389769846001, 0], [32.1187313545684, -13.8390416971166, 0], [32.1186515990921, -13.8391009399564, 0], [32.1185676770567, -13.839154404652, 0], [32.1184800255328, -13.839201813313, 0], [32.118389101376, -13.8392429177264, 0], [32.1183737040832, -13.8392485996431, 0], [32.1183980298453, -13.8392629015616, 0], [32.1184799221108, -13.8393192917518, 0], [32.1185574373759, -13.8393813090001, 0], [32.1186301700463, -13.8394486295506, 0], [32.1186977424069, -13.8395209035668, 0], [32.1187598019234, -13.8395977533336, 0], [32.1188160239404, -13.8396787786527, 0], [32.1188661161784, -13.8397635568426, 0], [32.1189098178339, -13.839851645437, 0], [32.1189469004791, -13.8399425857817, 0], [32.1189771707599, -13.8400359039338, 0], [32.1190004703955, -13.8401311133601, 0], [32.1190166788767, -13.8402277167357, 0], [32.1190257116673, -13.8403252122387, 0], [32.1190275211032, -13.8404230890543, 0], [32.119022097292, -13.8405208390654, 0], [32.1190132101916, -13.8405891875409, 0], [32.1190299249911, -13.8406228797421, 0], [32.1190670076363, -13.8407138200867, 0], [32.1190744666134, -13.8407368157514, 0], [32.1190864365898, -13.840745058038, 0], [32.1191639518549, -13.8408070752862, 0], [32.1191791728806, -13.8408211640654, 0], [32.1192160630709, -13.8408362852663, 0], [32.1193054098169, -13.8408805705818, 0], [32.1193912537034, -13.8409310396357, 0], [32.1194731468683, -13.840987429826, 0], [32.1195506621334, -13.8410494470743, 0], [32.1196136200726, -13.8411077186462, 0], [32.1196642168302, -13.8411243767885, 0], [32.119756601486, -13.8411622472399, 0], [32.1198459491313, -13.841206531656, 0], [32.1199317930179, -13.84125700071, 0], [32.1200136861827, -13.8413133909002, 0], [32.1200912014478, -13.8413754081485, 0], [32.1201639350176, -13.8414427295983, 0], [32.1202315082775, -13.8415150036145, 0], [32.120293567794, -13.8415918533813, 0], [32.1203497907103, -13.841672877801, 0], [32.1203998838476, -13.841757655991, 0], [32.1204435855031, -13.8418457454847, 0], [32.1204806681484, -13.8419366858294, 0], [32.1205109384291, -13.8420300039814, 0], [32.1205225351869, -13.8420773883607, 0], [32.1205510625815, -13.84211271463, 0], [32.1206072854979, -13.8421937399491, 0], [32.1206573786351, -13.842278518139, 0], [32.1207010802907, -13.8423666067335, 0], [32.1207381629359, -13.8424575470781, 0], [32.1207684332167, -13.8425508652302, 0], [32.1207917337516, -13.8426460746566, 0], [32.1208079422328, -13.8427426780321, 0], [32.1208169750234, -13.8428401735351, 0], [32.1208187844594, -13.8429380503507, 0], [32.1208133606481, -13.8430358003619, 0], [32.1208007332673, -13.843132913653, 0], [32.120780967068, -13.8432288821072, 0], [32.1207541645731, -13.8433232075, 0], [32.120733192383, -13.8433805833472, 0], [32.1207389363529, -13.8434425781124, 0], [32.1207407457889, -13.8435404558273, 0], [32.1207353228769, -13.8436382058385, 0], [32.1207226945967, -13.8437353182303, 0], [32.1207029283975, -13.8438312875838, 0], [32.1206761268019, -13.8439256129766, 0], [32.1206424283055, -13.8440178033789, 0], [32.1206020109741, -13.844107376754, 0], [32.1205550834504, -13.8441938663538, 0], [32.1205018912493, -13.8442768225173, 0], [32.1204427113621, -13.8443558126706, 0], [32.1203778531554, -13.8444304231255, 0], [32.1203076529758, -13.8445002671735, 0], [32.120232478646, -13.8445649787907, 0], [32.1201527222703, -13.8446242216305, 0], [32.120068797537, -13.8446776863261, 0], [32.1199811442145, -13.8447250949871, 0], [32.1198902173597, -13.8447661994005, 0], [32.119796492714, -13.8448007864271, 0], [32.1197646108482, -13.8448100440482, 0], [32.1197246404798, -13.8448316628509, 0], [32.1196337145244, -13.8448727672643, 0], [32.1195399898787, -13.8449073533916, 0], [32.1194439548747, -13.8449352422676, 0], [32.119346111334, -13.8449562864034, 0], [32.119246968273, -13.8449703769813, 0], [32.1191470437012, -13.8449774411559, 0], [32.1190468574266, -13.8449774411559, 0], [32.1189469319554, -13.8449703769813, 0], [32.1188477897937, -13.8449562864034, 0], [32.1187499453537, -13.8449352422676, 0], [32.1186539112491, -13.8449073533916, 0], [32.1185601866034, -13.8448727672643, 0], [32.1184692597486, -13.8448316628509, 0], [32.1183816064261, -13.84478425419, 0], [32.1182976816927, -13.8447307894943, 0], [32.1182179244177, -13.8446715466545, 0], [32.1181554170389, -13.8446177384179, 0], [32.1180911370964, -13.8445940170002, 0], [32.1180002102416, -13.8445529125868, 0], [32.117912556919, -13.8445055039258, 0], [32.117828633085, -13.8444520392302, 0], [32.11774887581, -13.8443927963904, 0], [32.1176737014802, -13.8443280847732, 0], [32.1176035021999, -13.8442582407252, 0], [32.117538643094, -13.8441836302703, 0], [32.1175253951809, -13.8441659469009, 0], [32.1175214444592, -13.8441644890999, 0], [32.1174305176044, -13.8441233837871, 0], [32.1173428642818, -13.8440759760254, 0], [32.1172589404478, -13.8440225104305, 0], [32.1171791831728, -13.8439632675907, 0], [32.1171040097423, -13.8438985559735, 0], [32.117033810462, -13.8438287128248, 0], [32.1169689522554, -13.8437541014706, 0], [32.1169097723682, -13.8436751122166, 0], [32.1168565801671, -13.8435921560531, 0], [32.1168096526434, -13.8435056655539, 0], [32.116769235312, -13.8434160921789, 0], [32.1167355377149, -13.8433239026759, 0], [32.11670873522, -13.8432295772831, 0], [32.1166983588423, -13.8431791954634, 0], [32.1166924889673, -13.8431774912482, 0], [32.1165987643216, -13.8431429042216, 0], [32.1165078392654, -13.8431017998082, 0], [32.1164201859429, -13.8430543911472, 0], [32.1163362621089, -13.8430009264516, 0], [32.1162565057332, -13.8429416836117, 0], [32.1161813323027, -13.8428769719946, 0], [32.1161111330224, -13.8428071279466, 0], [32.1160462748158, -13.8427325174916, 0], [32.1159870958278, -13.8426535273384, 0], [32.1159339036268, -13.8425705711749, 0], [32.1158869770024, -13.842484081575, 0], [32.1158465587717, -13.8423945082, 0], [32.1158128611747, -13.8423023177977, 0], [32.115786059579, -13.8422079924049, 0], [32.1157662933798, -13.8421120230514, 0], [32.115753665999, -13.8420149106595, 0], [32.1157482421877, -13.8419171606484, 0], [32.1157500516236, -13.8418192829335, 0], [32.1157590844143, -13.8417217883298, 0], [32.1157625980655, -13.8417008440187, 0], [32.1157380043055, -13.841614287869, 0], [32.1157182381062, -13.8415183185156, 0], [32.1157056107254, -13.8414212061237, 0], [32.1157001869141, -13.8413234561125, 0], [32.1157019963501, -13.8412255783977, 0], [32.1157110291408, -13.841128083794, 0], [32.115727237622, -13.8410314795191, 0], [32.1157505381569, -13.8409362709921, 0], [32.1157701451761, -13.8408758239601, 0], [32.1157560887725, -13.8408539011866, 0], [32.1157091621482, -13.8407674106874, 0], [32.1156687448168, -13.8406778373123, 0], [32.1156350472197, -13.8405856478093, 0], [32.1156218136958, -13.8405390728199, 0], [32.1156048533813, -13.8405390728199, 0], [32.1155049306081, -13.8405320095446, 0], [32.1154057893457, -13.8405179189667, 0], [32.1153079476038, -13.8404968739316, 0], [32.1152119143984, -13.8404689859549, 0], [32.1151181915513, -13.8404343998276, 0], [32.1150272664952, -13.8403932945149, 0], [32.1149396149713, -13.8403458867532, 0], [32.1148556920366, -13.8402924211583, 0], [32.1147759365602, -13.8402331783185, 0], [32.1147007631297, -13.8401684667014, 0], [32.1146305656482, -13.8400986235526, 0], [32.1145657083408, -13.8400240121983, 0], [32.1145065293529, -13.8399450229444, 0], [32.1144533380511, -13.8398620667809, 0], [32.1144064114268, -13.8397755762818, 0], [32.1143659940954, -13.8396860029067, 0], [32.1143322973977, -13.8395938134037, 0], [32.1143054958021, -13.8394994871116, 0], [32.1142857296028, -13.8394035186574, 0], [32.1142731022219, -13.8393064053662, 0], [32.11426767931, -13.8392086553551, 0], [32.1142694878466, -13.8391107776403, 0], [32.1142785206372, -13.8390132830365, 0], [32.1142947291185, -13.838916679661, 0], [32.1143180287541, -13.8388214702346, 0], [32.1143375656262, -13.8387612426372, 0], [32.1143268295196, -13.8386786776788, 0], [32.1143214057084, -13.8385809276676, 0], [32.1143232151443, -13.8384830499527, 0], [32.114332247935, -13.8383855553491, 0], [32.1143484564162, -13.8382889510742, 0], [32.1143717560518, -13.8381937416478, 0], [32.1144020263325, -13.8381004234957, 0], [32.1144391080784, -13.8380094831511, 0], [32.1144828088346, -13.8379213945566, 0], [32.1145329010726, -13.8378366163667, 0], [32.1145891230896, -13.8377555910477, 0], [32.1146511817067, -13.8376787412809, 0], [32.1147187531679, -13.8376064672646, 0], [32.1147914858385, -13.8375391467142, 0], [32.1148690002042, -13.8374771294659, 0], [32.1149508924698, -13.8374207392757, 0], [32.1150367345577, -13.8373702702218, 0], [32.1151260804044, -13.8373259849062, 0], [32.1152184632615, -13.8372881153542, 0], [32.115313401992, -13.8372568576178, 0], [32.1153337041872, -13.8372517332808, 0], [32.1154029519847, -13.8371876385986, 0], [32.1154804663505, -13.8371256213503, 0], [32.1155623577167, -13.8370692311601, 0], [32.1156481998046, -13.8370187621061, 0], [32.1157375456513, -13.8369744767906, 0], [32.1157480497328, -13.8369701708367, 0], [32.1157554772336, -13.8369650563922, 0], [32.1158413193215, -13.8369145873383, 0], [32.1159198903907, -13.8368756430964, 0], [32.1159449086307, -13.836839587477, 0], [32.1160069672478, -13.8367627377101, 0], [32.116074538709, -13.8366904636939, 0], [32.1160914963256, -13.8366747678263, 0], [32.1161354884621, -13.8366277143975, 0], [32.1162082211325, -13.8365603929477, 0], [32.1162857354984, -13.8364983756994, 0], [32.1163676268645, -13.8364419855092, 0], [32.1164534689525, -13.8363915164553, 0], [32.1165428147991, -13.8363472311398, 0], [32.1165741831521, -13.8363343726331, 0], [32.116638304814, -13.836283070807, 0], [32.1167201961802, -13.8362266806168, 0], [32.1168060382681, -13.8361762115629, 0], [32.1168953832154, -13.8361319262473, 0], [32.1169877660726, -13.8360940566953, 0], [32.1170827039037, -13.8360627989589, 0], [32.1171797029809, -13.8360383176142, 0], [32.117278256986, -13.8360207385662, 0], [32.1173778515067, -13.836010154445, 0], [32.1174779685335, -13.8360066201094, 0], [32.1175780855602, -13.836010154445, 0], [32.1176776809803, -13.8360207385662, 0], [32.1177762349853, -13.8360383176142, 0]]]]}, \"properties\": {\"jurisdiction_name\": \"KMZ_421\", \"jurisdiction_parent_id\": \"06c1e660-b902-4b35-aecb-cd04f5cbb438\"}}"
}
],
"columns": ["jurisdiction_id", "geojson"]
}
}
Loading

0 comments on commit 62f6ede

Please sign in to comment.