From 8c7e722645b7e58a8ff42fa58616d9f7fcac2b82 Mon Sep 17 00:00:00 2001 From: Mladen Gibanica <11275336+mgcth@users.noreply.github.com> Date: Tue, 20 Feb 2024 17:40:51 +0100 Subject: [PATCH] Change default data visibility to false --- src/config.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.tsx b/src/config.tsx index bd3e90c..730a163 100644 --- a/src/config.tsx +++ b/src/config.tsx @@ -429,7 +429,7 @@ export const mapElements: Dictionary = { color: colors["other-building"], dark_color: colors["dark-other-building"], type: "data", - checked: true, + checked: false, stroke: 0, }, };