Skip to content

Use the Results Panel

The Results Panel displays structured output from the AI agent in a dedicated sidebar. Instead of reading through chat text, you get sortable tables, charts, and export tools for your spatial analysis results.

This guide walks through the main interactions available in the Results Panel.

  • A loaded Spatial Pack with at least one data layer
  • The web application open in your browser

Type a question in the chat console that triggers a spatial tool. Scoring and query operations produce Results Panel output.

Examples that generate panel results:

  • “Score all parcels within 5km of the substation for solar feasibility”
  • “Show me parcels larger than 2 hectares in the Joondalup area”
  • “Compare the top 3 parcels by overall score”

The Results Panel opens automatically when the agent returns structured data. A collapsed panel shows a tab indicator with the number of results available.

Click any row in a DataTable. The map zooms to that parcel and highlights it in cyan. The row shows a blue accent border to confirm selection.

Click a parcel on the map. The Results Panel scrolls to the matching row and highlights it. This works in both directions — you can explore spatially on the map or analytically in the table.

Hover over a table row to see the corresponding parcel highlighted on the map. Hover over a parcel on the map to see the matching row highlighted in the panel. Both update in real-time.

Open the filter controls from the Results Panel sidebar to narrow down results.

FilterWhat it does
Status checkboxesShow only parcels with a specific status (pass, conditional, fail)
Score range sliderSet minimum and maximum score bounds
Criteria togglesFilter by specific assessment criteria
Text searchSearch parcel IDs by substring

Filters apply instantly with no server roundtrip. The map dims layers that do not match the active filter set, keeping the spatial context visible while highlighting the filtered subset.

Click Reset Filters to clear all filters and return to the full result set.

The export toolbar at the top of the Results Panel offers three formats.

Downloads a spreadsheet-compatible file with all visible columns. Geometry columns are stripped. Open in Excel, Google Sheets, or any data tool.

Downloads a GeoJSON FeatureCollection with geometry preserved. Use this to load results into QGIS, Mapbox, or other GIS tools for further analysis.

Generates a formatted report on the server. The PDF includes the data table, summary statistics, and an optional map snapshot showing the current view. The report downloads automatically.

Each export format supports three scopes:

  • All — every row in the result
  • Selected — only rows you checked via the multi-select checkboxes
  • Filtered — only rows matching the current filter set

Select multiple rows by clicking the checkbox column in a DataTable, then choose the “Selected” scope when exporting.

Drag the left edge of the Results Panel to resize it. The panel can expand up to the full map width for detailed table analysis, or collapse to a narrow strip. The map re-renders smoothly during resize without losing WebGL context.

Click the collapse toggle to hide the panel entirely and reclaim full map space.