When I try to trans obj to b3dm/tileset, a range error came out. Is there anybody can help? Thanks a lot.
node:internal/errors:541
throw error;
^
RangeError [ERR_OUT_OF_RANGE]: The value of "length" is out of range. It must be >= 0 && <= 2147483647. Received 2412816608
at Object.write (node:fs:854:5)
at writeAll (node:fs:2216:6)
at node:fs:2305:7
at FSReqCallback.oncomplete (node:fs:194:23) {
code: 'ERR_OUT_OF_RANGE'
}
When I try to trans obj to b3dm/tileset, a range error came out. Is there anybody can help? Thanks a lot.
node:internal/errors:541 throw error; ^
RangeError [ERR_OUT_OF_RANGE]: The value of "length" is out of range. It must be >= 0 && <= 2147483647. Received 2412816608 at Object.write (node:fs:854:5) at writeAll (node:fs:2216:6) at node:fs:2305:7 at FSReqCallback.oncomplete (node:fs:194:23) { code: 'ERR_OUT_OF_RANGE' }