time4tea / gopro-dashboard-overlay

Programs to process GoPro MP4 & Generic GPX/FIT files and create video dashboards & maps
GNU General Public License v3.0
327 stars 48 forks source link

cairo_circuit_map rotated by 90 degrees #160

Open neri14 opened 7 months ago

neri14 commented 7 months ago

cairo_circuit_map seems to be rendering rotated by 90 degrees - on the rendered image up is west.

From the test recording:

On the overlay: image

Same ride on Strava: image

time4tea commented 7 months ago

Hi. Thanks for your interest!

I'll look into this in more detail, but there is an easy work around, the map supports a rotate parameter.

See more info at https://github.com/time4tea/gopro-dashboard-overlay/tree/main/docs/xml/examples/06-cairo-circuit-map#rotation

neri14 commented 7 months ago

Yes, I've found that one - rotate="270" fixes it - thanks :) Just wanted to indicate there may be an issue.