Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bicycle information #35

Closed
LucFreitas opened this issue Mar 8, 2022 · 1 comment
Closed

Add bicycle information #35

LucFreitas opened this issue Mar 8, 2022 · 1 comment

Comments

@LucFreitas
Copy link

LucFreitas commented Mar 8, 2022

Some lines may offer transport for bicycles. (example)
I made these changes and they looked good:

route.js
if (tags['bicycle'] && tags['bicycle'] != "no"){
additional_detail += `<p><i class="fa fa-fw fa-solid fa-bicycle w3-margin-right w3-large w3-text-junglebus"></i>${i18n_messages["Bicycle:"]} ${tags['bicycle']}</p>
}

Translations
"Bicycle:": "Bicycle:",

image

@nlehuby
Copy link
Member

nlehuby commented Mar 29, 2022

Thank you for this suggestion and code proposal 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants