Get started with Galigeo For SAP Web Intelligence

Galigeo For SAP Web Intelligence is a performant, self-service Location Intelligence solution embedded within SAP BO Web Intelligence (also called Webi).

It brings all the core features needed to create and consume compelling and meaningful geographical views of your data directly within SAP Web Intelligence.

You can try the product for 30-day free  .

Get started today by creating your first map and answer all your strategic location-related questions with Location Intelligence.

Please note that the following Get Started guide only applies if you are on SAP BI 4.2 SP3 or superior.
I’m on a lower version  .

1. Install Galigeo For Web Intelligence

If not done yet, download Galigeo For Web Intelligence from our website.
A 30-day trial is included inside.

Once the download is complete, unzip the downloaded package.

First thing to do is to deploy the Galigeo webapp. We recommend you to deploy it on the same Tomcat server that SAP BO is already using.

Begin by stopping the Tomcat service.

Then go to your main Tomcat folder, then in the webapps folder, and copy paste in it the Galigeo.war from the package you had previously downloaded and extracted.
You can then restart your Tomcat Service.

Once this is done, you have to define the main folder (repository) that Galigeo will be using to work (metadata saving, …).
For that, open your browser and navigate to http(s)://<Tomcat Server URL>:<Tomcat Server Port>/Galigeo, then follow the steps to create your repository.

Second step is to go to the BO CMC.

Log in to the SAP BO CMC, then navigate to Applications > WebIntelligence > Custom Elements.
Declare a new service here, and enter the following parameters:

  • Service Name: Galigeo
  • Service URL: http(s)://<Tomcat Server URL>:<Tomcat Server Port>/
    Galigeo
  Make sure to replace the Tomcat Server URL and Port with your own from the configuration above ?.

Then click on Test, and keep all the other configuration as is.
Finally, click on OK, check the service checkbox in the services list, and then hit the Save button.

You are set to create your first map ?.

  If you have specific installation requirements, such as clustered deployment or SSL support, please refer to the complete Installation Guide.

2. Create your first map

Log in to the BI Platform.
You need to connect as a user with enough rights to create and modify reports.For the sake of this guide, we will use an Excel dataset containing dummy sales data.
Download the sample dataset  

Begin by importing this Excel file to the BI Platform, and create a new Web Intelligence report and use the Excel file as the datasource.
Keep all the dimensions and measures when on the Query Panel, and execute the request.

Now you are in front of your blank report.

  If the report open with a table, just delete it to make some space.

Switch to Design mode from the top-right menu.
On the top menu bar, you will now find a tab called Custom Elements.
Go to this tab, and click on the Insert Custom Element button.

A list of elements will pop up, there you can fine a « Galigeo » tab.
select it, click on « Galigeo Map ». Select all the dimensions and measures, and click OK.

The Galigeo component appears on your report now. You can resize it as you want using the native design mode in Web Intelligence.
Once correctly sized, save your report and close it to finalize the adding of the Galigeo Map component.

When opening back your document, you can now see the Galigeo maps correctly displayed.

  If you do not see any basemap when opening the document, that could mean you need to configure the proxy used in the Galigeo Administration. Please refer to the Installation Guide in this case.

On the top-left of the Galigeo map, you can access the main menu. It contains multiple tabs, that let you access to the different features offered by Galigeo.
Click on the « Data » tab.

You now see a list of dataset available for this map. For the moment there is only one (tagged as BI data), but you could add other dataset from various sources.

We are going to define which data will be used to display our KPI on the map.
Click on the pen next to the BI dataset to edit it.

If you take a quick look at the dimensions available, you will notice we have longitude and latitude available.
We will start with that.
First, go to the Data Configuration tab, and make sure the Longitude and Latitude dimensions are set as « Number ».

Then switch to the Mapping tab.

We are going to choose which mappers we want to define to map our data on the map.
To sum it up quickly, a mapper indicates how to link together BI dimensions with geodata, in order to be able to blend these together.
In our case, we need to indicate that we want to create a new layer based on X and Y coordinates, contained in our Longitude and Latitude dimensions.

Select « From WGS84 coordinates » from the radio button.
In the latitude and Longitude input, select accordingly the Latitude and Longitude dimensions.
Then click on Apply, wait a few seconds until you see the message 100% match.

You can now click on Save and Close at the bottom of the modal window.

Back to the map, click on the arrow icon of the BI dataset to display all the dimensions available.
Select the « Growth » one, and start dragging it to the map.
Automatically, boxes will appear to let you create the kind of visualization you want.
Drag your mouse to the ‘Proportional Symbols’ box, and drop your click on top of it.

A new layer of information is now displayed on the map, representing your Growth by Shops.
You can click on the legend widget on the right to display more information about what you see on the map.

You can already explore the map by zooming in to the street level using your mouse wheel or the +/- button on the bottom-right of the map.
You can also click on any points on the map to open its details.

