<div dir="ltr"><div><div><div>Hey,<br></div><div>first qgis can't deal with curve (i think),<br>so your data may be curved in your postgis but the visualisation would be incorrect<br> so if you are going to see some curve in qgis, you have to convert the curve to approximate theim using <a href="http://postgis.net/docs/ST_CurveToLine.html">http://postgis.net/docs/ST_CurveToLine.html</a>,<br></div><div>then display the geom <br></div><div>(you can do this in a view if you don't want to duplicate data)<br></div><div><br></div><div>Now if you are really really sure that data in postgis is bad (use ST_AsTExt(geom) for example to see if anything look like curve)<br></div>Either you approximate your curve with multiline and convert it back to curve with postgis<br>(<a href="http://postgis.net/docs/ST_LineToCurve.html">http://postgis.net/docs/ST_LineToCurve.html</a>)<br></div><div><br></div><div>Or you have to go the long way and pass the curves as attributes, and reconstruct it afterward.<br>This seems like a very bad idea.<br><br></div>I'm afraid curve support is very very limited in all gis tools. <br><br>Cheers,<br></div>Rémi-C<br></div><div class="gmail_extra"><br><div class="gmail_quote">2014-11-12 0:00 GMT+01:00 Andy Colson <span dir="ltr"><<a href="mailto:andy@squeakycode.net" target="_blank">andy@squeakycode.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi All,<br>
<br>
Not sure where the best place to ask this, so I'll start here.<br>
<br>
I have a FileGDB that contains some curved lines, I import it into PostGIS and they come out as chopped off Multiline.<br>
<br>
Here are some screen shots to help explain:<br>
<br>
Here is arc viewing the .gdb:<br>
<a href="http://testmaps.camavision.com/arc.png" target="_blank">http://testmaps.camavision.<u></u>com/arc.png</a><br>
<br>
Here is qgis viewing PostGIS:<br>
<a href="http://testmaps.camavision.com/qgis.png" target="_blank">http://testmaps.camavision.<u></u>com/qgis.png</a><br>
<br>
<br>
I tried to get arcCatalog to export to shapefile, but something went bad and I cannot even look at the .shp files.<br>
<br>
Any hints how I can get the curve back?<br>
<br>
Thanks for your time,<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>
</blockquote></div><br></div>