Update tram mapnik map key
This commit is contained in:
parent
1798b524b9
commit
7e8af1e33a
3 changed files with 7 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 107 B |
3
app/assets/images/key/mapnik/tram15.svg
Normal file
3
app/assets/images/key/mapnik/tram15.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns='http://www.w3.org/2000/svg' width='52' height='3'>
|
||||
<line x2='100%' y1='50%' y2='50%' stroke='#6e6e6e' stroke-width='1.5' />
|
||||
</svg>
|
After Width: | Height: | Size: 143 B |
|
@ -15,7 +15,10 @@ mapnik:
|
|||
- { min_zoom: 8, name: light_rail, width: 52, height: 1, fill: "#ccc" }
|
||||
- { min_zoom: 10, name: light_rail, width: 52, height: 1, fill: "#aaa" }
|
||||
- { min_zoom: 13, name: light_rail, width: 52, height: 2, fill: "#666" }
|
||||
- { min_zoom: 13, name: tram_only, image: tram.png }
|
||||
- { min_zoom: 12, name: tram_only, width: 52, height: 1, fill: "#6e6e6eaa" }
|
||||
- { min_zoom: 14, name: tram_only, width: 52, height: 1, fill: "#6e6e6e" }
|
||||
- { min_zoom: 15, name: tram_only, image: tram15.svg }
|
||||
- { min_zoom: 17, name: tram_only, width: 52, height: 2, fill: "#6e6e6e" }
|
||||
- { min_zoom: 12, max_zoom: 19, name: cable, image: cable.png }
|
||||
- { min_zoom: 11, max_zoom: 19, name: runway, image: runway.png }
|
||||
- { min_zoom: 12, max_zoom: 19, name: apron, image: apron.png }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue