Birk Skyum
Birk Skyum
Node doesn't find `main.js` or `module.js`, but it does find `index.js`. I checked with `bun .` just now, at it at least find `index.js`, `index.ts`, `index.jsx`, `index.tsx`, and maybe more.
This is giving the expected output now: ```sh ➜ bun --bun index.ts \? ```
Still issue in 0.7.1 - @Jarred-Sumner will this be in the 1.0 release?
@x1957 , this is that place. As mentioned above, work is already started on this.
@vrn-dev , there was a [mention](https://youtu.be/pOuR61Ywg14?feature=shared&t=1929) two weeks ago, that it was expected in a week or two, so it might be close.
Many deps were getting a bit old - Here is an updated version where it's possible to swap between maplibre / deckgl terrain: https://stackblitz.com/edit/vitejs-vite-qgwfna?file=index.html
There is a terrain bug in Deck.gl. Solving that might help on this issue. In this example, the terrain "jumps"/changes the elevation when zooming out just a bit (at exactly...
@chrisgervang consistently at zoom = 12 for that data, and the stackblitz example i shared above. Both utilize RGB DEM tiles. It doesn't happen in this black/white png example though...
When terrain was initially introduced in MapLibre there was also an 'elevationOffset', which was set to a large value lifting everything above sea-level, but it kept producing new issues. It's...
It's here - https://github.com/maplibre/maplibre-gl-js/pull/1578 I won't rule out that a simple offset setting might appear again, but it's not something anyone has requested yet - and it should preferably be...