Update bicycle-related cyclemap key
This commit is contained in:
parent
6d48655a71
commit
036ef0add0
6 changed files with 11 additions and 0 deletions
Binary file not shown.
Before Width: | Height: | Size: 603 B After Width: | Height: | Size: 432 B |
3
app/assets/images/key/cyclemap/bicycle_parking_small.svg
Normal file
3
app/assets/images/key/cyclemap/bicycle_parking_small.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8'>
|
||||
<rect x='.5' y='.5' width='7' height='7' rx='2' fill='#0087ff' stroke='#fefefe' />
|
||||
</svg>
|
After Width: | Height: | Size: 152 B |
BIN
app/assets/images/key/cyclemap/bicycle_rental.png
Normal file
BIN
app/assets/images/key/cyclemap/bicycle_rental.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 396 B |
3
app/assets/images/key/cyclemap/bicycle_rental_small.svg
Normal file
3
app/assets/images/key/cyclemap/bicycle_rental_small.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8'>
|
||||
<rect x='.5' y='.5' width='7' height='7' rx='2' fill='#fbe500' stroke='#fefefe' />
|
||||
</svg>
|
After Width: | Height: | Size: 152 B |
|
@ -139,7 +139,10 @@ cyclemap:
|
|||
- { min_zoom: 10, name: park, width: 26, height: 10, fill: "#cbe4c4" }
|
||||
- { min_zoom: 10, name: common, width: 26, height: 10, fill: "#d4f0d1" }
|
||||
- { min_zoom: 14, name: bicycle_shop, image: bicycle_shop.png }
|
||||
- { min_zoom: 15, name: bicycle_rental, image: bicycle_rental_small.svg }
|
||||
- { min_zoom: 17, name: bicycle_rental, image: bicycle_rental.png }
|
||||
- { min_zoom: 15, name: bicycle_parking, image: bicycle_parking.png }
|
||||
- { min_zoom: 16, name: bicycle_parking_small, image: bicycle_parking_small.svg }
|
||||
- { min_zoom: 16, name: toilets, image: toilets.png }
|
||||
opnvkarte:
|
||||
- { min_zoom: 6, name: rail, width: 52, height: 1, fill: "#868686" }
|
||||
|
|
|
@ -2373,7 +2373,9 @@ en:
|
|||
bus_stop: "Bus stop"
|
||||
stop: "Stop"
|
||||
bicycle_shop: "Bicycle shop"
|
||||
bicycle_rental: "Bicycle rental"
|
||||
bicycle_parking: "Bicycle parking"
|
||||
bicycle_parking_small: "Small bicycle parking"
|
||||
toilets: "Toilets"
|
||||
welcome:
|
||||
title: Welcome!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue