1.1. Define “possibleSites” and “visibleSites” (Required)

Warning

Without this patch, drawing a polygon and then choosing a hazard type in the Hazard Information Dialog MAY result in the polygon completely disappearing.

Action: Modify common_static/site/LLL/HazardServices/startUpConfig/StartUpConfig.py to contain the following:

StartUpConfig = {
  "possibleSites": ["LLL"],
  "visibleSites": ["LLL"]
}