Re: [gdal-dev] Motion: adopt RFC 105: Add and use safe path manipulation functions

2025-01-17 Thread Even Rouault via gdal-dev
Hi, adopted with +1 from PSC members HowardB, JukkaR, KurtS, JavierJS, DanB and me. Even Le 15/01/2025 à 16:13, Even Rouault via gdal-dev a écrit : Hi, The candidate implementation is now ready (I'm afraid nobody will find the energy to review the ~ 4000 different edits throughout the cod

Re: [gdal-dev] DXF MLTIPOINT

2025-01-17 Thread Even Rouault via gdal-dev
Let the driver authors decide if it can be a feature request? That's not how open source works: seize the power and become an author! -- http://www.spatialys.com My software is free, but my time generally not. Butcher of all kinds of standards, open or closed formats. At the end, this is jus

Re: [gdal-dev] DXF MLTIPOINT

2025-01-17 Thread Michał Kowalczuk via gdal-dev
OK, I found in the source code that *MultiPoints* are simply omitted. https://github.com/OSGeo/gdal/blob/eda0808fc20564c74b9ab3186c6bf0719ddda4e6/ogr/ogrsf_frmts/dxf/ogrdxfwriterlayer.cpp#L1229 Driver supports writing: wkbPoint, wkbLineString, wkbMultiLineString, wkbPolygon, wkbTriangle, wkbMultiPo