Re: [gdal-dev] GDAL/OGR 1.6.0 Beta 1 Available

2008-10-29 Thread Frank Warmerdam
William Kyngesburye wrote: Is there an overview of changes? The NEWS file hasn't been updated since 1.5.0 prerelease. William, There isn't yet a NEWS file update available. It is produced rather manually and I didn't have the time/energy to do it today. It will be in place for the first RC,

Re: [gdal-dev] GDAL/OGR 1.6.0 Beta 1 Available

2008-10-29 Thread William Kyngesburye
Is there an overview of changes? The NEWS file hasn't been updated since 1.5.0 prerelease. On Oct 29, 2008, at 10:00 PM, Frank Warmerdam wrote: Folks, I have prepared the GDAL/OGR 1.6.0 Beta1 release. This is the first of two planned betas, the second is planned for November 12th. The

[gdal-dev] GDAL/OGR 1.6.0 Beta 1 Available

2008-10-29 Thread Frank Warmerdam
Folks, I have prepared the GDAL/OGR 1.6.0 Beta1 release. This is the first of two planned betas, the second is planned for November 12th. The source is available at: http://download.osgeo.org/gdal/gdal-1.6.0beta1.tar.gz http://download.osgeo.org/gdal/gdal160beta1.zip I have also snapped t

Re: [gdal-dev] gdal_priv.h not found on ubuntu

2008-10-29 Thread Matt Wilkie
> Try: > > g++ -I/usr/include/gdal hillshade.cpp -lgdal -o hillshade Thank you for the suggestion, still no good though: :~/src/demtools$ g++ -I/usr/include/gdal hillshade.cpp -lgdal -o hillshade /usr/bin/ld: cannot find -lgdal collect2: ld returned 1 exit status :~/src/demtools$ g++ -I/usr/incl

Re: [Gdal-dev] SQLite problem

2008-10-29 Thread iomeneandrei
Hi Even, Even Rouault wrote: > > Yes, see http://www.sqlite.org/lang_altertable.html > You need SQLite > 3.1.3 > to build my sqlite spatial db I use ogr2ogr utility I have in the lates fwtools for windows. The same for ogrinfo. Whit this I have: "FAILURE: Unable to open datasource `C:\output2.s

Re: [Gdal-dev] SQLite problem

2008-10-29 Thread Even Rouault
Yes, see http://www.sqlite.org/lang_altertable.html You need SQLite > 3.1.3 Le Wednesday 29 October 2008 23:44:37 Even Rouault, vous avez écrit : > I can read output2.sqlite with ogrinfo: > > INFO: Open of `output2.sqlite' > using driver `SQLite' successful. > > Layer name: output > Geometry

Re: [Gdal-dev] SQLite problem

2008-10-29 Thread Even Rouault
I can read output2.sqlite with ogrinfo: INFO: Open of `output2.sqlite' using driver `SQLite' successful. Layer name: output Geometry: Point Feature Count: 2 Extent: (13.00, 38.00) - (13.50, 39.00) Layer SRS WKT: GEOGCS["WGS 84", DATUM["WGS_1984", SPHEROID["WGS 84

Re: [Gdal-dev] SQLite problem

2008-10-29 Thread iomeneandrei
Hi Even, thank you very much. Even Rouault wrote: > > This must be a problem with your SQLite client. > I will make some test with another client. Best regards, Andrea - Andrea Borruso email: [EMAIL PROTECTED] blog: http://blog.spaz

Re: [Gdal-dev] SQLite problem

2008-10-29 Thread iomeneandrei
Hi Frank, thank you very much. Frank Warmerdam-2 wrote: > > The file you referenced seems to work fine with my (trunk) ogrinfo. Can > you > provide an example that ogrinfo can't read? Generally, adding new columns > to > a spatial table should not cause problems for OGR. > The file I have att

[gdal-dev] Re: SetEquarectangular() changes

2008-10-29 Thread Frank Warmerdam
RICHARD Didier wrote: Didier, Frank, I've backed out r15642 (in r15643) for the time being because I suspect it included some unrelated changes that were inadvertant. http://trac.osgeo.org/gdal/changeset/15642 For instance some of the changes to geo_normalize.c and geo_ctrans.inc which

[gdal-dev] Re: SetEquarectangular() changes

2008-10-29 Thread RICHARD Didier
> Didier, > Frank, > I've backed out r15642 (in r15643) for the time being because I suspect it > included some unrelated changes that were inadvertant. > >http://trac.osgeo.org/gdal/changeset/15642 > > For instance some of the changes to geo_normalize.c and geo_ctrans.inc > which > really n

[gdal-dev] SetEquarectangular() changes

2008-10-29 Thread Frank Warmerdam
Didier, I've backed out r15642 (in r15643) for the time being because I suspect it included some unrelated changes that were inadvertant. http://trac.osgeo.org/gdal/changeset/15642 For instance some of the changes to geo_normalize.c and geo_ctrans.inc which really need to start out upstream i

Re: [Gdal-dev] SQLite problem

2008-10-29 Thread Frank Warmerdam
iomeneandrei wrote: Hi all, I have created a sqlite spatial db with ogr2ogr, starting from a simple shapefile. I'm able to read the proper info of this sqlite db with ogrinfo. If I add a column to this sqlite db inside the table where I have the WKT_GEOMETRY, ogrinfo is no more able to read pro

Re: [Gdal-dev] SQLite problem

2008-10-29 Thread Even Rouault
This must be a problem with your SQLite client. I used the sqlite3 console gui and did on your database: ALTER TABLE output ADD COLUMN newcolumn VARCHAR; ogrinfo was still working afterwards. Le Wednesday 29 October 2008 19:52:41 iomeneandrei, vous avez écrit : > d a column to this sqlite db ins

[Gdal-dev] SQLite problem

2008-10-29 Thread iomeneandrei
Hi all, I have created a sqlite spatial db with ogr2ogr, starting from a simple shapefile. I'm able to read the proper info of this sqlite db with ogrinfo. If I add a column to this sqlite db inside the table where I have the WKT_GEOMETRY, ogrinfo is no more able to read properly this db. Is it

RE: [gdal-dev] Formats question (was Re: JPEG2000 question/issue)

2008-10-29 Thread Nidel, Mike
It worked like a charm, thanks. Just a note: disabling gtiff made gdalinfo not build, and jpeg also had a similar effect on some step of the build. So I reenabled those and everything builds happily. much appreciated! Mike > -Original Message- > From: Frank Warmerdam [mailto:[EMAIL PROT

Re: [gdal-dev] MSYS buildslave

2008-10-29 Thread Frank Warmerdam
Ari Jolma wrote: All, I've set up a buildslave, which builds GDAL from a fresh checkout of the trunk in Windows using the MSYS environment. Currently the build is quite lean and only Perl bindings are built in addition to the core dll and apps. Only Perl tests are run. Ari, Excellent! The

Re: [gdal-dev] Problem in using gdaltransform

2008-10-29 Thread Klokan Petr Přidal
Dear Kai, The coordinates itself are expected on the standard input not as parameter... Use command: gdaltransform -s_srs EPSG:28992 -t_srs EPSG:31370 and after it is running type in the values followed by Enter 177502 311865 It will print the transformed coordinates. In case you need to trans

[gdal-dev] Problem in using gdaltransform

2008-10-29 Thread Kai Behncke
Dear users, I have got a problem using gdaltransform on Windows XP (Fwtools 2.2.6). If I try the example from http://www.gdal.org/gdaltransform.html using gdaltransform -s_srs EPSG:28992 -t_srs EPSG:31370 177502 311865 I always get: ERROR 4: `177502' does not exist in the file system, and

[gdal-dev] MSYS buildslave

2008-10-29 Thread Ari Jolma
All, I've set up a buildslave, which builds GDAL from a fresh checkout of the trunk in Windows using the MSYS environment. Currently the build is quite lean and only Perl bindings are built in addition to the core dll and apps. Only Perl tests are run. The slave is listed on http://buildbot.

Re: [gdal-dev] Desktop App Map Server?

2008-10-29 Thread Nico Mandery
Brian Hone schrieb: Hi Folks, Sorry if this is a newbie question, but I've looked all over and can't find any good information. I have a desktop app (wxGTK / C++ / OpenGL) on which I want to display all manner of geo-images, in all manner of projections, etc. I have coded the ability to displa