diff --git a/webapp/public/toll-camera.jpg b/webapp/public/toll-camera.jpg
new file mode 100644
index 0000000..7e81b8b
Binary files /dev/null and b/webapp/public/toll-camera.jpg differ
diff --git a/webapp/src/App.vue b/webapp/src/App.vue
index 488dcc3..3b82297 100644
--- a/webapp/src/App.vue
+++ b/webapp/src/App.vue
@@ -17,8 +17,9 @@ const items = [
{ title: 'Known Operators', icon: 'mdi-police-badge', to: '/operators' },
{ title: 'About', icon: 'mdi-information', to: '/about' },
{ title: 'Contact', icon: 'mdi-email', to: '/contact' },
- { title: 'Feature Roadmap', icon: 'mdi-road-variant', to: '/roadmap' },
- { title: 'GitHub', icon: 'mdi-github', href: 'https://github.com/frillweeman/deflock'}
+ // { title: 'Feature Roadmap', icon: 'mdi-road-variant', to: '/roadmap' },
+ { title: 'GitHub', icon: 'mdi-github', href: 'https://github.com/frillweeman/deflock'},
+ { title: 'Donate', icon: 'mdi-heart', href: 'https://github.com/sponsors/frillweeman'}
]
const drawer = ref(false)
@@ -64,6 +65,7 @@ watch(() => theme.global.name.value, (newTheme) => {
link
:to="item.to"
:href="item.href"
+ :target="{ '_blank': item.href }"
>
- Not all cameras near roads are ALPRs. Many people mistakenly assume that every traffic camera or intersection camera is an ALPR, but that's not true. Here are some things ALPRs are not: + Not all cameras near roads are ALPRs operated by law enforcement. Many people mistakenly assume that every traffic camera or intersection camera is an ALPR, but the reality is more nuanced. Here are some common types of cameras you might see near roads:
These cameras are set up to capture violations, such as running a red light or speeding. They may record plate numbers when a violation is detected, but they do not perform continuous surveillance or collect location data over time.
Cameras used by businesses or homeowners for security purposes may capture vehicles incidentally, but they are not specifically designed to automatically read and record license plates.
+Cameras on toll roads are used to capture license plates for billing purposes. They are not designed to track vehicles or store data beyond the transaction.