Skip to content

Commit 05471f5

Browse files
committed
[BUGFIX] Extend WFS field type description (time)
Continue commit 2ad32f1
1 parent 3eb5eb2 commit 05471f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/server/qgswfsprojectparser.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,8 @@ void QgsWFSProjectParser::describeFeatureType( const QString& aTypeName, QDomEle
464464
geomElem.setAttribute( "type", "boolean" );
465465
else if ( attributeType == QVariant::Date )
466466
geomElem.setAttribute( "type", "date" );
467+
else if ( attributeType == QVariant::Time )
468+
geomElem.setAttribute( "type", "time" );
467469
else if ( attributeType == QVariant::DateTime )
468470
geomElem.setAttribute( "type", "dateTime" );
469471
else

0 commit comments

Comments
 (0)