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

View file

@ -20,7 +20,10 @@ mapnik:
- { min_zoom: 15, name: tram_only, image: tram15.svg } - { min_zoom: 15, name: tram_only, image: tram15.svg }
- { min_zoom: 17, name: tram_only, width: 52, height: 2, fill: "#6e6e6e" } - { min_zoom: 17, name: tram_only, width: 52, height: 2, fill: "#6e6e6e" }
- { min_zoom: 12, name: cable, image: cable.png } - { min_zoom: 12, name: cable, image: cable.png }
- { min_zoom: 11, name: runway, image: runway.png } - { min_zoom: 11, name: runway, image: runway11.svg }
- { min_zoom: 12, name: runway, image: runway12.svg }
- { min_zoom: 13, name: runway, image: runway13.svg }
- { min_zoom: 14, name: runway, image: runway14.svg }
- { min_zoom: 11, name: apron_only, width: 26, height: 10, fill: "#dadae0" } # landcover.mss - { min_zoom: 11, name: apron_only, width: 26, height: 10, fill: "#dadae0" } # landcover.mss
# administrative boundaries: admin.mss # administrative boundaries: admin.mss
- { name: admin, width: 52, height: 2, fill: "#8d618b88" } - { name: admin, width: 52, height: 2, fill: "#8d618b88" }