Re: [gdal-dev] Reading CurveString and CurvePolygon Geometries from FGF Data

2014-01-21 Thread Brian Case
bob, if you decide to go the mask band route you wont be able to use a vrt. you will need to use gdalwarp or mapserver Brian On Tue, 2014-01-21 at 09:04 -0800, Bob Cave wrote: > Even Rouault wrote > > Le vendredi 17 janvier 2014 17:08:38, Bob Cave a écrit : > >> Hello, > >> > >> I am using the

Re: [gdal-dev] Reading CurveString and CurvePolygon Geometries from FGF Data

2014-01-21 Thread Bob Cave
Even Rouault wrote > Le vendredi 17 janvier 2014 17:08:38, Bob Cave a écrit : >> Hello, >> >> I am using the OGR Spatialite driver to read a database that has FGF >> geometries. Some of the geometries are CurvePolygons, which are not >> currently supported in OGRGeometryFactory::createFromFgfInte

Re: [gdal-dev] Reading CurveString and CurvePolygon Geometries from FGF Data

2014-01-17 Thread Even Rouault
Le vendredi 17 janvier 2014 17:08:38, Bob Cave a écrit : > Hello, > > I am using the OGR Spatialite driver to read a database that has FGF > geometries. Some of the geometries are CurvePolygons, which are not > currently supported in OGRGeometryFactory::createFromFgfInternal() as of > GDAL 1.10.1

[gdal-dev] Reading CurveString and CurvePolygon Geometries from FGF Data

2014-01-17 Thread Bob Cave
Hello, I am using the OGR Spatialite driver to read a database that has FGF geometries. Some of the geometries are CurvePolygons, which are not currently supported in OGRGeometryFactory::createFromFgfInternal() as of GDAL 1.10.1. Is support for FGF CurveString and CurvePolygon geometries current