Re: [gdal-dev] OGR datasources

2013-10-04 Thread Jaak Laineste (Nutiteq)
On 03.10.2013, at 20:57, Even Rouault wrote: > Le jeudi 03 octobre 2013 16:11:23, Jaak Laineste (Nutiteq) a écrit : >> Does anyone has a list of OGR datasources which support update ? >> >> I'm using it in Android context, so "big" datasources with libraries >> (PostGIS, ESRI etc) where it prob

Re: [gdal-dev] OGR datasources

2013-10-03 Thread Even Rouault
Le jeudi 03 octobre 2013 16:11:23, Jaak Laineste (Nutiteq) a écrit : > Does anyone has a list of OGR datasources which support update ? > > The tables and test methods have "create" capability, but not update. And > it turns out that there are datasources (e.g. MapInfo) which allow create, > but d

Re: [gdal-dev] OGR datasources

2013-10-03 Thread Olivier BARTHELEMY
Can't you get that by looking at the lines of `gdalinfo --formats`that contain rw+ access? 2013/10/3 Jaak Laineste (Nutiteq) > > Does anyone has a list of OGR datasources which support update ? > > The tables and test methods have "create" capability, but not update. And > it turns out that the

[gdal-dev] OGR datasources

2013-10-03 Thread Jaak Laineste (Nutiteq)
Does anyone has a list of OGR datasources which support update ? The tables and test methods have "create" capability, but not update. And it turns out that there are datasources (e.g. MapInfo) which allow create, but does not allow editing of existing data (opening in write mode). Actually the