Hi
I want to evaluate using TabFeatureLayer to display map overlay information:
I have created a tab file using QGis - when opening the file from code an exception is thrown:
unsupported tab format:
- which format does ThinkGeo support ?
A the screen dump from the exception display in Visual Studio:
Visual studio source code information is within
lock (“TabFile”)
{
ValidatorHelper.CheckFileIsExist(tabPathFilename);
if (encoding == null)
{
encoding = Encoding.Default;
}
lys_003D = QSY_003D.QyY_003D.RiY_003D(tabPathFilename, encoding);
if (lys_003D == null)
{
throw new NotSupportedException(“The TAB file(s) cannot be read due to an unsupported format.”);
}
if (RequireIndex)
{
aiQ_003D();
}
IsOpenCore = true;
}
Regards
Gunnar