Hugo Duroux
Hugo Duroux
Is your file accessible from an unauthenticated user with the URL? Or maybe you can't use GDrive at all for this
We did a bit of offline at BIMData. If we're in an environment allowing to run a local webserver (eg: Electron), running a web server serving files is easy. On...
`"epsg": "undefined",` Your LAS is not positioned. If an epsg is defined, then you have to translate both epsg (las and ifc) in the same world coordinates (e.g. Marc Antoine...
Unfortunately, no. We did not work on this yet.
Ok! I thought log depth was mandatory for making snap work correctly. As it's not, I'll disable it and it's all good.
I've seen many API using headers to add some context to the query (not with odata though). It may be less convenient sometimes but changing the body response is a...
x- for custom header has been deprecated (https://tools.ietf.org/html/rfc6648 and https://stackoverflow.com/a/3561399). I think a prefix to avoid any name conflict could be great
You can use tools like https://unpkg.com/
We do something like the second option at BIMData. It is fast and the complexity of rebuilding usable data from the JSON isn't high.
A hack could be to create a mock object at initialization to make this useless test not crash. ```javascript # Create a mock Response object to fix a Nodejs dependency...