Max Ammann
Max Ammann
Oke I got it working by using the following in the benchmark Dockerfile: `FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a` It seems like that image is still based on ubuntu 16.
I did a quick experiment with just bumping xenial -> focal. It failed at using some apt repository, which should be fairly easy to fix. What are the main concerns...
I haven't investigated this issue, but it seems like configuring webpack to ignore the warnings seems reasonable. I'm suspecting that these warnings will eventually just go away.
@Shawn-Fan I'm compiling successfully on Windows. But I installed protoc instead of compiling it while running. I did that with msys2 (see CI script). Do you still have this problem?
Ah nice, I think I finally grasp what is needed in terms of projection support. Basically where projection comes into play is when mapping tiles onto a sphere. Sadly we...
https://github.com/maplibre/maplibre-gl-js/issues/307
The map should probably fill the screen. It should never be possible to see the world "outside" of the map.
@Quillasp I would propose not to try to merge main into this PR, but manually check the relevant changes and then copy them to a new branch. A lot has...
Closing in favor of #205
What do you mean with a "map source"/"sources"? For the input module refactoring we first need to introduce an maplibre-rs event loop. The only way to update the camera is...