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' })) ];