setKmlDataToCacheAndRequest
public static void setKmlDataToCacheAndRequest(Map<String,BigDecimal> wardWiseData,
Map<Integer,String> colorCodes,
String kmlPath,
javax.servlet.http.HttpServletRequest request)
- Parameters:
wardWiseData - Map- Map having the key as the ward number and value as the no of complaints/properties/assets
in that ward. e.g [, ]
colorCodes - Map - Map having colour codes , the key as the the colour priority and value as the colour
code in RGB format. e.g - key = 1 , means the associated colour to represent the ward having no of complaints/assets/properties
that falls in highest range , key = 2 means associated colour to represent ward having no of complaints/assets/properties
that falls in the 2nd highest range and so on.
example : (1, "FF0000");
(2, "8968CD");
(3, "FFA500");
(4, "4169E1");
(5, "008B00");