Make footway line narrower in cyclemap map key
This commit is contained in:
parent
266fd26c26
commit
27b9800f92
3 changed files with 4 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 141 B |
3
app/assets/images/key/cyclemap/footway.svg
Normal file
3
app/assets/images/key/cyclemap/footway.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns='http://www.w3.org/2000/svg' width='50' height='3'>
|
||||
<line x1='-2' x2='52' y1='1.5' y2='1.5' stroke='#bd6d6e' stroke-width='1.5' stroke-dasharray='6 2' />
|
||||
</svg>
|
After Width: | Height: | Size: 172 B |
|
@ -102,7 +102,7 @@ cyclemap:
|
|||
- { min_zoom: 13, name: cycleway_regional, image: cycleway_regional13.png }
|
||||
- { min_zoom: 8, name: cycleway_local, image: cycleway_local.png }
|
||||
- { min_zoom: 13, name: cycleway_local, image: cycleway_local13.png }
|
||||
- { min_zoom: 13, name: footway, image: footway.png }
|
||||
- { min_zoom: 13, name: footway, image: footway.svg }
|
||||
- { min_zoom: 7, name: rail, image: rail.png }
|
||||
- { min_zoom: 14, name: rail, image: rail14.png }
|
||||
- { min_zoom: 9, name: forest, image: forest.png }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue