progweb / gpx2video

Creating video with telemetry overlay from GPX data
GNU General Public License v3.0
186 stars 10 forks source link

Disable the map and gauges' labels #3

Closed lorenz-py closed 2 years ago

lorenz-py commented 2 years ago

Hi, it's me again, is it possible to remove the map from the video? and how can I change the gauges' labels? If I change the layout file the labels remain the same. Thanks.

progweb commented 2 years ago

Hi,

Indeed, it wasn't yet implemented. I have just pushed modifications.

By default, map isn't rendered (except if map-source is defined). You can change the widget names from the layout file.

At last, you can find new widgets. Of course, if you have more feature requests, you can ask.

lorenz-py commented 2 years ago

Now it's perfect, thank you.