Skip to content

Commit e723216

Browse files
committed
Add README language badges
1 parent 957172a commit e723216

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Lightweight tactical common operating picture (COP) application built with FastAPI + Mapbox GL JS.
44

5+
![Python](https://img.shields.io/badge/Python-3.10%2B-3776AB?logo=python&logoColor=white) ![JavaScript](https://img.shields.io/badge/JavaScript-ES6%2B-F7DF1E?logo=javascript&logoColor=black) ![HTML5](https://img.shields.io/badge/HTML5-Markup-E34F26?logo=html5&logoColor=white) ![CSS3](https://img.shields.io/badge/CSS3-Styling-1572B6?logo=css3&logoColor=white)
6+
57
## What It Does
68
- Displays live tracks on an interactive map with MIL-STD-2525/APP-6 style symbols (`milsymbol`).
79
- Supports layer filtering (`friendly`, `enemy`, `fires`, `air`, `ew`, `other`).
@@ -268,3 +270,6 @@ ADS-B feed payload shapes supported:
268270
- Ensure zenoh router/service is reachable at `ZENOH_CONNECT` before starting the app.
269271
- Put the app behind TLS termination (reverse proxy or ingress).
270272
- Monitor `GET /healthz` and `GET /readyz`.
273+
274+
275+

0 commit comments

Comments
 (0)