Thomas Hirsch

Results 15 comments of Thomas Hirsch
trafficstars

I have a relatively specific task in mind, which I did implement using some of the same steps dockviz takes. (Calculating the additional installation size of a container by comparing...

I am seeing a similar issue, just with cmvs: ```` Copying files... OK Resizing pictures... OK Extracting focal distances... OK Running Bundler... OK Running Bundle2PMVS... OK Running CMVS...Makefile:42: recipe for...

I just got the same. The issue might be with the release version, and rebuilding the plugin container might help.

The issue is resolved by enabling API version negotiation in the client. ``` //client, err := docker.NewClient("unix:///run/docker.sock", "v1.13.1", nil, nil) client, err := docker.NewClientWithOpts(client.WithAPIVersionNegotiation(), docker.FromEnv) ```

Yes, there are several branches that have the fix by now. In principle you can docker build locally to get the plugin, or push the result to a registry (eg...

In my case, it tries to connect to an AWS instance, which seems to be a default value. My server is running on a local network 192.168.5.1:9851. I have specified...

I traced the issue down to the containers not accepting the docker-environment-list at all. If I exec /bin/bash inside the tile38-worker and tile38-viewer containers to the correct values, both create...

Has anyone looked into this, or an alternate solution? As far as I could see, the update method is not called until after onMapMove, which overwrites the hash before it...

That is, I managed to get the positioning and layer selection working with the following code. https://gist.github.com/relet/6b73fccc6cb2636f1e60c6a5ddc6bf1b What is missing still seems to be some sort of refresh on the...

What is confusing me is that the entire vector (geojson) overlay system seems to be disabled until I resize the viewport (either by resizing the window, or opening the debug...