fnicollet / Leaflet

:leaves: JavaScript library for mobile-friendly interactive maps
http://leafletjs.com
BSD 2-Clause "Simplified" License
48 stars 20 forks source link

Default Marker Shadow Rotates Oddly #13

Closed marioatmicello closed 7 years ago

marioatmicello commented 7 years ago

When using the default blue marker and the bearing is set to a non-zero number, the drop shadow for the marker is rotated oddly. I would expect the shadow to look the same as when the bearing is 0. Attached is a screen shot (the markers are part of a FeatureGroup which also includes the Micello Indoor Map you see as well):

leafletrotatemarkershadow

fnicollet commented 7 years ago

Are the examples in: https://github.com/fnicollet/Leaflet/tree/master/debug/map Working for you? Try rotate.html If not, are you up-to-date on this branch?

marioatmicello commented 7 years ago

Yes, this one is my bad. Close the issue. Updating my build resolved this. Sorry about that.