DNRGPS Known Functionality Gaps and Issues as of 4/3/2014


* Known Issues
	- Unable to append to an existing KML file.  Saving to a KML file overwrites the existing data.  
		Need to incorporate LibKML.
	- Functionality only tested with Garmin units.	
	- Table's Field Properties (length, precision) are not enforced until writing to a file.
	- Some projections are not supported when saving to File Geodatabase.  The error that returns is 
		"Failed at Creating table xxxxxx (General function failure)"
	- Garmin's newest GPX extension schema (v3) is currently not fully supported.  
	- Errors upon startup or when trying to upload, download, project, save, load data:
		ogr_csharp: 'OSGeo.OGR OgrPINVOKE'
		gdal_csharp: 'OSGeo.GDAL GdalPINVOKE'
		'OSGeo.OSR OsrPINVOKE'
	- Once in a while the load from ArcMap will return an error:
		tsmiLoadFromArcMapActiveLayer_Click 
		"ESRI.ArcGIS.Geometry - The server threw an exception.  (Exception from HRESULT:0x80010105 (RPC_E_SERVERFAULT))"
		From Project.m_controller.GetFeatureLayerData(l[0]) command
