Skip to content

Commit

Permalink
Only default AIS profile available
Browse files Browse the repository at this point in the history
  • Loading branch information
panaaj committed May 15, 2021
1 parent 291e3f5 commit 1f27833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/modules/settings/settings.facade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class SettingsFacade {
resourcePaths: [],
aisTimeouts: new Map( [ [60000,'1 min'],[120000,'2 min'],[180000,'3 min'],[360000,'6 min'],[540000,'9 min'] ]),
aisMaxRadius: new Map( [ [0,'None'],[10000,'5 NM (10km)'],[20000,'10 NM (20km)'],[30000,'15 NM (30km)'],[40000,'20 NM (40km)'],[50000,'25 NM (50km)'],[75000,'40 NM (75km)'],[100000,'55 NM (100km)'] ]),
aisProfiles: new Map( [ [0,'Default'],[1,'Navigation'] ])
aisProfiles: new Map( [ [0,'Default'] ] ) //,[1,'Navigation'] ])
}

alarmOptions= {
Expand Down

0 comments on commit 1f27833

Please sign in to comment.