mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-03 11:21:49 +02:00
Fix code style.
This commit is contained in:
parent
abb49c5719
commit
384c05c2df
1 changed files with 2 additions and 2 deletions
|
@ -274,7 +274,7 @@ class Tiles:
|
|||
directory: Path,
|
||||
cache_path: Path,
|
||||
configuration: MapConfiguration,
|
||||
osm_data: OSMData
|
||||
osm_data: OSMData,
|
||||
) -> None:
|
||||
"""
|
||||
Draw one PNG image with all tiles and split it into a set of separate
|
||||
|
@ -329,7 +329,7 @@ class Tiles:
|
|||
self,
|
||||
cache_path: Path,
|
||||
configuration: MapConfiguration,
|
||||
osm_data: OSMData
|
||||
osm_data: OSMData,
|
||||
) -> None:
|
||||
"""Draw all tiles using OSM data."""
|
||||
output_path: Path = self.get_file_path(cache_path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue