-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
Worldmap panel #15
Comments
You may need to play with the world map settings to get the right display. It uses the region code provided by the GeoIP2 DB. Can you tell me which We are using the |
Region_code "UT" is being inserted. |
I did a test with a generic IP in the Netherlands and it does seem to only work in the US. I will put some thought into how to expand this to the rest of the world. We will have to change the method in which we use to determine location to accomplish this. |
I think I figured out a good way to expand this without breaking current functionality. Can you try this updated You will need to install a new module Can you report back to let me know if these settings worked for you? |
Yes! With this config it works like a charm! Had to install "pip install python-geohash".. "Traceback (most recent call last): |
Great. I will add that to the |
I thought about it some more and I think I am going to do it a little bit differently. I am going to use the Lat and Long instead of the geohash. That will remove the dependency. I have updated the gist to reflect the changes. |
Hi guys, sorry for jumping into this issue but I do have the same problem where I can't see anything on the map. I'm based in Switzerland. The linked "Gists" are not available anymore as well. Thanks |
@xunil75 It has been incorporated into the repo. |
I live in the Netherlands. All streams therefore also come from the Netherlands.
Unfortunately worldmap panel indicates that the streams come from "Utah".
The location in "users online" does indicate the correct location.
does the panel only work with location from the United States?
The text was updated successfully, but these errors were encountered: