Changing colors of vertex markers in edit mode #850
Unanswered
victoriaunizhona
asked this question in
Questions & Help
Replies: 1 comment
-
This markers are only styled by css, but I think you have found this already because of the change to orange. leaflet-geoman/src/css/layers.css Lines 1 to 12 in 7cdb0ed You can add a css class to the map and if the class is applied to the map change the css of the vertex markers: https://jsfiddle.net/falkedesign/ojg3v0dt/
CSS:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys!
I need to set color of these markers(orange ones) in edit mode for polygon dynamically. Did not found the right method in documentation.
I can set the fill color for polygon, lines, but no luck with markers. Is it possible?
Would really appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions