adding flights page

This commit is contained in:
2025-03-23 10:23:30 -05:00
parent 0f1e303c27
commit 88b7f77809
8 changed files with 78 additions and 14 deletions

View File

@@ -35,10 +35,7 @@ const LogTrackMaps = ({ rowKey, trackUrls }: LogTrackMapsProps) => {
config
);
const kml = new DOMParser().parseFromString(response.data, 'text/xml')
// const converted = toGeoJSON.kml(dom);
// rewind(converted, false);
convertedTracks.push(kml);
}