Matthew Petroff
Matthew Petroff
Fixed in 6b6d6deac92f7d38330a6d2f62606064b2da2ed4.
Do you have the execute bit set on `nona`? If you don't, `chmod +x /home/username/tileconvertor/nona` should fix it. I also would advise against running it with `sudo`.
Did setting the execute bit fix the issue or not? > Do I have to deploy that docker container? What Docker container?
> Is there something I am doing wrong with the arguments? No, that's the expected behavior. Starting from the full cube face resolution, the dimensions of each smaller level is...
How are you including the parameters in the tour? The [tour example](https://pannellum.org/documentation/examples/tour/) includes initial view parameters.
@vaccinemedia There was a bug in the commit you referenced, which I just fixed in 011497a7bddf1dfd0e15f819bedf6aa0b27ef591. @dariocavada Since you never replied with more information, I'm assuming you ran into the...
When Pannellum runs that check, it just uses the `width` property of the `Image` object, so the only explanations I can come up with are that you've found a weird...
@Eliaxs1900 What do you mean by "it behaves differently"?
@RoEVDiesel There are a couple changes you need to make: * You should delete the `` line, since you're not using it (and it causes errors to be printed to...
> I was wondering if the already present function: onDocumentDoubleClick(event) can be used as it performs some kind of zoom-ing It wouldn't make much sense to use that function directly,...