You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I'm not very familiar with Windows, so maybe I'm doing something wrong here)
I placed the project near the root of my "dev drive" on Windows, but while recursing submodules, I got a bunch of errors like this:
error: unable to create file output/polygon-with-two-holes-outside-exterior-ring/-3.92212,40.2246,-3.30688,40.4842,simplify_distance=8,strictly_simple=1,fill_type=1,mpu=0,par=0.geojson: Filename too long
(I'm not very familiar with Windows, so maybe I'm doing something wrong here)
I placed the project near the root of my "dev drive" on Windows, but while recursing submodules, I got a bunch of errors like this:
It seems Windows has a feature, disabled by default for backwards compatibility with MS-DOS (!), to remove the 256-char restriction on file name lengths. This should probably be documented in the windows build guide here: https://github.com/maplibre/maplibre-native/blob/57f42d92302963e21c37601bc6f0e5bf4a4d48df/platform/windows/README.md
Beyond that change, I also had to
git config --system core.longpaths true
The text was updated successfully, but these errors were encountered: