Jim Taylor

Results 5 comments of Jim Taylor

I do need to add that I am able to rotate the entire map with the code below, but I want to rotate only the overlay. ``` function rotateOverlay(mapOverlayId) {...

The function posted “rotateOverlay” is the only JavaScript.

overlayslider Is an input slider. See the example you pointed me to on stackoverflow. This is without the slider, rotates everything 45 degrees. ``` function rotateOverlay(mapOverlayId) { const mapOverlay =...

That is the issue. It rotates everything, I only want to rotate the overlay. What object is the div element for the overlay?