Skip to content

Geo Map

In this chapter we are going to walk you through how you can create geographical visualizations using the Anlytic platform's Geo Map feature.

Geo Maps are powerful tools for visualizing location-based data, allowing you to display patterns, trends, and distributions across geographical areas. Whether you're analyzing sales by region, tracking logistics routes, or visualizing population density, geo maps provide an intuitive way to understand spatial relationships in your data.

Overview

The Geo Map chart type supports multiple visualization styles:

  • Point-based visualizations - Display individual data points on a map using scatter plots or heatmap layers
  • Path and Arc visualizations - Show connections and routes between locations
  • Custom geographical layers - Visualize polygons and custom geographical boundaries

Before creating a geo map, you need to ensure your data includes geographical information. This can be in the form of coordinates (latitude/longitude) or geographical labels that are mapped to coordinate data.

Setting Up Geographical Data

Marking Columns as Geographical Labels

To use geographical data in your visualizations, you first need to configure your data columns with geographical metadata:

  1. Navigate to Data Management in the sidebar and select Data Sources.

  2. Choose the data source that contains your geographical data and click on Metadata.

  3. Locate the column that contains geographical information (such as country names, city names, or region codes).

  4. In the metadata configuration for that column, you'll see an option Mark as geographical label. Enable this checkbox.

  5. Once enabled, additional mapping options will appear:

Standard Mapping:
- Select Geo column
- Choose the system geographical column that contains the coordinate data (e.g., "Countries", "US States", "World Cities")
- Select Label column
- Choose the column in the geo dataset that matches your data (e.g., country names, state codes)

Map via ID (Advanced):
- Toggle Map via id if you want to map using an identifier column
- Select ID column
- Choose the column in your data that contains the unique identifier
- Select Geo column
- Choose the geographical system column
- Select Reference column
- Choose the column in the geo dataset that matches your ID

  1. Click Deploy to save the geographical mapping configuration.

alt text

This configuration allows the platform to automatically convert your geographical labels into coordinates that can be displayed on a map.

Understanding Geographical Data Types

The platform supports two main types of geographical data:

  1. Point Data (Coordinates)
  2. Latitude and longitude values that represent specific locations
  3. Polygon Data (Boundaries)
  4. Geographical shapes that represent areas like countries, states, or custom regions

When you mark a column as a geographical label, the system automatically determines the appropriate data type and provides the correct visualization options.

How to Create a Geo Map?

1. Configure your Workbook

  1. Open your dashboard, switch to Edit mode, then click add container.
  2. Select Data visualization and click Create to open the chart builder.
  3. Choose a dataset from the catalog panel and double-click the column names you want to use. The selected columns will appear in the Workbook.

3. Configure your chart

  1. Open your dashboard, switch to Edit mode, and add a new visualization container.
  2. Select Data visualization and click Create to open the chart builder.
  3. Choose a dataset from the catalog and verify that Workbook filters have been applied correctly.
  4. In the General section, set the chart title, description, and select the Geomap chart type.
  5. In the Data section, choose the datasheet, select the Label field, assign the Data (geo identifier), and configure Custom Geometry if needed.
  6. In Display options, configure map styling such as enabling the map background, toggling dark mode, adjusting opacity, selecting color gradients, and optionally enabling 3D extrusion with elevation scale controls.

4. Save the chart

Once all configurations are complete:
1. Review the chart preview to ensure it reflects the correct filtered Workbook data.
2. Click Create visualization in the top-right corner.
3. The chart will be saved and added to your dashboard, where you can resize or reposition it as needed.

alt text

How to Edit a Geo Map?

Follow these steps to edit an existing geo map:

  1. Hover over the geo map container on your dashboard. Three dots will appear in the top right corner of the chart container. Click on the three dots to open the options menu.

  2. Click on Edit from the options menu. This will take you to the chart builder with your current configuration loaded.

  3. Make changes to your data, layer type, or display options:

  4. Switch between different layer types to see different visualizations
  5. Adjust colors, sizes, and opacity settings
  6. Add or remove data fields
  7. Modify filters to focus on specific regions or data points

  8. After making your changes, click Update visualization in the top-right corner of the page. Your updated geo map will be saved and displayed on the dashboard.

alt text

How to Delete a Geo Map?

Follow these steps to delete a geo map:

  1. Hover over the geo map container on your dashboard. Three dots will appear in the top right corner of the chart container. Click on the three dots to open the options menu.

  2. Click on Delete from the options menu.

  3. A confirmation dialog will appear. Click Delete to confirm your choice. Your geo map will be permanently removed from the dashboard.

alt text

Advanced Geo Map Features

Applying Filters to Geo Maps

Like other visualizations, you can apply filters to geo maps to focus on specific regions or data subsets:

  1. In the chart builder, click on a column in the Data tab to apply a filter.

  2. Configure the filter criteria (e.g., show only specific countries, date ranges, or value thresholds).

  3. The map will update to show only the filtered data points.

Filters are particularly useful for geo maps when you want to: - Zoom in on specific geographical regions - Filter by time periods to show temporal changes - Display only data points that meet certain criteria

Using Aggregates with Geo Maps

You can apply aggregates to columns before using them in geo maps:

  1. In the Data tab, click the three dots next to a numeric column.

  2. Select an aggregate function (Sum, Avg, Count, etc.).

  3. The aggregated column will appear in your Data tab and can be used for the Size or Color fields in your geo map.

This is useful for creating maps that show summarized data, such as total sales by city or average temperatures by region.

Interactive Map Features

When viewing a geo map on your dashboard:

  • Pan - Click and drag to move around the map
  • Zoom - Use the mouse wheel or pinch gesture to zoom in and out
  • Hover - Hover over data points to see detailed information in tooltips
  • Full screen - Click the full-screen icon to expand the map for detailed exploration

Tips for Effective Geo Maps

  1. Choose the Right Layer Type - Use scatterplot for individual locations, heatmap for density visualization, and path/arc layers for showing connections.

  2. Configure Geographical Metadata Properly - Ensure your geographical labels are correctly mapped to coordinate data for accurate positioning.

  3. Use Color and Size Meaningfully - Leverage the color and size fields to encode additional dimensions of data on your map.

  4. Adjust Opacity for Overlapping Points - When you have many overlapping points, reducing opacity helps reveal the density of data.

  5. Test Different Map Themes - Try both light and dark map themes to see which provides better contrast for your data.

  6. Apply Filters for Regional Focus - Use filters to create multiple maps focused on different regions or time periods.

  7. Consider Data Volume - Geo maps with thousands of points may perform better with heatmap layers than scatterplot layers.

Common Use Cases

Geo maps are ideal for visualizing:

  • Sales Performance by Region - Show sales metrics across geographical territories
  • Store or Branch Locations - Display the distribution of physical locations
  • Logistics and Shipping Routes - Visualize transportation paths and connections
  • Demographic Analysis - Show population, income, or other demographic patterns
  • Event Tracking - Display the locations and distribution of events over time
  • Resource Distribution - Visualize the allocation of resources across regions
  • Customer Geography - Understand where your customers are located

By mastering geo maps, you can unlock powerful spatial insights from your data and create compelling visualizations that help stakeholders understand geographical patterns and trends.

In the next section, we'll explore filters to help you interactively control what data is displayed across your dashboards.