-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Marco Supino edited this page Jun 5, 2026
·
15 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
- 💡 Ideas / bugs: https://github.com/msupino/NavigationApp/issues
- Quick Start - fly your first route in 60 seconds
- Features - full feature tour
- User Guide - every button, every dialog, what each setting does
- Frequency Changes - ATC-change rings, lightning callouts, call-sign dropdowns
- VOR and Radial/DME - station overlay, reference selector, map/inspector/flight-plan readouts
- 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
-
Directory Structure - current
docs/folders and where new files belong -
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.
- Optional ATC frequency-change rings and editable lightning callouts for known reporting points.
- Optional VOR/DME station overlay with a persistent reference VOR for radial/DME readouts.
- 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: CAAI AIP-derived data.
- Airfields and BYOP plate filenames: CAAI AIP
02-25snapshot; 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
- Frequency Changes
- VOR and Radial/DME
- Map Layers
- Flight Plan
- Print and Export
- Simulator Connect
- Google Earth
- Bilingual UI
- Offline and PWA
- Settings and Persistence
- Keyboard and Touch
- FAQ and Troubleshooting
For developers
- Architecture
- Directory Structure
- Tuning Panel
- LocalStorage Schema
- Nav-waypoints dataset
- Airfields dataset
- Service Worker
- Deployment
- Contributing
- Changelog
🇮🇱 עברית
לטייסים
- התחלה מהירה
- תכונות
- מדריך למשתמש
- שינויי תדר
- VOR ו-Radial/DME
- שכבות מפה
- תוכנית טיסה
- הדפסה וייצוא
- חיבור סימולטור
- Google Earth
- ממשק דו-לשוני
- לא מקוון ו-PWA
- הגדרות ושמירה
- מקלדת ומגע
- שאלות נפוצות ופתרון תקלות
למפתחים
🌐 Live 🧪 Staging 📦 Repo 💡 Ideas / bugs