Oliver Wipfli
Oliver Wipfli
I also tried with ``` wget https://raw.githubusercontent.com/maplibre/demotiles/gh-pages/style.json ./build/bin/mbgl-render --style style.json --output out.png --zoom 6 --lat 39.470 --lon -103 ``` but always got correctly clipped labels...
Hm interesting, is the diff between mapbox-gl-native and maplibre-gl-native large? When was their last common commit?
Maybe you can install it from a local folder https://stackoverflow.com/questions/8088795/installing-a-local-module-using-npm
Maybe also look in the ignored tests. If I run ``` cmake . -B build -G Ninja -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_CXX_COMPILER=g++-10 cmake --build build -j $(nproc 2>/dev/null || sysctl -n hw.ncpu...
Really nice! Do you know if we can run the render test via the node platform?
Ah interesting. The render test fixtures are indeed in the maplibre-gl-js submodule. Maybe even the test harness from GL JS is used for node?
@candux thanks for working on this. It would be extremely helpful if you could figure out how to use the shaders from MapLibre GL JS after the TypeScript migration. @birkskyum...
How much distance per pixel do you get at zoom 25? Must be super tiny, right?
The only render test that fails here is render-tests/icon-text-fit/enlargen-both, which already fails on main. So far so good...
#357 aims to do that, yes