v2.3.0
Added
- If a provider passes in a metadata value to the Exporter then it will be used to create a metadata xml file for only shp exports.
- Added a
exportFile
method to BaseModel that providers a more simple interface to exporting methods. The goal will be to ultimately change the wayexportLarge
andexportToFormat
are called by providers.