[postgis-users] FileGDB curves

Bborie Park dustymugs at gmail.com
Wed Nov 12 07:48:56 PST 2014


If I remember correctly, curve geometries are not currently supported in
GDAL/OGR. There is a GDAL RFC making the rounds for adding curve support...

http://trac.osgeo.org/gdal/wiki/rfc49_curve_geometries

-bborie

On Wed, Nov 12, 2014 at 7:44 AM, Andy Colson <andy at squeakycode.net> wrote:

> Shoot.  I changed the command to:
>
> ogr2ogr
>   -f PostgreSQL
>   -t_srs EPSG:3857
>   'PG:dbname=gis'
>   WCWebDataCC.gdb
>   -lco FID=gid
>   -lco SPATIAL_INDEX=OFF
>   -lco GEOMETRY_NAME=the_geom
>   -lco SCHEMA=washingtonmn
>   -lco PRECISION=NO
>   streets
>
>
> (removing the -nlt) and I still get a MULTILINESTRING, and it still looks
> the same.
>
> The ogr2ogr is part of a perl script, and the first command I posted was
> my guess at what it generated, which was a little off.  The command above
> is correct.
>
> I'm not sure what else to try.
>
>
> -Andy
> _______________________________________________
> postgis-users mailing list
> postgis-users at lists.osgeo.org
> http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20141112/a5f109d6/attachment.html>


More information about the postgis-users mailing list