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

Coordinate projection failures and messages #154

Open
nathankota opened this issue Nov 17, 2022 · 0 comments
Open

Coordinate projection failures and messages #154

nathankota opened this issue Nov 17, 2022 · 0 comments
Labels
form - coordinates coordinate entry and projection

Comments

@nathankota
Copy link
Contributor

Scenario 1: Coordinates outside of Utah

Although we constrain the coordinate entry values, it is possible that values could be entered that are outside of the state boundary. This leads to the projection calculation to hang up, likely b/c the SPC spatial reference cannot be found.
Example coordinates: 36.9967, -109.0512

Check

Projection message

  • If No results found on the query service,
  • On app UI: The entered coordinates were outside of Utah. Please enter valid Utah coordinates.
  • Will need a Back button

Scenario 2: Failed conversion/projection

I'm not sure of a situation that may cause this, other than a disruption with the service, nor what the results of the attempted projection would look like in the service. Perhaps Scenario 1 will capture most of the cases?

  • If there is a failed conversion/projection, other than Scenario 1,
  • If Geographic coordinates were entered:
    • On app UI: Projecting geographic to grid coordinates failed. Please check and enter coordinates again, or try entering grid coordinates first. If the projection continues to fail, please try again later. You may also contact us at [email protected].
  • If Grid coordinates were entered:
    • On app UI: Projecting grid to geographic coordinates failed. Please check and enter coordinates again, or try entering geographic coordinates first. If the projection continues to fail, please try again later. You may also contact us at [email protected].
  • Will need a Back button

Scenario 3: Service failure

  • On app UI: The projection service to convert your coordinates to the opposing coordinate system failed. Please try again later. You may contact us at [email protected].
@nathankota nathankota added this to the MVP Release milestone Nov 17, 2022
@steveoh steveoh added the form - coordinates coordinate entry and projection label Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
form - coordinates coordinate entry and projection
Projects
None yet
Development

No branches or pull requests

2 participants