GEOS BI
🏃 Getting Started

Create a Basic Map Visual

Learn how to create a simple map visual

Once you've installed GEOS BI, you're ready to add it to your report canvas and assign data fields to start visualizing your data.

In this guide, we’ll focus on visualizing points on a map. You can also use GEOS BI to visualize other geometries, such as lines or polygons, which will be covered later in the documentation.

Example Dataset

For this guide, we’ll use the following dataset:

idnamelatitidelongitude
1Berlin52.5243713.41053
2Munich48.13715411.576124
3Hamburg53.5510869.993682

You can download the dataset as a CSV file here: points_01.csv

Create Visual and assign data

  1. Create the GEOS BI Visual

    Drag and drop the GEOS BI visual onto your report canvas.

  2. Add Data to the Visual

    Assign the latitude and longitude columns from your dataset to the visual. These fields will position the points on the map.

    Add Data to the Visual

  3. Add Popup Properties for Interactivity

    To make the map interactive, add additional fields to the Popup Properties section. This enables users to view details about the points when they hover over them.

    Add Popup Properties for Interactivity

On this page