Re: [gdal-dev] Esri JSON Curves

2018-07-13 Thread James Klassen
Ok. I made that change and it appears to work. Latest code available here: https://github.com/klassenjs/ gdal/tree/esrijson-curves On Mon, Jul 2, 2018 at 1:56 PM, Even Rouault wrote: > > > > In the first two cases (without OLCCurveGeometries set) I see > > curveToLineString is being called whe

Re: [gdal-dev] Esri JSON Curves

2018-06-22 Thread James Klassen
quot;). There are other curve types supported by the spec, (e.g. Bézier), but I don't have any examples of these other types in the datasets I have on hand. [1] https://github.com/klassenjs/gdal/tree/esrijson-curves On Thu, Oct 19, 2017 at 4:55 PM, James Klassen wrote: > On Thu, Oct 19,

Re: [gdal-dev] Esri JSON Curves

2017-10-19 Thread James Klassen
On Thu, Oct 19, 2017 at 2:04 PM, Even Rouault wrote: > On jeudi 19 octobre 2017 13:38:38 CEST James Klassen wrote: > > Has anyone looked at reading curved geometries from an Esri rest service > > queried with "returnTrueCurves=true"? > > > > My end goal i

[gdal-dev] Esri JSON Curves

2017-10-19 Thread James Klassen
Has anyone looked at reading curved geometries from an Esri rest service queried with "returnTrueCurves=true"? My end goal is to import the data into PostGIS. We were successful using ogr2ogr to translate the curved features from a geodatabase download in the past, but that download is being repla