Resolves issues with different column names in input data and tooltip positioning relative to page not client.
Adds data_ref prop which specifies the geometry_name property for each dataset type, used to identify which column hold the geometry that should be symbolised.
Timeseries tooltips will fail if geometry_name in rtData, casesInfectionData, casesReportData are different. This is a small error and unlikely in practice so I'm not going to address it for now.
Resolves issues with different column names in input data and tooltip positioning relative to page not client.
Adds
data_ref
prop which specifies thegeometry_name
property for each dataset type, used to identify which column hold the geometry that should be symbolised.Timeseries tooltips will fail if
geometry_name
inrtData
,casesInfectionData
,casesReportData
are different. This is a small error and unlikely in practice so I'm not going to address it for now.