4

Is it possible to edit shapes while using a "definition query" or "query builder" in QGIS?

I'm trying to do this in the same way I used to in ArcGIS.

PolyGeo
  • 65,136
  • 29
  • 109
  • 338

1 Answers1

3

It is not possible to edit a shapefile with a query. Following this ticket: http://hub.qgis.org/issues/2951, it is a matter of the underlaying OGR shapefile driver.

To solve the problem, store your data in a spatialite database, which can be queried and edited with no problems. That's what databases are designed for; a shapefile only comes with limited database-like functions.

AndreJ
  • 76,698
  • 5
  • 86
  • 162