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

get geoid as javascript function #720

Merged
merged 13 commits into from
Jul 29, 2024
Merged

get geoid as javascript function #720

merged 13 commits into from
Jul 29, 2024

Commits on Jul 19, 2024

  1. barely working

    kfarr committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    02c21dc View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. working cloud function!

    kfarr committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    e93cb51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5df69dd View commit details
    Browse the repository at this point in the history
  3. add source

    kfarr committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    3e958ea View commit details
    Browse the repository at this point in the history
  4. Merge branch 'get-geoid-cloud-function' of https://github.com/3DStree…

    …t/3dstreet into get-geoid-cloud-function
    kfarr committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    01e38d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. add ortho and ellipsoidal

    requires `GOOGLE_MAPS_ELEVATION_API_KEY` secret available to function invoker
    kfarr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2e13cc9 View commit details
    Browse the repository at this point in the history
  2. basic callable height working

    to-do:
    - save other elevations to json
    - consider backwards compatibility
    kfarr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4af0ddb View commit details
    Browse the repository at this point in the history
  3. save all elevations + backward compatibility

    needs testing -- especially opening "old" files with elevation value; what happens when save without edit // save with geo edit;
    kfarr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ad7e597 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. use 'ellipsoidalHeight' where possible

    hopefully makes things clearer and literal to which type of elevation is being used
    kfarr committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    4f7ab89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af6721e View commit details
    Browse the repository at this point in the history
  3. fix console error

    kfarr committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    f514b1d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. changes from review

    kfarr committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    59aef83 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

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