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
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
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
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