Hey! This content applies only to previous CARTO products

Please check if it's relevant to your use case. On October 2021 we released a new version of our platform.
You can learn more and read the latest documentation at docs.carto.com

Questions  /  Building Maps  /  Cartography

How can I represent overlapping geometries located at the same position

Learn some workarounds to show overlapping geometries (i.e. points) in CARTO.

There are many solutions to solve the “overlapping points problem” in CARTO Builder. Points can be aggregated using hexbin, square, or administrative regions styling methods and intersect analysis, or group them, getting the centroids by categories or geometries. More complicated hacks, involving SQL and CartoCSS involve stacking them as casino chips and aggregating them using json_agg PostgreSQL function.