miguelcobain / ember-leaflet-rotated-marker

Extends marker layers to support rotation
MIT License
1 stars 3 forks source link

Rotation added Twice #2

Closed Vesprawn closed 5 years ago

Vesprawn commented 6 years ago

When adding rotationAngle to marker layer it adds rotateZ twice to the transform which causes the object to be rotated twice.

transform: translate3d(666px, 318px, 0px) rotateZ(0.1deg) rotateZ(0.1deg);

Example a 90 rotation turns into 180.

miguelcobain commented 5 years ago

Couldn't reproduce this. Please try version 0.1.0 and reopen if issue persists.