I'm using gpx only and I use circuit_map because I need only path without anything else.
While testing the maps, I found that the aspect ratios or maybe sizing in general are wrong for circuit_map and cairo_circuit_map, but are correct for journey_map.
On the pic below, on the right, we have the route in Google Earth Pro imported from the same .gpx file as the gopro-dashboard-overlay uses.
On the left we have:
red line - journey_map - correct size/aspect ration (as in google)
yellow line - cairo_circuit_map - wrong aspect ratio
black line (90 off normal) - circuit_map - also wrong aspect (as you see).
Hi.
I'm using gpx only and I use circuit_map because I need only path without anything else.
While testing the maps, I found that the aspect ratios or maybe sizing in general are wrong for circuit_map and cairo_circuit_map, but are correct for journey_map.
On the pic below, on the right, we have the route in Google Earth Pro imported from the same .gpx file as the gopro-dashboard-overlay uses.
On the left we have: red line - journey_map - correct size/aspect ration (as in google) yellow line - cairo_circuit_map - wrong aspect ratio black line (90 off normal) - circuit_map - also wrong aspect (as you see).
Where in your code shall I look to correct these?
Here is the layout file:
thank you