revert shitty layout, use cdn for vendors (new ones coming soon)

This commit is contained in:
Will Freeman
2026-01-16 23:42:14 -07:00
parent 67eae25a1a
commit 73269f45b0
39 changed files with 294 additions and 375 deletions
+8 -5
View File
@@ -6,9 +6,12 @@ export interface ALPR {
type: string;
};
export interface WikidataItem {
name?: string;
nickname: string;
wikidata?: string;
exampleImage: string|undefined;
export interface LprVendor {
id: number;
shortName: string;
fullName: string;
identificationHints?: string;
urls: Array<{ url: string }>;
logoUrl?: string;
osmTags: Record<string, string>;
}