Add flight route map; algorithm for picking from multiple nav points; some tests
This commit is contained in:
@@ -20,7 +20,9 @@ class Navdata extends Model
|
||||
];
|
||||
|
||||
public $casts = [
|
||||
'id' => 'string',
|
||||
'type' => 'integer',
|
||||
'id' => 'string',
|
||||
'type' => 'integer',
|
||||
'lat' => 'float',
|
||||
'lon' => 'float',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user