<div dir="ltr">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...<div><br></div><div><a href="http://trac.osgeo.org/gdal/wiki/rfc49_curve_geometries">http://trac.osgeo.org/gdal/wiki/rfc49_curve_geometries</a><br></div><div><br></div><div>-bborie</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 12, 2014 at 7:44 AM, Andy Colson <span dir="ltr"><<a href="mailto:andy@squeakycode.net" target="_blank">andy@squeakycode.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Shoot.  I changed the command to:<br>
<br>
ogr2ogr<br>
  -f PostgreSQL<br>
  -t_srs EPSG:3857<br>
  'PG:dbname=gis'<br>
  WCWebDataCC.gdb<span class=""><br>
  -lco FID=gid<br>
  -lco SPATIAL_INDEX=OFF<br>
  -lco GEOMETRY_NAME=the_geom<br>
  -lco SCHEMA=washingtonmn<br>
  -lco PRECISION=NO<br></span>
  streets<br>
<br>
<br>
(removing the -nlt) and I still get a MULTILINESTRING, and it still looks the same.<br>
<br>
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.<br>
<br>
I'm not sure what else to try.<div class="HOEnZb"><div class="h5"><br>
<br>
-Andy<br>
______________________________<u></u>_________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org" target="_blank">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-<u></u>bin/mailman/listinfo/postgis-<u></u>users</a><br>
</div></div></blockquote></div><br></div>