geoman-io / leaflet-geoman

🍂🗺️ The most powerful leaflet plugin for drawing and editing geometry layers
https://geoman.io
MIT License
2.21k stars 433 forks source link

Rotating markers support #1384

Closed cubecleveland closed 1 year ago

cubecleveland commented 1 year ago

Hi Guys,

Thanks for this awesome lib that is serving us well. Im sure that this was asked before but i wanted to know if there is any support or any idea ho we can implement rotating markers we have a speific markers that are large and we want to be able to rotate them when entering rotate mode... not sure if Geoman can do it nativelly... or need to use some hack or other lib.

Thanks!

Falke-Design commented 1 year ago

We do not support Marker rotation. You can try: https://github.com/bbecquet/Leaflet.RotatedMarker

cubecleveland commented 1 year ago

Thanks so much for your response!