Rearrange credits.

This commit is contained in:
Sergey Vartanov 2022-02-04 21:55:14 +03:00
parent 6f01024533
commit 95f3fc14b0

View file

@ -195,8 +195,8 @@ class Map:
def draw_credits(self, size: np.ndarray): def draw_credits(self, size: np.ndarray):
for text, point in ( for text, point in (
("Rendering: © Map Machine", np.array((15, 27))), ("Data: © OpenStreetMap contributors", np.array((15, 27))),
("Data: © OpenStreetMap contributors", np.array((15, 15))), ("Rendering: Map Machine", np.array((15, 15))),
): ):
for stroke_width, stroke, opacity in ( for stroke_width, stroke, opacity in (
(3.0, Color("white"), 0.7), (3.0, Color("white"), 0.7),