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
{{ message }}
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
@IvanSanchez I am happy to start adapting the rotate code. How would you suggest we best do it? Go commit by commit and adapt? Was the change to ES6 structure a single merge commit or was it done over time and multiple commits? Should we first rebase on top of the last "ES5" snapshot and then adapt to ES6?
I believe it will be quite some effort still :D
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The
master
branch in Leaflet now uses a ES6 module structure, changing a lot of the internal calls to e.g.L.DomEvent.*
→DomEvent.*
.Code for the rotate functionality should be adapted/rebased so it can be merged on top of that.
The text was updated successfully, but these errors were encountered: