Re: [gdal-dev] Building lightweight OGR library

2012-02-04 Thread Dmitry Baryshnikov
05.02.2012 0:56, Daniel Morissette пишет: On 12-02-04 1:05 PM, Dmitry Baryshnikov wrote: I think there is necessity of such lightweight library (with only CPL and/or OGR and/or GDAL). Doing this is possible. The MITAB library does carry just the required minimum files from the ogr and port

Re: [gdal-dev] Building lightweight OGR library

2012-02-04 Thread Daniel Morissette
On 12-02-04 1:05 PM, Dmitry Baryshnikov wrote: I think there is necessity of such lightweight library (with only CPL and/or OGR and/or GDAL). Doing this is possible. The MITAB library does carry just the required minimum files from the ogr and port directories: http://mitab.maptools.org/ I

[gdal-dev] Building lightweight OGR library

2012-02-04 Thread Dmitry Baryshnikov
Hi all, I want to build lightweight ORL library with only SHP, Mapinfo and KML support (and input such logic to cmake - ability to check any combination of libraries or drivers with cross dependent logic). But OGR code need several functions (GDALVersionInfo, GDALCheckVersion, etc.) form GDAL