Re: [gdal-dev] Motion: Promote 1.11.0RC1 for release

2014-04-25 Thread Howard Butler
+1 to promote to release. On Apr 24, 2014, at 2:27 PM, Daniel Morissette dmorisse...@mapgears.com wrote: +0. I won't have time to test myself, but I am supportive based on the feedback I've seen from others. Daniel On 14-04-24 1:28 PM, Even Rouault wrote: PSC, Only I and Jukka

Re: [gdal-dev] GetGeomType() for a MapInfo TAB using OGR MapInfo File driver

2014-04-25 Thread Max Demars
Hi Even, Thank you for your reply, that explains a lot. I still wonder why there is not a possibility to return wkbPolygon like below: if( numPoints 0 numLines == 0 numRegions == 0 ) m_poDefn-SetGeomType( wkbPoint ); else if( numPoints == 0 numLines 0

Re: [gdal-dev] GetGeomType() for a MapInfo TAB using OGR MapInfo File driver

2014-04-25 Thread Even Rouault
Le vendredi 25 avril 2014 18:23:23, Max Demars a écrit : Hi Even, Thank you for your reply, that explains a lot. I still wonder why there is not a possibility to return wkbPolygon like below: if( numPoints 0 numLines == 0 numRegions == 0 )

Re: [gdal-dev] debug ogr2ogr on Windows

2014-04-25 Thread Martin Landa
Hi Ivan, 2014-04-24 23:27 GMT+02:00 Ivan Lucena lucena_i...@hotmail.com: first of all, thanks a lot for very useful notes! Press F7 will build everything but you don't need to do that if you have done in command line. I tried to build GDAL also from VC, but it ends with 1 lib /nologo

Re: [gdal-dev] debug ogr2ogr on Windows

2014-04-25 Thread Even Rouault
Le vendredi 25 avril 2014 19:31:08, Martin Landa a écrit : Hi Ivan, 2014-04-24 23:27 GMT+02:00 Ivan Lucena lucena_i...@hotmail.com: first of all, thanks a lot for very useful notes! Press F7 will build everything but you don't need to do that if you have done in command line. I

Re: [gdal-dev] Motion: Promote 1.11.0RC1 for release

2014-04-25 Thread Tamas Szekeres
+1 Tamas 2014-04-20 16:03 GMT+02:00 Even Rouault even.roua...@mines-paris.org: Motion: GDAL/OGR 1.11.0RC1 is promoted to be the official 1.11.0 final release. --- No critical issue has been specifically reported on RC1 so far, so I invite PSC members to vote on this motion after doing

Re: [gdal-dev] debug ogr2ogr on Windows

2014-04-25 Thread Martin Landa
Hi, 2014-04-25 19:34 GMT+02:00 Even Rouault even.roua...@mines-paris.org: [...] Looks like you have defined CURL_INC, but not CURL_LIB in your nmake.local / nmake.opt you are right, I double-checked nmake32.opt which is used to build GDAL from cmd line and found the problem. Sorry for the

Re: [gdal-dev] Motion: Promote 1.11.0RC1 for release -- PASSED

2014-04-25 Thread Even Rouault
Le dimanche 20 avril 2014 16:03:08, Even Rouault a écrit : Motion: GDAL/OGR 1.11.0RC1 is promoted to be the official 1.11.0 final release. --- I declare this motion passed with +1 from JukkaR, FrankW, HowardB, TamasS and myself, and +0 from DanielM. The release announcement will follow

Re: [gdal-dev] debug ogr2ogr on Windows

2014-04-25 Thread Ivan Lucena
Hi Martin, If your intention was to build for 64bit and should have create the .vcproj file this way: C:\folder\trunk\gdal makegdal_gen 10.00 64 makegdal10-trunk.vcproj You should open it in VS 2010 and let it is job and convert to the new format. And your nmake.local should like this:

[gdal-dev] GDAL/OGR 1.11.0 released

2014-04-25 Thread Even Rouault
On behalf of the GDAL/OGR development team and community, I am pleased to announce the release of GDAL/OGR 1.11.0. GDAL/OGR is a C++ geospatial data access library for raster and vector file formats, databases and web services. It includes bindings for several languages, and a variety of command

[gdal-dev] Sentinel driver

2014-04-25 Thread shawn gong
Hi, Will there be a Sentenel-1 gdal driver soon? I heard that it contains a GTiff and XML. thanks, Shawn ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] debug ogr2ogr on Windows

2014-04-25 Thread Joaquim Luis
Sorry for bad info than (I had been told that the debugger was not part of the Express editions) But you don't need to create project files to run a debugg session. All it takes is to File - Open - Project/Solution and load the executable. Yes, the executable. Than go to Project -