Professor Hodeller

Results 1 issues of Professor Hodeller

With the following code everything appears to work correctly: `var You = L.latLng([500, 500]);` `L.marker(You, {rotationAngle: 25}, {rotationOrigin: [32, 33]}).addTo(map);` ![default-icon](https://user-images.githubusercontent.com/49625596/86786199-b9b81180-c031-11ea-9781-239b5695b2f2.png) Now, by adding an icon and passing it as...