Data not showing in Geo Map

Grafana Version v13.0.0 (e9de482b)

I want to show a route in geo map with the geomap plugin, it should show satellite view.

I can use Open Street Map & CartoBasemap & default, but these show maps only, no satellite view.

When trying to use and other available map source then the card shows “no data”.

The data is in a table view:

ts; latitude; longitude

2026-06-14 14:30:46; 15.7; 16.8

2026-06-14 14:31:16; 15.6; 16.7

and so on…

I did check the Query inspector… but i probably do not know where to look at, i do not see something strange.

Any help here ? I am sure i am doing something very stupid :wink:

Use ArcGIS MapServer > World Imagery

Sample in Grafana Play

@carlocea9 has the solution you need

I don’t get it.

seems as if all settings are the same… yes my table looks different, but the interpretation of the route-points seem to be ok as the route is painted… only the map in background is not shown.

Have switched your example-page to route… that works, that is not the problem…

oh boy… got it… the zoom level was to high… looking from higher viewpoint the map data appears.

So… any solution with better resolution available ???

is that a different issue than your original post?

No… the realy only reason to start this thread here was that i did not see the map… and my fault was that the requested zoom level was to deep into details.

That was set from me with using Open Street Map tiles… which can do that zoom level. I simply did swap to the other source… no map to see… and then i started fiddeling for some hours… and ended up here.

Whatever… my remaining question is simply if there is another source for satellite view map, which might have more detailed zoom level in… google maps itself has more detail available.

If you want out of the box then that’s all you get.

Sounds like you want to build your own then ArcGIS MapServer > Custom MapServer is what you’re after.

All you need to do is hunt for a mapserver (satellite imagery) - but given you want a very zoomed in imagery then maybe you’ll want to host your own locally based on stitched up tile images? Don’t think you’ll be needing an image of the entire world on this project from the sounds of it so you’re only covering a small geo area.

also look at implementing what you want using business text and leaflet.js

Your assumption is right… the one map shows the path of the robo mower in the garden… with which i can check which areas are done and which one not.

The solutions you list seem to be to complicated… but it appears a new idea in my head: What about showing the path of the mower on top of one single picture in the backgrund, which i would be able to create and to position on the correct place ?

actually that would be a great idea.

create a nice svg of your lawn

then convert long,lat to actual coordinates that you can plot on the svg image of your lawn.

wonder if canvas is the way to go for this?