Navigation Menu

Skip to content

Commit

Permalink
removed 'change attribute' capability in ogrprovider
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5486 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed May 23, 2006
1 parent e58d963 commit de1fb26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/providers/ogr/qgsogrprovider.cpp
Expand Up @@ -1175,8 +1175,6 @@ int QgsOgrProvider::capabilities() const
if (ogrLayer->TestCapability("RandomWrite"))
// TRUE if the SetFeature() method is operational on this layer.
{
ability |= QgsVectorDataProvider::ChangeAttributeValues;

// TODO According to http://shapelib.maptools.org/ (Shapefile C Library V1.2)
// TODO "You can't modify the vertices of existing structures".
// TODO Need to work out versions of shapelib vs versions of GDAL/OGR
Expand Down

0 comments on commit de1fb26

Please sign in to comment.