Bug fixes

This commit is contained in:
Daniel Girardeau-Montaut
2019-02-08 18:09:26 +01:00
parent b0b987e0fe
commit b9e8364c69
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ static bool CreateFeaturesFromCommand(const QString& command, int lineNumber, co
//we have a point feature
PointFeature* pointFeature = new PointFeature(pointFeatureType);
//specific case: 'SF#'
//specific case: 'SF'
if (pointFeatureType == PointFeature::SF)
{
QString sfIndexStr = typeStr.mid(2);