GEOS BI

Data-Driven Styling

Customize your map's appearance based on your data

When it comes to advanced map styling, it’s often useful to have styles that adapt to the data itself. With GEOS BI, you can easily achieve this level of customization.

Adjusting Size Based on Data

Let’s start with an example using the following dataset:

idnamecodeoperatorpassengerslatitudelongitude
1Frankfurt AirportFRAFraport AG6160000050.03798.5621
2Düsseldorf AirportDUSFlughafen Düsseldorf GmbH1910000051.28946.7666
3Stuttgart AirportSTRFlughafen Stuttgart GmbH910000048.68589.2074

You can download the dataset here: points_02.csv

To visualize this data, put the passengers column into the size field in your visual. This will automatically adjust the size of each circle based on the number of passengers:

Data-Driven Size Styling

If the size differences between circles are too extreme, you can fine-tune the visual by adjusting the minimum and maximum size values in the format settings:

Adjusted Size Styling

Customizing Colors Based on Data

Next, let’s look at an example using color to differentiate data points. Here’s the dataset we’ll use:

idnamecategorycolorlatitudelongitude
1KaDeWeCommercial#E74C3C52.501613.3410
2Villa HügelResidential#3498DB51.40687.0089
3Volkswagenwerk WolfsburgIndustrial#2ECC7152.435710.7695

Download the dataset here: points_03.csv

To apply color-based styling, put the color column into the color field in your visual. This will automatically assign the corresponding color to each data point:

Data-Driven Color Styling

On this page