Re: [gdal-dev] FileGDB OGR driver test

2011-07-31 Thread Paul Ramsey
_SCOREBOARD="logs/apache_runtime_status" >>  -D DEFAULT_LOCKFILE="logs/accept.lock" >>  -D DEFAULT_ERRORLOG="logs/error_log" >>  -D AP_TYPES_CONFIG_FILE="conf/mime.types" >>  -D SERVER_CONFIG_FILE="conf/httpd.conf" >> >>

Re: [gdal-dev] FileGDB OGR driver test

2011-07-30 Thread Ragi Burhum
"logs/accept.lock" > -D DEFAULT_ERRORLOG="logs/error_log" > -D AP_TYPES_CONFIG_FILE="conf/mime.types" > -D SERVER_CONFIG_FILE="conf/httpd.conf" > > -Original Message- > From: gdal-dev-boun...@lists.osgeo.org [mailto: > gdal-dev-boun...

RE: [gdal-dev] FileGDB OGR driver test

2011-07-30 Thread Smith, Michael ERDC-CRREL-NH
dev-boun...@lists.osgeo.org] On Behalf Of Ragi Burhum Sent: Saturday, July 30, 2011 11:49 AM To: gdal-dev@lists.osgeo.org; Daniel Morissette; Even Rouault Subject: Re: [gdal-dev] FileGDB OGR driver test Wild guess, you are using Apache Multithreaded. If you try on Apache prefork, and it works, it

Re: [gdal-dev] FileGDB OGR driver test

2011-07-30 Thread Ragi Burhum
: Even Rouault > Subject: Re: [gdal-dev] FileGDB OGR driver test > To: gdal-dev@lists.osgeo.org > Cc: Daniel Morissette > Message-ID: <201107292359.00656.even.roua...@mines-paris.org> > Content-Type: Text/Plain; charset="iso-8859-1" > > Le vendredi 29 juill

Re: [gdal-dev] FileGDB OGR driver test

2011-07-30 Thread Daniel Morissette
On 11-07-29 05:59 PM, Even Rouault wrote: Le vendredi 29 juillet 2011 23:20:48, Daniel Morissette a écrit : For the record, I've tested your little testfgdb and run it under my favorite http server : mongoose. And... it works well... Actually, I've been told by Mike/Jeff that it worked under

Re: [gdal-dev] FileGDB OGR driver test

2011-07-29 Thread Even Rouault
Le vendredi 29 juillet 2011 23:20:48, Daniel Morissette a écrit : For the record, I've tested your little testfgdb and run it under my favorite http server : mongoose. And... it works well... > A little trivia for the weekend... > > After his Windows vs FGDB adventures, Jeff reported an issue

Re: [gdal-dev] FileGDB OGR driver test

2011-07-29 Thread Daniel Morissette
Oh, BTW, before someone tries to claim the prize by blaming SELinux... it's disabled, we already checked that... On 11-07-29 05:20 PM, Daniel Morissette wrote: A little trivia for the weekend... After his Windows vs FGDB adventures, Jeff reported an issue with FGDB on Linux as well, on the Li

Re: [gdal-dev] FileGDB OGR driver test

2011-07-29 Thread Daniel Morissette
A little trivia for the weekend... After his Windows vs FGDB adventures, Jeff reported an issue with FGDB on Linux as well, on the Linux server used for the FOSS4G benchmarking exercise and I've had a look. I noticed something odd: OGROpen() (the method of the C API) is able to open the FGDB

Re: [gdal-dev] FileGDB OGR driver test

2011-07-29 Thread Jeff McKenna
An update on this issue: I did some more testing and it seems that I was assuming that MapServer would use the SHAPEPATH value for the CONNECTION; I was wrong (in my filegdb testing on Windows I have discovered that this is not the case here). So to use a relative path you must make sure your

Re: [gdal-dev] FileGDB OGR driver test

2011-07-18 Thread Jeff McKenna
More testing feedback: When displaying in MapServer, a full path is required on Windows (only Windows, relative paths work on Unix), in the CONNECTION parameter, such as: FAILS: CONNECTION "filegdb/us_states.gdb" WORKS: CONNECTION "C:/ms4w/apps/ms101/data/filegdb/us_states.gdb" I have documen

Re: [gdal-dev] FileGDB OGR driver test

2011-07-14 Thread Smith, Michael ERDC-CRREL-NH
Peter, In this case, the OSM data came from Cloudmade shapefiles for Colorado Highways and I converted it to a FileGDB using v10 ArcCatalog. -- Mike Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers On 7/14/11 2:58 AM, "Peter Halls" wrote: >Jeff, > > how was the OSM da

Re: [gdal-dev] FileGDB OGR driver test

2011-07-14 Thread Peter Halls
Jeff, how was the OSM data imported into ArcCatalog? Using Data Interop, the OSM Editor or something else? I ask because I have recently had a tortuous time importing OSM data into ArcGIS and am aware that there are a number of open issues in this arena. The lack of an extent would be a mino

Re: [gdal-dev] FileGDB OGR driver test

2011-07-13 Thread Smith, Michael ERDC-CRREL-NH
Or anyone to download and test, just so its clear. Mike -- Mike Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers On 7/13/11 3:05 PM, "Smith, Michael ERDC-CRREL-NH" wrote: >Yes, it is ok for you to download and test. This is OSM data that I >created using ArcCatalog 10.

Re: [gdal-dev] FileGDB OGR driver test

2011-07-13 Thread Smith, Michael ERDC-CRREL-NH
Yes, it is ok for you to download and test. This is OSM data that I created using ArcCatalog 10. Jeff also has a layer of US States that I created from OGR. It did have the extents. Mike -- Mike Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers On 7/13/11 2:54 PM, "Paul R

Re: [gdal-dev] FileGDB OGR driver test

2011-07-13 Thread Paul Ramsey
The fact that sometimes you can see an extent (when you create a FGDB with OGR) seems to indicate a complexity beyond the driver simply not reading extents... are you certain this FGDB file has extents set? I assume it's OK for me to download it and test. P. On Wed, Jul 13, 2011 at 2:00 PM, Jeff

Re: [gdal-dev] FileGDB OGR driver test

2011-07-13 Thread Jeff McKenna
More feedback on the FileGDB driver: - we're trying to access an OSM road network for Colorado, stored in fgb format, created with ArcCatalog 10.0 (ftp://ftp.usace.army.mil/pub/erdc/crrel/rsgis/osm_colo_roads.zip) - using gdal-trunk and FileGDB_API_1_0Final - when executing ogrinfo for some

Re: [gdal-dev] FileGDB OGR driver test

2011-07-11 Thread Jeff McKenna
Hello everyone, Today I am also testing the FileGDB support, and I was surprised to find that a wiki page in GDAL's 'buildhints' section had not been created, to record all of this great testing and discussionso others don't need to search the mailing list. I have begun the document here,