Changes between Version 22 and Version 23 of FileGDB


Ignore:
Timestamp:
Jul 11, 2011, 5:33:29 PM (13 years ago)
Author:
EliL
Comment:

Add Unix section

Legend:

Unmodified
Added
Removed
Modified
  • FileGDB

    v22 v23  
    40405. You will also need the file: ''FileGDB_API_VS2008_1_0Final/bin/FileGDBAPI.dll''
    4141
     42=== Unix (Tested on Ubuntu 8.04 and trunk 22708) ===
     43
     44FileGDB is supported through ./configure
     45
     46Assuming you've installed ''libFileGDBAPI'' library under default location, procedure of adding FileGDB support to GDAL/OGR is simple and you only need to provide GDAL/OGR ''configure'' with path to the FileGDB installation (replace /usr/local with whenever you extracted ../FileGDB_API)
     47
     48prefix:
     49
     50{{{
     51$ cd /path/to/gdal
     52$ ./configure --with-FileGDB=/usr/local
     53$ make
     54# make install
     55}}}
     56
    4257== Testing the driver ==
    4358
     
    5873  -> "REC" (readonly)
    5974}}}
     75
     76'''Note for Unix when note compiled as plugin:''' The order in supported formats (and I think order in which drivers are attempted) is slightly different.
     77{{{
     78$ ogrinfo --formats
     79Supported Formats:
     80...
     81  -> "PostgreSQL" (read/write)
     82  -> "PCIDSK" (read/write)
     83  -> "FileGDB" (read/write)
     84  -> "XPlane" (readonly)
     85...
     86}}}
     87
    6088
    6189Then test with a sample file (such as [http://trac.osgeo.org/gdal/raw-attachment/wiki/FileGDB/test_fgdb.gdb.zip here]):
     
    79107  ERROR 1: Error: Failed to open Geodatabase (This release of the GeoDatabase is either invalid or out of date.)
    80108}}}
     109
     110= Open Tickets =
     111
     112[[TicketQuery(status=new|assigned|reopened&keywords~=FileGDB&order=priority)]]