OGR Layer Converter Pluginm, Version 0.1 (Alpha)
------------------------------------------------------------------------------
Author: Mateusz Loskot <mateusz@loskot.net>

OGR Layer Converter aims to be a GUI-based implementation of well-known
ogr2ogr utility from GDAL/OGR package. The plugin translates layers
between OGR supported formats built-in GDAL/OGR library available for
particular QGIS installation.
Built-in formats are listed in drop-down boxes.

Currently, it is possible to translate one selected source
layer to another OGR format.

Testing appreciated.

------------------------------------------------------------------------------
 TODO
------------------------------------------------------------------------------
translator.h:    // TODO: Implement, currently always overwrite
translator.h:    // TODO: Append option not supported
dialog.cpp:// TODO: Add support of QGIS projection selector 
dialog.cpp:    // TODO: Transformation support
dialog.cpp:    // TODO: Transformation support
dialog.cpp:    // TODO: SRS transformation support
dialog.cpp:    // TODO: Use try-catch to display more meaningful error messages from Translator
plugin.cpp:    // TODO: Who is responsible for OGR cleanup?
translator.cpp:    // TODO: RAII for OGR handlers!!!
translator.cpp:    // TODO: Support translation of all layers from input data source
translator.cpp:        // TODO: -nlt option support
translator.cpp:        // TODO: Implement SRS transformation 
translator.cpp:    // TODO: Append and createion options not implemented
translator.cpp:    // TODO: RAII for feature handlers!!!
translator.cpp:        // TODO: Transform feature geometry
translator.cpp:        // TODO: Skip failures support
translator.cpp:        // TODO: Add support for creation options
