mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-07-15 16:27:21 +02:00
show field of view, display tags in tabular form
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export interface ALPR {
|
||||
id: string;
|
||||
lat: number;
|
||||
lon: number;
|
||||
tags: Record<string, string>;
|
||||
type: string;
|
||||
};
|
||||
Reference in New Issue
Block a user