Re: [gdal-dev] GDAL 3.10.2 release candidate available

2025-02-21 Thread Loic Bartoletti via gdal-dev
Hi, It's already been 10 days, but I'm only thanking you now. Even though I'm not the maintainer of GDAL on FreeBSD, as a member of the Desktop team—who has to deal with (and sometimes struggle with) libraries like Poppler—I can only thank you for thinking of us! Personally, it's always a pleas

[gdal-dev] Zip-Compressed GeoJSON Files?

2025-02-21 Thread Simon Eves via gdal-dev
Revisiting our geo export options after several years and hit something weird. Testing with the command-line tools, this works... ogr2ogr -f "geojson" /vsigzip//path/to/output.geojson.gz This does not... ogr2ogr -f "geojson" /vsizip//path/to/output.geojson.zip It spits a ton of errors (attac

[gdal-dev] link error with MrSID and ECW

2025-02-21 Thread Michael Katz via gdal-dev
I am getting the following link errors when building my application in MSVC++: 1>gdal.lib(gdalallregister.cpp.obj) : error LNK2019: unresolved external symbol _GDALRegister_ECW referenced in function _GDALAllRegister@01>gdal.lib(gdalallregister.cpp.obj) : error LNK2019: unresolved external symbo

Re: [gdal-dev] Zip-Compressed GeoJSON Files?

2025-02-21 Thread Simon Eves via gdal-dev
Same with 3.10.1. On Fri, Feb 21, 2025 at 3:12 PM Simon Eves wrote: > Revisiting our geo export options after several years and hit something > weird. > > Testing with the command-line tools, this works... > > ogr2ogr -f "geojson" /vsigzip//path/to/output.geojson.gz > > This does not... > > ogr

Re: [gdal-dev] link error with MrSID and ECW

2025-02-21 Thread Kai Pastor, DG0YT via gdal-dev
IMO you ask for trouble when you manually inject -DFRMT_mrsid=ON  into CFLAGS and CXXFLAGS. This is CMake input ("ON"!). Let the configuration do that for you. Did configuration successfully detect the dependency? Check the config logs. Kai Am 22.02.25 um 05:15 schrieb Michael Katz via gdal-d