mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-07 05:11:53 +02:00
Rearrange credits.
This commit is contained in:
parent
6f01024533
commit
95f3fc14b0
1 changed files with 2 additions and 2 deletions
|
@ -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),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue