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
We want to improve the line-drawings for e.g. blocked/closed streets where we have to have an starting and ending icon.
Due to mapbox/mapbox-gl-js#9937 we can currently only add either a start or an end icon.
One option would be that for each corresponding line object, we dynamically decorate a corresponding icon object (on a separate layer?)
The text was updated successfully, but these errors were encountered:
see https://github.com/alantgeo/dataset-to-tileset/blob/master/index.js#L114 as inspriation
Sorry, something went wrong.
nimdanitro
No branches or pull requests
We want to improve the line-drawings for e.g. blocked/closed streets where we have to have an starting and ending icon.
Due to mapbox/mapbox-gl-js#9937 we can currently only add either a start or an end icon.
One option would be that for each corresponding line object, we dynamically decorate a corresponding icon object (on a separate layer?)
The text was updated successfully, but these errors were encountered: