[gdal-dev] Motion: Promote GDAL 1.9.0RC1 as GDAL 1.9.0 Final

2011-12-31 Thread Frank Warmerdam
Motion: To promote the GDAL/OGR 1.9.0RC1 release candidate as the final GDAL/OGR 1.9.0 release. +1 Frank -- I have done a wee bit of testing and the release candidate seems solid. Other PSC members are encouraged to test and vote. Feedback from other users is also welcome. Voting w

Re: [gdal-dev] Export from PG to spatialite

2011-12-31 Thread aperi2007
> driver, but not of the SQLite driver. The SQLite driver has a hardcode name > for the geometry column, which is GEOMETRY Hi, Roualt , this is really clear and precious information for me. Expecially the info on the hardcoded name in splite. This was not really clear in the docs for sqlite/s

Re: [gdal-dev] Re: GDAL WMS - stripes offset error

2011-12-31 Thread Even Rouault
Le samedi 31 décembre 2011 14:10:47, Maksim Sestic a écrit : > Hi Even, > > Thanks a million for the suggestion, I simply oversaw this as I'm using > specific Envelope implementation having its Min/Max with regards to X and Y > axes (that is - I'm using LowerLeft and UpperRight coordinates). > >

[gdal-dev] Re: GDAL WMS - stripes offset error

2011-12-31 Thread Maksim Sestic
Hi Even, Thanks a million for the suggestion, I simply oversaw this as I'm using specific Envelope implementation having its Min/Max with regards to X and Y axes (that is - I'm using LowerLeft and UpperRight coordinates). BTW, do you have any idea whether WMS driver (in 1.8.0) supports HTTP crede

Re: [gdal-dev] Export from PG to spatialite

2011-12-31 Thread Even Rouault
Le samedi 31 décembre 2011 13:18:54, vous avez écrit : > Hi, > > I'm try to export from Postgres 9.1.2 with Postgis 2.0 to a spatialite > 3.0.0 version using ogr2ogr.exe. > To do this I try this sintax: > > ogr2ogr.exe --config PG_LIST_ALL_TABLES YES --config PG_SKIP_VIEWS YES > -f "SQLite" db.sq

[gdal-dev] Export from PG to spatialite

2011-12-31 Thread aperi2007
Hi, I'm try to export from Postgres 9.1.2 with Postgis 2.0 to a spatialite 3.0.0 version using ogr2ogr.exe. To do this I try this sintax: ogr2ogr.exe --config PG_LIST_ALL_TABLES YES --config PG_SKIP_VIEWS YES -f "SQLite" db.sqlite -progress PG:"dbname='test' active_schema=work schemas=work,p