Update runway and taxiway mapnik map key

This commit is contained in:
Anton Khorev 2023-12-19 17:38:23 +03:00
parent f49c815cb5
commit 0d490424e6
6 changed files with 20 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 B

View file

@ -0,0 +1,4 @@
<svg xmlns='http://www.w3.org/2000/svg' width='52' height='3'>
<line x2='50%' y1='50%' y2='50%' stroke='#bbc' stroke-width='2' />
<line x1='50%' x2='100%' y1='50%' y2='50%' stroke='#bbc' />
</svg>

After

Width:  |  Height:  |  Size: 197 B

View file

@ -0,0 +1,4 @@
<svg xmlns='http://www.w3.org/2000/svg' width='52' height='5'>
<line x2='50%' y1='50%' y2='50%' stroke='#bbc' stroke-width='4' />
<line x1='50%' x2='100%' y1='50%' y2='50%' stroke='#bbc' />
</svg>

After

Width:  |  Height:  |  Size: 197 B

View file

@ -0,0 +1,4 @@
<svg xmlns='http://www.w3.org/2000/svg' width='52' height='6'>
<line x2='50%' y1='50%' y2='50%' stroke='#bbc' stroke-width='6' />
<line x1='50%' x2='100%' y1='50%' y2='50%' stroke='#bbc' stroke-width='2' />
</svg>

After

Width:  |  Height:  |  Size: 214 B

View file

@ -0,0 +1,4 @@
<svg xmlns='http://www.w3.org/2000/svg' width='52' height='12'>
<line x2='50%' y1='50%' y2='50%' stroke='#bbc' stroke-width='12' />
<line x1='50%' x2='100%' y1='50%' y2='50%' stroke='#bbc' stroke-width='4' />
</svg>

After

Width:  |  Height:  |  Size: 216 B