Bug report #16372

Updated by Giovanni Manghi almost 7 years ago

Hy,



I integrated a point layer by using a vrt file. The vrt file contains a odbc connection to a firebird db.



<OGRVRTDataSource>

<OGRVRTLayer name="QGIS_HYDRANTEN">

<SrcDataSource>ODBC:tbm-lemgo,QGIS_HYDRANTEN</SrcDataSource>

<SrcLayer>QGIS_HYDRANTEN</SrcLayer>

<GeometryType>wkbPoint</GeometryType>

<GeometryField encoding="PointFromColumns" x="RECHTSWERT" y="HOCHWERT"/>

</OGRVRTLayer>

<TARGETSRS>EPSG:25832</TARGETSRS>

</OGRVRTDataSource>



In QGIS it works all fine, but when I try to publish the qgis project by using the QGIS Server, in the Capabilities document my Layer is defined with “no Geometry”.



 geometryType="WKBNoGeometry"



Regards,



Stefan Niemeier

Back