Loading go-packages/meep-vis-traffic-mgr/traffic-mgr.go +6 −0 Original line number Diff line number Diff line Loading @@ -912,6 +912,12 @@ func (tm *TrafficMgr) PopulatePoaLoad(poaNameList []string, gpsCoordinates [][]f return err } if _, ok := categoriesLoads[category]; !ok { err = errors.New("Category " + category + " not present in the categories table") log.Error(err.Error()) return err } err = tm.CreatePoaLoad(poaName, category) if err != nil { log.Error(err.Error()) Loading Loading
go-packages/meep-vis-traffic-mgr/traffic-mgr.go +6 −0 Original line number Diff line number Diff line Loading @@ -912,6 +912,12 @@ func (tm *TrafficMgr) PopulatePoaLoad(poaNameList []string, gpsCoordinates [][]f return err } if _, ok := categoriesLoads[category]; !ok { err = errors.New("Category " + category + " not present in the categories table") log.Error(err.Error()) return err } err = tm.CreatePoaLoad(poaName, category) if err != nil { log.Error(err.Error()) Loading