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
In a few of the quickstarts maps are rendered. The readability of the calculated routes on these maps could be improved by making them grayscale.
Example:
With Grayscale:
Since it is rendered by Leaflet, the following will make the maps grayscale. Either make them grayscale by default or introduce a toggle.
.leaflet-tile-pane { -webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: 0.5; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In a few of the quickstarts maps are rendered. The readability of the calculated routes on these maps could be improved by making them grayscale.
Context
Example:
With Grayscale:
Solution
Since it is rendered by Leaflet, the following will make the maps grayscale. Either make them grayscale by default or introduce a toggle.
The text was updated successfully, but these errors were encountered: