Add intermittent waterbody mapnik map key

47a96cb609/style/water.mss (L30)
This commit is contained in:
Anton Khorev 2023-12-11 13:23:35 +03:00
parent e272cda348
commit a2dc26ddc6
3 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<svg xmlns='http://www.w3.org/2000/svg' width='26' height='10'>
<defs>
<pattern id='stripes' width='8' height='4' patternUnits='userSpaceOnUse'>
<line x2='8' y1='1' y2='1' stroke='#aad3df' stroke-width='2' />
</pattern>
</defs>
<rect width='100%' height='100%' fill='url(#stripes)' />
</svg>

After

Width:  |  Height:  |  Size: 292 B