Add flight route map; algorithm for picking from multiple nav points; some tests
This commit is contained in:
@@ -120,7 +120,7 @@ class PirepController extends Controller
|
||||
return redirect(route('frontend.pirep.index'));
|
||||
}
|
||||
|
||||
$coords = $this->geoSvc->getRouteCoordsGeoJSON($pirep);
|
||||
$coords = $this->geoSvc->pirepGeoJson($pirep);
|
||||
|
||||
return $this->view('pireps.show', [
|
||||
'pirep' => $pirep,
|
||||
|
||||
Reference in New Issue
Block a user