Update tunnel and bridge mapnik map key
This commit is contained in:
parent
cc0fe00164
commit
844e81b944
5 changed files with 10 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 86 B |
4
app/assets/images/key/mapnik/bridge.svg
Normal file
4
app/assets/images/key/mapnik/bridge.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns='http://www.w3.org/2000/svg' width='30' height='5' stroke='black'>
|
||||
<line y1='0.5' y2='0.5' x2='30' />
|
||||
<line y1='4.5' y2='4.5' x2='30' />
|
||||
</svg>
|
After Width: | Height: | Size: 155 B |
Binary file not shown.
Before Width: | Height: | Size: 167 B |
4
app/assets/images/key/mapnik/tunnel.svg
Normal file
4
app/assets/images/key/mapnik/tunnel.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns='http://www.w3.org/2000/svg' width='30' height='5' stroke='grey' stroke-dasharray='4 2' stroke-dashoffset='-1'>
|
||||
<line y1='0.5' y2='0.5' x2='30' />
|
||||
<line y1='4.5' y2='4.5' x2='30' />
|
||||
</svg>
|
After Width: | Height: | Size: 200 B |
Loading…
Add table
Add a link
Reference in a new issue