Added Pilot Filter functionality

This commit is contained in:
PxlLoewe
2025-07-15 23:47:13 -07:00
parent 46fdd2e0c2
commit fc698b22d7
7 changed files with 124 additions and 12 deletions

View File

@@ -6,6 +6,7 @@ export interface MapStore {
lat: number;
lng: number;
} | null;
map: {
center: L.LatLngExpression;
zoom: number;