We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213b2b9 commit 776c5aaCopy full SHA for 776c5aa
src/providers/ogr/qgsogrprovider.cpp
@@ -1175,8 +1175,6 @@ int QgsOgrProvider::capabilities() const
1175
if (ogrLayer->TestCapability("RandomWrite"))
1176
// TRUE if the SetFeature() method is operational on this layer.
1177
{
1178
- ability |= QgsVectorDataProvider::ChangeAttributeValues;
1179
-
1180
// TODO According to http://shapelib.maptools.org/ (Shapefile C Library V1.2)
1181
// TODO "You can't modify the vertices of existing structures".
1182
// TODO Need to work out versions of shapelib vs versions of GDAL/OGR
0 commit comments