[gdal-dev] Issues with FileGDB support

2013-03-15 Thread quiztli
Hello I have built gdal from source (1.9.2, latest stable) with Esri FileGDB support included. This is specified during the configuration, --with-fgdb=/usr/local/FileGDB_API/. The configuration and build goes well and I can see that the fileGDB libs get linked but when I check the format support

Re: [gdal-dev] Polygonizer / Lines

2013-03-15 Thread Alisson Barbosa
Thank you Chaitanya, I had read the explanation of Peter Halls. But that was *raster polygonization*. I am currently working with another type: *polygonization of OGRLineStrings*. My question was because i was not able to polygonize using the mentioned method. I created an OGRMultiLineString or

Re: [gdal-dev] Polygonizer / Lines

2013-03-15 Thread Chaitanya kumar CH
Alisson, Can you provide a sample dataset that didn't work? On Fri, Mar 15, 2013 at 6:20 PM, Alisson Barbosa alisson.u...@gmail.comwrote: Thank you Chaitanya, I had read the explanation of Peter Halls. But that was *raster polygonization*. I am currently working with another type:

Re: [gdal-dev] Polygonizer / Lines

2013-03-15 Thread Peter Halls
Alisson, in vector mode, where you are working with linestrings, the procedure is as described in Stephen Wise's book, GIS Basics (Taylor Francis, 2002) chapters 2 - 4. You will need to compute the intersection of all the lines (Chapter 3), split them at the intersections and either

Re: [gdal-dev] How to set OGR_INTERLEAVED_READING when using the OSM driver

2013-03-15 Thread Jukka Rahkonen
Paolo Corti pcorti at gmail.com writes: Hi guys I am giving a try to the new OSM driver, that looks very promising to me ;) I am using the latest source code from trunk, and I cannot figure out how can I set the OGR_INTERLEAVED_READING when using ogr2ogr. If I try to export an OSM file

Re: [gdal-dev] Issues with FileGDB support

2013-03-15 Thread Martin Feuchtwanger
Don't know if this helps but, when i was using (not building) ogr, i had to specially select the filedb facility as an 'extra' during installation (or choose to do it later). Martin Feuchtwanger feu...@shaw.ca 604-254-0361 Vancouver, BC V5N 1J6 http://members.shaw.ca/geomatics.developer On

Re: [gdal-dev] Issues with FileGDB support

2013-03-15 Thread Paul Norman
From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev- To: gdal-dev@lists.osgeo.org Subject: [gdal-dev] Issues with FileGDB support Hello I have built gdal from source (1.9.2, latest stable) with Esri FileGDB support included. This is specified during the configuration, --with-

[gdal-dev] Error compiling GDAL from trunk on Mac OS X 10.6.8

2013-03-15 Thread Jorge Arévalo
Hello, I'm getting an error compiling GDAL from trunk (r25758). I successfully compiled GDAL from trunk before with this configure script: https://dl.dropbox.com/u/6599273/gdal/configure_gdal.sh But after last svn update to r25758, I get this error

Re: [gdal-dev] How to set OGR_INTERLEAVED_READING when using the OSM driver

2013-03-15 Thread Even Rouault
Le vendredi 15 mars 2013 16:44:14, Paolo Corti a écrit : Hi guys I am giving a try to the new OSM driver, that looks very promising to me ;) I am using the latest source code from trunk, and I cannot figure out how can I set the OGR_INTERLEAVED_READING when using ogr2ogr. If I try to

Re: [gdal-dev] Error compiling GDAL from trunk on Mac OS X 10.6.8

2013-03-15 Thread William Kyngesburye
On Mar 15, 2013, at 5:55 PM, Jorge Arévalo wrote: http://www.gnu.org/software/gnulib/manual/html_node/environ.html suggests me the following patch. Please test and report if it works. Index: port/cpl_spawn.cpp === ---

Re: [gdal-dev] Error compiling GDAL from trunk on Mac OS X 10.6.8

2013-03-15 Thread Even Rouault
Le vendredi 15 mars 2013 23:55:18, Jorge Arévalo a écrit : El viernes 15 de marzo de 2013 a las 23:03, Even Rouault escribió: Le vendredi 15 mars 2013 22:53:36, Jorge Arévalo a écrit : El viernes 15 de marzo de 2013 a las 22:36, Even Rouault escribió: Le vendredi 15 mars 2013 20:09:57,