Re: [gdal-dev] Assert due to stack corruption in FlatGeoBuf export

2024-02-24 Thread Simon Eves via gdal-dev
OK, so I tried a custom build of 3.7.3 with the latest *flatbuffers* (23.5.26), which was a drop-in replacement for 2.0.6 other than the version asserts. This does not exhibit the original problem either. However, while it produces files which the stock static build, the static build with the old

Re: [gdal-dev] layer creation option shapefile when converting arcs in dxf

2024-02-24 Thread Jan Heckman via gdal-dev
Even, Thanks, that does the job. I'll lookup configuration options first next time! Jan On Sat, Feb 24, 2024 at 12:20 PM Even Rouault wrote: > Hi, > > perhaps the OGR_ARC_STEPSIZE configuration option: > https://gdal.org/user/configoptions.html#config-OGR_ARC_STEPSIZE ? > > Even > > Le 24/02/202

Re: [gdal-dev] layer creation option shapefile when converting arcs in dxf

2024-02-24 Thread Even Rouault via gdal-dev
Hi, perhaps the OGR_ARC_STEPSIZE configuration option: https://gdal.org/user/configoptions.html#config-OGR_ARC_STEPSIZE ? Even Le 24/02/2024 à 12:15, Jan Heckman via gdal-dev a écrit : Hi All, I am looking for a way to influence the (density of the) linestrings which are produced by convert

[gdal-dev] layer creation option shapefile when converting arcs in dxf

2024-02-24 Thread Jan Heckman via gdal-dev
Hi All, I am looking for a way to influence the (density of the) linestrings which are produced by converting a circle segment in dxf (to a linestring in shapefile format); the aim, ideally, is to limit the angle(s) between the chords produced. If not available, a setting of the number of vertices