Coordinate Navigation is a coordinate converter application built using MVVM architecture. It converts coordinates between Degrees, Minutes, Seconds (DMS) and Decimal Degrees (DD) formats and allows users to view coordinates on a map using GMap.NET.
- Coordinate Conversion: Seamless conversion between DMS and DD formats.
- Auto Conversion: Real-time auto-updating of coordinates when the values are edited.
- Clipboard Copying: Easily copy coordinates in the selected format to the clipboard.
- Map View: Display converted coordinates in a map view using GMap.NET.
- Customizable Shortcuts: Use customizable keyboard shortcuts to trigger commands.
Action | Shortcut |
---|---|
Toggle Coordinate Format | Ctrl + Space |
Convert Coordinates | Ctrl + Enter |
View in Map | Ctrl + M |
Copy Coordinates | Ctrl + C |
Clear Fields | Ctrl + N |
Toggle Auto Conversion | Ctrl + F |