Correct parsers
This commit is contained in:
parent
7fe5d03a09
commit
0d0190fd8e
9 changed files with 437 additions and 169 deletions
|
@ -1,5 +1,5 @@
|
|||
import { unpackEdges } from "./parsers";
|
||||
import { request } from "./request";
|
||||
import { unpackEdges } from "./parsers";
|
||||
|
||||
export async function fetchTriangleIndices(edgeUrl: string, geomId: string) {
|
||||
const url = edgeUrl + geomId;
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue