Merge remote-tracking branch 'upstream/pull/4410'
This commit is contained in:
commit
08b44b0f8f
3 changed files with 5 additions and 0 deletions
3
app/assets/images/key/cyclemap/pedestrian.svg
Normal file
3
app/assets/images/key/cyclemap/pedestrian.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns='http://www.w3.org/2000/svg' width='50' height='4'>
|
||||
<rect x='-.5' y='.5' width='51' height='3' fill='#e2e3e2' stroke='#9a9a9a' />
|
||||
</svg>
|
After Width: | Height: | Size: 148 B |
|
@ -93,6 +93,7 @@ cyclemap:
|
|||
- { min_zoom: 12, max_zoom: 19, name: primary, image: primary12.png }
|
||||
- { min_zoom: 9, max_zoom: 11, name: secondary, image: secondary.png }
|
||||
- { min_zoom: 12, max_zoom: 19, name: secondary, image: secondary12.png }
|
||||
- { min_zoom: 15, name: pedestrian, image: pedestrian.svg }
|
||||
- { min_zoom: 13, max_zoom: 19, name: track, image: track.png }
|
||||
- { min_zoom: 8, max_zoom: 19, name: cycleway, image: cycleway.png }
|
||||
- { min_zoom: 5, max_zoom: 12, name: cycleway_national, image: cycleway_national.png }
|
||||
|
|
|
@ -2282,6 +2282,7 @@ en:
|
|||
primary: "Primary road"
|
||||
secondary: "Secondary road"
|
||||
unclassified: "Unclassified road"
|
||||
pedestrian: "Pedestrian way"
|
||||
track: "Track"
|
||||
bridleway: "Bridleway"
|
||||
cycleway: "Cycleway"
|
||||
|
|
Loading…
Add table
Reference in a new issue