mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-06 10:09:52 +02:00
Increase zoom level for elements.
This commit is contained in:
parent
5d48f52f1f
commit
b2951a1d8e
1 changed files with 5 additions and 1 deletions
|
@ -88,7 +88,11 @@ class Grid:
|
|||
def draw(self, output_path: Path) -> None:
|
||||
"""Draw grid."""
|
||||
configuration: MapConfiguration = MapConfiguration(
|
||||
SCHEME, level="all", credit=None, show_credit=self.show_credit
|
||||
SCHEME,
|
||||
level="all",
|
||||
credit=None,
|
||||
show_credit=self.show_credit,
|
||||
zoom_level=19.0,
|
||||
)
|
||||
size = (
|
||||
(self.max_i + self.margin * 2.0) * self.x_step,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue