add vigilant photos, update reporting page

This commit is contained in:
Will Freeman
2024-10-13 17:38:18 -05:00
parent 964ed12845
commit 4417f86a7e
6 changed files with 67 additions and 25 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

View File

@@ -1,6 +1,6 @@
<template>
<div style="position: relative">
<v-btn @click="copyToClipboard" variant="plain" flat class="copy-button">
<v-btn @click="copyToClipboard" icon variant="plain" flat class="copy-button">
<v-icon>mdi-content-copy</v-icon>
</v-btn>
<code ref="codeContent">
@@ -23,7 +23,8 @@ function copyToClipboard() {
<style scoped>
code {
background-color: #f4f4f4;
background-color: rgb(33,33,33);
color: white;
padding: 0.5rem;
border-radius: 0.25rem;
display: block;

View File

@@ -42,30 +42,47 @@
Once you've found the location of the ALPR, click the <strong>Edit</strong> button in the top left corner of the page. This will open the OpenStreetMap editor, where you can add the ALPR to the map.
</p>
<v-img src="/edit-map.png" />
<v-img max-width="450" src="/edit-map.png" class="my-8" />
<p>
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 the following tags:
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>
<DFCode>
man_made=surveillance<br>
surveillance:type=ALPR<br>
camera:mount=pole<br>
camera:type=fixed<br>
surveillance=traffic<br>
surveillance:zone=traffic<br>
operator=Flock Safety<br>
operator:wikidata=Q108485435<br>
brand=Flock Safety<br>
brand:wikidata=Q108485435<br>
</DFCode>
<div class="d-flex flex-row w-100 justify-space-between mb-16">
<div style="flex: 1" class="mr-2">
<h3 class="text-center">Flock Safety</h3>
<DFCode>
man_made=surveillance<br>
surveillance:type=ALPR<br>
camera:mount=pole<br>
camera:type=fixed<br>
surveillance=traffic<br>
surveillance:zone=traffic<br>
brand=<span class="highlight">Flock Safety</span><br>
brand:wikidata=<span class="highlight">Q108485435</span><br>
</DFCode>
</div>
<div style="flex: 1" class="ml-2">
<h3 class="text-center">Motorola Solutions</h3>
<DFCode>
man_made=surveillance<br>
surveillance:type=ALPR<br>
camera:mount=pole<br>
camera:type=fixed<br>
surveillance=traffic<br>
surveillance:zone=traffic<br>
brand=<span class="highlight">Motorola Solutions</span><br>
brand:wikidata=<span class="highlight">Q634815</span><br>
</DFCode>
</div>
</div>
<v-img class="my-4" src="/paste-tags.png" />
<v-img max-width="450" class="my-8" src="/paste-tags.png" />
<h3>4. Adjust the Direction</h3>
<v-img src="/adjust-angle.png" />
<v-img max-width="450" class="my-8" src="/adjust-angle.png" />
<p>
If you know the direction that the ALPR is facing, you can use the up and down arrows to set the direction it faces.
@@ -117,4 +134,11 @@ code {
display: block;
margin-top: 0.5rem;
}
.highlight {
background-color: #0081ac;
padding: 0.15rem;
border-radius: 0.25rem;
font-weight: bold;
}
</style>

View File

@@ -9,7 +9,7 @@
Automated License Plate Readers (ALPRs) are cameras that capture images of all passing license plates, storing details like the car's location, date, and time. These cameras collect data on millions of vehicles—regardless of whether the driver is suspected of a crime. While these systems can be useful for tracking stolen cars or wanted individuals, they are mostly used to track the movements of innocent people.
</p>
<p>For a detailed explanation of how ALPRs are a threat to privacy, see this <a href="https://www.aclu.org/issues/privacy-technology/you-are-being-tracked" target="_blank">ACLU article on them</a>.</p>
<p>For a detailed explanation of how ALPRs are a threat to privacy, see this <a href="https://www.aclu.org/issues/privacy-technology/you-are-being-tracked" target="_blank">ACLU article</a> as well as this <a href="https://sls.eff.org/technologies/automated-license-plate-readers-alprs" target="_blank">EFF article</a> on ALPRs.</p>
<h2>Why Should You Be Concerned</h2>
<p>
@@ -44,16 +44,21 @@
<h2 id="not-alpr" :class="{ highlighted: route.hash === '#not-alpr' }">What They Look Like</h2>
<v-carousel class="my-4" hide-delimiters>
<v-carousel-item
v-for="n in carouselCount"
:key="n"
v-for="{ url, brand } in images"
:key="url"
aspect-ratio="1"
:src="`/flock-${n}.jpg`"
></v-carousel-item>
:src="url"
class="text-center"
>
<v-chip :rounded="false" color="warning" variant="elevated" size="x-large" style="position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%);">
<span class="font-weight-bold">Brand: <span class="text-uppercase">{{ brand }}</span></span>
</v-chip>
</v-carousel-item>
</v-carousel>
<p>
The most common brand of ALPRs in the US is <a href="https://en.wikipedia.org/wiki/Flock_Safety" target="_blank">Flock Safety</a>. They are easy to spot because they almost all look the same. They are almost always mounted on a pole with a solar panel on top. In rural areas, they are likely to be on standalone black poles, while in cities, they are more likely to be on existing utility/traffic poles. The cameras are often placed near intersections or on main roads at the edge of a city or town.
While <a href="https://en.wikipedia.org/wiki/Flock_Safety" target="_blank">Flock Safety</a> is a common brand of ALPRs in the US, there are several others, including <a href="https://en.wikipedia.org/wiki/Vigilant_Solutions" target="_blank">Vigilant Solutions</a>, owned by Motorola Solutions. Flock Safety ALPRs are easy to spot as they almost all look the same, typically mounted on poles with a solar panel on top. In rural areas, they are likely to be on standalone black poles, while in cities, they are more likely to be on existing utility or traffic poles. The cameras are often placed near intersections or on main roads at the edge of a city or town. Vigilant Solutions ALPRs, on the other hand, are typically mounted on traffic poles at or near intersections, with a distinctive white box mounted nearby.
</p>
<h2>Not All Cameras are ALPRs</h2>
@@ -87,7 +92,19 @@
import { useRoute } from 'vue-router';
const route = useRoute();
const carouselCount = 6;
const flockImageCount = 6;
const vigilantImageCount = 3;
const images = [
...Array.from({ length: flockImageCount }, (_, i) => ({
url: `/flock-${i + 1}.jpg`,
brand: 'flock'
})),
...Array.from({ length: vigilantImageCount }, (_, i) => ({
url: `/vigilant-${i + 1}.jpg`,
brand: 'vigilant'
}))
];
</script>
<style scoped>