Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Online Mode with automated DEM download #85

Open
mkrupczak3 opened this issue Jul 24, 2023 · 3 comments
Open

Add Online Mode with automated DEM download #85

mkrupczak3 opened this issue Jul 24, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@mkrupczak3
Copy link
Member

Description

Currently, the user must download a DEM for their Area of Operations. The process is somewhat confusing and is only possible to do on a computer with mouse and keyboard.

The program should be modified to have a new default online mode, where a DEM is automatically downloaded when a drone image is loaded.

User Story

As a user, I want the program to obtain DEM for me automatically, so that I can tap to locate without thinking about it.

@mkrupczak3 mkrupczak3 added the enhancement New feature or request label Jul 24, 2023
@mkrupczak3 mkrupczak3 self-assigned this Jul 24, 2023
@mkrupczak3
Copy link
Member Author

PR #117 by @rdkgit was recently merged, adding a working first implementation of this feature in OpenAthenaAndroid. It's based on the code from his sucessful implementation of the feature in OpenAthena for iOS

Currently working on this feature on the master branch. Need to clean up the multiple new UI's, add automatic downloading for the loaded drone image, and provide a way to select between an offline and online mode

@mkrupczak3
Copy link
Member Author

Recently reverted this PR to implement some minor bug fixes in minor versions from v0.20.0 to v0.20.2.

New PR #123 will re-implement this feature again once merged

mkrupczak3 added a commit that referenced this issue May 3, 2024
@mkrupczak3
Copy link
Member Author

PR was merged recently with basic manual downloading capabilities. Need to re-work the finite state machine of MainActivity.java and add automatic DEM selection and/or download system for the user's loaded drone image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant