diff --git a/modules/templates/SCPHIMS/config.py b/modules/templates/SCPHIMS/config.py
index 934f5c5b6c..7216090e46 100644
--- a/modules/templates/SCPHIMS/config.py
+++ b/modules/templates/SCPHIMS/config.py
@@ -19,7 +19,7 @@ def config(settings):
# PrePopulate data
#settings.base.prepopulate = ("skeleton", "default/users")
- settings.base.prepopulate += ("SCPHIMS", "SCPHIMS/Demo", "default/users")
+ settings.base.prepopulate += ("SCPHIMS", "SCPHIMS/users")
# Theme (folder to use for views/layout.html)
settings.base.theme = "SCPHIMS"
@@ -95,7 +95,7 @@ def config(settings):
# Finance settings
settings.fin.currencies = {
"EUR" : "Euros",
- # "GBP" : "Great British Pounds",
+ "GBP" : "Great British Pounds",
"PHP" : "Philippine Pesos",
"USD" : "United States Dollars",
}
@@ -1674,37 +1674,37 @@ def custom_postp(r, output):
restricted = True,
module_type = 4
)),
- #("asset", Storage(
- # name_nice = T("Assets"),
- # #description = "Recording and Assigning Assets",
- # restricted = True,
- # module_type = 5,
- #)),
+ ("asset", Storage(
+ name_nice = T("Assets"),
+ #description = "Recording and Assigning Assets",
+ restricted = True,
+ module_type = 5,
+ )),
# Vehicle depends on Assets
- #("vehicle", Storage(
- # name_nice = T("Vehicles"),
- # #description = "Manage Vehicles",
- # restricted = True,
- # module_type = 10,
- #)),
- #("req", Storage(
- # name_nice = T("Requests"),
- # #description = "Manage requests for supplies, assets, staff or other resources. Matches against Inventories where supplies are requested.",
- # restricted = True,
- # module_type = 10,
- #)),
+ ("vehicle", Storage(
+ name_nice = T("Vehicles"),
+ #description = "Manage Vehicles",
+ restricted = True,
+ module_type = 10,
+ )),
+ ("req", Storage(
+ name_nice = T("Requests"),
+ #description = "Manage requests for supplies, assets, staff or other resources. Matches against Inventories where supplies are requested.",
+ restricted = True,
+ module_type = 10,
+ )),
("project", Storage(
name_nice = T("4W"),
#description = "Tracking of Projects, Activities and Tasks",
restricted = True,
module_type = 2
)),
- #("cr", Storage(
- # name_nice = T("Shelters"),
- # #description = "Tracks the location, capacity and breakdown of victims in Shelters",
- # restricted = True,
- # module_type = 10
- #)),
+ ("cr", Storage(
+ name_nice = T("Shelters"),
+ #description = "Tracks the location, capacity and breakdown of victims in Shelters",
+ restricted = True,
+ module_type = 10
+ )),
("hms", Storage(
name_nice = T("Clinics"),
#description = "Helps to monitor status of hospitals",
@@ -1747,4 +1747,4 @@ def custom_postp(r, output):
)),
])
-# END =========================================================================
\ No newline at end of file
+# END =========================================================================
diff --git a/modules/templates/SCPHIMS/gis_layer_feature.csv b/modules/templates/SCPHIMS/gis_layer_feature.csv
index e6a974ad63..820ece5ceb 100644
--- a/modules/templates/SCPHIMS/gis_layer_feature.csv
+++ b/modules/templates/SCPHIMS/gis_layer_feature.csv
@@ -1,11 +1,12 @@
Name,Description,Controller,Function,Marker,GPS Marker,Popup Format,Attributes,Filter,Site,Points,Trackable,Style,Opacity,Folder,Visible,Enabled,Cluster Threshold,Refresh
-Save the Children,,project,activity,activity,"Contact, Dreadlocks",{location_id}: {name},"name,location_id",~.organisation_id$name=Save the Children,,True,,,,Activities (4W),False,,,
-Other Organizations,,project,activity,activity,"Contact, Dreadlocks",{location_id}: {name} ({organisation_id}),"name,location_id,organisation_id",~.organisation_id$name__ne=Save the Children,,True,,,,Activities (4W),False,,,
-Demographics,For summary page,stats,demographic_data,,,{location_id}: {value},"location_id,value",,,,,"[{'prop':'value','fillOpacity':0.5}]",0.5,,False,False,0,0
-Contacts,All Active Contacts,hrm,staff,staff,"Contact, Dreadlocks",{person_id} (T('Volunteer'))
{job_title_id}
{organisation_id},"person_id,job_title_id,organisation_id",~.status=1,,True,True,,,,False,False,,
-Clinics,All Active Rural Health Units,hms,hospital,hospital,Medical Facility,{name} (T('Clinic')),name,~.obsolete=False,,True,,,,Infrastructure,False,,,
-Locations,Used by Location Details,gis,location,,,{name},"name,gis_feature_type",~.level__ne=None&~.end_date=None,,,,"[{'prop':'gis_feature_type','cat':1,'externalGraphic':'img/markers/marker_red.png'},{'prop':'gis_feature_type','cat':3,'fill':'00BFFF','fillOpacity':0.5},{'prop':'gis_feature_type','cat':6,'fill':'00BFFF','fillOpacity':0.5}]",0.9,,False,False,0,0
-Offices,All Active Offices,org,office,office,Building,{name} (T('Office')),name,~.obsolete=False,,True,,,,Infrastructure,False,,,
-Response Areas,For home page,gis,location_tag,,,{location_id}: {value},"location_id,value",~.tag=sectors&~.value__ne=None,,,,"{'fill':'ff0000','fillOpacity':0.5}",0.9,,False,False,0,0
-Schools,All Active Schools,edu,school,school,Building,{name} (T('School')),name,~.obsolete=False,,True,,,,Infrastructure,False,,,
-Warehouses,All Active Warehouses,inv,warehouse,warehouse,Building,{name} (T('Warehouse')),name,~.obsolete=False,,True,,,,Infrastructure,False,,,
+Save the Children,,project,activity,activity,"Contact, Dreadlocks",{location_id}: {name},"name,location_id",~.organisation_id$name=Save the Children,,TRUE,,,,Activities (4W),FALSE,,,
+Other Organizations,,project,activity,activity,"Contact, Dreadlocks",{location_id}: {name} ({organisation_id}),"name,location_id,organisation_id",~.organisation_id$name__ne=Save the Children,,TRUE,,,,Activities (4W),FALSE,,,
+Demographics,For summary page,stats,demographic_data,,,{location_id}: {value},"location_id,value",,,,,"[{'prop':'value','fillOpacity':0.5}]",0.5,,FALSE,FALSE,0,0
+Contacts,All Active Contacts,hrm,staff,staff,"Contact, Dreadlocks",{person_id} (T('Volunteer'))
{job_title_id}
{organisation_id},"person_id,job_title_id,organisation_id",~.status=1,,TRUE,TRUE,,,,FALSE,FALSE,,
+Clinics,All Active Rural Health Units,hms,hospital,hospital,Medical Facility,{name} (T('Clinic')),name,~.obsolete=False,,TRUE,,,,Infrastructure,FALSE,,,
+Locations,Used by Location Details,gis,location,,,{name},"name,gis_feature_type",~.level__ne=None&~.end_date=None,,,,"[{'prop':'gis_feature_type','cat':1,'externalGraphic':'img/markers/marker_red.png'},{'prop':'gis_feature_type','cat':3,'fill':'00BFFF','fillOpacity':0.5},{'prop':'gis_feature_type','cat':6,'fill':'00BFFF','fillOpacity':0.5}]",0.9,,FALSE,FALSE,0,0
+Offices,All Active Offices,org,office,office,Building,{name} (T('Office')),name,~.obsolete=False,,TRUE,,,,Infrastructure,FALSE,,,
+Response Areas,For home page,gis,location_tag,,,{location_id}: {value},"location_id,value",~.tag=sectors&~.value__ne=None,,,,"{'fill':'ff0000','fillOpacity':0.5}",0.9,,FALSE,FALSE,0,0
+Schools,All Active Schools,edu,school,school,Building,{name} (T('School')),name,~.obsolete=False,,TRUE,,,,Infrastructure,FALSE,,,
+Warehouses,All Active Warehouses,inv,warehouse,warehouse,Building,{name} (T('Warehouse')),name,~.obsolete=False,,TRUE,,,,Infrastructure,FALSE,,,
+Evacuation Camps,All Active,cr,shelter,,Building,{name} (T('Evacuation Camp')),"name,location_id",~.shelter_type=Evacuation Camp,,TRUE,TRUE,,,Displacement,FALSE,,,
diff --git a/modules/templates/SCPHIMS/gis_marker.csv b/modules/templates/SCPHIMS/gis_marker.csv
index a097f1059d..803f51f479 100644
--- a/modules/templates/SCPHIMS/gis_marker.csv
+++ b/modules/templates/SCPHIMS/gis_marker.csv
@@ -1,7 +1,196 @@
Name,Height,Width,Image
-activity,40,40,"SCI/Activity_Services_Tools_Trans.png"
-hospital,40,40,"SCI/Infrastructure_Health_Hospital_Trans.png"
-office,40,40,"SCI/Save.png"
-school,40,40,"SCI/Infrastructure_Community_Building_Trans.png"
-staff,40,40,"SCI/Activity_Staff_Management_Trans.png"
-warehouse,40,40,"SCI/Infrastructure_Building_Trans.png"
+Activity_Advocacy_Red,40,40,SCI/Activity_Advocacy_Red.png
+Activity_Analysis_Red,40,40,SCI/Activity_Analysis_Red.png
+Activity_Assessment_Red,40,40,SCI/Activity_Assessment_Red.png
+Activity_Civil_Military_Coordination_Red,40,40,SCI/Activity_Civil_Military_Coordination_Red.png
+Activity_Coordinated_Assessment_Red,40,40,SCI/Activity_Coordinated_Assessment_Red.png
+Activity_Debris_Management_Red,40,40,SCI/Activity_Debris_Management.png
+Activity_Deployment_Red,40,40,SCI/Activity_Deployment_Red.png
+Activity_Financing_Red,40,40,SCI/Activity_Financing_Red.png
+Activity_Fund_Red,40,40,SCI/Activity_Fund_Red.png
+Activity_Gap_Analysis_Red,40,40,SCI/Activity_Gap_Analysis_Red.png
+Activity_Humanitarian_Programme_Cycle_Red,40,40,SCI/Activity_Humanitarian_Programme_Cycle_Red.png
+Activity_Humanitarian_Red,40,40,SCI/Activity_Humanitarian_Red.png
+Activity_Information_Management_Red,40,40,SCI/Activity_Information_Management_Red.png
+Activity_Information_Technology_Red,40,40,SCI/Activity_Information_Technology_Red.png
+Activity_Innovation_Red,40,40,SCI/Activity_Innovation_Red.png
+Activity_Leadership_Red,40,40,SCI/Activity_Leadership_Red.png
+Activity_Learning_Red,40,40,SCI/Activity_Learning_REd.png
+Activity_Meeting_Red,40,40,SCI/Activity_Meeting_Red.png
+Activity_Needs_Assessment_Red,40,40,SCI/Activity_Needs_Assessment_Red.png
+Activity_Partnership_Red,40,40,SCI/Activity_Partnership_Red.png
+Activity_Policy_Red,40,40,SCI/Activity_Policy_Red.png
+Activity_Preparedness_Red,40,40,SCI/Activity_Preparedness_Red.png
+Activity_Public_Information_Red,40,40,SCI/Activity_Public_Information_Red.png
+Activity_Reporting_Red,40,40,SCI/Activity_Reporting_Red.png
+Activity_Response_Red,40,40,SCI/Activity_Response_Red.png
+Activity_Scale_Red,40,40,SCI/Activity_Scale_Red.png
+Activity_Services_Tools_Red,40,40,SCI/Activity_Services_Tools_Red.png
+Activity_Staff_Management_Red,40,40,SCI/Activity_Staff_Management_Red.png
+Activity_Training_Red,40,40,SCI/Activity_Training_Red.png
+Agriculture_Red,40,40,SCI/Agriculture.png
+Assembly_Point_Red,40,40,SCI/Assembly_Point.png
+Back_to_School_Kit_Red,40,40,SCI/Back_to_School_Kit.png
+Border_Crossing_Red,40,40,SCI/Border_Crossing.png
+Calendar_Red,40,40,SCI/Calendar.png
+Camp_IDP_Registration_Red,40,40,SCI/Camp_IDP_Registration.png
+Camp_Permanent_Camp_Red,40,40,SCI/Camp_Permanent_Camp.png
+Camp_Spontaneous_Camp_Red,40,40,SCI/Camp_Spontaneous_Camp.png
+Camp_Temporary_Camp_Red,40,40,SCI/Camp_Temporary_Camp.png
+Camp_Transition_Site_Red,40,40,SCI/Camp_Transition_Site.png
+Camp_Red,40,40,SCI/Camp.png
+CFS_Kit_Red,40,40,SCI/CFS_Kit.png
+Chart_Red,40,40,SCI/Chart.png
+Child_Combatant_Red,40,40,SCI/Child_Combatant.png
+Children_Hygiene_Kit_Red,40,40,SCI/Children_Hygiene_Kit.png
+Cluster_CCCM_Red,40,40,SCI/Cluster_CCCM.png
+Cluster_Early_Recovery_Red,40,40,SCI/Cluster_Early_Recovery.png
+Cluster_Education_Red,40,40,SCI/Cluster_Education.png
+Cluster_Emergency_Telecommunications_Red,40,40,SCI/Cluster_Emergency_Telecommunications.png
+Cluster_Food_Security_Red,40,40,SCI/Cluster_Food_Security.png
+Cluster_Health_Red,40,40,SCI/Cluster_Health.png
+Cluster_Livelihood_Red,40,40,SCI/Cluster_Livelihood.png
+Cluster_Logistics_Red,40,40,SCI/Cluster_Logistics.png
+Cluster_Nutrition_Red,40,40,SCI/Cluster_Nutrition.png
+Cluster_Protection_Red,40,40,SCI/Cluster_Protection.png
+Cluster_Shelter_Red,40,40,SCI/Cluster_Shelter.png
+Cluster_WASH_Red,40,40,SCI/Cluster_WASH.png
+Computer_Red,40,40,SCI/Computer.png
+Coordination_Red,40,40,SCI/Coordination.png
+Data_Red,40,40,SCI/Data.png
+Dead_Red,40,40,SCI/Dead.png
+Disaster_Conflict_Red,40,40,SCI/Disaster_Conflict.png
+Disaster_Cyclone_Red,40,40,SCI/Disaster_Cyclone.png
+Disaster_Drought_Red,40,40,SCI/Disaster_Drought.png
+Disaster_Earthquake_Red,40,40,SCI/Disaster_Earthquake.png
+Disaster_Epidemic_Red,40,40,SCI/Disaster_Epidemic.png
+Disaster_Fire_Red,40,40,SCI/Disaster_Fire.png
+Disaster_Flash_Flood_Red,40,40,SCI/Disaster_Flash_Flood.png
+Disaster_Flood_Red,40,40,SCI/Disaster_Flood.png
+Disaster_Heavy_Rain_Red,40,40,SCI/Disaster_Heavy_Rain.png
+Disaster_Insect_Infestation_Red,40,40,SCI/Disaster_Insect_Infestation.png
+Disaster_Landslide_Red,40,40,SCI/Disaster_Landslide.png
+Disaster_Locust_Infestation_Red,40,40,SCI/Disaster_Locust_Infestation.png
+Disaster_Snow_Avalanche_Red,40,40,SCI/Disaster_Snow_Avalanche.png
+Disaster_Storm_Surge_Red,40,40,SCI/Disaster_Storm_Surge.png
+Disaster_Storm_Red,40,40,SCI/Disaster_Storm.png
+Disaster_Technological_Red,40,40,SCI/Disaster_Technological.png
+Disaster_Tornado_Red,40,40,SCI/Disaster_Tornado.png
+Disaster_Tsunami_Red,40,40,SCI/Disaster_Tsunami.png
+Disaster_Violent_Wind_Red,40,40,SCI/Disaster_Violent_Wind.png
+Disaster_Volcano_Red,40,40,SCI/Disaster_Volcano.png
+Distribution_Site_Red,40,40,SCI/Distribution_Site.png
+Document_Red,40,40,SCI/Document.png
+Drowned_Red,40,40,SCI/Drowned.png
+Earthmound_Red,40,40,SCI/Earthmound.png
+ECCD_Kit_Red,40,40,SCI/ECCD_Kit.png
+Elderly_Red,40,40,SCI/Elderly.png
+Email_Red,40,40,SCI/Email.png
+Environment_Red,40,40,SCI/Environment.png
+Fax_Red,40,40,SCI/Fax.png
+FI_Bottled_Water_Box_Red,40,40,SCI/FI_Bottled_Water_Red_Box.png
+FI_Food_Red,40,40,SCI/FI_Food_Red.png
+FI_Infant_Formula_Red,40,40,SCI/FI_Infant_Formula_Red.png
+FI_Oil_Red,40,40,SCI/FI_Oil_Red.png
+FI_Rice_Red,40,40,SCI/FI_Rice_Red.png
+FI_Salt_Red,40,40,SCI/FI_Salt_Red.png
+FI_Sugar_Red,40,40,SCI/FI_Sugar_Red.png
+Fishery_Red,40,40,SCI/Fishery.png
+Food_Warehouse_Red,40,40,SCI/Food_Warehouse.png
+Forced_Entry_Red,40,40,SCI/Forced_Entry.png
+Forced_Recruitment_Red,40,40,SCI/Forced_Recruitment.png
+Harassment_Red,40,40,SCI/Harassment.png
+Hospital_Red,40,40,SCI/Hospital.png
+House_Burned_Red,40,40,SCI/House_Burned.png
+House_Red,40,40,SCI/House.png
+Impact_Affected_Population_Red,40,40,SCI/Impact_Affected_Population.png
+Impact_Injured_Red,40,40,SCI/Impact_Injured.png
+Impact_Missing_Red,40,40,SCI/Impact_Missing.png
+Impact_Physical_Impairment_Red,40,40,SCI/Impact_Physical_Impairment.png
+Infrasructure_University_Red,40,40,SCI/Infrasructure_University.png
+Infrastructure_Building_Red,40,40,SCI/Infrastructure_Building.png
+Infrastructure_Community_Building_Red,40,40,SCI/Infrastructure_Community_Building.png
+Infrastructure_Hospital_Red,40,40,SCI/Infrastructure_Hospital.png
+Infrastructure_Police_Station_Red,40,40,SCI/Infrastructure_Police_Station.png
+Infrastructure_School_Red,40,40,SCI/Infrastructure_School.png
+IT_Internet_Red,40,40,SCI/IT_Internet.png
+Law_Red,40,40,SCI/Law.png
+Livestock_Red,40,40,SCI/Livestock.png
+Logistics_Airport_Military_Red,40,40,SCI/Logistics_Airport_Military.png
+Logistics_Airport_Red,40,40,SCI/Logistics_Airport.png
+Logistics_Boat_Red,40,40,SCI/Logistics_Boat.png
+Logistics_Bridge_Red,40,40,SCI/Logistics_Bridge.png
+Logistics_Bus_Red,40,40,SCI/Logistics_Bus.png
+Logistics_Car_Red,40,40,SCI/Logistics_Car.png
+Logistics_Ferry_Red,40,40,SCI/Logistics_Ferry.png
+Logistics_Gas_Station_Red,40,40,SCI/Logistics_Gas_Station.png
+Logistics_helicopter_Red,40,40,SCI/Logistics_helicopter.png
+Logistics_Helipad_Red,40,40,SCI/Logistics_Helipad.png
+Logistics_Port_Red,40,40,SCI/Logistics_Port.png
+Logistics_Road_Red,40,40,SCI/Logistics_Road.png
+Logistics_Ship_Red,40,40,SCI/Logistics_Ship.png
+Logistics_Train_Red,40,40,SCI/Logistics_Train.png
+Logistics_Truck_Red,40,40,SCI/Logistics_Truck.png
+Logistics_Tunnel_Red,40,40,SCI/Logistics_Tunnel.png
+Map_Red,40,40,SCI/Map.png
+MED_Medical_Supply_Red,40,40,SCI/MED_Medical_Supply_Red.png
+MED_Medicine_Red,40,40,SCI/MED_Medicine_Red.png
+MED_Vaccine_Red,40,40,SCI/MED_Vaccine_Red.png
+Multicluster_Red,40,40,SCI/Multicluster.png
+NFI_Blanket_Red,40,40,SCI/NFI_Blanket.png
+NFI_Bucket_Red,40,40,SCI/NFI_Bucket_Red.png
+NFI_Clothing_Red,40,40,SCI/NFI_Clothing_Red.png
+NFI_Detergent_Red,40,40,SCI/NFI_Detergent_Red.png
+NFI_Kitchen_Set_Red,40,40,SCI/NFI_Kitchen_Set_Red.png
+NFI_Mattress_Red,40,40,SCI/NFI_Mattress_Red.png
+NFI_Mosquito_Net_Red,40,40,SCI/NFI_Mosquito_Net_Red.png
+NFI_NonFood_Item_Red,40,40,SCI/NFI_NonFood_Item_Red.png
+NFI_Plastic_Sheeting_Red,40,40,SCI/NFI_Plastic_Sheeting_Red.png
+NFI_Soap_Red,40,40,SCI/NFI_Soap_Red.png
+NFI_Stove_Red,40,40,SCI/NFI_Stove_Red.png
+NFI_Tarpaulin_Red,40,40,SCI/NFI_Tarpaulin_Red.png
+NFI_Tent_Red,40,40,SCI/NFI_Tent_Red.png
+Office_Government_Red,40,40,SCI/Office_Government.png
+Office_NGO_Red,40,40,SCI/Office_NGO.png
+Office_SCI_Red,40,40,SCI/Office_SCI.png
+Office_UN_Red,40,40,SCI/Office_UN.png
+Photo_Red,40,40,SCI/Photo.png
+Population_Children_Red,40,40,SCI/Population_Children.png
+Population_Growth_Red,40,40,SCI/Population_Growth.png
+Population_Infant_Red,40,40,SCI/Population_Infant.png
+Population_Man_Red,40,40,SCI/Population_Man.png
+Population_Pregnant_Red,40,40,SCI/Population_Pregnant.png
+Population_Woman_Red,40,40,SCI/Population_Woman.png
+PSS_Red,40,40,SCI/PSS.png
+Radio_Red,40,40,SCI/Radio.png
+Reconstruction_Red,40,40,SCI/Reconstruction.png
+Relief_Goods_Red,40,40,SCI/Relief_Goods_Red.png
+Report_Red,40,40,SCI/Report.png
+Rural_Exodus_Red,40,40,SCI/Rural_Exodus.png
+Save_Red,40,40,SCI/Save.png
+Security_Abduction_Red,40,40,SCI/Security_Abduction.png
+Security_Arrest_Red,40,40,SCI/Security_Arrest.png
+Security_Assault_Red,40,40,SCI/Security_Assault.png
+Security_Carjacking_Red,40,40,SCI/Security_Carjacking.png
+Security_Checkpoint_Red,40,40,SCI/Security_Checkpoint.png
+Security_Closure_Red,40,40,SCI/Security_Closure.png
+Security_Dangerous_Area_Red,40,40,SCI/Security_Dangerous_Area.png
+Security_Military_Gate_Red,40,40,SCI/Security_Military_Gate.png
+Security_Mine_Red,40,40,SCI/Security_Mine.png
+Security_Murder_Red,40,40,SCI/Security_Murder.png
+Security_National_Army_Red,40,40,SCI/Security_National_Army.png
+Security_Observation_Tower_Red,40,40,SCI/Security_Observation_Tower.png
+Security_Peace_Keeping_Forces_Red,40,40,SCI/Security_Peace_Keeping_Forces.png
+Security_Rebel_Red,40,40,SCI/Security_Rebel.png
+Security_Road_Barirer_Red,40,40,SCI/Security_Road_Barirer.png
+Security_Road_Block_Red,40,40,SCI/Security_Road_Block.png
+Security_Robbery_Red,40,40,SCI/Security_Robbery.png
+Security_Red,40,40,SCI/Security.png
+Table_Red,40,40,SCI/Table.png
+TLK_Red,40,40,SCI/TLK.png
+TLS_Red,40,40,SCI/TLS.png
+Trade_Market_Red,40,40,SCI/Trade_Market.png
+Urban_Rural_Red,40,40,SCI/Urban_Rural.png
+Urban_Red,40,40,SCI/Urban.png
+Video_Red,40,40,SCI/Video.png
+Walkietalkie_Red,40,40,SCI/Walkietalkie.png
\ No newline at end of file
diff --git a/modules/templates/SCPHIMS/menus.py b/modules/templates/SCPHIMS/menus.py
index dd6c742962..4f51e21b21 100644
--- a/modules/templates/SCPHIMS/menus.py
+++ b/modules/templates/SCPHIMS/menus.py
@@ -97,6 +97,7 @@ def menu_modules(cls):
M("Offices", c="org", f="office"),
M("Schools", c="edu", f="school"),
M("Warehouses", c="inv", f="warehouse"),
+ M("Displacement", c="cr", f="shelter"),
),
MM("Assessments", c="dc", f="respnse", m="summary")(
#M("Table", m="list"),
diff --git a/modules/templates/SCPHIMS/offices.csv b/modules/templates/SCPHIMS/offices.csv
index 91a4235bda..13ded06d63 100644
--- a/modules/templates/SCPHIMS/offices.csv
+++ b/modules/templates/SCPHIMS/offices.csv
@@ -1,10 +1 @@
Name,Organisation,Type,L1,L2,L3,L4,Address,Lat,Lon
-Bohol Program Office,Save the Children,Program Office,Region VII [Central Visayas],Bohol,Tagbilaran City,-,-,9.64,123.86
-Central Mindanao Program Office,Save the Children,Program Office,Region XII [SOCCSKSARGEN],-,Cotabato City,-,-,7.21,124.24
-Eastern Leyte Program Office,Save the Children,Program Office,Region VIII [Eastern Visayas],Leyte,Tacloban City,-,-,11.25,125.00
-Eastern Mindanao Program Office,Save the Children,Program Office,Region XI [Davao Region],Davao del Norte,Tagum City,-,-,7.45,125.81
-Luzon Program Office,Save the Children,Program Office,NCR [National Capital Region],Second District,Quezon City,-,-,14.64,121.03
-National Office,Save the Children,National Office,NCR [National Capital Region],Fourth District,Makati City,Magallanes,"1040 EDSA, Magallanes Village",14.54,121.01
-Panay Program Office,Save the Children,Program Office,Region VI [Western Visayas],Iloilo,Estancia,-,-,11.45,123.15
-South Central Mindanao Program Office,Save the Children,Program Office,Region XII [SOCCSKSARGEN],South Cotabato,Koronadal City,-,-,6.50,124.84
-Western Leyte Program Office,Save the Children,Program Office,Region VIII [Eastern Visayas],Leyte,Ormoc City,-,-,11.01,124.61
diff --git a/modules/templates/SCPHIMS/org_logos.csv b/modules/templates/SCPHIMS/org_logos.csv
index 62c709de40..cd0dc76a34 100644
--- a/modules/templates/SCPHIMS/org_logos.csv
+++ b/modules/templates/SCPHIMS/org_logos.csv
@@ -1,2 +1,2 @@
id,file
-"Save the Children","sci-logo.jpg"
\ No newline at end of file
+Save the Children Philippines,sci-logo.jpg
diff --git a/modules/templates/SCPHIMS/org_sector.csv b/modules/templates/SCPHIMS/org_sector.csv
index 92630522db..244bcef3d1 100644
--- a/modules/templates/SCPHIMS/org_sector.csv
+++ b/modules/templates/SCPHIMS/org_sector.csv
@@ -1,8 +1,12 @@
Abrv,Name
-"Education","Education"
-"FSL","Food Security & Livelihoods"
-"Health","Health"
-"Nutrition","Nutrition"
-"Protection","Child Protection"
-"Shelter","Emergency Shelter & NFI"
-"WASH","Water Sanitation Hygiene"
+HEA,Healh
+LOG,Logistics
+NUT,Nutrition
+PRO,Portection
+SHE,Shelter
+WASH,Water Sanitation and Hygiene
+CCCM,Camp Coordination and Camp Management
+RECO,Early Recovery
+EDU,Education
+ETC,Emergency Telecommunications
+FOOD,Food Security
diff --git a/modules/templates/SCPHIMS/organisation.csv b/modules/templates/SCPHIMS/organisation.csv
index 317dc61ba8..1d355269f5 100644
--- a/modules/templates/SCPHIMS/organisation.csv
+++ b/modules/templates/SCPHIMS/organisation.csv
@@ -1,65 +1,2 @@
Organisation,Acronym,Type,Country,Website,Domain,Sectors
-Save the Children,SC Philippines,International NGO,PH,www.savethechildren.org.ph,savethechildren.org,
-Save the Children Australia,SC Australia,International NGO,AU,,,
-Save the Children Canada,SC Canada,International NGO,CA,,,
-Save the Children Finland,SC Finland,International NGO,FI,,,
-Save the Children Germany,SC Germany,International NGO,DE,,,
-Save the Children Hong Kong,SC Hong Kong,International NGO,HK,,,
-Save the Children Italy,SC Italy,International NGO,IT,,,
-Save the Children Japan,SC Japan,International NGO,JP,,,
-Save the Children Korea,SC Korea,International NGO,KR,,,
-Save the Children Netherlands,SC Netherlands,International NGO,NL,,,
-Save the Children New Zealand,SC New Zealand,International NGO,NZ,,,
-Save the Children Norway,SC Norway,International NGO,NO,,,
-Save the Children Spain,SC Spain,International NGO,ES,,,
-Save the Children Sweden,SC Sweden,International NGO,SE,,,
-Save the Children UK,SC UK,International NGO,GB,,,
-Save the Children US,SC US,International NGO,US,,,
-"Department of Foreign Affairs, Trade and Development Canada",DFATD,Bilateral,CA,
-"European Civil Protection and Humanitarian Aid Operations",ECHO,Bilateral,
-"Nethope, Inc",,International NGO,US,
-"Staples, Inc.",,Private,US,
-"Walt Disney Company, The",,Private,US,
-Action Contre la Faim International,ACF,International NGO,FR,
-Agencia EspaƱola de CooperaciĆ³n Internacional para el Desarrollo,AECID,Bilateral,ES,
-Australian Government's overseas aid programme,AusAID,Bilateral,AU,
-Bezos Family Foundation,,Private,
-Big Lottery Fund,,Bilateral,GB,
-Bill & Melinda Gates Foundation,Gates,Private,US,
-CARE International,CARE,International NGO,US,
-CARE Nederland,CARE,International NGO,NL,
-Community Chest of Korea,CCK,Bilateral,KR,eng.chest.or.kr
-Danish International Development Agency,DANIDA,Bilateral,DK,
-David and Lucile Packard Foundation,,Private,
-Department of Foreign Affairs and Trade Australia,DFAT,Bilateral,AU,,,
-Disaster Emergency Committee,DEC,Bilateral,GB,
-Disaster Relief Fund- Government of the Hong Kong Special Administrative Region,,Bilateral,HK,
-German Federal Foreign Office,,Bilateral,DE,
-Government of Norway Ministry of Foreign Affairs,,Bilateral,NO,
-Harvard Humanitarian Institute,HHI,Academic,US,
-Hewlett Packard Company Foundation,,Private,
-Humanitarian Leadership Academy,
-IKEA Foundation,IKEA,Private,SE,
-Johnson & Johnson,,Private,
-Korea International Cooperation Agency,KOICA,Bilateral,KR,
-MODA_CL-CG,,,
-Medecins Sans Frontieres,MSF,International NGO,,
-Medical Emergency Relief International,MERLIN,International NGO,GB,
-NZ Ministry of Foreign Affairs & Trade,,Bilateral,NZ,
-Office of Foreign Disaster Assistance,OFDA,Bilateral,US,
-One World Play Project
-Procter and Gamble,P&G,Private,
-Prudential Corporation Asia (Prudence Foundation),,Private,
-Prudential UK,,Private,GB,,,
-Reckitt Benckiser,,Private,
-Samenwerkende Hulporganisaties,SHO,
-Sony Corporation,Sony,Private,
-Stavros Niarchos Foundation,,Private,
-Swedish International Development Cooperation Agency,SIDA,Bilateral,SE,
-Swedish Postcode Lottery,,Bilateral,SE,
-This Bar Saves Lives,TBSL,
-United Nations Children's Fund,UNICEF,UN agency,
-United Nations Population Fund,UNFPA,UN agency,
-United States Agency for International Development,USAID,Bilateral,US,
-Vitol Foundation,Vitol,Private,
-World Food Programme,WFP,UN agency,
+Save the Children Philippines,SCP,International NGO,PH,www.savethechildren.org.ph,savethechildren.org,
diff --git a/modules/templates/SCPHIMS/project_beneficiary_type.csv b/modules/templates/SCPHIMS/project_beneficiary_type.csv
index 25fccab166..2b2db2d21c 100644
--- a/modules/templates/SCPHIMS/project_beneficiary_type.csv
+++ b/modules/templates/SCPHIMS/project_beneficiary_type.csv
@@ -1,9 +1,9 @@
Name,Total
Individuals,
Households,
-Male,Individuals
-Female,Individuals
-Men,Male
-Women,Female
-Boys,Male
-Girls,Female
+Men,Adult
+Women,Adult
+Boys,Children
+Girls,Children
+Adul,Individuals
+Children,Individuals
diff --git a/modules/templates/SCPHIMS/school_type.csv b/modules/templates/SCPHIMS/school_type.csv
index b389e73a0e..d47dabb9c8 100644
--- a/modules/templates/SCPHIMS/school_type.csv
+++ b/modules/templates/SCPHIMS/school_type.csv
@@ -1,4 +1,4 @@
Name,Comments
Elementary,
-High,
-Daycare Center,Kindergarten
\ No newline at end of file
+Highschool,
+Daycare Center,Kindergarten
diff --git a/modules/templates/SCPHIMS/users/masterUsers.csv b/modules/templates/SCPHIMS/users/masterUsers.csv
new file mode 100644
index 0000000000..d4d2108c83
--- /dev/null
+++ b/modules/templates/SCPHIMS/users/masterUsers.csv
@@ -0,0 +1,2 @@
+First Name,Last Name,Email,Password,Role,Organisation
+Admin,Admin,rommelsotto@gmail.com,123456,ADMIN,
diff --git a/modules/templates/SCPHIMS/users/tasks.cfg b/modules/templates/SCPHIMS/users/tasks.cfg
new file mode 100644
index 0000000000..866cb3b4ee
--- /dev/null
+++ b/modules/templates/SCPHIMS/users/tasks.cfg
@@ -0,0 +1,20 @@
+# =============================================================================
+# Dummy users for development and testing
+# =============================================================================
+# Add a list of CSV files to import into the system
+#
+# The list of import files is a comma separated list as follows:
+#
+# prefix,tablename,csv file name,stylesheet
+#
+# The CSV file is assumed to be in the same directory as this file
+# The style sheet is assumed to be in either of the following directories:
+# static/formats/s3csv/prefix/
+# static/formats/s3csv/
+#
+# For details on how to import data into the system see the following:
+# zzz_1st_run
+# s3import::S3BulkImporter
+# =============================================================================
+auth,user,masterUsers.csv,user.xsl
+# =============================================================================
diff --git a/modules/templates/SCPHIMS/warehouses.csv b/modules/templates/SCPHIMS/warehouses.csv
index 5101e2e0f5..22a58f81a5 100644
--- a/modules/templates/SCPHIMS/warehouses.csv
+++ b/modules/templates/SCPHIMS/warehouses.csv
@@ -1,3 +1 @@
Name,Organization,Type,L1,L2,L3,Lat,Lon
-Davao Warehouse,Save the Children,Regional Warehouse,Region XI [Davao Region],Davao del Sur,-,7.11,125.58
-Manila Warehouse,Save the Children,Regional Warehouse,NCR [National Capital Region],Fourth District,Taguig City,14.48,121.05
diff --git a/static/img/markers/SCI/Activity_Advocacy_Red.png b/static/img/markers/SCI/Activity_Advocacy_Red.png
new file mode 100644
index 0000000000..8f04bbc736
Binary files /dev/null and b/static/img/markers/SCI/Activity_Advocacy_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Analysis_Red.png b/static/img/markers/SCI/Activity_Analysis_Red.png
new file mode 100644
index 0000000000..486eb80c6f
Binary files /dev/null and b/static/img/markers/SCI/Activity_Analysis_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Assessment_Red.png b/static/img/markers/SCI/Activity_Assessment_Red.png
new file mode 100644
index 0000000000..1defc06712
Binary files /dev/null and b/static/img/markers/SCI/Activity_Assessment_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Civil_Military_Coordination_Red.png b/static/img/markers/SCI/Activity_Civil_Military_Coordination_Red.png
new file mode 100644
index 0000000000..3f4630bf62
Binary files /dev/null and b/static/img/markers/SCI/Activity_Civil_Military_Coordination_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Coordinated_Assessment_Red.png b/static/img/markers/SCI/Activity_Coordinated_Assessment_Red.png
new file mode 100644
index 0000000000..1e5b54beaa
Binary files /dev/null and b/static/img/markers/SCI/Activity_Coordinated_Assessment_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Debris_Management.png b/static/img/markers/SCI/Activity_Debris_Management.png
new file mode 100644
index 0000000000..79dce12396
Binary files /dev/null and b/static/img/markers/SCI/Activity_Debris_Management.png differ
diff --git a/static/img/markers/SCI/Activity_Deployment_Red.png b/static/img/markers/SCI/Activity_Deployment_Red.png
new file mode 100644
index 0000000000..ef7bc1d557
Binary files /dev/null and b/static/img/markers/SCI/Activity_Deployment_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Financing_Red.png b/static/img/markers/SCI/Activity_Financing_Red.png
new file mode 100644
index 0000000000..d9adddbf64
Binary files /dev/null and b/static/img/markers/SCI/Activity_Financing_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Fund_Red.png b/static/img/markers/SCI/Activity_Fund_Red.png
new file mode 100644
index 0000000000..bb8abf65c3
Binary files /dev/null and b/static/img/markers/SCI/Activity_Fund_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Gap_Analysis_Red.png b/static/img/markers/SCI/Activity_Gap_Analysis_Red.png
new file mode 100644
index 0000000000..56f8914bb1
Binary files /dev/null and b/static/img/markers/SCI/Activity_Gap_Analysis_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Humanitarian_Programme_Cycle_Red.png b/static/img/markers/SCI/Activity_Humanitarian_Programme_Cycle_Red.png
new file mode 100644
index 0000000000..ac88e5720e
Binary files /dev/null and b/static/img/markers/SCI/Activity_Humanitarian_Programme_Cycle_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Humanitarian_Red.png b/static/img/markers/SCI/Activity_Humanitarian_Red.png
new file mode 100644
index 0000000000..e96a9dab74
Binary files /dev/null and b/static/img/markers/SCI/Activity_Humanitarian_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Information_Management_Red.png b/static/img/markers/SCI/Activity_Information_Management_Red.png
new file mode 100644
index 0000000000..2deb64df89
Binary files /dev/null and b/static/img/markers/SCI/Activity_Information_Management_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Information_Technology_Red.png b/static/img/markers/SCI/Activity_Information_Technology_Red.png
new file mode 100644
index 0000000000..218479d354
Binary files /dev/null and b/static/img/markers/SCI/Activity_Information_Technology_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Innovation_Red.png b/static/img/markers/SCI/Activity_Innovation_Red.png
new file mode 100644
index 0000000000..8e36ad9fc6
Binary files /dev/null and b/static/img/markers/SCI/Activity_Innovation_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Leadership_Red.png b/static/img/markers/SCI/Activity_Leadership_Red.png
new file mode 100644
index 0000000000..5e08b5e8bf
Binary files /dev/null and b/static/img/markers/SCI/Activity_Leadership_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Learning_REd.png b/static/img/markers/SCI/Activity_Learning_REd.png
new file mode 100644
index 0000000000..d7898cbaa0
Binary files /dev/null and b/static/img/markers/SCI/Activity_Learning_REd.png differ
diff --git a/static/img/markers/SCI/Activity_Meeting_Red.png b/static/img/markers/SCI/Activity_Meeting_Red.png
new file mode 100644
index 0000000000..0ef581dafe
Binary files /dev/null and b/static/img/markers/SCI/Activity_Meeting_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Needs_Assessment_Red.png b/static/img/markers/SCI/Activity_Needs_Assessment_Red.png
new file mode 100644
index 0000000000..8fd8d3d207
Binary files /dev/null and b/static/img/markers/SCI/Activity_Needs_Assessment_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Partnership_Red.png b/static/img/markers/SCI/Activity_Partnership_Red.png
new file mode 100644
index 0000000000..bf3d300ee6
Binary files /dev/null and b/static/img/markers/SCI/Activity_Partnership_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Policy_Red.png b/static/img/markers/SCI/Activity_Policy_Red.png
new file mode 100644
index 0000000000..6693a6dfdf
Binary files /dev/null and b/static/img/markers/SCI/Activity_Policy_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Preparedness_Red.png b/static/img/markers/SCI/Activity_Preparedness_Red.png
new file mode 100644
index 0000000000..57c381b331
Binary files /dev/null and b/static/img/markers/SCI/Activity_Preparedness_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Public_Information_Red.png b/static/img/markers/SCI/Activity_Public_Information_Red.png
new file mode 100644
index 0000000000..f9e6bddb1f
Binary files /dev/null and b/static/img/markers/SCI/Activity_Public_Information_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Reporting_Red.png b/static/img/markers/SCI/Activity_Reporting_Red.png
new file mode 100644
index 0000000000..370acb643b
Binary files /dev/null and b/static/img/markers/SCI/Activity_Reporting_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Response_Red.png b/static/img/markers/SCI/Activity_Response_Red.png
new file mode 100644
index 0000000000..0494ea6e50
Binary files /dev/null and b/static/img/markers/SCI/Activity_Response_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Scale_Red.png b/static/img/markers/SCI/Activity_Scale_Red.png
new file mode 100644
index 0000000000..0fd292a896
Binary files /dev/null and b/static/img/markers/SCI/Activity_Scale_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Services_Tools_Red.png b/static/img/markers/SCI/Activity_Services_Tools_Red.png
new file mode 100644
index 0000000000..26e25eae0d
Binary files /dev/null and b/static/img/markers/SCI/Activity_Services_Tools_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Staff_Management_Red.png b/static/img/markers/SCI/Activity_Staff_Management_Red.png
new file mode 100644
index 0000000000..bacd1f8b6f
Binary files /dev/null and b/static/img/markers/SCI/Activity_Staff_Management_Red.png differ
diff --git a/static/img/markers/SCI/Activity_Training_Red.png b/static/img/markers/SCI/Activity_Training_Red.png
new file mode 100644
index 0000000000..78fced8691
Binary files /dev/null and b/static/img/markers/SCI/Activity_Training_Red.png differ
diff --git a/static/img/markers/SCI/Agriculture.png b/static/img/markers/SCI/Agriculture.png
new file mode 100644
index 0000000000..89f90547a2
Binary files /dev/null and b/static/img/markers/SCI/Agriculture.png differ
diff --git a/static/img/markers/SCI/Assembly_Point.png b/static/img/markers/SCI/Assembly_Point.png
new file mode 100644
index 0000000000..b0282e3b99
Binary files /dev/null and b/static/img/markers/SCI/Assembly_Point.png differ
diff --git a/static/img/markers/SCI/Back_to_School_Kit.png b/static/img/markers/SCI/Back_to_School_Kit.png
new file mode 100644
index 0000000000..35b22f4841
Binary files /dev/null and b/static/img/markers/SCI/Back_to_School_Kit.png differ
diff --git a/static/img/markers/SCI/Border_Crossing.png b/static/img/markers/SCI/Border_Crossing.png
new file mode 100644
index 0000000000..48ba2cca83
Binary files /dev/null and b/static/img/markers/SCI/Border_Crossing.png differ
diff --git a/static/img/markers/SCI/CFS_Kit.png b/static/img/markers/SCI/CFS_Kit.png
new file mode 100644
index 0000000000..ab2a9fc427
Binary files /dev/null and b/static/img/markers/SCI/CFS_Kit.png differ
diff --git a/static/img/markers/SCI/Calendar.png b/static/img/markers/SCI/Calendar.png
new file mode 100644
index 0000000000..fc946b6c5a
Binary files /dev/null and b/static/img/markers/SCI/Calendar.png differ
diff --git a/static/img/markers/SCI/Camp.png b/static/img/markers/SCI/Camp.png
new file mode 100644
index 0000000000..90bd8d1840
Binary files /dev/null and b/static/img/markers/SCI/Camp.png differ
diff --git a/static/img/markers/SCI/Camp_IDP_Registration.png b/static/img/markers/SCI/Camp_IDP_Registration.png
new file mode 100644
index 0000000000..73050e62ce
Binary files /dev/null and b/static/img/markers/SCI/Camp_IDP_Registration.png differ
diff --git a/static/img/markers/SCI/Camp_Permanent_Camp.png b/static/img/markers/SCI/Camp_Permanent_Camp.png
new file mode 100644
index 0000000000..63c7191997
Binary files /dev/null and b/static/img/markers/SCI/Camp_Permanent_Camp.png differ
diff --git a/static/img/markers/SCI/Camp_Spontaneous_Camp.png b/static/img/markers/SCI/Camp_Spontaneous_Camp.png
new file mode 100644
index 0000000000..ff7e54f781
Binary files /dev/null and b/static/img/markers/SCI/Camp_Spontaneous_Camp.png differ
diff --git a/static/img/markers/SCI/Camp_Temporary_Camp.png b/static/img/markers/SCI/Camp_Temporary_Camp.png
new file mode 100644
index 0000000000..c998aed8a4
Binary files /dev/null and b/static/img/markers/SCI/Camp_Temporary_Camp.png differ
diff --git a/static/img/markers/SCI/Camp_Transition_Site.png b/static/img/markers/SCI/Camp_Transition_Site.png
new file mode 100644
index 0000000000..6abd53d8f2
Binary files /dev/null and b/static/img/markers/SCI/Camp_Transition_Site.png differ
diff --git a/static/img/markers/SCI/Chart.png b/static/img/markers/SCI/Chart.png
new file mode 100644
index 0000000000..099b2cb169
Binary files /dev/null and b/static/img/markers/SCI/Chart.png differ
diff --git a/static/img/markers/SCI/Child_Combatant.png b/static/img/markers/SCI/Child_Combatant.png
new file mode 100644
index 0000000000..268dc75059
Binary files /dev/null and b/static/img/markers/SCI/Child_Combatant.png differ
diff --git a/static/img/markers/SCI/Children_Hygiene_Kit.png b/static/img/markers/SCI/Children_Hygiene_Kit.png
new file mode 100644
index 0000000000..c2fda4cbe6
Binary files /dev/null and b/static/img/markers/SCI/Children_Hygiene_Kit.png differ
diff --git a/static/img/markers/SCI/Cluster_CCCM.png b/static/img/markers/SCI/Cluster_CCCM.png
new file mode 100644
index 0000000000..760cd7df1f
Binary files /dev/null and b/static/img/markers/SCI/Cluster_CCCM.png differ
diff --git a/static/img/markers/SCI/Cluster_Early_Recovery.png b/static/img/markers/SCI/Cluster_Early_Recovery.png
new file mode 100644
index 0000000000..7d33cd1776
Binary files /dev/null and b/static/img/markers/SCI/Cluster_Early_Recovery.png differ
diff --git a/static/img/markers/SCI/Cluster_Education.png b/static/img/markers/SCI/Cluster_Education.png
new file mode 100644
index 0000000000..68054dc402
Binary files /dev/null and b/static/img/markers/SCI/Cluster_Education.png differ
diff --git a/static/img/markers/SCI/Cluster_Emergency_Telecommunications.png b/static/img/markers/SCI/Cluster_Emergency_Telecommunications.png
new file mode 100644
index 0000000000..44029d5d91
Binary files /dev/null and b/static/img/markers/SCI/Cluster_Emergency_Telecommunications.png differ
diff --git a/static/img/markers/SCI/Cluster_Food_Security.png b/static/img/markers/SCI/Cluster_Food_Security.png
new file mode 100644
index 0000000000..90dd502918
Binary files /dev/null and b/static/img/markers/SCI/Cluster_Food_Security.png differ
diff --git a/static/img/markers/SCI/Cluster_Health.png b/static/img/markers/SCI/Cluster_Health.png
new file mode 100644
index 0000000000..3930c6e5b8
Binary files /dev/null and b/static/img/markers/SCI/Cluster_Health.png differ
diff --git a/static/img/markers/SCI/Cluster_Livelihood.png b/static/img/markers/SCI/Cluster_Livelihood.png
new file mode 100644
index 0000000000..082c2c17eb
Binary files /dev/null and b/static/img/markers/SCI/Cluster_Livelihood.png differ
diff --git a/static/img/markers/SCI/Cluster_Logistics.png b/static/img/markers/SCI/Cluster_Logistics.png
new file mode 100644
index 0000000000..7fc02072ec
Binary files /dev/null and b/static/img/markers/SCI/Cluster_Logistics.png differ
diff --git a/static/img/markers/SCI/Cluster_Nutrition.png b/static/img/markers/SCI/Cluster_Nutrition.png
new file mode 100644
index 0000000000..ef779766c7
Binary files /dev/null and b/static/img/markers/SCI/Cluster_Nutrition.png differ
diff --git a/static/img/markers/SCI/Cluster_Protection.png b/static/img/markers/SCI/Cluster_Protection.png
new file mode 100644
index 0000000000..da9142eaec
Binary files /dev/null and b/static/img/markers/SCI/Cluster_Protection.png differ
diff --git a/static/img/markers/SCI/Cluster_Shelter.png b/static/img/markers/SCI/Cluster_Shelter.png
new file mode 100644
index 0000000000..6090ffddf2
Binary files /dev/null and b/static/img/markers/SCI/Cluster_Shelter.png differ
diff --git a/static/img/markers/SCI/Cluster_WASH.png b/static/img/markers/SCI/Cluster_WASH.png
new file mode 100644
index 0000000000..31fee5c377
Binary files /dev/null and b/static/img/markers/SCI/Cluster_WASH.png differ
diff --git a/static/img/markers/SCI/Computer.png b/static/img/markers/SCI/Computer.png
new file mode 100644
index 0000000000..4d7dc98209
Binary files /dev/null and b/static/img/markers/SCI/Computer.png differ
diff --git a/static/img/markers/SCI/Coordination.png b/static/img/markers/SCI/Coordination.png
new file mode 100644
index 0000000000..68e8714940
Binary files /dev/null and b/static/img/markers/SCI/Coordination.png differ
diff --git a/static/img/markers/SCI/Data.png b/static/img/markers/SCI/Data.png
new file mode 100644
index 0000000000..898fd10d70
Binary files /dev/null and b/static/img/markers/SCI/Data.png differ
diff --git a/static/img/markers/SCI/Dead.png b/static/img/markers/SCI/Dead.png
new file mode 100644
index 0000000000..90a30d135f
Binary files /dev/null and b/static/img/markers/SCI/Dead.png differ
diff --git a/static/img/markers/SCI/Disaster_Conflict.png b/static/img/markers/SCI/Disaster_Conflict.png
new file mode 100644
index 0000000000..59ae1f3d58
Binary files /dev/null and b/static/img/markers/SCI/Disaster_Conflict.png differ
diff --git a/static/img/markers/SCI/Disaster_Cyclone.png b/static/img/markers/SCI/Disaster_Cyclone.png
new file mode 100644
index 0000000000..71d0fb3835
Binary files /dev/null and b/static/img/markers/SCI/Disaster_Cyclone.png differ
diff --git a/static/img/markers/SCI/Disaster_Drought.png b/static/img/markers/SCI/Disaster_Drought.png
new file mode 100644
index 0000000000..af65d6d1c7
Binary files /dev/null and b/static/img/markers/SCI/Disaster_Drought.png differ
diff --git a/static/img/markers/SCI/Disaster_Earthquake.png b/static/img/markers/SCI/Disaster_Earthquake.png
new file mode 100644
index 0000000000..6acc886501
Binary files /dev/null and b/static/img/markers/SCI/Disaster_Earthquake.png differ
diff --git a/static/img/markers/SCI/Disaster_Epidemic.png b/static/img/markers/SCI/Disaster_Epidemic.png
new file mode 100644
index 0000000000..ae39673871
Binary files /dev/null and b/static/img/markers/SCI/Disaster_Epidemic.png differ
diff --git a/static/img/markers/SCI/Disaster_Fire.png b/static/img/markers/SCI/Disaster_Fire.png
new file mode 100644
index 0000000000..dadbb86298
Binary files /dev/null and b/static/img/markers/SCI/Disaster_Fire.png differ
diff --git a/static/img/markers/SCI/Disaster_Flash_Flood.png b/static/img/markers/SCI/Disaster_Flash_Flood.png
new file mode 100644
index 0000000000..0feaf80247
Binary files /dev/null and b/static/img/markers/SCI/Disaster_Flash_Flood.png differ
diff --git a/static/img/markers/SCI/Disaster_Flood.png b/static/img/markers/SCI/Disaster_Flood.png
new file mode 100644
index 0000000000..c9f6d220f6
Binary files /dev/null and b/static/img/markers/SCI/Disaster_Flood.png differ
diff --git a/static/img/markers/SCI/Disaster_Heavy_Rain.png b/static/img/markers/SCI/Disaster_Heavy_Rain.png
new file mode 100644
index 0000000000..d66a7329f0
Binary files /dev/null and b/static/img/markers/SCI/Disaster_Heavy_Rain.png differ
diff --git a/static/img/markers/SCI/Disaster_Insect_Infestation.png b/static/img/markers/SCI/Disaster_Insect_Infestation.png
new file mode 100644
index 0000000000..81ce7f6f17
Binary files /dev/null and b/static/img/markers/SCI/Disaster_Insect_Infestation.png differ
diff --git a/static/img/markers/SCI/Disaster_Landslide.png b/static/img/markers/SCI/Disaster_Landslide.png
new file mode 100644
index 0000000000..4120bb67fc
Binary files /dev/null and b/static/img/markers/SCI/Disaster_Landslide.png differ
diff --git a/static/img/markers/SCI/Disaster_Locust_Infestation.png b/static/img/markers/SCI/Disaster_Locust_Infestation.png
new file mode 100644
index 0000000000..07236c9763
Binary files /dev/null and b/static/img/markers/SCI/Disaster_Locust_Infestation.png differ
diff --git a/static/img/markers/SCI/Disaster_Snow_Avalanche.png b/static/img/markers/SCI/Disaster_Snow_Avalanche.png
new file mode 100644
index 0000000000..b74a9f19a4
Binary files /dev/null and b/static/img/markers/SCI/Disaster_Snow_Avalanche.png differ
diff --git a/static/img/markers/SCI/Disaster_Storm.png b/static/img/markers/SCI/Disaster_Storm.png
new file mode 100644
index 0000000000..fbff98269c
Binary files /dev/null and b/static/img/markers/SCI/Disaster_Storm.png differ
diff --git a/static/img/markers/SCI/Disaster_Storm_Surge.png b/static/img/markers/SCI/Disaster_Storm_Surge.png
new file mode 100644
index 0000000000..411f022711
Binary files /dev/null and b/static/img/markers/SCI/Disaster_Storm_Surge.png differ
diff --git a/static/img/markers/SCI/Disaster_Technological.png b/static/img/markers/SCI/Disaster_Technological.png
new file mode 100644
index 0000000000..d7bb7bb10a
Binary files /dev/null and b/static/img/markers/SCI/Disaster_Technological.png differ
diff --git a/static/img/markers/SCI/Disaster_Tornado.png b/static/img/markers/SCI/Disaster_Tornado.png
new file mode 100644
index 0000000000..dd666efece
Binary files /dev/null and b/static/img/markers/SCI/Disaster_Tornado.png differ
diff --git a/static/img/markers/SCI/Disaster_Tsunami.png b/static/img/markers/SCI/Disaster_Tsunami.png
new file mode 100644
index 0000000000..950f2f76a1
Binary files /dev/null and b/static/img/markers/SCI/Disaster_Tsunami.png differ
diff --git a/static/img/markers/SCI/Disaster_Violent_Wind.png b/static/img/markers/SCI/Disaster_Violent_Wind.png
new file mode 100644
index 0000000000..91ce3ed9d3
Binary files /dev/null and b/static/img/markers/SCI/Disaster_Violent_Wind.png differ
diff --git a/static/img/markers/SCI/Disaster_Volcano.png b/static/img/markers/SCI/Disaster_Volcano.png
new file mode 100644
index 0000000000..740a7856cf
Binary files /dev/null and b/static/img/markers/SCI/Disaster_Volcano.png differ
diff --git a/static/img/markers/SCI/Distribution_Site.png b/static/img/markers/SCI/Distribution_Site.png
new file mode 100644
index 0000000000..e785745184
Binary files /dev/null and b/static/img/markers/SCI/Distribution_Site.png differ
diff --git a/static/img/markers/SCI/Document.png b/static/img/markers/SCI/Document.png
new file mode 100644
index 0000000000..b722083dc3
Binary files /dev/null and b/static/img/markers/SCI/Document.png differ
diff --git a/static/img/markers/SCI/Drowned.png b/static/img/markers/SCI/Drowned.png
new file mode 100644
index 0000000000..e961403252
Binary files /dev/null and b/static/img/markers/SCI/Drowned.png differ
diff --git a/static/img/markers/SCI/ECCD_Kit.png b/static/img/markers/SCI/ECCD_Kit.png
new file mode 100644
index 0000000000..4c8940c793
Binary files /dev/null and b/static/img/markers/SCI/ECCD_Kit.png differ
diff --git a/static/img/markers/SCI/Earthmound.png b/static/img/markers/SCI/Earthmound.png
new file mode 100644
index 0000000000..2b2cc0169b
Binary files /dev/null and b/static/img/markers/SCI/Earthmound.png differ
diff --git a/static/img/markers/SCI/Elderly.png b/static/img/markers/SCI/Elderly.png
new file mode 100644
index 0000000000..09da0aa1cd
Binary files /dev/null and b/static/img/markers/SCI/Elderly.png differ
diff --git a/static/img/markers/SCI/Email.png b/static/img/markers/SCI/Email.png
new file mode 100644
index 0000000000..e6cced384a
Binary files /dev/null and b/static/img/markers/SCI/Email.png differ
diff --git a/static/img/markers/SCI/Environment.png b/static/img/markers/SCI/Environment.png
new file mode 100644
index 0000000000..a381234f58
Binary files /dev/null and b/static/img/markers/SCI/Environment.png differ
diff --git a/static/img/markers/SCI/FI_Bottled_Water_Red_Box.png b/static/img/markers/SCI/FI_Bottled_Water_Red_Box.png
new file mode 100644
index 0000000000..1c19fefe47
Binary files /dev/null and b/static/img/markers/SCI/FI_Bottled_Water_Red_Box.png differ
diff --git a/static/img/markers/SCI/FI_Food_Red.png b/static/img/markers/SCI/FI_Food_Red.png
new file mode 100644
index 0000000000..62302007c4
Binary files /dev/null and b/static/img/markers/SCI/FI_Food_Red.png differ
diff --git a/static/img/markers/SCI/FI_Infant_Formula_Red.png b/static/img/markers/SCI/FI_Infant_Formula_Red.png
new file mode 100644
index 0000000000..576905835c
Binary files /dev/null and b/static/img/markers/SCI/FI_Infant_Formula_Red.png differ
diff --git a/static/img/markers/SCI/FI_Oil_Red.png b/static/img/markers/SCI/FI_Oil_Red.png
new file mode 100644
index 0000000000..2849b967fe
Binary files /dev/null and b/static/img/markers/SCI/FI_Oil_Red.png differ
diff --git a/static/img/markers/SCI/FI_Rice_Red.png b/static/img/markers/SCI/FI_Rice_Red.png
new file mode 100644
index 0000000000..059286cee9
Binary files /dev/null and b/static/img/markers/SCI/FI_Rice_Red.png differ
diff --git a/static/img/markers/SCI/FI_Salt_Red.png b/static/img/markers/SCI/FI_Salt_Red.png
new file mode 100644
index 0000000000..1f1a51cca3
Binary files /dev/null and b/static/img/markers/SCI/FI_Salt_Red.png differ
diff --git a/static/img/markers/SCI/FI_Sugar_Red.png b/static/img/markers/SCI/FI_Sugar_Red.png
new file mode 100644
index 0000000000..cbb229a5d4
Binary files /dev/null and b/static/img/markers/SCI/FI_Sugar_Red.png differ
diff --git a/static/img/markers/SCI/Fax.png b/static/img/markers/SCI/Fax.png
new file mode 100644
index 0000000000..b10d2cc92f
Binary files /dev/null and b/static/img/markers/SCI/Fax.png differ
diff --git a/static/img/markers/SCI/Fishery.png b/static/img/markers/SCI/Fishery.png
new file mode 100644
index 0000000000..62dbedc390
Binary files /dev/null and b/static/img/markers/SCI/Fishery.png differ
diff --git a/static/img/markers/SCI/Food_Warehouse.png b/static/img/markers/SCI/Food_Warehouse.png
new file mode 100644
index 0000000000..526227f35b
Binary files /dev/null and b/static/img/markers/SCI/Food_Warehouse.png differ
diff --git a/static/img/markers/SCI/Forced_Entry.png b/static/img/markers/SCI/Forced_Entry.png
new file mode 100644
index 0000000000..191592b385
Binary files /dev/null and b/static/img/markers/SCI/Forced_Entry.png differ
diff --git a/static/img/markers/SCI/Forced_Recruitment.png b/static/img/markers/SCI/Forced_Recruitment.png
new file mode 100644
index 0000000000..94ea96902c
Binary files /dev/null and b/static/img/markers/SCI/Forced_Recruitment.png differ
diff --git a/static/img/markers/SCI/Harassment.png b/static/img/markers/SCI/Harassment.png
new file mode 100644
index 0000000000..9104f594e3
Binary files /dev/null and b/static/img/markers/SCI/Harassment.png differ
diff --git a/static/img/markers/SCI/Hospital.png b/static/img/markers/SCI/Hospital.png
new file mode 100644
index 0000000000..bdbfa4e044
Binary files /dev/null and b/static/img/markers/SCI/Hospital.png differ
diff --git a/static/img/markers/SCI/House.png b/static/img/markers/SCI/House.png
new file mode 100644
index 0000000000..d28f5b6958
Binary files /dev/null and b/static/img/markers/SCI/House.png differ
diff --git a/static/img/markers/SCI/House_Burned.png b/static/img/markers/SCI/House_Burned.png
new file mode 100644
index 0000000000..a001d99b80
Binary files /dev/null and b/static/img/markers/SCI/House_Burned.png differ
diff --git a/static/img/markers/SCI/IT_Internet.png b/static/img/markers/SCI/IT_Internet.png
new file mode 100644
index 0000000000..eea3982b05
Binary files /dev/null and b/static/img/markers/SCI/IT_Internet.png differ
diff --git a/static/img/markers/SCI/Impact_Affected_Population.png b/static/img/markers/SCI/Impact_Affected_Population.png
new file mode 100644
index 0000000000..30a437c797
Binary files /dev/null and b/static/img/markers/SCI/Impact_Affected_Population.png differ
diff --git a/static/img/markers/SCI/Impact_Injured.png b/static/img/markers/SCI/Impact_Injured.png
new file mode 100644
index 0000000000..343ef09b33
Binary files /dev/null and b/static/img/markers/SCI/Impact_Injured.png differ
diff --git a/static/img/markers/SCI/Impact_Missing.png b/static/img/markers/SCI/Impact_Missing.png
new file mode 100644
index 0000000000..a8c2d963ec
Binary files /dev/null and b/static/img/markers/SCI/Impact_Missing.png differ
diff --git a/static/img/markers/SCI/Impact_Physical_Impairment.png b/static/img/markers/SCI/Impact_Physical_Impairment.png
new file mode 100644
index 0000000000..22954291fa
Binary files /dev/null and b/static/img/markers/SCI/Impact_Physical_Impairment.png differ
diff --git a/static/img/markers/SCI/Infrasructure_University.png b/static/img/markers/SCI/Infrasructure_University.png
new file mode 100644
index 0000000000..877ad45e28
Binary files /dev/null and b/static/img/markers/SCI/Infrasructure_University.png differ
diff --git a/static/img/markers/SCI/Infrastructure_Building.png b/static/img/markers/SCI/Infrastructure_Building.png
new file mode 100644
index 0000000000..3fc12c74c8
Binary files /dev/null and b/static/img/markers/SCI/Infrastructure_Building.png differ
diff --git a/static/img/markers/SCI/Infrastructure_Community_Building.png b/static/img/markers/SCI/Infrastructure_Community_Building.png
new file mode 100644
index 0000000000..c489b02c88
Binary files /dev/null and b/static/img/markers/SCI/Infrastructure_Community_Building.png differ
diff --git a/static/img/markers/SCI/Infrastructure_Hospital.png b/static/img/markers/SCI/Infrastructure_Hospital.png
new file mode 100644
index 0000000000..a1cb951ebd
Binary files /dev/null and b/static/img/markers/SCI/Infrastructure_Hospital.png differ
diff --git a/static/img/markers/SCI/Infrastructure_Police_Station.png b/static/img/markers/SCI/Infrastructure_Police_Station.png
new file mode 100644
index 0000000000..d36bf1d902
Binary files /dev/null and b/static/img/markers/SCI/Infrastructure_Police_Station.png differ
diff --git a/static/img/markers/SCI/Infrastructure_School.png b/static/img/markers/SCI/Infrastructure_School.png
new file mode 100644
index 0000000000..f93b7f755a
Binary files /dev/null and b/static/img/markers/SCI/Infrastructure_School.png differ
diff --git a/static/img/markers/SCI/Law.png b/static/img/markers/SCI/Law.png
new file mode 100644
index 0000000000..c80f99a3a1
Binary files /dev/null and b/static/img/markers/SCI/Law.png differ
diff --git a/static/img/markers/SCI/Livestock.png b/static/img/markers/SCI/Livestock.png
new file mode 100644
index 0000000000..cbbbbfe9a1
Binary files /dev/null and b/static/img/markers/SCI/Livestock.png differ
diff --git a/static/img/markers/SCI/Logistics_Airport.png b/static/img/markers/SCI/Logistics_Airport.png
new file mode 100644
index 0000000000..1f4b7a3757
Binary files /dev/null and b/static/img/markers/SCI/Logistics_Airport.png differ
diff --git a/static/img/markers/SCI/Logistics_Airport_Military.png b/static/img/markers/SCI/Logistics_Airport_Military.png
new file mode 100644
index 0000000000..4e80032cd4
Binary files /dev/null and b/static/img/markers/SCI/Logistics_Airport_Military.png differ
diff --git a/static/img/markers/SCI/Logistics_Boat.png b/static/img/markers/SCI/Logistics_Boat.png
new file mode 100644
index 0000000000..710400d9da
Binary files /dev/null and b/static/img/markers/SCI/Logistics_Boat.png differ
diff --git a/static/img/markers/SCI/Logistics_Bridge.png b/static/img/markers/SCI/Logistics_Bridge.png
new file mode 100644
index 0000000000..e2174b51d8
Binary files /dev/null and b/static/img/markers/SCI/Logistics_Bridge.png differ
diff --git a/static/img/markers/SCI/Logistics_Bus.png b/static/img/markers/SCI/Logistics_Bus.png
new file mode 100644
index 0000000000..411fe966e9
Binary files /dev/null and b/static/img/markers/SCI/Logistics_Bus.png differ
diff --git a/static/img/markers/SCI/Logistics_Car.png b/static/img/markers/SCI/Logistics_Car.png
new file mode 100644
index 0000000000..4d23276627
Binary files /dev/null and b/static/img/markers/SCI/Logistics_Car.png differ
diff --git a/static/img/markers/SCI/Logistics_Ferry.png b/static/img/markers/SCI/Logistics_Ferry.png
new file mode 100644
index 0000000000..d684b44da9
Binary files /dev/null and b/static/img/markers/SCI/Logistics_Ferry.png differ
diff --git a/static/img/markers/SCI/Logistics_Gas_Station.png b/static/img/markers/SCI/Logistics_Gas_Station.png
new file mode 100644
index 0000000000..614ad72f1c
Binary files /dev/null and b/static/img/markers/SCI/Logistics_Gas_Station.png differ
diff --git a/static/img/markers/SCI/Logistics_Helipad.png b/static/img/markers/SCI/Logistics_Helipad.png
new file mode 100644
index 0000000000..1412c4db6c
Binary files /dev/null and b/static/img/markers/SCI/Logistics_Helipad.png differ
diff --git a/static/img/markers/SCI/Logistics_Port.png b/static/img/markers/SCI/Logistics_Port.png
new file mode 100644
index 0000000000..b761099fb7
Binary files /dev/null and b/static/img/markers/SCI/Logistics_Port.png differ
diff --git a/static/img/markers/SCI/Logistics_Road.png b/static/img/markers/SCI/Logistics_Road.png
new file mode 100644
index 0000000000..4122be68b5
Binary files /dev/null and b/static/img/markers/SCI/Logistics_Road.png differ
diff --git a/static/img/markers/SCI/Logistics_Ship.png b/static/img/markers/SCI/Logistics_Ship.png
new file mode 100644
index 0000000000..beacc301d6
Binary files /dev/null and b/static/img/markers/SCI/Logistics_Ship.png differ
diff --git a/static/img/markers/SCI/Logistics_Train.png b/static/img/markers/SCI/Logistics_Train.png
new file mode 100644
index 0000000000..419ae489d6
Binary files /dev/null and b/static/img/markers/SCI/Logistics_Train.png differ
diff --git a/static/img/markers/SCI/Logistics_Truck.png b/static/img/markers/SCI/Logistics_Truck.png
new file mode 100644
index 0000000000..3e5e788b4e
Binary files /dev/null and b/static/img/markers/SCI/Logistics_Truck.png differ
diff --git a/static/img/markers/SCI/Logistics_Tunnel.png b/static/img/markers/SCI/Logistics_Tunnel.png
new file mode 100644
index 0000000000..5781a0184e
Binary files /dev/null and b/static/img/markers/SCI/Logistics_Tunnel.png differ
diff --git a/static/img/markers/SCI/Logistics_helicopter.png b/static/img/markers/SCI/Logistics_helicopter.png
new file mode 100644
index 0000000000..02e582acd8
Binary files /dev/null and b/static/img/markers/SCI/Logistics_helicopter.png differ
diff --git a/static/img/markers/SCI/MED_Medical_Supply_Red.png b/static/img/markers/SCI/MED_Medical_Supply_Red.png
new file mode 100644
index 0000000000..6e6e2e2db4
Binary files /dev/null and b/static/img/markers/SCI/MED_Medical_Supply_Red.png differ
diff --git a/static/img/markers/SCI/MED_Medicine_Red.png b/static/img/markers/SCI/MED_Medicine_Red.png
new file mode 100644
index 0000000000..4727826e57
Binary files /dev/null and b/static/img/markers/SCI/MED_Medicine_Red.png differ
diff --git a/static/img/markers/SCI/MED_Vaccine_Red.png b/static/img/markers/SCI/MED_Vaccine_Red.png
new file mode 100644
index 0000000000..8ae1a18b4c
Binary files /dev/null and b/static/img/markers/SCI/MED_Vaccine_Red.png differ
diff --git a/static/img/markers/SCI/Map.png b/static/img/markers/SCI/Map.png
new file mode 100644
index 0000000000..b6a4c8d611
Binary files /dev/null and b/static/img/markers/SCI/Map.png differ
diff --git a/static/img/markers/SCI/Multicluster.png b/static/img/markers/SCI/Multicluster.png
new file mode 100644
index 0000000000..1fad6ce393
Binary files /dev/null and b/static/img/markers/SCI/Multicluster.png differ
diff --git a/static/img/markers/SCI/NFI_Blanket.png b/static/img/markers/SCI/NFI_Blanket.png
new file mode 100644
index 0000000000..8fa83062df
Binary files /dev/null and b/static/img/markers/SCI/NFI_Blanket.png differ
diff --git a/static/img/markers/SCI/NFI_Bucket_Red.png b/static/img/markers/SCI/NFI_Bucket_Red.png
new file mode 100644
index 0000000000..6cb0697bd4
Binary files /dev/null and b/static/img/markers/SCI/NFI_Bucket_Red.png differ
diff --git a/static/img/markers/SCI/NFI_Clothing_Red.png b/static/img/markers/SCI/NFI_Clothing_Red.png
new file mode 100644
index 0000000000..5c3165fbc9
Binary files /dev/null and b/static/img/markers/SCI/NFI_Clothing_Red.png differ
diff --git a/static/img/markers/SCI/NFI_Detergent_Red.png b/static/img/markers/SCI/NFI_Detergent_Red.png
new file mode 100644
index 0000000000..f6281acb52
Binary files /dev/null and b/static/img/markers/SCI/NFI_Detergent_Red.png differ
diff --git a/static/img/markers/SCI/NFI_Kitchen_Set_Red.png b/static/img/markers/SCI/NFI_Kitchen_Set_Red.png
new file mode 100644
index 0000000000..a151996f38
Binary files /dev/null and b/static/img/markers/SCI/NFI_Kitchen_Set_Red.png differ
diff --git a/static/img/markers/SCI/NFI_Mattress_Red.png b/static/img/markers/SCI/NFI_Mattress_Red.png
new file mode 100644
index 0000000000..11b2689c4d
Binary files /dev/null and b/static/img/markers/SCI/NFI_Mattress_Red.png differ
diff --git a/static/img/markers/SCI/NFI_Mosquito_Net_Red.png b/static/img/markers/SCI/NFI_Mosquito_Net_Red.png
new file mode 100644
index 0000000000..006f2e72e7
Binary files /dev/null and b/static/img/markers/SCI/NFI_Mosquito_Net_Red.png differ
diff --git a/static/img/markers/SCI/NFI_NonFood_Item_Red.png b/static/img/markers/SCI/NFI_NonFood_Item_Red.png
new file mode 100644
index 0000000000..91b18ff5d1
Binary files /dev/null and b/static/img/markers/SCI/NFI_NonFood_Item_Red.png differ
diff --git a/static/img/markers/SCI/NFI_Plastic_Sheeting_Red.png b/static/img/markers/SCI/NFI_Plastic_Sheeting_Red.png
new file mode 100644
index 0000000000..7e85510fed
Binary files /dev/null and b/static/img/markers/SCI/NFI_Plastic_Sheeting_Red.png differ
diff --git a/static/img/markers/SCI/NFI_Soap_Red.png b/static/img/markers/SCI/NFI_Soap_Red.png
new file mode 100644
index 0000000000..06cd616634
Binary files /dev/null and b/static/img/markers/SCI/NFI_Soap_Red.png differ
diff --git a/static/img/markers/SCI/NFI_Stove_Red.png b/static/img/markers/SCI/NFI_Stove_Red.png
new file mode 100644
index 0000000000..2847c2ac09
Binary files /dev/null and b/static/img/markers/SCI/NFI_Stove_Red.png differ
diff --git a/static/img/markers/SCI/NFI_Tarpaulin_Red.png b/static/img/markers/SCI/NFI_Tarpaulin_Red.png
new file mode 100644
index 0000000000..07ad007f71
Binary files /dev/null and b/static/img/markers/SCI/NFI_Tarpaulin_Red.png differ
diff --git a/static/img/markers/SCI/NFI_Tent_Red.png b/static/img/markers/SCI/NFI_Tent_Red.png
new file mode 100644
index 0000000000..ff86c01923
Binary files /dev/null and b/static/img/markers/SCI/NFI_Tent_Red.png differ
diff --git a/static/img/markers/SCI/Office_Government.png b/static/img/markers/SCI/Office_Government.png
new file mode 100644
index 0000000000..047a681ed5
Binary files /dev/null and b/static/img/markers/SCI/Office_Government.png differ
diff --git a/static/img/markers/SCI/Office_NGO.png b/static/img/markers/SCI/Office_NGO.png
new file mode 100644
index 0000000000..9c74636aee
Binary files /dev/null and b/static/img/markers/SCI/Office_NGO.png differ
diff --git a/static/img/markers/SCI/Office_SCI.png b/static/img/markers/SCI/Office_SCI.png
new file mode 100644
index 0000000000..ec21bfb130
Binary files /dev/null and b/static/img/markers/SCI/Office_SCI.png differ
diff --git a/static/img/markers/SCI/Office_UN.png b/static/img/markers/SCI/Office_UN.png
new file mode 100644
index 0000000000..2d07734f30
Binary files /dev/null and b/static/img/markers/SCI/Office_UN.png differ
diff --git a/static/img/markers/SCI/PSS.png b/static/img/markers/SCI/PSS.png
new file mode 100644
index 0000000000..70bac271e9
Binary files /dev/null and b/static/img/markers/SCI/PSS.png differ
diff --git a/static/img/markers/SCI/Photo.png b/static/img/markers/SCI/Photo.png
new file mode 100644
index 0000000000..46a831fb13
Binary files /dev/null and b/static/img/markers/SCI/Photo.png differ
diff --git a/static/img/markers/SCI/Population_Children.png b/static/img/markers/SCI/Population_Children.png
new file mode 100644
index 0000000000..cb63615b2b
Binary files /dev/null and b/static/img/markers/SCI/Population_Children.png differ
diff --git a/static/img/markers/SCI/Population_Growth.png b/static/img/markers/SCI/Population_Growth.png
new file mode 100644
index 0000000000..e4f82b5ca7
Binary files /dev/null and b/static/img/markers/SCI/Population_Growth.png differ
diff --git a/static/img/markers/SCI/Population_Infant.png b/static/img/markers/SCI/Population_Infant.png
new file mode 100644
index 0000000000..8cf3c5051d
Binary files /dev/null and b/static/img/markers/SCI/Population_Infant.png differ
diff --git a/static/img/markers/SCI/Population_Man.png b/static/img/markers/SCI/Population_Man.png
new file mode 100644
index 0000000000..cee9ec0705
Binary files /dev/null and b/static/img/markers/SCI/Population_Man.png differ
diff --git a/static/img/markers/SCI/Population_Pregnant.png b/static/img/markers/SCI/Population_Pregnant.png
new file mode 100644
index 0000000000..aa5ea7bba0
Binary files /dev/null and b/static/img/markers/SCI/Population_Pregnant.png differ
diff --git a/static/img/markers/SCI/Population_Woman.png b/static/img/markers/SCI/Population_Woman.png
new file mode 100644
index 0000000000..db709ffc4a
Binary files /dev/null and b/static/img/markers/SCI/Population_Woman.png differ
diff --git a/static/img/markers/SCI/Radio.png b/static/img/markers/SCI/Radio.png
new file mode 100644
index 0000000000..84fee81395
Binary files /dev/null and b/static/img/markers/SCI/Radio.png differ
diff --git a/static/img/markers/SCI/Reconstruction.png b/static/img/markers/SCI/Reconstruction.png
new file mode 100644
index 0000000000..0accea9e61
Binary files /dev/null and b/static/img/markers/SCI/Reconstruction.png differ
diff --git a/static/img/markers/SCI/Relief_Goods_Red.png b/static/img/markers/SCI/Relief_Goods_Red.png
new file mode 100644
index 0000000000..fa805f80aa
Binary files /dev/null and b/static/img/markers/SCI/Relief_Goods_Red.png differ
diff --git a/static/img/markers/SCI/Report.png b/static/img/markers/SCI/Report.png
new file mode 100644
index 0000000000..1e2b1dd79d
Binary files /dev/null and b/static/img/markers/SCI/Report.png differ
diff --git a/static/img/markers/SCI/Rural_Exodus.png b/static/img/markers/SCI/Rural_Exodus.png
new file mode 100644
index 0000000000..9d9e5e1365
Binary files /dev/null and b/static/img/markers/SCI/Rural_Exodus.png differ
diff --git a/static/img/markers/SCI/Save.png b/static/img/markers/SCI/Save.png
index e29e35f262..d4051a44ec 100644
Binary files a/static/img/markers/SCI/Save.png and b/static/img/markers/SCI/Save.png differ
diff --git a/static/img/markers/SCI/Security.png b/static/img/markers/SCI/Security.png
new file mode 100644
index 0000000000..0423cd9d6e
Binary files /dev/null and b/static/img/markers/SCI/Security.png differ
diff --git a/static/img/markers/SCI/Security_Abduction.png b/static/img/markers/SCI/Security_Abduction.png
new file mode 100644
index 0000000000..b167016ada
Binary files /dev/null and b/static/img/markers/SCI/Security_Abduction.png differ
diff --git a/static/img/markers/SCI/Security_Arrest.png b/static/img/markers/SCI/Security_Arrest.png
new file mode 100644
index 0000000000..70ca9bc618
Binary files /dev/null and b/static/img/markers/SCI/Security_Arrest.png differ
diff --git a/static/img/markers/SCI/Security_Assault.png b/static/img/markers/SCI/Security_Assault.png
new file mode 100644
index 0000000000..d26896243f
Binary files /dev/null and b/static/img/markers/SCI/Security_Assault.png differ
diff --git a/static/img/markers/SCI/Security_Carjacking.png b/static/img/markers/SCI/Security_Carjacking.png
new file mode 100644
index 0000000000..8100fe2df8
Binary files /dev/null and b/static/img/markers/SCI/Security_Carjacking.png differ
diff --git a/static/img/markers/SCI/Security_Checkpoint.png b/static/img/markers/SCI/Security_Checkpoint.png
new file mode 100644
index 0000000000..107928e797
Binary files /dev/null and b/static/img/markers/SCI/Security_Checkpoint.png differ
diff --git a/static/img/markers/SCI/Security_Closure.png b/static/img/markers/SCI/Security_Closure.png
new file mode 100644
index 0000000000..b64795b70e
Binary files /dev/null and b/static/img/markers/SCI/Security_Closure.png differ
diff --git a/static/img/markers/SCI/Security_Dangerous_Area.png b/static/img/markers/SCI/Security_Dangerous_Area.png
new file mode 100644
index 0000000000..15b1ae29ad
Binary files /dev/null and b/static/img/markers/SCI/Security_Dangerous_Area.png differ
diff --git a/static/img/markers/SCI/Security_Military_Gate.png b/static/img/markers/SCI/Security_Military_Gate.png
new file mode 100644
index 0000000000..5d5dd49fa8
Binary files /dev/null and b/static/img/markers/SCI/Security_Military_Gate.png differ
diff --git a/static/img/markers/SCI/Security_Mine.png b/static/img/markers/SCI/Security_Mine.png
new file mode 100644
index 0000000000..519d9b08a0
Binary files /dev/null and b/static/img/markers/SCI/Security_Mine.png differ
diff --git a/static/img/markers/SCI/Security_Murder.png b/static/img/markers/SCI/Security_Murder.png
new file mode 100644
index 0000000000..969b426a5f
Binary files /dev/null and b/static/img/markers/SCI/Security_Murder.png differ
diff --git a/static/img/markers/SCI/Security_National_Army.png b/static/img/markers/SCI/Security_National_Army.png
new file mode 100644
index 0000000000..2f97dbf57c
Binary files /dev/null and b/static/img/markers/SCI/Security_National_Army.png differ
diff --git a/static/img/markers/SCI/Security_Observation_Tower.png b/static/img/markers/SCI/Security_Observation_Tower.png
new file mode 100644
index 0000000000..af13a43229
Binary files /dev/null and b/static/img/markers/SCI/Security_Observation_Tower.png differ
diff --git a/static/img/markers/SCI/Security_Peace_Keeping_Forces.png b/static/img/markers/SCI/Security_Peace_Keeping_Forces.png
new file mode 100644
index 0000000000..b2fffa26e1
Binary files /dev/null and b/static/img/markers/SCI/Security_Peace_Keeping_Forces.png differ
diff --git a/static/img/markers/SCI/Security_Rebel.png b/static/img/markers/SCI/Security_Rebel.png
new file mode 100644
index 0000000000..82cdb786bd
Binary files /dev/null and b/static/img/markers/SCI/Security_Rebel.png differ
diff --git a/static/img/markers/SCI/Security_Road_Barirer.png b/static/img/markers/SCI/Security_Road_Barirer.png
new file mode 100644
index 0000000000..8c12a72a36
Binary files /dev/null and b/static/img/markers/SCI/Security_Road_Barirer.png differ
diff --git a/static/img/markers/SCI/Security_Road_Block.png b/static/img/markers/SCI/Security_Road_Block.png
new file mode 100644
index 0000000000..0c51aedec8
Binary files /dev/null and b/static/img/markers/SCI/Security_Road_Block.png differ
diff --git a/static/img/markers/SCI/Security_Robbery.png b/static/img/markers/SCI/Security_Robbery.png
new file mode 100644
index 0000000000..b9d54300e5
Binary files /dev/null and b/static/img/markers/SCI/Security_Robbery.png differ
diff --git a/static/img/markers/SCI/TLK.png b/static/img/markers/SCI/TLK.png
new file mode 100644
index 0000000000..1a01f24609
Binary files /dev/null and b/static/img/markers/SCI/TLK.png differ
diff --git a/static/img/markers/SCI/TLS.png b/static/img/markers/SCI/TLS.png
new file mode 100644
index 0000000000..25080d3708
Binary files /dev/null and b/static/img/markers/SCI/TLS.png differ
diff --git a/static/img/markers/SCI/Table.png b/static/img/markers/SCI/Table.png
new file mode 100644
index 0000000000..33a56272e0
Binary files /dev/null and b/static/img/markers/SCI/Table.png differ
diff --git a/static/img/markers/SCI/Trade_Market.png b/static/img/markers/SCI/Trade_Market.png
new file mode 100644
index 0000000000..900a3b77c6
Binary files /dev/null and b/static/img/markers/SCI/Trade_Market.png differ
diff --git a/static/img/markers/SCI/Urban.png b/static/img/markers/SCI/Urban.png
new file mode 100644
index 0000000000..42a0618f28
Binary files /dev/null and b/static/img/markers/SCI/Urban.png differ
diff --git a/static/img/markers/SCI/Urban_Rural.png b/static/img/markers/SCI/Urban_Rural.png
new file mode 100644
index 0000000000..4ed6700970
Binary files /dev/null and b/static/img/markers/SCI/Urban_Rural.png differ
diff --git a/static/img/markers/SCI/Video.png b/static/img/markers/SCI/Video.png
new file mode 100644
index 0000000000..db42b1ac4f
Binary files /dev/null and b/static/img/markers/SCI/Video.png differ
diff --git a/static/img/markers/SCI/Walkietalkie.png b/static/img/markers/SCI/Walkietalkie.png
new file mode 100644
index 0000000000..261701792e
Binary files /dev/null and b/static/img/markers/SCI/Walkietalkie.png differ