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

Operation: Convert co-ordinate format #476

Merged
merged 15 commits into from
Jan 18, 2019
Merged

Commits on Jan 10, 2019

  1. Configuration menu
    Copy the full SHA
    9e63e40 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Configuration menu
    Copy the full SHA
    abdd70c View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Add new Convert co-ordinate format module.

    Also added autodetect of co-ordinate format / delimiter
    j433866 committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    68fbbb6 View commit details
    Browse the repository at this point in the history
  2. Remove old Geohash modules

    j433866 committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    8d1f668 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b77ad7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a88a01 View commit details
    Browse the repository at this point in the history
  5. Removed some debug logging

    j433866 committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    b3ac8d0 View commit details
    Browse the repository at this point in the history
  6. Tidy up code

    j433866 committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    04b0b8c View commit details
    Browse the repository at this point in the history
  7. Remove MGRS npm module

    j433866 committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    ee36052 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Rewrite MGRS to use new Geodesy module.

    Added Ordnance Survey grid reference support
    j433866 committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    ad4451a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e68959 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d00b0f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Add better error handling.

    Also now doesn't do anything if there's no input
    j433866 committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    69797e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Add tests for new co-ordinate conversion module.

    Removed To/From geohash tests
    j433866 committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    439654e View commit details
    Browse the repository at this point in the history
  2. Improved handling of negative numbers and weirder inputs.

    Negative numbers shouldn't make it go weird any more.
    Automatic detection of input formats should be more reliable.
    j433866 committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    4bd923d View commit details
    Browse the repository at this point in the history