Context-based features are now working

This commit is contained in:
Daniel Girardeau-Montaut
2018-12-15 20:40:58 +01:00
parent ed33d0003a
commit 5dba8e4dee
7 changed files with 421 additions and 112 deletions
+7
View File
@@ -52,6 +52,13 @@ bool PointFeature::checkValidity(QString &error) const
return false;
}
if (type == Invalid)
{
assert(false);
error = "invalid feature type";
return false;
}
assert(cloud1);
if (scaled() && stat == NO_STAT)