FIX. RadMap - the SqlGeospatialDataReader cannot parse the geometry from a DataTable
To reproduce:
- Use a DataTable as a data source for SqlGeospatialDataReader.
- An exception will occur.
Workaround:
Convert the data table to a simple list of custom objects.