+ add custom points feature

This commit is contained in:
wmayer
2015-12-31 15:40:19 +01:00
parent 133c884797
commit 66087fcfd6
3 changed files with 14 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ void PointsExport initPoints()
// add data types
Points::Feature ::init();
Points::FeatureCustom ::init();
Points::FeaturePython ::init();
Points::ViewFeature ::init();
}