Update rail mapnik map key
This commit is contained in:
parent
e272cda348
commit
a4ffbb2140
5 changed files with 12 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 96 B |
Binary file not shown.
Before Width: | Height: | Size: 103 B |
4
app/assets/images/key/mapnik/rail12.svg
Normal file
4
app/assets/images/key/mapnik/rail12.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns='http://www.w3.org/2000/svg' width='52' height='3'>
|
||||
<rect width='100%' height='100%' fill='#707070' />
|
||||
<line x2='100%' y1='50%' y2='50%' stroke='white' stroke-dasharray='8' stroke-dashoffset='2' />
|
||||
</svg>
|
After Width: | Height: | Size: 216 B |
4
app/assets/images/key/mapnik/rail18.svg
Normal file
4
app/assets/images/key/mapnik/rail18.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns='http://www.w3.org/2000/svg' width='52' height='4'>
|
||||
<rect width='100%' height='100%' fill='#707070' />
|
||||
<line x2='100%' y1='50%' y2='50%' stroke='white' stroke-dasharray='8' stroke-dashoffset='2' stroke-width='2' />
|
||||
</svg>
|
After Width: | Height: | Size: 233 B |
|
@ -1,5 +1,5 @@
|
|||
mapnik:
|
||||
# transportation
|
||||
# transportation: roads.mss
|
||||
- { min_zoom: 6, max_zoom: 19, name: motorway, image: motorway.png }
|
||||
- { min_zoom: 6, max_zoom: 7, name: main_road, image: mainroad.png }
|
||||
- { min_zoom: 8, max_zoom: 11, name: main_road, image: mainroad8.png }
|
||||
|
@ -8,8 +8,9 @@ mapnik:
|
|||
- { min_zoom: 13, max_zoom: 19, name: bridleway, image: bridleway.png }
|
||||
- { min_zoom: 13, max_zoom: 19, name: cycleway, image: cycleway.png }
|
||||
- { min_zoom: 13, max_zoom: 19, name: footway, image: footway.png }
|
||||
- { min_zoom: 8, max_zoom: 11, name: rail, image: rail.png }
|
||||
- { min_zoom: 12, max_zoom: 19, name: rail, image: rail12.png }
|
||||
- { min_zoom: 8, name: rail, width: 52, height: 1, fill: "#787878" }
|
||||
- { min_zoom: 12, name: rail, image: rail12.svg }
|
||||
- { min_zoom: 18, name: rail, image: rail18.svg }
|
||||
- { min_zoom: 13, max_zoom: 19, name: subway, image: subway.png }
|
||||
- { min_zoom: 13, max_zoom: 19, name: tram, image: tram.png }
|
||||
- { min_zoom: 12, max_zoom: 19, name: cable, image: cable.png }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue