Real-time geospatial OSINT intelligence dashboard
Find a file
Sirius DevOps ce5207e060 feat: distinct heading-aware marker symbols for live feeds (aircraft/trains/vessels)
Replace the shared colored-dot renderPoints for live feeds with per-feed SVG
glyphs on heading-aware divIcons:
- Aircraft: plane silhouette rotated by heading, color-coded by alt
- Trains: railcar glyph (respecting per-train iconColor), rotated when heading present
- Vessels: sailboat glyph rotated by heading, color by speed (teal/gray)

Icons are cached per (feed, color, heading) so thousands of markers reuse a
bounded set of L.divIcon instances. Rotation is applied to the inner glyph
span only (never the marker container), keeping clustering, spiderfy, and
iconAnchor intact. Missing/NaN heading falls back to an upright glyph.
Color values are sanitized against style-attribute breakout.
2026-08-27 20:50:35 -04:00
.forgejo/workflows CI: fix deploy failures — pin compose project name in docker-compose.yml, drop COMPOSE_PROJECT_NAME=osint override (would orphan osint-dashboard_osint-pgdata); runner now mounts cli-plugins so 'docker compose' works in job containers 2026-08-24 17:58:50 -04:00
alembic Migration 004 fix: pg_type catalog table, not pg_typname 2026-08-24 21:29:25 -04:00
app feat: distinct heading-aware marker symbols for live feeds (aircraft/trains/vessels) 2026-08-27 20:50:35 -04:00
deploy masscan: drop default rate to 1000 pps (home uplink) 2026-08-24 23:22:03 -04:00
docs ci: retrigger deploy (previous run raced the force-push) 2026-08-27 17:42:03 -04:00
news Fix news scraper feed discovery + summarizer startup race 2026-08-24 17:42:06 -04:00
tests feat: toggleable live map feeds (ADS-B, trains, AIS, radar, WFIGS, NWS) 2026-08-27 19:08:30 -04:00
.dockerignore Containerize for Pi: env-var config, compose stack, CI workflow 2026-07-07 17:50:51 -04:00
.env.example cameras: Live-Environment-Streams + HLS.js player 2026-08-27 15:54:54 -04:00
.gitignore Add NASA FIRMS active-fire ingest + /api/fires; API keys management page 2026-08-24 15:37:42 -04:00
alembic.ini Containerize for Pi: env-var config, compose stack, CI workflow 2026-07-07 17:50:51 -04:00
docker-compose.yml feat: toggleable live map feeds (ADS-B, trains, AIS, radar, WFIGS, NWS) 2026-08-27 19:08:30 -04:00
Dockerfile cameras: RTSP preview via ffmpeg, stop opening VLC, drop masscan to 200pps 2026-08-24 23:36:34 -04:00
Dockerfile.pg Fix Dockerfile.pg: mkdir conf.d before writing timescaledb preload 2026-07-07 18:17:31 -04:00
IDEA.md ci: retrigger deploy (previous run raced the force-push) 2026-08-27 17:42:03 -04:00