Point

In CARTO Builder, the Point layer visualization option allows you to render and style point features on your map. This layer type offers various advanced styling options to enhance the visual representation of your data such as creating heatmap or grid visualizations dynamically from your original source.

Visualization

You have different visualization options when it comes to point data. Using this functionality, we allow users to dynamically aggregate the original source to:

  • Grid : Aggregated geometry into grid cells.

  • H3: Aggregated geometry into hexagonal bins.

  • Heatmap: Aggregated geometry by density.

  • Cluster: Aggregated geometry into circles.

Within the Advanced visualization options , you can access Zoom Visibility to define the range at which your layer should be visualized. This ensures that your lines are displayed at appropriate zoom levels, improving the clarity and relevance of your map.

If your data source contains identical geometries with varying attributes (e.g., weather stations or buildings), you can use the Aggregate by geometry functionality to aggregate your layer based on a distinct spatial column. Learn more in this section.

Symbol

When configuring your point layer symbol, you either use a simple point shape to render your point layer or you can use a custom marker .

Customer markers allows you to set an icon or an image as a marker in your map, either a single marker or use multiple markers by property. Out-of-the-box options from Maki icons collection is readily available. Additionally, you can upload a custom .png or .svg file to be used as marker in the map.

You can modify the Radius/Size of your symbol using a simple slider when set to fixed, or by defining a radius range when configured by a property.

Fill

In this section you can define Color that will be used to fill your point symbol. You can set a simple color or use a color schema based on a given property to add depth and meaning to your lines. Additionally, you can adjust the fill opacity to your desired percentage for better visual effects.

When configuring either the color based on a property, you can access Advanced fill options to set the color scale. This allows for a more granular and informative visualization.

Stroke

The stroke of your line layer can be customized in various ways to suit your visualization needs:

  • Stroke Color: Set a simple color or use a color schema based on a given property to add depth and meaning to your lines. Additionally, you can adjust the stroke opacity to your desired percentage for better visual effects.

  • Stroke Weight: Define the stroke weight as either a fixed value or based on a given property. You can modify the stroke weight using a simple slider when set to fixed, or by defining a weight range when configured by a property.

When configuring either the stroke color or stroke weight based on a property, you can access Advanced stroke options to set the color scale or weight scale. This allows for a more granular and informative visualization.

Labels

You can add labels for your point layer visualization. It can be either single label or double label. You can style and set the label size as well as configuring the placement of the label.

Using _carto_point_density attribute

When working with point dynamic tiling sources in Builder, points are automatically aggregated for optimal visualization. The closer you zoom into the map, the more granular the view becomes, showing individual points.

In Builder, you can now leverage the automatically added _carto_point_density property to style the radius, fill and stroke of your layer based on the number of points aggregated at each visible point.

Last updated

Was this helpful?