We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37e61d commit 91ce2bcCopy full SHA for 91ce2bc
src/plugins/roadgraph/exportdlg.cpp
@@ -83,7 +83,7 @@ QgsVectorLayer* RgExportDlg::mapLayer() const
83
return NULL;
84
85
QList<QgsField> attrList;
86
- attrList.append( QgsField( "lenght", QVariant::Double, "", 20, 8 ) );
+ attrList.append( QgsField( "length", QVariant::Double, "", 20, 8 ) );
87
attrList.append( QgsField( "time", QVariant::Double, "", 20, 8 ) );
88
prov->addAttributes( attrList );
89
myLayer->updateFields();
0 commit comments