From e2adbf85ad89595c177027536a6a0d1fe623e3d1 Mon Sep 17 00:00:00 2001 From: stopflock Date: Sat, 16 Aug 2025 20:00:19 -0500 Subject: [PATCH] Make default profile less specific --- lib/models/camera_profile.dart | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/models/camera_profile.dart b/lib/models/camera_profile.dart index 0804856..e27ac69 100644 --- a/lib/models/camera_profile.dart +++ b/lib/models/camera_profile.dart @@ -20,10 +20,7 @@ class CameraProfile { name: 'Generic Flock', tags: const { 'man_made': 'surveillance', - 'surveillance': 'public', - 'surveillance:zone': 'traffic', - 'surveillance:type': 'ALPR', // left for backward compatibility — you may want to revisit per OSM best practice - 'camera:type': 'fixed', + 'surveillance:type': 'ALPR', 'manufacturer': 'Flock Safety', 'manufacturer:wikidata': 'Q108485435', },