Gerard

Results 42 comments of Gerard

Are you using the one that is copied to SD card? I am not sure why but it only seems to work if you use that one. I thought it...

I would personally think I would enjoy more structure around the positional args. I find myself using `options` just so it is better self-documenting, better structured in the code and...

BUMP: I would really love to know if this is possible as well. This would immensely enhance the capabilities of the MapBox component.

Ah, indeed that works by adding such a layer manually to the style.json. When you make one in MapBox studio and download it, it's not being added for some reason,...

I did some more experiments when it does and does not work: ```js const timestamp = 1003.5; var lon = 4.4186; var lat = 51.8889; var aisOriginLon = 4.403540; var...

The plot thickens, if I remove the altitude component it works. So actually if I give the other end of the polyline a different altitude it will work, at least...

Ah so the trick is to use the loaders.gl? Because it looks like the examples in streetscape.gl do not actually use these to load OBJ meshes? https://github.com/uber/streetscape.gl/blob/master/examples/website-demo/src/utils/load-obj-mesh.js

Ah it seems that the loaders.gl is a wrapper around that webgl-obj-loader. We are trying the gltf one now. What library would you advise to load that into? Any other...

Alright, great, thanks for getting back to us so soon. We really appreciate it. Unfortunately are on a bit of tight deadline here and were hoping to get something up...

Thank you for that @ibgreen! It does look like all goes well there. At a loss where it goes wrong then. Will try and poke at it some more to...