Loading go-apps/meep-vis/sbi/vis-sbi.go +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ func Init(cfg SbiCfg) (err error) { log.Info("Connected to GIS Cache") // Connect to VIS Traffic Manager sbi.trafficMgr, err = tm.NewTrafficMgr(moduleName, sbi.sandboxName, postgisUser, postgisPwd, "", "") sbi.trafficMgr, err = tm.NewTrafficMgr(sbi.moduleName, sbi.sandboxName, postgisUser, postgisPwd, "", "") if err != nil { log.Error("Failed connection to VIS Traffic Manager: ", err) return err Loading Loading
go-apps/meep-vis/sbi/vis-sbi.go +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ func Init(cfg SbiCfg) (err error) { log.Info("Connected to GIS Cache") // Connect to VIS Traffic Manager sbi.trafficMgr, err = tm.NewTrafficMgr(moduleName, sbi.sandboxName, postgisUser, postgisPwd, "", "") sbi.trafficMgr, err = tm.NewTrafficMgr(sbi.moduleName, sbi.sandboxName, postgisUser, postgisPwd, "", "") if err != nil { log.Error("Failed connection to VIS Traffic Manager: ", err) return err Loading