Commit Graph

87 Commits

Author SHA1 Message Date
Will Freeman a8e87a5d9f update FOIA page, update NewVisitor popup 2025-06-01 19:41:10 -06:00
Will Freeman af91ab3a9c update popup, update pages 2025-06-01 19:05:35 -06:00
Will Freeman ddc56b5233 fix tags 2025-05-24 20:28:24 -06:00
Will Freeman 64128fe5ea Other should be placeholder 2025-05-24 18:51:41 -06:00
Will Freeman 603a1bab56 fix tags 2025-05-24 18:44:58 -06:00
Luke Williams 4d5824df0e Wikidata for Genetec (#37)
https://www.wikidata.org/wiki/Q30295174
2025-05-22 16:19:45 -06:00
Will Freeman 3538715ff4 add genetec 2025-05-19 09:44:48 -06:00
Will Freeman 087359ec6a disable Easy Reporting for now, due to tagging issues (#36) 2025-04-28 11:26:27 -06:00
Will Freeman eec9d47444 add EveryDoor as option to report 2025-04-21 16:51:01 -06:00
Will Freeman dafd8bb325 allow ?fullscreen=true for embedded map support 2025-03-28 13:41:21 -06:00
Will Freeman d748908cfd add foia page, minor improvements 2025-03-18 22:18:56 -06:00
Will Freeman fd1a722b9e support cardinal directions; style improvements 2025-03-18 20:41:17 -06:00
AJ Collins 24331df9ad feat: Draw multiple directions (#30)
* feat: Draw multiple directions

* refactor: Draw circle once

* docs: Explain how to add two cameras on one pole
2025-03-18 15:49:27 -06:00
Will Freeman 38d47c9bc8 remove Motorola Alert from landing page (#28) 2025-02-24 17:29:27 -07:00
Will Freeman 195a2477de advise hourly updates, update version 2025-01-08 17:58:42 -07:00
Will Freeman d225a9e915 news sites clickable, link to 404 media article 2025-01-08 17:56:03 -07:00
Chris Bowles f892b55126 Fix date typo (#27) 2025-01-08 11:52:13 -07:00
Will Freeman e223a65565 Motorola (#26)
* remove dangers page, fix counter

* fix bad instrucitons

* cleanup

* allow nonstandard direction tag, link to OSM

* update privacy policy to account for intro message

* add motorola vulnerability
2025-01-06 16:39:51 -07:00
Will Freeman cb37cbb113 Add Wardriving Section (#25)
* remove dangers page, fix counter

* fix bad instrucitons

* cleanup

* allow nonstandard direction tag, link to OSM

* update privacy policy to account for intro message

* add footer to Report, add Wardriving section

* upgrade version, update wardriving copy
2025-01-04 20:38:46 -07:00
Will Freeman a937c43e76 Minor Improvements (#24)
* remove dangers page, fix counter

* fix bad instrucitons

* cleanup

* allow nonstandard direction tag, link to OSM

* update privacy policy to account for intro message
2025-01-04 17:01:14 -07:00
Will Freeman 884ac11200 remove server side clustering, increase frequency, cleanup tf 2025-01-04 13:38:22 -07:00
Will Freeman c5a84a6db8 minor fixes to get it to build 2024-12-27 20:51:49 -07:00
Will Freeman 7230477605 minor style updates 2024-12-27 20:34:21 -07:00
Will Freeman 40547a4332 render current location if available 2024-12-27 20:31:34 -07:00
Will Freeman 1ba3f9c3bb a lot of refactoring and cleaning up 2024-12-27 20:22:04 -07:00
Will Freeman 75e12f43a4 more cleanup 2024-12-27 15:13:30 -07:00
Will Freeman 47f5696403 Report view uses vertical stepper 2024-12-27 13:30:44 -07:00
Will Freeman 7904af0fb6 major cleanup 2024-12-27 12:06:39 -07:00
Will Freeman 3f4052df20 merge master 2024-12-24 17:23:58 -08:00
Will Freeman 6b0a222cdc no footer 2024-12-24 17:20:27 -08:00
Will Freeman 27487e2bf9 use FOV always if possible, since we're clustering now 2024-12-24 17:17:19 -08:00
Will Freeman 5e88647c54 update cluster radius, various cleanups 2024-12-24 17:06:49 -08:00
Will Freeman 03752a6ec6 cleanup 2024-12-24 16:05:45 -08:00
Will Freeman 94c1f65521 update map on load 2024-12-24 14:47:18 -08:00
Will Freeman 3a52c22382 marker clustering improvements 2024-12-24 12:51:37 -08:00
Will Freeman 4962e9a6e2 do not repeat fetch 2024-12-24 12:39:11 -08:00
Will Freeman dea50dbe80 works with segmenting, now adjust angle and whitelisted tags 2024-12-24 12:12:23 -08:00
Will Freeman bca27cce39 use configurable marker color 2024-12-22 21:26:41 -08:00
Will Freeman 7844a66b63 store current location in pinia 2024-12-22 21:11:38 -08:00
Will Freeman 53db867385 cleanup, restore buttons, show current location 2024-12-22 20:14:41 -08:00
Will Freeman 572149e797 rotate icons, transparent area not clickable 2024-12-22 17:47:07 -08:00
Will Freeman ff9fa39dc6 add variable titles, dangers page (#23) 2024-12-16 17:28:48 -07:00
Will Freeman 876123eabc minor fixes from half-merge 2024-12-16 13:51:15 -07:00
Will Freeman cce969e6ba Sponsors and tags (#22)
* brand -> manufacturer

* clean up

* add donation page

* display manufacturer first, brand for backward compat
2024-12-16 12:29:24 -07:00
Will Freeman a0f743b432 better map markers 2024-12-12 13:19:50 -07:00
Galen CC 6dff9cb2c8 webapp/map: add OpenStreetMap attribution to Leaflet slippy map (#19)
* webapp/map: add OpenStreetMap attribution to Leaflet slippy map

Add attribution to the slippy map, formatted as shown in the VueJS
Leaflet docs: https://vue2-leaflet.netlify.app/quickstart/

The [ODbL](https://opendatacommons.org/licenses/odbl/1-0/) requires attribution
to be included alongside the map, stated in clause 4.3:
> You must include a notice associated with the Produced Work reasonably
> calculated to make any Person that uses, views, accesses, interacts with, or
> is otherwise exposed to the Produced Work aware that Content was obtained
> from the Database, Derivative Database, or the Database as part of a
> Collective Database, and that it is available under this License.

See also https://wiki.openstreetmap.org/wiki/Community_attribution_advice

Signed-off-by: Galen CC <galen8183@gmail.com>

* webapp/map: inline OpenStreetMap attribution

Signed-off-by: Galen CC <galen8183@gmail.com>

---------

Signed-off-by: Galen CC <galen8183@gmail.com>
2024-12-10 09:31:12 -07:00
Will Freeman 1729a61dc5 dedicated homepage, updated qr page, added counter, clickable logo 2024-12-05 15:01:21 -07:00
Will Freeman 33dfd4a321 QR Code Page (#15)
* First pass on QR Code page

* Overhaul QRLandingView.vue to allow for location data support

* oops -- fix comment

* QRLandingView: Change location scheme

We don't want to embed the map on this page for the moment, so we're going to redirect the user instead.

* Fix styling

* update qr page

* get user location on click so that we don't creep people out

* show the whole US by default

---------

Co-authored-by: Bludoo <12192277+Bludoo@users.noreply.github.com>
2024-12-04 15:48:06 -07:00
Will Freeman 99ced06779 add 404 page 2024-12-04 14:29:32 -07:00
AJ Collins cf4b93092f Update recommended surveillance tag to follow OSM wiki (#3)
"surveillance=traffic" is listed under [Possible Tagging Mistakes](https://wiki.openstreetmap.org/wiki/Key:surveillance?uselang=en#Possible_tagging_mistakes) on the wiki
2024-11-25 17:13:53 -06:00