Update node page layout

This commit is contained in:
nymkappa
2022-08-23 16:26:01 +02:00
parent 7babc82f5d
commit c4914c2ced
6 changed files with 23 additions and 148 deletions

View File

@@ -165,7 +165,7 @@ export class NodesChannelsMap implements OnInit {
if (this.style === 'nodepage' && thisNodeGPS) {
this.center = [thisNodeGPS[0], thisNodeGPS[1]];
this.zoom = 10;
this.zoom = 5;
this.channelWidth = 1;
this.channelOpacity = 1;
}