You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is because the length of the path does not change during zoom, so when I zoom in, its so long that you don't see the animation, and then its smaller, you see small chunks of paths moving.
https://gyazo.com/5e24d35d712bc53c98bd9654bae3ca8a
I think this is because the length of the path does not change during zoom, so when I zoom in, its so long that you don't see the animation, and then its smaller, you see small chunks of paths moving.
My code:
`
'const attackerIcon = LeafletMap.divIcon({
className: 'attacker',
html: '
});
LeafletMap.marker([41.224374, 0.145053], {icon: attackerIcon}).addTo(this.map);
`
The text was updated successfully, but these errors were encountered: