Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Map Error #207

Open
liangjq24 opened this issue Jul 8, 2019 · 5 comments
Open

Missing Map Error #207

liangjq24 opened this issue Jul 8, 2019 · 5 comments

Comments

@liangjq24
Copy link

liangjq24 commented Jul 8, 2019

recently I found that the map is missing and there are only data points just like the picture shows
图片
I try to directly open the pngs of map using url but failed
图片
I don't know if there is something wrong with the website?
version 0.2.0

@yaominsi
Copy link

i got this ploblem too,pls fix it

@amotl
Copy link

amotl commented Jul 23, 2019

Hi there,

it looks like requests to this tile server backend are blocked for you, so you should probably check if you can get hold of an alternative backend which is not blocked for you.

Maybe someone from the community might help providing alternative URLs to configure manually into this plugin. Saying that, we will be happy to make the tile server URLs configurable from the user interface within the fork at [1].

With kind regards,
Andreas.

[1] https://github.com/hiveeyes/grafana-worldmap-panel

@liangjq24
Copy link
Author

thx @amotl for reply
@yaominsi
i fixed the problem by changing the url to https://b.basemaps.cartocdn.com/light_all/
you can find the code in /dist/module.js

@amotl
Copy link

amotl commented Jul 24, 2019

Hi there,

good this worked for you.

you can find the code in /dist/module.js

Where exactly?

With kind regards,
Andreas.

@alisenyanyan
Copy link

alisenyanyan commented Jul 29, 2019

Hi there,

good this worked for you.

you can find the code in /dist/module.js

Where exactly?

With kind regards,
Andreas.

You can search key word "CartoDB Positron" or "CartoDB Dark" in /dist/module.js to locate the url

that needs to be modified.

I fixed it by changing url of CartoDB Dark to

"https://b.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png".

You may also need to change url of CartoDB Positron to

"https://b.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png"

when your dashboards are in light mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants