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
The latest commit 1e0793d introduced some bugs:
weight
Below is the result of running example.ts (I am hiding the markers to see the polygons better).
example.ts
With previous commit (71ef08d):
With current commit (1e0793d ):
The text was updated successfully, but these errors were encountered:
Ty for catching this!
Sorry, something went wrong.
+1
The color function for L.glify.shapes does not work in v3.1.0, works as expected in v3.0.2
color
L.glify.shapes
v3.1.0
v3.0.2
No branches or pull requests
The latest commit 1e0793d introduced some bugs:
weight
setting for lines do not work anymore.Below is the result of running
example.ts
(I am hiding the markers to see the polygons better).With previous commit (71ef08d):
With current commit (1e0793d ):
The text was updated successfully, but these errors were encountered: