Add intermittent waterbody mapnik map key
47a96cb609/style/water.mss (L30)
This commit is contained in:
parent
e272cda348
commit
a2dc26ddc6
3 changed files with 10 additions and 0 deletions
8
app/assets/images/key/mapnik/intermittent_water.svg
Normal file
8
app/assets/images/key/mapnik/intermittent_water.svg
Normal 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 |
Loading…
Add table
Add a link
Reference in a new issue