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

Add queryTerrainElevation method #2264

Closed
wants to merge 16 commits into from

Commits on Mar 12, 2023

  1. Reformat camera.ts

    cuong nguyen committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    ac4b1a1 View commit details
    Browse the repository at this point in the history
  2. Add queryTerrainElevation

    cuong nguyen committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    d69be50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bab10e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Remove html debug file

    cuong nguyen committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    b468e86 View commit details
    Browse the repository at this point in the history
  2. Ignore debug files

    cuong nguyen committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    b3a999f View commit details
    Browse the repository at this point in the history
  3. Add comment to explain why getElevation is not enough for queryTerrai…

    …nElevation
    cuong nguyen committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    047e9aa View commit details
    Browse the repository at this point in the history
  4. Add unit test for queryTerrainElevation

    cuong nguyen committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    d10380d View commit details
    Browse the repository at this point in the history
  5. Add ChangeLog

    cuong nguyen committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    ae15b67 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Delete console

    cuong nguyen committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    03ebd8b View commit details
    Browse the repository at this point in the history
  2. Ignore debugs files

    cuong nguyen committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    628bfce View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Remove log

    cuong nguyen committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    b51931f View commit details
    Browse the repository at this point in the history
  2. Fix queryTerrainElevation test

    cuong nguyen committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    587ddb0 View commit details
    Browse the repository at this point in the history
  3. try to rebase

    cuong nguyen committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    dd1ad40 View commit details
    Browse the repository at this point in the history
  4. shouldPausePlacement short circuits when _forceFullPlacement (maplibr…

    …e#2241)
    
    * shouldPausePlacement short circuits when _forceFullPlacement
    
    * Update CHANGELOG.md
    
    * Update src/style/pauseable_placement.ts
    
    Co-authored-by: David Schlosnagle <[email protected]>
    
    ---------
    
    Co-authored-by: Harel M <[email protected]>
    2 people authored and cuong nguyen committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    16159b2 View commit details
    Browse the repository at this point in the history
  5. Bump playwright from 1.31.1 to 1.31.2 (maplibre#2255)

    Bumps [playwright](https://github.com/Microsoft/playwright) from 1.31.1 to 1.31.2.
    - [Release notes](https://github.com/Microsoft/playwright/releases)
    - [Commits](microsoft/playwright@v1.31.1...v1.31.2)
    
    ---
    updated-dependencies:
    - dependency-name: playwright
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and cuong nguyen committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    e0d74b6 View commit details
    Browse the repository at this point in the history
  6. Reinstate CI unit test coverage (maplibre#2274)

    * Unit test coverage
    
    * rename upload step
    
    * use my favorite test reporters
    
    text reporter provides output in ci log
    html-spa reporter provides friendly and interactive output
    
    * upload coverage even if unit tests fail
    rotu authored and cuong nguyen committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    a0ae0ff View commit details
    Browse the repository at this point in the history