-
Notifications
You must be signed in to change notification settings - Fork 0
/
filter.js
7 lines (7 loc) · 1.26 KB
/
filter.js
1
2
3
4
5
6
7
var filterStruct=[ {"Area":"RTE Indicators", "Icon":"orange.png/yellow.png/green.png/red.png/blank.png","Legend":"< 5/5 to 10/10 to 20/>20/All","Indicator":"Age"},
{"Area":"RTE Indicators", "Icon":"red.png/green.png/yellow.png/blank.png","Legend":"Not met/Met/NA/All","Indicator":"Quantity","Tooltip":"Met: If the water supply produces more than 0.4 l/s"},
{"Area":"RTE Indicators", "Icon":"red.png/green.png/yellow.png/blank.png","Legend":"Not met/Met/NA/All","Indicator":"Quality","Tooltip":"Met : If Improved water supply based on technology"},
{"Area":"RTE Indicators", "Icon":"red.png/green.png/yellow.png/blank.png","Legend":"Not met/Met/NA/All","Indicator":"Accessibility","Tooltip":"Met: If less than 15 households access that water supply"},
{"Area":"RTE Indicators", "Icon":"red.png/green.png/yellow.png/blank.png","Legend":"Not met/Met/NA/All","Indicator":"Reliability","Tooltip":"Met: If water is available atleast 8 months/ year"},
{"Area":"RTE Indicators", "Icon":"red.png/yellow.png/green.png/blank.png","Legend":"No functionality/Partial functionality/Full functionality/All","Indicator":"Functionality","Tooltip":"No Funtionality: If only 0-2 QQAR conditions are met.Partial :3 QQAR conditions are met . Full : All QQAR conditions met"}
];