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
Hi guys thanks for this great addon.
Does anyone know which option do you set to disable auto scale so that when zoom out it should appear smaller?
I'm currently use these options below, but the arrow try to autoscale and it appear bigger than the line.
patterns: [ {offset: "50%", repeat: 0, symbol: L.Symbol.arrowHead({pixelSize: 15, polygon: false, pathOptions: {color: "yellow", stroke: ]
I want to keep it constant size. So the arrow appear smaller when zoom out.
The text was updated successfully, but these errors were encountered:
Hi, I have the same problem. Did you figure something out?
Sorry, something went wrong.
yeah me too, I want know how to do percent size relative to zoom ?
No branches or pull requests
Hi guys thanks for this great addon.
Does anyone know which option do you set to disable auto scale so that when zoom out it should appear smaller?
I'm currently use these options below, but the arrow try to autoscale and it appear bigger than the line.
patterns: [
{offset: "50%", repeat: 0, symbol: L.Symbol.arrowHead({pixelSize: 15, polygon: false, pathOptions: {color: "yellow", stroke:
]
I want to keep it constant size. So the arrow appear smaller when zoom out.
The text was updated successfully, but these errors were encountered: