Re: [gdal-dev] kmlsuperoverlay driver

2010-09-24 Thread Frank Warmerdam
Vincent Schut wrote: On 09/23/2010 02:48 PM, Vincent Schut wrote: Hi, I was curious about the new gdal klmsuperoverlay driver (frmts/kmlsuperoverlay). I have installed minizip, and ran make in the frmts/kmlsuperoverlay folder, which resulted in a kmlsuperoverlaydataset.o. Now what? How wou

Re: [gdal-dev] kmlsuperoverlay driver

2010-09-24 Thread Vincent Schut
On 09/23/2010 02:48 PM, Vincent Schut wrote: Hi, I was curious about the new gdal klmsuperoverlay driver (frmts/kmlsuperoverlay). I have installed minizip, and ran make in the frmts/kmlsuperoverlay folder, which resulted in a kmlsuperoverlaydataset.o. Now what? How would I incorporate this

[gdal-dev] WMS bands - no color interpretation ?

2010-09-24 Thread Oyvind Idland
Hi, i am fiddling around a bit with GDAL. I can successfully load GeoTIFF files etc, but when trying with the WMS driver, something strange happens: Opening the example frmt_wms_onearth_global_mosaic.xml works fine. I query for bands, and get 3. When calling band->GetColorInterpretation(), I get

[gdal-dev] to get rgb and elevation values together

2010-09-24 Thread ahmet temiz
hello I am confused. when I used gdaldem color-relief, I lost elevation values. I only get rgb values. Is there any way to get rgb and elevation values together. gdaldem color-relief dem21.tif ramp22.txt dem_colored21.tif regards ___ gdal-dev mailin

[gdal-dev] Re: can not connect top postgis db using GDAL

2010-09-24 Thread Jukka Rahkonen
Clay, Bruce ball.com> writes: > > L:\SupportLibraries\gdal-1.7.1\bin\release>ogrinfo -ro > PG:"host= user=postgres password=" > FAILURE: > Unable to open datasource `PG:host= user=postgres > password=' You forgot to give dbname. This works for sure for me from Windows: orginfo -ro PG:"dbname

Re: [gdal-dev] Enabling GEOS with GDAL on Windows

2010-09-24 Thread Alex Hagen-Zanker
>>would love to be able to access geos without any work arounds Jay, I am not an expert and struggled to get it working as well. I took the following steps using nmake. If you don't have nmake, you can find instructions for getting it by Googling. It is also an option to get Visual Studio Exp

Re: [gdal-dev] OGDI 3.2 Beta 2

2010-09-24 Thread Ralf Suhr
Hi Jeshua, create a link from libogdi.so to libogdi31.so Gr Ralf Am Freitag 24 September 2010 03:04:03 schrieb Jeshua Lacock: > Greetings, > > Is gdal 1.7.2 supposed to be compatible with OGDI 3.2 beta 2? > > I am getting the following (I tried making a symbolic link from my > libogdi.dylib t