Increase zoom level for elements.

This commit is contained in:
Sergey Vartanov 2022-10-27 01:31:27 +04:00
parent 5d48f52f1f
commit b2951a1d8e

View file

@ -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,