From b5dc9c0a567669fa1d96b243b6c618dec32c3e29 Mon Sep 17 00:00:00 2001
From: Will Freeman
Date: Tue, 29 Oct 2024 20:44:33 -0600
Subject: [PATCH] update reporting, update vigilant name
---
webapp/src/views/ReportView.vue | 13 ++++++++++++-
webapp/src/views/WhatIsAnALPRView.vue | 2 +-
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/webapp/src/views/ReportView.vue b/webapp/src/views/ReportView.vue
index 2a4c53f..dfcdd8e 100644
--- a/webapp/src/views/ReportView.vue
+++ b/webapp/src/views/ReportView.vue
@@ -48,7 +48,7 @@
To add the ALPR, click the Point button in the top left corner of the editor, then click on the location of the ALPR on the map. In the popup that appears, paste one of the following sets of tags based on the brand of the ALPR:
-
+
Flock Safety
@@ -78,6 +78,17 @@
+
+
+ If you've located an ALPR that isn't from Flock Safety or Motorola Solutions, you can still add it to OpenStreetMap. Just use the tags above and replace the brand name and Wikidata ID with the correct information.
+
+
+
4. Adjust the Direction
diff --git a/webapp/src/views/WhatIsAnALPRView.vue b/webapp/src/views/WhatIsAnALPRView.vue
index 770c061..dc19f9d 100644
--- a/webapp/src/views/WhatIsAnALPRView.vue
+++ b/webapp/src/views/WhatIsAnALPRView.vue
@@ -99,7 +99,7 @@ const images = [
})),
...Array.from({ length: vigilantImageCount }, (_, i) => ({
url: `/vigilant-${i + 1}.jpg`,
- brand: 'vigilant'
+ brand: 'motorola'
}))
];