Loading go-apps/meep-vis/server/vis.go +2 −2 Original line number Diff line number Diff line Loading @@ -574,6 +574,8 @@ func predictedQosPost(w http.ResponseWriter, r *http.Request) { return } responseData := requestData // Both request and response have same data model for i, route := range requestData.Routes { if route.RouteInfo == nil { log.Error("Mandatory routeInfo parameter not present in routes") Loading Loading @@ -614,8 +616,6 @@ func predictedQosPost(w http.ResponseWriter, r *http.Request) { }) } responseData := requestData // Both request and response have same data model var geocoordinatesList gisClient.GeoCoordinateList geocoordinatesList.GeoCoordinates = geocoordinates powerResp, _, err := gisAppClient.GeospatialDataApi.GetGeoDataPowerValues(context.TODO(), geocoordinatesList) Loading Loading
go-apps/meep-vis/server/vis.go +2 −2 Original line number Diff line number Diff line Loading @@ -574,6 +574,8 @@ func predictedQosPost(w http.ResponseWriter, r *http.Request) { return } responseData := requestData // Both request and response have same data model for i, route := range requestData.Routes { if route.RouteInfo == nil { log.Error("Mandatory routeInfo parameter not present in routes") Loading Loading @@ -614,8 +616,6 @@ func predictedQosPost(w http.ResponseWriter, r *http.Request) { }) } responseData := requestData // Both request and response have same data model var geocoordinatesList gisClient.GeoCoordinateList geocoordinatesList.GeoCoordinates = geocoordinates powerResp, _, err := gisAppClient.GeospatialDataApi.GetGeoDataPowerValues(context.TODO(), geocoordinatesList) Loading