mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-30 09:26:26 +02:00
Fix tile generation test.
This commit is contained in:
parent
3cb462721f
commit
eb48600e9c
5 changed files with 37 additions and 24 deletions
|
@ -38,7 +38,7 @@ def get_osm(
|
|||
|
||||
content: Optional[bytes] = get_data(
|
||||
"api.openstreetmap.org/api/0.6/map",
|
||||
{"bbox": boundary_box},
|
||||
{"bbox": boundary_box.get_format()},
|
||||
is_secure=True,
|
||||
).decode("utf-8")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue