update reporting, update vigilant name

This commit is contained in:
Will Freeman
2024-10-29 20:44:33 -06:00
parent 86b867eac2
commit b5dc9c0a56
2 changed files with 13 additions and 2 deletions

View File

@@ -48,7 +48,7 @@
To add the ALPR, click the <strong>Point</strong> 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:
</p>
<div class="d-flex flex-row w-100 justify-space-between mb-16">
<div class="d-flex flex-row w-100 justify-space-between">
<div style="flex: 1" class="mr-2">
<h3 class="text-center">Flock Safety</h3>
<DFCode>
@@ -78,6 +78,17 @@
</div>
</div>
<v-alert
variant="tonal"
type="info"
class="my-6 mb-16"
title="Don't see the brand?"
>
<p>
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.
</p>
</v-alert>
<v-img max-width="450" class="my-8" src="/paste-tags.png" />
<h3>4. Adjust the Direction</h3>

View File

@@ -99,7 +99,7 @@ const images = [
})),
...Array.from({ length: vigilantImageCount }, (_, i) => ({
url: `/vigilant-${i + 1}.jpg`,
brand: 'vigilant'
brand: 'motorola'
}))
];
</script>