Initial mock-up cache tool

This commit is contained in:
2026-08-09 13:17:23 -04:00
commit 184f135779
7 changed files with 317 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
OSM_QUERY="https://overpass-api.de/api/interpreter?data=[timeout%3A900][out%3Ajson]%3Bnode[%22man_made%22%3D%22surveillance%22][%22surveillance%3Atype%22%3D%22ALPR%22]%3Bout%20body%3B"
PGSQL_URL="host=example.com dbname=public user=postgres password=password"
LAYER_NAME="Flock_Cameras"