Re: [gdal-dev] GDAL/OGR curve stroking dfMaxAngleStepSizeDegrees

2019-11-12 Thread agisar
It looks like the answer is "4 degrees unless the user has overridden the value with the OGR_ARC_STEPSIZE configuration variable", as found in gdal-3.0.2/ogr/ogrgeometryfactory.cpp:3884. Hope that helps. Scott -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html

Re: [gdal-dev] GDAL/OGR curve stroking dfMaxAngleStepSizeDegrees

2019-11-12 Thread Even Rouault
On mardi 12 novembre 2019 08:01:58 CET Clemens Rudert wrote: > Hello > > Still I look for this default value. I was not able to find it. Since Iam > not a pro C programmer I would be really happy if someone could help out > here. The answer was actually in the doc of

Re: [gdal-dev] GDAL/OGR curve stroking dfMaxAngleStepSizeDegrees

2019-11-11 Thread Clemens Rudert
Hello Still I look for this default value. I was not able to find it. Since Iam not a pro C programmer I would be really happy if someone could help out here. Cheers Clemens > Am 07.11.2019 um 11:50 schrieb Clemens Rudert : > > Hi folks > > > Iam interested in the default value for

[gdal-dev] GDAL/OGR curve stroking dfMaxAngleStepSizeDegrees

2019-11-07 Thread Clemens Rudert
Hi folks Iam interested in the default value for parameter dfMaxAngleStepSizeDegrees for stroking curved polygons. The OGR docs https://gdal.org/doxygen/classOGRPolygon.html#a7e5a3f9a67e18e045167832c5b8ff850 say only that there is some default value used if parameter 0 is passed. Does