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

Changes to support coordinate system that use units other than meters. #52

Commits on Aug 14, 2023

  1. Changes to support coordinate system that use units other than meters.

    Added a scale factor that can be used for proper tiles scaling if coordinate system uses units other than meters (i.e. survey feet or feet that are common in US)
    Also added base Geometric error as a parameter. I found that 100 worked well for meters, but I need something like 300-500 for datasets that uses feet.
    andreiveselov committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    fbc0710 View commit details
    Browse the repository at this point in the history
  2. Fixed failing test

    andreiveselov committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b026ca7 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Update GpsCoords.cs

    Fixed scale matrix to have last element to be 1
    andreiveselov committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ce87a18 View commit details
    Browse the repository at this point in the history