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

Prevent impossible & problematic coordinates from being entered in the editor #2216

Merged
merged 5 commits into from
Nov 2, 2023

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    938d0e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e546dda View commit details
    Browse the repository at this point in the history
  3. Add tests for EMLGeoCoverage

    Issue #2159
    robyngit committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    728c3da View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Check for reversed N & S coords in EMLGeoCoverage

    - Show validation error when N coord is less than S coord
    - Fix the HTML input pattern for decimal degrees (was throwing an error)
    - Add a test for reversed coords to the EMLGeoCoverage model spec
    
    Issue #2159
    robyngit committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    1e5cf79 View commit details
    Browse the repository at this point in the history
  2. Check for other problematic coords in GeoCoverage

    - Add validation rule to prevent bounding boxes from: containing the poles or crossing the anti-meridian
    - Add unit tests for the new validation rules
    
    Issue #2159
    robyngit committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    02d3e4b View commit details
    Browse the repository at this point in the history