Oliver Wipfli
Oliver Wipfli
I think passing tile data to custom layers could be really fun. One thing which I would like to try out maybe one day would be to render lines above...
The [custom3d.html](https://github.com/maplibre/maplibre-gl-js/blob/main/test/debug-pages/custom3d.html) debug page makes it look not too difficult to add some 3d stuff on top of the map: 
Thanks for the hint about broswerslist. If I add internet explorer to the development section in my package.json, I get the ReferenceError also in development mode: ```diff "browserslist": { "production":...
Note that MapLibre GL JS v2 dropped IE support altogether.
I ended up using the following `package.json` ```diff { "name": "maplibre-v2", "version": "0.1.0", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^12.1.4", "@testing-library/user-event": "^13.5.0", "maplibre-gl": "^2.1.7", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts":...
Migration can probably be done automatically with https://github.com/maplibre/maplibre-gl-js/blob/main/src/style-spec/README.md#gl-style-migrate Edit: https://github.com/maplibre/maplibre-style-spec/blob/main/README.md#gl-style-migrate
Interesting, thanks! @JannikGM you also do animations, right?
Does https://maplibre.org/maplibre-gl-js-docs/example/add-3d-model/ help you?
A good looking map with a exaggeration value of 1 is something I would support. Can you make a pull request against terrain3d?
Happy to review pull requests on this too. Here is a link that @klokan gave me: https://observablehq.com/@fil/webmercator-to-globe?collection=@fil/glsl-projections