From ba7c2bd7d905c17542d8cfdc562f081d52bc4234 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Benecke Date: Wed, 14 May 2025 11:28:09 +0200 Subject: [PATCH] Add new `cluster` option to map card (#39019) --- source/_dashboards/map.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_dashboards/map.markdown b/source/_dashboards/map.markdown index e16e352197a..27197ccdb2a 100644 --- a/source/_dashboards/map.markdown +++ b/source/_dashboards/map.markdown @@ -102,6 +102,11 @@ hours_to_show: description: Shows a path of previous locations. Hours to show as path on the map. type: integer default: 0 +cluster: + required: false + description: 'When set to `false`, the map will not cluster the markers. This is useful when you want to see all markers at once, but it may cause performance issues with a large number of markers.' + type: boolean + default: true {% endconfiguration %} {% important %}