You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating an A4 portrait poster with --distance 18000, the code computes compensated_dist = dist * aspect_ratio / 4, so the actual map extent is approximately 6.4 km instead of the requested 18 km. The preview and final poster therefore show different areas. get_crop_limits() already handles the aspect ratio. The additional /4 appears to shrink the requested radius unintentionally.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
When generating an A4 portrait poster with --distance 18000, the code computes compensated_dist = dist * aspect_ratio / 4, so the actual map extent is approximately 6.4 km instead of the requested 18 km. The preview and final poster therefore show different areas. get_crop_limits() already handles the aspect ratio. The additional /4 appears to shrink the requested radius unintentionally.
All reactions