[gdal-dev] Export label to dxf from postgresql by ogr2ogr

? ?? giserliang at hotmail.com
Thu Jul 26 01:18:59 PDT 2018


I need to export label to dxf from postgresql by ogr2ogr command, label information is text field in PG, but it is always unsuccessful, I always lose the text label information.

Those commands are here:

ogr2ogr -f "DXF" "demo.dxf" "PG:host=localhost user=postgres dbname=demo pas sword=xxxx port=5432" -sql "SELECT geom, 'LABEL(f:\'Times New Roman\',s:12pt,t:\'' || text || '\')' AS OGR_STYLE FROM demo"

ogr2ogr -select 'text' -f "DXF" "demo.dxf" "PG:host=localhost user=postgres dbname=demo pas sword=xxxx port=5432" "demo"

PG Fields are here:
 [PG Fields And Values] <https://i.stack.imgur.com/0g5h6.png>

What is wrong with those commands? Any Help? Thanks
________________________________
giserliang at hotmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20180726/d613badf/attachment-0001.html>


More information about the gdal-dev mailing list