Re: [gdal-dev] compiling with FileGeodb API 1.2

2012-03-16 Thread Stefano Iacovella
I opened a ticket for the issue: http://trac.osgeo.org/gdal/ticket/4570 Best regards Stefano 2012/3/15 Even Rouault : > Le jeudi 15 mars 2012 23:24:22, Kyle Shannon a écrit : >> Stefano, >> I just built from the trunk with filegdb support and had no issues.  I >> would make sure the 1.1 versio

[gdal-dev] gdal_rasterize

2012-03-16 Thread José Manuel Martinho Lourenço
Does anyone ever tried to use QGIS (gdal_rasterize command) to export a polygon map to a raster that could be loaded (with no errors about classes) in Fragstats? Regards --- José Martinho Lourenço ___ gdal-dev mailing list gda

Re: [gdal-dev] Re: [WFS Drvier] "Id Only" and "Geometry Only"

2012-03-16 Thread Paolo Corti
On Fri, Mar 16, 2012 at 4:22 PM, Jukka Rahkonen wrote: > > It does not seem to be quite possible. > This one brings gml_id and geometry even geometry is not included in the > selection. I would not complain about it, geometry with ID is worth more than > geometry without ID. > > ogrinfo  wfs:http:

Re: [gdal-dev] [WFS Drvier] "Id Only" and "Geometry Only"

2012-03-16 Thread xavier lhomme
My first idea was adding traverseXlinkDepth=1 but I think it s not supported by my ArcS Server ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] [WFS Drvier] "Id Only" and "Geometry Only"

2012-03-16 Thread Paolo Corti
On Fri, Mar 16, 2012 at 3:30 PM, xavier lhomme wrote: > Hello >  I want to selectFeatures from a WFS DataSource. > Is it possible to return Geometry Only without the attribut ? >  And Is it possible to return only Id (without Geometry and Attribut ) ? > If using ogrinfo, you can set the -geom and

[gdal-dev] Re: [WFS Drvier] "Id Only" and "Geometry Only"

2012-03-16 Thread Jukka Rahkonen
xavier lhomme gmail.com> writes: > > Hello   I want to selectFeatures from a WFS DataSource. Is it possible to return Geometry Only without the attribut ?  And Is it possible to return only Id (without Geometry and Attribut ) ?thanks Hi, It does not seem to be quite possible. This one brings

RE: [gdal-dev] Re: How to check version of ogr?

2012-03-16 Thread Even Rouault
Selon Kyle Shannon : > Hermann, > I noticed this yesterday too, I don't think the version was updated in the > trunk after the 1.9 branch. No, it hasn't been updated. This is a non trivial issue : should it be called 2.0dev or 1.10dev ? ;-) Even ___ gd

RE: [gdal-dev] Re: How to check version of ogr?

2012-03-16 Thread Kyle Shannon
Hermann, I noticed this yesterday too, I don't think the version was updated in the trunk after the 1.9 branch. kss -Original Message- From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Hermann Peifer Sent: Friday, March 16, 2012 5:25 AM To: J

[gdal-dev] [WFS Drvier] "Id Only" and "Geometry Only"

2012-03-16 Thread xavier lhomme
Hello I want to selectFeatures from a WFS DataSource. Is it possible to return Geometry Only without the attribut ? And Is it possible to return only Id (without Geometry and Attribut ) ? thanks ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http:/

Re: [gdal-dev] Commiting fixes to tags

2012-03-16 Thread Ari Jolma
On 03/16/2012 02:34 PM, Even Rouault wrote: Ari No, all branches, tags and trunks share the same counter for revision number. Unless you actively push a fix in a branch, it won't go there automagically (luckily !) ;-) Actually, there have been no changes in 1.9 branch since its branching from tr

Re: [gdal-dev] Commiting fixes to tags

2012-03-16 Thread Even Rouault
Ari No, all branches, tags and trunks share the same counter for revision number. Unless you actively push a fix in a branch, it won't go there automagically (luckily !) ;-) Actually, there have been no changes in 1.9 branch since its branching from trunk : http://trac.osgeo.org/gdal/log/branches/

Re: [gdal-dev] Commiting fixes to tags

2012-03-16 Thread Ari Jolma
On 03/16/2012 01:56 PM, Even Rouault wrote: Selon Ari Jolma: Folks, I made a change to the Perl typemaps in r23038, causing a serious bug in the bindings that went unnoticed for a while and, what's most unfortunate, was not fixed until after 1.9.0 was released. I've since made a CPAN package 1

Re: [gdal-dev] Commiting fixes to tags

2012-03-16 Thread Even Rouault
Selon Ari Jolma : > Folks, > > I made a change to the Perl typemaps in r23038, causing a serious bug in > the bindings that went unnoticed for a while and, what's most > unfortunate, was not fixed until after 1.9.0 was released. I've since > made a CPAN package 1.90 from the bindings where the bug

[gdal-dev] Commiting fixes to tags

2012-03-16 Thread Ari Jolma
Folks, I made a change to the Perl typemaps in r23038, causing a serious bug in the bindings that went unnoticed for a while and, what's most unfortunate, was not fixed until after 1.9.0 was released. I've since made a CPAN package 1.90 from the bindings where the bug is fixed (r23443). The q

[gdal-dev] Re: How to check version of ogr?

2012-03-16 Thread Hermann Peifer
On 16/03/2012 10:20, Jean-Claude Repetto wrote: Le 16/03/2012 09:55, Chrishelring a écrit : Hi all, very simple question (atleast I hope so ;). I need to check the version of the ogr library included in my mapserver configuration, but cant seem to find a way to do it. If I just enter ogr2ogr in

Re: [gdal-dev] How to check version of ogr?

2012-03-16 Thread Jean-Claude Repetto
Le 16/03/2012 09:55, Chrishelring a écrit : Hi all, very simple question (atleast I hope so ;). I need to check the version of the ogr library included in my mapserver configuration, but cant seem to find a way to do it. If I just enter ogr2ogr ind the shell no versionnumber is presented. ogr2

[gdal-dev] How to check version of ogr?

2012-03-16 Thread Chrishelring
Hi all, very simple question (atleast I hope so ;). I need to check the version of the ogr library included in my mapserver configuration, but cant seem to find a way to do it. If I just enter ogr2ogr ind the shell no versionnumber is presented. Thanks Christian -- View this message in context: