[mapserver-dev] Plugin for ESRI File Geodatabase?Support

Smith, Michael ERDC-CRREL-NH Michael.Smith at usace.army.mil
Wed May 18 15:08:40 EDT 2011


It only works (is available) for 32 bit Linux. 64bit support is coming in the
next release, targeted for mid May (hopefully any day now(tm)).

See
http://blogs.esri.com/Dev/blogs/geodatabase/archive/2011/04/13/File-Geodataba
se-API-_2D00_-4-platform-final-release-set-for-mid_2D00_May.aspx

Mike



-----Original Message-----
From: mapserver-dev-bounces at lists.osgeo.org
[mailto:mapserver-dev-bounces at lists.osgeo.org] On Behalf Of Even Rouault
Sent: Wednesday, May 18, 2011 2:55 PM
To: mapserver-dev at lists.osgeo.org
Cc: Daniel Morissette
Subject: Re: [mapserver-dev] Plugin for ESRI File Geodatabase?Support

Le mercredi 18 mai 2011 17:16:16, Daniel Morissette a écrit :
> On 11-05-18 11:01 AM, Lime, Steve D (DNR) wrote:
> > Looks to be Windows specific?
> 
> Maybe you're right. There is no Linux Makefile in the OGR driver's 
> directory, so it is quite possible that it's been tested only on 
> Windows so far. I'd hope that the code would also work on Linux once 
> the API is available there.

It does build on Linux. It isn't integrated in the build system for now
however, so you have to build it as a plugin at hand.

Something like (adapt the paths of course)

g++ -Wall -g ogr/ogrsf_frmts/filegdb/*.c* -shared -o ogr_FileGDB.so 
g++ -Iport -
Igcore -Iogr -Iogr/ogrsf_frmts -Iogr/ogrsf_frmts/filegdb -L. -lgdal -
I/home/even/filegdb/dist/include -L/home/even/filegdb/dist/lib  -
I/home/even/filegdb/dist/src/FileGDBEngine/include/FileGDBLinux -lFileGDBAPI

and then define GDAL_DRIVER_PATH to point to the place where you put
ogr_FileGDB.so

> 
> In case you're interested you can browse the source of the OGR driver here:
> 
> http://trac.osgeo.org/gdal/browser/trunk/gdal/ogr/ogrsf_frmts/filegdb
_______________________________________________
mapserver-dev mailing list
mapserver-dev at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-dev


More information about the mapserver-dev mailing list