Try to export to dxf with saptialite_gui

18 views
Skip to first unread message

mlcvista

unread,
Apr 10, 2017, 5:42:39 AM4/10/17
to SpatiaLite Users
Hello,

I want to try the dxf export with the Spatialite_gui tool…

I make a connection to  (found this link on Spatialite web documentation) http://webgis.regione.sardegna.it/geoserver/ows?service=WFS&request=GetCapabilities

I load the data…

I try to export some datas from the comuni table to DXF :

I build this sql_query : Select * from comuni where AA01_nome=’ALGHERO’

I save it to q3.sql…

And I try to export the dats to dxf with this query in the Spatialite_gui tool…

 SELECT ExportDXF('E:\datas_exchange\SPATIALITE\test wfs',

                 'ALGHERO',

                 'E:\datas_exchange\SPATIALITE\test wfs\q3.sql',

                 'AA01_GEOMETRIA',

                 'AA01_GEOMETRIA', NULL,NULL, NULL,'AA01_GEOMETRIA')

FROM Comuni WHERE AA01_nome='ALGHERO';

 

Still have in result 0….And the dxf is empty…

What’s wrong with my actions ?

 

With best regards,

Michel

mlcvista

unread,
Apr 10, 2017, 10:43:28 AM4/10/17
to SpatiaLite Users

Hello,


Finally I create like written in documentation a sql_queries and it works !

Great tool !

Big thank you to Spatialite !

With best regards,
Michel
Reply all
Reply to author
Forward
0 new messages