Geomap Route marker is almost transparent

Hello,

I’m developing a dashboard to follow a vehicle behaviour. In this sense I have shared crosshairs in the speed, altitude aceleration panels and a geomap route panel for visualization. The sync of the crosshair in the panels and the marker that shows in the route in the geomap is correct, however the mark itself is almost transparent, making it quite hard to see (below).

this is quite different from one of the examples I saw:

In which you can clearly see the marker as the blue dot in the GPS position map.
I need the marker to be more visible, and was also wondering if it is possible to use a custom marker (e.g. my own svg) for the route in geomap.

Thank you all for the attention

1 Like

welcome @giulianofittipaldi

beautiful dashboard. are you using lon,lat or geojson? Also are you using the stock geomap?

I’m using lon,lat from a Postgresql database. The geomap is the standard, yes.

1 Like

yes you can use your own svg image. just put the image in your public\img\marker folder, restart grafana

can you share about 10 sample.lon lats? cant seem to get routes working locally like you with nice easy curves