Hi
I have some code that allows a user to draw a shape on the map and save it as a tab file.
var features =
new
List<feature><feature> { feature };
TabFeatureLayer.CreateTabFile(shapePath, cols, features);
TabFeatureLayer.BuildIndexFile(shapePath, BuildIndexMode.Rebuild);
The user has informed me that the projection of the tab file is “Non-Earth”.
How do I configure the projection of the tab file?
Edit - I have attached the saved tab file.
Cheers
Steve
001_TabFile.zip (1.74 KB)