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
on node, Safari, and Firefox, as tested today, this gives c = [0, 90], but in Chrome it's c = [180, 90]. Both are fine, but our code then rotates by [-c[0], -c[1]] which puts the map upside-down.
(I am completely puzzled)The text was updated successfully, but these errors were encountered: