From f8726880d741cd0bf949d598402a0e79810a1903 Mon Sep 17 00:00:00 2001 From: stopflock Date: Thu, 28 Aug 2025 13:18:10 -0500 Subject: [PATCH] more tags on builtin profiles --- lib/models/camera_profile.dart | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/models/camera_profile.dart b/lib/models/camera_profile.dart index 210b757..d1ae17f 100644 --- a/lib/models/camera_profile.dart +++ b/lib/models/camera_profile.dart @@ -31,7 +31,9 @@ class CameraProfile { name: 'Flock', tags: const { 'man_made': 'surveillance', + 'surveillance': 'public', 'surveillance:type': 'ALPR', + 'surveillance:zone': 'traffic', 'camera:type': 'fixed', 'manufacturer': 'Flock Safety', 'manufacturer:wikidata': 'Q108485435', @@ -45,7 +47,9 @@ class CameraProfile { name: 'Motorola/Vigilant', tags: const { 'man_made': 'surveillance', + 'surveillance': 'public', 'surveillance:type': 'ALPR', + 'surveillance:zone': 'traffic', 'camera:type': 'fixed', 'manufacturer': 'Motorola Solutions', 'manufacturer:wikidata': 'Q634815', @@ -59,7 +63,9 @@ class CameraProfile { name: 'Genetec', tags: const { 'man_made': 'surveillance', + 'surveillance': 'public', 'surveillance:type': 'ALPR', + 'surveillance:zone': 'traffic', 'camera:type': 'fixed', 'manufacturer': 'Genetec', 'manufacturer:wikidata': 'Q30295174', @@ -73,7 +79,9 @@ class CameraProfile { name: 'Leonardo/ELSAG', tags: const { 'man_made': 'surveillance', + 'surveillance': 'public', 'surveillance:type': 'ALPR', + 'surveillance:zone': 'traffic', 'camera:type': 'fixed', 'manufacturer': 'Leonardo', 'manufacturer:wikidata': 'Q910379', @@ -87,7 +95,9 @@ class CameraProfile { name: 'Neology', tags: const { 'man_made': 'surveillance', + 'surveillance': 'public', 'surveillance:type': 'ALPR', + 'surveillance:zone': 'traffic', 'camera:type': 'fixed', 'manufacturer': 'Neology, Inc.', },