-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Marco edited this page May 26, 2026
·
10 revisions
🇮🇱 עברית
NavAid is a free, browser-based CVFR flight-route planner for the Israel area. It runs entirely client-side on top of Leaflet, with no installation and no build step. Hebrew (RTL) and English UIs are both first-class.

- 🌐 Live (production): https://msupino.github.io/NavigationApp/
- 🧪 Live (staging): https://msupino.github.io/NavigationApp/staging/
- 📦 Repo: https://github.com/msupino/NavigationApp
- Quick Start - fly your first route in 60 seconds
- Features - full feature tour
- User Guide - every button, every dialog, what each setting does
- Map Layers - CVFR / Navigation / Low Alt / Helicopters / Satellite / OSM
- Flight Plan - using the Plan modal, editable speeds and altitudes
- Print and Export - A3/A4 frames, PNG, JSON, Google Earth
- Google Earth - KML tour with per-leg altitudes, how to fly the route
- Bilingual UI - Hebrew + English, RTL handling, language picker
- Offline and PWA - install on phone, use without internet
- Settings and Persistence - what's saved, where, and how to reset
- Keyboard and Touch - shortcuts, drag, snap, long-press
- FAQ and Troubleshooting
- Architecture - module layout, draw order, state shape
-
LocalStorage Schema - every
navaid.*key -
Nav-waypoints dataset -
nav-waypoints.jsonsource, format, update flow -
Airfields dataset -
airfields.json, BYOP plate filenames, provenance - Service Worker - caching strategy, version pruning
- Deployment - GitHub Pages workflow, main vs dev
- Contributing - branches, PRs, review style, releasing
- Changelog - version history
- Drag-and-drop waypoints on the Israeli VFR chart, with snapping to 256 published reporting points and 16 published airfields.
- Per-leg headings (true and magnetic), distances, speed, altitude, and time - totals updated live.
- Editable flight plan modal you can print directly.
- Editable, draggable notes with custom colours and rectangle / oval shapes.
- Optional Navigation Waypoints and Airfields overlays with bilingual search.
- Airfield charts viewer — click a waypoint matching an airfield ICAO to view its published BYOP approach plates, SIDs, STARs, ground diagrams, and airport charts.
- Map rotation with a Google-Earth-style 360° dial.
- High-resolution PNG export matching A3 / A4 print frames at 1:250 000.
- Google Earth KML tour export with per-leg altitudes.
- Offline-capable PWA - installable on iOS, Android, desktop.
- No login, no tracking beyond Google Analytics page-views, no server side.
Hebrew UI (RTL):

Flight Plan modal:

- Charts: © flight-maps.com / רת״א (CAAI).
- Imagery: © Esri (World Imagery).
- Map data: © OpenStreetMap contributors.
- VFR reporting points: ForeFlight Israel Base Pack / CAAI AIP-derived data.
- Airfields and BYOP plate filenames: ForeFlight Israel Base Pack
02-25/ CAAI AIP snapshot; always cross-check current official AIP data for operational use.
The NavAid source code is published on GitHub for reference. Use of aviation charts and aviation datasets is governed by the providers' terms.
For pilots
- Quick Start
- Features
- User Guide
- Map Layers
- Flight Plan
- Print and Export
- Google Earth
- Bilingual UI
- Offline and PWA
- Settings and Persistence
- Keyboard and Touch
- FAQ and Troubleshooting
For developers
- Architecture
- LocalStorage Schema
- Nav-waypoints dataset
- Airfields dataset
- Service Worker
- Deployment
- Contributing
- Changelog