Defining Google Maps License Keys

A license for Google Maps is required in order for the triage map to display. The system property curam.citizenworkspace.google.map.license.key is used to store the license key. A free key can be requested on http://code.google.com/apis/maps/signup.html.

A security modal is displayed before the triage map is launched because mixed content is displayed i.e. secure (Cúram) information and non secure information (Google Maps) which results in a warning being displayed to the user. To avoid this, a premier account with Google Maps is required and HTTPS must be switched on for this account. Two system properties are provided to store this information. curam.citizenworkspace.enable.https.google.map is used to dictate that HTTPS is being used. curam.citizenworkspace.google.client.id is used to store the Google Maps client ID (as opposed to the map key stored in curam.citizenworkspace.google.map.license.key which is used in the standard HTTP map).