Daniel Faust

Results 39 comments of Daniel Faust

Related: https://stackoverflow.com/questions/73409827/maplibre-gl-js-with-terrain-layer-how-to-pin-a-horizontal-plane-to-a-specific-a I have found a way to do this, but it currently only works with Terrain RGB tiles from Maptiler. map.getCenterAltitude() would be basically this code: ``` var terrain...

No, these are used for unpacking the data, the exaggeration is applied later. While searching for its usage in the code, I found the following line in [terrain.ts](https://github.com/maplibre/maplibre-gl-js/blob/f8e6e359e6bbcc46d8982fabb628fbfcb4b822ea/src/render/terrain.ts#L123): ``` this.elevationOffset...

@Pessimistress thanks your summary and the hint, I wasn't aware of the `getElevation()` method on the transform and am glad to know that it exists. One correction: `map.getElevationOnTerrain()` should be...

I have around 135000 bookmarks (since 15+, maybe 20 years) but almost half of them are in an old, unused Firefox, the other half mostly in a custom bookmarking system...

@nekohayo I'm using the following Tampermonkey script: ``` // ==UserScript== // @name YouTube: Remove Notification Count // @namespace http://tampermonkey.net/ // @version 0.1 // @description Remove unread Notification count // @author...

I upgraded the demo to v3.1.0 and replaced the defunct Maptiler tiles & terrain with the demotiles from this project https://jsbin.com/yowixah/1/edit?html,output

> Only at lower zoom levels (higher elevation) where the image fits into a single terrain tile. I wanted to say: "I don't think that this is correct. All tiles...

@manhcuongincusar1 I have absolutely no idea what the problem is. Here's a modified demo with 2 animated source images. https://jsbin.com/juwikuq/4/edit?html,output

With a bigger radius: https://jsbin.com/juwikuq/7/edit?html,output It reminds me of another issue regarding of which scale of tiles is shown at which zoom level, apparently there is a mismatch. And since...

Added some controls to modify size and other things: https://jsbin.com/bucosel/2/edit?html,output