Skip to content

Commit a694a1b

Browse files
authored
Change default to true for diagonalLabel (#52)
1 parent 1dd4afb commit a694a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/gridsuite/studyconfig/server/entities/NetworkVisualizationParamEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class NetworkVisualizationParamEntity {
4747
private String mapBaseMap = "mapbox";
4848

4949
@Column(name = "diagonal_label")
50-
private Boolean diagonalLabel = false;
50+
private Boolean diagonalLabel = true;
5151

5252
@Column(name = "center_label")
5353
private Boolean centerLabel = false;

0 commit comments

Comments
 (0)