laraduarte

Results 12 comments of laraduarte

same issue here npm ERR! code ENOENT npm ERR! syscall spawn git npm ERR! path git npm ERR! errno ENOENT npm ERR! enoent Error while executing: npm ERR! enoent undefined...

same problem on my end. Any updates on this?

@markbaumgarten on that case the issue could be the amount of requests we're doing. Most servers/services limit the amount of requests we can do per second. I will investigate this...

So I did an extreme test :D a debug layer on top of Bing layer and it confirmed my suspicion, the bing layer is not requesting the white tiles. I...

new discovery @tentone, powerDistance instead of scaleDistance fixes the issue! The new issue is the size of the texts on the map :D, they are a little bit smaller now!...

@tentone might be a silly question but how do we get the RGB? elevation = -10000 + (({R} * 256 * 256 + {G} * 256 + {B}) * 0.1)...

same question! I tried to add some 3dtiles into the scene but I got some texture issues (https://github.com/NASA-AMMOS/3DTilesRendererJS) Now I'm testing adding a new canvas/scene/render on top of the procedural...

@tentone any layer! IPad Preview (not working) ![image](https://user-images.githubusercontent.com/1926934/200900628-de57d402-c099-46d2-a099-736818c66d3a.png) Safari Preview (not working) ![image](https://user-images.githubusercontent.com/1926934/200901554-060b15e9-58d4-4846-a888-665c751f2fc0.png) Android Preview (working) ![image](https://user-images.githubusercontent.com/1926934/200900919-1a1e525a-41d7-48f8-8f62-5b90aec25536.png) you can try to preview with browserstack.com The request tile function is working...

@tentone this small change seems to fix it! ![image](https://user-images.githubusercontent.com/1926934/201034542-e1f6894c-3dc7-41d6-92f3-94594dc789fb.png) I would like to request small changes if that's ok 1) only fetch tile if any of these values is defined...

@tentone please update and release a new version as soon as you can :) thanks!