Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

In some situations it is desirable to show previously submitted reports on a Logger Map. These can come from two places: a third-party data source, or from iShare’s internal report storage. These are still iShare Standard Layers, just configured to use report data.

Third-party report data

These layers are configured as per any other Standard Layer. The data in the layer could be used by a web application that is embedding Logger, or they could be used for purely informational purposes, e.g. to try an reduce duplicate reports.

The report data could to imported into iShare’s database using Workflow. Alternatively it could be present as spatial data in another PostgreSQL database available in Workflow Connections. In either case it can be configured as normal: Standard Layer Configuration.

iShare Reports

Reports made through the use of Logger ReportManager are stored as records in the public.at_incidents table in the iShareData database. To display these on the map requires a Layer to be created in the Map Source used by Logger.

Converting legacy reports

In cases where reports logged by iShare Logger - Classic are present in the the public.at_incidents table and need to be included in layers for Logger maps, the following steps should be followed:

...