[Yandex Cloud documentation](../../index.md) > [Yandex DataLens](../index.md) > Charts > [Visualization reference](index.md) > Map > Point map

# Point map ![](../../_assets/datalens/heatmap.svg) in Yandex DataLens

Each point is plotted by its geographic coordinates.

+ **Point size**

    Point size can represent the value of the measure: the bigger the point, the higher the value. This map type can also called the bubble map.

+ **Point color**

    Different points colors mean that the points belong to different categories. Color intensity represents the value of the measure.

This map type is used to monitor the territorial distribution of points. For example, you can use the point map to plot stores and highlight the group of higher-profit ones.

![point-chart](../../_assets/datalens/visualization-ref/point-chart/point-chart.png =800x)

## Wizard sections {#wizard-sections}

Wizard<br/> section| Description
----- | ----
Points (Geopoints) | Measure of the [Geopoint](../dataset/data-types.md#geopoint) type
Point size | Measure. Sets point size depending on the measure value.
Colors | Dimension or measure. Affects the intensity of point fill.
Labels | Measure. Displayed as text on a point. When used, point size control is blocked.
Tooltips | Dimension or measure. A tooltip that appears when you hover over a point. For `String` type fields, you can configure using basic [Markdown in Yandex DataLens](../dashboard/markdown.md) syntax: click the icon before the field name and enable **Markdown**.
Layer filters | Dimension or measure. Used as a filter for the current layer.
Filters | Dimension or measure. Used as a filter for the entire chart.

## Creating a point map {#create-diagram}


{% note warning %}

If you use the new DataLens object model with [workbooks and collections](../workbooks-collections/index.md):


1. Go to the DataLens [home page](https://datalens.ru/?skipPromo=true). In the left-hand panel, select ![collections](../../_assets/console-icons/rectangles-4.svg) **Collections and workbooks**.


1. Open the workbook, click **Create** in the top-right corner, and select the object you need.

Follow the guide from step 4.

{% endnote %}


1. Go to the DataLens [home page](https://datalens.ru/?skipPromo=true).
1. In the left-hand panel, select ![chart](../../_assets/console-icons/chart-column.svg) **Charts**.
1. Click **Create chart** → **Chart**.
1. At the top left, click ![image](../../_assets/console-icons/circles-intersection.svg) **Select dataset** and specify the dataset to visualize. If you do not have a dataset, [create one](../dataset/create-dataset.md#create).
1. Select **Map** for the chart type.
1. Select the **Points (Geopoints)** layer type.
1. Drag a dimension of the [Geopoint](../dataset/data-types.md#geopoint) type from the dataset to the layer type selection section.
1. Set the size of the points displayed on the point map. Drag a measure to the **Point size** section or click ![image](../../_assets/console-icons/gear.svg) in the line with the section name.
1. Color the points on the map. Move the measure or dimension to the **Colors** section.
1. Add tooltips to show the dimension and measure values when hovering over a point.

{% note info %}
              
You can show a particular area on the map using the **Center** and **Scale** [settings](../concepts/chart/settings.md#common-settings).
          
{% endnote %}

You can also:

* Add, rename, and delete a layer.
* Reorder the layers within a layer type.
* Apply a filter to the entire chart or one layer.

## Recommendations {#recomendations}

* Use color palettes corresponding to the goals and objectives of visualization.
* If the points are too clustered, lower their opacity. This will help you see where data intersects.


## Use cases {#examples}

* [Analyzing sales and locations of pizzerias based on data from a ClickHouse® database and the DataLens Gallery](../tutorials/data-from-ch-to-geolayers-visualization.md)
* [Geocoding with the Yandex Maps API for data visualization in DataLens](../tutorials/data-from-ch-geocoder.md)


#### Useful links {#see-also}

* [Creating a dashboard in Yandex DataLens](../operations/dashboard/create.md)
* [Adding a chart to a dashboard in Yandex DataLens](../operations/dashboard/add-chart.md)
* [Adding a selector to a dashboard in Yandex DataLens](../operations/dashboard/add-selector.md)