winstonyym / urbdash

Repository for the Global Urban Network Dashboard. Contains dash app, assets (style.css, images), and GUN data.
14 stars 2 forks source link

World map does not show #2

Open Ultios opened 11 months ago

Ultios commented 11 months ago

OS: Linux Debian 11 BullsEye Docker Image : winstonyym/urbdash-windows

I'm trying urbdash on my self hosted proxmox server and I encounter a bug where the world map does not display.

The first world map where we choose the city to load its profile does not show anything. It did toggle a name when I randomly hover over a city.

Desktop

I'm gonna try it with my mac to see if its an architecture problem.

Meanwhile, I have hosted my server pc here if you want to see how it's displayed.

Ultios commented 11 months ago

I found the main reason for this is that there are no linux x86 support on the docker image and outdated image.

No support for linux-linuxlike x86/x64 refuse the usual urbdash image because it is based on arm64 architecture

Outdated image is the main cause of the world map not showing, presumably caused by renewed mapbase token.

I solved this by building docker image directly from the git repository e.g. docker build github.com/winstonyym/urbdash

and run the docker image directly from my server. You can see it deployed live here.

mfbenitezp commented 7 months ago

Hi all, I have the same issue, but in a Windows Env, I tried to follow @Ultio's suggestions, but it still does not work... @winstonyym Do you have any suggestion, or is the tool not supported by Windows OS machines?

PD: In MacOS works like a charm for me.

OS: Windows 11 Docker Image : winstonyym/urbdash-windows

Ultios commented 7 months ago

@mfbenitezp probably the mapbase token expired and needs another update.