Hi Aleaxnder,
1.I used:
.if (sourceFormat.Equals(“Gml”, StringComparison.OrdinalIgnoreCase))
{
options.SourceDriverOptions = new GmlOptions { RestoreSchema = true };
}
What is meaning of using RestoreSchema ?
3.…...option danies8 April 21, 2026, 7:36pm 5 And if i set it to restore...danies8 April 22, 2026, 9:17am 7 Hi Alexander, If Gml input file...