Update tunnel and bridge mapnik map key

This commit is contained in:
Anton Khorev 2023-12-11 12:36:58 +03:00
parent cc0fe00164
commit 844e81b944
5 changed files with 10 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

View file

@ -0,0 +1,4 @@
<svg xmlns='http://www.w3.org/2000/svg' width='30' height='5' stroke='black'>
<line y1='0.5' y2='0.5' x2='30' />
<line y1='4.5' y2='4.5' x2='30' />
</svg>

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 B

View file

@ -0,0 +1,4 @@
<svg xmlns='http://www.w3.org/2000/svg' width='30' height='5' stroke='grey' stroke-dasharray='4 2' stroke-dashoffset='-1'>
<line y1='0.5' y2='0.5' x2='30' />
<line y1='4.5' y2='4.5' x2='30' />
</svg>

After

Width:  |  Height:  |  Size: 200 B