Good job ?! Let’s now import our own geodata in order to display our KPIs at another level of granularity on the map

3. Import your own geodata

In the previous step, we have been able to successfully plot our shops, represented by longitude and latitude data.
But this was because we directly had these Latitude and Longitude values within our BI dataset.
What if it is not the case?
For example, what if we only have as information in which district a shop is located?

Galigeo can blend together your dimension containing the District information, and a geodata representing the district.
This is what we are going to do right now.

In our case, the dataset being on the City of London, we have as information the district (called Ward in this case) in which each shop is located.
This information is contained both in the dimensions called Ward and Ward Code.

We are going to import a geodata taken from the Open Data portal of the City of London.
You can download the geodata here  .

  Don’t forget to unzip the geodata once download is complete.

Let’s import the geodata.
For that, you need to open the Galigeo Administration panel, also called Galigeo Manager.
This is accessible from the tabs at the left of the map.

  Administration and Configuration panels are of course only visible if you have enough rights. You can manage all users accessing maps and their rights from the Administration panel.

Galigeo Manager could benefit from a tutorial on its own. So for now, let’s focus on the part where we can import our geodata.

Go to the Geodata menu. This new window acts as a catalog of geodata. You can import as many geodata as you want, from a wide variety of sources.
Hover your mouse on the + Add button, and select Shapefile from the drop-down list.

Click then on Browser, than navigate to the unzipped folder of the geodata your previously downloaded.
Select all the files, and click on Open, then on Add to Catalog.

Wait for Galigeo to import the shapefile. You can now see how the geodata looks like, and configure some of its properties.
The one property that matters for us for this tutorial in the Geodimension. Setting the Geodimension indicates which dimension of the geodata we have to use when blending the Wards (polygons) with our BI data.

In our case, select « GSS_CODE », then click on Save.

Our geodata now appears in the catalog list.
We are good to go.
You can close the Galigeo Manager tab, and go back to our map.

Let’s go back to our datasource configuration (click on the Data tab from the left menu).

Click again on the pen icon next to the datasource title, and switch to the Mapping tab.
We are going to create another mapper, to be able to display our KPI at district level.

Click on the + tab on the bottom to create a new mapper.
Select « Ward Code » from the first input list.
Then click on the « Automapping » button, and Galigeo will find automatically to which geodata bind the Ward Code dimension.

  If the Auto-mapping gives no result, you can also seek yourself the geodata to be bound to your BI dimension, by typing the name of the geodata in the geolayer field.

Once done, click on Apply to see the match % between the Ward Code values and the ones from the geodata selected.
Then hit the Save and close button.

Alright.
We are now going to create our new layer of information based on these Ward Code.
Let’s see another way of creating such layer.

Go to the Layers tab, and click on the + icon on the top.
It will open in a new window the Thematic Assistant.

Let’s go to a new step and understand how the Thematic Assistant works.

4. Creating Layer of Information with the Thematic Assistant

The Thematic Assistant lets you control the way you want your KPI displayed on the map.
It gives a lot of options to configure different Thematics, also called Layer of Information, that will represent your KPI at different levels on the map.For this demonstration, we will stick with the core configuration needed.
Choose the Range of Colors type of representation.
A new configuration list appears.What we will define here are:

  • The name of this new Layer of Information, for example Revenue by Ward
  • The mapper defined in the #previous step to be used, from the Select geographic level drop-down list
  • The KPI used to create the layer, in our case the Revenue.

Of course, we could go further into the configuration, for example choose the method used to calculate the class ranges, define conditional formatting, configure labels, …
But for the time being, let’s hit the Save button on the top-right.
When prompted to close the window, do it, and go back to your Webi report.

You will now see a new layer appearing on the map, displaying the Revenue aggregated by Wards.
From the Layer menu, you can toggle on and off the visibility of the different layers of information you created.

You can now go switch back to Read mode for your Webi report, and start exploring the map you just created.

Congratulations ✌!

5 Going Further

How much did it take to create your first map? 5 minutes max I’m guessing ?.

This tutorial gave you a sneak peek of how you can plot your data on the map with Galigeo For Web Intelligence, but of course there are still many other ways to be explored.

We now encourage you to play a bit with the map you just created to familiarize more with the product, and explore the different functionalities.
For instance, you now could try to:

  • Choose another basemap
  • Use a selection tool to extract data from the map
  • Print the map to PDF

In the next guides, you will be able to go further and create richer maps by leveraging the wide set of functionalities proposed by Galigeo like:

  • Personalize the way your layers of information look like
  • Animate your data with the buit-in Time Series module
  • Create advanced geovisualizations, like Flows
  • Personalize the data infowindow to improve User Experience

Subscribe to our newsletter and stay tuned about Galigeo products and Location Intelligence