LogoLogo
LoginGo to website
English
  • Plattform
  • API
English
  • Getting started
    • First steps
    • Login
  • Navigation
    • Sidebar
    • Path navigation
    • Home
    • Resources
  • Account management
    • Account
    • Profile
    • Security and access
    • Personal Access Key (PAK)
    • Notifications
  • Organization management
    • General
    • Members
    • Groups
    • Tags
    • Connect
  • Workspaces
  • Solutions
  • Datasets
    • Create dataset
    • Explore dataset
    • Upload data
    • Export data
    • Manage dataset
  • Insights
    • Create insight
    • Aggregation
    • Filters
    • SQL Editor
    • Visualization
      • Table chart
      • Line chart
      • Bar chart
      • Pie chart
      • Single number
      • Maps
        • JSON and GeoJSON
        • Create a map
    • Joins
      • Basics
      • Joins in insights
    • Manage insights
  • Reports
    • Create reports
    • Manage reports
  • Forms (soon)
  • Documentation
  • Roles and permissions
    • Roles
    • Permissions
    • Permission matrix
  • Security and data protection
    • Trust Center
    • Security measures
    • Data protection
    • Hosting
  • Help and support
Bereitgestellt von GitBook
Auf dieser Seite
  • Understanding geographic data formats
  • Create a map visualization
  • Good to know

War das hilfreich?

Als PDF exportieren
  1. Insights
  2. Visualization

Maps

Create map visualizations using geographic data.

VorherigeSingle numberNächsteJSON and GeoJSON

Zuletzt aktualisiert vor 6 Tagen

War das hilfreich?

To create a map chart in the Polyteia Platform, your data needs to include geographic locations—either as shapes (polygons) or points (coordinates). This overview explains how geographic data is structured (JSON and GeoJSON), and how to use it to create map visualizations.

Understanding geographic data formats

  • JSON is a general format for structured data. It can include coordinates, but isn't automatically recognized as geographic unless the structure follows GeoJSON rules.

  • GeoJSON is a special format for map shapes. It defines points, lines, and polygons using type and coordinates fields.

  • The Polyteia Platform automatically detects GeoJSON features and converts them into a geometry column (geom) that can be used in map charts.\

Create a map visualization

Once your dataset contains a geometry column, you can visualize it using the Maps chart type. The process includes:

  1. Uploading a .geojson or properly structured .json file.

  2. Joining other datasets (e.g. metrics, labels) using a shared key.

  3. Selecting the right columns (geometry, label, value).

  4. Choosing a layer:

    • Areas – color-coded shapes (e.g. districts).

    • Scatter – individual points (e.g. hotels).

    • Heatmap – density visualization of point data.

Good to know

  • Geometry columns must contain valid point or polygon data.

  • Joins must use clean and matching values (e.g. district name or ID).

  • You can add one or more layers, each with its own settings and legend.

  • The Polyteia Platform supports automatic clustering and tooltips for interactivity.

→ See:

→ See:

Understanding JSON and GeoJSON
Create a map