mkrupczak3

Results 39 issues of mkrupczak3

The current ElevationMapDetailsActivity only shows boundaries in WGS84 lat,lon: ![Screenshot_20240503_150050](https://github.com/Theta-Limited/OpenAthenaAndroid/assets/25494111/cf9d65df-794c-4073-a3f0-1aab12f69ba5) The app should be modified to show the boundaries in mgrs grid values as well (especially if the app output...

enhancement
good first issue

There is no information in the README for common troubleshooting steps. A troubleshooting document should be provided to allow the user to rapidly understand and fix (or otherwise understand and...

documentation
good first issue

Choices should be: * Google Maps (default) * Open Street Maps * ATAK (if possible)

enhancement

Currently, the GitHub page only provides limited documentation for developers. UML diagrams and markdown documentation should be created for the following engine components: * Drone image metadata parsing in [MetadataExtractor.java](https://github.com/Theta-Limited/OpenAthenaAndroid/blob/master/app/src/main/java/com/openathena/MetadataExtractor.java)...

documentation
good first issue

Currently CoT is sent over UDP multicast to the entire connected LAN/WAN, with a TTL=0 (infinity) with no restriction on number of network hops. Documentation should describe the CoT network...

documentation
enhancement
good first issue

## Description: Currently, the DroneModels JSON file is hard-coded into the app and is not user-configurable. While it has data for many drone models, it is conceivable that users may...

enhancement

Description: In OpenAthena for Android, GeoTIFF digital elevation model loading is performed by a new thread upon initiation of the task. The app (by design) does not preclude the user...

bug

For naval use out on the ocean, no digital elevation model should be necessary. It's okay to just use the Mean Sea Level for the local area, like so: https://github.com/googlemaps/android-maps-utils/issues/704...

enhancement
good first issue