Re: [gdal-dev] CopyLayer oddity using GML driver

2011-11-21 Thread Frank Broniewski
Am 21.11.2011 19:57, schrieb Even Rouault: Le lundi 21 novembre 2011 11:20:33, Ari Jolma a écrit : Hi, I'm making a new GML layer from an existing layer. For some reason the CopyLayer method leaves adjusted fields out but CreateField, CreateFeature sequence does not. I guess they should be iden

Re: [gdal-dev] wms driver and support for more parameters in the URL - bug in curl?

2011-11-21 Thread Even Rouault
> I try > > gdalwarp in.wms in.tiff > > On my localhost, correst request with all 3 parameters arrives: > /cgi-bin/owsproxy.cgi?FROMCRS=epsg%3A4326&OWSSERVICE=WMS&OWSURL=http%3A%2F% > 2Fgeoportal2.uhul.cz%2Fwms_oprl&request=GetMap&version=1.1.1&layers=Lesni_t > yp&styles=default&srs=EPSG:3035&tra

Re: [gdal-dev] CopyLayer oddity using GML driver

2011-11-21 Thread Even Rouault
Le lundi 21 novembre 2011 11:20:33, Ari Jolma a écrit : > Hi, > > I'm making a new GML layer from an existing layer. For some reason the > CopyLayer method leaves adjusted fields out but CreateField, > CreateFeature sequence does not. I guess they should be identical? > > i.e. > > my $datasource

[gdal-dev] wms driver and support for more parameters in the URL - bug in curl?

2011-11-21 Thread Jachym Cepicky
Hi, several installations of GDAL (1.8, 1.9) are having troubles acting as WMS clients. It seems to be bug in some external library (curl?). I need to configure the XML file for WMS input for GDAL. The URL of the server needs to have more parameters. The resulting request has on some GDAL instal

[gdal-dev] Re: Problem joining a shapefile and MDB

2011-11-21 Thread boesiii
I was able to get it working by upgrading MS4W to the new version on a 32bit PC, today I will try and get it to work on a 64bit PC, although I don't forsee any problems. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Problem-joining-a-shapefile-and-MDB-tp7009404p7016385.h

[gdal-dev] CopyLayer oddity using GML driver

2011-11-21 Thread Ari Jolma
Hi, I'm making a new GML layer from an existing layer. For some reason the CopyLayer method leaves adjusted fields out but CreateField, CreateFeature sequence does not. I guess they should be identical? i.e. my $datasource = Geo::OGR::Open('Pg:...'); my $l = $datasource->ExecuteSQL('...'); m

Re: [gdal-dev] VSI issue

2011-11-21 Thread Frank Broniewski
Am 20.11.2011 10:04, schrieb Ari Jolma: On 11/19/2011 04:24 PM, Even Rouault wrote: I found the problem. It is changeset 23022 (by you, Even :), which removes support for "stdout" and adds "/dev/stdout" as an alias to "/vsistdout/". Simple, but took me a while to find out especially as the log m