mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
[BUGFIX] Extend WFS field type description (time)
Continue commit 2ad32f1635d39fd90bdf0c10fc98f467f6b4f5d3
This commit is contained in:
parent
3eb5eb2270
commit
05471f55d3
@ -464,6 +464,8 @@ void QgsWFSProjectParser::describeFeatureType( const QString& aTypeName, QDomEle
|
||||
geomElem.setAttribute( "type", "boolean" );
|
||||
else if ( attributeType == QVariant::Date )
|
||||
geomElem.setAttribute( "type", "date" );
|
||||
else if ( attributeType == QVariant::Time )
|
||||
geomElem.setAttribute( "type", "time" );
|
||||
else if ( attributeType == QVariant::DateTime )
|
||||
geomElem.setAttribute( "type", "dateTime" );
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user