Allan Wintersieck

Results 4 comments of Allan Wintersieck

Far from a full solution, but to help troubleshoot, both of these issues are solved if you comment out some code in setEnabled like so: ``` olcs.OLCesium.prototype.setEnabled = function(enable) {...

This is likely the same underlying bug, but in our app, we have a `null` value in the initial `history.state` which causes an error when clicking back instead of just...

Thanks for the response! It makes sense what causes it, but this seems like a difficult limitation because we then can't update the `transformItems` callback (for example, if the users...

I think I've partially tracked this down, though there are certainly still some mysteries. This is what seems to happen when it's working correctly: 1. Normally every time a frame...