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

fix: Upgrade to Deckgl 9.0.12 #2167

Closed
wants to merge 19 commits into from
Closed

Commits on Jul 22, 2024

  1. build(deps): bump to deck.gl version 9.0.12

    hkfb authored and nilscb committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    bc5cf7a View commit details
    Browse the repository at this point in the history
  2. refactor: fix typing errors

    hkfb authored and nilscb committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    2523edb View commit details
    Browse the repository at this point in the history
  3. refactor: apply prettier format

    hkfb authored and nilscb committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    057d1d9 View commit details
    Browse the repository at this point in the history
  4. test: upgrade stories to deck.gl 9

    hkfb authored and nilscb committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    79349f3 View commit details
    Browse the repository at this point in the history
  5. fix: fix axes layer rendering

    hkfb authored and nilscb committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    248e3ab View commit details
    Browse the repository at this point in the history
  6. fix: upgrade points layer shaders to GLSL 3

    hkfb authored and nilscb committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f9319d0 View commit details
    Browse the repository at this point in the history
  7. fix: fix North arrow rendering

    hkfb authored and nilscb committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    fcc0d87 View commit details
    Browse the repository at this point in the history
  8. fix: partial fix for triangle layer shaders

    hkfb authored and nilscb committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ac01780 View commit details
    Browse the repository at this point in the history
  9. Fix lines in triangle layer.

     - In general   "picking_uActive" must be replaced by "picking.isActive". This is a float value. Also instances of "picking_uAttribute" must be replaced by "picking.isAttribute" (maplayer)
    nilscb committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    fb94717 View commit details
    Browse the repository at this point in the history
  10. Fix map and triangle layers.

    nilscb committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f6ae9fa View commit details
    Browse the repository at this point in the history
  11. Fix axes2DLayer.

    nilscb committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    cb240f1 View commit details
    Browse the repository at this point in the history
  12. Fix wellmarker layer.

    nilscb committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0b7482c View commit details
    Browse the repository at this point in the history
  13. Fix grid3DLayer.

    nilscb committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    81cc128 View commit details
    Browse the repository at this point in the history
  14. Lint & typecheck.

    nilscb committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a27efe2 View commit details
    Browse the repository at this point in the history
  15. div

    nilscb committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    20aec19 View commit details
    Browse the repository at this point in the history
  16. package-lock file

    nilscb committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    992527f View commit details
    Browse the repository at this point in the history
  17. update package lock

    nilscb committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    09d771b View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Disables tests SubsurfaceViewer.test.tsh and Map.test.tsx

     - these do not run properly under deck.gl version 9 and have to be fixed later.
    nilscb committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    562bf65 View commit details
    Browse the repository at this point in the history
  2. Lint

    nilscb committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b4de9ea View commit details
    Browse the repository at this point in the history