Skip to content

Commit ebab36a

Browse files
committed
[BUGFIX] Extend WFS field type description (time)
Continue commit 2ad32f1
1 parent c9b362f commit ebab36a

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
@@ -436,6 +436,8 @@ void QgsWFSProjectParser::describeFeatureType( const QString& aTypeName, QDomEle
436436
geomElem.setAttribute( "type", "boolean" );
437437
else if ( attributeType == QVariant::Date )
438438
geomElem.setAttribute( "type", "date" );
439+
else if ( attributeType == QVariant::Time )
440+
geomElem.setAttribute( "type", "time" );
439441
else if ( attributeType == QVariant::DateTime )
440442
geomElem.setAttribute( "type", "dateTime" );
441443
else

0 commit comments

Comments
 (0)