diff --git a/webapp/src/App.vue b/webapp/src/App.vue index 1eb10e9..08c0a7c 100644 --- a/webapp/src/App.vue +++ b/webapp/src/App.vue @@ -45,7 +45,6 @@ const items = [ const contributeItems = [ { title: 'Submit Cameras', icon: 'mdi-map-marker-plus', to: '/report/id' }, { title: 'Public Records', icon: 'mdi-file-document', to: '/foia' }, - { title: 'Wardriving', icon: 'mdi-car-connected', to: '/wardriving' }, ] const metaItems = [ diff --git a/webapp/src/router/index.ts b/webapp/src/router/index.ts index 7b70100..08a57d3 100644 --- a/webapp/src/router/index.ts +++ b/webapp/src/router/index.ts @@ -89,14 +89,6 @@ const router = createRouter({ title: 'Operators | DeFlock' } }, - { - path: '/wardriving', - name: 'wardriving', - component: () => import('../views/Wardriving.vue'), - meta: { - title: 'Wardriving | DeFlock' - } - }, { path: '/contact', name: 'contact', diff --git a/webapp/src/views/OperatorsView.vue b/webapp/src/views/OperatorsView.vue index 2f39c0e..9013ab6 100644 --- a/webapp/src/views/OperatorsView.vue +++ b/webapp/src/views/OperatorsView.vue @@ -2,7 +2,7 @@

Community Datasets

- Here are some datasets that have been shared with us by the community through various collection methods (FOIA requests, scraping, wardriving, etc.). If you have a dataset you'd like to share, please reach out to us here. + Here are some datasets that have been shared with us by the community through various collection methods (FOIA requests, scraping, etc.). If you have a dataset you'd like to share, please reach out to us here.

If you'd like to report some of the ALPRs in these data sets so that they can be seen on the map, download the file and follow these instructions. Be sure to check that the cameras you're reporting are not already on the map. Please note that these datasets contain only approximate locations of cameras. You will need to verify the locations yourself. diff --git a/webapp/src/views/Wardriving.vue b/webapp/src/views/Wardriving.vue deleted file mode 100644 index 8695695..0000000 --- a/webapp/src/views/Wardriving.vue +++ /dev/null @@ -1,63 +0,0 @@ - - - - -