We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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> }
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:",
"Bicycle:": "Bicycle:",
The text was updated successfully, but these errors were encountered:
e1d28c5
Thank you for this suggestion and code proposal 👍
Sorry, something went wrong.
No branches or pull requests
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:",
The text was updated successfully, but these errors were encountered: