<div dir="ltr"><div>So it seems you are stuck with approximating curve with line inside FileGDB before using ogr.<br><br></div>I guess you can do so using arcgis, but I never used it.<br><br>Cheers,<br>Rémi-C<br></div><div class="gmail_extra"><br><div class="gmail_quote">2014-11-12 17:09 GMT+01:00 Paul Ramsey <span dir="ltr"><<a href="mailto:pramsey@cleverelephant.ca" target="_blank">pramsey@cleverelephant.ca</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Correct, the curves were likely ruined on the way through GDAL. In<br>
some ways, fortunate they ever got through at all.<br>
<div class="HOEnZb"><div class="h5"><br>
On Wed, Nov 12, 2014 at 7:48 AM, Bborie Park <<a href="mailto:dustymugs@gmail.com">dustymugs@gmail.com</a>> wrote:<br>
> If I remember correctly, curve geometries are not currently supported in<br>
> GDAL/OGR. There is a GDAL RFC making the rounds for adding curve support...<br>
><br>
> <a href="http://trac.osgeo.org/gdal/wiki/rfc49_curve_geometries" target="_blank">http://trac.osgeo.org/gdal/wiki/rfc49_curve_geometries</a><br>
><br>
> -bborie<br>
><br>
> On Wed, Nov 12, 2014 at 7:44 AM, Andy Colson <<a href="mailto:andy@squeakycode.net">andy@squeakycode.net</a>> wrote:<br>
>><br>
>> Shoot.  I changed the command to:<br>
>><br>
>> ogr2ogr<br>
>>   -f PostgreSQL<br>
>>   -t_srs EPSG:3857<br>
>>   'PG:dbname=gis'<br>
>>   WCWebDataCC.gdb<br>
>>   -lco FID=gid<br>
>>   -lco SPATIAL_INDEX=OFF<br>
>>   -lco GEOMETRY_NAME=the_geom<br>
>>   -lco SCHEMA=washingtonmn<br>
>>   -lco PRECISION=NO<br>
>>   streets<br>
>><br>
>><br>
>> (removing the -nlt) and I still get a MULTILINESTRING, and it still looks<br>
>> the same.<br>
>><br>
>> The ogr2ogr is part of a perl script, and the first command I posted was<br>
>> my guess at what it generated, which was a little off.  The command above is<br>
>> correct.<br>
>><br>
>> I'm not sure what else to try.<br>
>><br>
>><br>
>> -Andy<br>
>> _______________________________________________<br>
>> postgis-users mailing list<br>
>> <a href="mailto:postgis-users@lists.osgeo.org">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-bin/mailman/listinfo/postgis-users</a><br>
><br>
><br>
><br>
> _______________________________________________<br>
> postgis-users mailing list<br>
> <a href="mailto:postgis-users@lists.osgeo.org">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-bin/mailman/listinfo/postgis-users</a><br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org">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-bin/mailman/listinfo/postgis-users</a><br>
</div></div></blockquote></div><br></div>