Move documentation to docs/ directory and improve terminology
- Move ARCHITECTURE.md and CLAUDE.md to docs/ directory - Replace "real-time" terminology with accurate "low-latency" and "high-performance" - Update README to reflect correct performance characteristics - Add comprehensive ICAO country database with SQLite backend - Fix display options positioning and functionality - Add map scale controls and improved range ring visibility - Enhance aircraft marker orientation and trail management 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
43e55b2ba0
commit
20bdcf54ec
15 changed files with 746 additions and 67 deletions
|
|
@ -77,11 +77,29 @@
|
|||
<button id="center-map" title="Center on aircraft">Center Map</button>
|
||||
<button id="reset-map" title="Reset to origin">Reset Map</button>
|
||||
<button id="toggle-trails" title="Show/hide aircraft trails">Show Trails</button>
|
||||
<button id="toggle-range" title="Show/hide range circles">Show Range</button>
|
||||
<button id="toggle-sources" title="Show/hide source locations">Show Sources</button>
|
||||
<button id="toggle-dark-mode" title="Toggle dark/light mode">🌙 Night Mode</button>
|
||||
</div>
|
||||
|
||||
<!-- Display options -->
|
||||
<div class="display-options">
|
||||
<h4>Display Options</h4>
|
||||
<div class="option-group">
|
||||
<label>
|
||||
<input type="checkbox" id="show-site-positions" checked>
|
||||
<span>Site Positions</span>
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" id="show-range-rings">
|
||||
<span>Range Rings</span>
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" id="show-selected-trail">
|
||||
<span>Selected Aircraft Trail</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Legend -->
|
||||
<div class="legend">
|
||||
<h4>Aircraft Types</h4>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue