I have used worldmap plugin and I should it’s great. There are some customizations that I need to display cities from different countries. The problem is that plugin uses Countries for location data. It can be set to json endpoint, but there is no explanation what that endpoint would do and how should it return data.
First of all the question is that am I on the right path to display cities from around the world by using json endpoint? Does it get latitude and longitude?
The second question is what is the format that I should use for json endpoint to display required cities?
Your endpoint should return json that looks similar. It matches the query against the key value.
You have to manually add latitude and longitude yourself for any cities that you want to support. Or write code that fetches the coordinates from some Google API.
Thank you very much for your response. Is there a way to give grafana the count of users on that specific lat & long? I mean when someone hover over the map he could see the count of user on the map?