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] EPSG 8.2 Upgrade

2013-10-03 Thread Frank Warmerdam
Patch applied in trunk... On Thu, Oct 3, 2013 at 9:06 AM, Paul Meems wrote: > Thanks Even, > > That patch works great. > Hopefully it will get implemented soon. > > > > Paul > > *Paul Meems * > Release manager, configuration manager > and forum moderator of MapWindow GIS. > www.mapwindow.org

Re: [gdal-dev] EPSG 8.2 Upgrade

2013-10-03 Thread Paul Meems
Thanks Even, That patch works great. Hopefully it will get implemented soon. Paul *Paul Meems * Release manager, configuration manager and forum moderator of MapWindow GIS. www.mapwindow.org Owner of MapWindow.nl - Support for Dutch speaking users. www.mapwindow.nl * * 2013/10/3 Even Roua

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

Re: [gdal-dev] can't fetch the projection definition string on Linux

2013-10-03 Thread Daniel Testa
The problem was solved installing libgeotiff-epsg. I did the following: sudo apt-get install libgeotiff-epsg After doing that everything worked as expected. Thanks Carl and Frank for your help. Best regards, Daniel. On Wed, Oct 2, 2013 at 10:15 PM, Frank Warmerdam wrote: > Daniel, > > This i

[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

Re: [gdal-dev] EPSG 8.2 Upgrade

2013-10-03 Thread Even Rouault
Selon Paul Meems : > I'm not sure if this is the correct place to report this. If not please let > me know. > > I'm having trouble compiling the trunk version of PROJ.4 with the updated > EPSG 8.2 database definitions. > I'm running Win7 and use VS2008. > I'm getting these errors and warnings: > W

Re: [gdal-dev] EPSG 8.2 Upgrade

2013-10-03 Thread Paul Meems
I'm not sure if this is the correct place to report this. If not please let me know. I'm having trouble compiling the trunk version of PROJ.4 with the updated EPSG 8.2 database definitions. I'm running Win7 and use VS2008. I'm getting these errors and warnings: Warning 1Command line warning D

Re: [gdal-dev] sqlite dialect and MySQL spatial input

2013-10-03 Thread aborruso
Ciao Jukka, Rahkonen Jukka wrote > It could be good to mention that since GDAL version r26506 in trunk and > with > the future GDAL releases beginning from 1.11 (or 2.0) users do not need to > do this in a tricky way with VRT but it is enough to just use -dialect > SQLITE. People will find your b

Re: [gdal-dev] sqlite dialect and MySQL spatial input

2013-10-03 Thread Jukka Rahkonen
aborruso gmail.com> writes: > > Hi Even, Jukka, GDAL developers, > I have written a blog post (in Italian), about this MySQL/GDAL/Sqlite > experience: http://goo.gl/YvRqo2 > > It is another way to say thank you. Ciao, It could be good to mention that since GDAL version r26506 in trunk and wi