Update rail mapnik map key

This commit is contained in:
Anton Khorev 2023-12-11 14:46:35 +03:00
parent e272cda348
commit a4ffbb2140
5 changed files with 12 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 B

View file

@ -0,0 +1,4 @@
<svg xmlns='http://www.w3.org/2000/svg' width='52' height='3'>
<rect width='100%' height='100%' fill='#707070' />
<line x2='100%' y1='50%' y2='50%' stroke='white' stroke-dasharray='8' stroke-dashoffset='2' />
</svg>

After

Width:  |  Height:  |  Size: 216 B

View file

@ -0,0 +1,4 @@
<svg xmlns='http://www.w3.org/2000/svg' width='52' height='4'>
<rect width='100%' height='100%' fill='#707070' />
<line x2='100%' y1='50%' y2='50%' stroke='white' stroke-dasharray='8' stroke-dashoffset='2' stroke-width='2' />
</svg>

After

Width:  |  Height:  |  Size: 233 B