Hi all,
I have added a collection of dted files as shown below a code snippets:
FilenameCollection collection = FilenameCollection();
collection.Add(@"..\..\samples\DTED\e234.dt1");
collection.Add(@"..\..\samples\DTED\e234.dt2");
The question is how does the MyLocalElevationSource.GetElevationAsync(e.Location);
picks and return the elevation value?
2 files and how the GetElevationAsync function chooses which file to return the value?