Christian Neumann

Results 8 issues of Christian Neumann

I built the latest (dev and release) code from source together with rtmidi (i.e., default options). The problem is that I can't get MIDI input (output works fine) working. On...

Hey, for a Schema like this: ```js rootKey: 'stations', schemas: { stations: ` features: [features] `, features: ` properties: properties geometry: geometry `, properties: ` name: String `, geometry: `...

While editing some files that have faulty coding (non-UTF8, file-coding not correctly set), after every file change there is a prompt to select a coding system with the error message:...

Fix for #1542. Currently proof of concept, comments appreciated. It uses the `transformCameraUpdate` functionality to validate the next camera position, possibly adjusting it. By using `transformCameraUpdate`, the changes can be...

Test for #4233. Had to enable WebGL for headless Chrome, as I could not reproduce the bug without it in headless mode. ## Launch Checklist - [x] Confirm **your changes...

Fixes unexpected camera jumps when transformCameraUpdate is specified and user is panning on maps with terrain (Fixes #4233). Camera._getTransformForUpdate clones the transform on first call. After that, it is reused...

**maplibre-gl-js version**: 4.3.2 **browser**: Firefox 126, Chrome 125 ### Steps to Trigger Behavior 1. Use the 3D-terrain example 2. Add a transformCameraUpdate function in the options that returns the input...

bug
PR is more than welcomed
Terrain 3D