Skip to content

Point Map

Point Map is ideal for geographic analysis and visualization of spatial data. 🚀



This chart is suitable for:

  • Visualization of Spatial Distribution – Shows how objects are located on a map.
  • Comparing Point Concentration – Allows seeing where the highest or lowest data density is.
  • Geographic Analysis – Helps identify patterns in the distribution of phenomena.

Typical Use Cases:

  • Location of Stores, Branches, ATMs
  • Tracking Locations of Crimes, Accidents, or Fires
  • User Geolocation for Services (e.g., taxi or delivery)

Types

  • Point
  • Polygonal
  • Cluster

yml Configuration example
yml
type: map
title: Сади та теплиці
layers: [{ id:1, url:3333 }]
data:
  table: demo.parcel_object # Назва таблиці
  query: 1=1 # Запит

  metrics: # Розмір точки
    - obj_area
  color: object_type # color
  clusterZoom: 15
  columns: # додаткові колонки
    - name: obj_area
      title: Площа
    - object_type