Skip to content

Commit de1fb26

Browse files
author
mhugent
committed
removed 'change attribute' capability in ogrprovider
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5486 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e58d963 commit de1fb26

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/providers/ogr/qgsogrprovider.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,8 +1175,6 @@ int QgsOgrProvider::capabilities() const
11751175
if (ogrLayer->TestCapability("RandomWrite"))
11761176
// TRUE if the SetFeature() method is operational on this layer.
11771177
{
1178-
ability |= QgsVectorDataProvider::ChangeAttributeValues;
1179-
11801178
// TODO According to http://shapelib.maptools.org/ (Shapefile C Library V1.2)
11811179
// TODO "You can't modify the vertices of existing structures".
11821180
// TODO Need to work out versions of shapelib vs versions of GDAL/OGR

0 commit comments

Comments
 (0)