From eca227032d9b0781d69fab499e2e7fe9844b3da1 Mon Sep 17 00:00:00 2001 From: stopflock Date: Wed, 10 Dec 2025 15:48:21 -0600 Subject: [PATCH] fix camera:mount tags on default profiles --- lib/models/node_profile.dart | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/models/node_profile.dart b/lib/models/node_profile.dart index d798fc7..eef8165 100644 --- a/lib/models/node_profile.dart +++ b/lib/models/node_profile.dart @@ -30,7 +30,6 @@ class NodeProfile { tags: const { 'man_made': 'surveillance', 'surveillance:type': 'ALPR', - 'camera:mount': '', // Empty value for refinement }, builtin: true, requiresDirection: true, @@ -82,8 +81,7 @@ class NodeProfile { 'surveillance:type': 'ALPR', 'surveillance:zone': 'traffic', 'camera:type': 'fixed', - 'camera:mount': '', // Empty for refinement - 'surveillance:brand': '', // Empty for refinement + 'camera:mount': '', // Empty value for refinement 'manufacturer': 'Genetec', 'manufacturer:wikidata': 'Q30295174', }, @@ -101,6 +99,7 @@ class NodeProfile { 'surveillance:type': 'ALPR', 'surveillance:zone': 'traffic', 'camera:type': 'fixed', + 'camera:mount': '', // Empty value for refinement 'manufacturer': 'Leonardo', 'manufacturer:wikidata': 'Q910379', }, @@ -118,6 +117,7 @@ class NodeProfile { 'surveillance:type': 'ALPR', 'surveillance:zone': 'traffic', 'camera:type': 'fixed', + 'camera:mount': '', // Empty value for refinement 'manufacturer': 'Neology, Inc.', }, builtin: true, @@ -134,6 +134,7 @@ class NodeProfile { 'surveillance:type': 'ALPR', 'surveillance:zone': 'traffic', 'camera:type': 'fixed', + 'camera:mount': '', // Empty value for refinement 'manufacturer': 'Rekor', }, builtin: true, @@ -150,6 +151,7 @@ class NodeProfile { 'surveillance:type': 'ALPR', 'surveillance:zone': 'traffic', 'camera:type': 'fixed', + 'camera:mount': '', // Empty value for refinement 'manufacturer': 'Axis Communications', 'manufacturer:wikidata': 'Q2347731', },