Add glacier images with borders
This commit is contained in:
parent
fcf980615d
commit
1dcf2fb9f4
3 changed files with 8 additions and 1 deletions
3
app/assets/images/key/mapnik/glacier10.svg
Normal file
3
app/assets/images/key/mapnik/glacier10.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns='http://www.w3.org/2000/svg' width='26' height='10'>
|
||||
<rect x='.5' y='.5' width='25' height='9' fill='#ddecec' stroke='#9cf' stroke-dasharray='4 2' />
|
||||
</svg>
|
After Width: | Height: | Size: 168 B |
3
app/assets/images/key/mapnik/glacier5.svg
Normal file
3
app/assets/images/key/mapnik/glacier5.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns='http://www.w3.org/2000/svg' width='26' height='10'>
|
||||
<rect x='.5' y='.5' width='25' height='9' fill='#ddecec' stroke='#9cf' />
|
||||
</svg>
|
After Width: | Height: | Size: 145 B |
Loading…
Add table
Add a link
Reference in a new issue