Update bounded landuses
This commit is contained in:
parent
92ab24baa0
commit
e108a13843
5 changed files with 15 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 112 B |
9
app/assets/images/key/mapnik/military.svg
Normal file
9
app/assets/images/key/mapnik/military.svg
Normal file
|
@ -0,0 +1,9 @@
|
|||
<svg xmlns='http://www.w3.org/2000/svg' width='26' height='10'>
|
||||
<defs>
|
||||
<pattern id='hatch' width='8' height='8' patternUnits='userSpaceOnUse'>
|
||||
<rect width='8' height='8' fill='#ff555514' />
|
||||
<line x1='8' y2='8' stroke='#ff555544' />
|
||||
</pattern>
|
||||
</defs>
|
||||
<rect x='.5' y='.5' width='25' height='9' fill='url(#hatch)' stroke='#ff555544' />
|
||||
</svg>
|
After Width: | Height: | Size: 341 B |
Binary file not shown.
Before Width: | Height: | Size: 116 B |
4
app/assets/images/key/mapnik/reserve.svg
Normal file
4
app/assets/images/key/mapnik/reserve.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns='http://www.w3.org/2000/svg' width='26' height='10'>
|
||||
<rect x='1' y='1' width='24' height='8' fill='none' stroke='#008000' stroke-width='2' opacity='.15' />
|
||||
<rect x='2' y='2' width='22' height='6' fill='none' stroke='#008000' stroke-width='4' opacity='.15' />
|
||||
</svg>
|
After Width: | Height: | Size: 277 B |
Loading…
Add table
Add a link
Reference in a new issue