mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-05 04:12:08 +02:00
Fix boundary box computing.
This commit is contained in:
parent
cdbe567483
commit
c64eefec0b
2 changed files with 12 additions and 0 deletions
|
@ -285,6 +285,8 @@ def render_map(arguments: argparse.Namespace) -> None:
|
|||
|
||||
if not boundary_box:
|
||||
boundary_box = osm_data.view_box
|
||||
if not boundary_box:
|
||||
boundary_box = osm_data.boundary_box
|
||||
|
||||
# Render
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue