Birk Skyum

Results 267 comments of Birk Skyum

@HarelM , the other day I was trying to make a proper esm build, and found that frankly all these tiny mapbox libraries we depend on are only commonjs exported,...

@HarelM I tried to run it just now: npm run test-unit: 26.12 s npm run test-unit -- --coverage: 95.894 s

I think it's worth it too, but I'm not familiar with codecov and how to set it up.

ts-jest typecheck is replaced by `npm run typecheck` (#1431 ) this issue will be closed when the remaining 'ts-nocheck' are removed from the codebase.

Stale or not - don't auto-close. We need to get maplibre-gl-js is updated in maplibre-gl-native, and the shaders aligned, and the gl-js benchmarks fixed, in order to get a better...

The elevation offset is here on line 3580, but maybe not in the documentation yet (I'll look into that!) - it was introduced as part of the PR adding 3d...

@danielfaust > queryTerrainElevation We try to retain compatibility to the mapbox v1, but keep in mind that mapbox v2 is proprietary, so it would be a break of their license...

An example of this clipping issue can be seen with `npm run start-debug`, and the test page with 3d satellite terrain pointed at the dead sea http://0.0.0.0:9966/test/debug-pages/terrain-satellite.html#9.72/31.5224/35.5095/33.4 In the code...