Open lukysmarek opened 7 years ago
Hi, sorry for the late reply. I am not sure what is going on here, in the chrome console I see the following:
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
three.min.js:639 THREE.WebGLRenderer 74
2three.min.js:708 THREE.WebGLProgram: gl.getProgramInfoLog()
6127.0.0.1/:1 [.Offscreen-For-WebGL-0x7f592fdd98a0]RENDER WARNING: there is no texture bound to the unit 0
but I have no idea what that actually means. I will need to dig into this deeper, but I am no expert in js or html. Maybe @bhaskarvk has an idea about what is happening here?
Hi, and thanks for an awesome package. I've been playing with Shiny, leaflet and cubeView and hit an issue that I don't know whether it is mine own, a computer's one, or made by some possible interference in mapview package. When cubeViewOutput is deployed in one of the panels, the raster layer in leaflet (or mapview) panel is not displayed (no error or warning). It is not an issue with points that are working as expected. Everything works fine also when the cubeViewOutput is removed from the panel.
Minimal reproducible example:
ui.R
server.R
SessionInfo