Skip to content

Commit

Permalink
feat: expose geo conversion methods in api
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarlorentzon committed Nov 27, 2021
1 parent 0e9fa87 commit 025a8b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/Common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export function fetchArrayBuffer(
const method = "GET";
const responseType = "arraybuffer";
return xhrFetch(url, method, responseType, [], null, abort);

}

export function xhrFetch(
Expand Down
4 changes: 4 additions & 0 deletions src/external/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@

// Geo
export {
ecefToEnu,
ecefToGeodetic,
enuToEcef,
enuToGeodetic,
geodeticToEcef,
geodeticToEnu,
} from "../geo/GeoCoords";

Expand Down

0 comments on commit 025a8b7

Please sign in to comment.