Add main road opnvkarte map key
This commit is contained in:
parent
9d717d4541
commit
e04e33813d
5 changed files with 17 additions and 0 deletions
3
app/assets/images/key/opnvkarte/main_road11.svg
Normal file
3
app/assets/images/key/opnvkarte/main_road11.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns='http://www.w3.org/2000/svg' width='52' height='4'>
|
||||
<rect x='-.5' y='.5' width='53' height='3' fill='#dddddd' stroke='#a1968b' />
|
||||
</svg>
|
After Width: | Height: | Size: 148 B |
3
app/assets/images/key/opnvkarte/main_road13.svg
Normal file
3
app/assets/images/key/opnvkarte/main_road13.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns='http://www.w3.org/2000/svg' width='52' height='8'>
|
||||
<rect x='-.5' y='.5' width='53' height='7' fill='#dddddd' stroke='#a1968b' />
|
||||
</svg>
|
After Width: | Height: | Size: 148 B |
3
app/assets/images/key/opnvkarte/motorway13.svg
Normal file
3
app/assets/images/key/opnvkarte/motorway13.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns='http://www.w3.org/2000/svg' width='52' height='8'>
|
||||
<rect x='-.5' y='.5' width='53' height='7' fill='#dddddd' stroke='#6d6d6d' />
|
||||
</svg>
|
After Width: | Height: | Size: 148 B |
3
app/assets/images/key/opnvkarte/motorway8.svg
Normal file
3
app/assets/images/key/opnvkarte/motorway8.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns='http://www.w3.org/2000/svg' width='52' height='4'>
|
||||
<rect x='-.5' y='.5' width='53' height='3' fill='#dddddd' stroke='#6d6d6d' />
|
||||
</svg>
|
After Width: | Height: | Size: 148 B |
|
@ -148,3 +148,8 @@ opnvkarte:
|
|||
- { min_zoom: 15, name: bus_stop, image: bus_stop15.svg }
|
||||
- { min_zoom: 13, name: stop, image: stop13.svg }
|
||||
- { min_zoom: 15, name: stop, image: stop15.svg }
|
||||
- { min_zoom: 8, name: motorway, image: motorway8.svg }
|
||||
- { min_zoom: 13, name: motorway, image: motorway13.svg }
|
||||
- { min_zoom: 8, name: main_road, width: 52, height: 1, fill: "#5c6d6d88" }
|
||||
- { min_zoom: 11, name: main_road, image: main_road11.svg }
|
||||
- { min_zoom: 13, name: main_road, image: main_road13.svg }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue