Skip to content

Commit

Permalink
[FEATURE] Curve support for memory layers
Browse files Browse the repository at this point in the history
...smallest diff for a new feature ever ;)
  • Loading branch information
nyalldawson committed Dec 22, 2015
1 parent 6122f04 commit 5838819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/memory/qgsmemoryprovider.cpp
Expand Up @@ -467,7 +467,7 @@ int QgsMemoryProvider::capabilities() const
{
return AddFeatures | DeleteFeatures | ChangeGeometries |
ChangeAttributeValues | AddAttributes | DeleteAttributes | CreateSpatialIndex |
SelectAtId | SelectGeometryAtId;
SelectAtId | SelectGeometryAtId | CircularGeometries;
}


Expand Down

0 comments on commit 5838819

Please sign in to comment.