Skip to content

Commit

Permalink
Change default data visibility to false
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcth committed Feb 20, 2024
1 parent af3dac8 commit 8c7e722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ export const mapElements: Dictionary<MapElement> = {
color: colors["other-building"],
dark_color: colors["dark-other-building"],
type: "data",
checked: true,
checked: false,
stroke: 0,
},
};

0 comments on commit 8c7e722

Please sign in to comment.